#landing-banner{
	height: 100px;
	background: url(../img/streifen_ws.jpg) repeat-x;
}

#landing-top{
	height: calc(50vh - 100px);
}

#landing-top:hover, #landing-bottom:hover{
	color: rgb(200, 168, 58);
}

#landing-top, #landing-bottom{
	line-height: calc(50vh - 100px);
	
}

a {
	color: #fff;
}

a:hover{
	text-decoration: none;
	color: rgb(200, 168, 58);
}

h2{
	font-size: 3em;
	display: inline-block;
	vertical-align: middle;
}

@media (max-width: 359px) {
    h2{
		font-size: 2.5em;
	}
}