body,html{
	
	width:100%;
	height: 100%;
	margin:0;
	
	
}



/********** HEADER **********/

header {
    width: 100%;	
	height: 40%;
	background-image:url(Bilder/nougat.png);
	background-size: cover;
	
}

header h1{
	margin-right: 70px;
	color: #8a6850;
	padding: 40px 0;
	font-family: calibri;
	font-size: 90px;
	text-transform:uppercase; 
	text-align: right;
}



header a {
	text-decoration: none;
}

nav{
	width: 100%;
	text-align: center;
	font-size: 25px;

}

nav ul{
	list-style-type: none; 
}

nav li{
	display: inline-block;
	width: 300px; 
	padding: 5px 0;
	border-right: solid #8a6850;
	text-align: center; 
}

nav ul li a {
	display: inline-block;
	text-decoration: none; 
	color: #8a6850;
	background-color: withe;
	width: 115px;
	padding: 5px 15px;
	margin-right: 25px;

}
nav li:last-child{
	border: none;
}

nav a:hover {
	
	color: c64d4d;
	
	}
	
	
content img.eins{
	height: 300px;
	width: 250px;
	padding: 50px; 
	padding-top: 60px;
	float: right;
}

content h1{
     font-family: calibri;
     font-size: 30pt; 
	 color: #8a6850;
	 margin-left: 30px;
	 padding: 1px
	
}


content p{
	font-family:Bahnschrift Light SemiCondensed;
     font-size: 15pt; 
	 color: black;
	 margin-left: 30px;
}

content cite{
	
     font-size: 10pt; 
	 color: black;
	 margin-left: 30px;
	
}

content h2{
	 font-family: calibri;
     font-size: 30pt; 
	 color: #8a6850;
	 margin-left: 30px;
	 padding.1px;
	
}



content li{
	font-family:Bahnschrift Light SemiCondensed;
     font-size: 15pt; 
	 color: black;
	 margin-left: 30px;
	text-decoration: none;
	color: black;
}


content h3{
	
	 font-family: calibri;
     font-size: 30pt; 
	 color: #8a6850;
	 margin-left: 30px;
	 padding: 0px;
	
}

content h4{
		 font-family: calibri;
     font-size: 30pt; 
	 color: #8a6850;
	 margin-left: 30px;
	 padding: 0px;
	
	
}
content img.zwei{
	height: 300px;
	width: 400px;
	padding: 50px; 
	padding-top: 60px;
	float: right;
	border: solid 2px white;
	border-radius: 90px;
	box-shadow: 2px 2px 2px white;
	
}
content img.drei{
	height: 350px;
	width: 500px;
	padding: 50px; 
	padding-top: 60px;
	float: right;
	border-radius: 90px;
	border: solid 2px white;
	box-shadow: 2px 2px 2px white;
}
