/* RESET */
*{margin:0;padding:0;box-sizing: border-box;}
a{text-decoration: none;}
ul{list-style: none;}

/* ALLGEMEIN */
body{
	background-image: url(../media/ebene0.png);

	
	background-repeat: no-repeat;

	
	background-position: 50% 0%;

	background-attachment: fixed;

	
	background-size: cover;

	background-color:  #ffffff;

}

header, 
main, 
footer{
	width: 1200px;
	margin: auto;
}

header, footer{
	background: rgba(190,190,190, 0.5);

}

.clearfix:after{
	display: block;
	content: '';
	clear: both;
}

/* HEADER */
header{
	height: 150px;
	padding-left: 20px;
	position: relative;
}

header nav{
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 18px;
}

/* BLOCKNAVIGATION */
header li{
	float: left;
	border-right: 3px dotted #848884;
}

header li:last-child{
	border: none;
}

header nav a{
	display: block;
	padding: 10px 50px 10px;
	background-color: #fffff;
	color: #000;
}

header a:hover,
.active a{
	background-color: #12526e;
	color: #fff;
}


/* MAIN */

h1{
	font-size: 60px;
	color: #EEC900;
	text-decoration: underline;
	margin: 40px 0 15px;
	text-align: left;
	font-family: avenir;
}


h2{
	font-size: 50px;
	margin: 10px 0;
	font-family: avenir;
}

h3{
	margin: 40px 20px;
	padding: 20px 20px; 
	font-size: 16px;
	color: #EEC900;
	text-decoration: underline;
	text-align: left;
	font-family: avenir;
}

main{
	background-color: rgba(255,255,255,0.0);
}


.content{
	background-color: #000;
	padding: 20px;	
	background: rgba(255,255,255, 0.8);
	font-family: avenir;
	
}

article{
	padding: 60px 30px;
}
p{
	font-size: 30px;
	font-style: century gothic;
	text-align: left;
	color: #00000;
}



a{color: #eec900;
}

a:link{
color: #eec900;
text-decoration: underline;
}

a:hover{
 color: #FFA500;
}

a:active{
 color: #eec900;
}






