@charset "UTF-8";

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

@media only screen and (min-width:1400px) {
	
/***************** 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: 400px;
	margin-top: 40px;
	margin-right: 4%;
	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-top: 20px;
	margin-left: 3%;
	margin-right: 0%;
	width: auto;
	height: auto;
	padding: 12px 8px 10px 6px;
	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.03em;
	text-decoration: none;
	color: #FFFFFF;
	z-index: 99;
}

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

#slider-container {
	position: relative;
	/*background-color: #222222;*/
	top: 110px;
	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: 109px 0px 0px 0px;
	padding: 0.7% 3% 0.7% 4.0%;
	
	font-family: roboto-thin, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	text-align: left;
	line-height: 0.8em;
	letter-spacing: 0.04em;
	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: 140px 3% 3% 3%;
	padding: 1.5% 1.0% 1.5% 1.0%;
	
	font-family: lato-light, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.4em;
	letter-spacing: 0.03em;
	text-align: justify;
	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: 130px 3% 3% 3%;
	padding: 1.5% 40% 1.5% 1.0%;
	
	font-family: lato-light, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	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: 3em; /* Chrome, Safari, Opera */
    -moz-column-gap: 3em; /* Firefox */
    column-gap: 3em;
	
    -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-Wrapper ********/

.kachel-container {
	/* T - R - B - L */
	position: relative;
	/*background-color: #339900;*/
	height: auto;
	width: auto;
	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: 200px;
	height: 200px;
	
	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: 180px;

	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.2em;
	line-height: 1.35em;
	text-align: left;
	color: #000000;
	z-index: 1000;
}

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

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

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

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

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

.adressbox {
	position: static;
	background-color: rgba(0,0,0,1.0);
	border-radius: 10px;
	width: 19%;
	height: auto;
	min-height: 370px;
	/* T - R - B - L */
	margin: 0% 3% 3% 0%;
	padding: 1.5% 1.5% 1.5% 1.5%;
	display: inline-block;
	float: left;
	
	font-family: lato-light, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	line-height: 1.3em;
	letter-spacing: normal;
	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: "\-  ";}*/

}