/* ---------------------------------

V: 41.0

background-color: rgba(60, 94, 120, 0.85);
background-color: rgba(60, 94, 120, 0.85);
GRAU Header: #393d42
   
------------------------------------- */

.visually-hidden{
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}


/* -----------------------------------------
    Bigtext
-------------------------------------------- */

.bigtext .basebox__text * {
  font-size: 19px !important
}

.bigtext .basebox__text li {
  list-style: none;
  font-size: 19px !important;
  line-height: 1.6em !important;
  padding: 0;
  margin-bottom: 0;
}

.bigtext .basebox__text li:before  {
  content: '• ';
}




/* -----------------------------------------
Karrie Benefists
-------------------------------------------- */

.karr { 
background-color:#3c3c3b;
padding-top:0;
margin-top:4em;
}

.karr * { color: white;}


.karr-topimage img { width: 100%;}

.karr header {
margin-top: 4em;
}

.karr-liste {
width: 80%;
background-image: url(../img/karr-girlande.svg);
background-repeat: no-repeat;
background-position: left top;
background-size: auto 100%;
padding-left: 20%;
margin: 0 auto;
}

.karr-liste .susy {
margin: 7em 0;
}

.karr-liste .susy-item {
font-size: 23px;
padding-left: 1em;
}

.susy-item.karr-main {
font-size: 30px;
color: #FFF;
text-transform: uppercase;
line-height: 1.2em;
border-right: 1px solid white
}


.karr-rotate{
}
.karr-schiefer {
padding: 4em;
background-image: url(../img/karr-bg-schiefer.jpg);
background-size:auto 100%;
}

.karr-schiefer figure {
transform: rotate(-3deg) translatex(20px);
padding: 30px;
background-color: white;
width: 80%;
box-shadow: 2px 2px 8px 2px rgba(0,0,0,0.3);
}


.karr-schiefer figure * {
color: black;
}


.karr-feedback-toptext {
width: 600px;
max-width: 120%;
transform: rotate(-4deg) translate(-25, 30px) !important;
}

.karr-schiefer-text img { 
transform: rotate(-4deg) translate(-25%, 30px);
}

img.karr-schiefer-citate-iko {
width: 50px;
display: block;
transform: translate(0px, -15px);
}


@media (max-width: 800px) {

img.karr-schiefer-citate-iko {
transform: translate(0);
}

.karr-feedback-toptext {
max-width: 100%;
}




.karr-schiefer {
padding: 1em;
}

.karr-schiefer figure {
padding: 20px;
width: 100%;
transform: rotate(-3deg) translatex(0);
}


.karr-schiefer-text img { 
transform: rotate(-4deg) translate(0, 0);
margin-bottom:1em;
}



.karr-liste {
width: 100%;
background-image: none;
padding: 10px;
padding-left: 140px;

}

.karr-liste .susy {
margin: 1em 0;
}

.karr-liste .susy-item {
font-size: 17px;
padding: 0;
margin:0

}
/*
.karr-liste .susy-item br {
display: none;
}
*/

.susy-item.karr-main {
font-size:22px;
line-height: 1em;
border-right: none
}






}

/* ------------------------------------- */ 


/* -----------------------------------------
Buuble
-------------------------------------------- */
.bg_dark_blue {
  background-color: #42505D;
}

.bubble_section {
  color: white;
}
.bubble_section * {
  color:white;
}

.bubblebox {
position: relative;
height: auto;
border: 1px ssolid red;
margin-bottom: 1em;
background-repeat: no-repeat;
background-size: 300px;
}

.bubble_right { background-position: right center; }
.bubble_left { background-position: left center; }

.bubble {
background-color: #00AFC3;
border-radius: 15px;
display: inline-block;
padding: 10px 18px;
position: relative;
width: 760px;
padding: 30px 40px;
margin: 1.5em 0px;
color: white;
line-height: 1.6em;
transform: translateX(320px);
font-size: 18px;
box-sizing: border-box;
min-height: 220px;
}

.bubble::before {
content: "\00a0";
display: block;
height: 50px;
width: 50px;
position: absolute;
top: 30%;
left:-48px;
background-image: url("https://assets.codepen.io/214396/iko-bubble-ecke.svg");
background-repeat: no-repeat;
background-size:100%;

}

.bubble b { display: block; margin-top: 1em;}

.bubble_right .bubble { transform: none;}
.bubble_right .bubble::before {
transform: scaleX(-1);
left:inherit !important;
right:-48px;

}


.bubble-mobile-image { 
display: none;
max-width: 33%;
float:right;
}

.bubble_right .bubble .bubble-mobile-image {   float:right; margin-left: 1em;}
.bubble_left .bubble .bubble-mobile-image {   float:left;  margin-right: 1em;}

@media (max-width: 1040px) {
  .bubble { width: 60%; }
}


@media (max-width: 800px) {
  .bubble-mobile-image { display: block; }
  .bubble::before {display: none; }
  .bubble {
    display: block;
    padding: 10px 10px;
    position: relative;
    width: 100%;
    padding: 30px 40px;
    margin: 0;
    transform: translate(0);
    font-size: 16px;
  }
  
  .bubblebox { background-image: none !important; }
  
  
}



/* -----------------------------------------
    Banner
-------------------------------------------- */

.spezial_teaser {
    background-color: #606c76;
    padding: 2.5em;
    margin-bottom: 3em;
    color: white;
}

.spezial_teaser_image {
    
}

.spezial_teaser_text {
    padding-left: 2em;
}

.spezial_teaser_text h4 {
    font-size: 36px;
    line-height: 1.2em;
}

.spezial_teaser_text p {
    font-size: 24px;
    line-height: 1.4em;
}

.spezial_teaser_text a.button {
    background-color: rgba(255,255,255,0.8);
    color: black;
}

@media (max-width: 800px) {
 
 .spezial_teaser_text {
    padding-left: 0 !important;
}
 
}



/* -----------------------------------------
     alert-Banner
-------------------------------------------- */

.alert { 
    background-color:#333;
    padding: 1em 0;
    text-align: center;
    color: white;
}

.alert p { margin:0 auto; padding:0; width: 75%;}

.alert p span { color:orange}




/* -----------------------------------------
    provenexpert
-------------------------------------------- */

#provenexpert {
    background-color: #333;
    color: white;
    padding: 2em;
    font-size: 19px;
    margin: 2em 0;
    
}

#provenexpert #pe_stars {
    display: inline-block;
    position: relative;
    overflow: hidden;
    width: 5em;
    height: 1.1em;
    margin: 0!important;
    line-height: 1em;
    font-size: 2em !important;
   
}

.pe_u { font-size:19px !important; text-decoration: none; margin-top: 2em;}

#provenexpert #pe_rating>.pe_u {
/*     text-decoration: none; */
}


/* -----------------------------------------
    WOODLINE
-------------------------------------------- */
.woodco { 
   position: relative;
   width: 100%;
   height: auto;
   padding-bottom:100%;
   margin-bottom: 0.85em;
   background-color: white;
   background-repeat: no-repeat;
   background-size: auto;
   background-position: center;
   box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.35);
    transition: all 0.3s linear 0s;

}
.woodco:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.woodco span {
   position: absolute;
   top: 33%;
   left: 0;
   width: auto;
   height: auto;
   font-size: 11px;
   background-color: rgba(0,0,0,0.5);
   color: white;
   padding: 4px 8px;
   font-family: sans-serif;
   text-transform: uppercase;
   letter-spacing: 1px;
}



.woodline--colorline {
    transform: translateX(-1em);
}

.woodline--colorline .susy-item {
    padding: 1em;
}

.wood-1 { background-image: url(../img/woodline/woodline_Noce-Sorento-Balsamico.jpg);}
.wood-2 { background-image: url(../img/woodline/woodline_cherry-Amaretto-001.jpg);}
.wood-3 { background-image: url(../img/woodline/woodline_Birke_Rose_001.jpg);}
.wood-4 { background-image: url(../img/woodline/woodline_winchester_001.jpg);}
.wood-5 { background-image: url(../img/woodline/woodline_siena-Rosso_001.jpg);}


.wood-6 { background-image: url(../img/woodline/woodline_Dunkelgruen.jpg);}
.wood-7 { background-image: url(../img/woodline/woodline_Anthrazitgrau-glatt.jpg);}
.wood-8 { background-image: url(../img/woodline/woodline_T3-104-02_silbergrau_O-05.jpg);}
.wood-9 { background-image: url(../img/woodline/woodline_Lichtgrau.jpg);}
.wood-10 { background-image: url(../img/woodline/woodline_weinrot.jpg);}

.wood-11 { background-image: url(../img/woodline/woodline_SPECTRAL_weiss_ultramatt_A4.jpg);}
.wood-12 { background-image: url(../img/woodline/woodline_SPECTRAL_fernstergrau_ultramatt_A4.jpg);}
.wood-13 { background-image: url(../img/woodline/woodline_SPECTRAL_umbra_ultramatt_A4.jpg);}
.wood-14 { background-image: url(../img/woodline/woodline_SPECTRAL_tannengruen_ultramatt_A4.jpg);}
.wood-15 { background-image: url(../img/woodline/woodline_SPECTRAL_graphitschwarz_ultramatt_A4.jpg);}

.wood-16 { background-image: url(../img/woodline/woodline_weiss_stylo_114.jpg);}
.wood-17 { background-image: url(../img/woodline/woodline_Cremeweiß_stylo_115.jpg);}
.wood-18 { background-image: url(../img/woodline/woodline_Quartzgrau_stylo_113.jpg);}
.wood-19 { background-image: url(../img/woodline/woodline_Anthrazitgrau_stylo_110.jpg);}
.wood-20 { background-image: url(../img/woodline/woodline_stahlblau_stylo_111.jpg);}

.wood-21 { background-color: #FFFFFF;}
.wood-22 { background-color: #a4acb1;}
.wood-23 { background-color: #253539;}
.wood-24 { background-color: #2e1600;}
.wood-25 { background-image: url(../img/woodline/woodline_graualuminium.jpg);}

.wood-26 { background-image: url(../img/woodline/woodline_Feinstuktur_Grau_S01_mit_Metallic-Effekt_.jpg);}
.wood-27 { background-image: url(../img/woodline/woodline_Rotbraun-metalic_DM04_001.jpg);}
.wood-28 { background-image: url(../img/woodline/woodline_gruen-DM01_001.jpg);}
.wood-29 { background-image: url(../img/woodline/woodline_Blau-metalic_DM05_001.jpg);}
.wood-30 { background-image: url(../img/woodline/woodline_Anthrazit-DM03_001.jpg);}

.wood-31 { background-image: url(../img/woodline/woodline_mahagoni.jpg);}
.wood-32 { background-image: url(../img/woodline/woodline_nussbaum.jpg);}
.wood-33 { background-image: url(../img/woodline/woodline_mooreiche.jpg);}
.wood-34 { background-image: url(../img/woodline/woodline_siena_noce.jpg);}
.wood-35 { background-image: url(../img/woodline/woodline_golden-oak.jpg);}



.woodline--colorbox h4 {
    margin: 1.5em 0 0 0;
    font-size: 30px;
    
}

.woodline-footer .susy {
    margin-top:3em; 
    border-top: 1px dotted gray; 
    border-bottom: 1px dotted gray; 
    padding: 3em 5em;
}


.woodline-footer .susy .susy-item:first-child {
    padding-right: 2em;
}

.woodline-footer .susy .susy-item:last-child {
    padding-left: 2em;
}

.woodline-footer .susy .susy-item p {
    font-size: 22px;
}

@media (max-width: 800px) {
    .woodline-footer .susy {
        margin-top:1.5em; 
        border-top: 1px dotted gray; 
        border-bottom: 1px dotted gray; 
        padding: 1.5em 1.5em;
    }

    .woodline-footer .susy .susy-item:first-child,
    .woodline-footer .susy .susy-item:last-child {
        padding: 0em;
    }

    .woodline-footer .susy .susy-item p {
        font-size: 18px;
    }


}

/* -----------------------------------------
    Social
-------------------------------------------- */

.footer--social {
    margin: auto;
    width:100%;
    height: auto;
    margin-top: -20px;
    margin-bottom:20px;
    text-align: left
}

.footer--social #youtubesocial:hover #recyoutube {
    fill: rgb(45, 184, 221);
    stroke:rgb(45, 184, 221);
}

.footer--social #facebooksocial:hover #recfacebook {
    fill: rgb(45, 184, 221);
    stroke:rgb(45, 184, 221);
}


.footer--social #instagramsocial:hover #recinstagram {
    fill: rgb(45, 184, 221);
    stroke:rgb(45, 184, 221);
}

.footer--social #linkedinsocial:hover #reclinkedin{
    fill: rgb(45, 184, 221);
    stroke:rgb(45, 184, 221);
}



@media (max-width: 800px) {
	.footer--social {
    margin: auto;
    width:80%;
    height: auto;
    margin-top: -20px;
    margin-bottom:20px;
    text-align: left

	}
}



/* -----------------------------------------
     Splash Screen
-------------------------------------------- */

.splash {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height:100%;
    z-index:100000;
    background-color: rgba(0,0,0,0.85);
    transition: all 0.5s;
    display:none;
}

.splash img.splash-card {
    position: absolute;
    left: 50%;
    top:50%;
    transform: translate(-50%, -50%);
    height: auto;
    width:1080px;
    max-width:100%;
    margin: 0 auto;
    -webkit-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.75);
}


.splash img.splash_center {
  position: absolute;
  left: 50%;
  top:50%;
  transform: translate(-50%, -50%);

  max-height:1080px;
  max-width:1080px;

  margin: 0 auto;
  -webkit-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.75);

}




.splash-close {
    position: absolute;
    right: 70px;
    top: 70px;
    z-index: 10000;
    display: none;
}

.splash-close-left {
    position: absolute;
    right: 30px;
    top: 30px;
    width: 48px;
    height: 48px;
    z-index:1000000;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.75);
/*     display: none; */
}

.splash-close-left:hover {
    cursor: pointer;
}

.splashbox-wrapper {
  position: absolute;
  top: 0;
  left:0;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height: 100vh;
  width: 100vw;
  border: 0;
  overflow: hidden;
  
}


	

.splashbox-wrapper img.splash_image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); 
  max-width: 90%;
  max-height: 90%;
}

@media (max-width: 800px) {
  .splash-close-left {
      right: 30px;
      top: 30px;
      width: 36px;
      height: 36px;
  }
}



/* -----------------------------------------
     MOBI
-------------------------------------------- */

.mobiwrapper {
}


.mobi {
    background: #51585f;
    padding:1em 2em 2em;
    height: calc(100vh - 60px) ;
    overflow-x: scroll;
    z-index: 100000;
    
}

.mobi a.mobi-main { 
    display:block; 
    font-weight:900;
    border-bottom: 1px dotted #ffffff99;
    margin-top:0.5em;
    font-size: 15px;
}
.mobi a.mobi-subnav { 
    display:block; 
    font-size: 14px;
    padding: 4px 0 4px 1.5em;
}
.mobi a.mobi-subnav:first-child { margin-top: 1em;}
.mobi a.mobi-subnav:last-child { margin-bottom: 1em;}

.mobi a { color: white; }


/* -----------------------------------------
    FAQ
-------------------------------------------- */

.faq h3 { 
    font-weight: 600; 
    color: #2198B7;
    }

.faq h3:hover {
    cursor: pointer;
}

.faq  div { 
    border-bottom: 1px dotted gray;
    margin-bottom:2em;  
    padding-left: 2em;
}

.faq h3 i.material-icons {
    width: 32px;
    transform: translateY(4px);
}


/* -----------------------------------------
    YOUTUBE DOUBLE BOX
-------------------------------------------- */

.yt-box { }
.yt-box .susy .susy-item:first-child { padding-right:1em;}
.yt-box .susy .susy-item:last-child { padding-left:1em;}
.yt-box-playbox {  }


@media (max-width: 800px) {

.yt-box .susy .susy-item:first-child { padding-right:0;}
.yt-box .susy .susy-item:last-child { padding-left:0;}

 
}



/* -----------------------------------------
     Hamburger MenÃ¼
-------------------------------------------- */

div.hamburger {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    padding: 60px 0px 0px 0px;
    background-color: #393d42;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    z-index: 100000;
    display: none;
    background-image: url('../logo_white.svg');
    background-repeat: no-repeat;
    background-position: left 20px center;
    background-size: auto 25px;
    box-sizing: border-box;
}


@media (max-width: 1000px) {
    div.hamburger { display: block; }
}

.icohamburger {
    position: absolute;
    right:15px;
    top:5px;
    background: none;
    border: none;
    outline: none;
    width:48px;
    z-index: 100000!important;
}

.icohamburger__svg {
  width: 48px;
  height: 48px;
}

.icohamburger__line {
  stroke: white;
  stroke-width: 2;
  stroke-linecap: round;
  transform-origin: 50% 50%;
  transition: transform 1s;
}

.icohamburger__line--1 {
  transform: translateY(-20px) rotate(0deg);
}

.icohamburger__line--1--open {
  transform: rotate(45deg);
  transition: transform 1s;
}

.icohamburger__line--2 {
  opacity: 1;
  transition: opacity 1s;
}

.icohamburger__line--2--open {
  opacity: 0;
  transition: opacity .125s;
}

.icohamburger__line--3 {
  transform: translateY(20px) rotate(0deg);
}

.icohamburger__line--3--open {
  transform: rotate(-45deg);
  transition: transform 1s;
}

/* -----------------------------------------
    In mobile // Header display none
-------------------------------------------- */

@media (max-width: 1000px) {

    #topheader, #topnavigation {
        display:none;
    }
 
}

/* -----------------------------------------
    BroschÃ¼ren Liste
-------------------------------------------- */

.webform-options-display-one-column, 
.brosch-list { margin-bottom: 2em;}

.webform-options-display-one-column .susy,
.brosch-list .susy {
    border-bottom: 1px dotted gray;
    padding: 1em 0;
}

.webform-options-display-one-column .susy:first-child,
.brosch-list .susy:first-child { 
	border-top: 1px dotted gray; }

.webform-options-display-one-column h4,
.brosch-list h4 {
    font-size: 18px;
    margin:0;
}

.webform-options-display-one-column .susy-8,
.brosch-list .susy-8 {
    padding-left: 1em;
}

.webform-options-display-one-column .susy-3,
.brosch-list .susy-3 {
    text-align: center;
}

@media (max-width: 800px) {
 
 .webform-options-display-one-column .susy-item,
 .brosch-list .susy-item { 
	 text-align: center; margin:10px 0;}
 .webform-options-display-one-column .susy-item img,
 .brosch-list .susy-item img {
	 height: 180px;}
    

}


/* -----------------------------------------
    NEWSINDEX
-------------------------------------------- */

.newsindex {
    width: 900px;
    max-width:100%;
    margin:0 auto;
}


.newsindex .susy {
    padding: 1em;
    border-bottom: 1px dotted gray;
    margin-bottom: 1em;
}

.newsindex h3 { margin: 0 0 0.4em; padding: 0; font-weight: 500;}
.newsindex p { margin:0;}

.newsindex .susy img { width: 180px;}

.newspage h2,
.newspage h3 { font-size:34px; font-weight: 600;margin-bottom:0,75em; color: black:}

.newspage .newsartikel img { height: auto !important;}

.newspage p.news-byline { font-size: 20px; }

.newsartikel { max-width:100%;}

@media (max-width: 800px) {


    .newsindex { width: 100%; }
    .newspage h2 { font-size:28px; margin-bottom: 0.5em; }
    .newspage p.news-byline { font-size: 17px; }
    .newspage img { max-width:100%; height: auto;}
 
}

/* -----------------------------------------
    Language
-------------------------------------------- */


.clang {
   position: absolute;
   top: 5px;
   right: 20px;
   width: auto;
   height: auto;
   z-index: 10002!important;
}

@media (max-width: 800px) {
 .clang {display: none;}
}
.clang img { margin-left:15px;    opacity:0.6; }

.clang a img.aktiv,
.clang a img:hover {opacity:1 !important;}


.footer-link-bg {
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto 24px;
    padding-left: 37px !important;
}


@media (max-width: 800px) {
    .mobilang {  border-top: 1px dotted #ffffff99; padding-top: 0.5em;}
    .mobilang img { margin-right: 1em; width:28px; opacity: 0.5;}
    .mobilang img.aktiv { opacity: 1;}
    .mobilang img { margin-right: 1em; width:28px;}

}



.headline {
    padding: 0;
}

/* -----------------------------------------
    Featuregrid
-------------------------------------------- */

.featuregrid  {
    text-align: center;
}

.featuregrid ul {
    list-style:none;
    margin:0;
    padding:0;
    margin-top: 2em;
}
.featuregrid ul li {
    list-style:none;
    margin:0;
    padding:0;

}

.featuregrid ul li {
    display: block;
    width:350px;
    max-width:100%;
    text-align: center;
    height: auto;
    background-color: #2198b729;
    margin: 10px auto 20px auto;
    padding: 15px;
    box-sizing: border-box;
    vertical-align: top;
    min-height: 80px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 10px 10px 0 0 ;
}


@media (max-width: 800px) {

    .featuregrid ul li {
        border-radius: 10px;
    }

 
}


#kampagnen header,
#aktion header {
    
    padding-bttom:0;
    margin-bottom:0;
}

#kampagnen header h2,
#aktion header h2 {
    text-align: left;
    padding-bottom: 0.3em;
    border-bottom: 1px dotted gray;
    margin-bottom:0
}

#kampagnen .referenzfilter,
#aktion .referenzfilter {
    margin-bottom: 1em;
    border-bottom: 1px dotted gray;
    text-align: center
}



#kampagnen .referenzfilter a,
#aktion .referenzfilter a {
    margin-top:1em;
    margin-bottom:0.75em;
    padding-bottom: 0em;
    text-align: center
}


/* -----------------------------
    Inspiration GRID
   ----------------------------- */
/* Repeat 3 rows named "row", each between 120px and 1fr tall */
/* Repeat 4 columns named "col", each 1fr wide */
.grico {
    display: grid;
    grid-template: repeat(3, [row] minmax(300px, 1fr)) / repeat(4, [col] 1fr);
    grid-gap: 20px;
}



.grico-item:hover        { cursor: pointer; }
.grico-item:hover span   { background-color: #393d42 }


#uebergrid .grico-item:hover        { cursor: default; }
#uebergrid .grico-item:hover span   { background-color: #009abbd6; }

#uebergrid .grico-item:hover .grico-image {
    transform:scale(1.2);
  
}

#uebergrid .grico-item {
    background-image: none;
    overflow: hidden;
}

#uebergrid .grico-image {
    width:100%;
    height:100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition:all ease-in-out 1s;

}

.grico > div {
    position: relative;
}

.grico div span {
    position: absolute;
    top: 50%;
    left: 0px;
    padding: 0 15px 0 30px;
    display: block;
    width: auto;
    height: 45px;
    line-height: 45px;
    transform: translate(0, -22.5px);
    font-size: 19px;
    font-weight:600;
    background-color: rgba(0, 154, 187, 0.83);
    text-align: right;
    border-radius: 0 8px 8px 0;
    /*   box-shadow: 3px 3px 12px rgba(0,0,0,0.2) */
}

.grico-1, .grico-2, .grico-3, .grico-4, .grico-5, .grico-6 {
    align-items: center;
    justify-items: center;

    font-size: 4em;
    line-height: 1;
    color: white;
    background-size: cover;
    box-shadow: 0px 0px 8px rgba(0,0,0,0.15)
}

.grico-textbar {
    align-items: center;
    justify-items: center;
    font-family: 'Overpass', sans-serif;
    font-size: 4em;
    line-height: 1;
    color: white;
    background-color: #efefef;
    z-inde: 1000;
    display: none;
}

.grico-1 {
    grid-column: col 1 / span 3;
    grid-row: row 1;
    background-image: url('../img/design-grid/grid_farben.jpg');
}

.grico-2 {
    grid-column: col 4;
    grid-row: row 1 / span 2;
    opacity: 1;
    background-image: url('../img/design-grid/grid_holz.jpg');
}

.grico-3 {
    grid-column: col 1;
    grid-row: row 2 / span 2;
    z-index: 0;
    opacity: 1;
    background-image: url('../img/design-grid/grid_ornament.jpg');
}

.grico-4 {
    grid-column: col 2 / span 2;
    grid-row: row 2;
    background-image: url('../img/design-grid/grid_sprossen.jpg');
}

.grico-5 {
    grid-column: col 1;
    grid-row: row 3;
}

.grico-6 {
    grid-column: col 2 / span 3;
    grid-row: row 3;
    background-image: url('../img/design-grid/grid_griffe.jpg');
}

.grico-textbar {
    grid-column: col 1 / span 4;
    grid-row: row 3;
}

.grico-aktiv {
    grid-column: col 1 / span 4 !important;
    grid-row: row 1 / span 2 !important;
    z-index: 1000;
}

@media (max-width: 800px) {

.grico {
    display: grid;
    grid-template: repeat(5, [row] minmax(300px, 1fr)) / repeat(1, [col] 1fr);
    grid-gap: 10px;
}

.grico-1 {
    grid-column: col 1;
    grid-row: row 1;

}

#uebergrid .grico-1 .grico-image { background-position: right -3em center; }

.grico-2 {
    grid-column: col 1;
    grid-row: row 2;
}

#uebergrid .grico-2 .grico-image { background-position: center; }

.grico-3 {
    grid-column: col 1;
    grid-row: row 3;
}

#uebergrid .grico-3 .grico-image { background-position: center top -3em; }

.grico-4 {
    grid-column: col 1;
    grid-row: row 4;
}

.grico-5 {
    grid-column: col 1;
    grid-row: row 6;
}
#uebergrid .grico-6 .grico-image { background-position: left -2em center; }

.grico-6 {
    grid-column: col 1;
    grid-row: row 5;

}




 
}



/* ------------------------- */
.ausstattungs--box {
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    margin-top: 3em;
}

a[name]:not([href]) {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}

.form_intro {
    background-color: #333;
    color: white;
    line-height: 44px;
    padding: 0 2em;
    box-sizing: border-box;
    font-weight: 900;
    font-size: 17px;
    border-radius: 6px;
}

.orderoption {
    display: flex;
    margin-top: 0.5em;
}

.sbutton {
    background: #585858;
    padding: 5px;
    margin-right: 5px;
    border-radius: 3px;
    color: white;
    transition: all 0.6s;
}

.sbutton.aktiv {
    background: #2198B7;
}

.sbutton:hover {
    background: #2198B7;
    color: white;
}

.sbutton:last-child {
    margin-right: 0px;
}

.orderoption a {
    flex-grow: 1;
}

/* -----------------------------------------
    HaustÃ¼ren Edition Slider
-------------------------------------------- */

.tbrand {
    position: relative;
    height: 650px;
    max-height: 55vw;
    text-align: center;
    padding-top: 0em !important;
}

.tbrand > a {
    display: inline-block;
    margin: 0.5em 2em;
    padding: 0.5em;
    font-size: 22px;
    font-weight: 600;
    color: gray;
}

.tslider {
    padding-top: 2em;
    border-top: 1px dotted gray;
    text-align: center;
}

.tslider div {
    width: 100%;
}

.tslider div a > img {
    width: 100% !important;
    height: auto;
}

@media (max-width: 800px) {
 
    .tbrand > a {
    margin: 0;
    padding: 0.4em;
    font-size: 17.5px;
    color: #5d5d5d;
    }

    .tslider {
        padding-top: 1em;
    }



}


/* -----------------------------
    Jobliste
   ----------------------------- */
.jobliste {
    width: 80%;
    margin: 0 auto;
}

.jobliste .jobline:first-child {
    border-top: 1px solid white;
}

.jobline {
    display: table;
    padding-bottom: 1em;
    padding-top: 1em;
    border-bottom: 1px solid white;
}

.jobline_text, .jobline_image {
    display: table-cell;
    vertical-align: middle;
}

.jobline_text {
    padding-left: 30px;
}

.jobline_text h4 {
    font-size: 20px;
    margin: 0;
    padding: 0;
    font-weight: 600;
}

.jobline_text h4 a {
    text-decoration: none;
    color: #2198B7;
}

.jobline_text p {
    font-size: 16px;
    margin: 0.75em 0 0 0;
    padding: 0;
}

.jobliste_image {
    width: 120px;
    height: 120px;
    background-size: cover;
    background-position: center center;
}

@media (max-width: 800px) {

    .jobliste_image { width: 100px; height: 100px; }
    .jobline_text   { padding-left: 20px;}
    .jobline_text h4 { font-size: 18px;}
    .jobliste { width: 100%; }
 
}



/* -----------------------------
    Design Grid
   ----------------------------- */
.igrid {
}

section.igrid .susy {
    background: #eee;
    padding: 40px 40px 40px 40px;
}

section.igrid .susy:last-child {
    padding: 0px 40px 40px 40px;
    transform: translateY(-20px);
}

.igrid .susy-item {
    /*    border: 1px solid white; */
    margin: 15px 15px 0 15px;
    /*    border: 1px solid white; */
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.19) 0 0 8px 0;
    border-radius: 0 0 8px 8px;
}

.igrid .susy-item p {
    font-size: 15px;
    padding: 10px 10px 0 10px;
}

.igrid .susy-item h4 {
    background-color: #393d42;
    color: white;
    text-align: center;
    padding: 8px;
    margin: 0;
}

.igrid .susy-item p {
    text-align: center;
}

.igrid .susy-item img {
    width: 100%;
}

@media (max-width: 800px) {

    section.igrid .susy {
        padding: 0;
        width: 100%;
        background: white;
        margin-bottom: 1em;
    }
 
    section.igrid .susy .susy-item {
        padding: 0 0 0.5em;
        max-width: 100%;
        margin:0 0 1em;
    }

    section.igrid .susy:last-child {
        padding: 0;
        transform: translateY(0);
    }


 
}


/* -----------------------------
    Cards
   ----------------------------- */
.halfbox .susy {
    min-height: 200px;
    background: white;
    /*    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24); */
    box-shadow: rgba(0, 0, 0, 0.19) 0 0 8px 0;
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.halfbox__img {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    background-color: black;
}

.halfbox__img div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.halfbox__img div img {
    width: 100%;
}

.halfbox__text {
    padding: 60px 40px;
    box-sizing: border-box;
}

@media (max-width: 800px) {

    .halfbox__img { height:60vw;}
    .halfbox__text {
        padding: 1rem 1.5em;
        box-sizing: border-box;
    }

 
}

.susy.kfw_banner a{
	width: 100%;
	display: block;
}

/* -----------------------------
    3er-Teaser Susy-Support
   ----------------------------- */
.coli {
}

/* Box */
.coli__box {
    position: relative;
    text-align: left;
    background-color: white;
    border-radius: 0 0 8px 8px;
    border: 0;
    transition: 0.3s ease-in-out;
    padding-bottom: 1.3em;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
}

.coli__box:nth-child(2){
    margin: 0 2em;
}

@media (max-width: 800px) {
    .coli__box:nth-child(2) {
        margin: 0 0 2em 0;
    }
}

/* Header */
.coli__head {
    background-color: #2198B7;
    color: white;
    padding: 10px 15px;
    font-size: 18px;
    text-align: center;
    font-weight: 600;
}

.colidark .coli__head {
    background-color: #393d42;
}

/* Image */
.coli__image {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.coli__image img {
    display: block;
    width: 100% !important;
    height: auto;
    overflow: hidden;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.coli__box:hover .coli__image img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.coli__image a:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

/* Aktiv-Status */
.coli__aktiv {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iaWNvLWxpbmsiPgogICAgICAgICAgICA8Y2lyY2xlIGlkPSJPdmFsIiBmaWxsPSIjMjE5OEI3IiBjeD0iMTIiIGN5PSIxMiIgcj0iMTIiPjwvY2lyY2xlPgogICAgICAgICAgICA8cG9seWdvbiBpZD0iU2hhcGUiIGZpbGw9IiNGRkZGRkYiIGZpbGwtcnVsZT0ibm9uemVybyIgcG9pbnRzPSIxMiA2LjM1Mjk0MTE4IDExLjAwNDcwNTkgNy4zNDgyMzUyOSAxNC45NDM1Mjk0IDExLjI5NDExNzYgNi4zNTI5NDExOCAxMS4yOTQxMTc2IDYuMzUyOTQxMTggMTIuNzA1ODgyNCAxNC45NDM1Mjk0IDEyLjcwNTg4MjQgMTEuMDA0NzA1OSAxNi42NTE3NjQ3IDEyIDE3LjY0NzA1ODggMTcuNjQ3MDU4OCAxMiI+PC9wb2x5Z29uPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+");
    background-position: center bottom 15px;
    background-repeat: no-repeat;
    background-size: 24px;
    padding-bottom: 4em !important;
}

.coli__aktiv:hover {
    cursor: pointer;
}


.coli__cover {
    background-size: cover;
    background-position: center center;
}

.coli__cover img {
    opacity: 0;
}

/* Content */
.coli__content {
    padding: 15px 20px 0px 20px;
    font-size: 16px;
    color: #545454;
    letter-spacing: 0;
    line-height: 21px;
}

/* -----------------------------
    SUSY-GRID System
   ----------------------------- */
/* Float or flex */
.susy {
    display: flex;
}

/* Setup */
.susy-item {
    --span: initial; /* avoid inheritance */
    --percentage: calc(var(--span) * 100%); 
    width: var(--percentage, initial);
}


.susy-1 {
    --span: 1/12; }

.susy-2 {
    --span: 2/12; }

.susy-3 {
    --span: 3/12; }

.susy-4 {
    --span: 4/12; }

.susy-5 {
    --span: 5/12; }

.susy-6 {
    --span: 6/12; }

.susy-7 {
    --span: 7/12; }

.susy-8 {
    --span: 8/12; }

.susy-9 {
    --span: 9/12; }

.susy-10 {
    --span: 10/12; }

.susy-11 {
    --span: 11/12; }

.susy-12 {
    --span: 12/12; }

 .susy5 {  --span: 1/5; }

.susycolpad .susy-item  { padding-left: 1.5em; padding-right: 1.5em; } 
.susycolpad .susy-item:first-child { padding-left: 0; }
.susycolpad .susy-item:last-child  { padding-right: 0; }

.susy-vline .susy-item { border-right: 1px solid #2198B7; }
.susy-vline .susy-item:last-child { border-right: 0; }


@media (max-width: 800px) {
    
    .susy-vline .susy-item { border: 0; }
    
    .susy {
        display: block;
    }

    .susy-item {
        width: 100%;
        margin-bottom: 2em;
    }

    .susycolpad .susy-item { 
        padding-left: 10px !important; 
        padding-right: 10px  !important;
     } 
}

/* -----------------------------------
   Tipline
   ----------------------------------- */
.tipline {
    background-color: #393d42;
    color: white;
    padding: 2em;
}

.tipline .susy-item {
    align-items: center !important;
    justify-content: center !important;
    display: flex;
}

.tipline .tpl_break {
    font-size: 38px;
    width: 33%;
}

.tipline .tpl_ikon {
    width: 100px;
    text-align: center;
}

.tipline .tpl_content {
}

.tipline_big .tpl_content {
	font-size: 21px;
}



.tpl_ikon i {
    font-size: 48px;
    opacity: 0.7;
    width: 60px;
}

.tpl_content p:last-child {
    margin-bottom: 0;
}

@media (max-width: 800px) {

    .tipline {
        background-color: #393d42;
        color: white;
        padding: 2em 1em;
    }


    .tipline .tpl_break {
        width: 100%;
        margin-bottom: 0;
        
        text-align: center;
    }
    .tipline .tpl_ikon {
        width: 100%;
        text-align: center;
    }
    .tipline .susy-item {
       display: block;
       width: 100%;
    }

    .tipline .susy {
        display: block;
    }
    .tipline .row {
        display: block;
    }
    .tipline .tpl_content {
        text-align: center;
        padding:0;
    }



}


/* -----------------------------------
   Fenster Card ROW
   ----------------------------------- */
.fepromo--row {
    border-bottom: 1px solid silver;
    padding-bottom: 1.5em;
    margin-bottom: 3em;
}

.fepromo .fepromo--row:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.fepromo--showrow .column {
    width: 33%;
}


/* Textbox ---------------- */
.fepromo--image {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 240px;
    border-right: 5px solid white;
}

.fepromo.content__box .fepromo--image {
    border-right: 5px solid #F6F3F1;
}

.fepromo--image-window {
    position: relative;
}

img.fepromo--esp-logo {
    position: absolute;
    bottom: 50%;
    right: 10px;
    width: 120px;
    height: auto;
}

img.fepromo--gvs-logo {
    position: absolute;
    bottom: 33%;
    right: 10px;
    width: 120px;
    height: auto;
}

img.fepromo--gvs-logo.fepromo-left, img.fepromo--esp-logo.fepromo-left {
    right: inherit;
    left: 10px;
}

.row .fepromo--info {
    background: rgb(240,240,240);
    padding-left: 40px !important;
    box-sizing: border-box;
    border-radius: 0 10px 10px 0;
    box-sizing: border-box;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.fepromo.content__box .row .fepromo--info {
    background: white;
}

.fepromo--info h4 {
    margin: 0;
    font-size: 26px;
}

.fepromo--info p {
    margin: 0;
    font-size: 15px;
}




/* Status ---------------- */
.fepromo--status {
    padding-top: 1.5em;
    font-size: 14px;
    line-height: 19px;
    display: flex;
    justify-content: center;
}

.fepromo--status span {
    padding-right: 3em;
}

.fepromo--status span:last-child {
    padding-right: 0em;
}

.fepromo--status span svg, .fepromo--status span i {
    display: inline !important;
    margin-right: 10px !important;
    font-size: 19px;
    vertical-align: middle;
}

span.error {
    background: #ffe0e5;
    display: block;
    padding: 5px 10px;
}

.uniform__potty {
    position: absolute;
    left: -9999px;
}

@media (max-width: 800px) {
 
    .fepromo--showrow .column {
        width: 100%;
        min-height:240px;
    }
 
    .row .fepromo--info {
        padding:30px !important;
        border-radius:0;
        margin-bottom: 1.2em
    }

    .fepromo--status {
        padding-top: 1.5em;
        font-size: 14px;
        line-height: 19px;
        display: block;
        justify-content: center;
    }

    .fepromo--status span {
       padding: 0.33em 1em;
       display: block;
    }

    .fepromo--row .row .column .fepromo--status:last-child {
       padding-top:0;	
    }

    .fepromo.content__box .fepromo--image {
        border-right: 0px;
    }


}

/* -----------------------------------------
    FAQ
-------------------------------------------- */

.faq > .container div { margin-bottom:3em;}
.faq > .container h2 { margin-bottom:1em; border-bottom: 1px dotted gray; }
.faq > .container h3 { margin-bottom:0.5em; font-weight:400;}


/*-----------------------------------------
  BASE
-------------------------------------------*/


@media (max-width: 800px) {

    .container {
        box-sizing: border-box !important;
    }

 
}


section {
    width: 100%;
    padding: 4em 0 6em 0;
    box-sizing: border-box;
}

@media (max-width: 800px) {

    section { padding: 2em 0; }

}

img.imagewidth {
    width: auto !important;
}

section.textblock p {
    width: 100%;
    max-width: 700px;
    text-align: justify;
    margin-right: auto;
    margin-left: auto;
}

section.textblock .container {
    width: 100%;
    max-width: 700px;
    margin-right: auto;
    margin-left: auto;
}

figure.floatright {
    display: inline-block;
    width: auto;
    float: right;
}

figure.floatright img {
    float: right;
    margin-left: 1em;
    margin-bottom: 0.5em;
}


section.textcenter > div.container,
.textcenter   {
    width: 100%;
    max-width: 700px;
    margin-right: auto;
    margin-left: auto;
}


@media (max-width: 800px) {
 
    figure.floatright img {
        float: none;
        width:100%;
		
    }
	figure.floatright.img200px img{
		max-width: 150px;
	}
}

/*-----------------------------------------
  Klinke
-------------------------------------------*/
.klinke {
    width: 1600px;
    max-width: 100%;
    background-color: #393d42;
    margin: 0 auto;
    color: white;
    padding: 1em 2em;
    font-size: 28px;
}
.no-header-cover{
		--klinke-offset: 40px;

}
@media (max-width: 800px) {
	.no-header-cover{
		--klinke-offset: 60px;
	
	}
}
.no-header-cover .klinke{
	padding-top: calc(1em + var(--klinke-offset));
}
.no-header-cover .klinke_backlink{
	background-position-y: calc(1em + var(--klinke-offset));

}
.klinke_backlink {
    background-image: url('../img/iko-back.svg');
    background-repeat: no-repeat;
    background-position: right 1em center;
}

.klinke_backlink:hover {
    cursor: pointer;
}

/*-----------------------------------------
  Slick Slider
-------------------------------------------*/
.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px !important;
    height: 48px;
    opacity: 0.85;
    z-index: 1000;
}

.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px !important;
    height: 48px;
    opacity: 0.85;
    z-index: 1000;
}

.slider-next {
    right: 20px;
}

.slider-prev {
    left: 20px;
}

.slick-arrow:hover {
    cursor: pointer;
}

/*-----------------------------------------*/
.nobg {
    background-image: none !important;
}

.blockformat .container {
    width: 100%;
    max-width: 700px;
}

.blockformat .container p, .blockformat .container h2, .blockformat .container h3, .blockformat .container h4 {
    text-align: left;
}

@media (max-width: 800px) {
    .blockformat .conatiner {
        width: 100%;
    }
}

#secvideo {
    z-index: 500 !important;
}

.feature__row h5 {
    text-align: center;
    font-weight: 600;
    margin-bottom: 2em;
    color: #3a3a3a;
}

figure.imageautowidth img {
    width: auto !important;
}

.w10 {
    width: 10% !important;
}

.w20 {
    width: 20% !important;
}

.w30 {
    width: 30% !important;
}

.w40 {
    width: 40% !important;
}

.w50 {
    width: 50% !important;
}

.w60 {
    width: 60% !important;
}

.w70 {
    width: 70% !important;
}

.w80 {
    width: 80% !important;
}

.w90 {
    width: 90% !important;
}

.w100 {
    width: 100% !important;
}

sup {
    font-weight: 300;
    font-size: 2rem;
}

ul {
    /* list-style: circle outside; */
}

header section {
    padding: 0;
}


.ankernavigation {
    padding: 0;
    margin-top: 2.5em;
}

@media (max-width: 800px) {

    .ankernavigation {
        margin-top: 1em;
    }

 
}

figure {
    padding: 0;
    margin: 0 0 1em 0;
}

figure.center {
    padding: 0;
    margin: 0 auto 1em auto;
}

figure.inline {
    display:inline-block;
    margin: 0.5em;
}


.imagebox {
}

.imagebox img {
    width: 100%;
    margin: 0 auto;
}

.imagebox p {
    text-align: center;
    width: 80%;
    margin: 0 auto;
}

.centerimage {
}

.centerimage img {
    width: 100%;
}

.centerimage figure {
    padding-top: 1.5em;
    text-align: center;
}

.flexcenter {
    display: flex !important;
    justify-content: left !important;
    align-items: center !important;
}

@media (max-width: 800px) {

    .flexcenter {
        display: block !important;
        justify-content: left !important;
        align-items: center !important;
    }


 
}

/* ----------------------
	 IconGRID
	 ---------------------- */
.icogrid {
    display: table;
    /*    padding:40px; */
    /*    border: 1px solid pink; */
}

.icogrid div.icobox {
    display: table-cell;
    width: 50%;
    box-sizing: border-box;
    padding: 1em 1em 1em 75px ;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 45px;
    vertical-align: middle;
}

.icogrid div.icobox b {
    text-transform: uppercase;
}

.icogrid div.icoimage {
    display: table-cell;
    width: 50%;
    box-sizing: border-box;
    padding: 1em 3em 1em 0px ;
}

.ico_sicherheit {
    background-image: url('../img/ico_sicherheit.svg');
}

.ico_design {
    background-image: url('../img/ico_design.svg');
}

.ico_komfort {
    background-image: url('../img/ico_komfort.svg');
}

.ico_montage {
    background-image: url('../img/ico_montage.svg');
}

.ico_herstellung {
    background-image: url('../img/ico_herstellung.svg');
}

.ico_schallschutz {
    background-image: url('../img/ico_schallschutz.svg');
}

.ico_waermeschutz {
    background-image: url('../img/ico_waermeschutz.svg');
}

.ico_wirtschaftlichkeit {
    background-image: url('../img/ico_wirtschaftlichkeit.svg');
}

.ico_plus {
    background-image: url('../img/ico_plus.svg');
}

.icogrid div.icobox ul {
    margin: 1em 0;
    padding: 0 1em 0 15px;
    box-sizing: border-box;
}

.icogrid div.icogrid__row {
    display: table-row;
}

/* ----------------------
	 Cards
	 ---------------------- */
.cards {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 15px;
    /*! padding: 1.5%; */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.card {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 0px;
    background: white;
    color: #363636;
    text-decoration: none;
    -moz-box-shadow: rgba(0, 0, 0, 0.19) 0 0 8px 0;
    -webkit-box-shadow: rgba(0, 0, 0, 0.19) 0 0 8px 0;
    box-shadow: rgba(0, 0, 0, 0.19) 0 0 8px 0;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    flex-grow: 1;
    transition: 0.3s ease-in-out;
}

@media (max-width: 800px) {
    .card {
        width: 100%;
    }
}

@media (min-width: 800px) {
    .card {
        max-width: 530px;
        margin-right: 40px;
        margin-bottom: 20px;
        flex-grow: 1;
    }

    .card:nth-child(even) {
        margin-right: 0;
    }
}

.card span {
    display: block;
}

.card .card-summary {
    padding: 7%;
}

.card .card-summary p:last-child {
    margin-bottom: 0;
}

.card .card-header {
    position: relative;
    height: 240px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: rgba(255, 255, 255, 0.15);
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px;
    border-radius: 4px 4px 0 0;
}

.card .card-header:hover, .card .card-header:focus {
    background-color: rgba(255, 255, 255, 0);
}

.card:hover, .card:focus {
    background: white;
    -moz-box-shadow: rgba(0, 0, 0, 0.45) 0px 0px 20px 0px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.45) 0px 0px 20px 0px;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 0px 20px 0px;
}

.card:hover .card-title, .card:focus .card-title {
    background: rgba(157, 187, 63, 0.95);
}

.card:hover .card-meta, .card:focus .card-meta {
    max-height: 1em;
}

.card .card-meta {
    max-height: 0;
    color: #666;
    position: absolute;
    bottom: 5%;
    padding: 0 7%;
}

/*-----------------------------------------
  Gallerie
-------------------------------------------*/
.gallerie {
    background: #DDD;
}

/* clear fix */
.gallerie:after {
    content: '';
    display: block;
    clear: both;
}

/* ---- .grid-item ---- */
.gallerie-sizer, .gallerie-item {
    width: 33.333%;
}

.gallerie-item {
    float: left;
}

.gallerie-item img {
    display: block;
    max-width: 100%;
}

/*-----------------------------------------
  Inlineimage mit Label  
-------------------------------------------*/
.inlineimg {
    position: relative;
    width: 100%;
    margin: 3em 0;
}

.inlineimg img {
    width: 100%;
}

.inlineimg__badget {
    position: absolute;
    display: inline-image;
    padding: 25px 70px 25px 30px;
    -ms-transform: translateY(-50%);
    /* IE 9 */
    -webkit-transform: translateY(-50%);
    /* Safari */
    transform: translateY(-50%);
    border-radius: 8px 0 0 8px;
    right: 0;
    top: 50%;
    width: 40%;
    max-width: 50%;
    background-color: rgba(0,156,184,0.7);
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDQwIDQwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDxnIHRyYW5zZm9ybT0ic2NhbGUoMS42NjY2NykiPgogICAgICAgIDxwYXRoIGZpbGw9IiNGRkYiIGQ9Ik0xMCw2bC0xLjQxLDEuNDFsNC41OCw0LjU5bC00LjU4LDQuNTlsMS40MSwxLjQxbDYsLTZaIj48L3BhdGg+CiAgICAgICAgPHBhdGggZmlsbD0ibm9uZSIgZD0iTTAsMGgyNHYyNGgtMjRaIj48L3BhdGg+CiAgICA8L2c+Cjwvc3ZnPg==");
    background-position: right 0px center;
    background-size: 70px;
    background-repeat: no-repeat;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1em;
    font-weight: 600;
    color: white;
    transition: background-color .5s;
}

.inlineimg__badget:hover {
    background-color: rgba(0,156,184,1);
}

.inlineimg__badget h3, .inlineimg__badget p {
    margin: 0;
    padding: 0;
}

.inlineimg__badget h3 {
    font-size: 22px;
    padding: 0;
    font-weight: 900;
}

.inlineimg__badget p {
    line-height: 1.5em;
    margin-top: 1em;
}

@media (max-width: 800px) {
 
    .inlineimg__badget {
        display: block;
        position: relative;
        width: 100%;
        max-width:100%;
        top:0; left:0;
        transform: translateY(-8px);

        border-radius:0 0 8px 8px;

    }

}

/* ----------------------------------
   Zitat
   ---------------------------------- */
.zitat {
    padding: 2em 0;
    background: rgb(245,245,245);
}

.zitat__text {
    font-size: 30px;
    text-align: center;
}

/* ----------------------------------
   Basebox
   ---------------------------------- */
.basebox {
}

section.basebox header .h2,
section.basebox header h2 {
    padding-top: 0;
}

.basebox.bg_sand {
}

.basebox.bg_dark {
    background-color: #525252;
    color: white;
}

.bg_dark {
    background-color: #525252;
    color: white;
}

.basebox .column h2 {
    font-size: 32px;
    font-weight: 300;
}

.basebox__text h3 {
    margin: 0;
    padding: 0;
}

 .basebox__text blockquote {  /* Für Zitate */
    font-style: italic ;
    font-size: 2.3rem;
}


@media (max-width: 800px) {

    .basebox__text blockquote {  /* Für Zitate */
        font-style: italic ;
        font-size: 1.4rem;
    }

 
}




.basebox .row .column:first-child {
    padding: 2em 2em 2em 0;
}

.basebox .row .column:last-child {
    padding: 2em 0 2em 2em;
}

@media (max-width: 800px) {

    .basebox {
        width: 100vw;
    }

    .basebox .row .column {
        display: block;
        width:100%;
        max-width:100%;
        padding:0 !important;
    }
}


.maxbox .container { padding:0; }

/* ------------------------------- */
.fadein img {
    box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.6);
}

.tbutton {
    position: absolute;
    right: 0;
    bottom: -1px;
    border-radius: 4px 0 0 0;
    font-size: 15px;
    background-color: #606c76;
    text-align: center;
    /* line-height: 30px; */
    box-sizing: border-box;
    padding: 8px 60px 8px 25px;
    color: rgb(255, 255, 255);
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgdmlld0JveD0iMCAwIDE4IDE4Ij4KICAgIDxwYXRoIGQ9Ik0wIDBoMTh2MThIMHoiIGZpbGw9Im5vbmUiLz4KICAgIDxwYXRoIGQ9Ik05IDNMNy45NCA0LjA2bDQuMTkgNC4xOUgzdjEuNWg5LjEzbC00LjE5IDQuMTlMOSAxNWw2LTZ6IiBmaWxsPSIjRkZGRkZGIi8+Cjwvc3ZnPg==");
    background-position: right 10px center;
    background-repeat: no-repeat;
}

.tbutton:hover {
    background-color: #2198B7;
    color: white;
}

.teaser__box:hover .teaser__link a {
    background-color: #2198B7;
    color: rgba(255,255,255,1);
    background-position: right 10px center;
    background-repeat: no-repeat;
}

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

.teaserikon {
    position: absolute;
    top: 50%;
    left: -30px;
    width: 60px;
    height: 60px;
    translate: transformY(-50%);
    margin-top: -30px;
}

.teaserline {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 12px;
}

.lineteaser {
    position: relative;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
    margin-bottom: 20px;
    transition: 0.3s ease-in-out;
    overflow: hidden;
}

.lineteaser:hover {
    cursor: pointer;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 1);
    border-radius: 12px 12px 0 12px;
}

.lineteaser:hover .tbutton {
    background-color: #2198B7;
    color: white;
}

.lineteaser__image {
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.lineteaser__image img {
    width: 100%;
    display: block;
    width: 110% !important;
    ; -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.lineteaser__text {
    position: relative;
    padding: 30px 60px 30px 60px;
    vertical-align: middle !important;
}

.lineteaser__text h3 {
    font-size: 22px;
    margin: 0 0 0.75em;
    font-weight: 500;
    color: #2198B7;
}

.lineteaser__text p {
}

.lineteaser__text small {
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0 auto 0.5em;
}


/*  Teaser Homepage Kampagnen */
.kampateaser {  
    height: 260px;
}


@media (max-width: 800px) {

    .lineteaser__image {
        min-height: 260px;
    }

    .lineteaser__text {
        position: relative;
        padding: 20px 20px 30px 30px;
        vertical-align: middle !important;
    }

    .lineteaser__text .teaserikon {
        display: none;
    }

    .kampateaser {
        height: auto;
    }

 
}


.platzhalter {
    width: 100%;
    max-width: 1080px;
    border: 4px dotted red;
    padding: 100px;
    text-align: center;
    font-size: 20px;
    margin: 6em auto;
}

/* ----------------------------------
   Youtube Player
   ---------------------------------- */
.youtube {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    /* This is your aspect ratio */
    margin-top: 3em;
}

.youtube70 {
    position: relative;
    width: 70%;
    height: 0;
    padding-top: 39.37%;    /* This is your aspect ratio */
    margin-top: 3em;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 800px) {

    .youtube70 {
        position: relative;
        width: 100%;
        height: 0;
        padding-top: 56.25%;
        /* This is your aspect ratio */
        margin-top: 3em;
    }

 
}


.youtube__iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%
}

.shadow {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

.vertical-center {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

body {
    /*   background: #f2f2f2; */
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* ----------------------------------
   Inlinenavigation
   ---------------------------------- */
/* ----------------------------------
   Inlinenavigation
   ---------------------------------- */
.flyout_mencard {
    width: 100%;
    height: 420px;
    background: #FFF;
    display: flex;
    flex-flow: row-reverse no-wrap;
    align-items: stretch;
    padding: 1.3em 2em 2em 2em;
    box-sizing: border-box;
    line-height: 1.3em;
}

.flyout_mencard > div {
    width: 25%;
    border-left: 1px dotted gray;
    padding: 0 18px 18px 18px;
}

.flyout_mencard > div:first-child {
    border-left: 0;
    padding-left: 0;
}

.mencard h4 {
    margin-top: 0;
    margin-bottom: 3px;
    line-height: 1.4em;
    padding: 0;
    color: black;
}
.mencard h2, .mencard p {
    margin-top: 0;
    margin-bottom: 3px;
    line-height: 1.4em;
    padding: 0;
    color: #333;
}

.mencard h4 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 1em;
}

.mencard h2 {
    font-size: 32px;
}

.mencard p {
    font-size: 14px;
    color: rgb(100,100,100);
    margin-bottom: 5px;
}

/* Linkformat */
.flyout_mencard a {
    display: block;
    text-decoration: none;
    padding: 0;
    margin-top: 0.5em;
    color: #000000 !important;
}

.flyout_mencard a.mt1 {
    margin-top: 1em;
}

.flyout_mencard a.linkmain {
    font-weight: 900;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOHB4IiBoZWlnaHQ9IjEycHgiIHZpZXdCb3g9IjAgMCA4IDEyIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9Imljby1nbyIgZmlsbD0iIzAwQUNDMSIgZmlsbC1ydWxlPSJub256ZXJvIj4KICAgICAgICAgICAgPHBvbHlnb24gaWQ9IlNoYXBlIiBwb2ludHM9IjIgMCAwLjU5IDEuNDEgNS4xNyA2IDAuNTkgMTAuNTkgMiAxMiA4IDYiPjwvcG9seWdvbj4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==');
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 14px;
    margin-top: 1.2em;
}

.mencard a.linkmain:first-child, .mencard h4:first-child {
    margin-top: 0;
}

.flyout_mencard a.link,
.flyout_mencard a.linkblank {
    font-weight: 600;
}

.flyout_mencard a.link:before,
.flyout_mencard a.linkblank:before {
    content: '\203A ';
    font-weight: 800;
    display: inline-block;
    width: 15px;
}

.flyout_mencard a.linkblank:before {
    content: ' ';
} 



.flyout_mencard a:hover {
    color: #00ACC1 !important;
}

.flyout_mencard span {
    display:inline-block;
    font-size: 14px;
    padding-left: 15px;
}

.nav-wrapper:hover .flyout__wrapper {
    display: block;
    height: 420px;
    visibility: show;
}

.flyout_mencard a > i.material-icons {
    font-size: 14px;
    margin-right: 0.5em;
    line-height: 29px;
    transform: translateY(1px);
}

.flyout__wrapper {
    transform: translateY(-2px);
    position: relative;
    width: 100%;
    overflow: hidden;
    border: 0;
    height: 0px;
    min-height: 0px;
    visibility: s;
    z-index: 1001;
    transition: height 0.4s ease;
    -moz-transition: height 0.4s ease;
    /* Firefox 4 */
    -webkit-transition: height 0.4s ease;
    /* Safari and Chrome */
    z-index: 10000 !important;
}

ul.flyout {
    position: absolute;
    top: 0;
    left: 0px;
    height: auto;
    width: 100%;
    background: red;
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    transition: all 1s ease;
    /* our nice transition */
    z-index: 10000 !important;
    margin-left: 30px;
}

ul.flyout li {
    position: absolute;
    top: 0;
    left: 0;
    height: auto;
    display: block;
    box-shadow: 0px 4px 6px rgba(0,0,0,0.3);
    background-color: white;
    z-index: 10000 !important;
}



h2.h3{
	font-size: 20px;
	margin: 1em 0;
	min-height: 85px;
}

/*ul.flyout li > */
.flyout .h2 {
	font-weight: 100;
    color: rgb(100,100,100);
    font-size: 28px;
    margin: 0;
    /*. padding: 16px 0 7px 32px; */
    letter-spacing: 0;
    font-weight: 800;
}

/* ----------------------------------
   Inlinenavigation
   ---------------------------------- */
section div#inlinenavigation {
    text-align: center;
    padding: 10px 10px 10px 10px;
    border-bottom: 1px #ccc solid;
    margin: 0 auto 0 auto;
    max-width: 1600px !important;
}

div#inlinenavigation a {
    display: inline-block;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 16.5px;
    color: rgb(45,45,45);
    font-weight: 600;
}

div#inlinenavigation a:hover {
    color: #2198B7;
    text-decoration: none;
}

div#inlinenavigation a.is-active,
div#inlinenavigation a.aktiv {
    color: #2198B7;
}

div#inlinenavigation a.rubrik {
    text-transform: uppercase;
    font-weight: 900;
}


@media (max-width: 800px) {

    div#inlinenavigation a {    
        margin-left: 10px;
        margin-right: 10px;
        font-size: 15px;
    }

 
}

/* ----------------------------------
   NEWSTEASER Homepage
   ---------------------------------- */
.post-module {
    position: relative;
    z-index: 1;
    display: block;
    background: #FFFFFF;
    min-width: 270px;
    height: 470px;
    border-radius: 0 0 8px 8px;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.post-module:hover, .hover {
    -webkit-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
    cursor: pointer;
}

.post-module:hover .thumbnail img, .hover .thumbnail img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    opacity: .6;
}

.post-module .thumbnail {
    background: #000000;
    height: 400px;
    overflow: hidden;
}

.post-module .thumbnail img {
    display: block;
    width: 120%;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.post-module .post-content {
    position: absolute;
    bottom: 0;
    background: #FFFFFF;
    width: 100%;
    padding: 30px;
    min-height: 160px;
    border-radius: 0 0 8px 8px !important;
    -webkti-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
    -moz-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
    -ms-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
    -o-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
    transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
}

.post-module .post-content .category {
    position: absolute;
    top: -42px;
    left: 0;
    background: #0089a9;
    padding: 10px 15px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.post-module .post-content .title {
    margin: 0;
    padding: 0 0 10px;
    color: #333333;
    font-size: 20px;
    font-weight: 700;
}

.post-module .post-content .sub_title {
    margin: 0;
    padding: 0 0 20px;
    color: #0089a9;
    ; font-size: 18px;
    font-weight: 400;
}

.post-module .post-content .description {
    display: none;
    color: #666666;
    font-size: 14px;
    line-height: 1.8em;
}

.post-module .post-content .post-meta {
    margin: 30px 0 0;
    color: #999999;
}

.post-module .post-content .post-meta .timestamp {
    margin: 0 16px 0 0;
}

.post-module .post-content .post-meta a {
    color: #999999;
    text-decoration: none;
}

.hover .post-content .description {
    display: block !important;
    height: auto !important;
    opacity: 1 !important;
}

.newsbox {
    max-width: 800px;
    min-width: 300px;
    margin: 0 auto;
}

.newsbox:before, .newsbox:after {
    content: '';
    display: block;
    clear: both;
}

.newsbox .newsbox__box {
    width: 100%;
    padding: 0 10px;
    -webkti-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
}

@media (max-width: 800px) {

    .newsteaser .row .column.column-33 {
        max-width: 100%;
        margin-bottom: 1.5em;
    }


 
}




/* ----------------------------------
   50% Teaser Center
   ---------------------------------- */
.con50center {
    margin-top: 2em;
}

.con50center .column {
    text-align: center;
}

.con50center .column h3 {
    font-size: 24px;
    margin-bottom: 0;
    padding-bottom: 0.75em;
    border-bottom: 1px dotted gray;
}

.con50center .column small {
    padding-top: 1em;
    display: block;
    margin-bottom: 2em;
}

.con50center .column h4 {
    font-size: 18px;
    margin-bottom: 1em;
}

.con50center .column img {
    margin-bottom: 1em;
}

.con50center .column:first-child {
    padding-right: 30px;
}

.con50center .column:last-child {
    padding-left: 30px;
}

/* ----------------------------------
   SlickSlider
   ---------------------------------- */


/* ---------------------------------- */

.homeslider__wrapper {
    position: relative;
}

#hosli3:before {
    position: absolute;
    content: '';
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:transparent;
    background-image: linear-gradient(175deg, #00000070 0%, #ffffff00 40%);
    z-index:5;
    }

.sliderlayer:before {
    position: absolute;
    content: '';
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:transparent;
    background-image: linear-gradient(175deg, #00000070 0%, #ffffff00 40%);
    z-index:5;
}




.homeslider__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /*! transform: translateY(-50%); */
}

.homeslider__teaser {
    position: absolute;
    top: 80px;
    right: 60px;
    /* 	background: rgba(0,0,0,0.15); */
    padding: 20px;
    width: 420px;
    height: auto;
    z-index: 1000;
}

.homeslider__teaser a {
    color: #504a45;
    font-size: 36px;
    line-height: 1.2em;
    font-weight: 800;
}

/* Slick Slider Basic Settings   */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
    &:focus {
        outline: none;
    }

    &.dragging {
        cursor: pointer;
        cursor: hand;
    }
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
    &:before, &:after {
        content: "";
        display: table;
    }

    &:after {
        clear: both;
    }

    .slick-loading & {
        visibility: hidden;
    }
}
 
.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    [dir="rtl"] & {
        float: right;
    }

    img {
        display: block;
    }

    &.slick-loading img {
        display: none;
    }

    display: none;
    &.dragging img {
        pointer-events: none;
    }

    .slick-initialized & {
        display: block;
    }

    .slick-loading & {
        visibility: hidden;
    }

    .slick-vertical & {
        display: block;
        height: auto;
        border: 1px solid transparent;
    }
}

.slick-arrow.slick-hidden {
    display: none;
}

.inslider {
    position: relative;
    width:100%;
    height: 42vw;
    max-height: 740px;
    background-color:white;
}

.inslider-slide {
    position: relative;
    width:100%;

    background-color:white;
    background-position: center center;
    background-size: cover;
}

.inslider-claim {
    position: absolute;
    top: 50%;
    left:0;
    width: 35%;
    padding: 25px 65px 25px 60px;
    transform: translate(0,-50%);
    background-color: #333333c9;
    color: white;
    border-radius: 0 12px 12px 0;
    text-align:right;
    background-image:url('../img/ico-go-right.svg');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 60px;
}

.inslider-claim h3 {
    font-weight:900;
    font-size:28px;
    margin:0;
    padding:0;
}

.inslider-claim p {
    font-weight:500;
    font-size:18px;
    margin:0;
    padding:0;
}

.inslider-claim span {
    color:#77e4ff;
    text-transform: uppercase;
    font-weight:900;
    font-size:16px;
}


.inslider-dotbox {
    position: absolute;
    top:50%;
    left:10px;
    padding:10px 0px 0px 0px;
    width: 35px;
    height: auto;
    text-align: center;
    z-index:10;
    border-radius: 4px 4px 0 0;
    transform: translate(0,-50%);
    
}

button.inslider-dot {
    padding:0;
    margin:0 0.5em;
    height: 24px;
    width: 24px;
    border-radius:50%;
    background-color: #d6d6d6;
    background-image: url('../img/ico-dot-white.svg');
    background-size: 100%;
    background-repeat: no-repeat;
    opacity:0.5;
}

button.inslider-dot.aktiv {
    background-color: #1498b9;
    opacity:1;
}

@media (max-width: 800px) {

  .inslider-claim {
  position: absolute;
  top: 50%;
  left:0;
  width: 66%;
  padding: 15px 35px 15px 35px;
  transform: translate(0,-50%);
  background-color: #333333c9;
  color: white;
  border-radius: 0 12px 12px 0;
  text-align:right;
  background-image:url('../img/ico-go-right.svg');
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 40px;
       line-height: 1em !important;
  }
  
 .inslider-claim span {
      text-transform: none;
      font-weight:600;
      font-size:13px;
      line-height: 10px !important;
      text-align: left !important;
  }

  .inslider-claim h3 {
      font-size:19px;
      margin:0;
      padding:0;
  }

  .inslider-claim p {

  font-size:13px;
  }

  
}




/* ----------------------------------
   SAFEGA Banner
   ---------------------------------- */
.safega-banner {
    height: 360px;
    background-image: url("../img/line_repeat.jpg");
    background-repeat: repeat-x;
    background-position: left center;
    background-size: auto 100%;
    margin-top: 4em;
}

.safega-banner-oskar {
    height: 100%;
}

.safega-banner .column {
    height: 360px;
}

/* ----------------------------------
   Fensterhistorie
   ---------------------------------- */
#fensterhistorie h3 {
    font-size: 22px;
    font-weight: 800;
    text-align: center;
    margin: 1.5em auto;
    border-bottom: 1px dotted gray !important;
    padding-bottom: 1em;
}

#fensterhistorie h4 {
    font-size: 20px;
}

#fensterhistorie p {
    font-size: 15px;
    margin-bottom: 0.5em;
}

img.imgright60 {
    float: right;
    width: 75%;
}

/* ----------------------------------
   Banner
   ---------------------------------- */
section.banner {
    margin-bottom: 4em;
    min-height: 175px;
    overflow: hidden;
}

section.banner:hover {
    cursor: pointer;
}

section.banner .flexcenter {
    height: 175px;
    display: flex !important;
    justify-content: left !important;
    align-items: center !important;
}

section.banner .banner__text {
    padding-left: 3em;
}

section.banner .banner__ico {
    justify-content: right !important;
}

section.banner .banner__ico img {
    opacity: 0.6;
}

section.banner h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
}

section.banner p {
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 0;
}

section.banner.bg_curry {
    color: white;
}

section.banner.bg_curry h3 {
    color: white;
}

/* ---------------------------------------------
    basecover
   --------------------------------------------- */
.basecover {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 1600px;
    max-height: 685px;
    margin: 0 auto;
    height: 42vw;
    background-color: #575757;
    overflow: hidden;
    padding: 0;
    /*         box-shadow: 0px 4px 6px rgba(0,0,0,0.3); */
}

.playvideo, .closevideo {
    position: absolute;
    top: 50%;
    left: 0;
    width: 149px;
    height: 60px;
    transform: translateY(-50%);
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -ms-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}

.playvideo {
    width: 149px;
    height: 60px;
    z-index: 500;
}

@media (max-width: 800px) {
 .playvideo {
    width: 100px;
    height: auto;
    z-index: 500;
    height: 40px;
    width:auto;
    right: 0;
    left: auto;
    display: none;
    }
}

.closevideo {
    width: 57px;
    height: 60px;
    z-index: 2000;
}

.playvideo:hover, .closevideo:hover {
    cursor: pointer;
    animation-duration: 0.8s;
    animation-name: pulse_animation;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

@keyframes pulse_animation {
    from {
        opacity: 1;
    }

    to {
        opacity: 0.5;
    }
}

/* ---------------------------------------------
    Basecover
   --------------------------------------------- */
.basecover__image {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 1600px;
    max-height: 685px;
    height: 42vw;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.basecover__teaser {
    position: absolute;
    top: 40%;
    left: 0px;
    font-size: 14px;
    font-weight: 300;
    border-radius: 0 6px 6px 0;
    width: 150px;
    padding: 10px 170px 15px 15px;
    height: 100px;
    color: white;
    background-color: #CF5900;
    z-index: 1000;
    background-image: url("/image/renovierer-teaser.jpg");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 130px
}

.basecover__teaser p {
    padding: 0;
    padding-top: 0.3em;
    margin: 0;
}

@media (min-width: 1600px) {
    .basecover {
        height: 700px;
    }
}

/* --- Cover Teaser ---------------------------------- */
.cover__teaser {
    position: absolute;
    width: 50%;
    height: auto;
    z-index: 200;
}



.cover__teaser.widthlink {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzRweCIgaGVpZ2h0PSI1M3B4IiB2aWV3Qm94PSIwIDAgMzQgNTMiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBzdHJva2Utb3BhY2l0eT0iMC4zNjAyODA3OTciPgogICAgICAgIDxnIGlkPSJpY29jaGV2cm9uIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxLjAwMDAwMCwgMC4wMDAwMDApIiBmaWxsPSIjMTM5OEI5IiBmaWxsLXJ1bGU9Im5vbnplcm8iIHN0cm9rZT0iI0ZGRkZGRiI+CiAgICAgICAgICAgIDxwb2x5Z29uIGlkPSJTaGFwZSIgcG9pbnRzPSI2LjEwNjU0MDggMCAwIDYuMjQ5NTgzMzMgMTkuNzg2OTE4NCAyNi41IDAgNDYuNzUwNDE2NyA2LjEwNjU0MDggNTMgMzIgMjYuNSI+PC9wb2x5Z29uPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+");
    background-position: left top 12px;
    background-repeat: no-repeat;
    padding-left: 60px;
}

.cover__teaser.widthlink:hover {
    cursor: pointer;
}

.ol .cover__teaser,
.cover__teaser.ol {
    top: 75px;
    left: 75px;
    text-align: left;
}

.or .cover__teaser,
.cover__teaser.or {
    top: 75px;
    right: 75px;
    text-align: right;
}

.ur .cover__teaser,
.cover__teaser.ur {
    bottom: 75px;
    right: 75px;
    top: auto;
	left: auto;
    text-align: right;
}

.ul .cover__teaser,
.cover__teaser.ul {
    bottom: 75px;
    left: 75px;
    text-align: left;
}

.cover__headline {
    font-size: 46px;
    font-weight: 300;
    line-height: 1.3em;
    color: #575757;
    transform: translateY(0);
/*     text-shadow: 0 1px 0 #fff; */
}

.cover__byline {
    font-size: 19px;
    /*! text-transform: uppercase; */
    color: #575757;
    font-weight: 700;
/*     text-shadow: 0 1px 0 #fff; */
}



/* -------------------------------------------------- */
/* ---------------------------------------------
    Cover Klinke
   --------------------------------------------- */
.cover__klinke {
    position: absolute;
    right: 0;
    bottom: 0;
    width: auto;
    padding: 15px 40px;
    min-width: 300px;
    background-color: #504a46cc;
    color: white;
    z-index: 100;
    border-radius: 8px 0 0 0;
    display: none;
}

.cover__klinke:hover {
    cursor: pointer;
}

.cover__klinke h2 {
    color: white;
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 500;
    /* text-transform: uppercase; */
}

/* ---------------------------------------------
    Videocover
   --------------------------------------------- */
.videocover__video {
    position: absolute;
    width: 100%;
}

/*
.videocover_section {
    position: relative;
    top:0; left:0;
    width: 100%;
    height: 42.85vw;
}



.videocover {
    position: absolute;
    top:0; left:0;
    width: 100%;
    height: 42.85vw;
    background-color: #333;
    overflow:hidden;
}


.videocover__video {
    position: absolute;
    top:-1px; left:0;
    width: 100%;
    height: 42.98vw;
}



.videocover__teaser {
	position: absolute;
	top: 40%;
	left: 0px;
    font-size: 14px;
    font-weight: 300;
	border-radius: 0 6px 6px 0;
	width: 150px;
	padding: 10px 170px 15px 15px;
	height: 100px;
	color: white;
	background-color: #CF5900;
	z-index: 1000;
	background-image: url("/image/renovierer-teaser.jpg");
	background-repeat: no-repeat;
	background-position: right 12px center;
    background-size: 130px

}
.videocover__teaser p { padding: 0; padding-top: 0.3em; margin: 0;}


.videocover__klinke {
    position: absolute;
    right: 0;
    bottom:0;
    width: auto;
    padding: 15px 40px;
    min-width: 300px;
    background-color: #504a46cc;
    color: white;
    z-index:100;
    border-radius: 8px 0 0 0;
}

.videocover__klinke:hover { cursor: pointer;}


.videocover__klinke h2 {
    color: white;
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 500;
    /* text-transform: uppercase; */
}

*/ #thevideo {
    width: auto;
    margin: 0 auto;
    display: block;
}

/* ---------------------------------------------
    Tools
   --------------------------------------------- */
a {
    color: #2198B7;
}

.mt0 {    margin-top: 0;   }
.mt1 {    margin-top: 1em; }
.mt2 {    margin-top: 2em; }
.mt3 {    margin-top: 3em; }
.mt4 {    margin-top: 4em; }
.mt5 {    margin-top: 5em; }
.mt6 {    margin-top: 6em; }
.mt7 {    margin-top: 7em; }
.mt8 {    margin-top: 8em; }

.mb0 {    margin-bottom: 0;   }
.mb1 {    margin-bottom: 1em; }
.mb2 {    margin-bottom: 2em; }
.mb3 {    margin-bottom: 3em; }
.mb4 {    margin-bottom: 4em; }
.mb5 {    margin-bottom: 5em; }
.mb6 {    margin-bottom: 6em; }
.mb7 {    margin-bottom: 7em; }
.mb8 {    margin-bottom: 8em; }



.pad0 {    padding: 0 !important; }
.padB0, .padb0 {    padding-bottom: 0 !important; }
.padT0, .padt0 {    padding-top: 0 !important; }
.pad1em {    padding: 1em 0 !important; }
.pad2em {    padding: 2em 0; }
.pad3em {    padding: 3em 0; }
.pad4em {    padding: 4em 0; }
.pad5em {    padding: 5em 0; }
.pad6em {    padding: 6em 0; }
.padB1em {    padding-bottom: 1em; }
.padB2em {    padding-bottom: 2em; }
.padB3em {    padding-bottom: 3em; }
.padB4em {    padding-bottom: 4em; }
.padB5em {    padding-bottom: 5em; }
.padB6em {    padding-bottom: 6em; }
.padT1em {    padding-top: 1em; }
.padT2em {    padding-top: 2em; }
.padT3em {    padding-top: 3em; }
.padT4em {    padding-top: 4em; }
.padT5em {    padding-top: 5em; }
.padT6em {    padding-top: 6em; }
.pad5  {    padding: 5px;  }
.pad10 {    padding: 10px; }
.pad15 {    padding: 15px; }
.pad20 {    padding: 20px; }
.pad25 {    padding: 25px; }
.pad30 {    padding: 30px; }
.pad34 {    padding: 35px; }
.pad40 {    padding: 40px; }
.pad45 {    padding: 45px; }
.padb5  {    padding-bottom: 5px;  }
.padb10 {    padding-bottom: 10px; }
.padb15 {    padding-bottom: 15px; }
.padb20 {    padding-bottom: 20px; }
.padb25 {    padding-bottom: 25px; }
.padb30 {    padding-bottom: 30px; }
.padb34 {    padding-bottom: 35px; }
.padb40 {    padding-bottom: 40px; }
.padb45 {    padding-bottom: 45px; }
.padt5  {    padding-top: 5px;  }
.padt10 {    padding-top: 10px; }
.padt15 {    padding-top: 15px; }
.padt20 {    padding-top: 20px; }
.padt25 {    padding-top: 25px; }
.padt30 {    padding-top: 30px; }
.padt34 {    padding-top: 35px; }
.padt40 {    padding-top: 40px; }
.padt45 {    padding-top: 45px; }


.wide10  { width: 10%; }
.wide20  { width: 20%; }
.wide25  { width: 25%; }
.wide33  { width: 33.3333333333%; }
.wide40  { width: 40%; }
.wide50  { width: 50%; }
.wide60  { width: 60%; }
.wide66  { width: 66.666666666666%; }
.wide70  { width: 70%; }
.wide75  { width: 75%; }
.wide80  { width: 80%; }
.wide90  { width: 90%; }
.wide100 { width: 100%; }

@media (max-width: 800px) {
    .mobiw100 { width: 100% !important;}
}

/* Image  */

@media (min-width: 800px) {

    .img_width60 { width: 60%; }
    .img_width75 { width: 75%; }
    .img_width80 { width: 80%; }
 
}

@media (max-width: 800px) {
    .nomobile { display: none; } 
}

/* ENDE :: Tools ------------------------------------- */

.coverbox {
    position: relative;
}

.centerteaser {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0,0,0,0.25);
    padding: 1em;
    text-align: center;
    z-index: 1000;
}

.centerteaser h2 {
    font-size: 32px;
    font-weight: 800;
    margin: 0;
    padding: 0;
    text-align: center;
}

.centerteaser h2 > small {
    font-weight: 300;
}

.newslider__teaser {
    position: absolute;
    bottom: 100px;
    left: 30px;
    border-radius: 6px;
    width: 450px;
    padding: 20px 30px;
    height: auto;
    color: white;
    background-color: rgba(60, 94, 120, 0.85);
    z-index: 1000;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjZweCIgaGVpZ2h0PSIyNnB4IiB2aWV3Qm94PSIwIDAgMjYgMjYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iaWMtcGxheS1jaXJjbGUtb3V0bGluZS0yNHB4IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMi4wMDAwMDAsIC0yLjAwMDAwMCkiPgogICAgICAgICAgICA8cG9seWdvbiBpZD0iU2hhcGUiIHBvaW50cz0iMCAwIDMwIDAgMzAgMzAgMCAzMCI+PC9wb2x5Z29uPgogICAgICAgICAgICA8cGF0aCBkPSJNMTIuNSwyMC42MjUgTDIwLDE1IEwxMi41LDkuMzc1IEwxMi41LDIwLjYyNSBaIE0xNSwyLjUgQzguMSwyLjUgMi41LDguMSAyLjUsMTUgQzIuNSwyMS45IDguMSwyNy41IDE1LDI3LjUgQzIxLjksMjcuNSAyNy41LDIxLjkgMjcuNSwxNSBDMjcuNSw4LjEgMjEuOSwyLjUgMTUsMi41IFogTTE1LDI1IEM5LjQ4NzUsMjUgNSwyMC41MTI1IDUsMTUgQzUsOS40ODc1IDkuNDg3NSw1IDE1LDUgQzIwLjUxMjUsNSAyNSw5LjQ4NzUgMjUsMTUgQzI1LDIwLjUxMjUgMjAuNTEyNSwyNSAxNSwyNSBaIiBpZD0iU2hhcGUiIGZpbGwtb3BhY2l0eT0iMC41Mjc2ODM0MjQiIGZpbGw9IiNGRkZGRkYiIGZpbGwtcnVsZT0ibm9uemVybyI+PC9wYXRoPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+");
    background-repeat: no-repeat;
    background-position: right 10px bottom 10px;
}

div.newslider__teaser.nt_topleft {
    top: 100px;
    left: 30px;
    bottom: inherit;
    right: inherit;
}

.newslider__teaser h3 {
    color: white;
    font-weight: 600;
    font-size: 24px;
}

.slidesjs-pagination {
    list-style: none;
    position: absolute;
    bottom: -70px;
    right: 0;
    width: 100%;
    height: 60px;
    text-align: center;
    z-index: 1000;
    padding-top: 5px;
    margin-bottom: 0;
}

.slidesjs-pagination li {
    display: inline-block;
    width: 75px;
    height: 50px;
    margin-right: 5px;
    margin-left: 5px;
}

.slidesjs-pagination li a {
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(255,255,255,0.5);
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

#newslider {
    width: 100%;
    height: 42vw;
    margin: 0 auto;
    position: relative;
}

/* ---------------------------------------------------------------- */

/* ---------------------------------------------------------------- 
    Referenzfilter
-------------------------------------------------------------------  */

.referenzfilter {
    margin-bottom: 2em;
    border-bottom: 1px solid gray;
    text-align: center
}

.referenzfilter a {
    color: #39434c;
    text-align: center;
    margin: 2em 1em 1em;
    display: inline-block;
    font-size: 18px;
    font-weight: 800;
}

.referenzfilter a.aktiv {
    color: #2198B7;
}

@media (max-width: 800px) {


    .referenzfilter a {
        font-size: 16px;
    }

 
}


/* ---------------------------------------------------------------- */


body {
    padding-bottom: 50px;
    font-family: 'FSLola', Helvetica, Arial, Verdana, sans-serif !important;
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .01em;
    line-height: 1.6;
    background-color: none;
    color: #3a424a;
    overflow-x: hidden;

}

body.mobistatus {
    padding-top: 60px;
}


.header, .material, .bodywrap, .footer {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

.container_blank {
    margin: 0 auto;
    max-width: 112.0rem;
    padding: 0;
    position: relative;
    width: 100%;
}

.h1{
	font-size: 4.6rem;
	line-height: 1.2;
	margin-bottom: .75em;

}
.h1.underline{
	border-bottom: 1px solid #555;
	padding-bottom: .45em;
}

.h1,
h1, h2, h3, h4, h5, h6 {
    letter-spacing: 0rem;
}

hr {
    border: 0;
    border-top: 0.1rem solid #cdcece;
    max-width: 112rem;
    margin: 0 auto;
}

@media (max-width: 800px) {
 .h1,
 h1 { 
    font-size: 34px;
 }
}


/* --------------------------------------------------------
	Header
   -------------------------------------------------------- */
header {
}

.header {
    position: relative;
    padding: 0px;
    background-color: #504a46;
    z-index: 1000;
    /* margin-top: 4em; */
}

.header_white {
    position: relative;
    padding: 0px;
    background-color: #FFFFFF;
    z-index: 1000;
    /* margin-top: 4em; */
}

.header_wrapper {
    margin: 0 auto;
    max-width: 1600px;
    padding: 0 20px;
    position: relative;
    width: 100%;
}

/* --------------------------------------------------------
	TopButton
   -------------------------------------------------------- */
.topbutton__box {
    text-align: right;
    padding-top: 45px !important;
    padding-right: 0px !important;
}

.topbutton {
    width: auto;
    border: 1px solid white;
    border-radius: 3px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 500;
    height: 3.8rem;
    letter-spacing: .1rem;
    line-height: 3.8rem;
    padding: 0 2rem 0 5rem;
    margin-bottom: 0.5rem;
    margin-right: 1.5em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: left 15px center;
    transition: background-color .3s;
}

.header_white .topbutton {
    color: black;
}

.topbutton:hover, .topbutton.aktiv {
    color: white;
    border: 1px solid #2198B7;
    background-color: #2198B7;
}

.header_white .topbutton:hover {
    color: white;
}

.header_white .topbutton.aktiv {
    color: white;
}

.ico_secure {
    background-image: url("../img/ikon-sicherheit.svg");
}

.ico_secure:hover {
    background-image: url("../img/ikon-sicherheit-white.svg");
}

.ico_secure.aktiv {
    background-image: url("../img/ikon-sicherheit-white.svg");
}

.ico_schall {
    background-image: url("../img/ikon-schallschutz.svg");
}

.ico_schall:hover {
    background-image: url("../img/ikon-schallschutz-white.svg");
}

.ico_schall.aktiv {
    background-image: url("../img/ikon-schallschutz-white.svg");
}

.ico_waerme {
    background-image: url("../img/ikon-waermeschutz.svg");
}

.ico_waerme:hover {
    background-image: url("../img/ikon-waermeschutz-white.svg");
}

.ico_waerme.aktiv {
    background-image: url("../img/ikon-waermeschutz-white.svg");
}

.footer__mainlinks .ico_waerme {
    background-image: url("../img/ikon-waermeschutz-white.svg");
}

.footer__mainlinks .ico_schall {
    background-image: url("../img/ikon-schallschutz-white.svg");
}

.footer__mainlinks .ico_secure {
    background-image: url("../img/ikon-sicherheit-white.svg");
}

.footer__mainlinks .topbutton {
    border: 0px;
}


/* -----------------------------------------
     Mobile TopButton
-------------------------------------------- */

@media (max-width: 800px) {

    .mobimaincon {
        padding: 1em 0;
    }

    .mobimaincon .topbutton {
        padding:0 0 0 2.1em;
        height: auto;
        display: block;

        border: 0;
        background-position: left center;
        background-size: auto 20px;
    
        text-align: left;
        line-height: 2em;

    }

    .mobimaincon .topbutton.aktiv { background-color: transparent !important; color:rgba(0,156,184,1);}
    

    .mobimaincon .topbutton.ico_waerme {
        background-image: url("../img/ikon-waermeschutz-white.svg") !important;
    }

    .mobimaincon .topbutton.ico_schall {
        background-image: url("../img/ikon-schallschutz-white.svg");
    }

    .mobimaincon .topbutton.ico_secure {
        background-image: url("../img/ikon-sicherheit-white.svg");
    }


 
}



/* --------------------------------------------------------
	Logo
   -------------------------------------------------------- */
.logo__box {
    height: 125px;
}

.gaykologo {
    margin-top: 35px;
    height: 55px;
    margin-left: 40px;
}

/* --------------------------------------------------------
	Footer
   -------------------------------------------------------- */
.footer {
	position: relative;
    min-height: 200px;
    background: #393d42;
    color: white;
    margin-top: 0;
    padding-bottom: 6em;
}

/* --------------------------------------------------------
	TopButton
   -------------------------------------------------------- */
.bodywrap {
    background-color: white;
    min-height: 400px;
    margin: 0 auto;
    max-width: 112.0rem;
    padding: 0;
    position: relative;
    width: 100%;
}

/* --------------------------------------------------------
	Headline
   -------------------------------------------------------- */
section header {
    margin: 0 auto 2em auto;
    max-width: 112.0rem;
    padding: 0 2.0rem;
    position: relative;
    width: 100%;
}
.h2{
	line-height: 1.1;
	margin-bottom: .75em;
}
.h2,
section header .h2,
section header h2 {
    font-size: 36px;
    font-weight: 300;
}
section header .h2,
section header h2 {
    text-align: center;
}

@media (max-width: 800px) {

    section header h2 {
        font-size: 32px;
        font-weight: 400;
        text-align: center;
    }

 
}

section header h3 {
    text-align: center;
}

section header p {
    padding: 0;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    width: 75%;
}

@media (max-width: 800px) {

    section header p {
        width: 100%;
    }

 
}

.sepico {
    position: absolute;
    top: -100px;
    left: 50%;
    margin-left: -38px;
    width: 76px;
    height: 76px;
    background-color: #0089a9;
    background-position: center 10px ;
    background-size: 27px;
    background-repeat: no-repeat;
    border-radius: 50%;
    border: 10px solid white;
}

.sepico_corousel {
    background-image: url("../img/window-carousel-white.svg");
    background-position: center center;
    background-size: 70%;
}

.sepico_waermeschutz {
    background-image: url("../img/ikon-waermeschutz-white.svg");
    background-position: left 10px center ;
}

.sepico_schallschutz {
    background-image: url("../img/ikon-schallschutz-white.svg");
    background-position: center 14.5px;
}

.sepico_sicherheit {
    background-image: url("../img/ikon-sicherheit-white.svg");
}

/* --------------------------------------------------------
	Main-Navigation
   -------------------------------------------------------- */
nav#topnavigation {
    position: relative;
    margin: 0 auto;
    border-top: 1px solid rgb(210,210,210);
    border-bottom: 1px solid rgb(210,210,210);
    height: 45px;
    line-height: 45px;
    width: 100%;
    max-width: 1600px;
    z-index: 1001 !important;
}

nav#topnavigation .navmain {
}

nav#topnavigation a {
    color: #333
}

nav .nav-wrapper {
    position: relative;
    height: 100%;
}

nav .nav-title {
    display: inline-block;
    font-size: 32px;
    padding: 28px 0
}

nav ul.navmain {
    margin: 0;
    list-style: none;
    text-align: center;
}

nav ul.navmain li {
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    display: inline-block;
    padding: 0;
    margin-bottom: 0;
}

nav ul.navmain li.is-active,
nav ul.navmain li.active {
    background-color: rgba(0, 0, 0, 0.1)
}

nav ul.navmain a {
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    font-size: 18px;
    text-transform: uppercase;
    color: #333;
    display: block;
    padding: 0 25px;
    cursor: pointer
}

@media (max-width: 1350px) {
    nav ul.navmain a {
        font-size: 16px;
        padding: 0 12px;
    }
}

nav ul.navmain a:hover, nav ul.navmain li.aktiv a {
    background-color: rgb(60, 94, 120);
    color: white;
}

nav.white ul.navmain a:hover, nav.white ul.navmain li.is-active a,
nav.white ul.navmain a:hover, nav.white ul.navmain li.aktiv a {
    background-color: #2198B7;
    color: white !important;
}

@media only screen and (max-width: 1000px) {
    nav ul.navmain a {
        font-size: 15px;
        padding: 0 8px;
    }
}

@media only screen and (min-width: 601px) {
    nav.nav-extended .nav-wrapper {
        min-height: 45px
    }



    .navbar-fixed {
        height: 45px
    }
}

.pro {
    font-weight: 300;
}

.co_life b {
    color: #7BA1C6;
    font-weight: 800;
}

.co_life82 b {
    color: #EE7F01;
    font-weight: 800;
}

.co_flair b {
    color: #771C7F;
    font-weight: 800;
}

.co_vision b {
    color: #CC071E;
    font-weight: 800;
}

.co_style b {
    color: #FECC00;
    font-weight: 800;
}

/* ----------------------------
    Toplink
   ---------------------------- */
.toplink {
    position: fixed;
    bottom: 0;
 
    width: 48px;
    height: 48px;
}
.toplink_right { right: 20px; }
.toplink-left { left: 20px; }

.toplink svg {
    width: 100%;
}

@media (max-width: 800px) {
    .toplink {
        width:36px;
        height: 36px;
        display: none;
    }
}

/* ----------------------------
    Ausstattung-Tabelle   
   ---------------------------- */
table.produktmerkmale {
}

table.produktmerkmale td:nth-child(5), table.produktmerkmale td:nth-child(6), table.produktmerkmale td:nth-child(7), table.produktmerkmale th:nth-child(5), table.produktmerkmale th:nth-child(6), table.produktmerkmale th:nth-child(7) {
    background: #efefef;
}

table.produktmerkmale th {
    font-size: 18px;
}

table.produktmerkmale td, table.produktmerkmale th {
    text-align: center;
}

table.produktmerkmale td:first-child, table.produktmerkmale th:first-child {
    text-align: left;
}

.austattung__kapitel {
    font-weight: 300;
    background: rgba(0,0,0,0.50);
    color: white;
    padding: 5px 20px !important;
    font-size: 14px;
}

.content__box {
    background: rgba(210, 195, 187, 0.2);
}

/* -------------------------------------- 
    Teaser 3-teilig
   -------------------------------------- */
.teaser {
    width: 100%;
    margin: 0 auto;
    max-width: 1080px;
}

.teaser_bar {
    max-width: 1040px;
    width: 100%;
    margin: 2em auto;
}

.teaser__head {
    background-color: #2198B7;
    color: white;
    padding: 10px 15px;
    font-size: 18px;
    text-align: center;
    font-weight: 600;
}

.teaser__box:hover .teaser__imagebox img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.teaser__imagebox {
    background: #000000;
    height: auto;
    overflow: hidden;
}

.teaser__imagebox img {
    display: block;
    width: 220% !important;
    ; -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.teaser__text {
    padding: 15px 20px 40px 20px;
    min-height: 200px;
}

.teaser__text h3, .teaser__text p {
    margin: 0;
    padding: 0;
    margin-bottom: 0.5em;
}

.teaser__text h3 {
    font-weight: 600;
    font-size: 19px;
    color: #000000;
    letter-spacing: 0;
    line-height: 21px;
    margin-bottom: 0.5em;
}

.teaser_fenster h3, .teaser_fenster h3 a {
    font-size: 21px;
    color: black;
}

.teaser_fenster h3 a:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.teaser_fenster h4 {
    font-size: 19px;
    line-height: 1.4em;
    font-weight: 500;
    color: black;
    margin-bottom: 0.5em;
}

.teaser__text p {
    font-size: 16px;
    color: #545454;
    letter-spacing: 0;
    line-height: 21px;
}

.teaser__box {
    position: relative;
    box-sizing: border-box;
    text-align: left;
    display: inline-block;
    background-color: white;
    border-radius: 0 0 8px 8px;
    overflow: hidden;
    margin: 0 12px;
    transition: 0.3s ease-in-out;
    padding-bottom: 1.3em;
    width: calc(100% - 24px);
}

.teaser__box img {
    width: 100%;
}


.mw-splash{
	margin: auto;
	width: calc(100% - 80px);
	max-width: 1000px
}

.teaser__box.aktivbg {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iaWNvLWxpbmsiPgogICAgICAgICAgICA8Y2lyY2xlIGlkPSJPdmFsIiBmaWxsPSIjMjE5OEI3IiBjeD0iMTIiIGN5PSIxMiIgcj0iMTIiPjwvY2lyY2xlPgogICAgICAgICAgICA8cG9seWdvbiBpZD0iU2hhcGUiIGZpbGw9IiNGRkZGRkYiIGZpbGwtcnVsZT0ibm9uemVybyIgcG9pbnRzPSIxMiA2LjM1Mjk0MTE4IDExLjAwNDcwNTkgNy4zNDgyMzUyOSAxNC45NDM1Mjk0IDExLjI5NDExNzYgNi4zNTI5NDExOCAxMS4yOTQxMTc2IDYuMzUyOTQxMTggMTIuNzA1ODgyNCAxNC45NDM1Mjk0IDEyLjcwNTg4MjQgMTEuMDA0NzA1OSAxNi42NTE3NjQ3IDEyIDE3LjY0NzA1ODggMTcuNjQ3MDU4OCAxMiI+PC9wb2x5Z29uPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+");
    background-position: center bottom 15px;
    background-repeat: no-repeat;
    background-size: 24px;
}
.teaser__box.aktivbg.nobg {
    background-image: none
   }

.teaser__box:hover {
    cursor: pointer;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 1);
}

.teaser__doublehigh {
    height: 585px;
}

.teaser__box {
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
}

.teaser__link a {
    display: block;
    background-color: #e0e0e0;
    text-align: center;
    padding: 8px 15px;
    color: rgba(0,0,0,0.9);
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgdmlld0JveD0iMCAwIDE4IDE4Ij4KICAgIDxwYXRoIGQ9Ik0wIDBoMTh2MThIMHoiIGZpbGw9Im5vbmUiLz4KICAgIDxwYXRoIGQ9Ik05IDNMNy45NCA0LjA2bDQuMTkgNC4xOUgzdjEuNWg5LjEzbC00LjE5IDQuMTlMOSAxNWw2LTZ6Ii8+Cjwvc3ZnPgo=");
    /*     background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgdmlld0JveD0iMCAwIDE4IDE4Ij4KICAgIDxwYXRoIGQ9Ik0wIDBoMTh2MThIMHoiIGZpbGw9Im5vbmUiLz4KICAgIDxwYXRoIGQ9Ik05IDNMNy45NCA0LjA2bDQuMTkgNC4xOUgzdjEuNWg5LjEzbC00LjE5IDQuMTlMOSAxNWw2LTZ6IiBmaWxsPSIjRkZGRkZGIi8+Cjwvc3ZnPg=="); */
    background-position: right 10px center;
    background-repeat: no-repeat;
}

.teaser__box:hover .teaser__link a {
    background-color: #2198B7;
    color: rgba(255,255,255,1);
    background-position: right 10px center;
    background-repeat: no-repeat;
}

@media (max-width: 800px) {
 
    .teaser__box {
        margin-bottom: 1em;
        text-align: center;
    }

    .teaser_fenster h2 {
        text-align: center
    }
 
}



/* ------------------------------------- */
h3.co_life,h3.co_life82, h3.co_flair,h3.co_vision, h3.co_style {
    font-weight: 300;
}

h3.co_life span {
    color: #7BA1C6;
    font-weight: 800;
}

h3.co_life82 span {
    color: #EE7F01;
    font-weight: 800;
}

h3.co_flair span {
    color: #771C7F;
    font-weight: 800;
}

h3.co_vision span {
    color: #CC071E;
    font-weight: 800;
}

h3.co_style span {
    color: #FECC00;
    font-weight: 800;
}

.teaser_fensterbox {
    min-height: 330px;
    max-width: 75%;
    margin: 1.2em 0 ;
}

.teaser_fensterbox .teaser__text h3 {
    border: 0;
}

.brand__marke {
    background-color: red;
    width: 75%;
    background-image: url(/image/gayko_brand.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

@media (min-width: 800px) {
    .tabgrid {
        display: table;
        width: 100%;
        table-layout: fixed;
    }

    .tabcol {
        display: table-cell;
        vertical-align: top;
        width: 100%;
    }

    .text--aligncenter {
        text-align: center;
    }

    .text--alignright {
        text-align: right;
    }

    .tabgrid__padded {
        margin-left: -1rem;
        margin-right: -1rem;
    }

    .tabgrid__padded .tabgrid {
        border-spacing: 1rem 0;
    }

    .tabcol-1 {
        width: 8.333333%;
    }

    .tabcol-2 {
        width: 16.666667%;
    }

    .tabcol-3 {
        width: 25%;
    }

    .tabcol-4 {
        width: 33.333333%;
    }

    .tabcol-5 {
        width: 41.666667%;
    }

    .tabcol-6 {
        width: 50%;
    }

    .tabcol-7 {
        width: 58.333333%;
    }

    .tabcol-8 {
        width: 66.666667%;
    }

    .tabcol-9 {
        width: 75%;
    }

    .tabcol-10 {
        width: 83.333333%;
    }

    .tabcol-11 {
        width: 91.666667%;
    }
}

@media (max-width: 800px) {
 

    .tabgrid {
        display: block;
        width: 100%;
        height: auto;
        table-layout: fixed;
    }

    .tabcol {
        display: block;
        vertical-align: top;
        width: 100%;
    }

    .text--aligncenter {
        text-align: center;
    }

    .text--alignright {
        text-align: right;
    }

    .tabgrid__padded {
        margin-left: -1rem;
        margin-right: -1rem;
    }

    .tabgrid__padded .tabgrid {
        border-spacing: 1rem 0;
    }

    .tabcol-1, .tabcol-2, .tabcol-3, .tabcol-4, .tabcol-5, 
    .tabcol-6, .tabcol-7, .tabcol-8,.tabcol-9, .tabcol-10, .tabcol-11, .tabcol-12 {
        width: 100%;
    }

    




}




.feature {
}

.feature header {
    margin-bottom: 1.5em;
}

.feature__row .row .column img {
    width: 140px;
    border: 0 solid #eee;
    box-sizing: border-box;
    padding: 0;
    /* 	border-radius: 50%; */
    /* box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2); */
}

.feature__row .row .column h3 {
    font-size: 20px;
    margin: 1em 0;
    min-height: 85px;
}

.feature__row .row .column p {
    font-size: 15px;
    padding: 0 15px;
}

.feature__row .row .column {
    border-right: 1px solid #eee;
    text-align: center;
    position: relative;
}

@media (max-width: 800px) {

    .feature__row .row .column {
        border-right: 0;
     }
 
}

.feature__row .row .column:last-child {
    border-right: none;
}

.feature__row .row .column a:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

div.row.colpadding .column {
    padding: 1em;
    vertical-align: top !important;
}

div.row.colpadding .column:first-child {
    padding-left: 0;
}

div.row.colpadding .column:last-child {
    padding-right: 0;
}

@media (max-width: 800px) {

    div.row.colpadding .column {
        padding: 0;
    }
 
}


/* -----------------------------------------
    Button 
-------------------------------------------- */
.button,
.btn,
input[type='submit'],
input[type='reset'],
input[type='submit'] {
    background-color: #606c76;
    border-color: #606c76;
    margin: 1em auto;
    font-size: 17px;
    text-transform: none;
    font-weight: 500;
    line-height: 3.50rem;
}

.button100 {
    width: 100%;
}

.button:hover {
    background-color: #2198B7;
    border: 1px solid #2198B7;
}

@media (max-width: 800px) {

.button,
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
    white-space: normal;
    max-width: 80%;
    height: auto;
    font-size:15px;
    font-weight:600;
    line-height: 1.8em;
    padding: 0.4em 10px;
    letter-spacing:0;
}

 
}





/* ------------------------------------------ */
img.center {margin: 0 auto;}

.center {    text-align: center; }
.verticalcenter { 
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
 }

.blank {
    margin: 0;
    padding: 0;
}

.round {
    border-radius: 50%;
}

.column50 {
}

.column50 header {
    margin-bottom: 1.5em;
}

.column50__content h3 {
    font-size: 28px;
    margin-bottom: 0em;
}

.column50 .column50__content {
    padding: 0 2.0rem;
}

@media (max-width: 800px) {

    .column50 .column50__content {
        padding: 0;
        margin-bottom: 2em;
    }


 
}

.column50 .column50__content video {
    margin: 1.5em 0;
}

.column50 .column50__content p {
}

.colcards .column50__content {
}

/* -----------------------------------------
    Schluss-Bild Footer Fensterlinie
-------------------------------------------- */

.pushwindow {
    height: 360px;
    background-image: url("../img/back_fenster.jpg"), url("../img/back_fensterline_repeat.jpg");
    background-repeat: no-repeat, repeat-x;
    background-position: center center, left center;
    background-size: auto 100%;
    margin-top: 4em;
}


@media (max-width: 800px) {

    .pushwindow {
        height: 160px;
    }

 
}









.footer__logo {
    padding: 2.5em 0 1.5em 0;
    text-align: center;
}

.footer__logo h3 {
    font-size: 26px;
    color: rgba(255,255,255, 0.75);
    margin-bottom: 1.3em;
}

div.footer__mainlinks {
    text-align: center;
    padding-top: 1em;
}

footer .footer__linkbar {
    margin-top: 4em;
    font-size: 15px;
}

footer .footer__linkbar .column a:first-of-type {
    border-top: 1px solid rgba(255,255,255, 0.5);
}

footer .footer__linkbar a {
    display: block;
    padding: 4px 0;
    width: 80%;
    border-bottom: 1px solid rgba(255,255,255, 0.5);
    color: #2DB8DD;
}

footer .footer__linkbar p {
    font-size: 15px;
    color: rgba(255,255,255,0.75);
}

@media (max-width: 800px) {

    footer .footer__linkbar a,
    footer .footer__linkbar p {
        width: 80%;
        margin:0 auto;
    }
    footer .footer__linkbar p:first-child {
        margin:2em auto;
    }

 
}

/* ----------------------------------
   Toogle-bar
   ---------------------------------- */
.tooglebar {
    text-align: center;
    border-top: 1px solid rgb(200,200,200);
    border-bottom: 1px solid rgb(200,200,200);
    padding: 1em;
    line-height: 1em;
}

.tooglebar a {
    font-size: 20px;
    text-decoration: none;
    line-height: 24px;
    height: 24px;
    color: #606c76;
 /*   background-image: url('http://relaunch.gayko.de/css/iconsvg/ico-down.svg'); */
    background-repeat: no-repeat;
    background-size: 20px;
    padding-left: 36px;
    position: relative;
}
.tooglebar a .icon{
	position: absolute;
	left: 50%;
	bottom: -38px;
	width: 35px;
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid rgb(200,200,200);
	border-radius: 50%;
	background-color: #FFF;
	z-index: 2;
}
.tooglebar a .icon .arrow{
	display: inline-block;
	width: 15px;
	height: 15px;
	display: flex;
	margin-top: -4px;
	border-left: 2px solid rgb(200,200,200);
	border-bottom: 2px solid rgb(200,200,200);
	transform: rotate(-45deg);
	transition: transform .3s ease, margin .3s ease;
	

}
.tooglebar.open a .icon .arrow{
	transform: rotate(135deg);
	margin-top: 8px;

}

.open .collapse-content{
	padding-top: 40px;
}


.tooglebar a:hover {
    color: #2198B7 !important;
}

/* ----------------------------------
   Ikon-Trenner
   ---------------------------------- */
.trenner {
    margin: 2em auto;
    text-align: center;
}

.trenner_svgwrap {
    display: inline-block;
    background: white;
    border-right: 1em;
    border-left: 1em;
}

.trenner svg {
    vertical-align: middle;
    margin: 0 1em;
    background: white;
    border-right: 1em;
    border-left: 1em;
}

.trenner__widthline {
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQ2cHgiIGhlaWdodD0iMXB4IiB2aWV3Qm94PSIwIDAgMjQ2IDEiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIj4KICAgICAgICA8cGF0aCBkPSJNMC41LDAuNSBMMjQ0LjcwNDgzMiwwLjUiIGlkPSJMaW5lIiBzdHJva2U9IiNDOEM4QzgiPjwvcGF0aD4KICAgIDwvZz4KPC9zdmc+');
    background-repeat: repeat-x;
    background-position: center center;
}
.trenner_svgwrap{
	visibility: hidden;;
}

/* .content__box__nopadding { padding:0; margin-top:3em;} */
.bg_sand {
    background: rgba(210, 195, 187, 0.18);
}

.bg_warm {
    background: #F7F3F1;
}

.bg_bluelight {
    background: #E5EFF4;
}

/* ----------------------------------
   50 Teaserbox
   ---------------------------------- */
.iconinfo h2 {
    font-size: 26px;
    font-weight: 600;
}

.iconinfo {
    position: relative;
}

.iconinfo .row, .iconinfo .row .column {
    padding: 0;
    min-height: 360px;
    align-items: center !important;
    justify-content: center !important;
}

.row .column.iconinfo__text {
    padding: 40px 60px 40px 90px;
    box-sizing: border-box;
}

.row .column.iconinfo__text h3 {
}

.row .column.iconinfo__text p {
}

.iconinfo__image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

/* ---  Icon Definition ------------------------------- */
.icogra {
    position: absolute;
    width: 76px;
    height: 76px;
}

.icogra__top {
    top: 0;
    left: 50%;
    margin-left: -38px;
    margin-top: -38px;
}

.icogra__middle {
    top: 50%;
    left: 50%;
    margin-left: -38px;
    margin-top: -38px;
}

.icogra svg {
    width: 100%;
}

.icogra img {
    border-radius: 50%;
    padding: 3px;
}

.bg_white {
    background-color: #FFFFFF;
}

.bg_curry {
    background-color: #CF5900;
}

.bg_basegray {
    background: rgba(210, 195, 187, 0.2);
}

.curry {
    color: #CF5900;
}

.wrapbox_video {
    position: relative;
}

.videobadge {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -25px;
    width: 161px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYxcHgiIGhlaWdodD0iNTBweCIgdmlld0JveD0iMCAwIDE2MSA1MCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJ2aWRlby1iYWRnZXQiPgogICAgICAgICAgICA8cGF0aCBkPSJNMCwwIEwxNTMsMCBMMTUzLDAgQzE1Ny40MTgyNzgsLTguMTE2MjQ1MDFlLTE2IDE2MSwzLjU4MTcyMiAxNjEsOCBMMTYxLDQyIEwxNjEsNDIgQzE2MSw0Ni40MTgyNzggMTU3LjQxODI3OCw1MCAxNTMsNTAgTDAsNTAgTDAsMCBaIiBpZD0iUmVjdGFuZ2xlLTIiIGZpbGw9IiNDRjU5MDAiPjwvcGF0aD4KICAgICAgICAgICAgPHBhdGggZD0iTTEzOSwxMyBDMTMyLjM3NiwxMyAxMjcsMTguMzc2IDEyNywyNSBDMTI3LDMxLjYyNCAxMzIuMzc2LDM3IDEzOSwzNyBDMTQ1LjYyNCwzNyAxNTEsMzEuNjI0IDE1MSwyNSBDMTUxLDE4LjM3NiAxNDUuNjI0LDEzIDEzOSwxMyBaIE0xMzYuNiwzMC40IEwxMzYuNiwxOS42IEwxNDMuOCwyNSBMMTM2LjYsMzAuNCBaIiBpZD0iU2hhcGUiIGZpbGw9IiNGRkZGRkYiIGZpbGwtcnVsZT0ibm9uemVybyI+PC9wYXRoPgogICAgICAgICAgICA8cGF0aCBkPSJNNTIuOTYwOTM3NSwxOS40ODQzNzUgTDU1LjQ2MDkzNzUsMTkuNDg0Mzc1IEw1MS41MzEyNSwzMSBMNDkuMjU3ODEyNSwzMSBMNDUuMzY3MTg3NSwxOS40ODQzNzUgTDQ3LjkzNzUsMTkuNDg0Mzc1IEw1MC40Mzc1LDI4LjIyNjU2MjUgTDUyLjk2MDkzNzUsMTkuNDg0Mzc1IFogTTYxLjE5Mzc0OTksMzEgTDU4LjgwMzEyNDksMzEgTDU4LjgwMzEyNDksMTkuNDg0Mzc1IEw2MS4xOTM3NDk5LDE5LjQ4NDM3NSBMNjEuMTkzNzQ5OSwzMSBaIE02Ny44NzE4NzQ4LDIxLjQ4NDM3NSBMNjcuODcxODc0OCwyOSBMNzAuMDkwNjI0OCwyOSBDNzEuMjI2MDQ3MiwyOSA3Mi4wMTc3MDU5LDI4LjQ0MDEwOTggNzIuNDY1NjI0OCwyNy4zMjAzMTI1IEM3Mi43MTA0MTc3LDI2LjcwNTcyNjEgNzIuODMyODEyMywyNS45NzM5NjI2IDcyLjgzMjgxMjMsMjUuMTI1IEM3Mi44MzI4MTIzLDIzLjk1MzExOTEgNzIuNjQ5MjIwNCwyMy4wNTMzODg2IDcyLjI4MjAzMTEsMjIuNDI1NzgxMiBDNzEuOTE0ODQxNywyMS43OTgxNzM5IDcxLjE4NDM4MDMsMjEuNDg0Mzc1IDcwLjA5MDYyNDgsMjEuNDg0Mzc1IEw2Ny44NzE4NzQ4LDIxLjQ4NDM3NSBaIE03MC40OTY4NzQ4LDE5LjQ4NDM3NSBDNzEuMjEwNDIsMTkuNDk0NzkxNyA3MS44MDQxNjQxLDE5LjU3ODEyNDIgNzIuMjc4MTI0OCwxOS43MzQzNzUgQzczLjA4NTQyMDUsMjAuMDAwMDAxMyA3My43MzkwNTk4LDIwLjQ4Njk3NTYgNzQuMjM5MDYyMywyMS4xOTUzMTI1IEM3NC42NDAxMDYsMjEuNzY4MjMyIDc0LjkxMzU0MDcsMjIuMzg4MDE3NSA3NS4wNTkzNzQ4LDIzLjA1NDY4NzUgQzc1LjIwNTIwODksMjMuNzIxMzU3NSA3NS4yNzgxMjQ4LDI0LjM1Njc2NzggNzUuMjc4MTI0OCwyNC45NjA5Mzc1IEM3NS4yNzgxMjQ4LDI2LjQ5MjE5NTIgNzQuOTcwODM2MiwyNy43ODkwNTcyIDc0LjM1NjI0OTgsMjguODUxNTYyNSBDNzMuNTIyOTEyMywzMC4yODM4NjEzIDcyLjIzNjQ2NjgsMzEgNzAuNDk2ODc0OCwzMSBMNjUuNTM1OTM3MywzMSBMNjUuNTM1OTM3MywxOS40ODQzNzUgTDcwLjQ5Njg3NDgsMTkuNDg0Mzc1IFogTTg3LjcwNjI0OTcsMjEuNTIzNDM3NSBMODEuNjEyNDk5NywyMS41MjM0Mzc1IEw4MS42MTI0OTk3LDIzLjk2ODc1IEw4Ny4yMDYyNDk3LDIzLjk2ODc1IEw4Ny4yMDYyNDk3LDI1Ljk2ODc1IEw4MS42MTI0OTk3LDI1Ljk2ODc1IEw4MS42MTI0OTk3LDI4LjkyOTY4NzUgTDg3Ljk4NzQ5OTcsMjguOTI5Njg3NSBMODcuOTg3NDk5NywzMSBMNzkuMjYwOTM3MiwzMSBMNzkuMjYwOTM3MiwxOS40ODQzNzUgTDg3LjcwNjI0OTcsMTkuNDg0Mzc1IEw4Ny43MDYyNDk3LDIxLjUyMzQzNzUgWiBNOTcuMDU2MjQ5NiwyOS4yODEyNSBDOTguMDA5Mzc5NCwyOS4yODEyNSA5OC43NjU4ODIyLDI4LjkyOTY5MSA5OS4zMjU3ODA5LDI4LjIyNjU2MjUgQzk5Ljg4NTY3OTUsMjcuNTIzNDM0IDEwMC4xNjU2MjUsMjYuNTIzNDQ0IDEwMC4xNjU2MjUsMjUuMjI2NTYyNSBDMTAwLjE2NTYyNSwyMy45MzQ4ODk0IDk5Ljg4NTY3OTUsMjIuOTM2MjAxNCA5OS4zMjU3ODA5LDIyLjIzMDQ2ODggQzk4Ljc2NTg4MjIsMjEuNTI0NzM2MSA5OC4wMDkzNzk0LDIxLjE3MTg3NSA5Ny4wNTYyNDk2LDIxLjE3MTg3NSBDOTYuMTAzMTE5OSwyMS4xNzE4NzUgOTUuMzQyNzEwOCwyMS41MjM0MzQgOTQuNzc0OTk5NiwyMi4yMjY1NjI1IEM5NC4yMDcyODg0LDIyLjkyOTY5MSA5My45MjM0MzcxLDIzLjkyOTY4MSA5My45MjM0MzcxLDI1LjIyNjU2MjUgQzkzLjkyMzQzNzEsMjYuNTIzNDQ0IDk0LjIwNzI4ODQsMjcuNTIzNDM0IDk0Ljc3NDk5OTYsMjguMjI2NTYyNSBDOTUuMzQyNzEwOCwyOC45Mjk2OTEgOTYuMTAzMTE5OSwyOS4yODEyNSA5Ny4wNTYyNDk2LDI5LjI4MTI1IFogTTEwMi41NzE4NzUsMjUuMjI2NTYyNSBDMTAyLjU3MTg3NSwyNy4yOTQyODEyIDEwMS45OTExNTEsMjguODc3NTk4NyAxMDAuODI5Njg3LDI5Ljk3NjU2MjUgQzk5Ljk1OTg5MTEsMzAuODcyNDAwMyA5OC43MDIwOTEyLDMxLjMyMDMxMjUgOTcuMDU2MjQ5NiwzMS4zMjAzMTI1IEM5NS40MTA0MDgxLDMxLjMyMDMxMjUgOTQuMTUyNjA4MSwzMC44NzI0MDAzIDkzLjI4MjgxMjEsMjkuOTc2NTYyNSBDOTIuMTE2MTM5NiwyOC44Nzc1OTg3IDkxLjUzMjgxMjEsMjcuMjk0MjgxMiA5MS41MzI4MTIxLDI1LjIyNjU2MjUgQzkxLjUzMjgxMjEsMjMuMTE3MTc3IDkyLjExNjEzOTYsMjEuNTMzODU5NSA5My4yODI4MTIxLDIwLjQ3NjU2MjUgQzk0LjE1MjYwODEsMTkuNTgwNzI0NyA5NS40MTA0MDgxLDE5LjEzMjgxMjUgOTcuMDU2MjQ5NiwxOS4xMzI4MTI1IEM5OC43MDIwOTEyLDE5LjEzMjgxMjUgOTkuOTU5ODkxMSwxOS41ODA3MjQ3IDEwMC44Mjk2ODcsMjAuNDc2NTYyNSBDMTAxLjk5MTE1MSwyMS41MzM4NTk1IDEwMi41NzE4NzUsMjMuMTE3MTc3IDEwMi41NzE4NzUsMjUuMjI2NTYyNSBaIiBpZD0iVklERU8iIGZpbGw9IiNGRkZGRkYiPjwvcGF0aD4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==');
}

.videobadge:hover {
    cursor: pointer;
}

/* ----------------------------------
   Top Ankerbar
   ---------------------------------- */
div.ankerbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    text-align: center;
    padding: 0px 10px 0px 10px;
    background-color: #393d42;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    z-index: 10000;
    display: none;
    background-image: url('../logo_white.svg');
    background-repeat: no-repeat;
    background-position: left 20px center;
    background-size: auto 25px;
}

div.ankerbar a {
    display: inline-block;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 17px;
    color: rgba(255,255,255,1);
    font-weight: 300;
    line-height: 60px;
}

div.ankerbar a:hover {
    color: #2198B7;
    text-decoration: none;
}

div.ankerbar a.aktiv {
    color: #2198B7;
}

@media (max-width: 800px) {
 div.ankerbar {display: none !important;}
}


/* ---------------------------------- */

ol > li:before {
    background-color: #565555;
    margin-right: 5px;
    padding: 3px 8px 3px 8px;
    content: counter(index, decimal);
    counter-increment: index;
    color: #fff;
    background-color: #565555;
    color: #fff;
    content: counter(index, decimal);
    counter-increment: index;
    left: 0;
    margin-right: 5px;
    padding: 3px 8px;
    position: absolute;
    top: -4px;
}

ol li:first-child {
    counter-reset: index;
}

ol li {
    list-style: none;
    padding-left: 35px;
    position: relative;
}

.fslider__cover {
    background: pink;
    height: 300px;
}

.fslider__cover div {
    background-color: green;
    height: 300px;
    background-position: center center;
    background-size: cover;
}

h3 {
    font-size: 24px;
    font-weight: 300;
}

/*
   ====================================
   btn BUTTONS
   ====================================
*/
.btn {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1; *display: inline;
    vertical-align: top;
    text-decoration: none;
    font-size: 100%;
    padding: 0.5em 1em;
    margin: 10px 8px 0 0;
    cursor: pointer;
    border: 1px solid #c3c3bf;
    line-height: normal;
    /* must be normal because of firefox bug: http://cbjdigital.com/blog/2010/08/bulletproof_css_input_button_heights*/
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #565656;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
    background-color: #efefee;
    /* fallback */
    -moz-box-shadow: 0 1px 3px white inset;
    -webkit-box-shadow: 0 1px 3px white inset;
    box-shadow: 0 1px 3px white inset;
    /* inside reflection */
    /* ----------------------- */
    /* color */
    /* ----------------------- */
    /* size */
    /* ----------------------- */
    /* disabled */
    /* ----------------------- */
    /* buttons with icons */
}

.btn:hover {
    border-color: #b6b6b2;
    background-color: #f7f7f6;
}

.btn:active {
    color: rgba(86, 86, 86, 0.9);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.05);
    background-color: #dededc;
    /* fallback */
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn.primary, .btn.warning:hover {
    /* set white text on dark backgrounds */
    color: #f9f8f3;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 6px rgba(255, 255, 255, 0.25) inset;
    -webkit-box-shadow: 0 1px 6px rgba(255, 255, 255, 0.25) inset;
    box-shadow: 0 1px 6px rgba(255, 255, 255, 0.25) inset;
}

.btn.primary:active, .btn.warning:hover:active {
    color: rgba(249, 248, 243, 0.95);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.45);
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn.primary {
    border-color: #459adb;
    background-color: #2479bb, 7%;
}

.btn.primary:hover {
    border-color: #4e9fdd;
    background-color: #2479bb, 11%;
}

.btn.primary:active {
    border-color: #2479bb;
    background-color: #2784cc;
}

.btn.warning {
    /* warning */
    color: #c70000;
}

.btn.warning:hover {
    border-color: #bd0000;
    background-color: #bd0000;
    /* fallback */
}

.btn.warning:active {
    background-color: #9e0000;
    /* fallback */
}

.btn.mini {
    font-size: 75%;
}

.btn.small {
    font-size: 85%;
}

.btn.large {
    font-size: 125%;
}

.btn.huge {
    font-size: 155%;
}

/* ----------------------------------
   Ausstattung
   ---------------------------------- */
div.aus_wrapper {
    margin: 0 auto;
    width: 100%;
}

div.aus_wrapper h2 {
    font-size: 24px;
    margin-top: 2em;
}

table.aus_table {
    border-top: 1px solid gray;
    margin: 2em auto;
    width: 100%;
}

table.aus_table td {
    border-bottom: 1px solid gray;
    padding: 3px 3px 3px 6px;
    background-color: #efefef;
}

table.aus_table td.aus_descr {
    width: 50%;
    font-size: 13px !important;
}

table.aus_table tr.aus_sep td {
    background: #585857;
    color: #FFF !important;
    font-size: 14px !important;
}

table.aus_table td.aus_td {
    text-align: center;
    vertical-align: middle;
}

td.aus_proddark {
    background: #585857 !important;
    color: #FFF !important;
}

td.aus_ico {
    width: 12.5%;
    text-align: center;
}

td.aus_proddark, td.aus_prod500 {
    text-align: center;
    font-size: 14px !important;
}

td.aus_group {
    font-size: 14px !important;
    text-align: center;
    border-left: 1px solid black;
    vertical-align: middle;
}

td.aus_plus, td.aus_sonder {
    background-position: center center;
    background-repeat: no-repeat;
}

.aus_plus {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTJweCIgaGVpZ2h0PSIxMnB4IiB2aWV3Qm94PSIwIDAgMTIgMTIiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8ZGVmcz4KICAgICAgICA8cmVjdCBpZD0icGF0aC0xIiB4PSIwIiB5PSIwIiB3aWR0aD0iMTIiIGhlaWdodD0iMTIiPjwvcmVjdD4KICAgIDwvZGVmcz4KICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJSZWN0YW5nbGUiPgogICAgICAgICAgICA8dXNlIGZpbGw9IiM1ODU4NTciIGZpbGwtcnVsZT0iZXZlbm9kZCIgeGxpbms6aHJlZj0iI3BhdGgtMSI+PC91c2U+CiAgICAgICAgICAgIDxyZWN0IHN0cm9rZT0iIzU4NTg1NyIgc3Ryb2tlLXdpZHRoPSIxIiB4PSIwLjUiIHk9IjAuNSIgd2lkdGg9IjExIiBoZWlnaHQ9IjExIj48L3JlY3Q+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=");
}

.aus_sonder {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTJweCIgaGVpZ2h0PSIxMnB4IiB2aWV3Qm94PSIwIDAgMTIgMTIiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8ZGVmcz48L2RlZnM+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8cmVjdCBpZD0iaW9taW51cyIgc3Ryb2tlPSIjNTg1ODU3IiB4PSIwLjUiIHk9IjAuNSIgd2lkdGg9IjExIiBoZWlnaHQ9IjExIj48L3JlY3Q+CiAgICA8L2c+Cjwvc3ZnPg==");
}

span.aus_infogrund, span.aus_sonderausstattung {
    display: inline-block;
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 30px;
}

.aus_infobar span {
    margin-right: 1em;
    margin-left: 1em;
}

td.aus_line5, td.aus_line6, td.aus_line7, td.aus_line8, td.aus_line10, td.aus_line11 {
    height: 40px;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 90px;
    padding-right: 120px !important;
    vertical-align: middle;
    box-sizing: border-box;
}

td.aus_line5 {
    background-image: url(..../img/mini_skv.svg);
}

td.aus_line6 {
    background-image: url(..../img/mini_esp.svg);
}

td.aus_line7 {
    background-image: url(..../img/mini_esp.svg);
}

td.aus_line8 {
    background-image: url(..../img/mini_komfortleben.svg);
}

td.aus_line10 {
    background-image: url(..../img/mini_GHV.svg);
}

td.aus_line11 {
    background-image: url(..../img/mini_GHV.svg);
}

.ico_header {
    position: relative;
}

.ico_header h2 {
    padding-bottom: 0.8em;
    border-bottom: 1px dotted gray;
}

.ico_header header {
    margin-bottom: 0;
}

.ico_header header p {
    margin-top: -1em;
}

.icosep {
    position: relative;
    width: 88px;
    height: 48px;
    left: 50%;
    bottom: 0px;
    transform: translate(-50%, -44px);
    background-color: white;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 48px;
}

.ico_plus_black {
    background-image: url('../img/ic-add-circle-48px_black.svg');
}

.ico_plus_cyan {
 	visibility: hidden;
  /*
    background-image: url('../img/ic-add-circle-48px_cyan.svg');
    */
}

.ico_plus_white {
    background-image: url('../img/ic-add-circle-48px_white.svg');
}

.ico_read_black {
    background-image: url('../img/ic-import-contacts-48px_black.svg');
}

.ico_read_cyan {
    background-image: url('../img/ic-import-contacts-48px_cyan.svg');
}

.ico_read_white {
    background-image: url('../img/ic-import-contacts-48px_white.svg');
}

.ico_info_black {
    background-image: url('../img/ic-info-48px_black.svg');
}

.ico_info_cyan {
    background-image: url('../img/ic-info-48px_cyan.svg');
}

.ico_info_white {
    background-image: url('../img/ic-info-48px_white.svg');
}

.ico_mail_black {
    background-image: url('../img/ic-mail-48px_black.svg');
}

.ico_mail_cyan {
    background-image: url('../img/ic-mail-48px_cyan.svg');
}

.ico_mail_white {
    background-image: url('../img/ic-mail-48px_white.svg');
}

.ico_phone_black {
    background-image: url('../img/ic-phone-48px_black.svg');
}

.ico_phone_cyan {
    background-image: url('../img/ic-phone-48px_cyan.svg');
}

.ico_phone_white {
    background-image: url('../img/ic-phone-48px_white.svg');
}

/* -----------------------------------------
    PROMO TÃ¼ren
-------------------------------------------- */
.row.tuer--links {
}

.row.tuer--links .column:first-child {
    /* text-align: right !important; */
}

.row.tuer--rechts {
}

.row.tuer--rechts .column:first-child {
    text-align: right;
}

.bg_eee {
    background-color: #eee;
}

/* these styles are for the demo, but are not required for the plugin */
.zoom {
    display: inline-block;
    position: relative;
    text-align: center;
}

.zoom:hover {
    width: 320px;
}

/* magnifying glass icon */
.zoom:after {
    content: '';
    display: block;
    width: 33px;
    height: 33px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-16px);
    transform: translateX(-16px);
    background-image: url(../img/ic-zoom-in-24px.svg);
    background-position: center center;
    background-color: rgba(255,255,255,0.5);
    border-radius: 50%;
    background-repeat: no-repeat;
}

.zoom:hover:after {
    display: none;
}

.zoom img {
    display: block;
}

.zoom img::selection {
    background-color: transparent;
}

.tuerpromo .teaser .tabcol:nth-child(1) .teaser__head {
    background-color: rgb(116,146,84) !important;
}

.tuerpromo .teaser .tabcol:nth-child(2) .teaser__head {
    background-color: rgb(87,87,85) !important;
}

.tuerpromo .teaser .tabcol:nth-child(3) .teaser__head {
    background-color: rgb(20,103,153) !important;
}

@media (max-width: 800px) {
    
    .row.tuer--rechts .column:first-child { text-align: left; }
    .zoom { width:100%; }

    /* magnifying glass icon */
    .zoom:after {
        top: 50%;
        left: 25%;
    }

    .tuer--links,
    .tuer--rechts {padding-top: 1em;}


}


/* ---------------------------
   Super Window Monitor Slider 
   ---------------------------*/
.monitor {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.75);
    z-index: 10000;
}

/* Das zentrale fenster */
.monitor-centerbox {
    background-color: #2b2b2b;
    position: absolute;
    width: 80vw;
    height: auto;
    padding-top: 49.0%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    overflow: hidden;
}

/* ---- Slider Frame Bildformat 1800 x 1100  */
.monitor-slider {
    position: absolute !important;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.monitor-slider-box img {
    width: 100%;
}

.monitor-slider .slick-arrow {
    position: absolute;
    top: 80%;
    transform: translateY(-50%);
    width: 36px !important;
    height: 36px;
    opacity: 0.85;
    z-index: 900;
}

/* ---- Monitor Textbox  */
.monitor-text {
    background-color: #eee;
    position: absolute;
    width: 40%;
    height: 100%;
    top: 0;
    right: 0;
    transform: translate(0, 0);
    z-index: 1000;
    padding: 50px 20px 50px 60px;
    box-sizing: border-box;
    display: none;
    box-shadow: 0px 0px 12px rgba(0,0,0,0.5);
    vertical-align: center;
}

.monitor-text h4 {
    font-weight: bold;
}

/* ---- Seitenheadline  */
.monitor-headline {
    position: absolute;
    width: 20%;
    height: 50px;
    line-height: 50px;
    top: 50%;
    left: 0px;
    padding: 0 30px;
    transform: translate(0, -25px);
    background-color: #2198b7;
    border-radius: 0 6px 6px 0;
    z-index: 1005;
    color: white;
    text-align: right;
    font-size: 22px;
}

.monitor-text-button, .monitor-text-close, .monitor-close {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 80%;
    cursor:pointer;
}

.monitor-text-close:hover, .monitor-text-button:hover, .monitor-close:hover {
    background-color: #2198b7;
}

/* ---- Button open Text  */
.monitor-text-button {
    position: absolute;
    width: 45px;
    height: 45px;
    border-radius: 4px 0 0 4px;
    top: 50%;
    right: 0;
    transform: translate(0, -22.5px);
    background-color: #2198b7;
    z-index: 1000;
    background-image: url('../img/ic-menu.svg');
    background-size: 60%;
}

/* ---- Textfeld schlieÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸en  */
.monitor-text-close {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 50%;
    left: 20px;
    transform: translate(-40px, -20px);
    background-color: #333;
    border-radius: 50%;
    background-image: url('../img/ico-close.svg');
    background-size: 50%;
}

.monitor-textcontent ul {
    font-size: 15px;
}

.monitor-text-close:hover {
    background-color: #2198b7;
}

/* ---- Button Monitor close  */
.monitor-close {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 50%;
    right: 30px;
    transform: translate(0, -20px);
    background-color: #000;
    border-radius: 50%;
    background-image: url('../img/ico-cancel.svg');
}

.js-showauszug:hover {
    cursor:pointer;
}

/* ----------------------------------
   Lazy Load
   ---------------------------------- */


img.lazy {
	opacity: 1;
	transition: opacity 0.3s;
}

img[data-src] {
	opacity: 0;
}

/* ---------------------------------- */



/* Referenz-Slder Fenster  */

.catslider {
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}


@media (max-width: 800px) {

    .catslider {
        box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
        min-height: calc( (100vw - 40px) / 1.7819);
    }

}


/* ----------------------------------
    Helper
   ---------------------------------- */

.red { color: red; }

ul {
  list-style: circle outside;
}

@media (max-width: 800px) {
    .edsfusion .column50__content { text-align:left !important; } 
    .mobicenter { text-align: center; }
    .mobicenter img { width:90%;}
    .nomobi { display: none;}
}



@media (max-width: 800px) {

    .row .column { 
        max-width:100% !important;  
    }
    .mobi-img-4-3 {
        min-height:50vw !important;
        max-height: 50vw !important;
        margin-bottom:0.75em;
    }

}

/* -----------------------------------------
    PR SOCIAL
-------------------------------------------- */


.prsocial--expert {
    background-repeat: no-repeat;
    background-image: url(../img/prsocial_bg.jpg);
    background-position: center top;
    background-size: 75%
}

.prsocial--expert > div > div > div:nth-child(2) > div { 
    padding-right: 30%;
}
.prsocial--expert > div > div > div:nth-child(1) > div { 
    padding-left: 30%;
}

@media (max-width: 800px) {
    .prsocial--expert .prsocial--expert--box {
         padding:0 !important;
    }

}

/* -----------------------------------------
     Susy Kolumne
-------------------------------------------- */

.susy-col .susy-item {
    padding: 20px;

}

.susy-col .susy-item img {
    border-radius:50%;
    width: 80%
}



.susy-col .susy-item ul {
    width: 80%;
    margin:0 auto;
    list-style-image: url('../img/ikon-check.svg');
    line-height: 1.3em;
    margin: 1em auto;
}

.susy-col .susy-item ul li {
    text-align: left;
}

/* -----------------------------------------
    Frage Liste
-------------------------------------------- */



ul.questlist {

    width: 85%;
    margin:0 auto;
    line-height: 1.3em;
    margin: 1em auto;

}

@media (max-width: 800px) {

    ul.questlist {
        width:100%;
        padding-left: 45px;
    }
 
}
ul.questlist > li {
    position: relative;
    list-style: none;
    margin-bottom: 1.3em;
}

ul.questlist > li:before {

    position: absolute;
    top: 5px;
    left: -40px;
    width: 30px;
    height:30px;
    content: '';
    background-image: url('../img/ikon-fragezeichen.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size:100%;

}



/* -----------------------------------------
    Spezial Liste ol
-------------------------------------------- */

.prsocial-pakete {
    counter-reset: item;
    width:75%; 
    margin: 0 auto; 
    max-width: 100%;
    margin-top: 3em;
    margin-bottom: 4em;
}

@media (max-width: 800px) {
    .prsocial-pakete { width:100%; }
}


ul.numlist {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.numlist li {
    list-style: none;
    position: relative;
    margin-bottom: 1em;
    padding-left:1em;
}

ul.numlist > li > b {
   position: absolute;
   top:0;
   left:-30px;
   background-color: #2198B7;
   width: 30px;
   height: 30px;
   border-radius: 50%;
   text-align: center;
   vertical-align: baseline;
   font-style: normal;
   color:white;
   line-height:30px;
}





/* -----------------------------------------
    Parallax Scrolling
-------------------------------------------- */

.parallax {
  min-height: 360px; /* Specified height */
  /* Fix element and background settings*/
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  
}


/* -----------------------------------------
    Video Chanel
-------------------------------------------- */

.susy.videochanel {
    margin-bottom: 2em;
}

.susy.videochanel .susy-item{
    padding: 0 1em !important;
}


/* -----------------------------------------
    Kompakthead
-------------------------------------------- */

.kompakthead .card h3 { 
    margin-bottom: 0.15em;
	font-weight: 500;
}


/* -----------------------------------------
     cobanner - Cover Banner
-------------------------------------------- */
.cobanner {
	position:absolute;
	display: block;
	top: 65%;
	left:0;
	width:145px;
	height:120px;
	transform: translateY(-50%);
	overflow: hidden;
	background-color: #545454;
	border-radius: 0 6px 6px 0;
	box-shadow: 0px 0px 6px rgba(0,0,0,0.5);
    z-index: 10;
    
}

/*
#PAGEhome .cobanner {
	top: 43%;
	left:0;    
}
*/



.cobanner span {
   color: white;
   display: block;
   text-align: center;
   padding: 5px 10px;
   line-height: 1.1em;
   font-weight: 700;
}

.cobanner__image {
   width: 100%;
   height: 60px;
   object-fit: cover;
   object-position: center bottom;
}

a.cobanner { text-decoration: none; }

@media (max-width: 1080px) {
	.cobanner {    top: 75%; }
}

@media (max-width: 800px) {
	.cobanner { display: none; }
}


/* ----------------------------------------- */



/* -----------------------------------------
    DButton
-------------------------------------------- */

.dbutton img { width:280px;}
.dbutton .column:first-child {
    text-align: right;
}
.dbutton .column:last-child {
    text-align: left;
    margin-top: 2em;
}

@media (max-width: 800px) {

    .dbutton .column:first-child {
        text-align: center;
    }
    .dbutton .column:last-child {
        text-align: center;
        margin-top: 0em;
    }

    
}


/* -----------------------------------------
    Social-Line
-------------------------------------------- */

.soline {
    text-align: center; 
    padding: 2em;
    background-color: rgba(255,255,255,0.075);
}

.soline_header { 
    font-weight: 300;
    font-size: 1.35em;
   
}

.soline_link img {
    height: 50px;
    margin: 1em 1em;
     transition: 0.4s all;
}

.soline_link img:hover {
    transform: scale(1.25);
}

@media (max-width: 800px) {
 
    .soline_link img {
    height: 40px;
    margin: 0.5em;
     transition: 0.4s all;
    }

}




/* -----------------------------------------
    Kontaktbar
-------------------------------------------- */

.konta { 
   position: fixed;
   right: 0;
   top: 400px;
   width: 46px;
   height:auto;
   z-index:100;

}

.konta a {
   position: relative;
   top: 0;
   left:0;
   display:block;
   width: 400px;
   background-color:rgb(33, 152, 183);

   color: white !important;
   line-height:46px;
   height:46px;
   overflow: hidden;
   transition: 1s all ease-in-out;
   text-decoration: none !important;
   box-sizing: border-box;
   border: 0;
   padding:0;
   margin: 0 0  15px 0;
   box-shadow: 0px 0px 8px 0 rgba(0, 0, 0, 0.50);
}

div.konta a span {
   margin-left:62px;
}

.konta a:hover {   transform: translatex(-200px); }

.konta  a  i {
   position: absolute;
   display: block;
   width: 46px;
   height: 46px !important;
   background-color: orange;
   vertical-align: middle;
   background-repeat: no-repeat;
   background-position: center;
   background-size: 50%;
   background-color: rgb(90, 91, 92);
}

@media (max-width: 800px) {

    .konta { display: none; }

    .konta  a  i {
       width: 33px;
       height: 33px !important;
    }

    .konta { 
       top: 90px;
       width: 33px;
       height:33px;
    }

    .konta a {
       width: 33px;
       line-height:33px;
       height:33px;
    }

    .konta a:hover {   transform: translatex(-66px); }

}

.konta > a.konta-kontakt > i {   
   background-image: url(../img/ico-contact.svg);
}
.konta > a.konta-share > i {
   background-image: url(../img/ico-share.svg);
}


.left_mobi_center { text-align: left; }
.float_right{ float: right;} 
@media (max-width: 800px) {
    .float_right{ float: none;} 
    .left_mobi_center { text-align: center; }
}


/* -----------------------------------------
    KFW Banner
-------------------------------------------- */

.kfw_banner {
    background-color: #393d42;
    margin: 2em 0 0 0;
    padding: 1em;
    
    border-radius: 8px;
    color: white;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
}

.kfw_banner h2 { font-size: 24px;}
.kfw_banner p { font-size: 18px; margin-bottom: 0;}

.kfw_banner div + div {
    padding:0 2em;
}

.kfw_banner img {
    height: 260px !important;;
    
}


/* -----------------------------------------
    SLICK Slider Thumbnav
-------------------------------------------- */

.slickslider-thumbnav {
  display:flex;
  flex-direction:row;
}

.slickslider-thumbnav img {
  flex:1 1 auto;
  text-align:center;
  margin:5px;  /* and that, will result in a 10px gap */
}

.slickslider-thumbnav img:first-child { margin-left:0; }
.slickslider-thumbnav img:last-child { margin-right:0; }

.slickslider-thumbnav img:hover { cursor: pointer; }



/* -----------------------------------------
  Class Sparaktion
-------------------------------------------- */

.spa-sidebox,
.spa-head {

  color: white;
  padding: 2em !important;
}

.spa-sidebox {
  font-size: 19px;
  background: rgb(103,103,103);
}

.spa-head {
  background-image: linear-gradient(27deg, rgb(227, 6, 19) 0%, rgb(174, 15, 10) 100%);
  font-size: 19px;
}

.spa-head h2 { font-size: 2.7em; }
.spa-head ul  { margin-left: 21px; }
/* .spa-head ul li { font-size: 1.3em; } */
.spa-sidebox h3 { font-size:1.8em;}
/* .spa-sidebox p { font-size:19px;} */

@media (max-width: 800px) {
 .spa-head h2 { font-size: 28px; }
 .spa-sidebox h3 { font-size: 26px; }
}

.spa-head-money {
  background-image: url('/sites/default/files/styles/original/public/2021-07/gaykosparaktion2020-fs.jpg');
  background-size: 100% auto;
  background-position: center bottom;
  background-repeat: no-repeat; 
}

.spa-promo sup {
  font-size: 14px;
}

.spa-promo-box {
  text-align: center;
  padding: 1.5em !important;
  line-height: 1.3em;
}

.spa-promo-box h3 {
  font-size: 2em;
  font-weight: bold;
  margin: 0 0 8px;
  line-height: 1.2em;
  
}
.spa-promo-box h3 > span {
  font-size: 26px;
  font-weight: 300;
}

.spa-promo-box p {
  font-size: 21px;
  font-weight: 600;
}

.spa-promo-box p.f18 {
  font-size: 17px;
  font-weight: 600;
}

.bgred { 
  background-color: rgb(174, 15, 10);
  padding: 5px 12px; 
  color: white; 
  font-weight: 900 !important; 
  font-size: 20px !important;
}

.spa-promo-box {background-color: #e6f5fa; height: 100%;}

.spa-head-text { 
  padding: 2em; 
  font-size: 17px;
}
.spa-head-text h3 { 
  margin:0 0 8px 0;
  padding: 0;
  font-size: 1.7em;
}

.mini-info { font-size: 15px; text-align: left;}
.mini-info sup { font-size: 12px; }


.spa-sign {
  color: #01afd2;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 120px;
  line-height: 1;
  text-align: center;
}

.mobile-divider {
  margin: 3em 0;
  display: none;
}

@media (max-width: 800px) {
  .mobile-divider {
    display: block;
  }
 
}


.no-border{
	border: none;
}
.text-center{
	text-align: center;
}



.ease-02{
 transition: all 0.2s ease;	
}



.bg-black{
	background-color: #000;
}
.bg-black * {
	color: #FFF;
}

.slick-dots
{
    position: absolute;
    bottom: 7px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
   	background-color: #2198B7;

}
.slick-dots li button:before
{
transition: .3s ease all;
    position: absolute;
	    top: 0;
	    border-radius: 50%;
    left: 0;
	background-color: #555;
    width: 10px;
    height: 10px;

    content: '•';
    text-align: center;

    opacity: .75;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
	background-color: #2198B7;
    opacity: 1;
    
    
 
}



.form-box{
	background-color: rgba(210, 195, 187, 0.2);
	padding: 25px 15px;
	border-radius: 10px;
	margin-bottom: 25px;
}
input[type="email"], 
input[type="number"],
 input[type="password"],
  input[type="search"], 
  input[type="tel"], 
  input[type="text"], 
  input[type="url"], 
  textarea, 
  select{
	  background-color: #FFF;
  }