body{
	margin:0;
	font-family: "Open Sans", sans-serif;
	background-color: #868686;
	min-width: 960px;
	background: url(/Users/florian/Documents/meineWebseite_neu/bilder/hintergrund.jpg) no-repeat center center fixed; 
	background-size: cover;
}
header{
	background-color: #22272c;
	color: white;
	padding-top:5px;
	height: 100px;
}
h1.head{
	margin-left:7%;

}
main{
	padding-top: 5%;
	margin-left:10%;
	margin-right:10%;
}
article.VC{
	color: #000;
}

div#rand{
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 10px 40px 0 rgba(0, 0, 0, 0.19);
	background: rgba(255,255,255,0.5);
	margin-left: 10%;
	margin-right: 10%;
	padding-bottom:10px;
	margin-bottom:20px;
}
.bild{
	width:100%;
}