@charset "UTF-8";

@viewport{zoom: 1.0; width: 1024;}

@media only screen and (min-width:1024px) and (max-width:1399px) {
	
/***************** HEADER ***********************/

.header-wrapper {
	position: fixed;
	background-color: rgba(255,255,255,1.0);
	border-radius: 0px;
	border-bottom: solid 0.10em #000000;
	width: 100%;
	height: 90px;
	z-index: 99;
}

.header-logo {	
	position: static;
	/*background-color: #DDDDDD;*/
	height: auto;
	width: 370px;
	margin-top: 43px;
	margin-right: 5%;
	float: right;
	overflow: hidden;
	visibility: visible;
	z-index: 99;
}

/***** NAVI - DESKTOP-Einstellung ONLY *******************************************/

.navi-button {
	position: relative;
	/*background-color: rgba(70,70,70,1.0);*/
	/* Menü-Buttons Margins */
	/* T - R - B - L */
	margin: 25px 0% 0% 3.0%;
	/*padding: 12px 8px 10px 6px;*/
	width: auto;
	height: auto;
	float: left;
	font-family: roboto-light, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	text-align: center;
	line-height: 0.5em;
	letter-spacing: 0.06em;
	text-decoration: none;
	color: #FFFFFF;
	z-index: 99;
}

/********* SLIDER CONTAINER ***************/

#slider-container {
	position: relative;
	/*background-color: #222222;*/
	top: 100px;
	left: 0px;
	width: 100%;
	height: 0px;
	overflow: hidden;
	border: 0px;
	z-index: 2;
}

/****** SUBLINE + INHALTE ************/

.subline {
	position: relative;
	background-color: rgba(0,0,0,1.0);
	/*width: funktioniert nur abzüglich padding px oder % */
	max-width: 5000px; /*grösserer Wert bei max egal*/
	height: auto;
	/* T - R - B - L */
	margin: 99px 0px 0px 0px;
	padding: 0.7% 3% 0.7% 4.2%;
	
	font-family: roboto-thin, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	text-align: left;
	line-height: 0.8em;
	letter-spacing: 0.03em;
	text-decoration: none;
	/*color: #ABCF8E;*/
	opacity: 1.0;
	z-index: 3;
}

/****** Seiteninhalte-Responsive ********/

.textbox-info {
	position: relative;
	/*background-color: rgba(200,200,200,0.3);*/
	border-radius: 10px;
	width: 92%;
	height: auto;
	/* T - R - B - L */
	margin: 140px 3% 50px 4%;
	/*padding: 1.5% 1.0% 1.5% 1.5%;*/
	padding: 0%;
	
	font-family: lato-light, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	line-height: 1.4em;
	letter-spacing: 0.03em;
	text-align: left;
	color: #000000;
	z-index: 3;
}

.textbox-zweidrittel {
	position: relative;
	background-color: rgba(0,0,0,0.3);
	border-radius: 10px;
	
	width: auto;
	height: auto;
	/* T - R - B - L */
	margin: 4% 3% 4% 2.6%;
	padding: 3% 30% 3% 2%;
	
	font-family: lato-light, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.4em;
	letter-spacing: 0.03em;
	text-align: justify;
	color: #FFFFFF;
	z-index: 3;
}

.textbox-column {
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
	
    -webkit-column-gap: 2.5em; /* Chrome, Safari, Opera */
    -moz-column-gap: 2.5em; /* Firefox */
    column-gap: 2.5em;
	
    -webkit-column-rule: 0px solid grey; /* Chrome, Safari, Opera */
    -moz-column-rule: 0px solid grey; /* Firefox */
    column-rule: 0px solid grey;
	
	z-index: 3;
}

/****** Kachel-Auswahl-Wrapper ********/

.kachel-container {
	position: relative;
	/*background-color: #339900;*/
	height: auto;
	width: auto;
	/******** T - R - B - L */
	margin: 0% 0% 3% 3%;
	overflow: hidden;
	z-index: 3;
}

.kachel {
	/* T - R - B - L */
	position: static;
	background-color: rgba(255,255,255,0.7);
	border-radius: 10px;
	/*width: 22.8%;*/
	/*width: 12.0%;*/
	width: 180px;
	height: 180px;
	
	margin: 0% 4% 2% 4%;
	display: inline-block;
	float: left;
	z-index: 1000;
}

.kacheltext {
	/* T - R - B - L */
	position: static;
	background-color: rgba(255,255,255,0.7);
	border-radius: 10px;
	/*width: 50.0%;
	height: auto;*/
	width: 60%;
	height: 160px;

	margin: 0% 4% 2% 4%;
	padding: 20px 20px 0px 20px;
	display: inline-block;
	float: left;
	
	font-family: lato-light, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.35em;
	text-align: left;
	color: #000000;
	z-index: 1000;
}

.kachelheadline {
	position: static;
	/* T - R - B - L  */
	padding: 5% 6% 5% 6%;
	display: inline-block;
	font-family: lato-light, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	line-height: 1.2em;
	text-align: left;
	z-index: 1000;
}

.kachel-min-height {min-height: 540px;} /****** Ausgleich Kachelhöhe bei Objektbeschreibung ********/


/****** Kachel-Fullwide-Project ********/

.kachel-project {
	position: relative;
	background-color: rgba(0,0,0,0.3);
	border-radius: 10px;
	width: auto;
	height: auto;
	/* T - R - B - L */
	margin: 0% 3.5% 3.5% 0.0%;
	z-index: 1000;
}

.kacheltext-project {
	position: static;
	/* T - R - B - L  */
	padding: 2% 35% 3% 2%;
	display: inline-block;
	font-family: lato-light, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	line-height: 1.3em;
	text-align: left;
	color: #FFFFFF;
	z-index: 1000;
}
	
/****** Kachel-Adressbox ********/

.adressbox {
	position: static;
	background-color: rgba(0,48,108,1.0);
	border-radius: 10px;
	width: 21%;
	height: auto;
	min-height: 350px;
	/* T - R - B - L */
	margin: 0% 2.0% 3% 0%;
	padding: 1.5% 1% 0% 1%;
	display: inline-block;
	float: left;
	
	font-family: lato-light, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.3em;
	text-align: left;
	color: #FFFFFF;
	z-index: 1000;
}


/*Liste mit Aufzählungsstrich oder manche Unicode
ul { margin: 0.3em; padding: 0.3em; list-style-type: "\-  ";}*/

}