body, html {
  height: 100%;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}

.bgimg {
  /* The image used */
  background-image: url("../img/ausseersee.jpg");

  /* Full height */
  height: 100%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.caption {
	position:absolute;
	top:20px;
	left: 20px;
	font-size:25px;
	letter-spacing:10px;
	color: white;
	
}

.caption_h1 {
	margin-bottom:20px;
}