@charset "utf-8";
/* CSS Document */
/*Andri Joel Harison*/

*{margin:0; padding:0;}

body {
	font-family: "Calibri MS", Arial, Helvetica, sans-serif;
	width: 100%;
	background-color: #300000;
	color: #B7A042;
}

h1 {
	padding: 20px 15px 15px 30px;
	font-family: Calibri;
	font-size: 35px; 
	text-align: left;
}
	
h2 { 
	font-size: 14px;
	text-align: left;
	margin-left: 65px;
	color: #B7A042;
	font-style: italic;
}

h3 {
	font-size: 10px; 
	text-align: center;
	padding: 0px 0px 0px 0px;
	color: #300000;
}	

p { 
	font-family: Calibri;
	font-size: 16.5px;
	text-align: left;
	color: #ffffff;
	padding-right: 20px;
	padding-top: 20px;
}

div.desc {
  font-size: 14px;
  text-align: center;
  font-style: italic;
  width: 250px;
  margin: 5px 0px 30px 40px;
}


#wrapper {
	width: 100%;
	height: 780px;
	background-color: #300000;
}

#header {
	width: 95%;
	height: 10.8%;
	padding-top: 1%;
	padding-left: 5%;
	background-color: #300000;
}

#inhalt-bio{
	width: 95%;
	height: auto;
	background-color: #300000;
	padding: 0px 50px 50px 0px;
}

#inhalt-bio section,
#inhalt-bio article {
	margin-left: 50px;
	width: 95%;
	height: auto;
	padding-top: 20px;
}

#inhalt-bio article p {
	
	margin-left: 360px;
	text-align: justify;
	letter-spacing: 0.3px;
	padding-left: 90px;
	padding-right: 100px;
	color: #ffffff;
	

}
#inhalt-bio article img {
	/*height: 250px;*/
	float: left;
	margin-top: 25px;
	margin-left: -340px;
	margin-bottom: 55px;
	
	border: 3px outset  #B7A042;
	box-shadow: 4px 4px 12px #980000;
}

#Bild {
	height: 250px;
	float: left;
}
		
#button{
	font-family: Calibri;
	font-size: 58px;
	text-align: center;
	text-shadow: 0 0 20px #ffffff;
	color: #B7A042;
}

a {
	text-decoration: none;
	color: #ffffff;
}

a:hover{
	color: #B7A042;
}
		
#footer {
	width: 100%;
	height: 5%;
	background-color: #330000;
}