@import url(http://fonts.googleapis.com/css?family=Josefin+Sans:100,300,700);
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,500,600,700);

@charset "UTF-8";
body {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 16px;
	line-height: 22px;
	color: #000;
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	background-image: url(img/bg.jpg);
	background-attachment: fixed;
	background-position: center ;
	background-size: cover;
	}
	

html {
	width: 100%;
	height: 100%;
	min-height: 100%;
}


p {
	margin: 0px;
	padding: 0px;
}

img {
	border: 0;
}


a {
	color: #000;
	text-decoration:none;
}








h1 {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 100;
	font-size: 72px;
	line-height: 72px;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 30px;
	line-height: 22px;
	font-weight:700;
	margin: 0px;
	padding: 0px;
}

h3 {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 20px;
	line-height: 30px;
	font-weight: 300;
	margin: 0px;
	padding: 0px;
}









#mantel {
	width: 900px;
	height: 100%;
	position: absolute;
	left: 50%;
	margin-left: -450px;	
}

html>body #mantel {
		height: auto;
		min-height: 100%;
	}
	

.white {/*Kann von IE gelesen werden*/
	width: 900px;
	height: 100%;
	position: fixed;
	min-height: 100%;
	background-color: #FFF;
	left: 50%;
	margin-left: -450px;
	z-index: 1;
}


html>body .white { /* Kann IE nicht lesen*/
		height: 100%;
		min-height: 100%;
		background-color: rgba(255,255,255,0.8);
		z-index: 1;
	}




/* Navigation */

#nav_flaeche {
	width: 220px;
	position: fixed;
	float:left;
	background-color:#179a57;
	height: 100%;
	z-index: 5;
}


#logo {
	width: 220px;
	height: 150px;
	margin-left: -44px;
}




.nav {
	margin-top: 30px;
	font-size: 27px;
	line-height: 54px;
	font-weight:bold;
	color: #000;
	float: right;
	text-align: right;
	padding-right: 20px;
}

.nav a {
	color:#FFF;
}


.unav {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 10px;
	margin-right: 20px;
	margin-top: -10px;
	font-weight: bold;
}




.kontakt {
	
	margin-top: 100%;
	bottom: 20px;
	font-size: 16px;
	line-height: 18px;
	color: #FFF;
	float: right;
	text-align: right;
	left: 50px;
	position: absolute;
}






/* Content */

.content {
	width: 680px;
	height: 100%;
	float: right; 
	font-family: 'Lato', sans-serif;
	position: relative;	
	z-index: 6;
}


.reihe {
	margin-bottom: 30px;
}

.titel {
	width: 680px;
	height: 110px;
	 
	margin: 60px 40px 20px 40px;
}


.spalte1{
	width: 295px;
	height: 100%;
	float: left;	
	margin: 0px 0px 0px 40px;
}

.spalte2{
	width: 295px;
	height: 100%;
	float: left;
	margin: 0px 0px 0px 20px;	
}

.spaltebreit{
	margin: 30px 40px 20px 40px;
}



#aisberg {
	bottom: 0px;
	right: 0px;
	padding: 2px 5px 2px 5px;
	text-align: right;
	position: fixed;
	z-index: 1000;
	background-color: rgba(0,0,0,0.7);
	font-size: 12px;
	font-weight: 400;
}

#aisberg img {
	vertical-align: -25%;
}


#aisberg a {
	color: #FFF;
	text-decoration: none;
}


@media only screen 
and (max-device-width : 720px)
{
	
body {
	font-size: 30px;
	line-height: 1.5;
}
	
#nav_flaeche {
	margin-left: -13px;
	position: fixed;
}

h2 {
	font-size: 40px;
	line-height: 1.0px;
}

h3 {
	font-size: 30px;
	line-height: 1.5;
	font-weight: bold;
}	

.nav {
	font-size: 30px;
}
	
}












	
	
