body {

font-family: 'Lato', sans-serif;
background-image: url("http://al275.de/AndreasLanger_MainBG.jpg");
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center;
background-size: cover;	
}

.center {
position: absolute;
top: 50%;
left: 50%;
margin-left:-20%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
width: 40%;
text-align: center;
padding: 30px;
background-color:#ffffff;
}
.card {  max-width: 100%; height: auto; }
p {font-size: 1em; line-height: 120%; margin-bottom: 25px;}  