/* fonts */
@font-face {
  font-family: 'Frutiger65Bold';
  src: url('/fileadmin/templates/fonts/FTB____.eot');
  src: url('/fileadmin/templates/fonts/FTB____.eot?#iefix') format('embedded-opentype'),
       url('/fileadmin/templates/fonts/FTB____.woff') format('woff'),
       url('/fileadmin/templates/fonts/FTB____.ttf') format('truetype'),
       url('/fileadmin/templates/fonts/FTB____.svg#Frutiger65Bold') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Frutiger55Roman';
  src: url('/fileadmin/templates/fonts/FTR____.eot');
  src: url('/fileadmin/templates/fonts/FTR____.eot?#iefix') format('embedded-opentype'),
       url('/fileadmin/templates/fonts/FTR____.woff') format('woff'),
       url('/fileadmin/templates/fonts/FTR____.ttf') format('truetype'),
       url('/fileadmin/templates/fonts/FTR____.svg#Frutiger55Roman') format('svg');
  font-weight: normal;
  font-style: normal;
}

body {
	font-family: "Frutiger55Roman", Arial, sans-serif;
	min-height: 100vH;
	display: flex;
	flex-direction: column;
}
body main {
    overflow: hidden;
    flex-grow: 1;
}

#signet {
	margin: 10px 0;
	max-height: 103px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
}
#signet img {
	width: 120px;
	height: auto;
}
@media all and (max-width: 1023px) {
    #signet { padding: 0 15px; }
}

h1, .h1 { font-size: 35px; }
.title h1{ margin-bottom: 30px; }

/*backgrounds*/
.background-dark {
    background-color: #EAEFF3;
    color: #000;
}
.background-light {
    background-color: rgb(255,255,255);
    color: #000;
}

/*buttons*/
.btn,
.btn:hover,
.btn:active {
    background-color: #00234c;
    color: #FFDD00;
    text-transform: uppercase;
}

/* Cookie Banner */
.cookie-bar {
    background-color: #00234c;
}

/* Navbar */
.navbar-default{
    z-index: 1000;
}

.navbar-toggle {
    margin: 57px 15px 0;
}

.navbar-row {
	display: flex;
	/*justify-content: right;*/
	justify-content: flex-end;
	align-items: center;
}
.navbar-static-top {
    background: #000;
    overflow: hidden;
    min-height: 30px;
}
.navbar-static-top a { color: #FFF; }
.language li:not(:last-child)::after {
	content: "";
	border-right: 1px solid #FFF;
	position: absolute;
	right: -1px;
	top: 50%;
	width: 0px;
	height: 25px;
	display: inline-block;
	transform: translateY(-50%);
}
nav.navbar-default:not(.navbar-static-top) { height: 125px; }
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #FFF;
}
.navbar-default .navbar-nav > li.active-lang > a { color: #FFF; }
#navbar1 { padding-right: 15px;}
#navbar1 ul {
	margin: 0;
	padding: 0;
  display: flex;
  flex-direction: row;
}
#navbar1 ul li {
    list-style: none;
    height: 50px;
    line-height: 50px;
    padding: 0px 7px;
    float: left;
}
#navbar1 ul li a {
    text-decoration: none;
}
#navbar1 #btnMySchill li, #navbar1 #btnShoppingCart li{
  padding-left: 32px;
}

#navbar ul li a { color: #000; }

.navbar-default .navbar-toggle { border-color: #00234c; }
.navbar-default .navbar-toggle {
    cursor: pointer;
    background-color: #00234c;
}
.navbar-default .navbar-toggle:hover { background-color: #FFF; }
.navbar-default .navbar-toggle .icon-bar { background-color: #fff; }
.navbar-default .navbar-toggle:hover .icon-bar { background-color: #00234c; }

.dropdown-menu.show a.active.current { background-color: #CCC; }

.nav > li > a { padding: 10px; }

@media all and (max-width:768px){
  .navbar{
    border: 0;
  }
  #navbar{
    background-color: #fff;
  }
}

@media all and (min-width: 1024px) {
	nav.navbar.navbar-default + nav.navbar.navbar-default > .container { display: flex; }
	#navbar {
		margin: 0;
		padding: 0;
		margin-left: auto;
		display: flex !important;
	}
	#navbar .navbar-nav {
		float: right;
		margin-right: -15px;
		margin-top: auto;

	}
	#navbar .navbar-nav li a { text-transform: uppercase; }
}
@media all and (min-width: 1024px) and (max-width: 1199px) {
    #navbar .navbar-nav {
        font-size: 14px;
        margin-bottom: 2px;
    }
    .nav > li > a { padding: 0 10px; }
}
@media all and (min-width: 1200px) {
    #navbar .navbar-nav { margin-bottom: 8px; }
}
@media all and (min-width: 1024px) and (max-width: 1199px) {
    .nav.navbar-nav { font-size: 14px; }
    .nav > li > a { padding: 10px; }
    nav.navbar.navbar-default #navbar > ul > li > a.active::after {
        width: calc(100% - 20px);
        left: 10px;
        bottom: -2px;
        border-bottom: 3px solid #FFDD00;
    }
}
@media all and (max-width: 1023px) {
    nav .container { width: 100%; }
    .nav.navbar-nav { margin: 0 -15px; }
    .nav.navbar-nav > li { overflow: hidden; }
    .nav.navbar-nav > li > ul > li > a {
        min-height: 30px;
        line-height: 30px;
        padding-left: 25px;
    }
    .nav.navbar-nav .dropdown-menu.show {
        position: relative;
        border: 0;
        box-shadow: none;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .nav.navbar-nav .dropdown-menu.show,
    nav.navbar.navbar-default #navbar > ul > li > a {
        border-bottom: 1px solid #DDD;
    }
    nav.navbar.navbar-default #navbar > ul > li > a.active { background-color: #FFDD00; }
    nav.navbar.navbar-default #navbar > ul > li > a.active::after { border-bottom: 0; }
    nav.navbar.navbar-default #navbar > ul > li > ul > li > a.active { background-color: #DDD; }

    #navbar2 ul { padding-left: 15px; }
    #navbar2 ul li { float: left; }
    .nav > li > a { padding: 15px 10px; }
    #navbar2 ul li a { font-size: 14px; }
    .language li:not(:last-child)::after { right: 0px; }
}
@media all and (max-width: 499px) {
    #search .quicksearch-sword { width: 130px; }
}
@media all and (max-width: 349px) {
    #search button.btn{
      display: none;
    }
    #search .quicksearch-sword { display: none; }
}

/*Meta-Nav*/
#navbar1 a.nav-kabelrechner li{
  padding-left: 32px;
}

@media all and (max-width: 970px) {
  .navbar-static-top{
      height: 100px;
  }

  .navbar-static-top #navbar2 ul{
    display: flex;
    flex-direction: row;
  }

  .navbar-static-top #search form{
    display: flex;
    flex-direction: row;
  }

  #navbar1 a.nav-kabelrechner{
    position: absolute;
    right: 5px;
    bottom: 0;
  }
}

@media all and (max-width: 600px) {
  #navbar1{
      padding-right: 0;
  }

  #navbar1 a#btnMySchill{
    position: absolute;
    bottom: 0;
  }

  #navbar1 a#btnMySchill li, #navbar1 #btnShoppingCart li{
    padding-left: 7px;
  }

  #search .quicksearch-sword{
    width: 25vw;
  }
}

@media all and (max-width: 349px) {
  #navbar1 a#btnMySchill{
    position: absolute;
    top: 0;
    left: 0;
  }
}

/*search*/
#search .btn-default {
	background-color: #000;
	color: #FFF;
	padding: 0 10px;
	height: 25px;
	float: left;
	border: 0;
	transition: background-color 200ms ease-in-out, color 200ms ease-in-out;
	line-height: 26px;
}
#search .btn-default:hover {
	background-color: #FFF;
	color: #000;
}
#search .quicksearch-sword {
	border: 0;
	height: 25px;
	float: left;
}

/*header menu*/
nav.navbar.navbar-default #navbar > ul > li > a.active::after {
	content: "";
	position: absolute;
	width: calc(100% - 20px);
	left: 10px;
	bottom: 6px;
	border-bottom: 4px solid #FFDD00;
}

/*.dropdown:hover .dropdown-menu {
	display: block;
    margin-top: 0; // remove the gap so it doesn't close
}*/
@media all and (max-width: 1023px) {
    nav.navbar.navbar-default #navbar > ul > li > a.active::after {
	     content: "";
	     position: absolute;
	     width: calc(100% - 30px);
	     left: 15px;
	     bottom: 2px;
	     border-bottom: 4px solid #FFDD00;
  }
}

/*slider*/
@media all and (max-width: 799px) {
    .swiper-button-prev,
    .swiper-button-next {
        display: none;
    }
}

/*footer*/
footer {
    background-color: #000;
    color: #FFF;
}
footer .container .row > div {
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: left;
}
footer .container .row > div:last-child { justify-content: right; }
footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
footer li {
    float: left;
    position: relative;
}
footer .footer-menu { margin-left: -5px; }
footer .footer-menu li:after {
    content: "|";
    display: block;
    float: left;
    position: absolute;
    top: 5px;
    right: -2px;
}
footer .footer-menu li:last-child:after { content: none; }
footer .footer-menu li a,
footer .footer-menu li:first-child {
    padding: 5px;
}
footer li a {
    display: inline-block;
    color: #FFF;
}
footer li a:hover {
    color: #FFF;
    text-decoration: underline;
}
footer .social-links a {
    font-size: 30px;
    margin-right: 10px;
    transition: color 200ms ease-in-out;
}
footer .social-links a:hover { color: #FFDD00; }
footer .social-links .social-menu-item-1 a { margin-right: 0; }

@media all and (max-width: 767px) {
    footer .container .row > div { min-height: 0; }
    footer .container .row > div:first-child { padding-top: 15px; }
    footer .container .row > div:last-child {
        justify-content: left;
        padding-bottom: 15px;
    }
}

/*headerslider*/
body .headerslider h1, body .headerslider h2 { font-family: "Frutiger65Bold", Arial, sans-serif; }
.swiper-slide a.btn-cta {
    background: #FFDD00;
    color: #00234c;
    font-weight: 700;
}
.swiper-slide h1, .swiper-slide h2{
    font-weight: 700;
    color: #FFDD00;
    font-size: 36px;
}
.swiper-container .swiper-slide .has-bg { background: none; }
.swiper-slide-overlay {
    position: absolute;
    width: 100vw;
    height: 100%;

}
.swiper-slide-overlay .container {
	padding: 0;
	height: 100%;
        overflow: hidden;
}
.swiper-slide-overlay .container .row {
    background-image: url('/fileadmin/templates/img/layer_01.svg');
    background-repeat: no-repeat;
    background-position: -350px top;
    background-size: auto 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.swiper-slide-overlay .container .row:before {
    content: " ";
    display: inherit;
    background-color: rgba(1,56,109,.40);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: calc((100vW - 1170px) / 2);
}
@media all and (max-width: 1199px) {
    .swiper-slide-overlay .container .row { background-position: -75px top; }
    .swiper-slide-overlay .container .row:before { width: calc((100% - 970px) / 2); }
}
@media all and (max-width: 991px) {
    .swiper-slide-overlay .container .row { background-position: -100px top; }
    .swiper-slide-overlay .container .row:before { width: calc((100% - 750px) / 2); }
}
@media all and (max-width: 767px) {
    .swiper-slide-overlay .container .row:before { display: none; }
}

.swiper-pagination-bullet {
	background: #FFF;
	opacity: .85;
}
.swiper-container .slider-content {
    font-size: 18px;
    padding-left: 15px;
}
.swiper-container .slider-content .slider-title + div { padding-top: 25px; }
.swiper-pagination-bullet-active { background: #FFDD00; }
.swiper-container .has-bg {
    padding: 30px 30px 30px 0;
    max-width: 575px;
}
.slider-content { overflow: hidden; }
.swiper-container .slider-buttons .btn {
    min-width: 200px;
    font-size: 16px;
    font-weight: 400;
}
.swiper-container .slider-buttons .btn:hover { background-color: #FFEA64; }

/*column images with text*/
.four-images > .row{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.four-images .image-title { padding: 0 0 15px; }
.four-images .image-text {
    padding: 30px;
    background-color: #EAEFF3;
}
.four-images .image-text .btn {
    background-color: #00234c;
    color: #FFDD00;
    text-transform: uppercase;
}
.four-image-single {
	display: flex;
	flex-direction: column;
}
.four-image-single .image-text {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}
.four-images .four-image-single { margin-bottom: 30px; }
/*.four-image-single .image-text .description { margin-top: auto; }*/

/*image and text ohne Hintergrund und padding*/
.image-text-blank .four-images .image-text{
padding: 1em 0 0 0 !important;
background-color: transparent !important;
}

/*image and text ohne Textfeld darunter*/
.image-text-background .four-images .image-text{
padding: 0 !important;
}

/*image and text*/
.imageandtext header { text-transform: uppercase; }
.imageandtext .imageandtext-content { padding-bottom: 20px; }
.imageandtext .imageandtext-elements{
  display: flex;
  flex-wrap: wrap;
}
.imageandtext-elements:not(.contentcol) .image-spacer {
    margin-bottom: 0;
    max-width: inherit;
    position: absolute;
    height: 100%;
    width: auto;
    margin-left: 50%;
    transform: translateX(-50%);
}
.imageandtext-element {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.imageandtext-elements:not(.contentcol) .imageandtext-element {
    min-height: 350px;
    width: 100%;
}
.imageandtext .imageandtext-element .imageandtext-element-container{
  height: 100%;
  background-color: #fff;
}
.imageandtext-elements:not(.contentcol) .imageandtext-element-image-container {
    overflow: hidden;
    position: relative;
    height: 100%;
}

@media all and (min-width: 991px) {
	.image-left .imageandtext-element-image { padding-right: 0; }
	.image-left .imageandtext-element-contentcol { padding-left: 0; }
	.image-right .imageandtext-element-image { padding-left: 0; }
	.image-right .imageandtext-element-contentcol { padding-right: 0; }
}
@media all and (max-width: 990px) {
    .imageandtext-elements:not(.contentcol) .image-spacer {
        position: relative;
        height: auto;
        width: 100%;
    }
}
.imageandtext-element-content {
	background-color: #FFF;
	padding: 15px 30px;
	height: 100%;
	display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.imageandtext-element-content .btn {
    background-color: #00234c;
    color: #FFDD00;
    text-transform: uppercase;
}

/*text2cols.html*/
.twocols {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
}

/*fouricons*/
.icon-box { margin: 30px 0; }
.icon-box::after { display: none; }
.icons-element-content {
	display: flex;
	flex-direction: column;
	height: 100%;
}
.icons-element-icon {
	margin: 0 auto;
}
.icons-element-header {
	margin-top: 30px;
	margin-bottom: 15px;
	font-size: 1.5em;
	line-height: 1.2em;
}
.fouricons-outer {
	display: flex;
	flex-wrap: wrap;
}
/*.icons-element-text { margin-top: auto; }*/
.icons-element-text p { margin-bottom: 0; }

/*copytext*/
/*.copytext header {
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}*/
.copytext p {
    margin-bottom: 0px;
}

.copytext .btn {
  margin: 0 5px;
}

@media all and (max-width: 991px) {
  #page-37 .copytext .btn {
  margin-bottom: 10px;
  width: 100%;
  max-width: 280px;
  }
}

/*tabs*/
.tabs p {
    margin-bottom: 0px;
}

/* pointer filter */
.filter {
    cursor: pointer;
}

/*graphictext*/
.graphictext a:link, .graphictext a:hover {
    color: #fff;
    text-decoration: none;
}

/*bigimagewithtext*/
.bigimagewithtext-overlay h2 {
    font-weight: 700;
    color: #FFDD00;
}
.bigimagewithtext-overlay p { color: #FFF; }
.bigimagewithtext-overlay a.btn-cta {
    background: #FFDD00;
    color: #00234c;
    font-weight: 700;
}
.bigimagewithtext-overlay {
    background-image: url('/fileadmin/templates/img/layer_02.svg');
    background-repeat: no-repeat;
    background-position: left top;
    background-size: auto 100%;
}

.bigimagewithtext-std h2,
.bigimagewithtext-std p {
	color: #000;
}
.bigimagewithtext-std a.btn-cta {
    background: #00234c;
    color: #FFDD00;
    font-weight: 700;
}

/*calltoaction*/
.calltoaction .wrapper {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}
.calltoaction .btn {
    background-color: #00234c;
    color: #FFDD00;
    text-transform: uppercase;
}

/*product slider*/
.product-slider ul {
	width: 100%;
	padding: 0 60px;
}
.product-slider li { list-style: none; }
.product-slider li a {
	color: rgb(51, 51, 51);
	text-decoration: none;
}
.product-slider li img {
	width: 75%;
	height: auto;
	margin: 0 auto;
}
.product-slide-title { text-align: center; }
.product-slider .slick-slider { position: relative; }
.product-slider .slick-prev,
.product-slider .slick-next {
	height: 75px;
	width: 50px;
	border: 0;
	background-repeat: no-repeat;
	background-size: contain;
	background-color: transparent;
	text-indent: -99999px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}
.product-slider .slick-prev {
	background-image: url('/fileadmin/templates/img/arrow-left.png');
	background-position: left;
	left: 25px;
}
.product-slider .slick-next {
	background-image: url('/fileadmin/templates/img/arrow-right.png');
	background-position: right;
	right: 25px;
}

/*accordion*/
.accordion .panel { border: 0; }
.accordion .panel * { border-radius: 0; }
.accordion .panel-body { background-color: #EAEFF3; }
.accordion .panel-body p:last-child { margin-bottom: 0; }
.accordion .panel-heading {
	color: #FFDD00;
	cursor: pointer;
	background-color: #00234c;
	position: relative;
	display: flex;
	justify-content: left;
  padding: 10px 40px 10px 15px;
}
.accordion .panel-heading svg {
	position: absolute;
	right: 15px;
}

/*download accordion*/
.download-accordion .panel-body {
    display: flex;
    flex-wrap: wrap;
}

/* company-history */
.company-history ul {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 2;
	padding: 0;
}
.company-history ul li {
    padding-bottom: 30px;
    display: flex;
    text-indent: 0;
}
.company-history ul li:nth-child(2n) { flex-direction: row-reverse; }
.company-history ul li:nth-child(2n+1) { flex-direction: row; }

.company-history ul li .company-history-header {
	width: 50%;
	align-items: center;
    display: flex;
}
.company-history ul li:nth-child(2n) .company-history-header {
	justify-content: left;
	padding: 0 0 5px 42px;
}
.company-history ul li:nth-child(2n+1) .company-history-header {
	justify-content: right;
	padding: 0 42px 5px 0;
}
.company-history ul li .company-history-container {
	display: flex;
	align-items: center;
}
.company-history ul li:nth-child(2n) .company-history-container { flex-direction: row-reverse; }
.company-history ul li:nth-child(2n+1) .company-history-container { flex-direction: row; }

.company-history ul li .company-history-image {
	flex-shrink: 0;
    width: 30%;
    max-width: 180px;
}
.company-history ul li:nth-child(2n) .company-history-image { margin-left: 30px; }
.company-history ul li:nth-child(2n+1) .company-history-image { margin-right: 30px; }

.company-history ul li .company-history-image img {

}
.company-history ul li .company-history-content { width: 50%; }

.company-history li .company-history-header:before,
.company-history li .company-history-content:after {
	content: " ";
	width: 15px;
    height: 15px;
    background-color: #FFF;
	border: 3px solid #00234c;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	margin-top: -8px;
	z-index: 1;
}
.company-history li .company-history-header:before { display: none; }
.company-history li:nth-child(2n) { text-align: right; }
.company-history li:nth-child(2n) .company-history-content {
    padding: 0 45px 15px 0;
    position: relative;
    margin-left: auto;
}
.company-history li:nth-child(2n) .company-history-content:after { right: -8px; }
.company-history li:nth-child(2n+1) {
    /*transform: translateY(50%);*/
    margin-left: auto;
}
.company-history li:nth-child(2n+1) .company-history-content {
    padding: 0 0 15px 45px;
    position: relative;
    margin-right: auto;
}
.company-history li:nth-child(2n+1) .company-history-content:after { left: -7px; }
.company-history li:before{
  content: '';
}
.company-history p { margin-bottom: 0; }
.company-history .company-history-timeline {
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    left: 50%;
	margin-left: -1px;
    border-left: 3px solid #00234c;
    z-index: 1;
}
.company-history .company-history-header {
    font-size: 30pt;
    line-height: 1em;
}
.company-history .company-history-text {
    font-size: 13pt;
    color: #000;
}

@media all and (max-width: 1023px) {
	.company-history ul li { flex-direction: column !important; }
	.company-history ul li .company-history-header { width: 100%; }
	.company-history ul li:nth-child(2n+1) .company-history-header {
		justify-content: left;
		padding: 0 0 5px 42px;
	}
	.company-history ul li .company-history-content { width: 100%; }
	.company-history li:nth-child(2n) .company-history-content { padding: 0 0 15px 45px; }
	.company-history ul li .company-history-container { flex-direction: row !important; }
	.company-history li:nth-child(2n) .company-history-content::after { left: -7px; }
	.company-history .company-history-timeline { left: 15px; }
	.company-history li:nth-child(2n) { text-align: left; }
	.company-history ul li:nth-child(2n) .company-history-image {
		margin-left: 0;
		margin-right: 30px;
	}
	.company-history li .company-history-header { position: relative; }
	.company-history li .company-history-header:before {
		display: block;
		left: -7px;
	}
	.company-history li .company-history-content:after { display: none; }

}
@media (max-width: 767px) {
	.company-history ul li .company-history-container {
		align-items: normal;
		flex-direction: column !important;
	}
	.company-history ul li .company-history-image {
		width: 180px;
		max-width: 100%;
	}
}

/*news*/
#c161 .container { padding-top: 0 !important; }
#c24 .opt-background,
#c49 .opt-background,
#c161 .opt-background,
#c56 .opt-background,
#c391 .opt-background,
#c392 .opt-background{
	background: #FFF;
}
#news .title h2 { margin-bottom: 60px; }
#news .news-item-box {
	background-color: #EAEFF3;
	height: 100%;
	display: flex;
	flex-direction: column;
}
.frame-layout-2 #news .news-item-box,
.frame-layout-3 #news .news-item-box {
	background-color: #fff;
}
#news .news-item-content {
	padding: 15px;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}
#news .news-item-date {
	text-align: center;
	text-transform: uppercase;
}
#news .news-item-image { overflow: hidden; }
#news .news-item-image img {
	width: 100%;
	height: auto;
}
#news #container-mix {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	overflow: hidden;
}
#news .news-item-title {
	margin-top: 10px;
	text-align: center;
}
#news .news-item-teaser {
	margin-top: auto;
	text-align: center;
}
#news #container-mix > div { margin-bottom: 30px; }
#news .news-item-link { text-align: center; }
#news .btn {
    background-color: #00234c;
    color: #FFDD00;
    text-transform: uppercase;
	width: 100%;
}
#news .wrapper { padding-bottom: 30px !important; }

@media all and (max-width: 767px) {
  .news-single .article .news-img-wrap {
    width: 100%;
    margin: 0;
    padding-bottom: 15px;
  }
.news .article .news-img-wrap img {
    width: 100%;
  }
}

#page-18 #c161 .news-item-date,
#page-18 #c392 .news-item-date {
    display: none;
}

/* NEWS ARCHIV */
#c602, #c603, #c604, #c605 {
	opacity: 0;
	max-height: 0;
	overflow: hidden;
}

.cat-loaded,
.date-loaded {
	max-height: 5000px !important;
	opacity: 1 !important;
	float: left !important;
	width: 50% !important;
	text-align: right !important;
}

.date-loaded {
	float: right !important;
	text-align: left !important;
}

.date-loaded + .frame {
	display: inline-block;
	width: 100%;
}

.cat-loaded select,
.date-loaded select {
	display: inline-block;
	width: 100%;
	max-width: 300px;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 0 none transparent;
	border-radius: 0px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	transition: border-color ease-in-out
}

.cat-loaded .container,
.date-loaded .container {
	width: auto !important;
	padding: 30px 15px !important;
}

/*newsletter*/
.cr-nl-reg img {
	width: 100%;
	height: auto;
}
.cr-nl-reg .row { position: relative; }
.cr-nl-reg-cta .row { background-color: #B2C3D3; }
.cr-nl-reg-cta-content {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
	padding: 30px;
	display: flex;
	align-items: center;
}
@media all and (max-width: 767px) {
	.cr-nl-reg-cta-content {
		position: relative;
		text-align: center;
	}
}
.cr-nl-reg-cta-content input { margin-bottom: 15px; }
.cr-nl-reg-form .editable_content > div:nth-child(2),
.cr-nl-reg-form .editable_content > div:nth-child(3) {
	margin-top: 10px;
}
.cr-nl-reg-form input,
.cr-nl-reg-form select {
	height: 30px;
	border: 0;
}

input.cr_ipe_checkbox {-moz-binding: none;-moz-box-sizing: border-box;background-color: -moz-field !important;border: 2px inset threedface !important;color: -moz-fieldtext !important;cursor: default;height: 13px;padding: 0 !important;width: 13px;}
.cr-nl-reg-form .clever_form_error { border: 1px solid #F00; }

.cr-nl-reg-error-message { margin-bottom: 15px; }

.cr_body [type="checkbox"] { margin-right: 10px; }

.cr_body [rel="checkbox"] { margin-top: 20px; }

/*productfinder*/
#page-60 iframe {
	width: 1px;
	min-width: 100%;
	*width: 100%;
	border: 0;
}
.loadspinner-container {
	background-color: rgb(229, 235, 240);
	height: 25vW;
	display: flex;
	justify-content: center;
	align-items: center;
}

/*Kontaktformular*/
#c23 .tx-powermail h3, #c367 .tx-powermail h3{
  display: none;
}

#c23 .powermail_fieldwrap_type_check .powermail_label, #c367 .powermail_fieldwrap_type_check .powermail_label, #c23 .powermail_fieldwrap_type_captcha .powermail_label, #c367 .powermail_fieldwrap_type_captcha .powermail_label{
  display: none;
}

.powermail_fieldset_1 input.powermail_input{
  border: 0;
}

.powermail_fieldset_1 textarea.powermail_textarea{
  border: 0;
}

.powermail_fieldwrap_type_submit{
  margin-top: 20px;
}

.powermail_fieldwrap_type_submit input:hover{
  border: 1px solid transparent;
}

.powermail_fieldwrap_type_submit input{
  border: 1px solid transparent;
  padding: 14px 28px;
  font-weight: 700;
  width: 100%;
  max-width: 300px;
}

.powermail_fieldwrap_type_captcha #powermail_field_marker_01{
  width: 100%;
  max-width: 300px;
}
.powermail_fieldwrap_type_captcha img{
    max-width: 100%;
}

@media (max-width: 1199px){
  #c159 .bigimagewithtext-std, #c173 .bigimagewithtext-std{
    background-color: rgba(230,235,241,.6);
  }
}

@media (max-width: 768px){
  .powermail_fieldset_2 .powermail_fieldwrap_text{
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 20px;
  }
}

@media (min-width: 768px){
  .powermail_fieldset_1{
    width: 70%;
    float: left;
  }

  .powermail_fieldset_2{
    width: 30%;
    float: left;
  }
}

.fixed-height-450 { height: 500px; }
.vertical-center { min-height: 500px; }

/* iframes styles */
#myschill-responsive-iframe,
#shoppingcart-responsive-iframe {
    width: 1px;
    min-width: 100%;
    *width: 100%;
    border: 0;
}

/* shopping cart */
#btnShoppingCart li { position: relative; }
#btnShoppingCartNo {
    display: inline-block;
    position: absolute;
    bottom: 8px;
    right: -6px;
    border: 1px solid #FFF;
    background: #000;
    height: 18px;
    line-height: 17px;
    width: auto;
    min-width: 23px;
    text-align: center;
    font-size: 13px;
    padding: 0 2px;
}

#page-24 .tx-go-maps-ext { min-height: 500px; }

/*Sektion Anpassung Verlinkung Kabelrechner*/
#c502 .container .center-hold .style-1 p, #c503 .container .center-hold .style-1 p{
  max-width: 850px;
}

#c504 .container .center-hold .style-1 p, #c505 .container .center-hold .style-1 p{
  max-width: 900px;
}

/*Google Map*/
.tx-go-maps-ext {
	position: relative;
}

.js-gme-show,
.js-gme-show:focus,
.js-gme-show:visited,
.js-gme-show:active,
.js-gme-show:hover {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 5;
	display: inline-block;
	border: 1px solid transparent;
	text-align: center;
	padding: 14px 28px;
	font-weight: 700;
	width: 100%;
	max-width: 300px;
	background-color: #00234c;
	color: #FFDD00;
	text-transform: uppercase;
	
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.frame-layout-1 .opt-background {
	background-color: #fff !important;
}

.frame-layout-2 .opt-background {
	background-color: #eaeff3 !important;
}

.frame-layout-3 .opt-background {
	background-color: #eee !important;
}

