  body {
    font-weight: 300;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 300;
    line-height: 1.5;
    margin: 0;
}

h1, .h1,
h2,.h2 {
    color: #006db0;
}

h3, h4, h5, h6,
.h3, .h4, .h5, .h6 {
    text-transform: Uppercase;
    color: #002333;
}

.color-red {
    color: red;
}

.color-green {
    color: green;
}

.color-orange {
    color: orange;
}

.menu-link {
    font-weight: 300;
    font-size: 1rem;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.active .menu-link {
    font-weight: 600;
    color: #006db0;
}

.widget_links li.active a {
    font-weight: 600;
}

.breadcrumb {
    left: 15px!important;
    right: auto !important;
}

a.more:before,
a.download:before,
a.website:before {
    font-family: 'lined-icons';
    margin-right: 10px;
}

a.more:before {
    content: "\e930";
}

a.back:before {
    content: "\e92f";
}

a.download:before {
    content: "\f019";
}

a.website:before,
a.external-link-new-window:before {
    content: "\e9a2";
}

.table-comparison i {
    color: #006db0;
}

.table-comparison i.icon-info-circle {
    margin-left: 3px;
}

.list-icon {
    list-style: none;
}

.list-icon li {
    margin-bottom: 30px;
    margin-left: 25px;
}

.list-icon li:before {
    margin-left: -25px;
    position: absolute;
    font-family: 'font-icons';
    content: "\e7b0";
    color: #006db0;
}

.text-background-light {
  background-color: #fff;
  padding: 0 4px;
}

.text-background-dark {
  background-color: #002333;
  padding: 0 4px;
}

.text-shadow-light {
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.53);
}

.text-shadow-dark {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.53);
}

.variant-font-render {
  font-size: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #DDDDDD;
}

.promo-light {
    background-color: #f2f2f2;
}

#header.transparent-header, #header.transparent-header:not(.sticky-header) #header-wrap {
    border-bottom: 0;
}
.full-header #logo,
.full-header .primary-menu .menu-container {
    border-right: 0;
}
@media (max-width: 767px) {
.full-header #logo {
  max-width: 60%;
}
}

.content-wrap {
    padding: 80px 0 0 0;
}

@media (min-width: 992px) {
#logo img {
    height: 80px;
    padding: 10px;
}
}

#page-title {
    position: relative;
    padding: 2rem 0;
    border-bottom: 0;
}

#p25 #page-title,
#p31 #page-title {
  background-position: center 30% !important;
}

#copyrights {
    padding: 5px 0;
}

.copyright-links a {
    color: #555;
    border-bottom: 0;
}

.powermail_fieldwrap_datenschutz {
    display: contents;
}

.powermail_fieldwrap_datenschutz .col-sm-12 {
    padding-left: 30px;
}

.tx-powermail .container-fluid, .tx-powermail .col-sm-10, .tx-powermail .col-sm-2, .tx-powermail .col-md-6 {
    padding-left: 0;
    padding-right: 0;
}

/* ----------------------------------------------------------------
	Roadmap Trigger
-----------------------------------------------------------------*/

.scw-trigger-icon {
	position: fixed;
	width: 44px;
	height: 44px;
	background-color: #FFF;
	top: 121px;
	left: auto;
	right: 26px;
	border: 0;
	padding: 0;
	text-align: center;
	z-index: 5;
	cursor: pointer;
}

.scw-trigger-icon i { font-size: 18px; }

.scw-switcher-wrap:not(.scw-switcher-open) i:nth-of-type(2),
.scw-switcher-wrap.scw-switcher-open i:nth-of-type(1) { display: none; }

.scw-switcher-wrap {
	position: fixed;
	top: 120px;
	left: auto;
	right: 25px;
	padding: 23px;
	width: 0;
	height: 0;
	background-color: #FFF;
	border: 1px solid rgba(0,0,0,.09);
	border-radius: 3px;
	box-shadow: 0px 13px 42px 11px rgba(0, 0, 0, 0.05);
	z-index: 9999;
	overflow: hidden;
	-webkit-transition: all 0.45s ease;
	-o-transition: all 0.45s ease;
	transition: all 0.45s ease;
}

.scw-switcher-wrap.scw-switcher-open {
	width: 300px;
	height: 70%;
	padding: 35px 25px;
	overflow-y: scroll;
}

.scw-switcher-wrap .widget { margin:0; }

.scw-switcher-wrap .widget,
.scw-switcher-wrap .line {
	opacity: 0;
	-webkit-transition: opacity 0s ease;
	-o-transition: opacity 0s ease;
	transition: opacity 0s ease;
}

.scw-switcher-wrap.scw-switcher-open .widget,
.scw-switcher-wrap.scw-switcher-open .line {
	opacity: 1;
	-webkit-transition: opacity 0.3s 0.4s ease;
	-o-transition: opacity 0.3s 0.4s ease;
	transition: opacity 0.3s 0.4s ease;
}

.scw-switcher-wrap .widget h4 {
	font-size: 14px;
	letter-spacing: 1px;
	margin-bottom: 15px;
}

.scw-switcher-wrap .btn-container { margin: 0 -5px -5px 0; }
.scw-switcher-wrap .btn { margin: 0 5px 5px 0; }

.scw-switcher-wrap .row { margin: 0 -3px; }
.scw-switcher-wrap .col-6 { padding: 3px; }
.scw-switcher-wrap .img-thumbnail { border-radius: 2px; }

/* Responsive Device more than 992px (.device-md >)
-----------------------------------------------------------------*/
@media (min-width: 992px) {
    .vertical-center {
      margin: 0;
      position: absolute;
      top: 50%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
    }
    }


/* ----- Button ----- */

.button {
  display: inline-block;
  position: relative;
  cursor: pointer;
  outline: 1px solid #006db0;
  white-space: nowrap;
  margin: 5px;
  padding: 8px 22px;
  font-size: 0.875rem;
  line-height: 24px;
  background-color: #ffffff;
  color: #006db0;
  font-family: 'Work Sans';
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 1px;
  border: none;
  border-radius: none;
  text-shadow: none;
}

.button:hover {
    background-color: #006db0;
    color: #FFF;
    text-shadow: none;
    outline: none;
  }

.button.button-border.button-fill {
  border-radius: none ;
}

.button.button-circle {
    border-radius: 0px !important;
    text-transform: uppercase;
  }

  .nott {
    text-transform: uppercase !important;
  }


.button-2 { 
  display: inline-block;
  position: relative;
  cursor: pointer; 
  outline: 1px solid #fff;
  white-space: nowrap;
  margin: 5px;
  padding: 8px 22px;
  font-size: 0.875rem;
  line-height: 24px;
  background-color: #fff0;
  color: #fff;
  font-family: 'Work Sans';
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 1px;
  border: none;
  border-radius: none;
  text-shadow: none;
  
}

.button-2:hover {
  background-color: white;
  outline: 1px solid #fff;
  
}

.dark a:not([class*="btn-"]):hover {
  color: #006db0; 
}


  .button.button-border {
    border: 1px solid #006db0;
    color: #006db0;
  }


  .button.button-border:not(.button-fill):hover {
    background-color: #99998a;
    color: #FFF;
    border-color: transparent !important;
    text-shadow:none;
  }

/* ----- Teaser startseite ----- */
/* 
.min-vh-75 {
  min-height: 40vh !important;
}
 */
/* ----- Abstand unter owl carousel  ----- */

.mb-5, .my-5 {
  margin-bottom: 5rem !important;
}

.owl-carousel .owl-item img {
  height: auto;
}

.owl-carousel .owl-nav [class*=owl-] {
  opacity: 1;
}


/* ----- section headphones  ----- */

.section-product .section-product-image {
  position: relative;
  width: 85%;
  background: #FFF;
}

.section-product .section-product-content {
  max-width: 400px;
  position: absolute;
  bottom: 30px;
  right: 0;
  padding: 30px;
}

.section-product .section-product-content {
 
  background-color: #FFF;
 
  z-index: 1;
}

.section {
    background-color: #efefe4;
  }

@media (max-width: 991.98px) {
  .section-product .section-product-image {
    width: 100%;
  }
  .section-product .section-product-content {
    max-width: 100%;
    position:unset;
    padding: 30px;
  }
}


/* ----- Footer  ----- */


#footer {
   background-color: #EEE;
   border-top: 1px solid rgb(0, 0, 0,1);
}

.bg-color {  background-color: #fff !important;
}


#copyrights {
  background-color: #EFEFE4;
}


.widget_links:not(.widget-li-noicon) li::before, .widget_meta:not(.widget-li-noicon) li::before {
  content: none;
}

.rounded-sm {
  border-radius: none !important;
}



.fbox-content p {
  
  color: #000;
}


.form-control {
    border-radius: 0px;
    border: none;
    background-color: #EFEFE4;
  }
.form-control:focus {
  background-color: #efefe4;
}


.hero-features {
  transform: translateY(-50%);
  padding: 40px 30px;
  max-width: 80%;
  margin-left: auto;
  background-color: #EFEFE4;
}

.slider-caption h2 {
	text-shadow: 0 0 25px rgba(25,25,25,0.5);
}

.slider-caption p {
	text-shadow: 0 0 7px rgba(0,0,0,0.9);
}

@media (max-width: 991.98px) {

	.swiper_wrapper .slider-caption h2 {
		font-size: 10vw;
	}

	.swiper_wrapper .slider-caption p {
		font-size: 7vw;
	}

  .hero-features {
    transform: none;
    max-width: 100%;
  }

}