<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

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

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

.header-wrapper {
	position: fixed;
	/* color über global backgroundcolor gesteuert */
	border-radius: 0px;
	width: 100%;
	height: 60px;
	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: 18px;
	margin-right: 4%;
	float: right;
	
	font-family: lato-hairline, roboto-thin, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.7em;
	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: 140px;
	margin-top: 13px;
	margin-right: 3%;
	float: right;
	overflow: hidden;
	visibility: visible;
	z-index: 99;
}

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

.navi-button {
	position: relative;
	/* color über global backgroundcolor gesteuert */
	border-radius: 5px;
	/*Menü-Buttons Margins links */
	/* T - R - B - L */
	margin-top: -16px;
	margin-left: 2%;
	margin-right: 0%;
	padding: 6px 0px 6px 0px;
	width: 155px;
	height: auto;
	float: left;
	font-family: lato-light, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	text-align: center;
	line-height: 1em;
	letter-spacing: 0.06em;
	text-decoration: none;
	color: #FFFFFF;
	z-index: 99;
}

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

#slider-container {
	position: relative;
	/*background-color: #222222;*/
	top: 40px;
	left: 0%;
	width: 100%;
	height: auto;
	/*Korrektur des undefinierten Slidermargins*/
	margin-bottom: -20px;
	
	overflow: hidden;
	border: 0px;
	z-index: 2;
}

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

.subline {
	position: relative;
	/* color über global backgroundcolor gesteuert */
	/*width: funktioniert nur abzüglich padding px oder % */
	max-width: 5000px; /*grösserer Wert bei max egal*/
	height: auto;
	/* T - R - B - L */
	margin: 50px 0px 0px 0px;
	padding: 0.3% 3% 0.3% 4.0%;
	
	font-family: roboto-light, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	text-align: left;
	line-height: normal;
	letter-spacing: 0.04em;
	text-decoration: none;
	/*Textfarbe über Color-Subline gesteuert ** color: #FFFFFF;*/
	opacity: 1.0;
	z-index: 3;
}

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

.textbox-info {
	position: relative;
	background-color: rgba(0,0,0,0.3);
	border-radius: 10px;
	width: auto;
	height: auto;
	/* T - R - B - L */
	margin: 1.5% 3% 1.5% 3%;
	padding: 1.0% 1.0% 1.0% 1.0%;
	font-family: lato-light, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	line-height: 1.3em;
	letter-spacing: 0.02em;
	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: 1.5% 3% 1.5% 3%;
	padding: 1.0% 30% 1.0% 1.0%;
	font-family: lato-light, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	line-height: 1.3em;
	letter-spacing: 0.02em;
	text-align: left;
	color: #FFFFFF;
	z-index: 3;
}

.textbox-eindrittel {
	position: relative;
	background-color: rgba(0,0,0,0.3);
	border-radius: 10px;
	width: auto;
	height: auto;
	/* T - R - B - L */
	margin: 2.0% 3% 2.0% 3%;
	padding: 1.5% 60% 1.5% 1.5%;
	
	font-family: lato-light, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	line-height: 1.3em;
	letter-spacing: 0.02em;
	text-align: justify;
	color: #FFFFFF;
	z-index: 3;
}


.textbox-column {
	-webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
	
    -webkit-column-gap: 4em; /* Chrome, Safari, Opera */
    -moz-column-gap: 4em; /* Firefox */
    column-gap: 4em;
	
    -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 {
	position: relative;
	/*background-color: #339900;*/
	height: auto;
	width: auto;
	/******** T - R - B - L */
	margin: 1.5% 0% 0% 3%;
	overflow: hidden;
	z-index: 3;
}

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

.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: 1.0em;
	line-height: 1.2em;
	text-align: left;
	z-index: 1000;
}

.kacheltext {
	position: static;
	min-height: 9em;
	/* T - R - B - L  */
	padding: 7% 6% 5% 6%;
	display: inline-block;
	font-family: lato-light, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.3em;
	text-align: left;
	color: #FFFFFF;
	z-index: 1000;
}


.lineheight-schuelersprecher {line-height: 1.1em;}


/****** 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% 0% 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.0em;
	line-height: 1.3em;
	text-align: left;
	color: #FFFFFF;
	z-index: 1000;
}
	
/****** Kachel-Adressbox ********/

.adressbox {
	position: static;
	/*Backgroundcolor über Global gesteuert*/
	border-radius: 10px;
	width: 20.8%;
	height: auto;
	min-height: 275px;
	/* T - R - B - L */
	margin: 0% 2.0% 1% 0%;
	padding: 1.5% 1% 2% 1%;
	display: inline-block;
	float: left;

	font-family: lato-light, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	line-height: 1.2em;
	letter-spacing: 0.02em;
	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: "\-  ";}*/

}</pre></body></html>