* {
	margin: 0;
	padding: 0;
}
html, body {
	width: 100%; 
	height: 100%;
}
body {
	font-family: 'EB Garamond', serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	text-transform: none;
	text-decoration: none;
	letter-spacing: 0em;
	word-spacing: 0em;
	line-height: 1.35;
	/*display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;  
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;*/  
	background: #284829; 
}

.zentriert {
	text-align: center;
	width: 100%;
	padding-bottom: 120px;
	border-bottom:1px solid #899781;
}

a {
	width: 525px;
	height: 238px;
	font-style: normal;
	font-weight: 400;
	font-size: 48px;
	text-transform: none;
	text-decoration: none;
	letter-spacing: 0.4em;
	word-spacing: 0em;
	line-height: 1.25;
	color: #899781;
}

.hell {
	left: 0px;
	top: 0px;
	position: relative;
	width: 100%;
	height: 50%;
	min-height: 250px;
	background: #fffded;
	text-align: center;
}
.hell div {
	bottom: 0;
	position: absolute;
	width: 100%;
	height: 238px;
	margin-bottom: 14px;
	text-align: center;
	vertical-align: bottom;
}
.dunkel {
	left: 0px;
	top: 0px;
	position: relative;
	width: 100%;
	height: 50%;
	min-height: 250px;
	text-align: center;
}