@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(0,48,108,1.0); /* DJ Dunkelblau */
	/*background-color: rgba(74,94,129,1.0);*/  /* DJ Mittelblau */
	border-radius: 0px;
	width: 100%;
	height: 110px;
	z-index: 99;
}

#header-uhr { /**Uhr läuft nicht als "class"-Notierung */
	position: static;
	/*background-color: #339900;*/
	border-radius: 5px;
	height: 35px;
	width: auto;
	/* T - R - B - L 
	padding: 2px 12px 0px 10px;*/
	margin-top: 30px;
	margin-right: 2.5%;
	float: right;
	
	font-family: lato-hairline, roboto-thin, Verdana, Arial, Helvetica, sans-serif;
	font-size: 2.4em;
	text-align: center;
	letter-spacing: -0.03em;
	line-height: 0.95em;
	text-decoration: none;
	color: #E8E9E9;
	z-index: 9999;
}

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

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

.navi-button {
	position: relative;
	background-color: rgba(74,94,129,1.0);
	border-radius: 5px;
	/* Menü-Buttons Margins */
	/* T - R - B - L */
	margin-top: 0px;
	margin-left: 2.5%;
	margin-right: 0%;
	width: 107px;
	height: auto;
	padding: 12px 8px 10px 6px;
	
	float: left;
	
	font-family: roboto-light, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	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: 110px;
	left: 0px;
	width: 100%;
	height: auto;
	/*Korrektur des undefinierten Slidermargins*/
	margin-bottom: -20px;
	
	overflow: hidden;
	border: 0px;
	z-index: 2;
}

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

.subline {
	position: relative;
	background-color: rgba(0,48,108,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: 130px 0px 0px 0px;
	padding: 1.5% 3% 1.5% 4%;
	
	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(0,0,0,0.3);
	border-radius: 10px;
	
	width: 92%;
	height: auto;
	/* T - R - B - L */
	margin: 3% 3% 0% 3%;
	padding: 1.5% 1.0% 1.5% 1.5%;
	
	font-family: lato-light, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.4em;
	letter-spacing: 0.03em;
	text-align: left;
	color: #FFFFFF;
	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% 3%;
	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: 5% 0% 0% 3%;
	overflow: hidden;
	z-index: 3;
}

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

.kachel {
	position: static;
	background-color: rgba(0,0,0,0.3);
	border-radius: 10px;
	width: 22.8%;
	height: auto;
	/* T - R - B - L */
	margin: 0% 2.0% 3% 0%;
	/*padding: 0.9% 0.9% 0.9% 0.9%;*/
	display: inline-block;
	float: left;
	z-index: 1000;
}

.kachel-min-height {min-height: 610px;}

.kachel-roadway-height {min-height: 770px;}
.kachel-water-height {min-height: 770px;}
.kachel-waistwater-height {min-height: 550px;} /**OK**/
.kachel-stormdrain-height {min-height: 780px;}
/* .kachel-hydrology-height {min-height: 770px;} */
/* .kachel-sitedevelopment-height {min-height: 770px;} */
/* .kachel-construction-height {min-height: 770px;} */
/* .kachel-federal-height {min-height: 770px;} */


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

.kacheltext {
	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.9em;
	line-height: 1.3em;
	text-align: left;
	color: #FFFFFF;
	z-index: 1000;
}

/****** 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: "\-  ";}*/

}