.bg-blau {
  background-color: #393185;
  color: #fff;
}
.bg-blau a,
.bg-blau h1,
.bg-blau h2, 
.bg-blau h3, 
.bg-blau h4 {
  color: #fff;
}


.bg-hellgrau {
  background-color: #eee;
}


.zentrieren {
	text-align: center;
}



header.header {

}

header.header .header-main {
  padding: 15px 15px;
}


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


header.header .header-main .header-rechts {
  float: left;
  width: calc(100% - 300px);
  position: relative;
}

header.header .header-main .header-rechts .kontakt-box {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 16px;
  line-height: 1;
}

header.header .header-main .header-rechts .kontakt-box nav.kontakte ul li {
  display: inline-block;
  margin-left: 20px;
  color: #393185;
}
header.header .header-main .header-rechts .kontakt-box nav.kontakte ul li a {
  text-decoration: none;
  color: #393185;
  margin-left: 5px;
}


header.header .menue {
  margin-top: 42px;
  margin-left: 25px;
}
header.header .menue nav.menu-desktop ul  {
	line-height: 0;
}
header.header .menue nav.menu-desktop ul > li {
  display: inline-block;
  font-size: 26px;
  line-height: 26px;
}
header.header .menue nav.menu-desktop ul > li a {
  display: block;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  color: #393185;  
  padding: 0 25px;
}





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

@media (max-width: 1279px) {

}
@media (max-width: 1023px) {
	.menu-desktop {
	  display: none;
	}
	#bp-nav-trigger {
	  display: block;
	}
}
@media (max-width: 768px) {

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

}



/** mobiles Menü **/
#bp-nav-trigger {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 50px;
  width: 50px;
  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: 25px;
  background: #ff00ff;
}
#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(-8px);
}

#bp-nav-trigger span::after {
  transform: translateY(8px);
}
#bp-nav-trigger:hover span, 
#bp-nav-trigger:hover span::before,
#bp-nav-trigger:hover span::after {
  background: #ddd;
}
.nav-open #bp-nav-trigger span {
  background: transparent;
}
.nav-open #bp-nav-trigger span::before,
.nav-open #bp-nav-trigger span::after {
  background: #1F2B3D;
}
.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: #F3F3F3;
	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);
}



















.rdt-banner {
  height: 400px;
  padding: 25px 0;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  display: block;
}

.rdt-banner > .bp-width {
	height: 100%;
}
.rdt-banner .inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.rdt-banner .inner .slogan {
  position: absolute;
  bottom: 0;
  left: 0;
}
.rdt-banner .inner .slogan h1 span {
  display: block;
  font-size: 30px;
  line-height: 1.3;
}
.rdt-banner .inner .slogan h1 span.bigger {
  font-size: 1.3em;
}
.rdt-banner .inner .slogan p {
  font-size: 24px;
  line-height: 1.3;
  display: block;
  max-width: 50%;
}

	

.rdt-banner.startseite {
  background-image: URL(../../../images/startseite/banner/glasfaser.png);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain;
}











.bp-slider-main.bp-slick ul.slick-dots {
    bottom: 10px;
    line-height: 0;
    height: 15px;
}
.bp-slider-main .ein-slide {
    height: 700px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-position: center center;
}
.bp-slider-main .ein-slide .inner {    
    position: absolute;
    left: 3%;
    bottom: 100px;
    color: #fff;    
}







@media (max-width: 1279px) {

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

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

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

}



.anker-navi {
  background-color: #ff5919;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
.anker-navi ul > li {
  display: inline-block;
}
.anker-navi ul > li a {
  color: #fff;
  text-decoration: none;
  padding: 7px 15px;
  display: block;
}
.anker-navi ul > li a:hover {
  background-color: rgba(0,0,0,0.1);
}











footer.footer {

}
footer.footer a {	
	text-decoration: none;
}
footer.footer a:hover,
footer.footer a:focus{	
	text-decoration: none;
}

footer.footer .footer-main {
	border-top: 1px solid #393185;
	padding: 50px 0;
}

footer.footer .footer-main .logo {
  float: left;
  width: 25%;
  margin-right: 6%;
}

footer.footer .footer-main .kontakt {
  float: left;
  width: 25%;
  margin-right: 2%;
}

footer.footer .footer-main .navigation {
  float: left;
  width: 20%;
  margin-right: 2%;
}

footer.footer .footer-main .downloads {
  float: left;
  width: 20%;
  margin-right: 0%;
}


footer.footer .footer-main h6 {
  font-weight: 600;
  text-transform: uppercase;
  color: #393185;
  border-bottom: 1px solid #999;
  line-height: 1;
  padding-bottom: 7px;
  margin-bottom: 7px;
}



footer.footer .footer-main .kontakt ul.kontakt-liste > li {
	padding-left: 17px;
	position: relative;
	margin: 3px 0;
}

footer.footer .footer-main .kontakt ul.kontakt-liste > li.adresse::before {
  position: absolute;
  top: 0;
  left: 0;
  color: #393185;
  font-family: fontawesome;
  content: "\f041";
}
footer.footer .footer-main .kontakt ul.kontakt-liste > li.telefon::before {
  position: absolute;
  top: 0;
  left: 0;
  color: #393185;
  font-family: fontawesome;
  content: "\f095";
  font-size: 0.9em;
}
footer.footer .footer-main .kontakt ul.kontakt-liste > li.mail::before {
  position: absolute;
  top: 0;
  left: 0;
  color: #393185;
  font-family: fontawesome;
  content: "\f1d8";
  font-size: 0.7em;
}



footer.footer .footer-main .navigation ul > li {
	padding-left: 15px;
	position: relative;
	margin: 3px 0;
}

footer.footer .footer-main .navigation ul > li::before {
  position: absolute;
  top: 0;
  left: 2px;
  color: #393185;
  font-family: fontawesome;
  content: "\f105";
}
footer.footer .footer-main .navigation ul > li:hover::before {
  left: 5px;
}



footer.footer .footer-main .downloads ul.download-liste > li {
	padding-left: 20px;
	position: relative;
	margin: 3px 0;
}
footer.footer .footer-main .downloads ul.download-liste > li::before {
  position: absolute;
  top: 0;
  left: 2px;
  color: #393185;
  font-family: fontawesome;
  content: "\f15b";
  font-size: 0.7em;
}
footer.footer .footer-main .downloads ul.download-liste > li.pdf::before {
  content: "\f1c1";
}



footer.footer .footer-bottom {
	padding: 5px 0;
}
footer.footer .footer-bottom nav ul {
  text-align: center;
}
footer.footer .footer-bottom nav ul > li {
  display: inline-block;
  margin: 5px 10px;
}
footer.footer .footer-bottom nav ul > li a {
  text-decoration: none;
}
footer.footer .footer-bottom nav ul > li a:hover {
  color: #ccc;
}

@media (max-width: 1279px) {

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

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

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

}






/** 357 Web **/
#cpnb a#cpnb-decline-btn {
    display: none !important;
}


