@charset "UTF-8";
/* CSS Document */


/* Reset – Abstände auf 0 setzen/Allg. Einstellungen * * * * * * * * */

*{
	margin: 0;
	padding: 0;
	}

html{        
    font-size: 100%; /* Browserstandard: 16px */
	}


body {
	font-family: 'open sans'; 
	font-size: 1.0rem; 
	line-height: 1.55rem; 
	background: #1A253B;
	}




/* Layout */

.wrapper { 
	}
		
.navigation {
	float: left; 
	position:fixed; 
	width: 90%; 
	margin: 0%; 
	padding: 5%; 
	background: #1A253B; 
	box-shadow: -8px 0px 16px -4px rgba(0,0,0,0.75);
	z-index: 2; 

	}

.content { 
	width: 100%; 
	float: left; 
	margin-top: 60px; }

.con-nav { 
	float: left; 
	width: 90%; 
	height: 70%; 
	margin: 10% 5% 15%;
	background: #1A253B; 
	}

.overlay-navigation {
	display: none; 
	position: fixed; 
	left: 0px; 
	top: 50px; 
	float: left; 
	height: 100%; 
	width: 100%; 
	padding: 0%; 
	background: #1A253B; 
	z-index: 1; 
	}

.pikto-l {
	float: left; 
	width: 48%;
	margin-right: 2%; 
	margin-bottom: 4%;
	background: rgba(255,255,255,0.1);
	}

.pikto-r {
	float: right; 
	width: 48%;
	margin-bottom: 4%; 
	margin-left: 2%; 
	background: rgba(255,255,255,0.1);
	}

.overlay-map {
	display: none; 
	float: left; 
	position: fixed; 
	left: 0px; 
	top: 60px; 
	width: 92%; 
	padding: 4%;
	height: 100%; 
	background: #ededed; 
	z-index: 1; 
	}
	
.div-map {
	float: left; 
	width: 100%; 
	margin: 5% 0%; 
	}		
		
#map {
	float: left; 
	width: 100%;
			
		}
		
ul {
	margin-top: 40%;
	}

li.nav-punkt {
	float: left; 
	font-size: 1.0rem; 
	line-height: 2.8rem; 
	color: white; 
	width: 100%; 
	list-style: none;
	}

.link-close {
	float: right; 
	width: 30px; 
	height: 30px; 
	margin: 0%;
	}

.pikto-close {
	float: left; 
	height: 30px; 
	width: 30px; 
	}

#link-nav {
	float: left; 
	width: 30px; 
	height: 30px; 
	}

#link-nav-l {
	float: left; 
	width: 30px; 
	height: 30px; 
	margin-bottom: 450%; 
	}

#link-map, #link-back {
	float: right;
	width: 30px; 
	height: 30px; 
	margin-left: 5%; 
	}
	
#pikto-nav, #pikto-back, #pikto-map {
	float: left; 
	height: 100%;
	margin: 0%; 
	}






.con-bild { 
	float: left; 
	width: 100%; 
	height: auto; 
	overflow: hidden; 
	}
		
.con-bild-full { 
	float: left; 
	width: 100%; 
	margin: 0px; 
	overflow: hidden; 
	}

.folgebild {
	float: left; 
	width: 100%; 
	margin: 10% 0% 5%; 	
	}

.con-bild-landscape { 
	float: left; 
	width: 100%; 
	height: 100%; 
	margin: 0px; 
	}

.bild {
	width: 100%; 
	float: left; 
	}

.con-text {
	float: left;
	width: 100%; 
	background: #1A253B; 	
	}

.text { 
	float: left; 
	width: 90%; 
	margin: 5% 5% 20%; 
	}
		

	
.div-slider { 
	position: fixed; 
	float: left; 
	width: 95%; 
	padding: 2.5%; 
	height: 5%; 
	top: 45%; 
	left: 0px; 
	}

#slider-vor{
	float: right; 
	width: 15px; 
	height: 15px; 
	padding: 0.5% 0.4% 0.5% 0.6%; 
	background: rgba(26,37,59,0.35);
	margin: 0%; }
		
#slider-zurueck {
	width: 15px; 
	height: 15px; 
	padding: 0.5% 0.6% 0.5% 0.4%; 
	background: rgba(26,37,59,0.35);
	margin: 0%; }

.gruppe {
	float: left; 
	width: 100%; 
	margin: 4% 0% 10%; 
		}
		
.gruppenelement { 
	float: left; 
	width: 92%; 
	margin: 0% 4% 7%; 
	}
		
.gruppenbild { 
	float: left; 
	width: 100%; 
	margin-bottom: 4%; 
	}
		
.div-gruppentext {
	float: left;
	width: 100%; 
	margin:0%;
	}
		
/* Typo */

p {
	margin-bottom: 2%;
	font-size: 1rem;
	color: white; 
	line-height: 1.4rem; 
	}

h1 {
	font-size: 1.35rem; 
	line-height: 1.5rem; 
	font-weight: 800; 
	color: white;
	text-decoration: underline; 
	margin-bottom: 5%; 
	}

h2 {
	font-size: 1.0rem; 
	line-height: 1.5rem; 
	font-weight: 800; 
	color: white;
	margin-bottom: 7%; 
	}
	
h5 {
	font-size: 0.9rem; 
	color: #BCCF05; 
	font-style: italic; 
	}
		
h6 {
	font-size: 0.75rem; 
	line-height: 1.0rem; 
	font-weight: 400; 
	font-style: italic; 
	margin-top: 10%; 
	color: white; 
	}

a.link-weiter {
	font-size: 0.9rem; 
	color: #BCCF05; 
	font-style: italic; 
	}	
		
		
	





