/* 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(255,255,255);
}

.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: #EEC900;
	color: #fff;
}

/* MAIN */

h1{
	font-size: 80px;
	color: #EEC900;
	text-decoration: underline;
	margin: 40px 0 15px;
	text-align: left;
font-family: avenir;

}


h2{
	font-size: 24px;
	margin: 10px 0;
font-family: avenir;

}

h3{
	margin: 40px 20px;
	padding: 20px 20px; 
	font-size: 24px;
	color: #EEC900;
	text-decoration: underline;
	text-align: left;
font-family: avenir;

}

main{
	background-color: rgba(255,255,255,0.0);
font-family: avenir;

}


.content{
	background-color: #000;
	padding: 20px;	
	background: rgba(255,255,255, 0.8);
font-family: avenir;

	
}

article{
	padding: 60px 30px;
font-family: avenir;

}
p{
	font-size: 18px;
	text-align: left;
	color: #00000;
font-family: avenir;

}

span{color: #00000;
font-size: 80px;
}

a{color: #eec900;
}

a:link{
color: #eec900;
text-decoration: underline;
}

a:hover{
 color: #ffffff;
}

a:active{
 color: #eec900;
}

.left{
	float: left;
	margin-right: 20px;
}
.right{
	float: right;
	margin-left: 20px;
}

.spalte{
	float: left;
	width: 33%;
	padding-left: 40px;
}







