body {
	height: 100%;
	font-family: 'Open Sans', sans-serif;
}

/* Allgemein */

.nopadding {
	padding-left: 0px;
	padding-right: 0px;
}

.green {
	background-color: green;
}

.above {
	height: 20px;
	background-color: #222;
	color: #fff;
	font-size: 10px;
	width: 100%;
	position: fixed;
	z-index: 10;
	bottom: 0;
	padding-top: 2px;
}

.above a, .above a:hover {
	color: #fff;
}

.logoarea {
	height: 60px;
	background-color:#fff;
	z-index: 9;
	position: fixed;
	width: 100%;
	padding-top: 10px;
	//border-bottom: 1px solid #333;
}

.marginleft20 {
	margin-left: 20px;
}

#startimg {
	width: 100%;
 	height: calc(100vh - 80px);
 	position: relative;
 	margin-top: 60px;
 	background: url(../images/fotografie-essen-janboeke.jpg) 50% 50% no-repeat fixed;
	background-size: cover;
}

section.bereichtop2 {
	height: auto;
	margin: 0 auto;
	padding-bottom: 40px;
}

h1 {
	font-weight: 100;
}

p {
	font-size: 18px;
}