header.header{

}

header.header .logo {
    width: 240px;
    z-index: 1001;
}
header.header .logo a,
header.header .logo a:hover,
header.header .logo a:focus {
    display: block;
	line-height: 0;
	text-decoration: none;	
}



header .header-top {
  padding-top: 25px;
  padding-bottom: 10px;
}
header .header-top .bp-width {
	position: relative;
}

header .header-main {
	margin-top: 30px;	
	color: #000;
	font-size: 14px;
	line-height: 24px;
	color: #000;
}
header .header-main a {
	color: #000;
}
header .header-main a:hover, 
header .header-main a:focus {
	color: #2D649D;
}

header .header-main .inner > .kontakt {
  float: left;
  position: relative;
  line-height: 46px;
  font-weight: 500;
}
header .header-main .inner > .kontakt label {
  position: absolute;
  top: -30px;
  left: 0;
  line-height: 30px;
  color: #707070;
}
header .header-main .inner > .kontakt ul.kontakt-liste > li {
  display: inline-block;
  margin-right: 25px;
}
header .header-main .inner > .kontakt ul.kontakt-liste > li span.typ {
	margin-right: 5px;
}

header .header-main .inner > .essen-auf-raedern {
  float: left;
}
header .header-main .inner > .essen-auf-raedern a.bp-button span {
  display: inline-block;
  position: relative;
  padding-left: 28px;
}
header .header-main .inner > .essen-auf-raedern a.bp-button span::before {
  content: "\e900";
  font-family: icomoon;
  margin-right: 0;
  position: absolute;
  font-size: 23px;
  left: 0;
}



header .header-main .inner > .hauptmenue {
  float: right;
}
header .header-main .inner > .hauptmenue nav .anker-navigation > li {
  display: inline-block;
  line-height: 46px;
  font-weight: 500;
  margin-left: 25px;
}






.menu-desktop {
  display: block;
}
#bp-nav-trigger {
  display: none;
}

@media (max-width: 1279px) {
	header .header-main .inner > .kontakt ul.kontakt-liste > li span.typ {
	  display: none;
	}
}
@media (max-width: 1023px) {
	.menu-desktop {
	  display: none;
	}
	#bp-nav-trigger {
	  display: block;
	}
	
	header.header .logo {
		width: 153px;
	}	
	header .header-top {
		padding-top: 15px;
		padding-bottom: 10px;
	}
	header .header-main {
		margin-top: 0;
		line-height: inherit;
	}	
	header .header-main .inner > .essen-auf-raedern {
		display: none;
	}
	header .header-main .inner > .kontakt label {
		display: none;
	}
	header .header-main .inner > .kontakt ul.kontakt-liste > li span.typ {
	  display: inline;
	}
}
@media (max-width: 768px) {

}
@media (max-width: 640px) {
	header .header-main .inner > .kontakt ul.kontakt-liste > li {
	  display: block;
	  margin-right: 0;
	  line-height: 1;
	  padding: 10px 0;
	}
}



/** mobiles Menü **/
#bp-nav-trigger {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 60px;
  width: 60px;
  overflow: hidden;
  color: transparent;
  white-space: nowrap;
  text-indent: 100%;
}
#bp-nav-trigger span,
#bp-nav-trigger span::before,
#bp-nav-trigger span::after {
  position: absolute;
  height: 3px;
  width: 30px;
  background: #2D649D;
}
#bp-nav-trigger span {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: background .3s;
}
#bp-nav-trigger span::before,
#bp-nav-trigger span::after {
  content: '';
  top: 0;
  left: 0;
  transition: background .3s, transform .3s;
}
#bp-nav-trigger span::before {
  transform: translateY(-10px);
}

#bp-nav-trigger span::after {
  transform: translateY(10px);
}
#bp-nav-trigger:hover span, 
#bp-nav-trigger:hover span::before,
#bp-nav-trigger:hover span::after {
  background: #000;
}
.nav-open #bp-nav-trigger span {
  background: transparent;
}
.nav-open #bp-nav-trigger span::before,
.nav-open #bp-nav-trigger span::after {
  background: #2D649D;
}
.nav-open #bp-nav-trigger span::before {
  transform: rotate(-45deg);
}
.nav-open #bp-nav-trigger span::after {
  transform: rotate(45deg);
}


.bp-mobile-nav-overlay {
  position: fixed;
  z-index: 10001;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s, visibility .5s;
}
.nav-open .bp-mobile-nav-overlay {
  opacity: .8;
  visibility: visible;
}
body.nav-open {
  overflow: hidden;
}



#bp-mobile-navigation.nav-container {
	position: fixed;
	z-index: 10002;
	top: 0;
	right: 0;
	height: 100%;
	width: 90%;
	max-width: 300px;
	background: #ffffff;
	transform: translateZ(0);
	transform: translateX(100%);
	transition: transform .5s cubic-bezier(.07,.23,.34,1);
	box-sizing: border-box;
	padding-bottom: 50px;
}
#bp-mobile-navigation.nav-container .bp-nav-inner {
	overflow: auto;
	height: 100%;
	width: 100%;
}
.nav-open #bp-mobile-navigation.nav-container {
  transform: translateX(0);
}

#bp-mobile-navigation #bp-close-the-nav {
	display: none;
	position: absolute;
	left: 10px;
	bottom: 10px;
	width: 30px;
	height: 30px;
}
.nav-open #bp-mobile-navigation #bp-close-the-nav {
	display: block;
}

#bp-mobile-navigation #bp-close-the-nav span::before,
#bp-mobile-navigation #bp-close-the-nav span::after {
  content: '';
}
#bp-mobile-navigation #bp-close-the-nav:hover span::before,
#bp-mobile-navigation #bp-close-the-nav:hover span::after {
  background: #000;
}
#bp-mobile-navigation #bp-close-the-nav span {
  background: transparent;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.nav-open #bp-mobile-navigation #bp-close-the-nav span::before,
.nav-open #bp-mobile-navigation #bp-close-the-nav span::after {
  position: absolute;
  height: 3px;
  width: 30px;
  background: #3E3E3E;
  top: 14px;
}
.nav-open #bp-mobile-navigation #bp-close-the-nav:hover span::before,
.nav-open #bp-mobile-navigation #bp-close-the-nav:hover span::after {
  background: #000;
}
.nav-open #bp-mobile-navigation #bp-close-the-nav span::before {
  transform: rotate(-45deg);
}
.nav-open #bp-mobile-navigation #bp-close-the-nav span::after {
  transform: rotate(45deg);
}



.nav-open #bp-mobile-navigation .bp-nav-inner .logo {
  padding: 15px;
  border-bottom: 1px solid #ccc;
}
.nav-open #bp-mobile-navigation .bp-nav-inner .logo a {
  display: block;
  width: 200px;
}
.nav-open #bp-mobile-navigation nav ul > li {
  display: block;
  border-bottom: 1px solid #ccc;
}
.nav-open #bp-mobile-navigation nav ul > li a {
  padding: 15px;
  display: block;
  font-size: 18px;
  line-height: 1;
  background-color: #fff;
  color: #2D649D;
}
.nav-open #bp-mobile-navigation nav ul > li a:hover, 
.nav-open #bp-mobile-navigation nav ul > li a:focus {
  background-color: #f3f3f3;
  color: #2D649D;
}



.nav-open #bp-mobile-navigation .cookie-einstellungen ul > li {
  display: block;
  border-bottom: 1px solid #ccc;
}
.nav-open #bp-mobile-navigation .cookie-einstellungen ul > li span {
  padding: 15px;
  display: block;
  font-size: 18px;
  line-height: 1;
  background-color: #fff;
  color: #2D649D;
}
.nav-open #bp-mobile-navigation .cookie-einstellungen ul > li span:hover, 
.nav-open #bp-mobile-navigation .cookie-einstellungen ul > li span:focus {
  background-color: #f3f3f3;
  color: #2D649D;
  cursor: pointer;
}





.bp-slider-main .ein-slide {
    position: relative;
}









.to-top-button-wrapper {
  font-size: 50px;
}
.to-top-button-wrapper  a {
	color: #2D649D;
}
.to-top-button-wrapper  a:hover, 
.to-top-button-wrapper  a:focus {
	color: #1B426A;
}





footer.footer {
	background-color: #2D649D;
	color: #f4f9ff;
	position: relative;
}
footer.footer::before {
	content: "";
	background-color: #fff;
	position: absolute;
	height: 100%;
	width: calc( (100% - 1200px) / 2);
}
footer.footer a {	
	color: #f4f9ff;
}
footer.footer a:hover,
footer.footer a:focus{	
	color: #fff;
}

footer.footer .weiss {
  color: #fff;
}
footer.footer .fett {
  font-weight: 500;
}
footer.footer .em-1-2 {
  font-size: 1.2em;
  line-height: 1;
}


footer.footer .footer-inner {
	position: relative;
	height: 400px;
	z-index: 1;
	overflow: hidden;
}
footer.footer .footer-inner::before {
	content: "";
	width: 0;
	height: 0;
	border-bottom: 750px solid transparent;
	border-left: 400px solid #ffffff;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}
footer.footer .footer-inner .logo-container {
	position: relative;
	float: left;
	width: 400px;
	height: 400px;
	z-index: 3;
}

footer.footer .footer-inner .logo-container .logo-inner a.logo.logo-hauptseite {
  display: block;
  width: 300px;
  margin-top: 50px;
}
footer.footer .footer-inner .logo-container .logo-inner a.logo.logo-nebenseite {
  width: 225px;
  display: block;
  margin-top: 50px;
}



footer.footer .footer-inner .info-container {
  float: left;
  width: 800px;
  height: 400px;
}

footer.footer .footer-inner .info-container .info-inner {
  margin-top: 50px;
}
footer.footer .footer-inner .info-container .info-inner .kontakt-wrapper .adresse {
  float: left;
}
footer.footer .footer-inner .info-container .info-inner .kontakt-wrapper .links {
  float: right;
  margin-left: 50px;
  position: relative;
  padding-left: 50px;
  border-left: 1px solid #fff;
}
footer.footer .footer-inner .info-container .info-inner .kontakt-wrapper .links nav {
  margin-top: 25px;
}
footer.footer .footer-inner .info-container .info-inner .kontakt-wrapper .links nav ul > li {
  margin: 5px 0;
}


footer.footer .footer-inner .info-container a.link-button-externe-seite {
	display: inline-block;
	border: 1px solid #fff;
	border-radius: 50px;
	padding: 12px 25px;
	margin-top: 50px;
	font-size: 18px;
  	background-color: #2D649D;
	color: #ffffff;
}
footer.footer .footer-inner .info-container a.link-button-externe-seite:hover, 
footer.footer .footer-inner .info-container a.link-button-externe-seite:focus {
  	color: #2D649D;
	background-color: #ffffff;
}

@media (max-width: 1279px) {
	footer.footer::before {
		width: calc( (100% - 960px) / 2);
	}
	footer.footer .footer-inner .info-container {
		width: 560px;
	}

}
@media (max-width: 1023px) {
	footer.footer {
		background-color: #2D649D;
		color: #f4f9ff;
		margin-left: 25px;
	}
	footer.footer::before {
		display: none;
	}
	footer.footer .footer-main-wrapper > .bp-width {
		width: 100%;
		padding: 0;
	}
	 footer.footer .footer-inner .info-container {
		width: auto;
	}
	footer.footer .footer-inner .info-container .info-inner .kontakt-wrapper .adresse {
		float: none;
	}
	footer.footer .footer-inner .info-container .info-inner .kontakt-wrapper .adresse .bp-margin-top-m {
		margin-top: 10px;
	}
	footer.footer .footer-inner .info-container .info-inner .kontakt-wrapper .links {
		float: none;
		margin-left: 0;
		position: relative;
		padding-left: 0;
		border-left: 0 none;
		margin-top: 10px;
	}
	footer.footer .footer-inner .info-container a.link-button-externe-seite {
		border-radius: 30px;
		padding: 6px 15px;
		margin-top: 15px;
		font-size: 14px;
		line-height: 1,1;
	}
}
@media (max-width: 768px) {
	footer.footer {
		margin-left: 0;
	}
	footer.footer .footer-inner {
		position: relative;
		height: auto;
		overflow: auto;
	}
	footer.footer .footer-inner::before {
		display: none;
	}
	 footer.footer .footer-inner .logo-container {
		float: none;
		width: 100%;
		height: auto;
		background-color: #fff;
		padding: 25px 0;
	}
	footer.footer .footer-inner .logo-container .logo-inner a.logo.logo-hauptseite {
		display: block;
		width: 250px;
		margin-top: 0;
		margin-left: auto;
		margin-right: auto;
	}
	footer.footer .footer-inner .logo-container .logo-inner a.logo.logo-nebenseite {
		width: 175px;
		display: block;
		margin-top: 30px;
		margin-left: auto;
		margin-right: auto;
	}
	footer.footer .footer-inner .info-container {
		width: 100%;
		height: auto;
		text-align: center;
		padding: 50px 0;
	}
	footer.footer .footer-inner .info-container .info-inner {
		margin-top: 0;
	}
}
@media (max-width: 640px) {

}






/** 357 Web **/
#cpnb a#cpnb-decline-btn {
    display: none !important;
}
@media (max-width: 1023px) {
	.cpnb-m-cookies-floatButton.cpnb-m-cookies-floatButtonPosition_bottom_left {
	  display: none;
	}
}


