
header.header {
    position: absolute;
    z-index: 100;
    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) {

}








/* ########## BP SWIPER SLIDER START ########## */
.swiper.bp-swiper {
    margin-bottom: 0;
}
.swiper.bp-swiper.bullets-drunter {
  margin-bottom: 25px;
  overflow: initial;
}

.swiper.bp-swiper .swiper-button-next, 
.swiper.bp-swiper .swiper-button-prev {
    height: 100%;
    right: 0px;
	top: 0;
    width: 50px;
	margin: 0;
    z-index: 1001;	
}
.swiper.bp-swiper .swiper-button-prev, 
.swiper.bp-swiper .swiper-rtl .swiper-button-next {
    height: 100%;
    left: 0px;
	top: 0;
    width: 50px;
	margin: 0;
    z-index: 1001;
}

.swiper.bp-swiper .swiper-button-next::after, 
.swiper.bp-swiper .swiper-button-prev::after {
    color: #fff;
    font-family: "fontawesome";
    font-size: 50px;
    line-height: 1;
    opacity: 1;
}

.swiper.bp-swiper .swiper-button-next::after, 
.swiper.bp-swiper .swiper-rtl .swiper-button-prev::after {
    content: "\f105";
}

.swiper.bp-swiper .swiper-button-prev::after, 
.swiper.bp-swiper .swiper-rtl .swiper-button-next::after {
    content: "\f104";
}




.swiper.bp-swiper .swiper-pagination {
  bottom: 15px;
  left: 0;
  line-height: 0;
  height: 6px;
  font-size: 0;
  text-align: center;
  width: 100%;
  top: unset;
  right: unset;
}
.swiper.bp-swiper.bullets-drunter .swiper-pagination {
	bottom: -15px;
}

.swiper.bp-swiper .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, 
.swiper.bp-swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	width: 25px;
	height: 6px;	
    background-color: #999;
    opacity: 1;
	padding: 0;
	margin: 0 5px;	
	border-radius: 0;
	display: inline-block;
}


.swiper.bp-swiper .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active, 
.swiper.bp-swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #148421;
}
/* ########## SWIPER SLIDER END ########## */









a.pfeil-herunter {
    animation: MoveUpDown 1s linear infinite;
}
@keyframes MoveUpDown{
	0%,100%{bottom:25px}
	50%{bottom:22px}
}
a.pfeil-herunter {
    position: absolute;
	z-index: 99;
    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;
	z-index: 99;
	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) {

}








