body {
	background: #F2F2F2;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: normal;
	font-weight: 200;
}
.hero {
	background-image: url("../images/Ansicht oben 3.jpg");

  /* Position and center the image to scale nicely on all screens */
    background-position: center;
    background-repeat: no-repeat;
	background-size:contain;
    position: relative;
    padding-top: 20%;
    padding-bottom: 20%;
}
.hero_header {
	color:black;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	letter-spacing: 4px;
}
.light {
	color: #C96043
}

