.landingpage .navbar-expand-lg .navbar-collapse {
	height: 80px;
}

.landingpage-mood {
	width: 100%;
	height: 600px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

@media only screen and (max-width: 600px) {
	.landingpage-mood {
		margin-top: 85px;
		height: 200px;
	}
}

.landingpage .highlight-auf {
	color: #1b4459;
	font-size: 15px;
	line-height: 22px;
	padding-bottom: 60px;
	display: inline-block;
}

.landingpage .jameda {
	padding: 40px 0;
}

.landingpage .action {
	padding: 40px 0;
}

.landingpage .btn.full {
	width: 100%;
	height: 80px;
	line-height: 80px;
	font-size: 20px;
}

.landingpage .responsive-video {
	width: 100%;
	position: relative;
	padding-bottom: 53%;
	padding-top: 25px;
	height: 0;
}

.landingpage .responsive-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}