#landing-banner{
	
	background: url(../img/LaRic-Streifen.jpg) no-repeat center top / contain;
}

#landing-top{
	
}
#landing-bottom{
	
}

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

#landing-top, #landing-bottom{
	line-height: 100vh;
	
}

a {
	color: #000;
}

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

h4{
	
	display: inline-block;
	vertical-align: middle;
	font-size: 26px;
	text-transform: uppercase;
}

#landing-banner-xs{
	height: 118px;
	background: url(../img/black-horizontal2.png) no-repeat 0 0 / cover;
}

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

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