.gallery-row {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  margin-left: -1rem;
  margin-right: -1rem;
}
.gallery-row .gallery-item {
  padding: 1rem;
}
.gallery-row .gallery-item:only-child figure {
  margin-bottom: 0;
}
.gallery-row .gallery-item img, .gallery-row .gallery-item picture {
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 25em) {
  .gallery-row {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .gallery-row .gallery-item {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.gallery-row .gallery-item-size-1 {
  width: 100%;
}
.gallery-row .gallery-item-size-2 {
  width: 50%;
}
.gallery-row .gallery-item-size-3 {
  width: 33.3333%;
}
@media only screen and (max-width: 40em) {
  .gallery-row .gallery-item-size-3 {
    width: 50%;
  }
}
.gallery-row .gallery-item-size-4 {
  width: 25%;
}
@media only screen and (max-width: 40em) {
  .gallery-row .gallery-item-size-4 {
    width: 50%;
  }
}
.gallery-row .gallery-item-size-5 {
  width: 20%;
}
@media only screen and (max-width: 60em) {
  .gallery-row .gallery-item-size-5 {
    width: 33.3333333333%;
  }
}
@media only screen and (max-width: 40em) {
  .gallery-row .gallery-item-size-5 {
    width: 50%;
  }
}
.gallery-row .gallery-item-size-6 {
  width: 16.6666666667%;
}
@media only screen and (max-width: 60em) {
  .gallery-row .gallery-item-size-6 {
    width: 33.3333333333%;
  }
}
@media only screen and (max-width: 40em) {
  .gallery-row .gallery-item-size-6 {
    width: 50%;
  }
}

html {
  scroll-padding-top: 7.5rem;
}
@media (min-width: 1024px) {
  html {
    scroll-padding-top: 11.3125rem;
  }
}
@media (min-width: 1440px) {
  html {
    scroll-padding-top: 8.75rem;
  }
}

body {
  background-color: #fff;
}

.row {
  max-width: 64rem;
}

.row.Large {
  max-width: 90rem;
}

.rowMax {
  max-width: 100%;
}

figure {
  margin: 0 0;
}

.menu > li > a {
  display: block;
  line-height: 1;
  padding: 0.5rem 1rem;
}

.siteColor {
  color: rgb(169, 201, 56);
}

/* --- #page --- */
/* ### header ###*/
header.head-row {
  position: fixed;
  width: 100%;
  height: 8rem;
  top: 0;
  z-index: 300;
}

#desktopMenu {
  display: none;
}

#mobileMenu {
  display: block;
  margin-top: 4.8rem;
}

/* --- #navRow --- */
#navRow {
  background-color: #fff;
  height: 7.5rem;
  z-index: 20;
  border-bottom: 1px solid rgb(198, 198, 198);
}

/* --- #subNavRow --- */
#subNavRow {
  display: none !important;
  background-color: #58585a;
  min-height: 1.7rem;
  color: #fff;
  z-index: 20;
}

/* --- #logoRow --- */
#logoRow .logo {
  position: absolute;
  left: 0;
  margin-top: 0.6rem;
  margin-left: 1rem;
}

/* ### main ###*/
main {
  position: relative;
  width: 100%;
  margin-top: 7.5rem;
  z-index: 2;
}

main #mainRow {
  z-index: 3;
}

main .section {
  padding: 2.5rem 0 1rem 0;
  min-height: 30rem;
  overflow: hidden;
}

main .section.normalWidth .row {
  max-width: 64rem;
}

main .section.fullWidth .row {
  max-width: 90rem;
}

main .bgWhite {
  /* border-bottom: 1rem solid rgb(198, 198, 198); */
  background-color: #fff;
  color: rgb(0, 0, 0);
}

main .bgWhite h1,
main .bgWhite h2,
main .bgWhite h3,
main .bgWhite h4,
main .bgWhite h5,
main .bgWhite h6 {
  color: #58585a;
}

main .bgWhite a,
main .bgWhite a:visited {
  color: rgb(169, 201, 56);
}

main .bgWhite a:hover,
main .bgWhite a:active,
main .bgWhite a:focus {
  color: #58585a;
}

main .bgLightgrey {
  border-bottom: 1rem solid rgb(169, 201, 56);
  background-color: rgb(198, 198, 198);
  color: #000;
}

main .bgLightgrey .subheader {
  color: #fff;
}

main .bgLightgrey h1,
main .bgLightgrey h2,
main .bgLightgrey h3,
main .bgLightgrey h4,
main .bgLightgrey h5,
main .bgLightgrey h6 {
  color: #58585a;
}

main .bgLightgrey a,
main .bgLightgrey a:visited {
  color: rgb(255, 255, 255);
}

main .bgLightgrey a:hover,
main .bgLightgrey a:active,
main .bgLightgrey a:focus {
  color: #58585a;
}

main .bgDarkgrey {
  border-bottom: 1rem solid rgb(255, 255, 255);
  background-color: #58585a;
  color: #fff;
}

main .bgDarkgrey .subheader {
  color: rgb(169, 201, 56);
}

main .bgDarkgrey h1,
main .bgDarkgrey h2,
main .bgDarkgrey h3,
main .bgDarkgrey h4,
main .bgDarkgrey h5,
main .bgDarkgrey h6 {
  color: #fff;
}

main .bgDarkgrey a,
main .bgDarkgrey a:visited {
  color: rgb(169, 201, 56);
}

main .bgDarkgrey a:hover,
main .bgDarkgrey a:active,
main .bgDarkgrey a:focus {
  color: #fff;
}

/* sb start */
main .bgBMred {
  border-bottom: 1rem solid rgb(255, 255, 255);
  background-color: rgb(107, 33, 29);
  color: #fff;
}

main .bgBMred .subheader {
  color: rgb(189, 190, 192);
}

main .bgBMred h1,
main .bgBMred h2,
main .bgBMred h3,
main .bgBMred h4,
main .bgBMred h5,
main .bgBMred h6 {
  color: #fff;
}

main .bgBMred a,
main .bgBMred a:visited {
  color: rgb(106, 106, 102);
}

main .bgBMred a:hover,
main .bgBMred a:active,
main .bgBMred a:focus {
  color: rgb(189, 190, 192);
}

main .bgBMred .button.secondary {
  border: 1px solid #fff;
  background-color: rgb(107, 33, 29);
}

main .bgBMblue {
  border-bottom: 1rem solid rgb(255, 255, 255);
  background-color: rgb(10, 136, 169);
  color: #fff;
}

main .bgBMblue .subheader {
  color: rgb(88, 88, 90);
}

main .bgBMblue h1,
main .bgBMblue h2,
main .bgBMblue h3,
main .bgBMblue h4,
main .bgBMblue h5,
main .bgBMblue h6 {
  color: #fff;
}

main .bgBMblue a,
main .bgBMblue a:visited {
  color: rgb(88, 88, 90);
}

main .bgBMblue .button.secondary {
  border: 1px solid #fff;
  background-color: rgb(10, 136, 169);
}

main .bgBMblue a:hover,
main .bgBMblue a:active,
main .bgBMblue a:focus {
  color: rgb(189, 190, 192);
}

main .bgBMgreen {
  border-bottom: 1rem solid rgb(255, 255, 255);
  background-color: rgb(169, 201, 56);
  color: #fff;
}

main .bgBMgreen .subheader {
  color: rgb(144, 144, 144);
}

main .bgBMgreen h1,
main .bgBMgreen h2,
main .bgBMgreen h3,
main .bgBMgreen h4,
main .bgBMgreen h5,
main .bgBMgreen h6 {
  color: #fff;
}

main .bgBMgreen a,
main .bgBMgreen a:visited {
  color: rgb(88, 88, 90);
}

main .bgBMgreen a:hover,
main .bgBMgreen a:active,
main .bgBMgreen a:focus {
  color: rgb(144, 144, 144);
}

main .bgBMgreen .button.secondary {
  border: 1px solid #fff;
  background-color: rgb(169, 201, 56);
}

/* sb end */
/* --- .slickSlider --- */
.slickSlider {
  background: rgb(255, 255, 255);
  min-height: 100px;
}

.slickSlider .slide figure.headImage {
  margin: 0;
}

.slickSlider figure {
  position: relative;
  margin: 0;
  padding: 0;
}

.slickSlider ul.slick-dots {
  margin: 0;
  padding: 0.5rem 2rem;
  position: absolute;
  bottom: 0.6rem;
  width: 100%;
  text-align: center;
}

.slickSlider .slick-dots li {
  width: 25px;
  display: inline-block;
  margin-left: 0.2rem;
  color: transparent;
  font-size: 0.2rem;
}

.slickSlider .slick-dots li button {
  background-color: transparent;
  padding: 0.2rem;
  width: 18px;
  height: 18px;
  border: 1px solid #fff;
}

.slickSlider .slick-dots li.slick-active button {
  background-color: rgb(169, 201, 56);
  border: 1px solid rgb(169, 201, 56);
}

.slickSlider .slick-dots li:hover button {
  background-color: #58585a;
  border: 1px solid #58585a;
}

.slickSlider .slick-dots li.slick-active:hover button {
  background-color: #58585a;
  border: 1px solid #58585a;
}

.slickSlider figure img {
  position: relative;
  bottom: 0;
  height: auto;
}

/* --- .article-slider --- */
.article-slider {
  margin-bottom: 1rem;
}

.article-slider h2 {
  margin-left: 0;
  margin-bottom: 0;
  line-height: 2rem;
  font-weight: 300;
}

.article-slider .subheader {
  color: rgb(169, 201, 56);
  font-size: 1.4rem;
}

.article-slider .winkel {
  height: 1rem;
}

.article-slider .winkel .wBox {
  background: url("/fileadmin/co_system/default/css/images/winkel.png") no-repeat;
  position: relative;
  right: -2rem;
  top: -1rem;
  width: 35px;
  height: 35px;
  display: inline-block;
  max-width: 100%;
  vertical-align: middle;
}

.article-slider .winkel img {
  position: relative;
  right: -2rem;
  top: -1rem;
  display: none;
}

.article-slider .slick-slider {
  margin-top: 0 !important;
  height: auto !important;
}

.article-slider .slider-nav-thumbnails .slick-slide {
  opacity: 1;
  margin-right: 0.3rem;
}

.article-slider .slider-nav-thumbnails .slick-slide.slick-active {
  opacity: 1;
  background: grey;
}

/* --- .article-2 --- */
.article-2 {
  margin-bottom: 2rem;
}

.article-2 h2 {
  margin-left: 0;
  margin-bottom: 0;
  line-height: 2rem;
  font-weight: 300;
}

.article-2 .text {
  padding-left: 1rem;
}

.article-2 .subheader {
  color: rgb(169, 201, 56);
  font-size: 1.4rem;
  padding-left: 0;
}

.article-2 .winkel {
  height: 1rem;
  display: none;
}

.article-2 .winkel .wBox {
  background: url("/fileadmin/co_system/default/css/images/winkel.png") no-repeat;
  position: relative;
  right: -2rem;
  top: -1rem;
  width: 35px;
  height: 35px;
  display: inline-block;
  max-width: 100%;
  vertical-align: middle;
}

.article-2 .winkel img {
  position: relative;
  right: -2rem;
  top: -1rem;
}

.article-2 .image img {
  margin-bottom: 2rem;
}

/* --- .article-referenzen --- */
.article-referenzen {
  margin-bottom: 3rem;
}

.article-referenzen h3 {
  color: rgb(169, 201, 56);
  margin: 0 0 5px;
  font-size: 1.5rem;
  text-transform: uppercase;
}

.article-referenzen h5 {
  color: rgb(169, 201, 56);
  margin: 0 0 10px;
  font-size: 1.2rem;
}

.article-referenzen .row {
  position: relative;
}

.article-referenzen .text {
  position: relative;
  padding-left: 0.625rem;
  height: 100%;
}

.article-referenzen .text h3 {
  color: rgb(169, 201, 56);
}

.article-referenzen .text a,
.article-referenzen .text a:visited {
  color: rgb(169, 201, 56);
}

.article-referenzen .text a:hover,
.article-referenzen .text a:focus,
.article-referenzen .text a:active {
  color: #fff;
}

.article-referenzen .text .news-list-date {
  font-size: 0.8rem;
}

.article-referenzen .textBox {
  position: relative;
  background-color: #58585a;
  height: 100%;
  padding: 1rem;
  color: #fff;
}

.article-referenzen .winkel {
  height: 1rem;
  display: none;
}

.article-referenzen .winkel .wBox {
  background: url("/fileadmin/co_system/default/css/images/winkel.png") no-repeat;
  position: relative;
  right: -2rem;
  top: -1rem;
  width: 35px;
  height: 35px;
  display: inline-block;
  max-width: 100%;
  vertical-align: middle;
}

.article-referenzen .winkel img {
  position: relative;
  right: -2rem;
  top: -1rem;
}

.article-referenzen .winkel2 {
  height: 1rem;
  display: none;
}

.article-referenzen .winkel2 .wBox {
  background: url("/fileadmin/co_system/default/css/images/winkel2.png") no-repeat;
  position: relative;
  left: -2rem;
  top: -1rem;
  width: 35px;
  height: 35px;
  display: inline-block;
  max-width: 100%;
  vertical-align: middle;
}

.article-referenzen .winkel2 img {
  position: relative;
  left: -2rem;
  top: -1rem;
}

.article-referenzen table.contenttable {
  background-color: transparent;
  border: none;
}

.article-referenzen table.contenttable tbody tr:nth-child(2n) {
  background-color: transparent;
}

.article-referenzen table.contenttable tbody,
.article-referenzen table.contenttable tfoot,
.article-referenzen table.contenttable thead {
  background-color: transparent;
  border: none;
}

.article-referenzen table.contenttable td {
  color: #fff;
  padding: 0 0 0 0;
}

.article-referenzen a,
.article-referenzen a:visited {
  color: rgb(169, 201, 56);
}

.article-referenzen a:hover,
.article-referenzen a:active,
.article-referenzen a:focus {
  color: #fff;
}

.article-referenzen .slider-nav-thumbnails {
  display: none;
}

/* --- .jumper --- */
.jumper {
  position: absolute;
  width: 100%;
  text-align: center;
  height: 0;
  display: none;
}

.jumper .target {
  position: relative;
  top: -180px;
}

.jumper .box {
  background: url("images/arr-effizienzhaus.png") no-repeat;
  background-position: 0 0;
  position: relative;
  top: -80px;
  width: 50px;
  height: 31px;
  margin-left: auto;
  margin-right: auto;
}

.jumper .box:hover {
  background-position: 0 -35px;
}

.jumper .box a {
  display: block;
  width: 50px;
  height: 31px;
}

/* --- .link --- */
.link {
  position: relative;
  width: 100%;
  text-align: center;
  height: 0;
  margin-bottom: 4rem;
}

.link .target {
  position: relative;
}

.link .box {
  background: url("images/link-effizienzhaus.png") no-repeat;
  background-position: 0 0;
  position: relative;
  width: 35px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
}

.link .box:hover {
  background-position: -35px 0;
}

.link .box a,
.link .box a:visited {
  color: transparent;
  display: block;
  width: 50px;
  height: 31px;
}

.link .box a:focus,
.link .box a:active,
.link .box a:hover {
  color: #b8b8b8;
}

.link .box .link {
  padding-top: 0.7rem;
  margin-left: 2rem;
}

/* ### footer ###*/
footer {
  border-top: 1px solid rgb(128, 128, 128);
  position: relative;
  min-height: 2.1rem;
  background-color: #58585a;
  color: #fff;
  overflow: hidden;
  margin: 0;
  padding: 0;
  display: block;
  font-size: 0.9rem;
  line-height: 1.2rem;
  z-index: 4000;
}

footer a,
footer button,
footer a:visited,
footer button:visited {
  font-size: 0.8rem;
  color: #fff;
  padding: 0.5rem 0;
  text-transform: uppercase;
}

footer a:focus,
footer a:active,
footer a:hover,
footer button:focus,
footer button:active,
footer button:hover {
  color: rgb(169, 201, 56);
}

footer #footRowRight {
  margin-bottom: 1rem;
}

footer #footRowLeft {
  padding-top: 0.5rem;
  vertical-align: middle;
}

footer #footRowRight {
  padding-top: 0.5rem;
  vertical-align: middle;
}

footer #footRowRight .language {
  line-height: 0.5rem;
  font-size: 0.5rem;
  margin-left: 1rem;
}

footer #footRowRight .language a {
  line-height: 0.5rem;
  font-size: 1.4rem;
  margin-left: 0.5rem;
}

footer a.fb, footer a.insta, footer a.linkedin,
footer a.fb:visited, footer a.insta:visited, footer a.linkedin:visited {
  color: #fff;
  margin-right: 1.2rem;
  font-size: 1.2rem;
}

footer a.fb:active, footer a.insta:active, footer a.linkedin:active,
footer a.fb:focus, footer a.insta:focus, footer a.linkedin:focus,
footer a.fb:hover, footer a.insta:hover, footer a.linkedin:hover {
  color: #4267b2;
}

/* --- #toTop --- */
#toTop2 {
  background: rgba(0, 0, 0, 0) url("images/arr-up2.png") no-repeat scroll 0 0;
  background-position: 0 0;
  display: block !important;
  bottom: 3rem !important;
  color: rgba(127, 127, 127, 0.6);
  height: 33px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0px;
  width: 52px;
  margin-top: 2rem;
  margin-bottom: 2rem;
  cursor: pointer;
}

#toTop2:hover {
  background-position: 0 -33px;
}

#toTop2 .arrow {
  color: rgba(127, 127, 127, 0.8);
  display: block !important;
  cursor: pointer;
  z-index: 9999;
}

#toTop2 .arrow a:hover {
  cursor: pointer;
}

#toTopDiv {
  width: 100%;
  text-align: center;
}

/* --- #hub --- */
#hub {
  position: fixed;
  top: 12rem;
  right: 0;
  z-index: 2000;
  display: none;
  width: 28px;
}

#hub a,
#hub a:visited {
  position: relative;
  display: block;
  left: 0;
  width: 440px;
  transition: left 0.3s ease-in-out;
  color: #fff;
}

#hub a:active,
#hub a:hover,
#hub a:focus {
  position: relative;
  display: block;
  left: -360px;
  width: 440px;
  transition: left 0.3s ease-in-out;
  color: #fff;
}

#hub a.hub1,
#hub a.hub2,
#hub a.hub3 {
  height: 189px;
}

/*
#hub a.hub13,
#hub a.hub14 {
    height: 27px;
}
*/
#hub .box {
  text-align: left;
  padding: 0;
  font-weight: 600;
}

#hub .text {
  width: 23rem;
  float: left;
  padding: 0.3rem 1rem 0.3rem 1rem;
}

#hub .text img {
  margin-top: 0.4rem;
  margin-left: 8rem;
}

#hub a.hub1 .text {
  background-color: rgb(106, 106, 102);
  margin-top: 2.35rem;
  height: 134px;
}

#hub a.hub2 .text {
  background-color: rgb(80, 80, 77);
  margin-top: 2.35rem;
  height: 128px;
}

#hub a.hub3 .text {
  background-color: rgb(80, 80, 77);
  margin-top: 2.35rem;
  height: 128px;
}

/*
#hub a.hub13 .text,
#hub a.hub14 .text {
    height: 27px;
}
*/
#hub .box img {
  float: left;
  margin-right: 0.5rem;
}

#hub .hub1,
#hub .hub2,
#hub .hub3 {
  margin-bottom: 1rem;
}

#hub .text {
  padding: 0.3rem 2rem 0.3rem 1rem;
  position: relative;
}

#hub .text .hub-arrow {
  position: absolute;
  bottom: 0.5rem;
  margin-right: 0;
  margin-left: 0;
  margin-top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.bgBMred .article-2 .winkel .wBox {
  background: url("/fileadmin/co_system/_dachtechnik/css/images/winkel_white.png") no-repeat;
}

.bgBMblue .article-2 .winkel .wBox {
  background: url("/fileadmin/co_system/_dachtechnik/css/images/winkel_white.png") no-repeat;
}

.bgBMgreen .article-2 .winkel .wBox {
  background: url("/fileadmin/co_system/_dachtechnik/css/images/winkel_white.png") no-repeat;
}

.bgBMorange .article-2 .winkel .wBox {
  background: url("/fileadmin/co_system/_dachtechnik/css/images/winkel_white.png") no-repeat;
}

.d-flex {
  display: flex !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.embed-wrapper .embed-responsive {
  max-width: 900px;
}
.embed-wrapper .embed-responsive .sg-cookie-optin-iframe-consent {
  background-image: url("/fileadmin/co_system/default/css/images/youtube-placeholder.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
}
.embed-wrapper .embed-responsive .sg-cookie-optin-iframe-consent a {
  color: #fff;
  background-color: #58585A;
  padding: 0.5rem;
  margin-top: 10px;
}
.embed-wrapper .embed-responsive .sg-cookie-optin-iframe-consent {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-wrapper .embed-responsive .sg-cookie-optin-iframe-consent button {
  background-color: #ff9933 !important;
  border-radius: 0 !important;
  border: 3px solid #ff9933 !important;
}
.embed-wrapper .embed-responsive .sg-cookie-optin-iframe-consent button:hover, .embed-wrapper .embed-responsive .sg-cookie-optin-iframe-consent button:focus {
  background-color: #fff !important;
  color: #ff9933 !important;
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.sg-cookie-optin-box-button {
  display: flex;
  flex-direction: column;
}
.sg-cookie-optin-box-button-accept-specific {
  order: 3;
}

.btn-none {
  border: none;
  box-shadow: none;
  background-color: transparent;
}

#page.hr-layout {
  font-size: 1.3rem;
}
@media only screen and (min-width: 64em) {
  #page.hr-layout {
    font-size: 1.5rem;
  }
}
#page.hr-layout form .form-group label {
  font-size: 1.1rem;
  margin-bottom: 0.4rem;
}
#page.hr-layout form .button.submit {
  font-size: 1.3rem;
}
#page.hr-layout ul {
  list-style-image: url(images/circle-check-solid.svg);
}
#page.hr-layout ul ::marker {
  font-size: 1.6em;
  color: inherit;
}
#page.hr-layout .bgBMred ul {
  list-style-image: url(images/circle-check-solid-white.svg);
}
@media only screen and (min-width: 96em) {
  #page.hr-layout h5 {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 64em) {
  #page.hr-layout h5 {
    font-size: 1.5rem;
  }
}

/*# sourceMappingURL=styles.css.map */
