html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  min-width: 300px;
  overflow-x: hidden;
  overflow-y: scroll;
  text-rendering: optimizeLegibility;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

* {
  font-style: normal;
}

::selection {
  color: #fff;
  background: #02c3ec;
}

body {
  font-size: 16px;
  font-size: 100%;
  font-family: 'Nunito', sans-serif;
  font-weight: 400;
  line-height: 1.5rem;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 500px center;
  scroll-behavior: smooth;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto', sans-serif;
  color: #3d3d3b;
  margin-top: 0;
}

h1 {
  color: #000;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.125;
  margin-top: 0;
  margin-bottom: 3rem;
}

h1.has--subheading {
  margin-bottom: 1.0rem;
}

h2 {
  color: #000;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.1466;
  margin-bottom: 2rem;
}

h2.has--icon {
  line-height: 1;
  display: inline;
}

h3 {
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 1.1466;
  margin-bottom: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000055;

  margin-top: 2.5rem;
}

h3.sub {
  font-family: 'Roboto Slab';
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  text-transform: none;
  letter-spacing: 0;
  color: #000;

  margin-top: 0;
}

h4 {
  color: #000055;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.1466;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0.85rem;

  margin-top: 2rem;
}

@media only screen and (max-width: 96em) {
  h1 {
    font-size: 3.5rem;
    margin-bottom: 2.5rem;
  }

  h1.has--subheading {
    margin-bottom: 0.8rem;
  }

  h3.sub {
    font-size: 2.125rem;
    line-height: 1.125;
  }

  h4 {
    font-size: 1.25rem;
    line-height: 1.125;
    margin-bottom: 0.8rem;
  }
}


@media only screen and (max-width: 80em) {
  h1 {
    font-size: 3rem;
    margin-bottom: 2.5rem;
  }

  h1.has--subheading {
    margin-bottom: 0.6rem;
  }

  h2 {
    font-size: 2.25rem;
  }

  h3.sub {
    font-size: 1.75rem;
    line-height: 1.125;
  }
}

@media only screen and (max-width: 64em) {
  h1 {
    font-size: 2.5rem;
    line-height: 1.125;
    margin-bottom: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.375rem;
    line-height: 1.25;
    margin-bottom: 0.8rem;
  }

  h4 {
    font-size: 1.125rem;
    letter-spacing: 1px;
  }
}

@media only screen and (max-width: 55.9375em) {
  h1 {
    font-size: 2.25rem;
    line-height: 1.125;
    margin-bottom: 0.5rem;
  }

  h1 br,
  h2 br,
  h3 br,
  h4 br,
  h5 br,
  h6 br {
    content: ' ';
    display: none;
  }
}

@media only screen and (max-width: 48em) {
  h2 {
    font-size: 1.75rem;
    line-height: 1.125;
    margin-bottom: 0.8rem;
  }

  h3 {
    font-size: 1.25rem;
    margin-bottom: 0.3rem;
  }
}

@media only screen and (max-width: 36em) {
  h3.sub {
    font-size: 1.375rem;
    line-height: 1.125;
  }
}



.ce_text h4 {
  margin-top: 1.75rem;
}

h5 {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.3125;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 1.3rem;

  margin-top: 1.75rem;
  margin-bottom: 0.875rem;
}

@media only screen and (max-width: 480px) {
  h5 {
    font-size: .875rem;
    letter-spacing: 1px;
    margin-bottom: .8rem;
  }
}

h5.tipps, 
h5.preheading,
.apprenticeship h5 {
  color: #888;
  margin-bottom: 0.5rem;
  margin-top: 0;
}

h6 {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.3125;
  margin-bottom: 0.25rem;
}

@media only screen and (max-width: 55.9375em) {
  h6 {
    font-size: 1rem;
  }
}

.ce_text.heading--mt0 h1,
.ce_text.heading--mt0 h2,
.ce_text.heading--mt0 h3,
.ce_text.heading--mt0 h4,
.ce_text.heading--mt0 h5,
.ce_text.heading--mt0 h6 {
  margin-top: 0;
}

.ce_text.heading--mb0 h1,
.ce_text.heading--mb0 h2,
.ce_text.heading--mb0 h3,
.ce_text.heading--mb0 h4,
.ce_text.heading--mb0 h5,
.ce_text.heading--mb0 h6 {
  margin-bottom: 0;
}


.ce_headline.has--separator::after,
.ce_text.has--separator::after {
  display: block;
  content: "";
  border-top: 8px solid #02c3ec;
  width: 80px;
  margin: 3rem 0;
}

.ce_headline.has--separator.is--centered::after, 
.ce_text.has--separator.is--centered::after{
  margin: 3rem auto;
}

@media only screen and (max-width: 96em) {
  .ce_headline.has--separator::after,
  .ce_text.has--separator::after {
    margin: 2.5rem 0;
  }
}

@media only screen and (max-width: 80em) {
  .ce_headline.has--separator::after,
  .ce_text.has--separator::after  {
    border-top: 6px solid #02c3ec;
    width: 65px;
    margin: 2rem 0;
  }
}


.testimonial--slider .ce_headline.has--separator.is--centered::after, 
.testimonial--slider .ce_text.has--separator.is--centered::after{
  margin: 3rem auto 0 auto;
}



/* ///////////////////////////////////////////////////
/                   LAYOUT
/////////////////////////////////////////////////// */

#container {
  padding-top: 0;
}

#wrapper {
  margin: 0 auto;
  max-width: 2200px;
}

@media only screen and (min-width: 80em) {
  #wrapper {
    border-left: 2rem solid #fff;
    border-right: 2rem solid #fff;
  }
}

@media only screen and (max-width: 48em) {
  #wrapper {
    width: 100% !important;
    overflow: hidden;
  }
}

.wrapper--inner {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  clear: both;
}

@media only screen and (min-width: 135em) {
  .wrapper--inner {
    max-width: 1680px;
  }
}

.wrapper--narrow {
  max-width: 1200px;
  width: 88%;
  margin: 0 auto;
  overflow: hidden;
  clear: both;
}

.wrapper--flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

@media only screen and (max-width: 105em) {
  .wrapper--inner {
    max-width: none;
    width: auto;
    margin-left: 4%;
    margin-right: 4%;
  }
}

.wrapper--inner-left {
  margin-left: 0;
}

.wrapper--inner-right {
  margin-right: 0;
}

@media only screen and (min-width: 80em) {
  .wrapper--narrow-right {
    display: block;
    max-width: 88% !important;
    float: right;
  }
}

.mod_article.is--fullwidth {
  width: 100% !important;
  max-width: 100%;
  clear: both;
  margin: 0 auto;
  overflow: hidden;
  padding: 6rem 0;
}

@media only screen and (max-width: 105em) {
  .mod_article.is--fullwidth {
    max-width: none;
    /*padding: 4rem 4% 4rem 8%;*/
  }
}

@media only screen and (max-width: 55.9375em) {
  .mod_article.is--fullwidth {
    width: auto;
    /*padding: 3rem 0;*/
  }
}

@media only screen and (max-width: 30em) {
  .mod_article.is--fullwidth {
    width: auto;
    padding: 3rem 0;
  }
}


.mod_article:not(.is--fullwidth) {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 6rem 0;
}

@media only screen and (min-width: 135em) {
  .mod_article:not(.is--fullwidth) {
    max-width: 1680px;
  }
}

@media only screen and (max-width: 105em) {
  .mod_article:not(.is--fullwidth) {
    max-width: none;
    padding: 4rem 4%;
  }
}

@media only screen and (max-width: 55.9375em) {
  .mod_article:not(.is--fullwidth) {
    width: auto;
    padding: 2rem 4%;
  }

  .mod_article:not(.is--fullwidth).mobile--fullwidth {
    width: auto;
    padding: 2rem 0;
  }
}

.container--shifted {
  padding-top: 0 !important;
  padding-bottom: 3rem !important;
}

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

.container--shifted-right {
  margin-left: calc((100% - 1400px) / 2);
}

@media only screen and (min-width: 135em) {
  .container--shifted-right {
    margin-left: calc((100% - 1680px) / 2);
  }
}

.container--shifted-right.is--bg-grey {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.img--shifted-left {
  position: relative;
  left: -6rem;
  margin-right: -6rem;
}

@media only screen and (min-width: 56em) and (max-width: 105em) {
  .container--shifted-right {
    margin-left: 4%;
  }
}

@media only screen and (min-width: 56em) and (max-width: 90em) {
  .container--shifted-right.is--bg-grey {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .container--shifted-right .col--1-2 {
    margin-right: 4%;
  }

  .container--shifted-right .wrapper--inner {
    max-width: none;
    width: auto;
    margin-left: 0;
    margin-right: 4%;
  }

  .container--shifted-right .img--shifted-left {
    left: -6rem;
    margin-right: -6rem;
  }
}

@media only screen and (min-width: 80.0625em) and (max-width: 95em) {
  .container--shifted-right .img--shifted-left {
    left: -4rem;
    margin-right: -4rem;
  }
}

@media only screen and (max-width: 55.9375em) {
  .container--shifted {
    padding-top: 8rem !important;
  }

  .container--shifted-right {
    margin-left: 0;
  }

  .container--shifted-right.is--bg-grey {
    padding-top: 0;
    padding-bottom: 4rem;
  }

  .container--shifted-right .wrapper--inner {
    max-width: none;
    width: auto;
    margin-left: 4%;
    margin-right: 4%;
  }

  .container--shifted-right .img--shifted-left {
    left: 0;
    top: -8rem;
    margin-right: 0;
    margin-bottom: -8rem;
  }
}


.container--shifted-left {
  margin-right: calc((100% - 1400px) / 2);
}

@media only screen and (min-width: 135em) {
  .container--shifted-left {
    margin-right: calc((100% - 1680px) / 2);
  }
}

@media only screen and (max-width: 95em) {
  .container--shifted-left {
    margin-right: 4%;
  }
}



/* ///////////////////////////////////////////////////
/                   HEADER
/////////////////////////////////////////////////// */
header {
  background-color: #fff;
  width: 100%;
  overflow: visible;
  position: unset;
  z-index: 998;
  transition: all 1s ease;
  max-width: calc(1400px + 12rem);
  padding-left: 6rem;
  margin: 0 auto;
}

@media only screen and (min-width: 135em) {
  header {
    max-width: calc(1680px + 12rem);
  }
}

@media only screen and (max-width: 105em) {
  header {
    max-width: none;
    padding-left: 4%;
    padding-right: 4%;
  }
}

@media only screen and (max-width: 64em) {
  header {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

body.ios header,
body.android header,
body.mobile header {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media only screen and (min-width: 80em) {
  body.ios header,
  body.android header,
  body.mobile header {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

/*@media only screen and (min-width: 64.0625em) {
  body.ios header.sticky,
  body.android header.sticky,
  body.mobile header.sticky {
    position: fixed;
    transition: all 2s ease;
  }
}*/

@media only screen and (max-width: 64em) {
  header.stickyhidden {
    transform: translateY(-100%);
    transition: all 1s ease;
  }

  header.sticky {
    position: fixed;
    top: translateY(0%);
    opacity: 1;
    transition: all 1s ease;
    box-shadow: 0 1px 1rem 0 rgba(0, 0, 0, 0.12);
  }
}

header .inside {
  background-color: #fff;
}

header .wrapper--inner {
  position: relative;
  max-width: none;
  width: 100%;
  overflow: visible;
  margin: 0 auto;
}

body.ios header .wrapper--inner,
body.android header .wrapper--inner,
body.mobile header .wrapper--inner {
  overflow: hidden;
}

/*@media only screen and (max-width: 85.3125em) {
  header .wrapper--inner {
    padding: 0.6rem 0 0.5rem 0;
  }
}*/

@media only screen and (max-width: 56em) {
  header .wrapper--inner {
    overflow: hidden;
  }
}

@media only screen and (max-width: 22.4375em) {
  header .wrapper--inner {
    padding: 0 !important;
  }
}

/*header.sticky .wrapper--inner {
  padding: 0.6rem 0 0.5rem 0;
}

@media only screen and (max-width: 85.3125em) {
  header.sticky .wrapper--inner {
    padding: 0 !important;
  }
}*/

header .header--logo {
  position: absolute;
  top: 3.0rem;
  right: 0;
  z-index: 999;
  transition: all .5s ease-out;
  width: 360px;
  height: auto;
}

body.ios .header--logo,
body.android .header--logo,
body.mobile .header--logo {
  position: initial;
  float: left;
}

@media only screen and (max-width: 97.5em) {
  header .header--logo {
    width: 300px;
  }
}

@media only screen and (max-width: 85.3125em) {
  header .header--logo {
    width: 280px;
  }
}

@media only screen and (max-width: 79.9375em) {
  header .header--logo {
    width: 200px;
  }
}

@media only screen and (max-width: 64em) {
  header .header--logo {
    position: initial;
    float: left;
  }
}

@media only screen and (max-width: 22.4375em) {
  header .header--logo {
    top: 1rem;
    width: 165px;
  }
}



/* ///////////////////////////////////////////////////
/                   HINWEIS
/////////////////////////////////////////////////// */

#notificationbar {
  padding: 0;
  margin: 0;
}

#notificationbar h1,
#notificationbar h2,
#notificationbar h3,
#notificationbar h4,
#notificationbar h5,
#notificationbar h6 {
  display: none;
}

#notificationbar p:first-child {
  background-color: #fbb6b6;
  padding: 0.5rem 4%;
  margin: 0;
  color: #000;
  font-size: 1rem;
  text-align: center;
}

#notificationbar p:not(:first-child) {
  display: none;
}

#notificationbar p:first-child::before {
  font-family: 'IcoFont';
  content: "\ef4e";
  margin-right: 0.25rem;
}

@media only screen and (max-width: 64em) {
  #notificationbar {
    margin-bottom: 1.5rem;
  }
}

@media only screen and (min-width: 56em) {
  #notificationbar br {
    content: ' ';
    display: none;
  }
}

@media only screen and (max-width: 80em) {
  #notificationbar p:first-child {
    padding: 0.5rem 4%;
    font-size: 0.875rem;
  }
}

@media only screen and (max-width: 30em) {
  #notificationbar p:first-child {
    font-size: 0.75rem;
  }
}




/* ///////////////////////////////////////////////////
/                   TITELBILD
/////////////////////////////////////////////////// */
.jumbotron,
.jumbotron-slider {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background: linear-gradient(to bottom,#fff 0%,#fff 15%,#ebe7e6 15%,#ebe7e6 100%);
}

@media only screen and (max-width: 55.9375em) {
  .jumbotron {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.jumbotron .startsite--head {
  height: 80vh;
  max-width: calc(1400px + 12rem);
  padding-left: 6rem;
  margin: 0 auto;
  overflow: visible;
}

@media only screen and (min-width: 135em) {
  .jumbotron .startsite--head {
    max-width: calc(1680px + 12rem);
  }
}

.jumbotron .ce_rsce_headerimage,
.jumbotron-slider .ce_rsce_slider-headerimage {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  height: 100%;
  text-align: left;
  /*margin: 0 auto;*/
  overflow: visible;
}

.bgimage--position-top {
  background-position: center top !important;
}

.bgimage--position-bottom {
  background-position: center bottom !important;
}

.bgimage--position-center {
  background-position: center center !important;
}

.ce_rsce_headerimage .ce_text,
.ce_rsce_slider-headerimage .ce_text {
  position: relative;
  width: 50%;
  max-width: 800px;
  top: 80%;
  transform: translateY(-80%);
  left: -6rem;
  margin-right: -6rem;
  padding: 3rem;
  background: #02c3ec;
}

.ce_rsce_headerimage .ce_text h1,
.ce_rsce_slider-headerimage .ce_text h1 {
  color: #fff !important;
  font-size: 3.25rem;
  font-weight: 400;
  margin-bottom: 2rem;
}

.ce_rsce_headerimage .ce_text p,
.ce_rsce_slider-headerimage .ce_text p {
  color: #fff !important;
  margin-bottom: 0;
}


@media only screen and (max-width: 105em) {
  .jumbotron .startsite--head {
    max-width: none;
    padding-left: 4% !important;
    padding-right: 4% !important;
  }

  .ce_rsce_headerimage .ce_text,
  .ce_rsce_slider-headerimage .ce_text {
    width: 60%;
    left: -4.5%;
    margin-right: -4.5%;
  }
}

@media only screen and (max-width: 97.5em) {
  .ce_rsce_headerimage .ce_text h1,
  .ce_rsce_slider-headerimage .ce_text h1 {
    font-size: 2.75rem;
    margin-bottom: 2rem;
  }
}

@media only screen and (max-width: 80em) {
  .ce_rsce_headerimage .ce_text h1,
  .ce_rsce_slider-headerimage .ce_text h1 {
    font-size: 2.25rem;
    margin-bottom: 1rem;
  }
}

@media screen and (max-width: 56em) {
  .jumbotron .startsite--head {
    height: 65vh;
    padding-bottom: 8rem;
  }

  .ce_rsce_headerimage .ce_text,
  .ce_rsce_slider-headerimage .ce_text {
    position: absolute;
    transform: none;
    width: 92%;
    left: 0;
    padding: 3rem 2rem;
    margin-left: 4%;
    margin-right: 4%;
    top: auto;
    bottom: -8rem;
  }
}

@media only screen and (max-width: 30em) {
  .jumbotron .startsite--head {
    height: 85vh;
    padding-bottom: 10rem;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .ce_rsce_headerimage .ce_text,
  .ce_rsce_slider-headerimage .ce_text {
    padding: 2rem;
    bottom: -10rem;
  }

  .ce_rsce_headerimage .ce_text h1,
  .ce_rsce_slider-headerimage .ce_text h1 {
    font-size: 1.875rem;
    margin-bottom: 1rem;
  }
}



/* ///////////////////////////////////////////////////
/                   SEITENKOPF
/////////////////////////////////////////////////// */


.subsite--headbg {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-bottom: 3rem !important;
  background: linear-gradient(to bottom,#fff 0%,#fff 15%,#ebe7e6 15%,#ebe7e6 100%);
}

.subsite--head {
  display: flex;
  /*flex-flow: row wrap;*/
  flex-direction: row;
  flex-wrap: wrap;
  clear: both;
  /*padding-left: 12% !important;
  padding-right: 6% !important;*/
  max-width: calc(1400px + 12rem);
  padding-left: 6rem;
  margin: 0 auto;
}

@media only screen and (min-width: 135em) {
  .subsite--head {
    max-width: calc(1680px + 12rem);
  }
}

.subsite--head .head--content {
  flex-basis: 40%;
  /*width: 40%;*/
  background: #02c3ec;
  color: #fff;
  position: relative;
}

.subsite--head .content--bottom-align {
  position: absolute;
  bottom: 0;
  padding: 4rem;
}

.subsite--head .head--image {
  flex-basis: 60%;
  background-color: #eee;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 70vh;
  max-height: 40rem;
  margin: 0 auto;
}

/*@media screen and (device-aspect-ratio: 4/3) and (min-aspect-ratio: 1/1) {
  .subsite--head .head--image {
    height: 60vh;
  }
}*/

@media screen and (min-width: 90em) and (max-width: 96em) {
  .subsite--head .head--image {
    height: 80vh;
  }
}

@media screen and (orientation: portrait) and (min-width: 56em) {
  .subsite--head .head--image {
    height: 36vh;
  }
}

.subsite--head .head--image-kunststoff {
  background-image: url("../img/header/header_kunststoff.jpg");
}

.subsite--head .head--image-holz-aluminium {
  background-image: url("../img/header/header_holz-aluminium.jpg");
}

.subsite--head .head--image-aluminium {
  background-image: url("../img/header/header_aluminium.jpg");
}

.subsite--head .head--image-zubehoer {
  background-image: url("../img/header/header_zubehoer.jpg");
}

.subsite--head .head--image-haustuer {
  background-image: url("../img/nachhausekommen.jpg");
}

.subsite--head .head--image-wintergaerten {
  background-image: url("../img/header/header_wintergaerten.jpg");
}

.subsite--head .head--image-glasfassaden {
  background-image: url("../img/header/header_glasfassaden.jpg");
}

.subsite--head .head--image-glaesernewerkstatt {
  background-image: url("../img/header/header_luftbild.jpg");
}

.subsite--head .head--image-ausstellung {
  background-image: url("../img/header/header_ausstellung.jpg");
}

.subsite--head .head--image-jobs {
  background-image: url("../img/header/header_jobs.jpg");
}

.subsite--head .head--image-geschichte {
  background-image: url("../img/header/header_geschichte.jpg");
}

.subsite--head .head--image-pflege {
  background-image: url("../img/header/header_pflege.jpg");
}

.subsite--head .head--image-renovierung {
  background-image: url("../img/header/zuruecklehnen.jpg");
}

.subsite--head .head--image-plaungstipps {
  background-image: url("../img/header/header_planungstipps.jpg");
}

.subsite--head .head--image-kundendienst {
  background-image: url("../img/header/header_kundendienst.jpg");
}

.subsite--head .head--image-impressum {
  background-image: url("../img/header/header_impressum.jpg");
}

.subsite--head .head--image-referenzen {
  background-image: url("../img/header/header_referenzen.jpg");
}

.subsite--head .mod_breadcrumb {
  margin: 2rem 0 4rem 0;
}

.subsite--head .mod_breadcrumb ul li {
  display: inline-block;
  color: #666;
  font-size: 1rem;
}

.subsite--head .mod_breadcrumb ul li a {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #666;
  text-decoration: none;
  text-transform: none;
}

.subsite--head .mod_breadcrumb ul li a:hover,
.subsite--head .mod_breadcrumb ul li a:focus,
.subsite--head .mod_breadcrumb ul li a:active {
  color: #02c3ec;
}

.subsite--head .mod_breadcrumb ul li.active {
  font-weight: 700;
}

.subsite--head .mod_breadcrumb ul li.first:before {
  font-family: "IcoFont";
  font-size: 1rem;
  content: "\ea7c";
  color: #02c3ec;
  padding-right: 0.5rem;
}

.subsite--head .mod_breadcrumb ul li:after {
  font-size: 1rem;
  font-weight: 700;
  content: "/";
  color: #02c3ec;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.subsite--head .mod_breadcrumb ul li.active:after {
  content:"";
}



@media only screen and (max-width: 105em) {
  .subsite--head {
    max-width: none;
    padding-left: 4%;
    padding-right: 4%;
  }

  .subsite--head .content--bottom-align {
    padding: 3rem;
  }
}

@media only screen and (max-width: 55.9375em) {
  .subsite--head {
    flex-direction: column;
  }

  .subsite--head .head--content {
    flex-basis: auto;
    position: static;
  }

  .subsite--head .content--bottom-align {
    position: static;
    bottom: auto;
    padding: 2rem 2rem 1rem 2rem;
  }

  .subsite--head .head--image {
    flex-basis: auto;
    width: 100%;
    /*height: 45vh;*/
    height: calc(100vw / 3 * 2);
  }

  .subsite--head .mod_breadcrumb {
    margin: 2rem 0 1rem 0;
  }

  .subsite--head .mod_breadcrumb ul li,
  .subsite--head .mod_breadcrumb ul li.first:before,
  .subsite--head .mod_breadcrumb ul li:after,
  .subsite--head .mod_breadcrumb ul li a {
    font-size: 0.75rem;
  }
}

.subsite--head .head--content h1,
.subsite--head .head--content h3 {
  color: #fff;
}

.head--content .ce_headline.has--separator::after {
  border-color: #fff;
}




/* ///////////////////////////////////////////////////
/                   MAIN CONTENT
/////////////////////////////////////////////////// */

sub {
  vertical-align: sub;
  font-size: smaller;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

a {
  /*font-family: 'Roboto', sans-serif;
  font-size: 1.5rem;
  text-decoration: none;
  font-weight: 500;*/
  color: #000;
}

p,
ul li {
  font-size: 1.25rem;
  line-height: 2rem;
  /*-webkit-hyphens: auto !important;
  -moz-hyphens: auto !important;
  -ms-hyphens: auto !important;
  hyphens: auto !important;*/
}

p.text--lead,
.text--lead p {
  color: #000055;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2rem;
  letter-spacing: 2px;
  margin-bottom: 2rem;
}

@media only screen and (max-width: 96em) {
  p,
  ul li {
    font-size: 1.125rem;
    line-height: 1.75;
  }

  p.text--lead,
  .text--lead p {
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-bottom: 1.5rem;
  }
}

@media only screen and (max-width: 80em) {
  p,
  ul li {
    font-size: 1rem;
    line-height: 1.5;
  }

  p.text--lead,
  .text--lead p {
    font-size: 1.125rem;
    line-height: 1.5rem;
    margin-bottom: 1.5rem;
  }
}


.ce_text ul {
  list-style: none;
}

.ce_text ul li:before {
  display: inline-block;
  content: '■';
  color: #02c3ec;
  margin-right: 1rem;
}

.ce_text ul li {
  line-height: 1.3;
  margin-bottom: 1.5rem;
  text-indent: -1rem;
  padding-left: 2rem;
}

@media only screen and (max-width: 80em) {
  .ce_text ul li {
    line-height: 1.3;
    margin-bottom: 1rem;
    text-indent: -1rem;
    padding-left: 2rem;
  }
}


.productdata.has--subheading h2 {
  margin-bottom: 1.0rem;
}

.productdata.has--subheading h4 {
  margin-top: 0;
  margin-bottom: 3rem;
}

.ce_text.showroom--address h5,
.ce_text.showroom--openinghours h5,
.ce_text.showroom--notice h5 {
  margin-bottom: 0;
  letter-spacing: 1px;
}

.ce_text.showroom--address p,
.ce_text.showroom--openinghours p,
.ce_text.showroom--notice p {
/*  font-family: 'Roboto', sans-serif;*/
  font-size: 1.125rem;
  font-weight: 400;
}

@media only screen and (max-width: 80em) {
  .ce_text.showroom--address p,
  .ce_text.showroom--openinghours p,
  .ce_text.showroom--notice p {
    font-size: 1rem;
  }

  .ce_text.showroom--address h5,
  .ce_text.showroom--openinghours h5,
  .ce_text.showroom--notice h5 {
    font-size: 1rem;
  }
}

.ce_text.showroom--openinghours p::before {
  font-family: "IcoFont";
  content: "\eedc";
  margin-right: 0.5rem;
}

.myquote {
  overflow: visible;
  position: relative;
}

.myquote::before {
  content: "";
  display: block;
  height: 170%;
  width: 100%;
  max-width: 30rem;
  border: 1.125rem solid #02c3ec;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.myquote .ce_text {
  position: relative;
  overflow: visible;
  background: #fff;
  z-index: 2;
  padding: 2rem 10rem;
  text-align: center;
  height: auto;
}

.myquote .ce_text p:first-child {
  font-family: 'Roboto Slab';
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.5;
  color: #666;
}

.myquote .ce_text p:nth-child(2) {
  color: #000;
  font-size: 1.25rem;
}

.myquote .ce_text p:nth-child(2)::before {
  font-family: "IcoFont";
  content: "\eeeb";
  margin-right: 0.5rem;
}



.testimonial {
  padding: 2rem 6rem;
  /*position: relative;*/
}

.testimonial .ce_text p:first-child {
  font-family: 'Roboto Slab';
  font-size: 1.75rem;
  font-weight: 300;
  font-style: italic;
  line-height: 1.5;
  color: #666;
  text-align: center;
}

.testimonial .ce_text p:nth-child(2) {
  color: #000;
  font-size: 1rem;
  text-align: center;
}

.testimonial .ce_text p:nth-child(2)::before {
  font-family: "IcoFont";
  content: "\eeeb";
  margin-right: 0.5rem;
}

.testimonial .ce_text p:first-child:before {
  position: absolute;
  font-family: 'IcoFont';
  font-size: 14rem;
  font-style: normal;
  top: -4rem;
  left: 10rem;
  content:"\efcd";
  color: rgba(0,0,0,0.07);
}

.rsts-skin-default .rsts-nav li {
  display: inline;
}

.testimonial--slider .mod_rocksolid_slider .rsts-slide {
  min-height: 17rem;
  /*padding: 0 4rem;*/
}

.testimonial--slider .mod_rocksolid_slider .rsts-prev.rsts-prev, 
.testimonial--slider .mod_rocksolid_slider .rsts-next.rsts-prev {
  right: inherit;
}

.testimonial--slider .mod_rocksolid_slider .rsts-prev, 
.testimonial--slider .mod_rocksolid_slider .rsts-next {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  color: #000;
  background-repeat: no-repeat;
  background-size: contain;
  top: 30%;
  transform: translate(0, -50%);
  background-image: url("../img/icons/arrow.png");
  transform: scaleX(-1);
  width: 53px;
  height: 35px;
  border: none;
}

.testimonial--slider .mod_rocksolid_slider .rsts-prev.rsts-next, 
.testimonial--slider .mod_rocksolid_slider .rsts-next.rsts-next {
  background-image: url("../img/icons/arrow.png");
  transform: scaleX(1);
  right: 0;
}

.rsts-skin-default .rsts-prev,
.rsts-skin-default .rsts-next,
.rsts-skin-default .rsts-video-play,
.rsts-skin-default .rsts-video-stop,
.rsts-skin-default .rsts-thumbs-prev,
.rsts-skin-default .rsts-thumbs-next {
  position: absolute;
  right: 55px;
  bottom: 15px;
  overflow: hidden;
  outline: none;
  line-height: 0;
  text-align: center;
  text-decoration: none;
  text-indent: -9999px;
  -webkit-transition: opacity 0.05s linear;
  -moz-transition: opacity 0.05s linear;
  -o-transition: opacity 0.05s linear;
  transition: opacity 0.05s linear;
}

.rsts-skin-default .rsts-nav .rsts-nav-prev,
.rsts-skin-default .rsts-nav .rsts-nav-next {
    display: none;
}

.testimonial--slider .mod_rocksolid_slider .rsts-nav {
  right: inherit;
  position: relative;
  text-align: center;
}

.testimonial--slider .mod_rocksolid_slider .rsts-nav ul .rsts-nav-item a {
  width: 25px;
  border-radius: 0;
  border: none;
  height: 3px;
  box-shadow: none;
  margin: 12px 4px;
  background: #ddd;
  position: relative;
  overflow: visible;
  transition: all ease-in-out 0.5s;
}

.testimonial--slider .mod_rocksolid_slider .rsts-nav ul .rsts-nav-item a::after {
  content: "";
  background: transparent;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 28px;
  width: 52px;
}

.testimonial--slider .mod_rocksolid_slider .rsts-nav ul .rsts-nav-item a.active {
  width: 40px;
  background: #02c3ec;
}

@media only screen and (max-width: 96em) {
  .testimonial .ce_text p:first-child {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

@media only screen and (max-width: 55.9375em) {
  .testimonial {
    padding: 2rem 3rem;
  }

  .testimonial .ce_text p:first-child {
    font-size: 1.375rem;
    line-height: 1.5;
  }

  .testimonial--slider .mod_rocksolid_slider .rsts-slide {
    min-height: 16rem;
  }

  .testimonial--slider .mod_rocksolid_slider .rsts-prev, 
  .testimonial--slider .mod_rocksolid_slider .rsts-next {
    top: 30%;
    width: 40px;
    height: 26px;
    border: none;
  }
}

@media only screen and (max-width: 40em) {
  .testimonial .ce_text p:first-child {
    font-size: 1.25rem;
    line-height: 1.4;
  }
}

@media only screen and (max-width: 30em) {
  .testimonial--slider .mod_rocksolid_slider .rsts-slide {
    min-height: 16rem;
  }

  .testimonial .ce_text p:first-child {
    font-size: 1rem;
    line-height: 1.4;
  }

  .testimonial .ce_text p:first-child:before {
    font-size: 14rem;
    top: -4rem;
    left: 5rem;
  }

  .testimonial .ce_text p:nth-child(2) {
    font-size: 0.875rem;
  }
}


.ce_text.is--centered p {
  -webkit-hyphens: manual !important;
  -moz-hyphens: manual !important;
  -ms-hyphens: manual !important;
  hyphens: manual !important;
}

.hint--stripe {
  background-image: linear-gradient(to right, #d6d6d6, #ebe7e6);
  padding: 3rem 0;
}

.hint--icon,
.hint--text,
.hint--button {
  position: relative;
  margin: 0 !important;
}

.ce_image.hint--icon {
  flex-basis: 18%;
/*  padding: 0 0 0 6rem;*/
}

.ce_image.hint--icon figure.image_container {
  max-width: 90px;
  height: auto;
  margin: 0 auto;
}

.ce_text.hint--text {
  flex-basis: 56%;
  padding-right: 1rem;
}

.ce_text.hint--text h3 {
  margin-bottom: 1rem;
  margin-top: 0;
  color: #000;
}

.ce_text.hint--text p {
  margin-bottom: 0;
  color: #000055;
  font-size: 1.125rem;
  line-height: 1.25;

}

.ce_hyperlink.hint--button {
  flex-basis: 26%;
  text-align: right;
}

.ce_hyperlink.hint--button a.hyperlink_txt,
.ce_hyperlink.button--blue a.hyperlink_txt {
  display: inline-block;
  margin-top: 2rem;
  padding: 0.75rem 1.5rem;
  /*border: 3px solid #000;*/
  color: #fff;
  font-size: 1.25rem;
  background-color: #02c3ec;
  border: 3px solid #02c3ec;
  text-decoration: none;
  transition: all ease-in-out 0.2s;
}

.ce_hyperlink.hint--button a.hyperlink_txt:hover {
  background-color: transparent;
  color: #000055;
  border: 3px solid #000055;
}

.ce_hyperlink.hint--button.button--fullwidth a.hyperlink_txt {
  display: block !important;
  text-align: center;
}


@media only screen and (max-width: 80em) {
  .ce_text.hint--text p {
    font-size: 1rem;
    line-height: 1.25;
  }

  .ce_hyperlink.hint--button a.hyperlink_txt {
    font-size: 1.125rem;
  }
}

@media only screen and (max-width: 55.9375em) {
  .ce_image.hint--icon .image_container img {
    margin: 0;
  }

  .ce_hyperlink.hint--button a.hyperlink_txt {
    padding: 0.75rem;
  }
}

@media only screen and (max-width: 48em) {
  .ce_image.hint--icon {
    flex-basis: 22%;
  }

  .ce_text.hint--text {
    flex-basis: 78%;
  }

  .ce_hyperlink.hint--button {
    flex-basis: 100%;
    text-align: center;
  }

  .ce_hyperlink.hint--button a.hyperlink_txt {
    display: block;
    padding: 0.5rem;
  }
}

@media only screen and (max-width: 36em) {
  .ce_image.hint--icon {
    flex-basis: 27%;
  }

  .ce_text.hint--text {
    flex-basis: 73%;
    padding-left: 2rem;
  }
}

@media only screen and (max-width: 30em) {
  .hint--stripe {
    background-image: linear-gradient(to bottom, #d6d6d6, #ebe7e6);
  }

  .ce_image.hint--icon {
    flex-basis: 100%;
    margin-bottom: 2rem !important;
  }

  .ce_image.hint--icon figure.image_container {
    max-width: 80px;
  }

  .ce_text.hint--text {
    flex-basis: 100%;
    padding-left: 0;
    text-align: center;
  }
}


.ce_youtube {
 position: relative;
 padding-bottom: 56.25%;
 width: 100%;
 height: auto;
}
 
.ce_youtube iframe {
 position: absolute;
 top: 0; left: 0; right: 0; bottom: 0;
 width: 100% !important;
 height: 100% !important;
}

.ce_hyperlink {
  margin-top: 2rem;
}

.ce_hyperlink.has--arrow a {
  font-family: 'Roboto', sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 2px;
  align-items: center;
  display: flex;
}

.ce_hyperlink a.has--arrow::before,
.ce_hyperlink.has--arrow a:before {
  transition: all ease-in-out 0.2s;
  content: "";
  display: inline-block;
  width: 3rem;
  height: 1.125rem;
  margin: 0 1.5rem 0 0;
  background-image: url("../img/icons/arrow--right-long.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.ce_hyperlink a.has--arrow:hover::before,
.ce_hyperlink.has--arrow a:hover:before {
  transform: translate(0.5rem, 0);
}

.ce_hyperlink.icon--pdf,
.ce_hyperlink.icofont--pdf {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.ce_hyperlink.icon--pdf a.hyperlink_txt {
  font-family: 'Roboto', sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
  color: #000;
  letter-spacing: 1px;
  align-items: center;
  display: flex;
}

.ce_hyperlink.icon--pdf a::before, 
.ce_text.icon--pdf a::before {
  content: "";
  width: 2.5rem;
  min-width: 2.5rem;
  height: 2.5rem;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  margin-right: 1rem;
  position: relative;
  background-image: url("../img/icons/file--pdf.png") !important;
}

.ce_hyperlink.link--youtube a.hyperlink_txt {
  height: 3rem;
  font-family: 'Roboto', sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2rem;
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 2px;
  padding: 0.75rem 0 0.75rem 4rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url("../img/icons/youtube.png");
  background-size: 2.5rem;
}


.joboffer .ce_hyperlink a.hyperlink_txt {
  font-family: 'Roboto', sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 1px;
  align-items: center;
  display: flex;
}

.joboffer .ce_hyperlink.icon--pdf {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}


.joboffer .ce_hyperlink.icon--pdf a::before {
  content: "";
  width: 2rem;
  min-width: 2rem;
  height: 2rem;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  margin-right: 1rem;
  position: relative;
  background-image: url("../img/icons/file--pdf.png") !important;
}

@media only screen and (max-width: 96em) {
  .ce_hyperlink.has--arrow a {
    font-size: 1.375rem;
  }

  .ce_hyperlink a.has--arrow::before,
  .ce_hyperlink.has--arrow a:before {
    width: 2.5rem;
    height: 1rem;
    margin: 0 1.5rem 0 0;
  }

  .ce_hyperlink.link--youtube a.hyperlink_txt {
    height: 2rem;
    font-size: 1.375rem;
    line-height: 1.5rem;
    padding: 0.75rem 0 0.75rem 3rem;
    background-size: 2rem;
  }
}

@media only screen and (max-width: 80em) {
  .ce_hyperlink {
    margin-top: 2rem;
  }

  .ce_hyperlink.has--arrow a.hyperlink_txt,
  .ce_hyperlink.icon--pdf a.hyperlink_txt {
    font-size: 1.125rem;
  }

  .ce_hyperlink.icon--pdf,
  .ce_hyperlink.icofont--pdf {
    line-height: 1.25rem;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .ce_hyperlink.icon--pdf a::before, 
  .ce_text.icon--pdf a::before {
    width: 2rem;
    min-width: 2rem;
    height: 2rem;
    margin-right: 0.5rem;
  }

  .ce_hyperlink.link--youtube a.hyperlink_txt {
    height: 2rem;
    font-size: 1.25rem;
    line-height: 1.5rem;
    letter-spacing: 1px;
    padding: 0.75rem 0 0.75rem 3rem;
    background-size: 2rem;
  }
}




.content--benefits-list {
  margin-top: 3rem !important;
}

.content--benefits-list .ce_text {
  margin-bottom: 1rem;
}

.content--benefits-list .ce_text h5 {
  color: #02c3ec;
  font-weight: 600;
  font-size: 3rem;
  line-height: 1.0;
  margin-bottom: 0;
  margin-top: 0;
}

.content--benefits-list .ce_text p {
  display: inline-block;
  font-family: 'Roboto Slab', sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  color: #666;
  line-height: 1.375;
  margin-left: 12%;
  width: calc(88.00000000000001%);
  margin-top: -1.75rem;
  border-top: 1px solid #02c3ec;
  margin-bottom: 0;
  padding: 1.0rem 0 0 0;
}

.content--milestones-list .ce_text h5 {
  font-family: 'Roboto Slab', sans-serif;
  color: #02c3ec;
  font-weight: 500;
  font-size: 2rem;
  margin-bottom: 0;
  margin-top: 0;
}

.content--milestones-list .ce_text p {
  font-family: 'Roboto Slab', sans-serif;
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  color: #666;
  line-height: 1.375;
  width: calc(85.00000000000001%);
  border-top: 1px solid #02c3ec;
  margin-left: 15%;
  margin-top: -1.75rem;
  margin-bottom: 1.25rem;
  padding: 1rem 3rem 0 1rem;
}

@media only screen and (max-width: 96em) {
  .content--benefits-list .ce_text h5 {
    font-size: 2.75rem;
  }

  .content--benefits-list .ce_text p {
    font-size: 1.25rem;
    line-height: 1.25;
  }

  .content--milestones-list .ce_text h5 {
    font-size: 1.75rem;
  }

  .content--milestones-list .ce_text p {
    margin-top: -1rem;
    margin-bottom: 1rem;
  }
}

@media only screen and (max-width: 80em) {
  .content--benefits-list .ce_text h5 {
    font-size: 2.5rem;
  }

  .content--benefits-list .ce_text p {
    font-size: 1.125rem;
    line-height: 1.25;
  }

  .content--milestones-list .ce_text h5 {
    font-size: 1.5rem;
  }

  .content--milestones-list .ce_text p {
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
  }
}

@media only screen and (max-width: 64em) {
  .content--benefits-list .ce_text {
    margin-bottom: 0.5rem;
    line-height: 1;
  }

  .content--benefits-list .ce_text h5 {
    font-size: 2.25rem;
    line-height: 1;
  }

  .content--benefits-list .ce_text p {
    margin-top: -1.5rem;
    font-size: 1.125rem;
    line-height: 1;
  }

  .content--milestones-list .ce_text p {
    width: calc(80.00000000000001%);
    margin-left: 20%;
  }
}

@media only screen and (max-width: 55.9375em) {
  .content--benefits-list {
    margin-top: 2rem !important;
  }

  .content--benefits-list .ce_text {
    margin-bottom: 0.5rem;
  }

  .content--benefits-list .ce_text p {
    width: calc(93.00000000000001%);
    margin-left: 7%;
  }

  .content--milestones-list .ce_text p {
    width: calc(88.00000000000001%);
    margin-left: 12%;
    padding: 1rem 2rem 0 1rem;
  }
}

@media only screen and (max-width: 36em) {
  .content--benefits-list .ce_text p {
    width: calc(90.00000000000001%);
    margin-left: 10%;
    font-size: 1rem;
    line-height: 1.1;
  }

  .content--milestones-list .ce_text p {
    width: calc(80.00000000000001%);
    margin-left: 20%;
    padding: 0.5rem 1rem 0 0.5rem;
  }
}


.ce_text.subtext--with-image .image_container {
  margin-bottom: 3rem;
}

.ce_text.subtext--with-image p {
  font-size: 1rem;
  line-height: 1.7;
}


.image--has-textoverlay .ce_image .image_container {
  position: relative;
  z-index: 0;
  max-height: 80vw;
}

.image--has-textoverlay .ce_text {
  background: #fff;
  position: relative;
  z-index: 1;
  width: 88%;
  float: left;
  padding: 2rem 2rem 0 0;
  top: -6rem;
  margin-bottom: -6rem;
  /*margin-top: -4rem;*/
}

.contact .col--1-3:nth-child(3n) {
  margin-right: 0;
}

.contact .image--has-textoverlay .ce_text {

  padding: 1rem 1rem 2rem 0;
  top: -3rem;
  margin-bottom: -3rem;
  margin-right: 12%;
}

.contact .ce_text p,
.contact .ce_text p a {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.3;
  text-transform: none;
  letter-spacing: 1px;
  color: #000;
}

.contact .ce_text p a {
  text-decoration: none;
}

.contact .ce_text p a:hover {
  border-bottom: 2px solid #6ad3f3;
}

.contact .ce_text p a[href^="mailto:"]::before {
  font-family: "IcoFont";
  content: "\ef14";
  margin-right: 0.75rem;
  text-decoration: none;
}

.contact .ce_text p a[href^="tel:"]::before {
  font-family: "IcoFont";
  content: "\efbb";
  margin-right: 0.75rem;
}


.contact .image--has-textoverlay .ce_text h4 {
  margin-top: 1rem;
  margin-bottom: 0.25rem;
  font-weight: 500;
  color: #000;
  text-transform: none;
}

.contact .image--has-textoverlay .ce_text h5 {
  color: #02c3ec;
}


.panel--staggered {
  position: relative;
}

.panel--staggered .ce_image .image_container,
.panel--staggered .ce_dlh_googlemaps,
.panel--staggered .mod_rocksolid_slider {
  position: absolute;
  /*position: relative;*/
  top: 0;
  right: 0;
  z-index: 0;
  width: 88%;
  height: auto;
}

@media only screen and (max-width: 63.9375em) {
  .panel--staggered .ce_image .image_container,
  .panel--staggered .ce_dlh_googlemaps,
  .panel--staggered .mod_rocksolid_slider {
    position: relative;
    display: block;
    width: 100%;
  }
}

.panel--staggered .contentlayer {
  background: #fff;
  position: relative;
  z-index: 1;
  width: 35%;
  float: left;
  padding: 3rem 3rem 3rem 0;
  margin-top: 25vh;
}

@media only screen and (max-width: 47.9375em) {
  .panel--staggered .contentlayer {
    position: relative;
    display: block;
    width: auto;
    float: none;
    top:-6rem;
    padding: 2rem;
    margin: 0 4% -6rem 4%;
  }
}

@media only screen and (min-width: 48em) and (max-width: 63.9375em) {
  .panel--staggered .contentlayer {
    position: relative;
    display: block;
    width: auto;
    float: none;
    top:-12rem;
    padding: 2rem;
    margin: 0 4% -12rem 4%;
  }
}

@media only screen and (min-width: 64em) and (max-width: 79.9375em) {
  .panel--staggered .contentlayer {
    width: 50%;
    padding: 2rem 2rem 2rem 0;
    margin-top: 16rem;
  }

  h1 br {
    content: ' ';
    display: none;
  }
}

.woodspecies .ce_image {
  float: left;
  width: 22.5%;
  margin-right: 3.333333333%;
}

.woodspecies .ce_image:last-child {
  margin-right: 0;
}

.woodspecies .ce_image figcaption {
  margin-top: 0.5rem;
}

.ce_list.list--with-checkicon ul li {
  padding-left: 3rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 2rem;
  background-image: url("../img/icons/check.png");
  font-size: 1.1875rem;
  line-height: 2rem;
  margin-bottom: 1rem;
}



.ce_form .widget {
  margin-bottom: 1.5rem;
}

.ce_form.rueckruf {
  margin-top: 1rem;
}

.ce_form form input[type="text"],
.ce_form form input[type="email"],
.ce_form form input[type="tel"],
.ce_form form input[type="password"],
.ce_form form textarea {
  border: none;
  border-bottom: 1px solid #324146;
  border-radius: 0;
  background-color: transparent;
  font-size: 2rem;
  font-family: 'Roboto', sans-serif;
  color: #888;
  box-shadow: none;
}

.ce_form form select {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #324146;
  border-radius: 0;
  padding: 0.5rem 0;
  font-size: 2rem;
  font-family: 'Roboto', sans-serif;
  color: #888;
  background: url('../img/icons/select_arrow-down.png') no-repeat right;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.ce_form input:focus,
.ce_form select:focus,
.ce_form textarea:focus,
.ce_form button:focus {
  outline: none;
  outline-style: none;
  -webkit-outline-style: none;
  -moz-outline-style: none;
}

.ce_form.rueckruf form input[type="text"],
.ce_form.rueckruf form input[type="email"],
.ce_form.rueckruf form input[type="tel"],
.ce_form.rueckruf form input[type="password"],
.ce_form.rueckruf form textarea {
  background: #ebe7e6;
  padding: 0.5rem 0;
  color: #c8c5c2;
}


.ce_form.rueckruf form select {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #324146;
  background: #ebe7e6;
  padding: 0.5rem 0;
  font-size: 2rem;
  font-family: 'Roboto', sans-serif;
  color: #c8c5c2;
  background: url('../img/icons/select_arrow-down.png') no-repeat right;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

form select option {
  font-size: 1rem;
  color: #000;
}

form select:required:invalid, 
form select:focus, 
form select option:first-of-type {
  color: #ddd;
}

.ce_form form ::-webkit-input-placeholder {
  color: #ddd;
}

.ce_form form ::-moz-placeholder {
  color: #ddd;
  opacity: 1;
}

.ce_form form ::-ms-placeholder {
  color: #ddd;
}

.ce_form form ::placeholder {
  color: #ddd;
}

.ce_form.rueckruf form ::-webkit-input-placeholder {
  color: #c8c5c2;
}

.ce_form.rueckruf form ::-moz-placeholder {
  color: #c8c5c2;
  opacity: 1;
}

.ce_form.rueckruf form ::-ms-placeholder {
  color: #c8c5c2;
}

.ce_form.rueckruf form ::placeholder {
  color: #c8c5c2;
}


.widget>label,
.ce_form label {
  font-family: 'Roboto', sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  text-transform: none;
}

.ce_form.rueckruf label#lbl_4_0 {
  color: #888;
  text-transform: none;
}

.ce_form label a {
  font-size: 0.875rem;
  text-decoration: underline;
}

.ce_form.rueckruf label#lbl_4_0 a {
  color: #888;
}

.ce_form button[type="submit"] {
  float: right;
  background: #02c3ec;
  color: #fff;
  padding: 0.75rem 1.5rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 1rem;
  border: 4px solid #02c3ec;
  border-radius: 0;
  transition: all ease-in-out 0.2s;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 1.8rem;
}

@media only screen and (max-width: 55.9375em) {
  .ce_form button[type="submit"] {
    width: 100%;
  }
}

/*.ce_form.rueckruf button[type="submit"] {
  float: right;
  background: #324146;
  color: #fff;
  padding: .4rem .9rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 1rem;
  border: 4px solid #324146;
  border-radius: 0;
  transition: all ease-in-out 0.2s;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-left: 2rem;
  padding-right: 2rem;
  margin-bottom: 1.8rem;
}*/

@media only screen and (max-width: 80em) {
  .ce_form form input[type="text"],
  .ce_form form input[type="email"],
  .ce_form form input[type="tel"],
  .ce_form form input[type="password"],
  .ce_form form textarea {
    font-size: 1.5rem;
  }

  .ce_form form select,
  .ce_form.rueckruf form select {
    font-size: 1.5rem;
  }

  .ce_form.rueckruf button[type="submit"] {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}



/* ///////////////////////////////////////////////////
/                   PRODUCT CATEGORY
/////////////////////////////////////////////////// */

.produktkategorien {
  background: linear-gradient(to bottom,#ebe7e6 0%,#ebe7e6 60%,#fff 60%,#fff 100%);
}

@media only screen and (max-width: 55.9375em) {
  .produktkategorien {
    background: linear-gradient(to bottom,#ebe7e6 0%,#ebe7e6 20%,#fff 20%,#fff 100%);
  }
}

.kategorie {
  position: relative;
}

.kategorie figure img {
  transition: .5s;
}

.kategorie figure:hover img {
  transform: scale(1.05);
  transition: .5s;
}

.kategorie figure:hover figcaption a.has--arrow::before {
  transform: translate(0.5rem, 0);
}

.kategorie figure figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: 0;
  line-height: 1.0;
}

.kategorie figure figcaption a {
  background-color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 1.75rem;
  font-weight: 500;
  text-decoration: none;
  color: #000;
  line-height: 1.0;
  padding: 1rem 2rem 0 0;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
}

@media only screen and (min-width: 80em) and (max-width: 89.9375em) {
  .kategorie figure figcaption a {
    font-size: 1.375rem;
  }
}

@media only screen and (min-width: 64em) and (max-width: 79.9375em) {
  .kategorie figure figcaption a {
    font-size: 1.25rem;
  }
}

@media only screen and (min-width: 56em) and (max-width: 63.9375em) {
  .kategorie figure figcaption a {
    font-size: 1.125rem;
  }
}

@media only screen and (max-width: 36em) {
  .kategorie figure figcaption a {
    font-size: 1.25rem;
  }
}




/* ///////////////////////////////////////////////////
/                   NAVIGATION
/////////////////////////////////////////////////// */

.is--mobile {
  display: none !important;
}

@media only screen and (max-width: 64em) {
  .is--mobile {
    display: block !important;
  }

  .is--desktop {
    display: none !important;
  }
}

body.ios .is--mobile,
body.android .is--mobile,
body.mobile .is--mobile {
  display: block !important;
}

body.ios .is--desktop,
body.android .is--desktop,
body.mobil .is--desktop {
  display: none !important;
}

#hamburger-menu {
  display: block;
  text-align: right;
  height: 2rem;
}

#hamburger-menu a {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  float: right;
  color: #fff;
  text-decoration: none;
}

/*@media only screen and (max-width: 30em) {
  #hamburger-menu a {
    margin-right: 2rem;
  }
}*/

#hamburger-menu span {
  position: absolute;
  display: block;
  height: 3px;
  width: 100%;
  content: '';
  background-color: #000055;
  transition: all 500ms ease-in-out;
}

#hamburger-menu span:nth-child(1) {
  top: 15%;
}
#hamburger-menu span:nth-child(2) {
  top: 42%;
}
#hamburger-menu span:nth-child(3) {
  top: 69%;
  width: 70%;
}


/* ///////////////////////////////////////////////////
/                   MMENU
/////////////////////////////////////////////////// */
.mm-listitem strong {
  padding: calc((var(--mm-listitem-size) - var(--mm-line-height))/ 2);
  padding-left: 20px;
}


.nav--main {
  transition: all ease-in-out .2s;
  transition: all cubic-bezier(.4, 0, .2, 1) .3s;
  padding: 6rem 0 2rem 0;
}

@media only screen and (max-width: 97.5em) {
  .nav--main {
    padding-top: 5rem;
  }
}

@media only screen and (max-width: 85.3125em) {
  .nav--main {
    padding-top: 4.25rem;
    padding-bottom: 1rem;
  }
}

@media only screen and (max-width: 63.9375em) {
  .nav--main {
    display: none !important;
  }
}

.nav--main ul {
  display: flex;
  justify-content: flex-start;
}


@media only screen and (min-width: 80em) and (max-width: 104.9375em) {
  .nav--main ul {
    padding-right: 3rem;
  }
}

.nav--main ul li {
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  transition: all .2s ease-in-out;
  margin-left: 1.5rem;
  padding-bottom: .125rem;
}

.nav--main ul li:first-child {
  margin-left: 0rem;
}

.nav--main ul li a,
.nav--main ul li span,
.nav--main ul li strong {
  text-decoration: none;
  white-space: nowrap;
  padding: 0 0 0.375rem 0;
  transition: all ease-in-out .2s;
  transition: all cubic-bezier(.4, 0, .2, 1) .3s;
  font-weight: 500;
  font-size: 1.125rem;
  color: #555;
  letter-spacing: 1px;
}

.nav--main ul li span {
  padding: 0;
}

.nav--main ul li.active strong {
  font-weight: 700;
}

.nav--main ul li .active,
.nav--main ul li .trail,
.nav--main ul li a:hover {
  border-bottom: 4px solid #6ad3f3;
  transition: none;
}

.nav--main ul li.submenu > a span::after,
.nav--main ul li.submenu > strong::after {
  font-family: "IcoFont";
  font-size: 0.875rem;
  content: "\eab2";
  margin-left: .25rem;
}

.nav--main ul li a:hover {
  border-bottom: 4px solid #6ad3f3;
}

.nav--main ul li .level_2 {
  position: absolute;
  margin-top: 3px;
}

.nav--main ul li .level_3,
.nav--main ul li .level_2 {
  display: none;
  padding: 0;
  padding: 1.0rem 1.5rem 1.0rem 1.5rem;
  margin-left: -2.5rem;
  z-index: 99999;
  background-color: #fff;
}

.nav--main ul li .level_3 li,
.nav--main ul li .level_2 li {
  float: none;
  display: block;
  width: 100%;
  font-size: 1rem;
  text-align: left;
  margin-left: 0rem;
  padding: 0;
  line-height: 1;
  border-bottom: 1px solid #ccc;
}



.nav--main ul li .level_3 li:last-child, 
.nav--main ul li .level_2 li:last-child {
  border: none;
}

.nav--main ul li .level_3 li:hover a,
.nav--main ul li .level_2 li:hover a,
.nav--main ul li .level_3 li:hover span,
.nav--main ul li .level_2 li:hover span,
.nav--main ul li .level_3 li:hover strong,
.nav--main ul li .level_2 li:hover strong {
  color: #666;
}

.nav--main ul li .level_3 li a,
.nav--main ul li .level_2 li a {
  padding: 1rem;
  border-bottom: none !important;
}

.nav--main ul li .level_3 li.active strong,
.nav--main ul li .level_2 li.active strong {
  padding: 1rem 1rem 1rem 0rem;
  border-bottom: none !important;
}

.nav--main ul li .level_3 li a,
.nav--main ul li .level_2 li a,
.nav--main ul li .level_3 li span,
.nav--main ul li .level_2 li span,
.nav--main ul li .level_3 li strong,
.nav--main ul li .level_2 li strong {
  display: block;
  font-weight: 400;
  font-size: 1rem;
  color: #555;
  border-bottom: none !important;
}


.nav--main ul li .level_3 li.active strong,
.nav--main ul li .level_2 li.active strong {
  color: #555;
}

.nav--main ul li .level_3 li.active strong::before,
.nav--main ul li .level_2 li.active strong::before {
  font-family: "IcoFont";
  font-size: 1rem;
  content: "\ea75";
  color: #02c3ec;
  width: 1rem;
}


.nav--main ul li.submenu:hover ul.level_2 {
  display: block;
}

.nav--main ul li.submenu:hover ul.level_2 ul.level_3 {
  display: block;
}

.nav--main ul li.submenu.about:hover ul.level_2 {
  display: none;
}


@media only screen and (max-width: 96em) {
  .nav--main ul li {
    margin-left: 1.25rem;
  }

  .nav--main ul li a,
  .nav--main ul li span,
  .nav--main ul li strong {
    font-size: 1rem;
  }

  .nav--main ul li .level_3 li a,
  .nav--main ul li .level_2 li a,
  .nav--main ul li .level_3 li span,
  .nav--main ul li .level_2 li span,
  .nav--main ul li .level_3 li strong,
  .nav--main ul li .level_2 li strong {
    font-size: 0.9375rem;
  }
}

@media only screen and (max-width: 85.3125em) {
  .nav--main ul li a,
  .nav--main ul li span,
  .nav--main ul li strong {
    letter-spacing: 0;
  }
}

@media only screen and (max-width: 79.9375em) {
  .nav--main ul li {
    margin-left: 1.125rem;
  }

  .nav--main ul li a,
  .nav--main ul li span,
  .nav--main ul li strong {
    font-size: 0.875rem;
  }

  .nav--main ul li .level_3 li a,
  .nav--main ul li .level_2 li a,
  .nav--main ul li .level_3 li span,
  .nav--main ul li .level_2 li span,
  .nav--main ul li .level_3 li strong,
  .nav--main ul li .level_2 li strong {
    font-size: 0.875rem;
  }
}


/* ///////////////////////////////////////////////////
/                   GRID
/////////////////////////////////////////////////// */

@media only screen and (max-width: 55.9375em) {
  .columns.columns--nobreak {
    display: flex;
    flex-flow: row wrap;
    clear: both;
  }
}

/* ///////////////////////////////////////////////// */

@media only screen and (min-width: 56em) {
  [class*="col--"] {
    float: left;
  }

  [class*="col--"]:first-child {
    clear: left;
  }

  [class*="col--"]:last-child {
    margin-right: 0;
  }

  .columns {
    display: flex;
    flex-flow: row wrap;
    clear: both;
  }
}

@media only screen and (min-width: 56em) and (max-width: 72em) {
  .columns.single-column--tablet {
    display: block;
    flex-flow: row nowrap;
  }
}


/* //////////////////////  1/2  ////////////////////// */

@media only screen and (max-width: 55.9375em) {
  .columns.columns--swap-mobile {
    display: flex;
    flex-flow: column;
  }

  .col--1-2 {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 3rem;
  }

  .col--1-2:last-child {
    margin-right: 0;
    margin-bottom: 0;
  }

  .columns.columns--swap-mobile .col--1-2:first-child {
    order: 2;
    margin-bottom: 0;
  }

  .columns.columns--swap-mobile .col--1-2:last-child {
    order: 1;
    margin-bottom: 3rem;
  }

  .columns--nobreak .col--1-2 {
    flex: 1;
    width: 48%;
    margin-right: 4%;
  }

  .columns--nobreak .col--1-2:last-child {
    margin-right: 0;
  }
}

@media only screen and (min-width: 56em) {
  .col--1-2 {
    flex: 2;
    width: 46%;
    margin-right: 8%;
  }

  .gap--small .col--1-2 {
    width: 48%;
    margin-right: 4%;
  }

  .col--1-2:last-child {
    margin-right: 0;
  }
}

@media only screen and (min-width: 56em) and (max-width: 72em) {
  .columns.single-column--tablet .col--1-2 {
    flex: 0 1 auto;
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 3rem;
  }

  .columns.single-column--tablet .col--1-2:last-child {
    margin-right: 0;
    margin-bottom: 0;
  }
}



/* //////////////////////  1/4  ////////////////////// */

@media only screen and (max-width: 55.9375em) {
  .col--1-4 {
    width: 50%;
    float: left;
    margin-right: 0;
    margin-bottom: 3rem;
  }

  .col--1-2:last-child {
    margin-right: 0;
    margin-bottom: 0;
  }

  .columns.columns--swap-mobile .col--1-4:first-child {
    order: 2;
    margin-bottom: 0;
  }

  .columns.columns--swap-mobile .col--1-4:last-child {
    order: 1;
    margin-bottom: 3rem;
  }

  .columns--nobreak .col--1-4 {
    flex: 1;
    width: 22%;
    margin-right: 4%;
  }

  .columns--nobreak .col--1-2:last-child {
    margin-right: 0;
  }
}

@media only screen and (min-width: 56em) {
  .col--1-4 {
    flex: 1;
    width: 19%;
    margin-right: 8%;
  }

  .gap--small .col--1-4 {
    width: 22%;
    margin-right: 4%;
  }

  .fakemasonry .col--1-4 {
    width: calc((100% - 1.5rem) / 4);
    /*width: 24.25%;*/
    margin-right: 0.5rem;
  }

  .col--1-4:last-child {
    margin-right: 0;
  }
}

@media only screen and (max-width: 55.9375em) {
  .fakemasonry .col--1-4 {
    width: calc((100% - 0.5rem) / 2);
    margin-right: 0.5rem;
    margin-bottom: 0;
  }

  .fakemasonry .col--1-4:nth-child(2n) {
    margin-right: 0;
  }
}


/* //////////////////////  1/3  ////////////////////// */

@media only screen and (max-width: 55.9375em) {
  .col--1-3,
  .col--2-3 {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 3rem;
  }

  .col--1-3:last-child,
  .col--2-3:last-child {
    margin-right: 0;
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 48em) and (max-width: 55.9375em) {
  .columns--nobreak .col--1-3 {
    width: 28%;
    margin-right: 8%;
    margin-bottom: 0;
  }

  .columns--nobreak.gap--small .col--1-3 {
    width: 30.6666%;
    margin-right: 4%;
  }

  .columns--nobreak .col--1-3:last-child {
    margin-right: 0;
  }

  .columns--nobreak .col--2-3 {
    width: 64%;
    margin-right: 8%;
    margin-bottom: 0;
  }

  .columns--nobreak.gap--small .col--2-3 {
    width: 65.3333%;
    margin-right: 4%;
  }

  .columns--nobreak .col--2-3:last-child {
    margin-right: 0;
  }
}

@media only screen and (min-width: 56em) {
  .col--1-3 {
    width: 28%;
    margin-right: 8%;
  }

  .gap--small .col--1-3 {
    width: 30.6666%;
    margin-right: 4%;
  }

  .col--1-3:last-child {
    margin-right: 0;
  }

  .col--2-3 {
    width: 64%;
    margin-right: 8%;
  }

  .gap--small .col--2-3 {
    width: 65.3333%;
    margin-right: 4%;
  }

  .col--2-3:last-child {
    margin-right: 0;
  }
}

@media only screen and (min-width: 56em) and (max-width: 72em) {
  .columns.single-column--tablet .col--1-3,
  .columns.single-column--tablet .col--2-3 {
    flex: 0 1 auto;
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 3rem;
  }

  .columns.single-column--tablet .col--1-3:last-child,
  .columns.single-column--tablet .col--2-3:last-child {
    margin-right: 0;
    margin-bottom: 0;
  }
}



/* //////////////////////  2/5  ////////////////////// */

@media only screen and (max-width: 55.9375em) {
  .col--2-5,
  .col--3-5 {
    width: 100%;
    float: none;
    margin-bottom: 3rem;
  }

  .col--2-5:last-child,
  .col--3-5:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 56em) {
  .col--2-5 {
    width: 36%;
    margin-right: 8%;
  }

  .col--2-5:last-child {
    margin-right: 0;
  }

  .col--3-5 {
    width: 56%;
    margin-right: 8%;
  }

  .col--3-5:last-child {
    margin-right: 0;
  }
}




/* ///////////////////////////////////////////////////
/                   GALLERY
/////////////////////////////////////////////////// */

.ce_gallery ul li {
  float: left;
  width: calc(20% - 0.5rem);
  margin-right: .5rem;
  margin-bottom: .5rem;
  border-right: 0rem solid #f1f1f1;
  border-bottom: 0rem solid #f1f1f1;
}

@media only screen and (max-width: 41.625em) {
  .ce_gallery ul li {
    /*width: 33.333333%;*/
    width: calc(33.333333% - 0.5rem);
  }
}

.ce_gallery > ul li.col_first {
  clear: none;
}

.ce_gallery figure.image_container {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.ce_gallery figure.image_container:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.ce_gallery figure.image_container img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(20%);
}

.ce_gallery figure.image_container .gallery__overlay {
  display: none;
}

.gallery__overlay p.overlay__text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.gallery__overlay p.overlay__text i {
  color: #fff;
  font-size: 3.5rem;
}

.ce_gallery figure.image_container:hover .gallery__overlay {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(2,195,236,.7);
  top: 0;
}




/* ///////////////////////////////////////////////////
/                   KOPFBILD
/////////////////////////////////////////////////// */

.fakemasonry .ce_image {
  margin-bottom: 0.5rem;
}

.fakemasonry img {
  filter: grayscale(20%);
  transition: all ease-in-out 0.3s;
}

.fakemasonry img:hover {
  filter: grayscale(0%);
  transition: all ease-in-out 0.3s;
  transform: scale(1.05);
  transition: .5s;
}


/* ///////////////////////////////////////////////////
/                   KOPFBILD
/////////////////////////////////////////////////// */

figure.image_container img {
  display: block
}

#header--image {
  /*background: linear-gradient(to bottom,#fff 0%,#fff 75%,#fff 75%,#eef0ef 75%,#eef0ef 100%);*/
}

#header--image .ce_image {
  padding: 0 8rem;
  max-height: 85vh;
}







.img--werkstatt {
  position: relative;
  left: -6vw;
  margin-right: -6vw;
  /*box-shadow: 0 30px 60px -12px rgba(50,50,93,0.25), 0 18px 36px -18px rgba(0,0,0,0.15), 0 -12px 36px -8px rgba(0,0,0,0.025);*/
}



/* ///////////////////////////////////////////////////
/                   FOOTER
/////////////////////////////////////////////////// */

footer {
  margin-top: 3rem;
}

footer.callback {
  padding-top: 16rem;
}

.footer--shifted-schueco-grau {
  padding: 0 !important;
  background: linear-gradient(to bottom,#fff 0%,#fff 35%,#324146 35%,#324146 100%);
}

.callback--shifted-up {
  position: relative;
  top: -12rem;
  margin-bottom: -12rem;
}

.callback--list h1 {
  margin-bottom: 8rem;
}

.callback--mockup {
  margin: 1rem 0 0 20%;
}

@media only screen and (max-width: 96em) {
  footer.callback {
    padding-top: 12rem;
  }

  .callback--shifted-up {
    top: -11rem;
    margin-bottom: -11rem;
  }

  .callback--list h1 {
    margin-bottom: 6rem;
  }

  .callback--list ul li {
    font-size: 1.1rem !important;
  }

  .callback--mockup {
    margin: 1rem 10% 0 10%;
  }
}

@media only screen and (max-width: 80em) {
  footer.callback {
    padding-top: 10rem;
  }

  .callback--shifted-up {
    top: -9rem;
    margin-bottom: -9rem;
  }

  .callback--mockup {
    margin: 2rem 5% 0 10%;
  }
}

@media only screen and (max-width: 64em) {
  .callback--shifted-up {
    top: -8.5rem;
    margin-bottom: -8.5rem;
  }

  .callback--list ul li {
    padding-left: 2rem !important;
    font-size: 1rem !important;
    line-height: 1.5rem !important;
    background-size: 1.5rem !important;
  }

  .callback--mockup {
    margin: 2rem 0 0 5%;
  }
}

@media only screen and (max-width: 55.9375em) {
  .callback--shifted-up {
    top: -12rem;
    margin-bottom: -12rem;
  }

  .callback--list h1 {
    margin-bottom: 2rem;
  }

  .callback--mockup {
    margin: 0 20%;
  }
}

@media only screen and (max-width: 36em) {
  footer.callback {
    padding-top: 12rem;
  }

  .callback--shifted-up {
    top: -12rem;
    margin-bottom: -12rem;
  }

  .callback--mockup {
    margin: 0 10%;
  }
}

@media only screen and (max-width: 26em) {
  footer.callback {
    padding-top: 8rem;
  }

  .callback--shifted-up {
    top: -6rem;
    margin-bottom: -6rem;
  }

  .callback--list h1 {
    text-align: center;
  }

  .callback--mockup {
    margin: 0 5%;
  }
}

.footer--callback, 
.footer--contact {
  background-color: #ebe7e6;
  color: #324146;
  padding: 4rem 0 3rem 0 !important;
  /*margin: 0 6%;*/
  margin: 0 auto;
  max-width: calc(1400px + 12rem);
}

@media only screen and (min-width: 135em) {
  .footer--callback, 
  .footer--contact {
    max-width: calc(1680px + 12rem);
  }
}

.footer--callback, 
.footer--contact h5 {
  color: #000;
}

.footer--callback p, 
.footer--callback a, 
.footer--contact p,
.footer--contact a {
  font-size: 1.125rem;
  line-height: 1.625rem;
  color: #324146;
}

.footer--callback a:before, 
.footer--contact a:before {
  content: "";
  padding: 0;
  margin: 0;
}

.footer--callback a, 
.footer--contact a {
  text-decoration: none;
}

.footer--contact a:hover,
.footer--contact a:focus,
.footer--contact a:active {
  color: #000;
  text-decoration: underline;
}

.footer--contact .address {
  float: left;
  width: 25%;
  margin-right: 4%;
}

.footer--contact .officehours {
  float: left;
  width: 20%;
  margin-right: 4%;
}

.footer--contact .servicelinks {
  float: left;
  width: 47%;
}

.footer--contact .servicelinks .tilerow {
  float: left;
  width: 30.6666%;
  margin-right: 4%;
}

.footer--contact .servicelinks .tilerow:last-child {
  margin-right: 0;
}

.footer--contact .servicelinks .servicetile {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
  background-color: #d0cbc7;
  position: relative;
}

.footer--contact .servicelinks .servicetile:hover {
  background-color: #c8c5c2;
  cursor: pointer;
}

.footer--contact .servicelinks .servicetile .ce_image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.footer--contact .servicelinks .servicetile figure img {
  width: 80px;
  height: 80px;
}

.footer--contact .servicelinks .servicetile figure figcaption {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1;
  color: #fff;
  margin-top: 1.25rem;
}

/*.footer--contact .servicelinks .ce_image.servicetile figure {
  padding-top: 2.5rem;
}

.footer--contact .servicelinks .ce_image.servicetile figure img {
  width: 80px;
  height: 80px;
}

.footer--contact .servicelinks .ce_image.servicetile figure figcaption {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  color: #fff;
  margin-top: 1.25rem;
}*/


.footer--schueco-grau {
  background: #324146;
  color: #fff;
  padding: 3rem 0 !important;
}

.footer--schueco-grau .ce_hyperlink.footer--tel {
  float: left;
  margin-top: 2rem;
}

.footer--schueco-grau .ce_hyperlink.footer--tel a {
  font-family: 'Roboto', sans-serif;
  font-size: 2.75rem;
  font-weight: 300;
  line-height: 3rem;
  letter-spacing: 1px;
  text-decoration: none;
  color: #fff;
}

.footer--schueco-grau .ce_hyperlink.footer--tel a::before {
  transition: all ease-in-out 0.2s;
  content: "";
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  margin: 0 1.5rem -0.25rem 0;
  background-image: url("../img/icons/phone--light.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.footer--schueco-grau .ce_hyperlink.footer--tel a:hover::before {
  background-image: url("../img/icons/phonecall--light.png");
  animation: ring 0.3s;
  animation-iteration-count: infinite; 
}

@keyframes ring {
  0% { transform: translate(4px, 0px); }
  10% { transform: translate(2px, 0px); }
  20% { transform: translate(0px, 0px); }
  30% { transform: translate(2px, 0px); }
  40% { transform: translate(4px, 0px); }
  50% { transform: translate(2px, 0px); }
  60% { transform: translate(0px, 0px); }
  70% { transform: translate(2px, 0px); }
  80% { transform: translate(4px, 0px); }
  90% { transform: translate(2px, 0px); }
  100% { transform: translate(0px, 0px); }
}

.footer--schueco-grau .ce_image.footer--schueco-logo {
  float: right;
}

.footer--schueco-grau .ce_image.footer--schueco-logo .image_container img {
  height: 4.5rem;
  width: auto;
}

.footer--schueco-gruen {
  background: #71b639;
  color: #fff;
  padding: 0.75rem 0 !important;
}


@media only screen and (max-width: 105em) {
  .footer--callback, 
  .footer--contact {
    max-width: none;
    /*width: auto;
    margin-left: 4%;
    margin-right: 4%;*/
    margin: 0 4%;
    width: 92%;
  }

  .footer--schueco-grau .wrapper--inner {
    margin-left: 8%;
    margin-right: 8%;
  }
}

@media only screen and (max-width: 96em) {
  .footer--callback p, 
  .footer--callback a, 
  .footer--contact p,
  .footer--contact a {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .footer--contact .servicelinks .ce_image figure img {
    width: 65px;
    height: 65px;
  }

  .footer--contact .servicelinks .ce_image figure figcaption {
    font-size: 1rem;
    margin-top: 1rem;
  }
}

@media only screen and (max-width: 96em) {
  .footer--schueco-grau .ce_hyperlink.footer--tel {
    margin-top: 1rem;
  }

  .footer--schueco-grau .ce_hyperlink.footer--tel a {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .footer--schueco-grau .ce_hyperlink.footer--tel a::before {
    width: 2.5rem;
    height: 2.5rem;
    margin: 0 1rem -0.25rem 0;
  }

  .footer--schueco-grau .ce_image.footer--schueco-logo .image_container img {
    height: 4rem;
    width: auto;
  }
}

@media only screen and (max-width: 80em) {
  .footer--callback, 
  .footer--contact {
    padding: 3rem 0 2rem 0 !important;
  }

  .footer--callback p,
  .footer--callback a, 
  .footer--contact p,
  .footer--contact a {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

/*  .footer--contact .servicelinks .ce_image.servicetile figure {
    padding-top: 1.5rem;
  }*/

  .footer--schueco-grau .ce_hyperlink.footer--tel a {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .footer--schueco-grau .ce_hyperlink.footer--tel a::before {
    width: 2rem;
    height: 2rem;
    margin: 0 1rem -0.25rem 0;
  }

  .footer--schueco-grau .ce_image.footer--schueco-logo .image_container img {
    height: 3.5rem;
    width: auto;
  }
}

@media only screen and (max-width: 72em) {
  .footer--callback {
    padding: 3rem 0 1rem 0 !important;
  }

  .footer--contact .servicelinks .ce_image figure img {
    width: 55px;
    height: 55px;
  }

  .footer--contact .servicelinks .ce_image figure figcaption {
    font-size: 0.9rem;
    margin-top: 0.5rem;
  }
}

@media only screen and (max-width: 60em) {
/*  .footer--contact .servicelinks .ce_image figure {
    padding-top: 0.75rem;
  }*/

  .footer--contact .servicelinks .ce_image figure figcaption {
    font-size: 0.75rem;
    margin-top: 0.25rem;
  }
}

@media only screen and (max-width: 50em) {
  .footer--callback p, 
  .footer--contact p {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .footer--contact .address {
    width: 48%;
  }

  .footer--contact .officehours {
    width: 48%;
    margin-right: 0;
  }

  .footer--contact .servicelinks {
    width: 100%;
    margin-top: 3rem;
    clear: both;
  }

  .footer--contact .servicelinks .ce_image figure img {
    width: 80px;
    height: 80px;
  }

  .footer--contact .servicelinks .ce_image figure figcaption {
    font-size: 1.25rem;
    margin-top: 1.25rem;
  }
}


@media only screen and (max-width: 40em) {
  .footer--contact .servicelinks .ce_image figure img {
    width: 65px;
    height: 65px;
  }

  .footer--contact .servicelinks .ce_image figure figcaption {
    font-size: 1rem;
    margin-top: 1rem;
  }
}

@media only screen and (max-width: 36em) {
  .footer--callback, 
  .footer--contact {
    padding: 2rem 0 1rem 0 !important;
  }

  .footer--contact .address,
  .footer--contact .officehours {
    float: none;
    width: 100%;
    margin-right: 0;
    text-align: center;
  }

  .footer--contact .address {
    margin-bottom: 1.5rem;
  }

  .footer--callback p, 
  .footer--callback a, 
  .footer--contact p,
  .footer--contact a {
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.25rem;
  }

  .footer--schueco-grau {
    padding: 2rem 0 !important;
  }

  .footer--schueco-grau .ce_hyperlink.footer--tel {
    float: none;
    width: 100%;
    text-align: center;
  }

  .footer--schueco-grau .ce_image.footer--schueco-logo {
    display: none;
  }
}

@media only screen and (max-width: 30em) {
  .footer--contact .servicelinks {
    margin-top: 1rem;
  }

  .footer--contact .servicelinks .ce_image figure img {
    width: 50px;
    height: 50px;
  }

  .footer--contact .servicelinks .ce_image figure figcaption {
    font-size: 0.625rem;
    margin-top: 0.75rem;
  }
}


nav.footer--menu ul {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 0;
}

@media only screen and (max-width: 48em) {
  nav.footer--menu ul {
    justify-content: center;
  }
}

nav.footer--menu ul li {
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  margin-left: 0.75rem;
}

nav.footer--menu ul li::after {
  content: "|";
  font-size: 1.25rem;
  margin-left: 0.75rem;
}

@media only screen and (max-width: 48em) {
  nav.footer--menu ul li,
  nav.footer--menu ul li::after {
    text-transform: none;
    margin-left: 0.5rem;
  }
}

nav.footer--menu ul li:last-child::after {
  content: "";
  margin-left: 0;
}

nav.footer--menu ul li:first-child {
  margin-left: 0rem;
}

nav.footer--menu ul li a,
nav.footer--menu ul li span,
nav.footer--menu ul li strong {
  text-decoration: none;
  white-space: nowrap;
  padding: 0;
  font-size: 1.25rem;
  font-weight: 500;
  color: #fff;
}

@media only screen and (max-width: 48em) {
  nav.footer--menu ul li a,
  nav.footer--menu ul li span,
  nav.footer--menu ul li strong {
    font-size: .875rem;
  }
}

nav.footer--menu ul li span {
  padding: 0;
}

nav.footer--menu ul li .active,
nav.footer--menu ul li .trail,
nav.footer--menu ul li a:hover {
  transition: none;
}



/* ///////////////////////////////////////////////////
/                   HELPER
/////////////////////////////////////////////////// */

@media screen and (max-width: 36em) {
  .wow{
    animation-name: none !important;
    visibility: visible !important;
  }
}

.m0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.m1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.mt1 {
  margin-top: 1rem !important;
}

.mb1 {
  margin-bottom: 1rem !important;
}

.m2 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.mt2 {
  margin-top: 2rem !important;
}

.mb2 {
  margin-bottom: 2rem !important;
}

.mt3 {
  margin-top: 3rem !important;
}

.mb3 {
  margin-bottom: 3rem !important;
}

.mt5,
.mt5--desktop {
  margin-top: 5rem !important;
}

@media only screen and (max-width: 79.9375em) {
  .mt5--dektop {
    margin-top: 1rem !important;
  }
}

.mb5,
.mb5--desktop {
  margin-bottom: 5rem !important;
}

.mb6,
.mb6--desktop {
  margin-bottom: 6rem !important;
}

.mb8,
.mb8--desktop {
  margin-bottom: 8rem !important;
}

.mt8 {
  margin-top: 8rem !important;
}

.mb10,
.mb10--desktop {
  margin-bottom: 10rem !important;
}

.mt10 {
  margin-top: 10rem !important;
}

.mb16,
.mb16--desktop {
  margin-bottom: 16rem !important;
}

.mt16 {
  margin-top: 16rem !important;
}

@media only screen and (max-width: 79.9375em) {
  .mb5--desktop,
  .mb6--desktop,
  .mb8--desktop,
  .mb10--desktop,
  .mb16--desktop {
    margin-bottom: 0 !important;
  }
}

.p0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

@media only screen and (max-width: 55.9375em) {
  .p0--mobile {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .m0--mobile {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

.pt0 {
  padding-top: 0 !important;
}

@media only screen and (max-width: 55.9375em) {
  .pt0--mobile {
    padding-top: 0 !important;
  }

  .mt0--mobile {
    margin-top: 0 !important;
  }
}

.pb0 {
  padding-bottom: 0 !important;
}

@media only screen and (max-width: 55.9375em) {
  .pb0--mobile {
    padding-bottom: 0 !important;
  }

  .mb0--mobile {
    margin-bottom: 0 !important;
  }
}

.p1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.pt1 {
  padding-top: 1rem !important;
}

.pb1 {
  padding-bottom: 1rem !important;
}

.p2 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.pt2 {
  padding-top: 2rem !important;
}

.pb2 {
  padding-bottom: 2rem !important;
}

.p3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt3 {
  padding-top: 3rem !important;
}

.pb3 {
  padding-bottom: 3rem !important;
}

.p6 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.pt6 {
  padding-top: 6rem !important;
}

.pb6 {
  padding-bottom: 6rem !important;
}

.p8 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}

.pt10 {
  padding-top: 10rem !important;
}

.pt12 {
  padding-top: 12rem !important;
}

.pt16 {
  padding-top: 16rem !important;
}

.pb16 {
  padding-bottom: 16rem !important;
}

.overflow--visible {
  overflow: visible !important;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.inline-block {
  display: inline-block;
}

.inline-flex {
  display: inline-flex;
}

.pos--relative {
  position: relative;
}

.pos--absolute {
  position: absolute;
}

@media only screen and (max-width: 55.9375em) {
  .mobile--hidden {
    display: none;
  }
}

.is--shifted-up {
  position: relative;
  top: -12rem;
  margin-bottom: -12rem;
}

.is--shifted-left {
  margin-right: 4rem;
}

.is--shifted-right {
  margin-left: 4rem;
}

@media only screen and (max-width: 55.9375em) {
  .is--shifted-left {
    margin-right: 0rem;
  }

  .is--shifted-right {
    margin-left: 0rem;
  }
}

.is--centered {
  text-align: center;
}

.is--centered .image_container,
.is--centered .image_container img {
  margin: 0 auto;
}

.is--justified {
  text-align: justify;
}

.is--left {
  text-align: left;
}

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

.is--bg-white {
  background-color: #fff;
}

.is--bg-grey {
  background-color: #ebe7e6;
}

#scroll-top {
  display: none;
  position: fixed;
  z-index: 100;
  color: #fff;
  background: #324146;
  text-align: center;
  text-decoration: none;
}

@media only screen and (min-width: 80em) {
  #scroll-top {
    bottom: 1rem;
    right: 2rem;
    font-size: 1.5rem;
    width: 40px;
    height: 40px;
    padding-top: 8px;
  }
}

@media only screen and (min-width: 64.0625em) and (max-width: 79.9375em) {
  #scroll-top {
    bottom: 1rem;
    right: calc(4% - 40px);
    font-size: 1.5rem;
    width: 40px;
    height: 40px;
    padding-top: 8px;
  }
}
