body {
	font-size:18px;
}
.sticky_header {
	min-height:65px;
}
.hamburger {
	display:block;
	right:20px;
	top:25px;
	width:40px;
	height:23px;
	position: absolute;
	cursor:pointer;
	background-image: url(images/hamburger.png);
	background-repeat: no-repeat;
	background-size: 40px 23px;
}
ul.header {
	display:none;
	position: fixed;
	background: white;
	width:100%;
	height:auto;
	padding:30px 0 20px;
}
ul.header::after {
	content: "";
	top:0;
	left:0;
	bottom:0;
	right:0;
	background-image: url(images/b_logo_rot.png);
	background-repeat: no-repeat;
	background-position: center top 50px;
	background-size:90% auto;
	opacity:0.2;
	position:absolute;
	z-index:-10;
}
ul.header li {
	display: block;
	width:100%;
	height:auto;
	font-size:24px;
	text-align: center;
	margin-top:30px;
}
ul.header li.logo {
	display:none;
}
.header li a {
    margin-top: 0px;
    height: auto;
}
.header li.close {
	display:block;
	cursor:pointer;
	background-image: url(images/close.png);
	background-repeat: no-repeat;
	background-size: 30px 30px;
	background-position: center center;
	height:30px;
}
.logomobile {
	display:block;
	background-image: url('images/logo.png');
	background-repeat: no-repeat;
	background-size:contain;
	background-position:left bottom 12px;
	background-position:left 0px;
	width:300px;
	height:36px;
	position: absolute;
	left:20px;
	top:14px;
	z-index:10;
}
.body {
	margin-top:65px;
}
.textblock {
	padding: 50px 10px 190px;
}
.textblock h1,
.textblock.preise h1 {
    font-size: 22px;
    margin-bottom: 20px;
} {
	font-size:22px;
	margin-bottom:20px;
}
.textblock.weiss .text {
    font-size: 18px;
}
.abschnitt.kontakt::after {
	background-size:90% auto;
}
.abschnitt.weiss .textblock::after {
	background-size:90% auto;
}

.scrollsection:last-child .bilder {
	width:100%;
	height:60.47vw;
	position: relative;
	
}
.layer {
	width:calc(100% - 30px);
}
