/* ZK Seiten Update mit neuen Modulen 01.2021 */

/* fonts lokal */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/SourceSansPro-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 300;
  src: url('fonts/SourceSansPro-LightItalic.ttf') format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/SourceSansPro-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 400;
  src: url('fonts/SourceSansPro-Italic.ttf') format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/SourceSansPro-SemiBold.ttf') format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 600;
  src: url('fonts/SourceSansPro-SemiBoldItalic.ttf') format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/SourceSansPro-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 700;
  src: url('fonts/SourceSansPro-BoldItalic.ttf') format('truetype');
}

section.page_banner {
  min-height: 150px;
}

/* neue Seitenaufteilung */
.standard_page_wrapper.col_span_8 section.modul {
  width: 70%;
}

.standard_page_wrapper.col_span_8 section.modul.fullwidth {
  width: 100%;
}

.standard_page_wrapper.col_span_8 aside.sidebar_wrapper {
  left: 70%;
}


/* teaser large styles */
#content_wrapper .standard_page_wrapper section.modul.modul_teaser_large {
  width: 100%;
  padding: 50px 0
}

.modul_teaser_large .archive_post_teaser {
  width: 49%;
  margin-right: 1%;
  margin-bottom: 24px;
  padding: 0;
}
.modul_teaser_large .archive_post_teaser:nth-child(even) {
  margin-right: 0;
  margin-left: 1%
}
.modul_teaser_large .archive_post_teaser .content {
  min-height: 300px;
}
.modul_teaser_large .archive_post_teaser .related_post_text {
  font-size: 36px;
  line-height: 45px;
  color: #fff;
  z-index: 10;
  position: relative;
}
.modul_teaser_large .archive_post_teaser .related_post_text span {
  display: block;
  padding: 3px 0;
  font-size: 20px;
}
.modul_teaser_large .bg_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
  z-index: 1;
  -webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
}
.modul_teaser_large .archive_post_teaser:hover .bg_image {
  opacity: 0.5;
}
a.archive_post_teaser .content div.archive_teaser_arrow {
  z-index: 2;
}

/* -- Image Grid -- */
.modul_image_grid {
    margin: 34px 0;
}
.modul_image_grid .grey_heading {
    width: 380px;
    background-color: #DADAD7;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: left;
}
.modul_image_grid .grey_heading h3 {
    font-size: 22px;
    line-height: 28px;
    padding: 0 10px;
}
.modul_image_grid .grid {
    border-top: 1px solid #DADAD7;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.modul_image_grid .image_frame {
    flex: 0 0 18%;
    margin-bottom: 34px;
    margin-top: 34px;
    margin-right: 2%;

}
.modul_image_grid .image_frame div {
  padding-top: 75%;
  position: relative;
  z-index: 1;
  background: no-repeat center center transparent;
  background-size: 100% auto;
}

/* -- Banner mit Tooltips -- */
.modul_technologie_banner {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  max-width: 2350px;
}
.modul_technologie_banner img {
  max-width: 3500px;
  width: 100%;
}
.modul_technologie_banner .grey_tab {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  padding: 15px 25px;
  background-color: #DADAD7;
}
.banner_tooltip {
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 10;
  display: flex;
  align-items: center;
  height: 50px;
  background-color: #DADAD7;
}
.banner_tooltip:hover {
  text-decoration: none;
}
.banner_tooltip:hover .label {
  text-decoration: none;
}
.banner_tooltip:hover .icon_blue {
  background-color: #AE1619;
}
.banner_tooltip .icon_blue {
  display: inline-block;
  height: 50px;
  width: 50px;
  background: no-repeat center center;
  background-size: 95% auto;
  background-color: #4499d8;
}
.banner_tooltip .label {
  display: none;
  line-height: 50px;
  padding: 0 12px;
  color: #333;
}
.banner_tooltip:hover .label {
  display: inline-block;
}
.modal {
  position: absolute;
  z-index: 1000;
  top: 50%;
  left: 50%;
  transform: translate(-50%,0);
  width: 986px;
  height: auto;
  display: none;
  background-color: #fff;
  box-shadow: 0px 3px 20px #000000A8;
}
.modal .content,.modal .gallery,.modal footer  {
  padding: 30px;
}
.modal .gallery {
  background-color: #DADAD7;
  display: flex;
  flex-wrap: wrap;
}
.modal .gallery strong {
  flex: 0 0 100%;
}
.modal .gallery .item {
  flex: 0 0 16%;
  margin-bottom: 14px;
  margin-top: 14px;
  margin-right: 4%;
}
.modal .gallery .item img {
  width: 100%;
  height: auto;
}
.modal footer {

}
.modal .close_button {
  color: #333;
  font-size: 40px;
  font-weight: bold;
  position: absolute;
  z-index: 3;
  right: 25px;
  top: 25px;
  line-height: 25px;
}
.modal .close_button:hover {
text-decoration: none;
color: #AE1619;
}
.modal ul {
    padding: 0 0 0 20px;
}

.modal footer strong {
  display: block;
  margin-bottom: 20px;
}


/* -- button -- */
.btn50 {
  padding: 10px;
  color: #fff;
  background: #AE1619;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
  display: block;
  width: auto;
  max-width: 50%;
  position: relative;
  z-index: 1
}
.btn50::after {
    content: '';
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url("../../images/long-arrow-pointing-to-the-right-w.png");
    width: 20px;
    height: 20px;
}
.btn50:hover {
  text-decoration: none;
  background-color: #333;
}


/* -- Accordeon -- */
.acc_wrap {
  padding: 0.25em 0;
}

.acc_toggle {
  margin: 0 0 0.5em;
}
.acc_toggle .acc_title {
  display: flex;
  align-items: center;
  justify-content: left;
  text-decoration: none;
  font-size: 1em;
  line-height: 1.2;
  padding: 0px 90px 0px 0px;
  position: relative;
  z-index: 1;
  border: none;
  background-color: #DADAD7;
  color: #333;
  height: 65px;
}
.acc_toggle .acc_title.title-inner {

}
.acc_toggle .acc_title::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -10px;
  z-index: 2;
  background: url("../../images/arrow-accordion-down.png") center center no-repeat transparent;
}
.acc_toggle .acc_title::before {
  display: none;
}
.acc_toggle .acc_title:hover {
  background-color: #DADAD7;
}
.acc_toggle .acc_title:hover::after {
  background-image: url("../../images/arrow-accordion-down.png");
}
.acc_toggle .acc_title span {
  display: block;
  text-align: left;
}
.acc_toggle figcaption {
  display: none;
  margin-bottom: 0px;
  padding: 2em 1em;
  background-color: #DADAD7;
}
.acc_toggle figcaption p {
  margin: 0;
}

.acc_toggle.open .acc_title::after {
  transform: rotate(-180deg);
}

.acc_toggle:last-child .acc_title {
  margin-bottom: 0;
}

.acc_wrap .icon,
.modul_image_grid .icon {
  display: inline-block;
  width: 65px;
  height: 65px;
  background: no-repeat center center transparent;
  background-size: cover;
}

/* -- Banner mit Tooltips Mobile -- */
  .tech_dropdown .open_dropdown,
  .tech_dropdown .infoline {
    display: none;
  }

  .tech_dropdown .open_dropdown {
    font: normal normal 600 16px/22px Source Sans Pro;
    color: #000000;
    line-height: 60px;
    position: relative;
  }
  .tech_dropdown .open_dropdown::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    right: 30px;
    margin-top: -10px;
    z-index: 2;
    background: url("../../images/arrow-accordion-down.png") center center no-repeat transparent;
  }
  .tech_dropdown .open_dropdown.active::after {
    transform: rotate(180deg);
  }
  .tech_dropdown .infoline {
    font: normal normal normal 12px/26px Source Sans Pro;
    color: #706F6D;
    padding-bottom: 10px;
  }

/* -------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------ slider ------------------------------------------------------ */
/* -------------------------------------------------------------------------------------------------------------------- */
.allover {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
}
.tech_slider {
  position: relative;
  z-index: 1;
  background-color: transparent;
  margin: 0 auto;
  max-width: 2350px;
}
.tech_slider .einzeln {
  position: relative;
  z-index: 1;
}
.tech_slider .einzeln img {
  max-width: 3500px;
  width: 100%;
}
.tech_slider .banner_tooltip {
  opacity: 0;
}
.tech_slider .banner_tooltip:hover {
  opacity: 1;
}
.tech_slider .banner_tooltip:hover .icon_blue {
  background-color: #6eb0e1;
}
.tech_slider .wrap {

}
.tech_slider .text_box_wrap {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 10;
  top: -60px;
}
.tech_slider .text_box_wrap .box {
  flex: 0 0 25%;
  background: #fff;
  position: relative;
  cursor: pointer;
  -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.15);
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.15);
}
.tech_slider .text_box_wrap .box:nth-child(odd) {
  background-color: #f3f3f3;
}
.tech_slider .text_box_wrap .box .padding-wrapper {
  padding: 35px 35px 50px;
}
.tech_slider .text_box_wrap .box a {
  font-weight: bold;
  font-size: 18px;
  position: absolute;
  z-index: 1;
  bottom: 35px;
  right: 35px;
  display: block;
  text-align: right;
}
.tech_slider .text_box_wrap .box h4 {
  color: #AE1619;
  font-size: 22px;
  margin-bottom: 25px;
}
.tech_slider .text_box_wrap .box h5 {
  font-size: 22px;
  color: #000000;
  margin-bottom: 25px;
}
.tech_slider .text_box_wrap .box p {
  margin: 0 0 15px;
}
.tech_slider .text_box_wrap .box.active {
  transform: scale(1.08);
  position: relative;
  z-index: 1000;
}
.tech_slider .text_box_wrap .box.active::after {
  content: " ";
  display: block;
  position: absolute;
  top: -12px;
  left: 0;
  right: 0;
  height: 12px;
  background: #AE1619;
  z-index: 1;
}

.tech_slider .text_box_wrap ul {
  padding: 0 0 0 15px;
  margin: 0;
}

.tech_slider .slick-dots {
  display: none !important;
}

.tech_slider video.slVid, .slVid {
  width: 100%;
  height: auto;
}

.tech_slider .btn-red {
  position: absolute;
  right: 0;
  bottom:100px;
  z-index: 900;
  background-color: #AE1619;
  line-height: 50px;
  color: #fff;
  text-decoration: none;
  padding: 0 60px 0 15px;
}
.tech_slider .btn-red::after {
    content: " ";
    background-image: url('../../images/long-arrow-pointing-to-the-right-w.png');
    background-position: center;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
}
.tech_slider .btn-red:hover {
  -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.35);
  box-shadow: 0 0 15px 0 rgba(0,0,0,0.35);
}

.overlay_back {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 500;
  background-color: rgba(0,0,0,.35);
  display: none;
}

/* -------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------ laptop ------------------------------------------------------ */
/* -------------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 1180px) {

  .tech_slider .text_box_wrap .box {
    flex: 0 0 50%;
  }
  .tech_slider .text_box_wrap .box:nth-child(odd) {
    background-color: #fff;
  }
  .tech_slider .text_box_wrap .box:nth-child(3n+1) {
      background-color: #f3f3f3;
  }
  .tech_slider .text_box_wrap .box.active {
    transform: scale(1);
  }
  .tech_slider .text_box_wrap .box.active::after {
    top: 0;
    height: 8px;
  }

  .tech_slider .btn-red {
    bottom:50px;
    line-height: 30px;
  }
  .tech_slider .btn-red::after {
      width: 50px;
      height: 30px;
  }

}

@media screen and (max-width: 1024px) {

  /* -- button -- */
  .btn50 { max-width: 100%; }

  .modul_technologie_banner .grey_tab {
    display: none;
  }

  .tech_dropdown {
    background-color: #DADAD7;
    padding: 0 15px;
  }
  .tech_dropdown .open_dropdown,
  .tech_dropdown .infoline {
    display: block;
  }
  .tech_dropdown .dropdown_content {
    display: none;
    padding-bottom: 50px;
  }
  .tech_dropdown .dropdown_content .banner_tooltip {
      position: Initial;
      top: 0;
      left: 0;
      margin: 0 14px 14px 0;
      background-color: #fff;
      display: inline-block;
      line-height: 50px;
  }
  .modul_technologie_banner .banner_tooltip .icon_blue { float: left; }
  .modul_technologie_banner .banner_tooltip .label {
      display: inline;
      line-height: auto;
  }
  .modul_technologie_banner .bg_banner {
    margin-bottom: -7px;
  }

  .modal {
    top: auto;
    left: 15px;
    right: 15px;
    bottom: auto;
    transform: translate(0,0);
    width: auto;
    height: auto;
  }
  .modal .gallery .item {
    flex: 0 0 29.333%;
  }

}

/* -- tablet -- */
@media screen and (max-width: 1000px) {

  .standard_page_wrapper.col_span_8 aside.sidebar_wrapper {
    left: auto;
  }
  .standard_page_wrapper.col_span_8 section.modul {
    width: auto;
    float: none;
    display: block;
  }

  .mega_menu {
    top: -600px;
  }

  .modul_teaser_large .archive_post_teaser .related_post_text {
    font-size: 26px;
    line-height: 32px;
    hyphens: auto;
    padding-bottom: 30px;
  }

  .modul_image_grid .grey_heading {
      width: 50%;
      height: 50px;
  }
  .acc_wrap .icon, .modul_image_grid .icon {
      width: 40px;
      height: 40px;
  }
  .modul_image_grid .grey_heading h3 {
      font-size: 18px;
      line-height: 20px;
  }
  .modul_image_grid .image_frame {
    flex: 0 0 31.333%;
  }

}

/* -- ipad -- */
@media screen and (max-width: 768px) {
  .tech_slider .text_box_wrap .box {
      flex: 0 0 100%;
      display: none;
  }
  .tech_slider .text_box_wrap .box.active {
      display: block;
  }
  .tech_slider .text_box_wrap {
      padding: 15px 0 30px;
      top: 0px;
  }
  .tech_slider .text_box_wrap .box:nth-child(3n+1) {
      background-color: #fff;
  }
  .tech_slider .text_box_wrap .box.active::after {
    content: none;
  }
  .tech_slider .text_box_wrap .box .padding-wrapper {
    padding: 15px 15px 40px;
  }
  .tech_slider .text_box_wrap .box,
.tech_slider .text_box_wrap .box h4,
.tech_slider .text_box_wrap .box h5,
.tech_slider .text_box_wrap .box p {
  font-size: 16px;
  margin-bottom: 5px;
}
.tech_slider .text_box_wrap .box h4 {
  font-size: 18px;
}
.tech_slider .text_box_wrap .box a {
  position: static;
  font-size: 16px;
  margin: 5px 0;
  text-align: center;
}

.tech_slider .slick-dots {
  display: block !important;
}
    /* Arrows */
    .slick-prev,
    .slick-next
    {
        width: 25px;
        height: 25px;
    }
    .slick-prev:before,
    .slick-next:before
    {
        width: 25px;
        height: 25px;
        background-size: 15px auto;
    }

  .tech_slider .btn-red {
    bottom:25px;
  }

}

/* -- Smartphone -- */
@media screen and (max-width: 650px) {

  .modul_teaser_large .archive_post_teaser {
    width: 100%;
    margin-right: 0;
  }
  .modul_teaser_large .archive_post_teaser:nth-child(even) {
    margin-left: 0;
  }
  .modal .gallery .item {
      flex: 0 0 46%;
  }

  .modul_image_grid .grey_heading {
      width: 100%;
  }
  .modul_image_grid .image_frame {
    flex: 0 0 48%;
  }

    .tech_slider .btn-red {
      bottom:auto;
      top: 0;
    }

}

/* -- Smartphone small -- */
@media screen and (max-width: 499px) {
  .tech_slider .btn-red {
      line-height: 22px;
      padding: 0 28px 0 5px;
  }
  .tech_slider .btn-red::after {
        width: 25px;
        height: 22px;
  }

  .tech_dropdown .dropdown_content .banner_tooltip {
    display: block;
  }

}
