/* Desktop größer 1200px und Grundkonfiguration */
@media screen {
	
html { margin: 0; padding: 0; }

body {font-size: 45%; font-family: Verdana, Geneva, Arial, sans-serif;  margin: 0; padding: 0; }


/* Typo */

p {
	font-size: 0.8rem;
	line-height: 150%;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
}



h1 {}

h2 {}

h3 {}

h4 {}

.headline1 {
	font-size: 2.5em;
	line-height: 1em;
	font-weight: bold;
	padding-top: 1.2em;
	padding-bottom: 0.8em;
	letter-spacing: 0.025em;
}

.headline2 {
	font-size: 2em;
	color: #000;
	font-weight: bold;
	margin-top: 0em;
	padding-top: 1.0em;
}

.fliess-datenschutz {
	font-size: 1.6em;
	text-align: justify;
}

a:link {
	text-decoration: none;
	color: #fff;
}
a:visited {
	text-decoration: none;
	color: #fff;
}
a:hover {
	color: #fff;
}
a:active {
	text-decoration: none;
	color: #fff;
}

.impressum {
	color: #1d46bd;
}
	
a.navi:link {
	font-size: 1.85em;
	letter-spacing: 0.15em;
	text-align: center;
	margin-top: 0em;
	padding-top: 0.55em;
	display: block;
}

a.footernavi:link {
	font-size: 1.5em;
	letter-spacing: 0.15em;
	text-align: center;
	margin-top: 0em;
	padding-top: 1em;
	display: block;
}

a img { border: none; }

a[href^='mailto:'] {
	color: #000;
	text-decoration: underline;
}
 
.kursiv {
	font-style: italic;
	font-weight: normal;
}


/* Rahmen */

.wrapper {margin: auto; width: 99em;}

#linie {position: absolute; border-bottom: 2px solid #404040; right: 0px; left: 0px; top: 16em; }

.header {height: 16em; }
.header a {display: block;}
.header img {margin-top: 1em; width: 300px; height: auto; }

.navigation {overflow: auto;}
.navigation div.start_leftNav {float: left; width:32.5em; height: 5em; background: #b7090f; margin-right: 0.75em; margin-bottom: 1em;}
.navigation div.start_middleNav {float: left; width:32.5em; height: 5em; margin-right: 0.75em; background: #404040; margin-bottom: 1em; }
.navigation div.start_rightNav {float: left; background: #404040; width:32.5em; height: 5em; margin-bottom: 1em;}

.navigation div.produkte_leftNav {float: left; width:32.5em; height: 5em; margin-right: 0.75em; background: #404040; margin-bottom: 1em;}
.navigation div.produkte_middleNav {float: left; width:32.5em; height: 5em; background: #b7090f; margin-right: 0.75em; margin-bottom: 1em; }
.navigation div.produkte_rightNav {float: left; background: #404040; width:32.5em; height: 5em; margin-bottom: 1em;}

.navigation div.kontakt_leftNav {float: left; width:32.5em; height: 5em; margin-right: 0.75em; background: #404040; margin-bottom: 1em;}
.navigation div.kontakt_middleNav {float: left; width:32.5em; height: 5em; margin-right: 0.75em; background: #404040; margin-bottom: 1em; }
.navigation div.kontakt_rightNav {float: left; width:32.5em; height: 5em; background: #b7090f; margin-bottom: 1em;}

.navigation div.impressum_leftNav {float: left; width:32.5em; height: 5em; margin-right: 0.75em; background: #404040; margin-bottom: 1em;}
.navigation div.impressum_middleNav {float: left; width:32.5em; height: 5em; margin-right: 0.75em; background: #404040; margin-bottom: 1em; }
.navigation div.impressum_rightNav {float: left; width:32.5em; height: 5em; background: #404040; margin-bottom: 1em;}

.contentCol {margin-bottom: 1em; overflow: hidden;}

.contentCol div.fotoCol {height: auto; margin-bottom: 1.5em; margin-top: 0.5em; }
/*.contentCol div.fotoCol img {height: 25em; width: auto; }*/
img {max-width: 100%; height: auto;}

.contentCol div.content {height: auto; padding-bottom: 3em;}
.contentCol div.contentWrapper {margin: 0em; overflow: hidden; padding-top: 1em; padding-bottom: 1em; }
.contentCol div.Col1 {float: left; width:18.9em; height: 15em; padding-right: 1.15em; margin-bottom: 3em; }
.contentCol div.Col2 {float: left; width:18.9em; height: 15em; margin-right: 1.15em; margin-bottom: 3em; }
.contentCol div.Col3 {float: left; width:18.9em; height: 15em; margin-right: 1.15em; margin-bottom: 3em; }
.contentCol div.Col4 {float: left; width:18.9em; height: 15em; margin-right: 0.6em; margin-bottom: 3em; }
.contentCol div.Col5 {float: left; width:18.9em; height: 15em; margin-bottom: 3em; }
.contentCol div.contentWrapper img {width: 20em; height: auto; }

 #karte { width: 70em; height: 70em; margin-top: 1.5em;}
 
.containergrafik { margin: auto; width: 80em;}

.footer {
	height: 5em;
	background: #404040;
	margin: 2 0 0 0em;
	bottom: 0px;
}

.mobileNavi {height: 4em; width: 100%; background: #aaeeff; border: 1px solid #666666; position: fixed; bottom: 0; left: 0; display: none;}

}

/* Desktop kleiner 1200px */
@media screen and (max-width: 1200px){

.wrapper {width: 80em;}

.contentCol div.contentWrapper { padding: 1em;}
.contentCol div.content {float: none; width: auto; margin-bottom: 1em;}
.contentCol div.rightCol {float: none; width: auto; margin: 0;}

}

/* Desktop kleiner 960px */
@media screen and (max-width: 960px){

.wrapper {width: 60em;}

.contentCol div.leftCol {display: none;}
.contentCol div.contentWrapper { margin: 0;}
}

/* Desktop kleiner 720px */
@media screen and (max-width: 720px){

.wrapper {width: 40em;}

}

/* Mobile */
@media screen and (max-width: 600px){

.wrapper {width: 30em;}
.header {/*display:none;*/} /*Bei eingeblendeter Navigation: display auf none*/
.navigation {margin-bottom: 5em; display:none;} /*Bei ausgeblendeter Navigation: display auf none*/
.navigation div.leftNav {float: none; width:100%; height: 8em; margin-bottom: 1em;}
.navigation div.rightNav {width:100%; margin: 0em; height: 8em;}

.contentCol  {margin-bottom: 5em; /*display:none;*/} /*Bei eingeblendeter Navigation: display auf none*/
.footer {display: none;}
.mobileNavi {display: block;}
}
