body {
	min-width: 450px;
	font-size: 0.9em;
	
	background: url("../images/background/startseite.jpg"); 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
  
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #C8DB5B;
	background-attachment: fixed;
}

/* For mobile devices */
@media only screen and (max-width: 767px) {
  body {
    background-image: url("../images/background/startseite-mobil.jpg");
  }
}

div#infokasten {
	font-family: verdana;
	font-weight: bold;
	font-size: 1.3em;
	color: #ffffff;
	
	margin: 4em;
	
	min-width: 450px;
	width: 35%;
	
	position: absolute;
    bottom: 0;
    right: 0;
}

div#infokasten p {
	margin: 0;
}