/* RESET */
*{margin:0;padding:0;box-sizing: border-box;}
a{text-decoration: none;}
ul{list-style: none;}

/* ALLGEMEIN */
body{
	background-image: url(../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,0.7);
}

.clearfix:after{
	display: block;
	content: '';
	clear: both;
}


/* MAIN */

h1{
	font-size: 20px;
	color: #000;
font-family: avenir;
	text-decoration: underline;
	margin: 40px 0 15px;
	text-align: center;
}


h2{
	font-size: 20px;
	margin: 10px 0;
font-family: avenir;
}




main{
	background-color: #ffffff;
}


.content{
	background-color: #fff;
	padding-left: 20px;
	
}

article{
	padding: 60px 20px;
	border-bottom: 2px dotted rgba(0,0,0);
}

.last{border:none;
}

p{
	font-size: 12px;
font-family: avenir;
	text-align: justify;
margin-left: 20 px;
margin-right: 20 px;

}

.left{
	float: left;
	margin-right: 20px;
}
.right{
	float: right;
	margin-left: 20px;
}

.spalte{
	float: left;
	width: 33%;
	padding-left: 20px;
}
