@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600);

body {
	margin: 0;
	padding: 0;
	line-height: 1.4;
	font-family: 'Open Sans', sans-serif;
	font-weight: 100;
	font-size: 34px;
	color: #2b2b2b;
	background: url(MarkusWedenborn.jpg) no-repeat left center fixed; 
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
	background-color: #f1f1f1;
}
a {
	text-decoration: none;
	color: #0e4e90;
}
.header {
	font-weight: 400;
	font-size: 1em;
	line-height: 0.5;
}
.container {
  position: relative;
}
.text {
	width: 600px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.about {
	
}
.contact {
	font-size: 0.6em;
}