*{
	padding: 0;
	margin: 0;
}
#container {
	height: 100vh;
	width: 100vw;
	position: relative;
}
.imgcontainer {
	display: block;
	height: 50vh;
	width: 100vw;
	background-size: cover;
	background-position: center center;
	position: relative;
	box-sizing: border-box;
}
.overbox {
	position: absolute;
	box-sizing: border-box;
	bottom: 20px;
	left: 50%;
	margin-left: -160px;
	width: 320px;
	background-color: rgba(0, 0, 0, 0.69);
	padding: 15px 20px;
	text-decoration: none;
}
.overbox p{
	color: white;
	text-align: center;	
	margin-bottom: 15px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: 400;
	font-family: "Raleway", Arial, Helvetica, Verdana, sans-serif;
	font-weight: 400;
	font-size: 17px;
}
.overbox p.blau{
	color: #569DE0;
	margin-bottom: 0;
}
.overbox p.gelb{
	color: #efb82c;
	margin-bottom: 0;
}
.trenner{
	position: absolute;
	background-color: white;
	width: 100vw;
	height: 8px;
	top: 50vh;
	top: calc(50vh - 4px);
}