
header.header {
    position: absolute;
    z-index: 1;
    width: 100%;
}
header.header .logo {
    width: 300px;
    margin: 0 auto;
}
header.header .logo a {
    display: block;
    line-height: 0;
}
header.header .header-main {
    padding-top: 15px;
    padding-bottom: 15px;
	background-color: transparent;
}


@media (max-width: 1279px) {

}
@media (max-width: 1023px) {

}
@media (max-width: 768px) {
	header.header .logo {
		width: 180px;
		margin: 0 auto;
	}
}
@media (max-width: 640px) {

}





a.pfeil-herunter {
    animation: MoveUpDown 1s linear infinite;
}
@keyframes MoveUpDown{
	0%,100%{bottom:25px}
	50%{bottom:22px}
}
a.pfeil-herunter {
    position: absolute;
    bottom: 25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    text-decoration: none;
    -webkit-transition: all 0.1s ease-in-out 0s;
    -moz-transition: all 0.1s ease-in-out 0s;
    -o-transition: all 0.1s ease-in-out 0s;
    transition: all 0.1s ease-in-out 0s;
}
a.pfeil-herunter span::before {
    display: block;
    font-family: fontawesome;
    content: "\f078";
    color: #fff;
    font-size: 40px;
}




footer.footer .call-to-action {
	background-color: #222;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: center;
	position: fixed;
	width: 100%;
	left: 0;
	bottom: 0;
	opacity: 0.2;
	height: 0;	
	-webkit-transition:all 0.4s ease-in-out 0s;
	-moz-transition:all 0.4s ease-in-out 0s;
	-o-transition:all 0.4s ease-in-out 0s;
	transition:all 0.4s ease-in-out 0s;
}

footer.footer.bp-small .call-to-action {
	opacity: 1;
	padding-top: 25px;
	padding-bottom: 25px;
	height: auto;
	border-top: 1px solid #333;
}



footer.footer .footer-main {
    background-color: #000;
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: center;
    margin-bottom: 109px;
    font-size: 14px;
    border-top: 1px solid #333;
}
footer.footer .footer-main.no-margin-bottom {
    margin-bottom: 0;
}
footer.footer a,
footer.footer a:hover,
footer.footer a:focus{	
	color: #fff;
	text-decoration: none;

}



footer.footer .footer-main nav ul li {
    display: inline-block;
    margin: 0 5px;
}





@media (max-width: 1279px) {
	footer.footer .footer-main {
		margin-bottom: 107px;
	}
}
@media (max-width: 1023px) {
	footer.footer .footer-main {
		margin-bottom: 105px;
	}
}
@media (max-width: 768px) {

}
@media (max-width: 640px) {
	footer.footer .footer-main {
		margin-bottom: 83px;
	}
	
	footer.footer.bp-small .call-to-action {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	
	.cpnb-m-cookies-floatButtonPosition_bottom_left {
		left: 15px !important;
	}
	.cpnb-m-cookies-floatButton {
		bottom: 15px !important;
	}
	.cpnb-m-cookies-floatButton-icon-img {
		max-width: 50px !important;
		max-height: 50px !important;
	}
	
	
}









.bp-slider-main .ein-slide {
    height: 100VH;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-position: center center;
}
.bp-slider-main .ein-slide::after {
    height: 100VH;    
    position: absolute;
    content: "";
	left: 0;
	top: 0;
	width: 100%;
}
.bp-slider-main .ein-slide .inner {
	display: none !important;
    position: absolute;
    bottom: 100px;
    width: 100%;
    text-align: center;
}
.bp-slider-main .ein-slide .inner > div {    
    display: inline;
}

.bp-slider-main .ein-slide .inner > div.slider-headline::after {
	content: '\A';
    white-space: pre;
}

.bp-slider-main .ein-slide .inner > div .inside {
    display: inline-block;
    margin: 2px 0;
    padding: 12px 10px;
	background-color: rgba(255,255,255,0.7);
}


.bp-slick.bp-slider-main.slick-dotted.slick-slider {
    margin-bottom: 0;
}
.bp-slick.bp-slider-main.slick-slider .slick-dots {
    bottom: 10px;
}




@media (max-width: 1279px) {

}
@media (max-width: 1023px) {

}
@media (max-width: 768px) {

}
@media (max-width: 640px) {

}








