@charset "utf-8";
/* CSS Document */

* {
    margin: 0;
    padding: 0;
}

  
.all {
    padding: 45px;  -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto; 
}
html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333;
	
	background-color: #8597A1;;
	height : 100%;
	background-size: cover;
	overflow: auto;
	line-height: 1.6em;
}
h2 {
font-size: 1.4em;
font-weight: normal;
}
body {overflow-y: scroll; background: url("../pix/verlauf.jpg");
background-size: cover; background-position: bottom; background-repeat: no-repeat; background-attachment: fixed;
}
#wrapit {min-height:100%; position:relative; }
#navi-top {
	text-align: center;
	padding-top:50px;
	
	
	font-size: 0.9em;
	color: #CCC;
}
.wrapper {
    padding: 20px;
}
#navi-top ul li {
	display: inline;
padding: 14px;
border: 1px solid cornsilk;
margin: 10px;
text-align: center;
}
#navi-top a {
	display: inline;
	
	color: #FFF;
	text-decoration: none;
}
#navi-top a:hover {
	display: inline;
	
	color: #000000;
	text-decoration: none;
}
#navi-top a:active {
	
	color: #000000;
	
}
.aktiv {border: 1px solid #000;}
.content {
text-align: left;
width: 100%;
margin: 0 auto;
   
max-width: 800px;
background: #fff;
opacity: 0.5;

margin-top: 10%;
	padding-bottom: 50px;
}

#logo h1 {
	font-family: Arial, sans-serif;
font-size: 2.42em;
color: #163a48;
line-height: 1.5em;
font-weight: 300;
}

@media screen and (max-width: 340px) {
	#navi-top ul li {
    display: block;
    list-style: none;
}
	
}

@media screen and (max-width: 500px) {#logo h1 {
    
		font-size: 1.9em;}
.all {
	padding: 35px;}
}



.small { font-size:1.2em; padding-top: 20px;}
 





.navi-top .aktiv {
	color: #000;
	
}

#footer {
	position:absolute;
	bottom:0;
	width:100%;
	height:40px;
	background-color:#b8c3c5;
	text-align:center;
	font-size: 0.8em;
}.adress {
	padding-top: 7px;
}

#footer a {
	color: #333;
	font-weight: normal;
}
#footer a:hover {
	color: #575e62;
	font-weight: normal;
}
.content img {
	float: left;
	padding-left: 0px;
	padding-top: 40px;
	padding-right: 15px;
}
.content a {
	color: #666;
	font-weight: normal;
	text-decoration: underline;
}
.content a:hover {
	color: #575e62;
	font-weight: normal;
}
.aktuell { color:#CCCCCC;}
