:root {
    --schwarz: #000;
    --tertiar:#7A7A7A;
    --sekundaer:#F8F8F8;
    --maxwidth: 1280px;
    --kundenfarbe_rgba: rgba(0,0,0,0.5);
}

*{
    box-sizing: border-box;
}

@font-face {
      font-family: 'fontello';
      src: url('/files/theme/layout/styles/frontend/fonts/fontello/font/fontello.eot?62128701');
      src: url('/files/theme/layout/styles/frontend/fonts/fontello/font/fontello.eot?62128701#iefix') format('embedded-opentype'),
           url('/files/theme/layout/styles/frontend/fonts/fontello/font/fontello.woff?62128701') format('woff'),
           url('/files/theme/layout/styles/frontend/fonts/fontello/font/fontello.ttf?62128701') format('truetype'),
           url('/files/theme/layout/styles/frontend/fonts/fontello/font/fontello.svg?62128701#fontello') format('svg');
      font-weight: normal;
      font-style: normal;
    }



/* poppins-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('/files/theme/layout/styles/frontend/fonts/poppins/poppins-v23-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* poppins-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: url('/files/theme/layout/styles/frontend/fonts/poppins/poppins-v23-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}



/* roboto-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('/files/theme/layout/styles/frontend/fonts/roboto/roboto-v29-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


/* roboto-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('/files/theme/layout/styles/frontend/fonts/roboto/roboto-v29-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


*{
    border: none;
    outline: none;
}

html{
font-size:100.1%;
-webkit-overflow-scrolling: touch;
 -webkit-text-size-adjust: 100%;
     font-size: 16px;
}
 
body, html {
height:100%;
min-height:100%;
}

body{
display: flex;
min-height: 100vh;
flex-direction: column;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 170%;
    color:var(--schwarz); 
}


body > .container{
    display: flex;
    flex-direction: column;
}


h1,.h1,
h2,.h2,
h3,.h3,
h4,.h4,
h5,.h5,
h6,.h6{
    font-family: 'Poppins';
    font-weight: 700;
}

h1,.h1,
h2,.h2{
    font-size: 32px;
    line-height: 125%;
}




h3,.h3{
    font-size: 16px;
    line-height: 150%;
}


body:not(.safari) .ce_kachelelement figure.video_container{
    height: 100%;
}

.teasergrid > *:not(.layout_kachel) figurecaption,.teasergrid > *:not(.layout_kachel) .caption{
  
}

.teasergrid > *.layout_kachel .caption span{
    display: block;
}

.ce_logo .logo{
    margin-bottom: 1rem;
}

.ce_logo.center .logo{
    margin: 0 auto 1rem;
}

.itemsperRow_grid .image_container img{
    max-width: 100%;
    height: auto;
}


.ce_kachelelement .image_container img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.ce_colorslider .holder {
position:relative;
}

.parallax-container .headlinecontainer > * {
    font-size: 80px;
    color: white;
}

.ce_parallaxImage .caption > .row > .holder{
    padding: 2rem;
}
strong {
font-weight:700;
}


  #wrapper {
    flex: 1 0 auto;
  }
/*Ende sticky footer*/

/*inputrendering*/
input,textarea,select{
/*Safari*/
-webkit-appearance: none;
border-radius:0;
-webkit-border-radius:0;
}

.image_container, .bgImage{
    line-height: 0;
}

figure > img, .image_container > img{
max-width:100%;
height:auto;
    
}

/*set images to maxwidth 100%*/
figure{
line-height:0;
    margin: 0;
}

figure > img, .image_container > img{
max-width:100%;
height:auto;
}

a{
color:inherit;
}
 
 
a:focus{
}
/*Ende Basics*/



 a {
transition:all 0.2s ease;
-webkit-transition:all 0.2s ease;
-moz-transition:all 0.2s ease;
-o-transition:all 0.2s ease;
-ms-transition:all 0.2s ease; 
text-decoration: none;
color:inherit;
 }


.table{
display:table;
width:100%;
}

.table-wrapper {
  display: table;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  height: 100%;
  table-layout:fixed;
}

.row{
display:table-row;
}

.row > *{
display:table-cell;
}

.vtop{
    vertical-align: top
}

.vmiddle{
    vertical-align: middle
}

.vbottom{
    vertical-align: bottom
}


.headlinecontainer{
margin-bottom:2rem;
}

.headlinecontainer > *{
margin:0;

}

.ce_headline > .headlinecontainer{
    margin-bottom: 0;
}



ul li{

}

#main .inside .ce_text.block .text > ul li{
list-style:disc;
list-style-position: outside;
line-height:2.1rem;
}



.preHeadline{
   font-weight: 600; 
      text-shadow: 1px 1px 8px rgba(0,0,0,0.8);
}
 


#main .inside .stars.block.ce_text ul li{
    margin-bottom: 2rem;
        line-height: 1.2;
    list-style-type: none;

}



.megamenue.mod_navigation > ul > li > * {
    font-size: 18px;
}

.megamenue.mod_navigation > ul > li.trail > a,.megamenue.mod_navigation > ul > li.trail > span {
    text-decoration: underline;
}
 
p{
margin-bottom:20px;
}

p:last-of-type{
margin-bottom:0;
}
 
ul,ol{
margin:0;
    padding:0;
}
 

 
li{
list-style-type:none;
}



#main {

}


/*Teaser*/

.ce_page_teasers_element span, .ce_page_teasers_element a{
    display: block;
}







/*.teasergrid > div > * .inside, .teasergrid > ul > * .inside,
.teasergrid > div > * .inside > *, .teasergrid > ul > * .inside > *{
    height: 100%;
} */

.teasergrid > .card > *{
    background: white;
}

.teasergrid > .itemsperRow_1 > *{
    width:calc(100% / 1 );
        margin:0;
}

.teasergrid > .itemsperRow_1 > .kachel{
    margin-bottom: 4rem;
}

.teasergrid > .itemsperRow_1 > .kachel:last-of-type{
    margin-bottom: 0;
}

/*version flexbox*/
/*
.flex-item {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto
}

.flex-item-1 { 
  order: 4;
}

.flex-item-2 { 
  order: 1;
}

.flex-item-3 { 
  order: 2;
}

.flex-item-4 { 
  order: 3;
}
*/
/*Kachel*/
/*
.ce_kachel .holder{
     display: flex;
     flex-wrap: wrap;
     gap: 4rem;      
     align-items: stretch;
     flex-direction: row;
	 justify-content: space-between;
    justify-content: stretch;
   height: auto;
	 align-content: space-between;
     justify-content: center;
  }

.ce_kachel.v_top .holder{
align-items: flex-start;
}

.ce_kachel.v_middle .holder{
align-items: center;
}

.ce_kachel.v_bottom .holder{
align-items: flex-end;
}

.ce_kachel .holder > *{
     flex: 0 1 calc((100% - 4rem) / 2);

        justify-content: center;
        align-items: center;
        height: 100%;
}
*/

.ce_kachel .holder {
  display: grid;
  overflow: hidden;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 1fr;
  grid-column-gap: 2rem;
  grid-row-gap: 0;
 width: 100%;
}
.ce_kachel .holder >* {

 display: flex;
    flex-direction: column;
 
    width: 100%;
    align-self: center;
  margin-bottom: 20px;
}
.ce_kachel .holder >* > * {
  width: 100%;
}

.ce_kachel.v_top .holder >*{
align-self: top;
}

.ce_kachel.v_middle .holder >*{
align-self: center;
}

.ce_kachel.v_bottom .holder >*{
align-self: bottom;
}

/*Ende Kachel*/
.ce_gallery > ul,
.teasergrid > div {
  display: flex;
  flex-wrap: wrap; /* Umbrechen erlauben */
  gap: 40px;       /* Abstand zwischen den Elementen */
  justify-content: center; /* Zentrieren, falls Platz übrig ist */
    align-items: stretch;
}

.ce_gallery > ul{
    margin: 0;
    gap: 10px;    
     justify-content: flex-start; 
}
.ce_gallery > ul > li,
.teasergrid > div > *,teasergrid > ul > *,
body .ce_gallery > ul li {
     flex-grow: 0;
    flex-shrink: 1;
         
}


body .ce_gallery  ul.cols_1 > li{
     flex-basis:calc( (100% - (0 * 10px)) / 1 );
}

body .ce_gallery  ul.cols_2 > li{
     flex-basis:calc( (100% - (2 * 10px)) / 2 );
}


body .ce_gallery  ul.cols_3 > li{
     flex-basis:calc( (100% - (2 * 10px)) / 3 );
}

body .ce_gallery  ul.cols_4 > li{
     flex-basis:calc( (100% - (3 * 10px)) / 4 );
}

body .ce_gallery  ul.cols_5 > li{
     flex-basis:calc( (100% - (4 * 10px)) / 5 );
}

body .ce_gallery  ul.cols_6 > li{
     flex-basis:calc( (100% - (5 * 10px)) / 6 );
}

body .ce_gallery  ul.cols_7 > li{
     flex-basis:calc( (100% - (6 * 10px)) / 7 );
}

body .ce_gallery  ul.cols_8 > li{
     flex-basis:calc( (100% - (7 * 10px)) / 8 );
}

body .ce_gallery  ul.cols_9 > li{
     flex-basis:calc( (100% - (8 * 10px)) / 9 );
}

body .ce_gallery  ul.cols_10 > li{
     flex-basis:calc( (100% - (9 * 10px)) / 10 );
}

body .ce_gallery  ul.cols_11 > li{
     flex-basis:calc( (100% - (10 * 10px)) / 11 );
}

body .ce_gallery  ul.cols_12 > li{
     flex-basis:calc( (100% - (11 * 10px)) / 12 );
}


.teasergrid > .itemsperRow_2 > *{
 flex-basis:calc( (100% - (4 * 20px)) / 2 )
}

.teasergrid > .itemsperRow_3 > *{
 flex-basis:calc( (100% - (6 * 20px)) / 3 )
}


.teasergrid > .itemsperRow_4 > *{
 flex-basis:calc( (100% - (8 * 20px)) / 4 )
}

.teasergrid > .itemsperRow_5 > *{
 flex-basis:calc( (100% - (10 * 20px)) / 5 )
}

.teasergrid > .itemsperRow_6 > *{
 flex-basis:calc( (100% - (12 * 20px)) / 6 )
}

.teasergrid > .itemsperRow_7 > *{
 flex-basis:calc( (100% - (14 * 20px)) / 7 )
}

/*float version*/

/*.teasergrid > div, .teasergrid > ul {
  margin: 0 -20px -40px;
  display: table;
  width: 100%;
}*/


/*.teasergrid > div > *, .teasergrid > ul > *,
body .ce_gallery > ul li{
    float: left;
    margin:0 20px 40px;
} */

/*.index .teasergrid > div.itemsperRow_1{
    padding: 0;
    padding: 0;
width: 100%;
margin: 0 auto;
}
.teasergrid > .itemsperRow_2 > *,ul.cols_2 > li{
 width:calc( (100% - (4 * 20px)) / 2 )
}

.teasergrid > .itemsperRow_3 > *, ul.cols_3 > li{
    width:calc( (100% - (6 * 20px)) / 3 )
}

.teasergrid > .itemsperRow_4 > *, ul.cols_4 > li{
    width:calc( (100% - (8 * 20px)) / 4 )
}

.teasergrid > .itemsperRow_5 > *, ul.cols_5 > li{
     width:calc( (100% - (10 * 20px)) / 5 )
}

.teasergrid > .itemsperRow_6 > *, ul.cols_6 > li{
     width:calc( (100% - (12 * 20px)) / 6 )
}

*/

.gallery ul.cols_2 > li{
 width:calc(100% / 2 );
}

.gallery ul.cols_3 > li{
 width:calc(100% / 3 );
}

.gallery ul.cols_4 > li{
 width:calc(100% / 4 );
}

.gallery ul.cols_5 > li{
 width:calc(100% / 5 );
}

.gallery ul.cols_6 > li{
 width:calc(100% / 6 );
}

ul.cols_3 > li {
  width: calc( 100% / 3 );
}

#main .inside .block .gallery.teasergrid > ul > li{
    margin:0; 
}

.headerleft::after {
    content: '';
    display: table;
    width: 100%;
    height: 1px;

}

.headerleft > *{
    display: inline-block;
    vertical-align: middle;
}

.headerleft > .search{
    float: right;
    display: table;
}

/*heroimage*/


.ce_heroImage .bgImage{
line-height: 0;    
    height: calc(100vh - (100vh / 6));
    max-height: 980px;
    min-height: 450px;
    height: auto;
}


img.ce_heroImage{
    width: 100%;
    height: auto;
    opacity: 0;
}

p{
    margin-top: 0;
}

.ce_heroImage > .inside{
    
}

#herosection .ce_responsiveMedia picture,
#herosection .ce_responsiveMedia picture img{
  
    height: 100%;
    object-fit: cover;
}
#herosection .ce_responsiveMedia picture img{
  width: 100%;
}
.ce_heroImage .caption .headlinecontainer{
    margin-bottom: 0;
}

.ce_heroImage .caption .headlinecontainer > *, #herosection .flexslider .caption .headlinecontainer > *  {
    font-size: 62px;
    line-height: 1.2;
    margin: 0;
}


.headlinecontainer > .subheadline{
    color: black;
    margin-top: 10px;
}

.colorWhite .headlinecontainer > .subheadline{
    color: white;
}

 #herosection .caption,
.ce_heroImage .caption,#herosection .flexslider .caption {
   position: absolute;
z-index: 999;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: table;
box-sizing: border-box;
}





 #herosection .caption .inside > div {

     background: transparent;
}



.flexslider .slides img,#slider .hero img{
   
    width: 100%;
    height: 100%;
}

#slider .hero > li{
    height: 100%;
}

.mod_article.bgColored > .block, .mod_article > .block,#maincontent > .block{
    max-width: var(--maxwidth);
    margin: 0 auto;
  padding: 4rem 2rem 4rem; 
    box-sizing: border-box;
}

.mod_article > .block.fullsize{
   max-width: none;
    padding:0;
}

.image_container{
    line-height: 0;
}

.image_container img{
    max-width: 100%;
    height: auto;
}

.floating_above .teasergrid{
    margin-bottom: 2rem;
}

.floating_below .teasergrid{
    margin-top: 2rem;
}





.floating_left .teasergrid > .itemsperRow_2 > *,
.floating_right .teasergrid > .itemsperRow_2 > *{
float:none;
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
}


.floating_right .teasergrid > div, .floating_right .teasergrid > ul,
.floating_left .teasergrid > div, .floating_left .teasergrid > ul{
   margin: 0;

}


#main .teasergrid a, #main .teasergrid a span, #main .teasergrid span > span{
   display: block;
}

#main .teasergrid > div:not(.layout_kachel) span.table{
    display: table;
    width: 100%;
}

#main .teasergrid > div:not(.layout_kachel) span.table > span.row{
    display: table-row;
}

#main .teasergrid > div:not(.layout_kachel) span.table > span.row > span{
    display: table-cell;
}

#main.teasergrid > div.layout_kachel .row > *{
    width: 50%;
    vertical-align: middle;
}

#main .teasergrid > div.layout_kachel .row > .caption > .inside{
    padding: 20px 2rem;
}


/*.ce_gallerytext.element_float_left .row > *, .ce_gallerytext.element_float_right .row > *{
    vertical-align: top;
}*/


.ce_gallerytext.element_float_left .image, .ce_gallerytext.element_float_right .image{
    width: 35%;
}


.ce_gallerytext.element_float_left .image{
    padding-right: 4rem;
}

.ce_gallerytext.element_float_right .image{
    padding-left: 4rem;
}


.ce_gallerytext .floating_right li.last, .ce_gallerytext .floating_left li.last{
    margin-bottom: 0;
}


.center .teasergrid > ul {
    width: auto;
    text-align: center;
}

.center .teasergrid > ul > li{
 
}

.fullwidth.mod_article > .block{
    max-width: none;
padding: 64px 0 64px;
margin: 0;
}

.fullwidth.mod_article > .ce_image.block img{
    width: 100%;
}

.fullwidth.mod_article > .block.mod_filter_tag_module .headlinecontainer{
max-width: var(--maxwidth);
margin: 0 auto;
padding: 6rem 2rem 8rem;
    padding-bottom: 8rem;
box-sizing: border-box;
}

.ce_image figcaption.caption {
  line-height: 1.2;
  padding: 20px 0;
}


.fullwidth.mod_article > .block.element_float_left{
    padding-right:calc( ((100vw - var(--maxwidth)) / 2) + 2rem);
}


.fullwidth.mod_article > .block.element_float_right{
    padding-left:calc( ((100vw - var(--maxwidth)) / 2));
}


.fullwidth.mod_article > .block.element_float_right > .table{
    padding-left: 2rem;
}

.fullwidth.mod_article > .ce_gallerytext .image{
    width: 50%;
    vertical-align: middle;
}


.ce_text.not_float_below{
    margin-bottom: 2rem;
}


.ce_text.not_float_above{
    margin-top: 2rem;
}


.ce_flexslider{
    position: relative;
}


.ce_flexslider.element_align_float_right .row > .flexslider{
    padding-left:4rem;
}

.ce_flexslider.element_align_float_left .row > .flexslider{
    padding-right:4rem;
}

.ce_flexslider .captionholder{
    text-align: center;
}

.ce_flexslider .ce_text.align_below{
    margin-top: 20px;
}

.ce_flexslider .ce_text.align_above{
    margin-bottom: 20px;
}

.twocol .float_left,.twocol .float_right{
    float: none;
}

.twocol .row > *{
    width: 50%;
}

.valign_top.twocol .row > *{
    vertical-align: top;
}

.valign_middle.twocol .row > *{
    vertical-align: middle;
}

.valign_bottom.twocol .row > *{
    vertical-align: bottom;
}


.twocol .textholder.not_left, .twocol .textholder.not_above{
    padding-left: 4rem
}


.twocol .textholder.not_right,.twocol .textholder.not_below{
    padding-right: 4rem
}


.fullwidth.mod_article > .block.ce_parallaxImage{
    padding: 0;
}

.parallax-container {
    position: relative;
    overflow: hidden;
    height: 650px;
}

.parallax-container .parallax {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}


.parallax-container .parallax img {
    opacity: 0;
    position: absolute;
    left: 50%;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.ce_parallaxImage .caption{
    max-width: var(--maxwidth);
    padding: 0;
    box-sizing: border-box;
    text-align: center;
    margin: 0 auto;
    margin-top: 0;
    margin-bottom: 0;
    display: table;
    height: 100%;
}

.ce_parallaxImage .caption > .row{}

.ce_parallaxImage .caption > .row > *{
 vertical-align: top;
    padding-top: 4rem;
}

.ce_parallaxImage .caption > .row > .holder{
    padding-top: 10%;
}



.image_container.float_above, .ce_player .ce_text.not_floating_below{
    margin-bottom: 2rem;
}


.image_container.float_below, .ce_player .ce_text.not_floating_above{
    margin-top: 2rem;
}

.image_container.float_left{
  /*  margin-right: 4rem */
}

header{
  /*  position: absolute; */
    width: 100%;
   /* background: #3c3c3c;*/
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

.heropage header:not(.clone), .parent_angebote.nohero header:not(.clone){
   
}

.heropage header:not(.clone):hover{
    
}

.nohero header{
    position: relative;
}

#footerbottom {
box-shadow: 0 0 10px rgba(0,0,0,0.3);    
}
#footerbottom > .inside{
    position: relative;
    z-index: 999;
    max-width: var(--maxwidth);
    width: 100%;
    margin:0 auto;
    padding:20px 2rem;
    box-sizing: border-box;
}

footer .footer > .inside{
  background: whiteSmoke;
}
footer {
color: #fff;

}


header > .inside{
    width: 100%;
    max-width: var(--maxwidth);
    padding: 0 2rem;
    margin: 0 auto;
    z-index: 100;
}
.menu-btn {
cursor:pointer;
}


header .mod_navigation ul{
    display: table;
    float: right;
}

.headercenter{
    text-align: center;
    vertical-align: bottom;
}

header > .row > .headerleft,header > .row > .headerright{
    vertical-align: top;
}

.headercenter > *{
    margin: 0 auto;
}



.mod_logo .image_container{
    text-align: center;
}

header .row > *{
    vertical-align: middle;
    padding:20px 0;
}


header .mod_navigation ul > li.last,
header .mod_navigation ul > li:last-of-type{
    margin-right: 0;
}

.mod_logo{
    max-width: 380px;
    margin: 0 auto;
}

#header.clone .mod_logo{
    max-width: 200px;
}


.headerright > .mod_logo{
    float:right;
}

#main > .inside{
    padding: 0 0 6rem;
}



video {
    width: 100%;
    box-sizing: border-box;
}


body .slicknav_btn{
    top:40px;
    position: absolute;
}


.slicknav_menu .mod_logo {
    max-width: 200px;
    margin: 10px 20px;
}

body .slicknav_menu {
    background: white;
    display: none;
}

#responsivenav{
    display: none;
}

body .slicknav_menu .slicknav_icon-bar{
    background: gray;
}

.bgColored{
    position: relative;
      background: var(--sekundaer);
}


.bgColored.margTop, .bgColored.margBottom{
    background: transparent;
}



.bgColored.margBottom > .block:after, .bgColored.margTop > .block:after{
    display: block
}

.bgColored.margBottom > .block:after{

        
    height: 60%;
   
 

}

.slider-control{
    margin-top: 2rem;
}


.bgColored.margTop > .block:after{
    background: var(--sekundaer);
    position: absolute;
    height: 60%;
    width: 100%;
    top: auto;
    left: 0;
    content: '';
    z-index: -1;
    bottom: 0;
}
.mod_article.margBottom > .block {
    padding-bottom: 4rem;
}


.ce_bewerbungsbox .row > .imagecol,.ce_bewerbungsbox_full > .imagecol {
    width: auto;
    margin: -5rem -10rem -5rem 0;
    float: right;
    width: auto;
}

.ce_bewerbungsbox .imageholder,.ce_bewerbungsbox_full .imageholder {

    width: 450px;
    height: 450px;
    display: table;
}

.image_container.rounded {
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #fff;
    height: 20vw;
    width: 20vw;
    max-height: 200px;
    max-width: 200px;
    margin: 0 0 20px;
}

.center .image_container.rounded{
    margin: 0 auto 20px;
}

.mod_article > .ce_bewerbungsbox,.mod_article > .ce_bewerbungsbox_full {

    padding: 4rem 2rem;
max-width: 1080px;
    overflow: visible;
}

.mod_article > .ce_bewerbungsbox > .table, .mod_article > .ce_bewerbungsbox_full > .table {
    background: #cd0d17;
    /*max-width: 960px;*/
    padding: 2rem;
    box-sizing: border-box;
    margin: 0 auto;

       width:calc((100% - 10rem) + 2rem) 
}

.mod_article > .ce_bewerbungsbox_full > .table{
    padding: 0;
}

.ce_bewerbungsbox .row > *, .ce_bewerbungsbox_full .row > *{
    vertical-align: middle;
    width: 50%;
    box-sizing: border-box;
}


.ce_bewerbungsbox .textcol,.ce_bewerbungsbox_full .textcol {
    text-align: center;
    color: white;
    padding: 0;
        padding-right: 0px;
    width: auto;
    padding-right: 2rem;
}

.ce_bewerbungsbox .textcol.not_left, .ce_bewerbungsbox_full .textcol.not_left {
    padding-left: 2rem;
}

.ce_bewerbungsbox .textcol.not_right{
    padding-right: 2rem;
}

.ce_bewerbungsbox_full .textcol.not_left {
    padding-right: 0;
}

.ce_bewerbungsbox .headlinecontainer{
    margin-bottom: 4rem;
}

.ce_bewerbungsbox .headlinecontainer > *{
   font-size: 48px;
/*hyphens: auto;*/
line-height: 1.2;
letter-spacing: 0.03rem;
}


.ce_bewerbungsbox a,.ce_bewerbungsbox_full a {
    text-transform: uppercase;
    text-align: center;
    border: 1px solid;
   padding: 15px 30px 16px;
    background: #fff;
    color: #333;
    border-radius: 30px;
    font-weight: 700;
    display: table;
    margin: 0 auto;

    line-height:1.2;
    font-size: 36px;
}
.ce_bewerbungsbox a:hover,.ce_bewerbungsbox_full a:hover {
    box-shadow: 3px 3px 5px rgba(0,0,0,0.3);
}

a.cta {
    text-transform: uppercase;
    text-align: center;
   padding: 15px 30px 16px;
    background: #cd0d17;
    color: #fff;
    border-radius: 30px;
  
    display: table;
	margin-top:2rem;

    font-weight: 400;
    line-height:1.2;
    font-size: 20px;
}

.gallery.floating_below{
    margin-top: 4rem;
}

.ce_gallerytext.element_float_left .teasergrid > .itemsperRow_1 > *{
    margin-left: 0;
    margin-right: 0;
}





/* .mod_article.margBottom + .mod_article > .block {
    padding-top: 6rem;
}*/



.safari .ce_heroImage .table{
    display: block;
}


.safari .ce_heroImage .table > .row{
    display: table;
    width: 100%;
    height: 100%;
}

.padded, .mod_article > .block.padded {
    padding-left: 4rem;
      padding-right: 4rem;
}



.readmore {
    display: table;
    border: none;
    padding: 10px 2rem;
    line-height: 1;
    margin-top: 2rem;
    text-align: right;
   border-radius: 10px;
    min-width: 60px;
font-weight: normal;
    text-transform: none;
    
}


/*.ce_bewerbungsbox .imagecol:before{
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background:url(/files/theme/layout/images/icons/Kreis_testimonials.png) 50% 50% no-repeat scroll transparent;
}*/


.mod_article.fullwidth > .ce_bewerbungsbox > .table {
    padding-left: calc(((100% - var(--maxwidth)) / 2) + 2rem);
    width: 100%;
    padding-right: calc(((100% - var(--maxwidth)) / 2) + 2rem);
}

.mod_article.fullwidth > .ce_bewerbungsbox .row > .imagecol {
    width: auto;
    margin: -5rem 0 -5rem 0;
}


.kachelholder .row > .setwidth.width_1_3col + .setwidth, .kachelholder .setwidth.width_1_3col + .setwidth,
.kachelholder .row > .setwidth.width_2_3col + .setwidth, .kachelholder .setwidth.width_2_3col + .setwidth,
.kachelholder .ce_kachelelement .setwidth + .setwidth{
    width: auto;
}


.ce_kachelelement video{
    height: 100%;
    width: 100%;
}
.ce_kachelelement .row > * {
    width: 50%;
}

.ce_kachelelement .row > .no_setwidth{
    width: auto;
}


.ce_kachelelement .row > .no_setwidth:first-of-type:last-of-type{
    width: 50%;
    float: left;
}

.ce_kachelelement .row > .ce_text{
    padding: 0 2rem;
}

.ce_kachelelement .row > .ce_text:first-of-type{
    padding-left: 0;
}

.ce_kachelelement .row > .ce_text.bgcolor:last-of-type{
    padding-right: 2rem;
}

.ce_kachelelement .row > .ce_text.bgcolor:first-of-type{
    padding-left: 2rem;
}

.ce_kachelelement .row > .ce_text:last-of-type{}

.ce_kachelelement .row > .mediaholder .stoerer img{
    width: auto;
    height: auto;
    object-fit: none;
    image-rendering:crisp-edges;
    -webkit-image-rendering:crisp-edges;
}

.vAlign_top.ce_kachelelement .row > * {
    vertical-align: top
}

.vAlign_middle.ce_kachelelement .row > * {
    vertical-align: middle
}


.vAlign_bottom.ce_kachelelement .row > * {
    vertical-align: bottom
}

.ce_kachelelement .notfloat_right > .inside {
    padding: 0 4rem 0 2rem;
}


.ce_kachelelement .notfloat_left > .inside {
    padding: 0 2rem 0 4rem;
}


.ce_kachelelement .caption{
    display: none;
}


.ce_kachelelement .notfloat_right {
    padding-left: calc(((100% - var(--maxwidth)) / 2));
}


.ce_kachelelement .notfloat_left {
    padding-right: calc(((100% - var(--maxwidth)) / 2));
}


.bgImage > img{
    max-width: 100%;
    height: auto;
}

.cover .table, .cover .table > .row,.cover .table > .row > *,
.cover .bgImage{
    height: 100%;
}

.cover .bgImage > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.fontwhite{
    color: white;
}
.ce_heroImage .bgImage > img{
    width: 100%;
    height: 100%;
    opacity: 1;
    object-fit: cover;
    object-position: 50% 50%;
}

.row .imageholder.setwidth{
    width: auto;
}

.row > .setwidth.width_1_3col {

    width: calc(100% - (2 * (100% / 3)));

}

.row > .setwidth.width_2_3col ,.setwidth.width_2_3col {
    width: calc(2 * (100% / 3));
}

.row > .setwidth.width_2_2col {
    width: calc(1 * (100% / 2));
}

.mod_article > .block.noPadBottom{
    padding-bottom:0;
}
.noPad,
.mod_article > .block.noPad{
    padding:0;
}

.noPadLeft,
.mod_article > .block.noPadLeft{
    padding-left:0;
}

.noPadRight,
.mod_article > .block.noPadRight{
    padding-right:0;
}

.kachel .row > *{
    vertical-align: middle;
}

.ce_gallery > ul li{
  

}




.ce_longHead > *{
    margin: 0;
}

.mod_article > .block.setwidth .setwidth.width_2_3col{
    padding-left: calc(1 * (100% / 9));
}

.mod_onepage_navigation > .inside{
    background: silver;
padding: 4rem;
}
.mod_onepage_navigation ul{
    padding-left: 15px;
}

.mod_onepage_navigation ul li::before {
    content: '•';
    margin-right: 0.2rem;
    margin-left: -15px;
}


/*Searchmodal*/
.openBtn {
    padding: 0;
    line-height: 0;
    display: inline-block;
    vertical-align: middle;
    background: transparent;
    margin-left: 2rem;
}

.openBtn img{
    max-width: 100%;
    height: auto;
}

.openBtn {
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
}

.openBtn:hover {
 opacity: 0.8;
}

.overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
}


.overlay-content {
  position: relative;
  top: 46%;
  width: 80%;
  text-align: center;
  margin-top: 30px;
  margin: auto;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
  cursor: pointer;
  color: white;
}

.overlay .closebtn:hover {
  color: #ccc;
}


[type="search"] {
width: 100%;
}


.mod_search form {
    display: table;
    width: 100%;
    max-width: 680px;
    margin: 0 auto;
}

.mod_search form > .formbody{
   display: table-row;  
}

.mod_search form > .formbody > *{
   display: table-cell;
    vertical-align: middle;
}


.mod_search form .widget-text {
    background: white;
    width: calc(100% - 200px);
}


.mod_search form .widget-submit {
    width: 200px;
    border: 2px solid gray;
    background: gray;
}


.mod_search form .widget-submit > * {
    width: 100%;
    background: transparent;
    text-transform: uppercase;
    cursor: pointer;
    color: white;
}

.fullsize .ce_text,.ce_imagerow .ce_text{
   max-width: var(--maxwidth);
margin: 0 auto;
padding: 6rem 2rem 8rem;
box-sizing: border-box;
}

.fullsize .ce_text.not_float_below{
    padding-bottom: 4rem;
}

.fullsize .ce_text.not_float_above{
    padding-top: 4rem;
}



.center,  .center .ce_text,.center.ce_text{
    text-align: center;
}

.ce_teaserGrid .itemsperRow_grid > *, .ce_gridGallery .itemsperRow_grid > *{
    float: left;
    margin: 0 10px 20px;
    height:450px;
}

.itemsperRow_grid > .item_1_3col{
    width: calc( (100% - (6 * 10px)) / 3);
}

.itemsperRow_grid > .item_2_3col{
   width: calc( (100% - (4 * 10px)) - ( (100% - (6 * 10px)) / 3));
}

 .itemsperRow_grid > .item_3_3col{
    width: calc(100%);
}

.itemsperRow_grid > .item_3_3col.noimage{
    height: auto;
}



 .itemsperRow_grid .image_container img{
    max-width: 100%;
    height:100%;
}


.ce_teaserGrid .noimage .inside, .ce_gridGallery .noimage .inside {
    display: table;
    height: 100%;
    width: 100%;
    background: #333;
    color: white;
    box-sizing: border-box;
}


.ce_teaserGrid .flexslider ul.slides, .ce_teaserGrid .flexslider ul.slides > li,.ce_teaserGrid .itemsperRow_grid video,.ce_teaserGrid .itemsperRow_grid > * div, .ce_teaserGrid .teasergrid a, .ce_teaserGrid .teasergrid a span{
    height: 100%;
}


.ce_teaserGrid video {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}


.ce_teaserGrid .itemsperRow_grid > .item_3_3col.noimage .inside{
    padding: 2rem;
}

.fullwidth .ce_teaserGrid .itemsperRow_grid > *{
        height: 480px;
    position: relative;
    }


.fullwidth .ce_teaserGrid .itemsperRow_grid > .reference .banner {
    background: #cd0d17;
    display: block;
    padding: 10px 2rem;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    height: 60px;
    width: 100%;
}

.ce_teaserGrid .teasergrid .reference .teasercaption > .inside{
    background: rgba(0,0,0,0.8);
    color: white;
}

.fullwidth .ce_teaserGrid .itemsperRow_grid > * .banner img {
    width: auto;
    height: 100%;
    margin: 0 auto;
}


#herosection .mod_article > .block {
    position: relative;
    max-width: none;
 
    padding: 0;
    width: 100%;
}

.fullwidth.mod_article > .block.ce_teaserGrid{
    padding: 0;
}



#herosection .ce_heroImage{
height: calc(100vh - (100vh / 6));
    }


#herosection video {
    height: calc(100vh - (100vh / 6));
    object-fit: cover;
}



.megamenue.block, .filters > .inside {
    overflow: visible;
    display: table;
    width: 100%;
    max-width: 1680px;
    margin: 0 auto;
    padding: 0 2rem;
    box-sizing: border-box;
}



.megamenue h4{
    margin-top: 0;
}


.megamenu .column{
    margin-bottom: 2rem;
}


#magazin.megamenu .column,#kuechenratgeber.megamenu .column{
    display: table;
}

#magazin.megamenu .column > div, #kuechenratgeber.megamenu .column > div{
    display: table-cell;
    width: 50%;
    vertical-align: top;
}

header nav #magazin.megamenu .column, #kuechenratgeber.megamenu .column{
    display: table;
}

header nav #magazin.megamenu .column:nth-child(1n),#kuechenratgeber.megamenu .column:nth-child(1n){
   width: 50%;
float: left;
margin-left: 0; 
    margin-right: 0; 
}

header nav #magazin.megamenu .column:nth-child(2n),#kuechenratgeber.megamenu .column:nth-child(2n){
   width: 50%;
float: right;
margin-left: 0; 
    margin-right: 0;  
}


header nav #magazin.megamenu .column:nth-child(3n),#kuechenratgeber.megamenu .column:nth-child(3n){
float: none;
width: 50%;
}

#magazin.megamenu .column > div.navbox, #kuechenratgeber.megamenu div.navbox{
    padding-right: 3rem;
}

.megamenu .holder{
    padding: 2rem;
}

#ratgeber.megamenu .holder:before {
content:'';
display:block;
float:left;
width:calc(25% - 4rem);
height:500px;
background:url(../../images/lemans.jpg) 50% 50%;
background-size:cover;
margin-right:4rem;
}

header nav #ratgeber .column {
width: calc(25% - 4rem);
margin-right: 4rem;
}


.megamenu > .holder .column > div > li > a{
     font-family: cubano, sans-serif;
    font-weight: 400;
    font-size:1em;
    margin-bottom: 0;
}


header{
    z-index: 1000;
}

#main .inside .block ul li {
    margin-bottom: 10px;
    position: relative;
}

#main .inside .star.block ul li {
margin-bottom: 1rem;
}

.rowmatch.noimage .content{
    font-size: 42px;
line-height: 1.2;

font-weight: 400;
    color: white;
    padding: 2rem;
}

.ce_teaserGrid .teasergrid .teasercaption {
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    line-height: 1.2;
    text-align: left;
    z-index: 99;
}

.ce_teaserGrid .teasergrid .teasercaption > .inside {
    display: table;
    background: white;
    margin: 0 2rem;
    padding: 5px 2rem 15px;
    height: auto;
    line-height: 1.2;
    font-family: cubano,sans-serif;
    font-weight: 400;
    font-size: 25px;
    max-width: 260px;
}

/*handle grid*/
.grid {
padding: 0 10px 5px;
  overflow: hidden;
/*  -moz-animation-name: appear-grid;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease-out;
  -moz-animation-duration: 0.8s;
  -webkit-animation-name: appear-grid;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-duration: 0.8s;
  animation-name: appear-grid;
  animation-iteration-count: 1;
  animation-timing-function: ease-out;
  animation-duration: 0.8s;*/
}

.grid * {
  box-sizing: border-box;
}

.mod_list_shot_module .grid {
padding: 0 0 5px;
    margin: 0 10px -10px;
    box-sizing: border-box;
}

.grid:after {
  content: '';
  display: block;
  clear: both;
}

.grid-item,.grid-sizer {
  width: calc((100% - (6 * 10px)) / 3);
    margin: 0 10px 20px;
}
.grid-item{
  float: left;
  position: relative;
    overflow: hidden;
  }

.grid-item > .grid-item-inside {
/*border:5px solid transparent;*/
      position: relative;
}
.grid-item > .grid-item-inside {
    border-bottom: 0;
}

.grid-item-inside a, .grid-item-inside > span {
    display: block;
    position: relative;
    transition: all 0.2s;
}

.pageitem .contentholder {
    max-width: none;
    margin: 0;
    display: block;
}

.contentholder {
    background-color: transparent;
}

.imageholder::after {
   /* position: absolute;
    height: 100%;
    width: 100%;
    content: '';*/
}

.imageholder .teaserImage {
    line-height: 0;
    width: 100%;
    display: block;
    position: realtive;
}

.grid-item img {
    width: 100%;
    height: 100%;
}

.grid .caption {
    text-shadow: none;
    display: table;
    width: 100%;
}

.angebote .teaserheadline{
    margin: 0;
}


.grid .caption .teaserheadline{
font-size: 1.4em;
}

#main .grid .caption > .inside {
min-height:180px;
}

p > a{
    text-decoration: underline;
}

.grid .caption > .inside {

    padding: 0 20px 20px 20px;
    display: inline-block;
}

.grid-item-inside .caption span {
    display: block;
}


.teaserheadline {
    font-size: 2.2rem;
    line-height: 2rem;
    margin: 1rem 0;

    text-transform: uppercase;
    font-weight: 400;
}




.grid-item-inside .caption span.preteaserhead {
    font-size: 18px;
    display: inline-block;
    line-height: 130%;
}

.angebote .grid-item-inside .caption span.preteaserhead {
    line-height: inherit;
}

.angebote .teaserheadline {
    font-size: inherit;
    text-transform: none;
    line-height: 1;
    margin-top: 0.3rem;
    font-size: inherit;
}

.angebote .energydata.table{
    display: none;
}


.grid-item .imageholder .teaserImage{
    background: black;
}

.grid-item:hover .imageholder .teaserImage img{
    opacity: 0.8;
}

/*.row > .col {
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 .75rem;
    min-height: 1px;
    width: auto;
}*/

#carousel {
  padding: 2rem 2rem 0;
}


.index #carousel {
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
    height: 100%;
    overflow: visible;
}

.index #carousel > *, .index #carousel > * > ul{
    height: 100%;
}



#carousel.flexslider ul.slides > li {
  margin-right: 15px;
  width: 120px !important;
}

#carousel.flexslider .slides img{
    opacity: unset;
    margin-bottom:10px;
}


.index #carousel.flexslider ul.slides > li, .index #carousel.flexslider ul.slides > li img{
    margin-bottom: 0;
}

.index #carousel.flexslider .slides img {
   
   /* display: none;*/
}
.index #carousel.flexslider ul.slides > li{
    margin-right: 0;
height: calc((100% / 5));
    float: none !important;
    width: 240px !important;
}

#main .inside .block .flexslider ul.slides > li{
    margin-bottom: 0;
}
#carousel.flexslider ul.slides > li .figcaption{
    font-size: 14px;
    display: block;
    line-height: 1.2rem;
}


.parent_angebotskuechen .mod_single_direct_module #carousel{
    display: none;
}

.tablerow.section > .block.nopadtopbottom{
    padding-top: 0;
    padding-bottom: 0;
}

.slidertoggler span{
    display: inline-block;
    vertical-align: middle;
}

.slidertoggler .icon {
    width: 20px;
    line-height: 0;
    margin-left: 10px;
}




.slidertoggler .icon img {
    width: 100%;
    height: auto;
    transform: rotate(-90deg);
}

.slidertoggler.open .icon img {
        transform: rotate(0deg);
}

.tablerow.section > .block{
 max-width: var(--maxwidth);
margin: 0 auto;
   padding: 3rem 2rem 4rem;
box-sizing: border-box;   
}

.fullwidth.mod_article > .mod_single_direct_module.block{
    padding: 0;
}

#main > .inside {
    padding: 0;
}

.table > .table-row > * {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
}

.table > .table-row > .not_left, .table > .table-row > .float_right {
    padding-left: 2rem;
}

.table > .table-row > .not_right, .table > .table-row > .float_left {
    padding-right: 2rem;
}

.table > .table-row > .float_right, .table > .table-row > .float_left {
    float: none;
}


.tablerow.section > .ce_introtext.block.first {
    padding: 3rem 2rem 0;
    margin-bottom: 0;
}

/*.image_container img{
width: 100%;    
} */

.hero .flexslider .slides img{
    width: 100%;
    height: auto;
    display: block;
}


.tablerow.section > .block:not(.col){
    max-width: none;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
}



.tablerow.section > .block:not(.col) figure img{
    width: auto;
}



.filters > .inside {
   /* max-width: var(--maxwidth);
    margin: 0 auto;
    padding: 0 2rem;
    display: table;
    width: 100%;*/
    padding: 2rem calc(2rem + 25px);
}


.filters > .inside > *{
    float: left;
    margin-right: 2vw;
}

.ui-group strong{
    display: block;
}

.dk-select .disabled{
    display: none;
}

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

.ui-group {
  display: inline-block;
  margin-right: 20px;
}

.parent_angebote.nohero header:not(.clone){
    position: absolute;
}

.tablerow.section > .block.nopadbottom{
    padding-bottom: 0;
}

#main .inside .block .teasergrid ul li:last-of-type{
    margin-bottom: 0;
}

.slidertoggler, #carousel li{
    cursor: pointer;
}

body.gray{
    background:#3c3c3c;
    color:white;
}

.ce_pageteaser .text{
    
}

.ce_pageteaser .text .desc {

}




.ce_pageteaser.subpages .teasergrid > .itemsperRow_2 > *{
    width: calc( (100% - (4 * 2rem)) / 2 );
    margin: 0 2rem 4rem;
}


.ce_pageteaser.subpages  .teasergrid {
    margin: 10px -2rem -4rem;
}

.ce_pageteaser.subpages .readmore{
    display: none;
}

@-moz-keyframes appear-grid {
  0% {
    -moz-transform: translateY(-200px);
    opacity: 0;
  }
  100% {
    -moz-transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes appear-grid {
  0% {
    -webkit-transform: translateY(-200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}

@keyframes appear-grid {
  0% {
    transform: translateY(-200px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.energydata {
    box-sizing: border-box;
    padding-top: 20px;
    border-top: 0;
    position: absolute;
    right: 5px;
    top: 0;
    width: 45px;
    z-index: 30;
}

.energydata span {
    display: block;
}

.energydata > .row > * {
    display: block;
    width: 45px;
    padding: 0;
    float: none;
}

.energydata > .row > * .table {
    margin: 0 10px 0 0;
}

.energydata > .row > * .row {
    display: block;
    margin-bottom: 10px;
}

.energydata > .row > * .icon {
    height: 30px;
    width: auto;
    text-align: center;
    vertical-align: middle;
    line-height: 0;
    display: none;
}

.energydata > .row > * .arrow {
    padding-left: 5px;
    line-height: 0;
}

.energydata > .row > * img {
    height: auto;
    width: 100%;
    max-width: none;
}

.not_above .energydata {
    display: table;
    width: auto;
    padding: 0;
    background: none;
    height: auto;
    position: relative;
}

.not_above .energydata > * {
    display: block;
    white-space: nowrap;
    float: left;
    margin-right: 3rem;
}

.not_above .energydata > * > * {
    display: inline-block;
    white-space: normal;
    vertical-align: middle;
}
.not_above .energydata > * > .pdf {
    display: block;
    margin-top: 1rem;
}

.not_above .energydata > * > .icon {
    height: 50px;
    line-height: 0;
    padding-right: 2%;
}

.not_above .energydata > * > .eek {
    width: 70px;
    line-height: 0;
}

.not_above .energydata img{
    max-width: 100%;
}
.not_above .energydata .icon > img {
    height: 100%;
    width: auto;
}

.not_above .energydata a {
    color: #cd0d17;
    text-decoration: underline;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

body .fancybox-container{
    z-index:9999999;
}

.mod_single_direct_module .price{
    font-size: inherit;
}

q{
    font-style: italic;
}

q {
  quotes: "“" "”" "‘" "’";
}
q::before {
    content: open-quote;
}
q::after {
    content: close-quote;
}

.author{
    margin-top: 2rem;
}

.gray .mod_article.first > .block.noPadBottom{
    padding-top: 12rem;
}

.gray .ce_pageteaser{
    padding-top: 5rem;
}

.filters strong{
    display: none;
}

body .dk-selected{
    border: 1px solid #aaa;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    font-size: 15px;
    background: rgba(255,255,255,0.2);
}


body  .dk-selected::after{
    border: none;
}


body .dk-selected::before {
    /*border: none;
        border-bottom-color: currentcolor;
    border-bottom-color: rgba(77,89,91,1);
    background: url(/files/theme/layout/images/icons/searchglass.svg) no-repeat scroll 0% 100% transparent;
        background-size: auto;
    background-size: auto;
    content: '';
    display: inline-block;
    height: 28px;
    width: 28px;
    background-size: contain;
    vertical-align: middle;
    top: 0;
    position: absolute;
    margin: .5em;
    right: 0;
    float: right;
    opacity: 0.6;*/
}

body .dk-select{
    line-height: inherit;
}


body #main .inside .block ul.dk-select-options li {
    line-height: 1;
    margin-bottom: 0;
    padding: 10px 20px;
    font-size: 15px;
    border-bottom: 1px solid rgba(0,0,0,0.3);
}


body .dk-select-options .dk-option-highlight, body .dk-option-selected {
    background-color: rgba(0, 0, 0, 0.2);
    color: #333;
    
}

body .dk-select-options{
    max-height: none;
    background-color: rgba(255, 255, 255, 0.9);
    color: #333;
}


.more{
    margin-top: 2rem;
    display: block;
    cursor: pointer;
    text-align: center;
}


.more .readmore{
    margin: 0 auto;
    float: none;
    cursor: pointer;
}

.teasergrid > .itemsperRow_3 > .holder{
    width: 100%;
}

.mod_filter_tag_module .teasergrid > .itemsperRow_3{
    overflow: hidden;
}

.teasergrid p > a, .teasergrid p >a span, .teasergrid p > strong > a {
    display: inline-block;
}



.angebote .grid .caption > .inside{
    padding: 10px 20px 20px;
    display: block;
}



.slideup {
    position: absolute;
    bottom: 50px;
    display: none;
    transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    left: 0;
    z-index: 9999999;
}


.slideup.fix {
    position: fixed;
    display: block;
    bottom: 0;
    z-index: 9999;
    width: 100%;
}

.slideup .toggleSlide {
  width: 100%;
  margin: 0 auto;
    margin-left: auto;
  bottom: 0;
    left: 0;
  position: absolute;
  background: var(--kundenfarbe);
  color: white;
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 10px 20px;
 box-shadow: 0 0 10px rgba(0,0,0,0.3);  
  display: table;
  cursor: pointer;
       z-index: 9999999;
}


.slideup .slide {
    width: 100%;
    background: white;
    display: none;
    color: white;
    left: 0px;
    right: 0px;
}

.slideup .slide .sliderinner .slidercontent {
    padding: 0;
}

.slideup span {
    display: block;
    text-transform: uppercase;
    font-size: 18px;
 
	line-height:130%;
}

.slideup span img{
    max-width: 210px;
    margin-top: 0.5rem;
}

label img{
    max-width: 100%;
    height: auto;
}

.radio_container.list > span, .planung .radio_container > span {
    display: block;
    border: 1px solid rgba(0,0,0,0.2);
    margin-bottom: 20px;
    padding: 20px 20px 15px;
}



.radio_container.list > span > *, .planung .radio_container > span {
    display: inline-block;
    vertical-align: middle;
    width: 49.5%;
}


fieldset.planung .radio_container{
    text-align: center;
}

fieldset.planung .radio_container > span {
    display: inline-block;
    width: auto;
    min-width: 180px;
    text-align: left;
}





.radio_container.list > span > label{
    width: calc(100% - 50px);
}

.radio_container.list > span > input{
    width: 25px;
    position: relative;
}
.checkbox_container input:after,
.radio_container.list > span > input:after, fieldset.planung .radio_container > span input:after{
    content: '';
    height: 20px;
    width: 20px;
    border: 2px solid gray;
    display: block;

    float: right;
}

.checkbox_container input,
.radio_container.list > span > input, fieldset.planung .radio_container > span input{
    position: relative;
}
.checkbox_container input:checked:before,
.radio_container.list > span > input::before,fieldset.planung .radio_container > span input:before {
    content: '';
    height: 16px;
    width: 16px;
    border: 2px solid white;
    display: block;

    float: right;
    position: absolute;
    z-index: 999;
    right: 2px;
    top: 2px;
    
}

.checkbox_container input:checked:before{
    left: 2px;
}


.checkbox_container input:checked:after,
.radio_container.list > span > input:checked:after,fieldset.planung .radio_container > span input:checked:after {
     border: 2px solid var(--rosa);
       background: var(--rosa);
}


.kuechentester-werden .formbody > fieldset{
    display: none;
    position: relative;
}

.kuechentester-werden .formbody > fieldset.first{
    display: block;
}

.kuechentester-werden input,.kuechentester-werden label{
      cursor: pointer;
}


.kuechentester-werden legend {
    text-align: center;
    display: table;
    width: 100%;
    text-transform: uppercase;
    font-family: cubano, sans-serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 1.4;
    max-width: 650px;
    margin: 0 auto 2rem;
}

.preloader{
    width: 100%;
    display: table;
    margin-top: 2rem;
    text-align: center;
}

.errormsg{
       color: #cd0d17;
    font-size: 14px;
}




.readmoreholder{
      background: #cd0d17;
    color: #fff;
    border: 2px solid #fff;
}

.kuechentester-werden fieldset .widget-text{
    text-align: center;
}

.kuechentester-werden input.text {
    border: 1px solid rgba(0,0,0,0.2);
    width: 100%;
    max-width: 680px;
    padding: 10px;
    box-sizing: border-box;
    margin: 0 auto;
        margin-bottom: 0px;
    text-align: left;
    margin-bottom: 20px;
}


.kuechentester-werden .radio_container.list label {
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.3;
}

.kuechentester-werden .radio_container.list label:before,  fieldset.planung .radio_container label:before {
    content: '';
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url('/files/theme/layout/images/icons/stern.png') no-repeat scroll 50% 50% transparent;
        background-size: auto;
    background-size: contain;
    vertical-align: middle;
    margin-right: 20px;
    transform: rotate(-15deg);
 
}


.radio_container.list {
    max-width: 780px;
    margin: 0 auto;
}

.teasergrid label{
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
    line-height: 0;
}


.teasergrid label .caption{
    position: absolute;
top: 0;
left: 0;
line-height: 0;
    height: 100%;
    width: 100%;
}

.teasergrid label .caption .cell {
    vertical-align: bottom;
    line-height: 1.2;
}
.teasergrid label input{
    display: none;
}

.teasergrid label .caption .cell > .inside {
    display: table;
    margin: 0 auto;
}

.teasergrid label .caption .cell > .inside > div {
    background: rgba(255,255,255,0.8);
    padding: 10px 20px;
    font-family: cubano, sans-serif;
    font-weight: 400;
    display: table;
    margin: 0 20px 2rem;
    font-size: 36px;
}


fieldset.planung .radio_container > span, fieldset.planung .radio_container > span > *{
    display: inline-block
}

fieldset.planung .radio_container > span > *{
    vertical-align: middle;
}


fieldset.planung .radio_container > span:first-of-type{
    margin-right: 8vw;
}

fieldset.planung .radio_container > span > input {
    margin-left: 15px;
    margin-top: -0.2rem;
}


.widget-checkbox,.widget-explanation {
    max-width: none;
    margin: 0;
    box-sizing: border-box;
}

.widget-checkbox fieldset{
    padding: 0;
    margin-bottom: 20px;
}


.checkbox_container input:after{
    margin-right:0; 
}



.widget-checkbox fieldset {
    margin-bottom: 20px;
    padding: 0;
}

.checkbox_container label > * {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    line-height: 1.4;
}

.widget-submit{
    text-align: center;
}

.widget-submit button{
    margin-top: 4rem;
}

.widget-explanation {
    color: silver;
    font-size: 14px;
    margin-top: 2rem;
    text-align: center;
    line-height: 1.3;
}

.safari .teasergrid label .caption{
    display: block;
    width: 100%;
    height: 100%;
}

.safari .teasergrid label .caption.table > .row{
   display: table; 
       width: 100%;
    height: 100%;
}

.kuechentester-werden .radio_container.list label {
    padding-right: 20px;
    box-sizing: border-box;
}

.kuechentester-werden .radio_container.list label .labeltext{
    display: inline-block;
vertical-align: middle;

}

.noslideup .slideup{
    display: none;
}

.message.ajaxconfirm{
    max-width: 680px;
text-align: center;
margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}


.message.ajaxconfirm .readmoreholder {
    display: table;
    margin: 0 auto;
    margin-top: 3rem;
}

.message.ajaxconfirm .readmoreholder a{
    margin-top: 0;
}


#herosection .fullwidth.mod_article > .block {
    max-width: none;
    padding:0;
    margin: 0;
}




#herosection .flexslider .caption .headlinecontainer{
    margin: 0;
}

.preloader .readmore,.widget-submit button {
    background: #cd0d17;
    color: #fff;
    border: 2px solid #fff;
    margin: 0 auto;
    float: none;
    font-size: 20px;
    padding: 13px 3rem 15px;
    line-height: 1.2;
    min-width: 150px;
    border-radius: 5px;
    cursor: pointer;
}
.ce_text ul {
margin:1rem 0;
}

.ce_text ul.slides{
    margin: 0;
}

.ce_text.twocol ul {
margin:0;
}


.ce_text ul li p{
margin:0;
}

.datenschutz .mod_article > .block {
padding:0 2rem 2rem;
}
.mod_article > .block.ce_cookiebarOpener a{
text-decoration:underline;
}
.cookiebar_default .cc-info {
margin-top: 15px;
height: 80px;
overflow: auto;
font-size:12px;
}
.cookiebar_default .cc-info {
text-align:left;
}
.cc-head {
font-family: cubano,sans-serif;
font-weight: 400;
}


.underline .headlinecontainer > * {
    display: table;
    text-decoration: underline;
}


.ce_heroImage.valign_top .caption .row > .inside{
    vertical-align: top;
}

.flex-direction-nav a{
display:none;
}

.preloader{
    display: none;
}

.step7 .preloader{
display: block;
}

.safari #herosection .flexslider .caption{
    display: block
}

.safari #herosection .flexslider .caption .row{
    display: table;
    height: 100%;
}

.teasergrid > .itemsperRow_3 > .holder{
    display: table;
}

.kuechentester-werden .radio_container.list label .labeltext {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 70px);
}

.nobr {white-space: nowrap;}


.ce_bewerbungsbox_full .imageholder{
    position: relative;
}

.ce_bewerbungsbox_full .imageholder .caption{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    padding: 20px;
    box-sizing: border-box;
}

.ce_bewerbungsbox_full .imageholder .caption .table{
    height: 100%;
}

.ce_bewerbungsbox_full .imageholder .caption .table .row > *{
    vertical-align: bottom;
}


.ce_bewerbungsbox_full .imageholder .caption .table .row > * .headline {
  margin-bottom: 4rem;
  max-width: 460px;
  margin: 0 auto 4rem;
  text-align: center;
}


.ce_bewerbungsbox_full .imageholder .caption .table .row > * .headline > *{
    margin: 0;
    text-align: center;
}

.ce_bewerbungsbox_full .imageholder .caption .table .row > * .headline > * >span {
  display: table;
  background: #cd0d17;
  color: white;
  margin: 0 auto;
  padding: 0.1rem 0.5rem 0.1rem;
  font-size: 32px;
}

.ce_bewerbungsbox_full .imageholder .caption .table .row > * .headline span.headrow_large {
  font-size: 42px;
  background: transparent;
  display: block;
  line-height: 1;
  padding: 0;
}

.ce_bewerbungsbox_full .imageholder .caption .table .row > * .headline span.headrow_large > span {
  display: table;
  background: #cd0d17;
  color: white;
  margin: 0 auto;
  padding: 0.1rem 0.5rem 0.1rem;
}

.ce_bewerbungsbox_full .row > *{
    vertical-align: top;
}
.ce_bewerbungsbox_full .row > .textcol{
    padding-left: 3rem;
    text-align: left;
}

.vorteile{
    margin-top: 2rem;
}

.ce_bewerbungsbox_full a{
    margin: 0;
    margin-top: 2rem;
    
}

.ce_bewerbungsbox_full .vorteile .headlinecontainer > *{
    text-decoration: underline;
}

.ce_bewerbungsbox_full .row > .imagecol{
    width: auto;
}

.ce_bewerbungsbox_full ul.checked li{
    font-weight: 800;
}


.ce_bewerbungsbox_full ul.checked li::before {
  content: '';
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url(/files/theme/layout/images/icons/haken.svg) no-repeat scroll 50% 50% transparent;
    background-size: auto;
  background-size: contain;
  margin-right: 10px;
  margin-left: -30px;
}

.ce_bewerbungsbox_full{
   background: #cd0d17; 
}

.mod_article > .ce_bewerbungsbox_full > .table {
  width:   100%;
    max-width: var(--maxwidth);
}

.fullwidth.mod_article > .ce_bewerbungsbox_full.block {
  max-width: none;
  padding: 4rem 2rem 4rem;
  margin: 0;
}

.ce_bewerbungsbox_full .imageholder{
    width: 470px;
}

.video_container > video{
    width: 100%;
    height: 100%;
}

.safari .ce_kachelelement .video_container > video{
    position: absolute;
    left: 0;
    top:0;
}

.element_float_above.ce_player .headlinecontainer {
padding-top:3rem;
}





footer > .inside  .footerright .mod_navigation > ul{

      column-fill: balance;
     
     -moz-column-gap: 20px;
          column-gap: 20px;
    orphans: 3;
    widows: 3;
     -webkit-column-gap: 20px;
      columns: 2 200px;
     -moz-columns: 2 200px;
     -webkit-columns: 2 200px;
}

footer > .inside .footerright .mod_navigation > ul > li {
  break-after: column;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  line-height: 1.65;
    display:inline-block;
}

#footerbottom ul > li.first {
    margin: 0;
}


#footerbottom .row > *{
    vertical-align: middle;
}
/*
footer > .inside .row > *{
    width: 50%;
}
*/


footer > .inside .mod_navigation h3 {
  font-size: 16px;
  margin: 0 0 10px;
}
footer > .inside{
    
    font-size: 14px;
    
}

footer .mod_logo {
    margin: 0 auto 20px;
}

footer .mod_logo img{
    max-width: 280px;
}

footer .socials{
  margin-top: 2rem;
}



footer .socials ul > li{
    display: inline-block;
    vertical-align: middle;
}

footer .socials ul > li img{
    margin-left: 30px;
}

footer .socials ul > li img{
width:40px;
    height: 30px;
    object-fit: contain;
    object-position: center;
    margin: 0 auto;
}

/*footer > .inside .mod_navigation > ul{
    width: 420px;
} */

.navcontent {
  padding: 20px;
    padding-top: 20px;
  padding-top: 10rem;
}

.ce_kitchenteaser .table{
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    display: table;
}

.ce_kitchenteaser .table > .row{
       display: table-row;
}

.ce_kitchenteaser .table > .row > *{
       display: table-cell;
    vertical-align: bottom;
}

.ce_kitchenteaser .text{
    padding: 20px;
    box-sizing: border-box;
}

.ce_kitchenteaser .preHeadline > span {
  display: table;
  border-bottom: 3px solid var(--kundenfarbe);
  line-height: 1.2;
}

.ce_kitchenteaser .price {
  font-size: 50px;
  line-height: 1.2;
}

.ce_kitchenteaser .owl-carousel .price {
float:left;
}

.parallax-container .headlinecontainer > *,.ce_kitchenteaser .price, .parallax-container .text{
    text-shadow: 1px 1px 8px rgba(0,0,0,0.8);
}

#slider .image_container{
    display: table;
    width: 100%;
    height: auto;
}

.mod_article > .block.ce_colorslider{
    position: relative;
}



#carousel.flexslider .slides{
    transform: none !important;
    -webkit-transform: none !important;
}


.teasergrid img.fullsize{
    max-width: 100%;
    width: 100%;
    height: auto;
}

.preheadline > *,.headline > *{
    margin: 0;
}

/*.index .mod_article > .block{
    padding: 20px 2rem;
}
*/
.ce_kachelelement .textholder,
.ce_kachelelement .inside{
    position: relative;
}




.textholder .logo{
    display: table;
    width: 100%;
    margin-bottom: 20px;
}

.textholder .logo.hAlign_right figure{
    float: right;
}

.textholder .logo.hAlign_center{
   text-align: center;
}

.index .mod_article > .block.textbanner{
    padding: 3rem 2rem;
}

.index .mod_article > .block.ce_colorslider{
    padding: 0 2rem;
    position: static;
}

.index .mod_article > .block.ce_colorslider > .holder{
    position: relative;
}

.teasergrid{

}

.index .mod_article > .block.ce_text{
    padding: 6rem 2rem;
}

.mod_article.fullwidth > .block{
    max-width: none;
    padding: 20px 0;
}
/*
.index .ce_gallery > ul li{
    margin: 0;
}

.index .ce_gallery > ul {
  margin: 0 0 -20px;
}
*/
.menu-btn img{
    max-width: 26px;
    margin-right:10px;
}


.menu-btn > *{
    display: inline-block;
    vertical-align: middle;
}

header i.font-icon {
font-size: 25px;
    color:var(--kundenfarbe);
}

header i.font-icon.icon-calendar-empty {
font-size: 23px;
}

header .menu-btn > .font-icon {
  padding-right: 5px;
}

.menu-btn span {
  font-size: 16px;
}


.sharenav li span{
  font-size: 16px;  
}
.menu-btn > *{
    display: inline-block;
    vertical-align: middle;
}
.sharenav{
    text-align: right;
}

.sharenav li{
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
    text-align: center;
}

.sharenav li a, .sharenav li span{
    display: block;
}

.sharenav li:first-of-type{
    margin-left: 0;
}

.sharenav li img{
    height: 18px;
    width: auto;
}

.sharenav li span {
  display: block;
  line-height: 1.4;
  font-size: 14px;
}

.headerbottom .sharenav{
    margin-left: 20px;
}

.headerbottom .sharenav li span {
    font-size: 18px;
    font-weight: 300;
}

li.lightbox a, .ce_gallery > ul li a{
    position: relative;
    line-height: 0;
    display: block;
}

li.lightbox a:before,#carousel li.imageelement:before,
.ce_gallery > ul li a:before,
.mediaholder a[data-fancybox="gallery"]:before {
  content: '';
  height: 20px;
  width: 20px;
  background: url(/files/theme/layout/images/lupe.svg) no-repeat scroll 50% 50% transparent;
    background-size: auto;
  background-size: 20px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px;
}

#carousel li.imageelement:before {
    right: auto;
    left:0;
    background: url(/files/theme/layout/images/plus.svg) no-repeat scroll 50% 50% transparent;
    background-size: 20px;
    top:auto;
    bottom:0;
}
#carousel li.imageelement{
 transition:all 0.2s ease;
-webkit-transition:all 0.2s ease;
-moz-transition:all 0.2s ease;
-o-transition:all 0.2s ease;
-ms-transition:all 0.2s ease; 
  transform-origin: 100% 50%;
    position: relative;
}
#carousel li.imageelement:hover, #carousel li.imageelement.flex-active-slide{
     transform: scale(1.2);
    
    z-index: 99;
}

#carousel .flex-viewport, .ce_colorslider{
    overflow: visible !important;
}

.ce_responsiveMedia .stoerer {
  height: 100%;
  width: 100%;
  display: table;
  padding: 2rem 2rem;
  box-sizing: border-box;
  top: 0;
    left: 0;
    right: auto;
}

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

.stoerer{
    position: absolute;
    width: 280px;
    right: 2rem;
    top: 2rem;
    z-index: 999;
}

.stoerer img{
    max-width: 100%;
  
    height: auto;
     image-rendering:optimizequality;
    -webkit-image-rendering:optimizequality;
}

body.safari .ce_kachelelement > .table{
    display: block;
    height: 100%;
}


body.safari .ce_kachelelement > .table > .row{
    display: table;
    height: 100%;
}


.index .mod_article.fullwidth > .block.ce_text{
    max-width: var(--maxwidth);
    margin: 0 auto;
    padding: 2rem 2rem 4rem;
}

.mod_article > .noPadBottom,.noPadBottom{
    padding-bottom: 0 !important;
}

.mod_article > .noPadTop, .noPadTop{
    padding-top: 0 !important;
}

.mod_article > .padTopSmall, .padTopSmall{
      padding-top: 20px !important;
}

.mod_article > .padBottomSmall, .padBottomSmall{
      padding-bottom: 20px !important;
}

/*.mod_article > .noPad{
      padding-bottom: 0 !important;
    padding-top: 0 !important;
}*/

.index .mod_article.fullwidth > .block.textbanner{
    padding: 3rem 2rem;
}

.socialsidebar{
    position: absolute;
    top:0;
    z-index: 999;
}


.socialsidebar.sticky {
  position: fixed;
}

.socialsidebar span{
    display: block;
    line-height: 0;
    text-align: center;
    padding: 10px;
}

.socialsidebar img{
    height: auto;
    width: 20px;
}

/*
.houzz span{
    background: #4DBD15;
}
.facebook span{
    background: #3D68C0;
}
.pinterest span{
background:#EB3145;
}
.instagram span{
    background: #446291;
}
.youtube span{
    background: #EF2F16;
}
.whatsapp span,
.nlwhatsapp span{
    background: #12D25A;
}
.phone span{
    background: #EF2F16;
}
.tiktok span{
    background: #000000;
}

.messanger span{
    background:#1C8BF8;
}

.twitter span {
  background: rgb(29, 155, 240);
}



.mail span{
    background: #F4CD2F;
}
*/
.socialsidebar .facebook img{
    height:20px;
    width: auto;
}

.footerright{
    display: table;
    float: right;
}

footer > .inside .footerright .mod_navigation > ul {
  width: auto;
  columns: unset;
}
footer > .inside .footerright .mod_navigation > ul > li:after{
    content: ' | ';
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}


footer > .inside .footerright .mod_navigation > ul > li:last-of-type:after{
    display: none;
}

body .flex-control-nav.flex-control-paging{
    z-index: 9;
}

body .flexslider {
  margin: 0;
  background: transparent;
  border: none;
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
/*Terminvereinbarung*/

input, button.submit {

    margin: 0;
  
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

}


.terminanfrage .list_item {
    width: 100%;
    margin: 0;
    text-align: center;
    position: relative;
    min-height: 1px;
    padding: 0 5px;
    width: 100%;

margin: 0;

text-align: center;

position: relative;

min-height: 1px;

-webkit-box-flex: 0;

-ms-flex: 0 0 25%;

flex: 0 0 25%;

max-width: 25%;

padding: 0;
display: inline-block;
float:left;
}

.terminanfrage label {
width: 100%;
    max-width: 100%;
    
display: inline-block;
   


}
.terminanfrage .icheckbox_minimal-grey + label{
    vertical-align: top; 
    width: calc(100% - 2rem);
    padding-left: 20px;
   box-sizing: border-box;
}

.terminanfrage span.item-label {

    display: block;
    box-sizing: border-box;
    margin: 0;
    padding: 20px 10px;
    line-height: 14px;
    background: #eee;
    color: gray;
    cursor: pointer;
    height: auto;
    margin: 0.45rem;

font-size:17px;


}

.terminanfrage input[type="radio"], .terminanfrage input[type="checkbox"] {

    box-sizing: border-box;
    padding: 0;
display:none;
}



.terminanfrage input:checked + span.item-label {

    -webkit-filter: none;
    -moz-filter: none;
    filter: none;
    background: rgba(209, 34, 41, 0.8);
    color: var(--bodyfontcolor);

}

[type="radio"]:not(:checked) + span::before, [type="radio"]:not(:checked) + span::after, 
[type="radio"]:checked + span:before, [type="radio"]:checked + span::after
 {
    display: none;
}

.datefinder .widget{
width:40%;
display:inline-block;
white-space:normal;
vertical-align:top;
}

.terminanfrage fieldset{
padding:0;
}



.widget-submit {
margin-top:20px;
}

body .datepicker-date-display, body .datepicker-table td.is-selected,body .btn,body .btn-large,body .btn-small,body .btn:hover,body .btn-large:hover,body .btn-small:hover{
background-color:rgb(209, 34, 41);
color:var(--bodyfontcolor) !important;
}


.select-wrapper input.select-dropdown:focus, body input:not([type]):focus:not([readonly]),body input[type="text"]:not(.browser-default):focus:not([readonly]), body input[type="password"]:not(.browser-default):focus:not([readonly]), input[type="email"]:not(.browser-default):focus:not([readonly]), input[type="url"]:not(.browser-default):focus:not([readonly]), input[type="time"]:not(.browser-default):focus:not([readonly]), input[type="date"]:not(.browser-default):focus:not([readonly]), input[type="datetime"]:not(.browser-default):focus:not([readonly]), input[type="datetime-local"]:not(.browser-default):focus:not([readonly]), input[type="tel"]:not(.browser-default):focus:not([readonly]), input[type="number"]:not(.browser-default):focus:not([readonly]), input[type="search"]:not(.browser-default):focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]) {

    border-bottom: 1px solid var(--bodyfontcolor) !important;
    -webkit-box-shadow: none;
    box-shadow: none;

}

input:not([type]), input[type="text"]:not(.browser-default), input[type="password"]:not(.browser-default), input[type="email"]:not(.browser-default), input[type="url"]:not(.browser-default), input[type="time"]:not(.browser-default), input[type="date"]:not(.browser-default), input[type="datetime"]:not(.browser-default), input[type="datetime-local"]:not(.browser-default), input[type="tel"]:not(.browser-default), input[type="number"]:not(.browser-default), input[type="search"]:not(.browser-default), textarea.materialize-textarea,textarea{

border: 1px solid var(--bordercolor);
background: rgba(255,255,255,0.2);
color: var(--bodyfontcolor);
padding: 5px 10px;
box-sizing: border-box;
    min-height: 3rem;
}

body .btn,body .btn-large,body .btn-small{
margin: 1rem 0.5rem;
}

 body .datepicker-table td.is-today,body .datepicker-cancel,body .datepicker-clear,body .datepicker-today,body .datepicker-done {

    color: rgb(209, 34, 41);

}

body .dropdown-content li > a,body .dropdown-content li > span{
color:#333;
}

body .datepicker-table td{
border-radius:0;
}

.datepicker-controls .select-month input{
width:auto;
}

body textarea {
height:auto;
    width: 100%;
    min-height: 3rem;
    background-color: transparent;
   border: 1px solid #9e9e9e;
    padding: 10px;
    font-size: 16px;
box-sizing: content-box;
color:var(--bodyfontcolor);
}

.widget.widget-text > *, .widget.widget-textarea > * {
  width: 100%;
    box-sizing: border-box;
    font-size: 16px;
}

.widget{
    margin-bottom: 20px;
}

.widget.w50{
    float: left;
    width: calc((100% - 2rem) / 2);
    margin-right: 2rem;
    margin-bottom: 2rem;
}

.widget.w50.clr{
    margin-right: 0;
}

.widget.datepicker{
    padding: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
}

.widget.datepicker input{
        border-radius: 0;
        -webkit-border-radius: 0;
}

.formbody > fieldset{
    margin-bottom: 20px;
}


.formbody > fieldset > legend{
  margin-bottom: 20px;
  text-transform: uppercase;
}

.widget-submit{
    text-align: right;
}

.checkbox_container label > span{
    width: calc(100% - 38px);
    vertical-align: top;
}

.checkbox_container label > div{
    vertical-align: top;
    margin-right: 10px;
}

.not_thumbnailed .flexslider {

}

body .not_thumbnailed .flex-control-nav {
  bottom: -40px;
}

body .not_thumbnailed .image{
    margin-bottom: 20px;
}

video {
  width: 100%;
  box-sizing: border-box;
  height: 100%;
    object-fit: cover;
}

#maincontent > .block{
    padding: 3rem 2rem 4rem;
}






#header .row {
  display: table;
  width: 100%;
}

#header .row > *{
    display: table-cell;
	width: 33.33333%;
}

#carousel .flex-direction-nav,#slider .flex-direction-nav{
    display: none;
}



.index .mod_article.fullwidth > .block.ce_parallaxImage{
    padding-bottom: 4rem;
}

.mediaholder{
    position: relative;
}


.mediaholder > img{
    max-width: 100%;
    height: auto;
}

.mediaholder .stoerer{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: auto;
    display: table;
}


.mediaholder .stoerer > .inside{
    display: table-row;
}

.mediaholder .stoerer > .inside > *{
    display: table-cell;
}

.hleft{
    text-align: left;
}

.hcenter{
    text-align: center;
}

.hright{
    text-align: right;
}

.stoerer .item{
    padding: 2rem;
}
    
.vAlign_top.ce_kachelelement .stoerer .row > *{
    vertical-align: top;
    text-align: center;
    padding: 4rem 20px;
box-sizing: border-box;
}


.map {
  height: 450px;
  box-sizing: border-box;
  position: relative;
}


.map > iframe {
  border: 0;
  object-fit: fill;
  height: 100%;
  position: absolute;
  width: 100%;
  top: 0;
}

.footertop .textblock {
  padding: 2rem 2rem 2rem 4rem;
  font-size: 15px;
  line-height: 1.75;
}


.footertop .textblock .headlinecontainer {
  margin-bottom: 20px;
}

.footertop .textblock p{
    margin-bottom: 0.5rem;
}

.footertop .textblock h1,.footertop .textblock h2, .footertop .textblock h3, .footertop .textblock h4, .footertop .textblock h5, .footertop .textblock h6{
    margin: 0;
}

.footertop {
  color: white;

  display: table;
  width: 100%;
}

.teasergrid a span.pricebox, .teasergrid .pricebox{
    display: table;
    width: 100%;
}

.teasergrid a span.pricebox > span, .teasergrid .pricebox > div{
    display: table-row;
}

span.pricebox > span > *, .pricebox > div > *{
    display: table-cell;
}

span.pricebox > span > .cta, .pricebox > div > .cta{
    text-align: right;
}

.cta span {
  display: table;
  text-align: center;
  background: rgba(0,0,0,0.8);
  float: right;
  line-height: 1;
  padding: 10px 20px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 14px;
  letter-spacing: 0.03rem;
}


.cta span:after {
    content: '';
    display: inline-block;
    background: url(/files/theme/layout/images/icons/next_white.svg) no-repeat scroll 50% 50% transparent ;
    width: 10px;
    height: 10px;
}


.more img{
    width: 30px;
}

body .flex-direction-nav a.flex-next::before,
body .flex-direction-nav a.flex-prev::before{
    display: none;
}

body .flex-direction-nav .flex-next{
    right: 20px !important;
    opacity: 1 !important;
}

body .flex-direction-nav .flex-prev{
    left: 20px !important;
    opacity: 1 !important;
}


.slider-control .slider-prev{
    left: 20px ;
    opacity: 1 !important;
}


.slider-control .slider-next{
    right: 20px ;
    opacity: 1 !important;
}


body .flex-direction-nav a, .slider-control a > span {
  background: rgba(255,255,255,0.55);
  text-align: center !important;
  display: block;
  height: auto;
  line-height: 0;
  width: 10px;
  height: 10px;
  padding: 15px;
  border-radius: 50%;
}
body .flex-direction-nav a:hover {
background: rgba(255,255,255,0.75);
}

.slider-control{
    position: static;
}

.slider-control a{
    position: absolute;
    height: 100%;
    top: 0;
}

.slider-control a > span {
    display: block;
    position: relative;
    top: 50%;
    margin-top: -12.5px;
}

body .flex-direction-nav a img, .slider-control a img {
  width: 10px;
  height: auto;
  margin-top:-3px;
}

#main .inside .block ul.flex-direction-nav li {
  line-height: 0;
margin: 0;
    position: static;
}


#main .inside .block ul.flex-direction-nav{
  
  position: relative;
  top: 0;
  height: 100%;
    width: 100%;
    margin: 0;
}

.map .errorText {
  text-align: center;
  max-width: 650px;
  margin: 0 auto;
  background: white;
  padding: 20px;
  border: 1px solid rgba(0,0,0,0.2);
  box-sizing: border-box;
    position: relative;
    z-index: 999;
}


.map .errorText .showCookies {
  display: table;
  margin: 2rem auto 20px;
  border: 2px solid;
  padding: 10px 20px;
  line-height: 1;
cursor: pointer;
}

.map .errorText .showCookies:hover {
    background: black;
    color: white;
}

.ce_gridGallery .teasergrid{
    display: table;
    width: 100%;
}


.ce_gridGallery .teasergrid > div{
    display: table-row;
}

.ce_gridGallery .teasergrid > div > *{
  /*  float: none;
    display: table-cell;
    vertical-align: top; */
    margin: 0;
    height: 100%;
}


.ce_gridGallery .itemsperRow_grid > .item_1_3col {
  width: calc(100% / 3);
}

.ce_gridGallery .itemsperRow_grid > .item_2_3col {
  width: calc(100% - (100% / 3));
}

.ce_gridGallery .itemsperRow_grid > * {
    height: auto;
}

.ce_gridGallery a{
    position: relative;
display: table;
height: 100%;
}
.ce_imagerow a:before,
.ce_gridGallery a:before {
  content: '';
  height: 20px;
  width: 20px;
  background: url(/files/theme/layout/images/lupe.svg) no-repeat scroll 50% 50% transparent;
    background-size: auto;
  background-size: auto;
  background-size: 20px;
  display: block;
  position: absolute;
  right: 10px;
  top: 0;
  padding: 10px;
}
.ce_imagerow .row > * {
position:relative;
}

.ce_gridGallery .teasergrid a span{
    display: table;
    height: 100%;
}

.ce_imagerow .ce_text {
  max-width: var(--maxwidth);
  margin: 0 auto;
  padding: 2rem;
  box-sizing: border-box;
}

.ce_imagerow .bgImage > img{
    opacity: 1;
    object-fit: cover;
    object-position: center;
    
}

 .font-icon {
      font-family: "fontello";
      font-style: normal;
      font-weight: normal;
      speak: never;
     
      display: inline-block;
      text-decoration: inherit;
      width: 1em;
      margin-right: .2em;
      text-align: center;
      /* opacity: .8; */
     
      /* For safety - reset parent styles, that can break glyph codes*/
      font-variant: normal;
      text-transform: none;
     
      /* fix buttons height, for twitter bootstrap */
      line-height: 1em;
     
      /* Animation center compensation - margins should be symmetric */
      /* remove if not needed */
      margin-left: .2em;
     
      /* You can be more comfortable with increased icons size */
      /* font-size: 120%; */
     
      /* Font smoothing. That was taken from TWBS */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
     
      /* Uncomment for 3D effect */
      /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
    }


body.bg_black,.ce_kitchenteaser .table > .row > .text,
body.bg_black #header, body.bg_black #header.clone,
body.bg_black header > .inside{
    color:white;
}

body.bg_black,body.bg_black footer,
body.bg_black #header, body.bg_black #header.clone {
  background: black;
}

body.bg_white,body.bg_white .pushy,body.bg_white footer,
body.bg_white #header, body.bg_white #header.clone,
body.bg_white header > .inside{
    color:var(--schwarz);
}



body.bg_white,body.bg_white .pushy,
body.bg_white #header, body.bg_white #header.clone {
   
  background: white;
    
}

body.bg_white #header.slidedown, body.bg_white #header.clone.slidedown{
    position: sticky;
}

body.bg_white .site-overlay{
  background-color: rgba(255, 255, 255, 0.5);  
    
}

body .pushy-open-left .site-overlay, body .pushy-open-right .site-overlay{
     z-index: 9999999999;
}

body.bg_black .site-overlay{
  background-color: rgba(0, 0, 0, 0.5);  
}

body{
    background: white;
}
.stoerer_logo{
    margin-bottom: 2rem;
}

.linkholder {
  display: table;
}

.center .linkholder {
  margin: 0 auto;
}

.ce_flexslider.ce_responsiveSlider img{
    opacity: unset
}

.mod_article > .ce_responsivebanner.block{
    max-width: 980px;
    margin: 0 auto;
}

.mod_article > .ce_responsivebanner.block.videocontent{
    max-width: var(--maxwidth);
}

.mod_article > .ce_responsivebanner.block.videocontent > .inside{
    line-height: 0;
}

.mod_article > .ce_responsivebanner.block > .inside {
  background: rgb(234, 234, 234);
  display: table;
  box-sizing: border-box;
    width: 100%;
}

.mod_article > .ce_responsivebanner.block > .inside img,.mod_article > .ce_responsivebanner.block > .inside picture{
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
}

.ce_textBanner .headline{
    margin: 0 auto 4rem;
}

picture img{
    max-width: 100%;
    height: auto;
}

header .logo{
    margin: 0 auto;
}

.stoerer_logo {
    margin-bottom: 2rem;
    padding: 0 20px;
    box-sizing: border-box;
}

header .logo > *, header .logo img{
    width: 100%;
}


.ce_flexslider .ce_text.align_below {
  margin-top: 20px;
  padding-top: 0;
    padding-bottom: 0;
}


.bg_black footer > .inside .footerright .mod_navigation > ul > li{
      color: #fff; 
}

.zitatslider .bgImage{
    background: none !important;
}

.zitatslider .bgImage img{
    opacity: 1;
    margin: 0 auto;
    max-width: calc(100% - (2 * 8rem));
}
body .flex-direction-nav a.flex-next,body .flex-direction-nav a.flex-prev,
.owl-carousel .owl-nav button.owl-next span, .owl-carousel .owl-nav button.owl-prev span {
  background: transparent;
  display: block;
  height: 30px;
  width: 30px;
  padding: 0;
  line-height: 0;
  font-size: 34px;
  color: white;
  border-radius: 50%;
margin-top: 0;
}

.owl-carousel .owl-nav button.owl-next span, .owl-carousel .owl-nav button.owl-prev span {
    
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{
   position: absolute;
height: 100%;
top: 0;
    background: transparent !important;
width: 2rem;
}

.owl-carousel .owl-nav button.owl-next{
    right: -4rem;
}

.owl-carousel .owl-nav button.owl-prev{
      left: -4rem; 
}

.ce_owlslider{
    overflow: visible;
}

.slider-control .slider-menu{
    position: relative;
}

.slider-menu b{
    margin: 0 5px;
}

.ce_flexslider .ce_text.align_above{
    padding-bottom: 2rem;
}

.mod_article .block.ce_ImageBox {
  text-align: center;
  max-width: 980px;
  margin: 0 auto;
  padding: 6rem 2rem 6rem;
}


.ce_ImageBox .textholder{
    background: whiteSmoke;
    padding: 2rem;
    box-sizing: border-box;
}

.ce_ImageBox .logoholder{
    margin-top: 2rem;
}

.slider-control .slider-prev,.slider-control .slider-next{
    display: none;
}


.mod_article.fullwidth .block.maxWidth, .mod_article .block.maxWidth,
.maxwidth,.maxWidth{
    max-width: 980px;
    margin: 0 auto;
}


#main .inside .block.ce_gallery ul li{
    margin: 0;
}


p.disclaimer,
p.small,
.smallFontSize p{
    font-size: 12px;
    line-height: 16px;
    color:var(--tertiar);
}


.ce_kitchenteaser .linkholder{
    margin: 3rem auto 2rem;
}

 #test.mod_article > .block >.block {
  max-width: 980px;
  margin: 0 auto;
}

#test .row > * {
  width: auto;
}

#test .row > .mediaholder {
  background-size: contain !important;
  width: 350px;
}

#test .row > .mediaholder img{
    width: 100%;
    height: auto;
}

.mod_article.bgimage,.mod_article.bgimage > .block{
    position: relative;
}

.mod_article.bgimage > .bgImage{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}


.ce_kachelelement .mediaholder > .bgImage > img{
   height: auto;
    width: 100%;
}

body .headerbottom .sf-menu a, body .headerbottom .sf-menu strong{
    padding: .75em 1em;
}

.headerbottom .sf-menu strong{
    display: block;
}

body .headerbottom li.submenu > a,body .headerbottom li.submenu > strong{
    padding-right: 2.5em;
}

body .sf-menu ul{
    display: none;
}

body .sf-menu > li {
  float: left;
  margin-right: 20px;
  text-transform: none;
  font-weight: 300;
}

body .headerbottom .sf-menu a,body .headerbottom .sf-menu strong{
  color: inherit;
}
/*

header li.submenu > a:after,header  li.submenu > strong:after,
li.trail > a:after,li.trail > strong:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -3px;
  height: 0;
  width: 0;
  border: 5px solid transparent;
    border-top-color: transparent;
  border-top-color: #dFeEFF;
  border-top-color: rgba(0,0,0,.5);
}


header li.submenu > a,header  li.submenu > strong,
header li.trail > a,header li.trail > strong{
  padding-right: 2.5em;
  *padding-right: 1em;
    position: relative;
}*/

.headerbottom,.headertop{
    padding: 2rem 0 0;
}

.headerbottom {
    display: table;
    margin: 0 auto;
}

.headerbottom .mod_navigation{
 
    margin: 0 auto;
}

.morepager .fullwidth.mod_article > .block{
    padding-top: 0;
}


.fullwidth.mod_article > .block{
  padding: 4rem 0;
  box-sizing: border-box;
}

.mod_article > .block > .ce_text.below,
.fullwidth.mod_article > .block > .ce_text.below{
      padding-top: 20px;

}
.ce_text.above,
.mod_article > .block > .ce_text.above,
.fullwidth.mod_article > .block > .ce_text.above{
      padding-bottom: 2rem;
    
}
.maxWidth,.maxwidth,
.fullwidth.mod_article > .maxWidth.block > .ce_text{
    max-width: 980px;
}


.fullwidth.mod_article > .block > .ce_text.above{
padding-top: 4rem;
}

.fullwidth.mod_article > .block > .ce_text.below{
padding-bottom: 4rem;
}



.slicknav_nav{
    width: 100%
}

body nav.slicknav_nav, body nav.slicknav_nav a:hover{
    background: var(--kundenfarbe);
}

body .sf-menu > li.last{
    margin-right: 0;
}



.headerbottom > *{
    display: inline-block;
    vertical-align: bottom;
}

body .headerbottom .sf-menu a,body .headerbottom .sf-menu strong{
    line-height: 1.2;
    font-size: 18px;

}


.headerbottom .sharenav {
  padding-bottom: .75em;
    line-height: 1.2;
}

body .headerbottom .sf-menu ul.submenu a, body .headerbottom .sf-menu ul.submenu strong {
  padding: 10px 20px;
    font-size: 16px;
}

.variante_v2.ce_kitchenteaser .text {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: auto;
  white-space: nowrap;
}

.variante_v2.ce_kitchenteaser .text > *{
 display: inline-block;
    vertical-align: middle;
    width: 49.5%;
    white-space: normal;
}

.variante_v2.ce_kitchenteaser .text > .preHeadline > span {
  background: red;
  border: none;
  padding: 10px 20px;
  text-shadow: none;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.03rem;
}

.variante_v2.ce_kitchenteaser .text > .preHeadline > span:after {
    content:'>';
    display: inline-block;
margin-top:-2px;
        
}

.variante_v2 .teasergrid a span.pricebox > span,.variante_v2 .teasergrid .pricebox > div{
    float: right;
}

.variante_v2.ce_kitchenteaser .price {
  font-size: 43px;
  line-height: 1.2;
    font-weight: 700;
}


.variante_v2.ce_kitchenteaser .price > *{
    display: inline;
    
}

.variante_v2.ce_kitchenteaser .price > .currency{
    font-size: 32px;
      font-weight: 500;
}
.variante_v2.ce_kitchenteaser .table > .row > .text .pricebox{
    
}

.ce_kitchenslider .item span,.ce_kitchenslider .item a{
  display: block; 
}
#maincontent > .block.ce_kitchenslider {
    max-width: none;
    padding: 0;
    margin: 0;
}

.ce_kitchenslider .owl-carousel{
    margin: 0 -5px -10px;
}
.ce_kitchenslider .owl-carousel.owl-loaded{
    margin: 0;
}

.ce_kitchenslider .item{
    width: 100%;
    width: calc((100% - (6 * 5px)) / 3);
    margin: 0 5px 10px;
    float: left;
}

.ce_kitchenslider .owl-item .item{
    width: 100%;
    float: none;
}

.ce_kitchenslider .item span.table,.ce_kitchenteaser .preHeadline > span{
        display: table;
}

.ce_kitchenslider .item span.table > span.row{
    display: table-row;
}

.ce_kitchenslider .item .inside{
    height: 100%;
}

.mod_kuechelist > .headlinecontainer{
    text-align: center;
}

body .ce_kitchenslider .owl-carousel .owl-nav button{
    margin-top: 30px;
}

body .ce_kitchenslider .owl-carousel .owl-nav button.owl-prev{
    left: 0;
}

body .ce_kitchenslider .owl-carousel .owl-nav button.owl-next{
    right: 0;
}
#maincontent > .ce_aktion {
background:var(--kundenfarbe);
max-width:100%;
}
#maincontent > .ce_aktion .inside {
max-width: var(--maxwidth);
margin: 0 auto;
}


.ce_aktion .not_below .text{
    padding-bottom: 2rem;
}

.ce_aktion .not_above .text{
    padding-top: 20px;
}

/*
.xing{
    background: #0698a0;
}

.linkedin{
    background: #0a66c2;
}

*/
.ce_kitchenslider .item span.cta{
float:right;
}
.ce_kitchenslider .item span.price {
float:left;
}

.ce_owlItemSlider .item{
    border: 1px solid rgba(0,0,0,0.2);
}

.ce_owlItemSlider .item a  span{
    display: block;
}

.ce_owlItemSlider .item .textholder{
    padding: 10px;
}

.ce_owlItemSlider .item .textholder .headline{
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0.5rem;
  line-height: 1.2;
}

.index .mod_article > .block.ce_text.intro{
    max-width: 980px;
    margin: 0 auto;
    text-align: center;
}

.bg_kundenfarbe,
.button .readmore{
    background: var(--kundenfarbe);
    color: white;
}
.button.white .readmore{
    background: white;
    color: var(--kundenfarbe);
}

.ce_accordionSingle{
    border-top: 1px solid rgba(0,0,0,0.6);
}

.ce_accordionSingle .ui-accordion-content,
.ce_accordionSingle .toggler {
  padding: 12px 10px;
    position: relative;
}

.ce_accordionSingle .ui-icon {
  background: url(/files/theme/layout/images/icons/arrow_toggler.svg) no-repeat scroll 50% 50% transparent;
  width: 20px;
  display: block;
  position: absolute;
  right: 0;
    top: 0;
  height: 100%;
    transition: all 0.2s;
}



.ce_accordionSingle .toggler{
     font-weight: 700; 
    cursor: pointer;
    padding-right: 2rem;
}

.ce_accordionSingle .toggler.active .ui-icon {
     transform: rotate(90deg);
}


.ce_accordionSingle .ui-accordion-content{
    padding-top: 0;
    padding-right: 4rem;
    padding-bottom: 3rem;
    
}

.ce_accordionSingle .toggler h3{
    margin: 0;
    font-size: 21px;
}
.ce_accordionSingle .toggler.active{
    color:var(--kundenfarbe);
}

body.bg_black .ce_accordionSingle{
    border-top: 1px solid rgba(255,255,255,0.6);
}

.ce_kachelelement .textholder .akkordion{
    padding-right: 4rem;
}


.pink, .kundenfarbe{
    color:var(--kundenfarbe);
}

.bg_kundenfarbe{
    background: var(--kundenfarbe);
}

.bg_white{
    background: white;
}

.bg_transparent{
    background: transparent;
}

.colorWhite{
    color: white;
}

.teamitem{
    display: inline flow-root list-item;
}
.memberInformation {
    position: absolute;
  bottom: 0;
  background: var(--kundenfarbe_rgba);
  padding: 10px;
  color: white;
    width: 100%;
    box-sizing: border-box;
}

.memberInformation > .h3 {
    display: block;
    font-size: 18px;
}

/* customized slick */
/*.slick-slide{
    padding: 0 10px;
}

body .slick-dots{
    display: table;
    width: 100%;
    position: relative;
    bottom: auto;
    margin-top: 2rem;
}

body .slick-dots li{
    width: auto;
     background: rgba(0,0,0,0.2);
    display: table-cell;
    height: auto;
}

body .slick-dots li.slick-active{
    background: rgba(0,0,0,0.8);
}

body .slick-dots li button::before {
    display: none;
}

body .slick-dots li button{
    height: 5px;
    padding: 0;
}
*/

.elemtsperRow_1 .slidewrap .item.slick-slide,
.elemtsperRow_1 .slidewrap .item:not(.slick-slide){
   width: calc( ((100% - (1 * 10px)) / 1) - 8rem );
}

.elemtsperRow_2 .slidewrap .item.slick-slide,
.elemtsperRow_2 .slidewrap .item:not(.slick-slide){
   width: calc( ((100% - (4 * 10px)) / 2) - 8rem );
}

.elemtsperRow_3 .slidewrap .item.slick-slide,
.elemtsperRow_3 .slidewrap .item:not(.slick-slide){
   width: calc( ((100% - (6 * 10px)) / 3) - 2rem );
}

.elemtsperRow_4 .slidewrap .item.slick-slide,
.elemtsperRow_4 .slidewrap .item:not(.slick-slide){
   width: calc( ((100% - (8 * 10px)) / 4) - 1rem );
}

.elemtsperRow_5 .slidewrap .item.slick-slide,
.elemtsperRow_5 .slidewrap .item:not(.slick-slide){
   width: calc( ((100% - (10 * 10px)) / 5) - 1rem );
}

.elemtsperRow_6 .slidewrap .item.slick-slide,
.elemtsperRow_6 .slidewrap .item:not(.slick-slide){
   width: calc( ((100% - (12 * 10px)) / 6) - 1rem );
}

.elemtsperRow_7 .slidewrap .item.slick-slide,
.elemtsperRow_7 .slidewrap .item:not(.slick-slide){
   width: calc( ((100% - (14 * 10px)) / 7) - 1rem );
}
.elemtsperRow_8 .slidewrap .item.slick-slide,
.elemtsperRow_8 .slidewrap .item:not(.slick-slide){
   width: calc( ((100% - (16 * 10px)) / 8) - 1rem );
}

.infoheader > .rate{
    margin-left: 10px;
    float: right;
}

.rate > .star{
    display: inline-block;
    vertical-align: middle;
    /*width: calc(100% / 5);
    max-width: 20px;*/
        
}

.rate > .star img{
    width: 24px;
    height: auto;
}

.infoheader{
    display: table;
    width: 100%;

}

.center .infoheader{
    margin: 0 auto 20px;
}

.infoheader.above{ 
margin-bottom: 20px;
}

.infoheader.below{ 
margin-top: 20px;
}

.infoheader > *{
    float: left;
    width: auto;
    height: 24px;
}

.infoheader .date{
    text-align: right;
}

.infoheader .infos > span{
    float: left;
    vertical-align: base;
    display: block;
}

.infoheader .infos > span.image{
    width: 25px;
    height: 25px;
    margin-right: 10px;
}

.ce_feedbackSlider .name{
    
}

.ce_ownSlider .item > .inside,
.ce_feedbackSlider .item > .inside{
    padding: 20px;
}

.carousel-track .item{
    white-space: normal;
    line-height: 1.65;
}
.rate_all,
.slide .rate_all{
    margin-bottom: 10px;
}

.slide .rate_all > img,
.rate_all > img {
  height: 100%;
  width: auto;
}



.mod_article > .ce_headline.block > .headlinecontainer.noText{
    margin-bottom: 0;
}


.mod_article > .block > .headlinecontainer.withText + .ce_text.above{
    margin-bottom: 2rem;
}

.teasergrid > *:not(.layout_kachel) .layout_capoverlay_hover .text,
.teasergrid > *:not(.layout_kachel) .layout_capoverlay .text{
    position: absolute;
    bottom: 0;
    background: var(--kundenfarbe_rgba);
    color: white;
    width: 100%;
    text-align: center;
  padding: 10px;
    line-height: 1.2;
}

.teasergrid > *:not(.layout_kachel) .layout_capoverlay_hover{
    overflow: hidden;
}

.layout_capoverlay_hover.bg_kundenfarbe .text,
.layout_capoverlay.bg_kundenfarbe .text{
    background: var(--kundenfarbe);
}

.teasergrid > *:not(.layout_kachel) .layout_capoverlay_hover .text{
    bottom: -100%;
     transition:all 0.2s ease;
-webkit-transition:all 0.2s ease;
-moz-transition:all 0.2s ease;
-o-transition:all 0.2s ease;
-ms-transition:all 0.2s ease; 
}

.teasergrid > *:not(.layout_kachel) .layout_capoverlay_hover:hover .text{
    bottom: 0;
}

.slide:hover .caption{
    top: 0;
      opacity: 1;
}

.slide:hover .teaserhead{
    display: none;
}
.slide .caption,
.slide .teaserhead{
     position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
   top: 0;
}

.slide .caption{
    top: 100%;
     background:transparent;
    color: white;
    font-style: normal;
}


.slide .bgImage{
    position: relative;
    height: 100%;
}

.slide .bgImage > img{
    min-height: 100%
}

.slide .caption > .table{ 
height: 100%;
    padding: 20px 2rem;
}

.slide .caption .headline{
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2
}

.slide .caption.capoverlay_hover{
  transition:all 0.2s ease;
-webkit-transition:all 0.2s ease;
-moz-transition:all 0.2s ease;
-o-transition:all 0.2s ease;
-ms-transition:all 0.2s ease; 
      opacity: 0;

}

.slide .caption .ce_text{
    font-size: 16px;
  
   line-height: 30px;
}
.slide .teaserhead{
    padding: 2rem;
    display:block;
    color: white;
}

.slide .teaserhead > .row{
    display: table;
    height: 100%;
    width: 100%;
}

.slide .teaserhead .headline{
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
}

.slide .teaserhead .linkholder .readmore{
    border-color: white;
}



.linkholder.kundenfarbe .readmore{
    border-color:var(--kundenfarbe_rgba);
}

.item_intro > .inside{
    height: 100%;
}

.ce_feedbackSlider .item_intro > .inside{
    display: table;
}

.ce_feedbackSlider .item_intro > .inside > *{
    display: table-row;
}


.fullwidth.mod_article > .ce_kitchenteaser.block {
    padding: 0;
}
.carousel-wrapper .arrow{
    display: none !important;
}
.ce_marken .slide img {
   /* width: 250px;*/
    height: auto;
}

.ce_heroKachel picture{
    display: block;
    line-height: 0;
}

.ce_heroKachel picture,
.ce_heroKachel picture img{
    height: 100%;
      width: 100%;

}



.ce_heroKachel picture img{
    object-fit: cover;
    object-position: bottom;
    height: auto;
    max-height: 100%;
    height: 100%;
  
}
#herosection .ce_heroKachel video{
    height: 100%;

}

.ce_heroKachel .holder {
	display:flex; 
	justify-content: space-around;
    justify-content: center;
}

.ce_heroKachel .holder > *{
    display: flex;
	flex-direction: column;
	align-items:center;
    max-height: 640px;
    height: 640px;
}

.ce_heroKachel .holder > .mediaholder > figure{
    width: 100%;
}

.ce_heroKachel .video{
    position: relative;
    min-width: 640px;
    width: 640px;
}

.ce_heroKachel .video img{
   position: relative;
    z-index: 0;
    height: auto;
    width: 100%;
    height: 640px;
    max-height: 640px;
}

.ce_heroKachel .video video{
   position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 999;
}

#herosection .mod_article > .ce_heroKachel.block{
    max-width: 2500px;
    margin: 0 auto;
}

.campaign{
    background: whiteSmoke;
}

.ce_heroKachel .text.caption {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 999;
  display: table;
  padding: 2rem;
  text-align: center;
  color: white;
  font-style: inherit;
    font-size: inherit;
    box-sizing: border-box;
}

.headlinecontainer.white{
    background: transparent !important;
    color: white;
}

body.safari .ce_kachelelement .row,body.safari .ce_kachelelement .row > .mediaholder,body.safari .ce_kachelelement .row > .mediaholder *{
    height: unset;
}

body.safari .ce_kachelelement.twopics .row,body.safari .ce_kachelelement.twopics .row > .mediaholder,body.safari .ce_kachelelement.twopics .row > .mediaholder *{
    height: 100%;
}

.ce_kachelelement .row > .mediaholder.setwidth.col_1_3col{
    width: calc(100% / 3);
}

#herosection .mod_article > .ce_heroKachel + .block{
    padding: 2rem 0;
    max-width: 860px;
    margin: 0 auto;
}


.ce_kachelelement .row > .mediaholder .bgImage{
    height: 100%;
    line-height: 0;
}
.ce_kachelelement .row > .mediaholder .bgImage img{
    height: 100%;
    object-fit: cover;
}



body.safari .ce_kachelelement .row > .mediaholder{
    position: relative;
}

body.safari .ce_kachelelement .row > .mediaholder .video{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.ce_kachelelement .row > img.mediaholder.secondpic{
    width: 100%;
    line-height: 0;
}

body.safari .ce_kachelelement .row > .mediaholder img{
    
    object-fit: cover;
}


#main .inside .ce_text.block .text > ul.checked li{
    list-style-type: none;
}
ul.checked li::before {
  content: '';
  width: 30px;
  height: 30px;
  display: inline-block;
  background: url(/files/theme/layout/images/icons/benefit.svg) no-repeat scroll 50% 50% transparent;
    background-size: auto;
  background-size: contain;
  margin-right: 10px;
  margin-left: -41px;
    float: left;
}

ul.checked{
    padding-left: 40px;
}

.benefits ul.checked {
    font-size: 20px;
}

.headlinecontainer.captialized > *{
    text-transform: uppercase;
}

.headlinecontainer.normal > *{
    text-transform: none;
}

/*Header effex*/

/*Headerefx*/
body.effectHeader header.clone {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    transform: translateY(-100%);
    transition: 0.2s transform cubic-bezier(.3,.73,.3,.74);
    width: 100%;
    z-index: 999;
}


body.effectHeader.showOnUp.up header.clone {
     transform: translateY(0);
}

body.effectHeader.showOnDown.down header.clone,body.effectHeader.showOnDown.up header.clone {
      transform: translateY(0);
}

body.effectHeader.fixed header {
     position: sticky;
    top: 0;
}
body.effectHeader.shrinkHeader header{
transition:all 0.2s ease;
-webkit-transition:all 0.2s ease;
-moz-transition:all 0.2s ease;
-o-transition:all 0.2s ease;
-ms-transition:all 0.2s ease; 
}
body.effectHeader.shrinkHeader.up header,
body.effectHeader.shrinkHeader.down header {
    height: 20px;
}
/*Headerefx*/

/*Scrolltop*/
#return-to-top {
  background: rgba(50, 85, 135, 0.6);
    background: var(--kundenfarbe);
  bottom: 40px;
  cursor: pointer;
  display: none;
  
  opacity: 0.8;
  padding: 5px;
  position: fixed;
  right: 25px;
  text-align: center;

  z-index: 1000;
  line-height: 0;
    
    cursor: pointer;
  text-align: center;
  line-height: 0;

}

#return-to-top img {
 /* rotate: -90deg;*/
  width: 30px;
    height: 30px;
}

.mod_pageimage .caption > .inside.table{
    height: 100%;
}

.mod_pageimage .caption > .inside.table .innercell > .inside{
    padding: 2rem;
    max-width: var(--maxwidth);
    margin: 0 auto;
}

#herosection .caption .inside div.bgColored{
    background: var(--sekundaer);
    display: inline-block;
    padding: 2rem;
}


.columnized .text {
    hyphens: auto;
    -webkit-hyphens:auto;
     column-fill: balance;
     
     -moz-column-gap: 20px;
          column-gap: 20px;
    orphans: 3;
    widows: 3;
     -webkit-column-gap: 20px;
      
}

.columnized .text p{
  break-after: column;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  line-height: 1.65;
}

.colset_2 .text{
    columns: 2 300px;
     -moz-columns: 2 300px;
     -webkit-columns: 2 300px;  
}

.colset_3 .text{
    columns: 3 400px;
     -moz-columns: 3 400px;
     -webkit-columns: 3 400px;  
}

.colset_4 .text{
    columns: 4 400px;
     -moz-columns: 4 400px;
     -webkit-columns: 4 400px;  
}

.colset_5 .text{
    columns: 5 400px;
     -moz-columns: 5 400px;
     -webkit-columns: 5 400px;  
}

.colset_5 .text{
    columns: 6 400px;
     -moz-columns: 6 400px;
     -webkit-columns: 6 400px;  
}

.claim .headlinecontainer > h1,.claim .headlinecontainer > h2{
    font-size: 52px; 
    line-height: 1.2;
}

.ratetext{
    font-size: 21px;
}

blockquote {
  margin: 0;
  font-size: 46px;
  white-space: normal;
  line-height: 1.2;
}

.author span{
    display: block;
}

.author span.title{
    font-weight: bold;
}

.custom-controls-container{
    position: absolute;
    width: 100%;
}

.custom-controls-container .flex-control-nav{
    position: static;
}

.grid-css{
    display: flex;
    flex-wrap: wrap;
}

.grid-css .ce_image{
    width: 20%;
}
 
.grid-css .ce_text{
    width: 100%;
    text-align: center;
}

#main .ce_ansprechpartner .teasergrid{
    margin: 0 0 2rem 0;
}

.ce_ansprechpartner .teasergrid > div{
    align-items: center;
    justify-content: flex-start;
}

