@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

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

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

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

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

*::-webkit-input-placeholder {
  color: #D2DDEA;
  opacity: 1;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
}

*:-moz-placeholder {
  color: #D2DDEA;
  opacity: 1;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
}

*::-moz-placeholder {
  color: #D2DDEA;
  opacity: 1;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
}

*:-ms-input-placeholder {
  color: #D2DDEA;
  opacity: 1;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
}

@keyframes expand {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(90deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(270deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes rotate-reverse {
  from {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(-90deg);
  }
  50% {
    transform: rotate(-180deg);
  }
  75% {
    transform: rotate(-270deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
.glightbox-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999 !important;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: none;
}

.glightbox-container.inactive {
  display: none;
}

.glightbox-container .gcontainer {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden;
}

.glightbox-container .gslider {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.glightbox-container .gslide {
  width: 100%;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
}

.glightbox-container .gslide.current {
  opacity: 1;
  z-index: 99999;
  position: relative;
}

.glightbox-container .gslide.prev {
  opacity: 1;
  z-index: 9999;
}

.glightbox-container .gslide-inner-content {
  width: 100%;
}

.glightbox-container .ginner-container {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  margin: auto;
  height: 100vh;
}

.glightbox-container .ginner-container.gvideo-container {
  width: 100%;
}

.glightbox-container .ginner-container.desc-bottom,
.glightbox-container .ginner-container.desc-top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.glightbox-container .ginner-container.desc-left,
.glightbox-container .ginner-container.desc-right {
  max-width: 100% !important;
}

.gslide iframe,
.gslide video {
  outline: none !important;
  border: none;
  min-height: 165px;
  -webkit-overflow-scrolling: touch;
  -ms-touch-action: auto;
  touch-action: auto;
}

.gslide:not(.current) {
  pointer-events: none;
}

.gslide-image {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gslide-image img {
  max-height: 100vh;
  display: block;
  padding: 0;
  float: none;
  outline: none;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 100vw;
  width: auto;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -ms-touch-action: none;
  touch-action: none;
  margin: auto;
  min-width: 200px;
}

.desc-top .gslide-image img,
.desc-bottom .gslide-image img {
  width: auto;
}

.desc-left .gslide-image img,
.desc-right .gslide-image img {
  width: auto;
  max-width: 100%;
}

.gslide-image img.zoomable {
  position: relative;
}

.gslide-image img.dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  -webkit-transition: none;
  transition: none;
}

.gslide-video {
  position: relative;
  max-width: 100vh;
  width: 100% !important;
}

.gslide-video .plyr__poster-enabled.plyr--loading .plyr__poster {
  display: none;
}

.gslide-video .gvideo-wrapper {
  width: 100%;
  /* max-width: 160vmin; */
  margin: auto;
}

.gslide-video::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 0, 0, 0.34);
  display: none;
}

.gslide-video.playing::before {
  display: none;
}

.gslide-video.fullscreen {
  max-width: 100% !important;
  min-width: 100%;
  height: 75vh;
}

.gslide-video.fullscreen video {
  max-width: 100% !important;
  width: 100% !important;
}

.gslide-inline {
  background: #fff;
  text-align: left;
  max-height: calc(100vh - 40px);
  overflow: auto;
  max-width: 100%;
  margin: auto;
}

.gslide-inline .ginlined-content {
  padding: 20px;
  width: 100%;
}

.gslide-inline .dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  -webkit-transition: none;
  transition: none;
}

.ginlined-content {
  overflow: auto;
  display: block !important;
  opacity: 1;
}

.gslide-external {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 100%;
  background: #fff;
  padding: 0;
  overflow: auto;
  max-height: 75vh;
  height: 100%;
}

.gslide-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
}

.zoomed .gslide-media {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.desc-top .gslide-media,
.desc-bottom .gslide-media {
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.gslide-description {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}

.gslide-description.description-left,
.gslide-description.description-right {
  max-width: 100%;
}

.gslide-description.description-bottom,
.gslide-description.description-top {
  margin: 0 auto;
  width: 100%;
}

.gslide-description p {
  margin-bottom: 12px;
}

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

.zoomed .gslide-description {
  display: none;
}

.glightbox-button-hidden {
  display: none;
}

/*
 * Description for mobiles
 * something like facebook does the description
 * for the photos
*/
.glightbox-mobile .glightbox-container .gslide-description {
  height: auto !important;
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 19px 11px;
  max-width: 100vw !important;
  -webkit-box-ordinal-group: 3 !important;
  -ms-flex-order: 2 !important;
  order: 2 !important;
  max-height: 78vh;
  overflow: auto !important;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.75)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  padding-bottom: 50px;
}

.glightbox-mobile .glightbox-container .gslide-title {
  color: #fff;
  font-size: 1em;
}

.glightbox-mobile .glightbox-container .gslide-desc {
  color: #a1a1a1;
}

.glightbox-mobile .glightbox-container .gslide-desc a {
  color: #fff;
  font-weight: bold;
}

.glightbox-mobile .glightbox-container .gslide-desc * {
  color: inherit;
}

.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
  color: #fff;
  opacity: 0.4;
}

.gdesc-open .gslide-media {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 0.4;
}

.gdesc-open .gdesc-inner {
  padding-bottom: 30px;
}

.gdesc-closed .gslide-media {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 1;
}

.greset {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.gabsolute {
  position: absolute;
}

.grelative {
  position: relative;
}

.glightbox-desc {
  display: none !important;
}

.glightbox-open {
  overflow: hidden;
}

.gloader {
  height: 25px;
  width: 25px;
  -webkit-animation: lightboxLoader 0.8s infinite linear;
  animation: lightboxLoader 0.8s infinite linear;
  border: 2px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  position: absolute;
  display: block;
  z-index: 9999;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 47%;
}

.goverlay {
  width: 100%;
  height: calc(100vh + 1px);
  position: fixed;
  top: -1px;
  left: 0;
  background: #000;
  will-change: opacity;
}

.glightbox-mobile .goverlay {
  background: #000;
}

.gprev,
.gnext,
.gclose {
  z-index: 99999;
  cursor: pointer;
  width: 26px;
  height: 44px;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.gprev svg,
.gnext svg,
.gclose svg {
  display: block;
  width: 25px;
  height: auto;
  margin: 0;
  padding: 0;
}

.gprev.disabled,
.gnext.disabled,
.gclose.disabled {
  opacity: 0.1;
}

.gprev .garrow,
.gnext .garrow,
.gclose .garrow {
  stroke: #fff;
}

.gbtn.focused {
  outline: 2px solid #0f3d81;
}

iframe.wait-autoplay {
  opacity: 0;
}

.glightbox-closing .gnext,
.glightbox-closing .gprev,
.glightbox-closing .gclose {
  opacity: 0 !important;
}

/*Skin */
.glightbox-clean .gslide-description {
  background: #fff;
}

.glightbox-clean .gdesc-inner {
  padding: 22px 20px;
}

.glightbox-clean .gslide-title {
  font-size: 1em;
  font-weight: normal;
  font-family: arial;
  color: #000;
  margin-bottom: 19px;
  line-height: 1.4em;
}

.glightbox-clean .gslide-desc {
  font-size: 0.86em;
  margin-bottom: 0;
  font-family: arial;
  line-height: 1.4em;
}

.glightbox-clean .gslide-video {
  background: #000;
}

.glightbox-clean .gprev,
.glightbox-clean .gnext,
.glightbox-clean .gclose {
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 4px;
}

.glightbox-clean .gprev path,
.glightbox-clean .gnext path,
.glightbox-clean .gclose path {
  fill: #fff;
}

.glightbox-clean .gprev {
  position: absolute;
  top: -100%;
  left: 30px;
  width: 40px;
  height: 50px;
}

.glightbox-clean .gnext {
  position: absolute;
  top: -100%;
  right: 30px;
  width: 40px;
  height: 50px;
}

.glightbox-clean .gclose {
  width: 35px;
  height: 35px;
  top: 15px;
  right: 10px;
  position: absolute;
}

.glightbox-clean .gclose svg {
  width: 18px;
  height: auto;
}

.glightbox-clean .gclose:hover {
  opacity: 1;
}

/*CSS Animations*/
.gfadeIn {
  -webkit-animation: gfadeIn 0.5s ease;
  animation: gfadeIn 0.5s ease;
}

.gfadeOut {
  -webkit-animation: gfadeOut 0.5s ease;
  animation: gfadeOut 0.5s ease;
}

.gslideOutLeft {
  -webkit-animation: gslideOutLeft 0.3s ease;
  animation: gslideOutLeft 0.3s ease;
}

.gslideInLeft {
  -webkit-animation: gslideInLeft 0.3s ease;
  animation: gslideInLeft 0.3s ease;
}

.gslideOutRight {
  -webkit-animation: gslideOutRight 0.3s ease;
  animation: gslideOutRight 0.3s ease;
}

.gslideInRight {
  -webkit-animation: gslideInRight 0.3s ease;
  animation: gslideInRight 0.3s ease;
}

.gzoomIn {
  -webkit-animation: gzoomIn 0.5s ease;
  animation: gzoomIn 0.5s ease;
}

.gzoomOut {
  -webkit-animation: gzoomOut 0.5s ease;
  animation: gzoomOut 0.5s ease;
}

@-webkit-keyframes lightboxLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes lightboxLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes gslideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes gslideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}
@-webkit-keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}
@keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}
@-webkit-keyframes gzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}
@keyframes gzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@media (min-width: 769px) {
  .glightbox-container .ginner-container {
    width: auto;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .glightbox-container .ginner-container.desc-top .gslide-description {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .glightbox-container .ginner-container.desc-top .gslide-image,
.glightbox-container .ginner-container.desc-top .gslide-image img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .glightbox-container .ginner-container.desc-left .gslide-description {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .glightbox-container .ginner-container.desc-left .gslide-image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .gslide-image img {
    max-height: 97vh;
    max-width: 100%;
  }
  .gslide-image img.zoomable {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
  }
  .zoomed .gslide-image img.zoomable {
    cursor: -webkit-grab;
    cursor: grab;
  }
  .gslide-inline {
    max-height: 95vh;
  }
  .gslide-external {
    max-height: 100vh;
  }
  .gslide-description.description-left,
.gslide-description.description-right {
    max-width: 275px;
  }
  .glightbox-open {
    height: auto;
  }
  .goverlay {
    background: rgba(0, 0, 0, 0.92);
  }
  .glightbox-clean .gslide-media {
    -webkit-box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.65);
    box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.65);
  }
  .glightbox-clean .description-left .gdesc-inner,
.glightbox-clean .description-right .gdesc-inner {
    position: absolute;
    height: 100%;
    overflow-y: auto;
  }
  .glightbox-clean .gprev,
.glightbox-clean .gnext,
.glightbox-clean .gclose {
    background-color: rgba(0, 0, 0, 0.32);
  }
  .glightbox-clean .gprev:hover,
.glightbox-clean .gnext:hover,
.glightbox-clean .gclose:hover {
    background-color: rgba(0, 0, 0, 0.7);
  }
  .glightbox-clean .gprev {
    top: 45%;
  }
  .glightbox-clean .gnext {
    top: 45%;
  }
}
@media (min-width: 992px) {
  .glightbox-clean .gclose {
    opacity: 0.7;
    right: 20px;
  }
}
@media screen and (max-height: 420px) {
  .goverlay {
    background: #000;
  }
}
.cl-effect-3 {
  padding: 8px 0;
}

.cl-effect-3::after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 4px;
  background: rgba(0, 0, 0, 0.1);
  content: "";
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  transform: translateY(10px);
}

.cl-effect-3:hover::after,
.cl-effect-3:focus::after {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
}

html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, a, img, b, u, i, ol, ul, li, form, label, input, textarea, button, footer, header, menu, nav, section, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  outline: none;
  box-sizing: border-box;
}

ul, li {
  list-style: none;
}

ol li {
  list-style: auto !important;
  margin-left: 17px;
}

a,
a:hover {
  text-decoration: none;
  cursor: pointer;
}

img {
  display: block;
  width: 100%;
}

/* ------------------
   SIZES
------------------ */
/* 0.5px */
/* 1px */
/* 2px */
/* 5px */
/* 8px */
/* 9px */
/* 10px */
/* 12px */
/* 14px */
/* 15px */
/* 16px */
/* 18px */
/* 20px */
/* 22px */
/* 24px */
/* 23px*/
/* 28px */
/* 30px */
/* 33px */
/* 36px */
/* 38px */
/* 40px */
/* 44px */
/* 48px */
/* 50px */
/* 56px */
/* 55px*/
/* 100px*/
/* 60px*/
/* 140px*/
/* 295px*/
/* UNIT SIZE VALUES */
/* 15px */
/* 30px */
/* 45px */
/* 57px */
/* 60px */
/* 75px */
/* FONT SIZES - LINE HEIGHT */
/* 12px */
/* 13px */
/* 16px */
/* 17px */
/* 18px */
/* 20px */
/* 22px */
/* 24px */
/* 26px */
/* 27px */
/* 28px */
/* 29px */
/* 30px */
/* 32px */
/* 33px */
/* 34px */
/* 35px */
/* 38px */
/* 41px */
/* 42px */
/* 45px */
/* 46px */
/* 48px */
/* 50px */
/* 58px */
/* 60px */
/* 64px */
/* 70px */
/* 75px */
@font-face {
  font-family: "DIN 2014";
  src: url("../Fonts/DIN2014/DIN2014-DemiItalic.woff2") format("woff2"), url("../Fonts/DIN2014/DIN2014-DemiItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "DIN 2014";
  src: url("../Fonts/DIN2014/DIN2014-ExtraBold.woff2") format("woff2"), url("../Fonts/DIN2014/DIN2014-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DIN 2014";
  src: url("../Fonts/DIN2014/DIN2014-Bold.woff2") format("woff2"), url("../Fonts/DIN2014/DIN2014-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DIN 2014";
  src: url("../Fonts/DIN2014/DIN2014-LightItalic.woff2") format("woff2"), url("../Fonts/DIN2014/DIN2014-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "DIN 2014";
  src: url("../Fonts/DIN2014/DIN2014-BoldItalic.woff2") format("woff2"), url("../Fonts/DIN2014/DIN2014-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "DIN 2014";
  src: url("../Fonts/DIN2014/DIN2014-Italic.woff2") format("woff2"), url("../Fonts/DIN2014/DIN2014-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "DIN 2014";
  src: url("../Fonts/DIN2014/DIN2014-Demi.woff2") format("woff2"), url("../Fonts/DIN2014/DIN2014-Demi.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DIN 2014";
  src: url("../Fonts/DIN2014/DIN2014-Regular.woff2") format("woff2"), url("../Fonts/DIN2014/DIN2014-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DIN 2014";
  src: url("../Fonts/DIN2014/DIN2014-Light.woff2") format("woff2"), url("../Fonts/DIN2014/DIN2014-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "icomoon";
  src: url("../Fonts/general/icomoon.eot?en2vwu");
  src: url("../Fonts/general/icomoon.eot?en2vwu#iefix") format("embedded-opentype"), url("../Fonts/general/icomoon.ttf?en2vwu") format("truetype"), url("../Fonts/general/icomoon.woff?en2vwu") format("woff"), url("../Fonts/general/icomoon.svg?en2vwu#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* rubik-medium */
@font-face {
  font-family: "Rubik";
  src: url("../Fonts/Rubik/rubik-v9-latin-500.eot");
  src: local("Rubik Medium"), local("Rubik-Medium"), url("../Fonts/Rubik/rubik-v9-latin-500.eot?#iefix") format("embedded-opentype"), url("../Fonts/Rubik/rubik-v9-latin-500.woff2") format("woff2"), url("../Fonts/Rubik/rubik-v9-latin-500.woff") format("woff"), url("../Fonts/Rubik/rubik-v9-latin-500.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
/*new font */
h3 {
  font-family: "DIN 2014", sans-serif;
  line-height: 1.2;
  font-weight: 600;
}

.h3 {
  font-family: "DIN 2014", sans-serif;
  line-height: 1.2;
  font-weight: 600;
}

h4 {
  font-family: "DIN 2014", sans-serif;
  line-height: 1.2;
  font-weight: 600;
}

.h4 {
  font-family: "DIN 2014", sans-serif;
  line-height: 1.2;
  font-weight: 600;
}

h5 {
  font-family: "DIN 2014", sans-serif;
  line-height: 1.2;
  font-weight: 600;
}

.h5 {
  font-family: "DIN 2014", sans-serif;
  line-height: 1.2;
  font-weight: 600;
}

h6 {
  font-family: "DIN 2014", sans-serif;
  line-height: 1.2;
  font-weight: 600;
}

.h6 {
  font-family: "DIN 2014", sans-serif;
  line-height: 1.2;
  font-weight: 600;
}

h1 {
  font-family: "Rubik", sans-serif;
  font-size: 3.4375rem;
  font-weight: 500;
  letter-spacing: 0.25rem;
  line-height: 4.126rem;
}
@media (max-width: 992px) {
  h1 {
    font-size: 2.063rem;
    line-height: 2.5rem;
    letter-spacing: 0.125rem;
  }
}
@media (max-width: 480px) {
  h1 {
    font-size: 1.75rem;
    line-height: 2.375rem;
    letter-spacing: 0.125rem;
  }
}

.h1 {
  font-family: "Rubik", sans-serif;
  font-size: 3.4375rem;
  font-weight: 500;
  letter-spacing: 0.25rem;
  line-height: 4.126rem;
}
@media (max-width: 992px) {
  .h1 {
    font-size: 2.063rem;
    line-height: 2.5rem;
    letter-spacing: 0.125rem;
  }
}
@media (max-width: 480px) {
  .h1 {
    font-size: 1.75rem;
    line-height: 2.375rem;
    letter-spacing: 0.125rem;
  }
}

h2 {
  font-family: "Rubik", sans-serif;
  font-size: 3.4375rem;
  font-weight: 500;
  letter-spacing: 0.25rem;
  line-height: 4.126rem;
}
@media (max-width: 992px) {
  h2 {
    font-size: 2.063rem;
    line-height: 2.5rem;
    letter-spacing: 0.125rem;
  }
}
@media (max-width: 480px) {
  h2 {
    font-size: 1.75rem;
    line-height: 2.375rem;
    letter-spacing: 0.125rem;
  }
}

.h2 {
  font-family: "Rubik", sans-serif;
  font-size: 3.4375rem;
  font-weight: 500;
  letter-spacing: 0.25rem;
  line-height: 4.126rem;
}
@media (max-width: 992px) {
  .h2 {
    font-size: 2.063rem;
    line-height: 2.5rem;
    letter-spacing: 0.125rem;
  }
}
@media (max-width: 480px) {
  .h2 {
    font-size: 1.75rem;
    line-height: 2.375rem;
    letter-spacing: 0.125rem;
  }
}

h3 {
  font-family: "Rubik", sans-serif;
  font-size: 3.4375rem;
  font-weight: 500;
  letter-spacing: 0.25rem;
  line-height: 4.126rem;
}
@media (max-width: 992px) {
  h3 {
    font-size: 2.063rem;
    line-height: 2.5rem;
    letter-spacing: 0.125rem;
  }
}
@media (max-width: 480px) {
  h3 {
    font-size: 1.75rem;
    line-height: 2.375rem;
    letter-spacing: 0.125rem;
  }
}

.h3 {
  font-family: "Rubik", sans-serif;
  font-size: 3.4375rem;
  font-weight: 500;
  letter-spacing: 0.25rem;
  line-height: 4.126rem;
}
@media (max-width: 992px) {
  .h3 {
    font-size: 2.063rem;
    line-height: 2.5rem;
    letter-spacing: 0.125rem;
  }
}
@media (max-width: 480px) {
  .h3 {
    font-size: 1.75rem;
    line-height: 2.375rem;
    letter-spacing: 0.125rem;
  }
}

h4 {
  font-family: "Rubik", sans-serif;
  font-size: 3.4375rem;
  font-weight: 500;
  letter-spacing: 0.25rem;
  line-height: 4.126rem;
}
@media (max-width: 992px) {
  h4 {
    font-size: 2.063rem;
    line-height: 2.5rem;
    letter-spacing: 0.125rem;
  }
}
@media (max-width: 480px) {
  h4 {
    font-size: 1.75rem;
    line-height: 2.375rem;
    letter-spacing: 0.125rem;
  }
}

.h4 {
  font-family: "Rubik", sans-serif;
  font-size: 3.4375rem;
  font-weight: 500;
  letter-spacing: 0.25rem;
  line-height: 4.126rem;
}
@media (max-width: 992px) {
  .h4 {
    font-size: 2.063rem;
    line-height: 2.5rem;
    letter-spacing: 0.125rem;
  }
}
@media (max-width: 480px) {
  .h4 {
    font-size: 1.75rem;
    line-height: 2.375rem;
    letter-spacing: 0.125rem;
  }
}

h5 {
  font-family: "Rubik", sans-serif;
  font-size: 3.4375rem;
  font-weight: 500;
  letter-spacing: 0.25rem;
  line-height: 4.126rem;
}
@media (max-width: 992px) {
  h5 {
    font-size: 2.063rem;
    line-height: 2.5rem;
    letter-spacing: 0.125rem;
  }
}
@media (max-width: 480px) {
  h5 {
    font-size: 1.75rem;
    line-height: 2.375rem;
    letter-spacing: 0.125rem;
  }
}

.h5 {
  font-family: "Rubik", sans-serif;
  font-size: 3.4375rem;
  font-weight: 500;
  letter-spacing: 0.25rem;
  line-height: 4.126rem;
}
@media (max-width: 992px) {
  .h5 {
    font-size: 2.063rem;
    line-height: 2.5rem;
    letter-spacing: 0.125rem;
  }
}
@media (max-width: 480px) {
  .h5 {
    font-size: 1.75rem;
    line-height: 2.375rem;
    letter-spacing: 0.125rem;
  }
}

h6 {
  font-family: "Rubik", sans-serif;
  font-size: 3.4375rem;
  font-weight: 500;
  letter-spacing: 0.25rem;
  line-height: 4.126rem;
}
@media (max-width: 992px) {
  h6 {
    font-size: 2.063rem;
    line-height: 2.5rem;
    letter-spacing: 0.125rem;
  }
}
@media (max-width: 480px) {
  h6 {
    font-size: 1.75rem;
    line-height: 2.375rem;
    letter-spacing: 0.125rem;
  }
}

.h6 {
  font-family: "Rubik", sans-serif;
  font-size: 3.4375rem;
  font-weight: 500;
  letter-spacing: 0.25rem;
  line-height: 4.126rem;
}
@media (max-width: 992px) {
  .h6 {
    font-size: 2.063rem;
    line-height: 2.5rem;
    letter-spacing: 0.125rem;
  }
}
@media (max-width: 480px) {
  .h6 {
    font-size: 1.75rem;
    line-height: 2.375rem;
    letter-spacing: 0.125rem;
  }
}

h2 {
  font-family: "Rubik", sans-serif;
  font-size: 3.4375rem;
  font-weight: 500;
  letter-spacing: 0.25rem;
  line-height: 4.126rem;
}
@media (max-width: 992px) {
  h2 {
    font-size: 2.063rem;
    line-height: 2.5rem;
    letter-spacing: 0.125rem;
  }
}
@media (max-width: 480px) {
  h2 {
    font-size: 1.75rem;
    line-height: 2.375rem;
    letter-spacing: 0.125rem;
  }
}

.h2 {
  font-family: "Rubik", sans-serif;
  font-size: 3.4375rem;
  font-weight: 500;
  letter-spacing: 0.25rem;
  line-height: 4.126rem;
}
@media (max-width: 992px) {
  .h2 {
    font-size: 2.063rem;
    line-height: 2.5rem;
    letter-spacing: 0.125rem;
  }
}
@media (max-width: 480px) {
  .h2 {
    font-size: 1.75rem;
    line-height: 2.375rem;
    letter-spacing: 0.125rem;
  }
}

h3 {
  font-family: "Rubik", sans-serif;
  font-size: 3.4375rem;
  font-weight: 500;
  letter-spacing: 0.25rem;
  line-height: 4.126rem;
}
@media (max-width: 992px) {
  h3 {
    font-size: 2.063rem;
    line-height: 2.5rem;
    letter-spacing: 0.125rem;
  }
}
@media (max-width: 480px) {
  h3 {
    font-size: 1.75rem;
    line-height: 2.375rem;
    letter-spacing: 0.125rem;
  }
}

.h3 {
  font-family: "Rubik", sans-serif;
  font-size: 3.4375rem;
  font-weight: 500;
  letter-spacing: 0.25rem;
  line-height: 4.126rem;
}
@media (max-width: 992px) {
  .h3 {
    font-size: 2.063rem;
    line-height: 2.5rem;
    letter-spacing: 0.125rem;
  }
}
@media (max-width: 480px) {
  .h3 {
    font-size: 1.75rem;
    line-height: 2.375rem;
    letter-spacing: 0.125rem;
  }
}

h4 {
  font-family: "Rubik", sans-serif;
  font-size: 3.4375rem;
  font-weight: 500;
  letter-spacing: 0.25rem;
  line-height: 4.126rem;
}
@media (max-width: 992px) {
  h4 {
    font-size: 2.063rem;
    line-height: 2.5rem;
    letter-spacing: 0.125rem;
  }
}
@media (max-width: 480px) {
  h4 {
    font-size: 1.75rem;
    line-height: 2.375rem;
    letter-spacing: 0.125rem;
  }
}

.h4 {
  font-family: "Rubik", sans-serif;
  font-size: 3.4375rem;
  font-weight: 500;
  letter-spacing: 0.25rem;
  line-height: 4.126rem;
}
@media (max-width: 992px) {
  .h4 {
    font-size: 2.063rem;
    line-height: 2.5rem;
    letter-spacing: 0.125rem;
  }
}
@media (max-width: 480px) {
  .h4 {
    font-size: 1.75rem;
    line-height: 2.375rem;
    letter-spacing: 0.125rem;
  }
}

h5 {
  font-family: "Rubik", sans-serif;
  font-size: 3.4375rem;
  font-weight: 500;
  letter-spacing: 0.25rem;
  line-height: 4.126rem;
}
@media (max-width: 992px) {
  h5 {
    font-size: 2.063rem;
    line-height: 2.5rem;
    letter-spacing: 0.125rem;
  }
}
@media (max-width: 480px) {
  h5 {
    font-size: 1.75rem;
    line-height: 2.375rem;
    letter-spacing: 0.125rem;
  }
}

.h5 {
  font-family: "Rubik", sans-serif;
  font-size: 3.4375rem;
  font-weight: 500;
  letter-spacing: 0.25rem;
  line-height: 4.126rem;
}
@media (max-width: 992px) {
  .h5 {
    font-size: 2.063rem;
    line-height: 2.5rem;
    letter-spacing: 0.125rem;
  }
}
@media (max-width: 480px) {
  .h5 {
    font-size: 1.75rem;
    line-height: 2.375rem;
    letter-spacing: 0.125rem;
  }
}

h6 {
  font-family: "Rubik", sans-serif;
  font-size: 3.4375rem;
  font-weight: 500;
  letter-spacing: 0.25rem;
  line-height: 4.126rem;
}
@media (max-width: 992px) {
  h6 {
    font-size: 2.063rem;
    line-height: 2.5rem;
    letter-spacing: 0.125rem;
  }
}
@media (max-width: 480px) {
  h6 {
    font-size: 1.75rem;
    line-height: 2.375rem;
    letter-spacing: 0.125rem;
  }
}

.h6 {
  font-family: "Rubik", sans-serif;
  font-size: 3.4375rem;
  font-weight: 500;
  letter-spacing: 0.25rem;
  line-height: 4.126rem;
}
@media (max-width: 992px) {
  .h6 {
    font-size: 2.063rem;
    line-height: 2.5rem;
    letter-spacing: 0.125rem;
  }
}
@media (max-width: 480px) {
  .h6 {
    font-size: 1.75rem;
    line-height: 2.375rem;
    letter-spacing: 0.125rem;
  }
}

h3 {
  font-family: "DIN 2014", sans-serif;
  font-size: 1.875rem;
  font-weight: 600;
  letter-spacing: 0.031rem;
  line-height: 2.438rem;
}
@media (max-width: 992px) {
  h3 {
    font-size: 1.4375rem;
    line-height: 2.063rem;
  }
}
@media (max-width: 480px) {
  h3 {
    font-size: 1.4375rem;
    line-height: 2.063rem;
    word-break: break-word;
  }
}

.h3 {
  font-family: "DIN 2014", sans-serif;
  font-size: 1.875rem;
  font-weight: 600;
  letter-spacing: 0.031rem;
  line-height: 2.438rem;
}
@media (max-width: 992px) {
  .h3 {
    font-size: 1.4375rem;
    line-height: 2.063rem;
  }
}
@media (max-width: 480px) {
  .h3 {
    font-size: 1.4375rem;
    line-height: 2.063rem;
    word-break: break-word;
  }
}

h4 {
  font-family: "DIN 2014", sans-serif;
  font-size: 1.875rem;
  font-weight: 600;
  letter-spacing: 0.031rem;
  line-height: 2.438rem;
}
@media (max-width: 992px) {
  h4 {
    font-size: 1.4375rem;
    line-height: 2.063rem;
  }
}
@media (max-width: 480px) {
  h4 {
    font-size: 1.4375rem;
    line-height: 2.063rem;
    word-break: break-word;
  }
}

.h4 {
  font-family: "DIN 2014", sans-serif;
  font-size: 1.875rem;
  font-weight: 600;
  letter-spacing: 0.031rem;
  line-height: 2.438rem;
}
@media (max-width: 992px) {
  .h4 {
    font-size: 1.4375rem;
    line-height: 2.063rem;
  }
}
@media (max-width: 480px) {
  .h4 {
    font-size: 1.4375rem;
    line-height: 2.063rem;
    word-break: break-word;
  }
}

h5 {
  font-family: "DIN 2014", sans-serif;
  font-size: 1.875rem;
  font-weight: 600;
  letter-spacing: 0.031rem;
  line-height: 2.438rem;
}
@media (max-width: 992px) {
  h5 {
    font-size: 1.4375rem;
    line-height: 2.063rem;
  }
}
@media (max-width: 480px) {
  h5 {
    font-size: 1.4375rem;
    line-height: 2.063rem;
    word-break: break-word;
  }
}

.h5 {
  font-family: "DIN 2014", sans-serif;
  font-size: 1.875rem;
  font-weight: 600;
  letter-spacing: 0.031rem;
  line-height: 2.438rem;
}
@media (max-width: 992px) {
  .h5 {
    font-size: 1.4375rem;
    line-height: 2.063rem;
  }
}
@media (max-width: 480px) {
  .h5 {
    font-size: 1.4375rem;
    line-height: 2.063rem;
    word-break: break-word;
  }
}

h6 {
  font-family: "DIN 2014", sans-serif;
  font-size: 1.875rem;
  font-weight: 600;
  letter-spacing: 0.031rem;
  line-height: 2.438rem;
}
@media (max-width: 992px) {
  h6 {
    font-size: 1.4375rem;
    line-height: 2.063rem;
  }
}
@media (max-width: 480px) {
  h6 {
    font-size: 1.4375rem;
    line-height: 2.063rem;
    word-break: break-word;
  }
}

.h6 {
  font-family: "DIN 2014", sans-serif;
  font-size: 1.875rem;
  font-weight: 600;
  letter-spacing: 0.031rem;
  line-height: 2.438rem;
}
@media (max-width: 992px) {
  .h6 {
    font-size: 1.4375rem;
    line-height: 2.063rem;
  }
}
@media (max-width: 480px) {
  .h6 {
    font-size: 1.4375rem;
    line-height: 2.063rem;
    word-break: break-word;
  }
}

h4 {
  font-size: 1.375rem;
  line-height: 1.688rem;
}
@media (max-width: 480px) {
  h4 {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}

.h4 {
  font-size: 1.375rem;
  line-height: 1.688rem;
}
@media (max-width: 480px) {
  .h4 {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}

h5 {
  font-size: 1.375rem;
  line-height: 1.688rem;
}
@media (max-width: 480px) {
  h5 {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}

.h5 {
  font-size: 1.375rem;
  line-height: 1.688rem;
}
@media (max-width: 480px) {
  .h5 {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}

h6 {
  font-size: 1.375rem;
  line-height: 1.688rem;
}
@media (max-width: 480px) {
  h6 {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}

.h6 {
  font-size: 1.375rem;
  line-height: 1.688rem;
}
@media (max-width: 480px) {
  .h6 {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}

h5 {
  font-size: 1rem;
  line-height: 1.25rem;
}

.h5 {
  font-size: 1rem;
  line-height: 1.25rem;
}

h6 {
  font-size: 1rem;
  line-height: 1.25rem;
}

.h6 {
  font-size: 1rem;
  line-height: 1.25rem;
}

h6 {
  font-size: 1rem;
  line-height: 1.25rem;
}

.h6 {
  font-size: 1rem;
  line-height: 1.25rem;
}

h2 {
  text-transform: uppercase;
}

.h2-s {
  font-size: 3.4375rem;
  line-height: 4.126rem;
  letter-spacing: 0.25rem;
}
@media (max-width: 768px) {
  .h2-s {
    font-size: 2.5rem;
    line-height: 3.25rem;
  }
}
@media (max-width: 480px) {
  .h2-s {
    font-size: 1.875rem;
    line-height: 2.5rem;
    letter-spacing: 0;
  }
}

p {
  font-family: "DIN 2014", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5rem;
  letter-spacing: 0.3px;
}
@media (max-width: 480px) {
  p {
    font-size: 0.875rem;
    letter-spacing: 0.2px;
  }
}

[class^=icon-],
[class*=icon-] {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
}

.icon-linkedin:before {
  content: "\e900";
}

.icon-instagram:before {
  content: "\e901";
}

.icon-brand:before {
  content: "\e901";
}

.icon-social:before {
  content: "\e901";
}

.icon-back:before {
  content: "\e902";
}

.icon-next:before {
  content: "\e903";
}

.icon-mail:before {
  content: "\e904";
}

.icon-link:before {
  content: "\e905";
}

.icon-facebook:before {
  content: "\ea90";
}

.icon-xing:before {
  content: "\ead4";
}

.icon-xing2:before {
  content: "\ead4";
}

/* ------------------
   SIZES
------------------ */
/* 0.5px */
/* 1px */
/* 2px */
/* 5px */
/* 8px */
/* 9px */
/* 10px */
/* 12px */
/* 14px */
/* 15px */
/* 16px */
/* 18px */
/* 20px */
/* 22px */
/* 24px */
/* 23px*/
/* 28px */
/* 30px */
/* 33px */
/* 36px */
/* 38px */
/* 40px */
/* 44px */
/* 48px */
/* 50px */
/* 56px */
/* 55px*/
/* 100px*/
/* 60px*/
/* 140px*/
/* 295px*/
/* UNIT SIZE VALUES */
/* 15px */
/* 30px */
/* 45px */
/* 57px */
/* 60px */
/* 75px */
/* General */
body {
  font-family: "DIN 2014", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 300;
  color: #000;
  position: relative;
  letter-spacing: 0.05rem;
  background-color: #f6f6f6;
}
body.menu-open, body.search-open, body.lang-open {
  overflow: hidden;
}

@media (max-width: 480px) {
  body {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  body::-webkit-scrollbar {
    display: none;
  }
}
a {
  color: #008855;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 0.9375rem;
}
@media (max-width: 768px) {
  .container {
    padding: 0;
  }
}

.image {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.greyBg {
  background: #F6F6F6;
}

.title {
  padding: 4.375rem 0 3.125rem;
}

.genText {
  font-family: "DIN 2014", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #000;
  letter-spacing: 0.82px;
  position: relative;
  padding-left: 2.6rem;
  display: block;
}
@media (max-width: 768px) {
  .genText {
    font-size: 14px;
    padding-left: 1.7125rem;
  }
}
.genText::after {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 1.875rem;
  height: 3px;
  background: #008855;
  transition: all 0.1s ease-in-out;
}
@media (max-width: 768px) {
  .genText::after {
    width: 1.15rem;
  }
}
.genText:hover {
  cursor: pointer;
}
.genText:hover::after {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
  width: 3px;
  margin-left: 1.6875rem;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
@media (max-width: 768px) {
  .genText:hover::after {
    margin-left: 0.5px;
  }
}

.subTitle {
  font-family: "DIN 2014", sans-serif;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 2.438rem;
  color: #000;
  padding-bottom: 1.875rem;
  position: relative;
  text-align: center;
}
.subTitle::after {
  content: "";
  width: 4.0625rem;
  height: 4px;
  background: #008855;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .subTitle {
    font-size: 1.4375rem;
  }
}
@media (max-width: 480px) {
  .subTitle {
    font-size: 23px;
  }
}

.section {
  display: block;
  flex-direction: column;
  padding: 5.625rem 0 6.25rem 0;
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .section {
    padding: 2.8125rem 1.25rem 3.125rem 1.25rem;
  }
}

.section.product {
  padding: 0 0 100px 0;
}
@media (max-width: 768px) {
  .section.product {
    padding: 6.25rem 0;
  }
}

.section.about {
  padding: 0;
}
@media (max-width: 768px) {
  .section.about {
    padding: 0 0 2.5rem 0;
  }
}
.section.about h2 {
  margin: 4.375rem 0 3.125rem 0;
}
@media (max-width: 768px) {
  .section.about h2 {
    margin: 2.1875rem 0 1.5625rem 0;
  }
}

.section.no-padding {
  padding: 0;
}
@media (max-width: 768px) {
  .section.no-padding {
    padding: 0 20px;
  }
}

@media (max-width: 768px) {
  .gallery {
    padding-left: 0;
    padding-right: 0;
  }
}

.animation-fade {
  opacity: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  transition: 0.4s all;
}
.animation-fade.animation-fade-active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}

.underline {
  position: relative;
}
.underline::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 4.25rem;
  margin: auto;
  width: 3.5rem;
  height: 2px;
  background: #085;
  transition: all 0.1s ease-in-out;
}
@media (max-width: 992px) {
  .underline::after {
    top: 3rem;
  }
}

.soundsGoodImg {
  margin: auto;
  width: 28.125rem;
  object-fit: cover;
}
@media (max-width: 767px) {
  .soundsGoodImg {
    width: 100%;
  }
}

.whiteBoxChildDiv {
  background-color: #FFFFFF !important;
  margin: auto;
  width: 995px;
  padding: 60px;
  margin-bottom: 60px;
}

.columns-50-50 {
  display: flex;
}
.columns-50-50 .column {
  max-width: 50%;
  width: 50%;
}

/* Menu - Back button*/
.menu-back, .filter-back {
  font-family: "DIN 2014", sans-serif;
  font-size: 1.4375rem;
  font-weight: 600;
  line-height: 2.0625rem;
}
.menu-back:before, .filter-back:before {
  content: "\e902";
  font-family: "icomoon" !important;
  font-weight: 600;
  font-size: 1rem;
  margin-right: 0.625rem;
}

.filter-back {
  margin-bottom: 1.875rem;
}

@media (min-width: 992px) {
  .menu-back, .filter-back {
    display: none;
  }
}
#successful-message {
  padding: 3.75rem 5.438rem;
}
#successful-message h2 {
  text-align: center;
  margin: 60px;
}
#successful-message p {
  font-size: 26px;
  text-align: center;
  margin-bottom: 80px;
}
#successful-message .successful-message-button {
  display: flex;
  margin: auto;
}

.overlay {
  transition: all 0.6s ease-in-out;
  z-index: 99 !important;
}

sup {
  line-height: 0;
}

.news_general_items_cont_title.h4 sup {
  line-height: initial;
  vertical-align: baseline;
}

.sprung-n .sprung-title {
  padding-bottom: 60px;
}
.sprung-n .sprung-subtitle {
  padding-top: 40px;
}

.pop-up-box {
  width: 18.75rem;
  background-color: white;
  padding: 2.5rem;
  display: none;
  transition: all 0.4s;
}
.pop-up-box.opened {
  display: block;
}

.open-popup {
  color: #008855;
}
.open-popup::after {
  content: " ! ";
  font-size: 0.875rem;
  color: white;
  margin: 0 0.3125rem;
  background-color: #085;
  padding: 1px 4px;
  border-radius: 1.25rem;
  position: relative;
  top: -10px;
}

.table {
  border-spacing: 0;
  max-width: 1140px;
  overflow-x: scroll;
  scrollbar-width: thin;
}
.table table {
  border-collapse: collapse;
}
.table thead {
  outline: 2px solid #085;
}
.table th, .table td {
  min-width: 160px !important;
}
.table tr {
  border-bottom: 1px solid #f6f6f6;
}
.table tbody tr:first-child h5 {
  color: #008855 !important;
  padding: 1.25rem 0;
}
.table tbody td {
  padding: 1.25rem;
}

/* width */
.table::-webkit-scrollbar {
  height: 5px !important;
}

/* Track */
.table::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.table::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.table::-webkit-scrollbar-thumb:hover {
  background: #555;
}

#tableTest {
  width: 75rem;
  overflow: scroll;
  white-space: nowrap;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
#tableTest::-webkit-scrollbar {
  display: none;
}

form.filter--slider_form {
  width: 50%;
}

@media (max-width: 480px) {
  .mobile-open {
    min-height: 808px !important;
  }
}
/* MAP */
.map-botton-row {
  background-color: #2D2D2D;
  color: white;
  padding: 0.625rem 2.5rem;
  bottom: 0;
  position: absolute;
  width: 100%;
}

.map-content {
  margin-bottom: 1.25rem;
  padding: 1.875rem 2.5rem;
}

.map-bottom-el {
  font-weight: 600;
  margin-right: 1.875rem;
}

.gm-style .gm-style-iw-t::after {
  display: none;
}

.us-map-preview {
  display: flex;
  background-image: url(../../Images/map-preview.PNG);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.6196078431);
  background-blend-mode: multiply;
}
.us-map-preview .us-map-preview-test {
  width: 400px;
  height: 200px;
  border-radius: 6px;
  margin: auto;
  background-color: white;
  padding: 20px;
  text-align: center;
}
.us-map-preview .us-map-preview-test h4 {
  margin-bottom: 25px;
}
.us-map-preview .us-map-preview-test button {
  background: #008855;
  padding: 12px 23px;
  color: white;
  cursor: pointer;
}

.us-map-preview {
  display: flex;
  background-image: url(../../Images/map-preview.PNG);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.6196078431);
  background-blend-mode: multiply;
}
.us-map-preview .us-map-preview-test {
  width: 400px;
  height: 200px;
  border-radius: 6px;
  margin: auto;
  background-color: white;
  padding: 20px;
  text-align: center;
}
.us-map-preview .us-map-preview-test h4 {
  margin-bottom: 25px;
}
.us-map-preview .us-map-preview-test button {
  background: #008855;
  padding: 12px 23px;
  color: white;
}

.gm-style-iw.gm-style-iw-c {
  overflow: visible;
}
.gm-style-iw.gm-style-iw-c button.gm-ui-hover-effect {
  top: 11.125rem !important;
  right: 36.6875rem !important;
  width: 2.8125rem !important;
  height: 2.875rem !important;
  border-radius: 50% 0 50% 50%;
  color: #008855;
  background: #fff !important;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.gm-style-iw.gm-style-iw-c button.gm-ui-hover-effect::after {
  content: " ";
  position: absolute;
  top: 1.8125rem;
  left: 0;
  width: 0;
  height: 0;
  border-left: 1.375rem solid transparent;
  border-right: 1.375rem solid transparent;
  border-top: 2.5rem solid #fff;
}
.gm-style-iw.gm-style-iw-c button.gm-ui-hover-effect img {
  width: 1.0625rem !important;
  height: 1.0625rem !important;
  margin: 0.875rem !important;
}

.header__button--lang, .header__button--search {
  color: #000000;
}

.header__button--lang, .header__button--search {
  color: #000000;
}

.reference__image {
  height: 100% !important;
  object-fit: cover;
}

fieldset {
  border: none;
}

.gm-style-iw-d {
  width: 36.1875rem !important;
  height: 10.9375rem !important;
  overflow: hidden !important;
}
.gm-style-iw-d div {
  display: flex;
}
.gm-style-iw-d div .map-contents {
  display: flex;
  flex-direction: column;
  padding: 1.875rem 2.5rem;
}
.gm-style-iw-d div p {
  padding: 0.3125rem 0 0.9375rem;
}
.gm-style-iw-d div .genText {
  font-size: 1rem;
}
.gm-style-iw-d div img {
  object-fit: cover;
  width: 9.375rem;
  height: 10.9375rem;
}
@media (max-width: 768px) {
  .gm-style-iw-d div {
    flex-direction: column;
  }
  .gm-style-iw-d div img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .gm-style-iw-d {
    width: 15.5625rem !important;
    height: 24.0625rem !important;
  }
}

.lignotrend-site-component-map .uc-embedding-container {
  background-image: url(../../Images/map-preview.PNG);
  background-position: center;
  background-repeat: no-repeat;
}
.lignotrend-site-component-map .uc-embedding-container img {
  display: none;
}

button.gm-ui-hover-effect img {
  display: none;
}

.map-content {
  margin-bottom: 1.25rem;
  padding: 1.875rem 2.5rem;
  display: flex !important;
  flex-direction: column;
}
.map-content p {
  position: relative;
  top: auto;
  left: auto;
}
.map-content h5 {
  padding: 0 !important;
}

.gm-style .gm-style-iw-c {
  width: 579px !important;
  height: 175px;
  box-shadow: 0 0.625rem 2.5rem 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 768px) {
  .gm-style .gm-style-iw-c {
    width: 15.5625rem !important;
    height: 24.0625rem !important;
  }
}

.gm-style-iw.gm-style-iw-c {
  border-radius: 0 !important;
  padding: 0 !important;
}

#referenceFilter label .ck-editor__editable_inline {
  Width: 100%;
}

#referenceFilter label .ck-editor__editable_inline span {
  Width: 100%;
}

.filter--slider_right_cont_list h4 span {
  display: contents !important;
}

#referenceFilter label .ck-editor__editable_inline span {
  margin-left: 30px;
  border: 0 solid grey;
}

.checkbox input:checked ~ input {
  color: #008855;
}

input.newsletter-form {
  width: 100%;
  background-color: #F6F6F6;
  height: 60px;
  padding-left: 20px;
  margin-top: 30px;
}
@media (max-width: 768px) {
  input.newsletter-form {
    font-size: 0.8rem;
    letter-spacing: 0.025rem;
  }
  input.newsletter-form::placeholder {
    color: grey;
    opacity: 1;
  }
  input.newsletter-form:-ms-input-placeholder {
    color: grey;
  }
  input.newsletter-form::-ms-input-placeholder {
    color: grey;
  }
}

.newsletter-form .checkbox__checkmark {
  left: 0;
}
.newsletter-form .checkbox {
  padding-left: 1.9375rem;
  padding-right: 0;
  padding-bottom: 25px;
}
.newsletter-form .newsletter-button {
  background-color: transparent;
  font-size: 18px;
  font-weight: 400;
  color: #000;
  letter-spacing: 0.82px;
  height: 26px;
  cursor: pointer;
}
.newsletter-form .checkbox {
  color: #008855;
  font-weight: 400;
  letter-spacing: 0.025rem;
}

.before-button::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1.875rem;
  height: 3px;
  background: #085;
  transition: all 0.1s ease-in-out;
}

.submenu__toggle.icon-back {
  background: transparent;
}

video {
  object-fit: cover;
}

.uploadField-ligno label {
  display: flex;
  align-items: center;
}

.media-box {
  width: 33%;
  display: inline-block;
  margin: 1.25rem;
  max-width: 20.6rem;
}
@media (max-width: 1200px) {
  .media-box {
    width: 50%;
    margin-left: 48%;
  }
}
@media (max-width: 768px) {
  .media-box {
    width: 50%;
  }
}
@media screen and (max-width: 666px) {
  .media-box {
    width: 100%;
    margin-left: 0;
  }
}
.media-box .itemsList__item {
  width: 100%;
}

.media-box.hide-el {
  display: none;
}

.media-box.hide-el.active-el {
  display: inline-block;
}

#jhMasterTable {
  box-shadow: none !important;
}

.container-iframe {
  margin-top: 70px;
}

.cardSlider__description h4 {
  color: black;
}

.usercentrics-button .uc-privacy-button-wrapper {
  z-index: 0 !important;
}

.sidebar-form .mainTabs__tab-children .neos-nodetypes-contentreferences {
  width: 100%;
  max-width: 47.5rem;
}

/* reset icon*/
#Reset {
  display: flex;
  background: transparent;
  margin-left: 40px;
  opacity: 0.4;
  cursor: pointer;
  color: #000;
}

.reloadSingle {
  height: 2em;
  padding: 0.25em;
  width: 2em;
}
.reloadSingle:before, .reloadSingle:after {
  content: "";
  display: block;
}
.reloadSingle:before {
  border-color: transparent #000 #000 #000;
  border-radius: 50%;
  border-style: solid;
  border-width: 0.13em;
  height: 0.7em;
  width: 0.7em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.reloadSingle:after {
  border-color: transparent transparent transparent black;
  border-style: solid;
  border-width: 0.2125em 0 0.2125em 0.4em;
  margin-top: -18px;
  margin-left: 7px;
  height: 0;
  width: 0;
}

.filter--slider-zubehor #Reset, .filter--slider-media #Reset {
  display: none;
  background: white;
  position: fixed;
  bottom: 44px;
  z-index: 999;
  padding: 10px 40px;
  margin-left: 0 !important;
  color: #8f8f8f;
  font-weight: 300;
  opacity: 1 !important;
}

/* reset icon*/
#Reset {
  display: flex;
  background: transparent;
  margin-left: 40px;
  opacity: 0.4;
  cursor: pointer;
}

.reloadSingle {
  height: 2em;
  padding: 0.25em;
  width: 2em;
}
.reloadSingle:before, .reloadSingle:after {
  content: "";
  display: block;
}
.reloadSingle:before {
  border-color: transparent #000 #000 #000;
  border-radius: 50%;
  border-style: solid;
  border-width: 0.13em;
  height: 0.7em;
  width: 0.7em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.reloadSingle:after {
  border-color: transparent transparent transparent black;
  border-style: solid;
  border-width: 0.2125em 0 0.2125em 0.4em;
  margin-top: -18px;
  margin-left: 7px;
  height: 0;
  width: 0;
}

/*youtube*/
.youtube-video {
  margin: auto;
  display: block;
  width: 69.375rem;
  height: 38.6875rem;
}
@media (max-width: 992px) {
  .youtube-video {
    width: 45rem;
    height: 32.875rem;
  }
}
@media (max-width: 768px) {
  .youtube-video {
    width: 21.4375rem;
    height: 12.0625rem;
  }
}

.neos-contentcollection .vacancy--project-item {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}

.load-animation {
  display: inline-block;
  position: absolute;
  height: 5rem;
  top: 40vh;
  width: 5rem;
  right: 44%;
}
.load-animation div {
  display: inline-block;
  position: absolute;
  left: 0.5rem;
  width: 1rem;
  background: #008855;
  animation: load-animation 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.load-animation div:nth-child(1) {
  left: 0.5rem;
  animation-delay: -0.24s;
}
.load-animation div:nth-child(2) {
  left: 2rem;
  animation-delay: -0.12s;
}
.load-animation div:nth-child(3) {
  left: 3.5rem;
  animation-delay: 0s;
}

@keyframes load-animation {
  0% {
    top: 0.5rem;
    height: 4rem;
  }
  50%, 100% {
    top: 1.5rem;
    height: 2rem;
  }
}
.sidebar-col .mainTabs__item {
  min-height: 80vh;
}

img {
  height: auto;
  object-fit: cover;
}

.visually-hidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.d-none {
  display: none;
}

@media (min-width: 1200px) {
  .d-lg-block {
    display: block;
  }
}

@media (min-width: 992px) {
  .d-md-block {
    display: block;
  }
}

@media (min-width: 1200px) {
  .d-lg-none {
    display: none;
  }
}

@media (min-width: 992px) {
  .d-md-none {
    display: none;
  }
}

@media (min-width: 768px) {
  .d-sm-none {
    display: none;
  }
}

.fluid {
  width: 100%;
}

@media (min-width: 768px) {
  .col-sm-2 {
    width: 50%;
  }
}

.icon-handshake {
  display: block;
  width: 34px;
  height: 22px;
  background-image: url(../../Images/handshake.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.icon-handshake-starred {
  display: block;
  width: 62px;
  height: 58px;
  background-image: url(../../Images/handshake-starred.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.button {
  display: inline-block;
  padding: 20px 35px;
  border: none;
  color: #ffffff;
  font: inherit;
  line-height: 18px;
  text-align: center;
  background-color: #008855;
  cursor: pointer;
  font-weight: 600;
}
.button-pulse {
  background-color: #008855;
}
.button-pulse:hover {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  animation-duration: 2s;
  animation-delay: 0.1s;
  animation-iteration-count: infinite;
}
.button--inverted {
  width: 213px;
  color: #000;
  background-color: #ffffff;
  border: 2px solid #008855;
  box-shadow: none;
}
.button--wapasha {
  position: relative;
  z-index: 1;
  transition: all 0.4s ease-in-out;
  box-shadow: none;
}
.button--wapasha::before {
  box-sizing: border-box;
  display: block;
  max-width: 250px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #008855;
  z-index: -1;
  border-radius: inherit;
  opacity: 0;
  transform: scale3d(0.6, 0.6, 1);
  transition: transform 0.3s, opacity 0.3s;
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button--wapasha:hover {
  box-shadow: 0 7px 15px 0 rgba(0, 0, 0, 0.2);
  transition: 0.4s ease-in-out;
}
.button--wapasha:hover::before {
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.button--ujarak {
  transition: border-color 0.4s, color 0.4s;
  z-index: 1;
}
.button--ujarak::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #008855;
  z-index: -1;
  opacity: 0;
  transform: scale3d(0.7, 1, 1);
  transition: transform 0.4s, opacity 0.4s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--ujarak:hover {
  color: #ffffff;
  border-color: #008855;
}
.button--ujarak:hover::before {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.button--ujarak {
  transition: border-color 0.4s, color 0.4s;
  z-index: 1;
}
.button--ujarak::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #008855;
  z-index: -1;
  opacity: 0;
  transform: scale3d(0.7, 1, 1);
  transition: transform 0.4s, opacity 0.4s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--ujarak:hover {
  color: #ffffff;
  border-color: #008855;
}
.button--ujarak:hover::before {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.button:hover {
  box-shadow: 0 7px 15px 0 rgba(0, 0, 0, 0.2);
}

.buttonWrapCenter {
  display: block;
  text-align: center;
}

.button-second {
  font: inherit;
  font-weight: 600;
  line-height: 18px;
  text-align: center;
  color: #000000;
  display: inline-block;
  height: 58px;
  padding: 20px 35px;
  border: 2px solid #008855;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}
.button-second:hover {
  border: 4px solid #008855;
}

.sticky-product {
  display: flex;
  position: fixed;
  right: 22px;
  bottom: 16.5625rem;
  z-index: 99;
}

a.button.sticky-product-button {
  width: 3.75rem;
  height: 3.75rem;
  padding: 1.25rem;
}
a.button.sticky-product-button::before {
  content: "";
  float: left;
  width: 1.25rem;
  height: 1.25rem;
  margin: 0 0.3125rem 0 0;
  background-size: cover;
  filter: brightness(0) invert(1);
}

.bestellen .sticky-product-button::before {
  background: url(../../Images/green.svg);
}

.konfigurieren .sticky-product-button::before {
  background: url(../../Images/filter.svg);
}

.sticky-product-button-text {
  background: white;
  color: black;
  font-weight: 600;
  width: 0;
  visibility: hidden;
  transition: width 0.4s ease-in-out;
  white-space: nowrap;
}
.sticky-product-button-text.hover {
  width: 100%;
  visibility: visible;
  padding: 15px 25px;
  transition: width 0.2s linear;
}

.mail-button-position {
  right: 218px !important;
}
@media (max-width: 480px) {
  .mail-button-position {
    right: 0px !important;
  }
}

@media (max-width: 480px) {
  .sticky-product-button {
    display: none;
  }
}
a.contact__link.onlyForProd {
  letter-spacing: 0;
}

.header {
  width: 100%;
  height: 80px;
  z-index: 999;
  position: fixed;
  top: 0;
  background-color: #fff;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .header {
    height: auto;
  }
}
.header.hide {
  top: -81px;
}
.header__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: none;
  height: 5rem;
  margin: 0 3.75rem;
  transition: all 0.4s ease-in-out;
  position: relative;
  z-index: 10;
}
@media (max-width: 992px) {
  .header__content {
    margin: 0 1.875rem;
    background-color: white;
  }
}
@media (max-width: 768px) {
  .header__content {
    height: 3.75rem;
    margin: 0 1.5rem;
  }
}
@media (max-width: 480px) {
  .header__content {
    margin: 0 1.25rem;
  }
}
.header__search {
  background-color: transparent;
}
.header__search:hover {
  color: #008855;
  cursor: pointer;
}
.header__search--open .header__search-icon {
  display: none;
}
.header__search-icon {
  display: block;
  width: 20px;
  height: auto;
  max-height: 20px;
  object-fit: contain;
  transform: rotate(90deg);
  stroke: currentColor;
  fill: none;
}
.header__left, .header__right {
  display: flex;
  align-items: center;
  width: 30%;
  height: 1.875rem;
}
.header__right {
  align-items: center;
  justify-content: flex-end;
}
.header__logo {
  height: 23px;
}
.header__button {
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  background-color: transparent;
  cursor: pointer;
  height: 1.875rem;
  width: 1.875rem;
  position: relative;
  border-radius: 0;
}
.header__button + .header__button {
  margin-left: 3.5625rem;
}
@media (max-width: 768px) {
  .header__button + .header__button {
    margin-left: 1.875rem;
  }
}
.header__button:before, .header__button:after {
  content: "";
  display: block;
  width: 100%;
  height: 0.125rem;
  position: absolute;
  top: 50%;
  left: 50%;
  background: transparent;
  transform: translate(-50%, -50%);
  transition: all 0.4s ease-in-out;
}
.header__button:hover {
  color: #008855;
}
.header__button--open > span,
.header__button--open .header__search-icon {
  display: none;
}
.header__button--open:before, .header__button--open:after {
  background: #008855;
}
.header__button--open:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.header__button--open:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media (min-width: 768px) {
  .header__left {
    margin-top: 0;
  }
  .header__logo {
    height: 33px;
  }
  .header__button--lang {
    display: block;
  }
}

.gigaHeader .container {
  max-width: inherit;
  padding: 0;
}
.gigaHeader .hero-box {
  background: white;
  padding: 100px;
  width: 68%;
}
.gigaHeader .hero-text {
  background: white;
  padding: 100px 40px;
  margin-top: -40px;
}
.gigaHeader .fullWidthImageSlider .fullWidthImageSlide {
  height: 678px;
}
@media (max-width: 768px) {
  .gigaHeader .fullWidthImageSlider .fullWidthImageSlide {
    height: 300px;
  }
}

@media (max-width: 768px) {
  .minimal-header h2 {
    margin-top: 120px !important;
    margin-bottom: 40px !important;
  }
}

.reduced-header {
  margin-bottom: 5rem;
}
.reduced-header h1 {
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .reduced-header {
    margin-bottom: 1.875rem;
    padding: 20px 40px;
    margin-top: 75px;
  }
}
.reduced-header .hero-text {
  text-align: center;
}
.reduced-header p {
  font-size: 1.625rem;
  text-align: center;
  line-height: 2.5rem;
}
@media (max-width: 768px) {
  .reduced-header p {
    font-size: 20px;
    line-height: 30px;
  }
}

.hero-product-img-header {
  width: 33.6875rem;
  margin: auto;
}
@media (max-width: 768px) {
  .hero-product-img-header {
    width: 100%;
  }
}
.hero-product-img-header img {
  width: 100%;
}

.header-with-img {
  margin-top: -450px !important;
}
@media (max-width: 768px) {
  .header-with-img {
    margin-top: -217px !important;
  }
}

.hero-text.giga-header-title {
  max-width: 100% !important;
}

.giga-header-title h1 {
  text-transform: uppercase;
}

.navigation {
  display: flex;
}

.navigation-open {
  display: flex;
}

.logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo-icon {
  display: inline-block;
  padding: 8px 12px;
  border-top: 1.5px solid #008855;
  border-bottom: 1.5px solid #008855;
}
.logo-icon span {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: #008855;
  line-height: 14px;
}
.logo-text {
  color: #0C0E0B;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 3px;
}

.main {
  padding-top: 5rem;
  background-color: #f6f6f6;
}
@media (max-width: 768px) {
  .main {
    padding-top: 3.75rem;
  }
}

.footer {
  background-color: #FFFFFF;
  position: relative;
}
.footer .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1.875rem;
  padding-bottom: 2.1875rem;
  max-width: 46.56rem;
}
.footer__link {
  color: #008855;
}
.footer__terms {
  display: flex;
}
.footer__terms a {
  margin-right: 1.875rem;
}
.footer__terms a:last-child {
  margin-right: 0;
}
.footer__terms-link {
  font-size: 0.8rem;
  font-weight: 400;
  letter-spacing: 0.0625rem;
}
@media (max-width: 1200px) {
  .footer__terms-link {
    font-size: 0.8rem;
    font-weight: 400;
  }
}
@media (max-width: 768px) {
  .footer .container {
    flex-direction: column;
    align-items: center;
    padding-bottom: 0;
  }
  .footer__terms {
    margin-bottom: 1.875rem;
  }
  .footer__terms li {
    margin-right: 1.875rem;
  }
  .footer__terms li:last-child {
    margin-right: 0;
  }
}
.footer .footer-text {
  font-weight: 400;
  margin-right: 1.875rem;
  font-size: 0.8rem;
  margin-top: 4px;
}
.footer .left-elements {
  display: flex;
  flex-direction: row;
}
@media (max-width: 768px) {
  .footer .left-elements {
    padding-bottom: 25px;
  }
}

#footer {
  background-color: #FFFFFF;
  position: relative;
}
#footer .column {
  padding: 4rem 0;
}
#footer .column:first-child {
  border-right: 2px solid #f6f6f6;
  padding-right: 6.25rem;
}
#footer .column:nth-child(2) {
  padding-left: 6.25rem;
}
#footer .column .h4 {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.25rem;
}
#footer .columns-50-50 {
  border-top: 2px solid #f6f6f6;
  border-bottom: 2px solid #f6f6f6;
}
@media (max-width: 768px) {
  #footer .columns-50-50 {
    display: none;
  }
}
#footer h3 {
  font-weight: 600;
  padding: 4rem 0;
}
@media (max-width: 768px) {
  #footer h3 {
    padding: 4rem 0 0 0;
  }
}
#footer .genText {
  font-size: 18px;
  height: 26px;
}
#footer .genText:after {
  top: 11px;
}
@media (max-width: 768px) {
  #footer {
    padding: 0 70px;
  }
}

.news-footer-links {
  padding: 20px 0;
}
.news-footer-links a {
  display: block;
  margin-bottom: -12px;
  color: #008855;
  font-weight: 400;
}
.news-footer-links a:before {
  content: "\e905";
  position: absolute;
  font-family: "icomoon";
  color: currentColor;
}

.news-link-footer {
  padding-left: 20px;
}

input.newsletter-button {
  height: 26px;
}

.menu {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.menu .active > .menu__link {
  opacity: 1;
}
.menu .active > .menu__link::before {
  width: 1.875rem;
}
.menu ul:hover > li {
  opacity: 0.3;
  transition: opacity 0.3s ease-in-out;
  transition-delay: 0.8s;
}
.menu ul li:hover {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
  transition-delay: 0.8s;
}
.menu__item {
  height: 3.75rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.menu__link {
  display: flex;
  color: #000;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  width: 100%;
  font-weight: 600;
  opacity: 1;
}
.menu__link::before {
  content: "";
  transition: all 0.4s ease-in-out;
  display: block;
  flex-shrink: 0;
  width: 3px;
  height: 3px;
  margin-right: 1.25rem;
  align-self: center;
  background-color: #008855;
}
.menu__visual {
  display: none;
}
.menu__breadcrumb {
  width: 100%;
  background: #2D2D2D;
  height: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #fff;
  padding: 0;
  font-size: 0.813rem;
  line-height: 1.375rem;
  transition: height 0.4s linear;
}
@media (max-width: 768px) {
  .menu__breadcrumb {
    display: none;
  }
}
.menu__breadcrumb .starting-point {
  font-weight: 600;
}
.menu__breadcrumb ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0.9375rem;
}
.menu__breadcrumb ul li a {
  color: #fff;
  text-decoration: none;
}
.menu__breadcrumb ul li + li {
  margin-left: 0.9375rem;
}
.menu__breadcrumb ul li + li::before {
  content: "›";
  margin-right: 0.9375rem;
}
.menu .socials.menu-socials {
  justify-content: space-between;
  bottom: 3.75rem;
  left: 0;
  width: 100%;
  padding: 1.25rem 3.75rem;
  background-color: #fff;
  box-shadow: 0 0.625rem 2.5rem rgba(0, 0, 0, 0.15);
  border-top: 0.0625rem solid #d5d5d5;
}
@media (max-width: 768px) {
  .menu .socials.menu-socials {
    bottom: 3.75rem;
    z-index: 9999999;
  }
}
.menu .socials .socials__link {
  font-size: 1.125rem;
}
.menu .socials .socials__item--mail {
  display: block;
}

.m-flyout {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  top: 5rem;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  width: 0;
  z-index: 5;
  background: rgba(0, 0, 0, 0.75);
}
@media (max-width: 768px) {
  .m-flyout {
    top: 3.75rem;
  }
}
.m-flyout.open {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
  height: calc(100vh - (2.5rem * 2));
  width: 100%;
}
@media (max-width: 768px) {
  .m-flyout.open {
    height: calc(100vh - 3.75rem);
  }
}

.m-flyout__wrapper {
  width: 100%;
  height: 100%;
  margin: 0;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.m-flyout__wrapper::-webkit-scrollbar {
  display: none;
}

.m-flyout__overlay {
  height: 100%;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}

.m-flyout__main-col {
  background: #fff;
  height: 100%;
  padding: 0;
  position: relative;
  transition: transform 0.3s linear;
  transform: translateX(0%);
  width: 24vw;
}
@media (max-width: 1200px) {
  .m-flyout__main-col {
    width: 34vw;
  }
}
@media (max-width: 768px) {
  .m-flyout__main-col {
    width: 90vw;
  }
}

.m-flyout__list-wrapper {
  background: white;
  padding: 6.5rem 1rem 0 2.45rem;
  height: 100vh;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media (max-width: 768px) {
  .m-flyout__list-wrapper {
    padding: 2.8125rem;
  }
}
.m-flyout__list-wrapper h2 {
  font-family: "DIN 2014", sans-serif;
  font-size: 1.875rem;
  font-weight: 600;
  letter-spacing: 0.0625rem;
  text-transform: capitalize;
  line-height: 38px;
  padding: 0 25px;
}
.m-flyout__list-wrapper::-webkit-scrollbar {
  display: none;
}

.m-flyout__list {
  background-color: #fff;
  height: 100%;
  list-style-type: none;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
  margin-bottom: 200px;
}

.m-flyout__column {
  display: none;
  position: absolute;
  width: 100%;
  top: 0;
  left: 100%;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: -1;
  padding-top: 33px;
}
@media (max-width: 768px) {
  .m-flyout__column {
    width: 95%;
    left: 0;
    z-index: 2;
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1);
  }
}
.m-flyout__column::before {
  content: "";
  width: 1.875rem;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0) 100%);
}

.m-flyout__item {
  position: static;
}
.m-flyout__item.is-current > .m-flyout__column, .m-flyout__item.active > .m-flyout__column {
  display: block;
  animation: slide-column 0.4s linear;
  transform: translateX(0%);
}

@keyframes slide-column {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0%);
  }
}
.m-flyout__list::-webkit-scrollbar {
  display: none;
}

.m-flyout__list {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.menu__breadcrumb ul li + li::before {
  content: "\e903";
  font-size: 13px;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.breadcrumb li a {
  padding: 0 30px;
}
.breadcrumb .current {
  font-weight: 600;
}

.menu-open .menu__breadcrumb {
  height: 3.75rem;
  padding: 1rem 3.75rem;
  position: absolute;
  bottom: 0;
}

.m-flyout__empty-col {
  width: 75vw;
}
@media (max-width: 768px) {
  .m-flyout__empty-col {
    width: 10vw;
  }
}

/* External link*/
.external-shop a {
  padding: 0 20px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  color: #008855;
  font-size: 13px;
}
.external-shop a:before {
  content: "";
  float: left;
  width: 23px !important;
  height: 23px;
  margin: 0 15px 0 0;
  background: url(../../Images/green.svg) !important;
  background-size: cover;
  filter: none;
  background-repeat: no-repeat;
}

.m-flyout__list {
  padding: 0 25px;
}

.menu .active > .external-shop .menu__link::before {
  width: 23px;
}

.products__title {
  padding-top: 200px;
  padding-bottom: 200px;
}
@media (max-width: 768px) {
  .products__title {
    padding-top: 100px;
    padding-bottom: 80px;
  }
}

.product-tag {
  display: none;
}

.text-link-product p {
  font-weight: 600;
}

.producthorizontal__item h4 {
  flex-direction: column;
  align-self: flex-end;
  justify-content: flex-end;
}
.producthorizontal__item h4 span {
  display: none;
}

.producthorizontal__item h4 .neos-inline-editable span {
  display: inline;
}

/*Shop external product*/
.horizontal-products-cont.shopProdukt .product__option-link {
  background-color: white;
  color: #008855;
  font-weight: 600 !important;
  box-shadow: inset 0 0 0 2px #008855;
  margin-top: -3px;
  transition: background-color 0.3s ease-in-out;
}
.horizontal-products-cont.shopProdukt .product__option-link::before {
  content: "";
  float: left;
  width: 23px;
  height: 20px;
  margin: 0 15px 0 0;
  background: url(../../Images/green.svg) !important;
  background-size: cover;
  filter: none;
}
.horizontal-products-cont.shopProdukt .product__option-link:hover {
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  background-color: #008855;
  color: white;
}
.horizontal-products-cont.shopProdukt .product__option-link:hover::before {
  filter: brightness(0) invert(1);
}
.horizontal-products-cont.shopProdukt .product-tag {
  position: absolute;
  display: block;
  width: fit-content;
  top: 20px;
  margin-left: -6px;
  padding: 3px 16px;
  background: #706f6f;
  color: white;
  font-size: 14px;
  letter-spacing: 0.2px;
}
.horizontal-products-cont.shopProdukt .product-tag:before {
  content: " ";
  position: absolute;
  left: 0;
  bottom: -7px;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 0 solid transparent;
  border-top: 7px solid black;
}
.horizontal-products-cont.shopProdukt h4 {
  min-height: 70px !important;
}

.wrapper-career {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
}

.career {
  padding-bottom: 40px;
  align-self: flex-end;
  width: 100%;
}
.career__headline {
  padding: 25px 0;
}
@media (max-width: 480px) {
  .career__headline {
    padding: 0 0 30px 0;
  }
}
.career h3 {
  text-align: left;
}
.career__apply {
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  box-shadow: none;
}
.career__apply:hover {
  box-shadow: 0 15px 30px rgba(0, 136, 85, 0.33);
}
.career__apply .icon-back {
  transform: rotate(-90deg);
}
@media (max-width: 992px) {
  .career__headline {
    padding-bottom: 31px;
  }
}
@media (max-width: 768px) {
  .career__apply {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #0C0E0B;
    background-color: white;
    padding: 0 0 0 30px;
  }
  .career__apply .icon-back {
    margin-top: 0px;
    background-color: #008855;
    padding: 20px;
    color: white;
  }
}

.wrapper-full {
  padding: 60px 0;
}
@media (max-width: 768px) {
  .wrapper-full {
    padding-left: 0;
    padding-right: 0;
  }
}
.wrapper-full .career {
  max-width: 100%;
}

.employees__grouped {
  padding-top: 54px;
  padding-bottom: 54px;
  border-bottom: 2px solid #ffffff;
}
.employees__grouped:last-child {
  border-bottom: none;
}
.employees__grouped .h3 {
  text-align: left;
}
.employees__header {
  width: 25%;
}
.employees__list {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  margin-left: -15px;
  margin-right: -15px;
  padding: 0 95px;
}
.employees__item {
  width: 33.3333333333%;
  min-width: 285px;
  padding: 15px;
}
.employees .nested-tabs__summary {
  display: none;
}
.employees .collapse__toggle {
  width: 100%;
  text-align: left;
  background-color: transparent;
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.3px;
  line-height: 17px;
  cursor: pointer;
}
@media (max-width: 1200px) {
  .employees__grouped {
    border-bottom: none;
  }
}
@media (max-width: 992px) {
  .employees__grouped {
    flex-direction: column;
  }
  .employees__header {
    padding-bottom: 32px;
  }
}
@media (max-width: 768px) {
  .employees__header {
    display: none;
  }
  .employees .h2 {
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    text-transform: capitalize;
  }
  .employees__list {
    flex-direction: row;
    margin-left: 0;
    margin-right: 0;
    background-color: #ffffff;
    padding: 15px 30px;
  }
  .employees__item {
    width: 50%;
    padding: 20px;
  }
  .employees .nested-tabs__summary {
    position: relative;
    z-index: 1;
    display: block;
    margin-bottom: 0;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  }
}

.employees__grouped_accordion {
  padding: 20px 0;
}
.employees__grouped_accordion .employees__list {
  margin: auto;
  height: 0;
  visibility: hidden;
  opacity: 0;
}
.employees__grouped_accordion .employees__list.active {
  height: 100%;
  display: flex;
  visibility: visible;
  opacity: 1;
  transition: opacity 1s ease-in-out;
}

.employees__header_accordion {
  display: flex;
  justify-content: space-between;
  background-color: white;
  transition: 0.4s ease-in-out;
}
.employees__header_accordion:hover {
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  transition: 0.4s ease-in-out;
}
.employees__header_accordion:hover .vacancy__accordion-button {
  background-color: #085;
  transition: 0.3s ease-in-out;
}
.employees__header_accordion:hover .vacancy__accordion-button::after {
  color: #FFFFFF;
}
.employees__header_accordion.active .vacancy__accordion-button {
  background-color: #008855;
  transition: all 0.4s ease-in-out;
}
.employees__header_accordion.active .vacancy__accordion-button:after {
  color: white;
  transform: rotate(90deg);
  transition: all 0.4s ease-in-out;
}

.employees__header-title {
  padding: 20px;
}

.department-email {
  color: #008855;
  font-size: 16px;
  font-weight: 600;
}

.itemsList {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.itemsList__item {
  width: 33.3333333333%;
  min-width: 210px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 24px;
}
@media (max-width: 1200px) {
  .itemsList__item {
    margin-bottom: 5px;
  }
}
@media (max-width: 768px) {
  .itemsList__list {
    margin-left: 0;
    margin-right: 0;
  }
  .itemsList__item {
    width: 100%;
    padding: 0px;
    margin-bottom: 30px;
  }
}

.verticalCarousel {
  position: relative;
}
.verticalCarousel__item {
  height: calc(100vh - 80px);
  width: 100%;
  overflow: hidden;
}
.verticalCarousel__item--show {
  z-index: 10;
}
.verticalCarousel__item:last-child {
  position: absolute;
  bottom: 0;
}
.verticalCarousel--inView .verticalCarousel__item {
  position: absolute;
  visibility: hidden;
  opacity: 0;
}
.verticalCarousel--inView .verticalCarousel__item--show {
  top: 80px;
  position: fixed;
  visibility: visible;
  opacity: 1;
}
@media (max-width: 768px) {
  .verticalCarousel--inView .verticalCarousel__item--show {
    top: 64px;
    height: calc(100vh - 64px);
  }
}
.verticalCarousel__progress {
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  max-height: 100%;
  background-color: #008855;
}

.imageBox {
  max-width: 920px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}
.imageBox__img {
  width: 100%;
  height: 120px;
  object-fit: cover;
}
.imageBox__content {
  width: 100%;
  max-width: 730px;
  margin-top: -146px;
  padding: 65px 95px 87px;
  background-color: #ffffff;
}
@media (max-width: 1200px) {
  .imageBox__content {
    max-width: 610px;
    margin-top: -117px;
    padding: 44px 50px 43px;
  }
}
@media (max-width: 992px) {
  .imageBox__content {
    margin-top: -127px;
    padding-right: 60px;
    padding-left: 60px;
  }
}
@media (max-width: 768px) {
  .imageBox {
    margin-left: -15px;
    margin-right: -15px;
    padding-right: 0;
    padding-left: 0;
  }
  .imageBox__content {
    margin-top: -40px;
    padding: 30px;
  }
}

.form__header {
  padding: 0 10px;
}
.form__header small {
  font-size: 1rem;
  font-family: "DIN 2014", sans-serif;
  font-weight: 500;
  line-height: 1.125rem;
  text-transform: capitalize;
}
.form__header .h3 {
  margin-bottom: 40px;
  font-size: 1.875rem;
  font-family: "DIN 2014", sans-serif;
  font-weight: 600;
  line-height: 2.4rem;
  padding-bottom: 2.5rem;
  text-align: left;
}
.form p {
  font-size: 1rem;
  font-family: "DIN 2014", sans-serif;
  font-weight: 500;
  line-height: 1.5rem;
  padding-bottom: 0.5rem;
  letter-spacing: 0.015625rem;
}
@media (max-width: 992px) {
  .form p {
    font-size: 12px;
    line-height: 17px;
    font-weight: 600;
  }
}
.form__radio-group {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 0.9375rem;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
.form__radio-group-title {
  font-size: 1rem;
  font-family: "DIN 2014", sans-serif;
  font-weight: 600;
  line-height: 1.5rem;
  margin-right: 2.1875rem;
  padding: 0.625rem;
}
.form__radio-items .radio {
  position: relative;
  display: inline-block;
  padding: 0.625rem 0.625rem 0 2.9rem;
  font-weight: 600;
  cursor: pointer;
}
.form__radio-items .radio__checkmark {
  position: absolute;
  left: 0.625rem;
  top: 0.625rem;
  display: block;
  width: 1.375rem;
  height: 1.375rem;
  border: 2px solid #bfbfbf;
}
.form__radio-items .radio input {
  display: none;
}
.form__radio-items .radio input:checked ~ .radio__checkmark {
  border: none;
  background-color: #008855;
  background-image: url(../../Images/checked.svg);
  background-size: 1.375rem;
  background-position: center;
  background-repeat: no-repeat;
}
.form__radio-items .radio input:checked ~ .radio__label {
  color: #008855;
}
.form__group {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
.form__group .form__field {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  margin-bottom: 0.9375rem;
}
.form__group .form__field .customSelect {
  width: 100%;
  position: relative;
  border: none;
}
.form__group .form__field .customSelect:focus {
  border: none;
}
.form__group .form__field .customSelect__title {
  position: relative;
  display: block;
  width: 100%;
  color: #bfbfbf;
  cursor: pointer;
}
.form__group .form__field .customSelect::after {
  transition: all 0.3s ease-in-out;
  content: "\e901";
  position: absolute;
  right: 0.8125rem;
  top: 1.125rem;
  display: inline-block;
  font-family: "icomoon";
  font-size: 1rem;
  font-weight: 700;
  color: #000;
  transform: rotate(90deg);
  transform-origin: 50%;
}
.form__group .form__field .customSelect__options {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 22;
}
.form__group .form__field .customSelect li {
  color: grey;
  cursor: pointer;
}
.form__text-input, .fachberatorSelect li, .fachberatorSelect__title, .customSelect li, .customSelect__title {
  width: 100%;
  padding: 1rem 1.25rem 1.25rem;
  font-size: 0.813rem;
  font-weight: 500;
  line-height: 1.5rem;
  background-color: #f6f6f6;
  height: 3.75rem;
}
.form__text-input::placeholder, .fachberatorSelect li::placeholder, .fachberatorSelect__title::placeholder, .customSelect li::placeholder, .customSelect__title::placeholder {
  font-family: "DIN 2014", sans-serif;
  color: #bfbfbf;
}
.form textarea {
  resize: none;
}
.form .button {
  display: inline-block;
  padding: 1.25rem 2.125rem;
  border: none;
  color: #ffffff;
  font-size: 1rem;
  font-family: "DIN 2014", sans-serif;
  font-weight: 600;
  line-height: 1.125rem;
  text-align: center;
  box-shadow: 0 3px 7px rgba(0, 136, 85, 0.33);
  background-color: #008855;
  cursor: pointer;
  margin-top: 22px;
}

/* testing contact form new style*/
.customSelect {
  width: 100%;
  position: relative;
  border: none;
}
.customSelect:focus {
  border: none;
}
.customSelect__title {
  position: relative;
  display: block;
  width: 100%;
  color: #bfbfbf;
  cursor: pointer;
}
.customSelect::after {
  transition: all 0.3s ease-in-out;
  content: "\e901";
  position: absolute;
  right: 0.8125rem;
  top: 1.125rem;
  display: inline-block;
  font-family: "icomoon";
  font-size: 1rem;
  font-weight: 700;
  color: #000;
  transform: rotate(90deg);
  transform-origin: 50%;
}
.customSelect__options {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 22;
}
.customSelect li {
  color: grey;
  cursor: pointer;
}

.partod-form button.buttonWrapCenter {
  transition: all 0.4s ease-in-out;
}
.partod-form button.buttonWrapCenter:hover {
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  transition: all 0.4s ease-in-out;
}

.clearfix {
  margin: 0 0.625rem;
}
@media (max-width: 480px) {
  .clearfix {
    margin: 0.9375rem 0;
  }
}
@media (max-width: 1200px) {
  .clearfix {
    width: 97% !important;
  }
}
@media (max-width: 480px) {
  .clearfix {
    width: 100% !important;
  }
}

.input {
  margin-bottom: 1.375rem;
}
.input input.small {
  font-weight: 300;
}

#form1 textarea {
  height: 6.5rem !important;
  resize: none;
}
#form1 .customSelect__title {
  padding: 0 1.25rem;
}
#form1 .form__text-input, #form1 .fachberatorSelect li, .fachberatorSelect #form1 li, #form1 .fachberatorSelect__title, #form1 .customSelect li, .customSelect #form1 li, #form1 .customSelect__title {
  height: 3.75rem;
}

.dropdownSelect {
  width: 100%;
  position: relative;
}
.dropdownSelect:focus {
  outline: none;
}
.dropdownSelect select {
  border: none;
  outline: none;
}
.dropdownSelect select:focus {
  outline: none;
}

.dropdownSelect__title {
  font-family: "DIN 2014", sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  position: relative;
  display: block;
  width: 100%;
  height: 3.75rem;
  color: grey;
  letter-spacing: 0.025rem;
  cursor: pointer;
  background-color: #f6f6f6;
  border: none;
  padding: 0 1.25rem;
  margin: 0.625rem 0;
}
.dropdownSelect__title option {
  color: grey;
  cursor: pointer;
  width: 100%;
  padding: 1.25rem;
  background-color: #f6f6f6;
  height: 3.75rem;
}
.dropdownSelect__title option:focus {
  outline: none;
}

#form1-radio-group-1 {
  display: flex;
  flex-direction: row;
}

.input-ligno label.has-value {
  position: absolute;
  margin-top: -1.1rem;
  font-size: 0.8rem;
  line-height: 1rem;
}
.input-ligno label {
  font-size: 0.8rem;
  font-weight: 600;
  color: grey;
  letter-spacing: 0.025rem;
  position: absolute;
  margin-left: 1.4rem;
  margin-top: 1.2rem;
  transition: all 0.25s ease-out;
}

.isChecked label {
  position: absolute;
  margin-top: -1.1rem;
  font-size: 0.8rem;
  line-height: 1rem;
  transition: opacity 0.3s ease-in-out;
}

.uploadField-ligno .form-control {
  display: none;
}
.uploadField-ligno label {
  font-weight: 600;
  cursor: pointer;
}
.uploadField-ligno label::before {
  content: "+";
  color: #008855;
  font-size: 3rem;
  font-weight: 200;
  line-height: normal;
  margin-right: 1.25rem;
  cursor: pointer;
  vertical-align: middle;
}

#form1-email-phone-radio {
  display: flex;
  flex-direction: row;
}

form#form1 {
  width: 41.875rem;
  padding: 5.625rem;
  margin: auto;
  background-color: #fff;
  margin-bottom: 9.375rem;
  margin-top: -5rem;
  position: relative;
}
@media (max-width: 768px) {
  form#form1 {
    width: 90%;
    padding: 1.875rem;
    margin-top: -3.125rem;
    margin-bottom: 3.125rem;
  }
}

.sidebar-form form#form1 {
  padding: 1.25rem 5rem;
  margin: auto;
  background-color: #fff;
  max-width: 42.5rem;
}
@media (max-width: 768px) {
  .sidebar-form form#form1 {
    padding: 1.25rem;
    margin: 0;
  }
}

img.formular-header {
  margin: 11rem auto 0 !important;
  height: 38.3125rem;
  width: 57.5rem;
  object-fit: cover;
}
@media (max-width: 768px) {
  img.formular-header {
    margin: 3.125rem auto 0 !important;
    width: 100%;
    height: auto;
  }
}

.formular-header.hide {
  display: none;
}

.form__radio-items .radio__checkmark {
  border-radius: 1.25rem;
}

.mid-col {
  width: 45.4%;
  display: inline-block;
}
.mid-col select.dropdownSelect__title {
  margin: 0;
}
@media (max-width: 480px) {
  .mid-col {
    display: block;
  }
}

.pardot-cf .checkbox-desc {
  margin-left: 0.625rem;
  letter-spacing: 0.015625rem;
  font-weight: 400;
}
.pardot-cf .checkbox {
  letter-spacing: 0.015625rem;
  font-weight: 400;
  padding-top: 0.525rem;
  padding-bottom: 0.525rem;
}
.pardot-cf .buttonWrapCenter {
  margin-top: 1.25rem;
  margin-left: 0.625rem;
}
.pardot-cf .dropdownSelect__title {
  padding: 1.05rem 1.25rem 1.25rem;
}

.custom-options {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  right: 0;
  border-top: 0;
  background: #f6f6f6;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 2;
}

.custom-select-wrapper {
  position: relative;
  user-select: none;
  width: 100%;
}

.custom-select {
  position: relative;
  display: flex;
  flex-direction: column;
}

.custom-select__trigger {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f6f6f6;
  color: #bfbfbf;
  font-size: 0.813rem;
  font-weight: 600;
  height: 3.75rem;
  padding-left: 1.25rem;
  transition: all 0.25s ease-out;
  cursor: pointer;
}

.custom-select.open .custom-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.custom-option {
  position: relative;
  display: block;
  padding: 0 1.375rem 0 1.375rem;
  color: #bfbfbf;
  font-size: 0.813rem;
  font-weight: 600;
  line-height: 3.75rem;
  cursor: pointer;
  transition: all 0.5s;
}

.custom-option:hover {
  cursor: pointer;
  background-color: grey;
  color: #fff;
  transition: all 0.3s ease-in-out;
}

.custom-option.selected {
  color: #fff;
  background-color: grey;
}

.arrow {
  position: relative;
  height: 0.9375rem;
  width: 0.9375rem;
}

.arrow::after {
  transition: all 0.4s ease-in-out;
  content: "\e901";
  position: absolute;
  right: 1.25rem;
  top: -0.3125rem;
  display: inline-block;
  font-family: "icomoon";
  font-size: 1rem;
  font-weight: 700;
  color: #000;
  transform: rotate(90deg);
  transform-origin: 50%;
}

.custom-select.open .arrow::after {
  transform: rotate(-90deg);
}

.message-field .ligno-textarea {
  height: 6.75rem !important;
}

input:-internal-autofill-selected {
  background-color: #f6f6f6 !important;
}

.next.submit {
  margin-top: 1.875rem;
}

form#form-gdpr {
  max-width: 42.5rem;
  margin-bottom: 5rem;
}

input[type=date] {
  flex-direction: row-reverse;
}
input[type=date]::-webkit-inner-spin-button, input[type=date]::-webkit-calendar-picker-indicator {
  margin: 0 1rem 0 0;
}

.contactMap {
  padding-bottom: 69px;
}
.contactMap .h3 {
  padding-bottom: 0.625rem;
  line-height: 2.438rem;
  text-transform: capitalize;
  text-align: left;
}
@media (max-width: 992px) {
  .contactMap .h3 {
    text-align: center;
    border-bottom: 2px solid #f6f6f6;
  }
}
.contactMap .h4 {
  line-height: 1.688rem;
  padding-bottom: 1.5rem;
}
@media (max-width: 992px) {
  .contactMap .h4 {
    text-align: center;
    padding: 0 3rem 1.5rem;
  }
}
.contactMap__content {
  display: flex;
  padding-top: 50px;
}
@media (max-width: 992px) {
  .contactMap__content {
    display: block;
  }
}
.contactMap__content .customSelect {
  cursor: pointer;
}
.contactMap__content .form__field {
  margin: 15px 0;
}
.contactMap__left {
  margin-right: 30px;
}
@media (max-width: 992px) {
  .contactMap__left {
    padding: 40px;
  }
}
.contactMap__top {
  border-bottom: 2px solid #f6f6f6;
}
.contactMap__container {
  position: relative;
  padding-bottom: 65%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  background-image: url(../../Images/map.webp);
}
@media (max-width: 480px) {
  .contactMap__container {
    padding-bottom: 5%;
  }
}
@media (max-width: 992px) {
  .contactMap__content {
    padding-top: 33px;
  }
  .contactMap__left {
    margin-right: 31px;
    padding-top: 0;
  }
}
@media (max-width: 992px) {
  .contactMap {
    padding-bottom: 0px;
  }
  .contactMap__content {
    padding-top: 10px;
  }
  .contactMap__top {
    padding-bottom: 0;
    border-bottom: none;
  }
  .contactMap__left {
    width: 100%;
    margin-right: 0;
  }
}

.country-field h4 {
  margin-bottom: 2rem;
}

@media (max-width: 480px) {
  .contactMap__container {
    background-image: none !important;
  }
}
.contactMap__right .neos-message-header {
  display: none;
}
.contactMap__right .neos-message-wrapper {
  display: none;
}

@media (max-width: 480px) {
  .contactMap .buttonWrapCenter {
    text-align: center !important;
    padding-top: 20px;
  }
  .contactMap .buttonWrapCenter a {
    background-color: #FFFFFF;
    border: 2px solid #008855;
    color: #0C0E0B;
    height: 38px;
    padding: 8px 35px;
  }
}

.contactMap__right {
  width: 70% !important;
}
@media (max-width: 992px) {
  .contactMap__right {
    width: 100% !important;
    margin-top: 30px;
  }
}

/*Mail sticky button*/
.ligno-sidebar {
  position: fixed;
  bottom: 1.375rem;
  right: 1.375rem;
  display: flex;
  flex-direction: column;
  align-items: end;
  z-index: 998;
}
.ligno-sidebar .mail-button {
  cursor: pointer;
  height: 3.75rem;
  width: 3.75rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 999;
}
.ligno-sidebar .mail-button.hideContact {
  display: none;
}
.ligno-sidebar .ligno-contact-button[data-feature=contact] .mail-button {
  background-image: url(../../Images/Icons/LIGNO_Icons_Kontakt.svg);
}
.ligno-sidebar .ligno-contact-button[data-feature=fachberater] .mail-button {
  background-image: url(../../Images/Icons/LIGNO_Icons_Fachberatersuche.svg);
}
.ligno-sidebar .ligno-contact-button[data-feature=configuration] .mail-button {
  background-image: url(../../Images/Icons/konfigurator.svg);
}
.ligno-sidebar .ligno-contact-button[data-feature=chat] .mail-button {
  background-image: url(../../Images/Icons/LIGNO_Icons_Baufragen.svg);
}
.ligno-sidebar .ligno-contact-button:hover .sidebar-contact {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content !important;
  height: auto;
  padding: 0 1.25rem;
}
.ligno-sidebar .sidebar-contact {
  background-color: white;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  width: 0;
  height: 0;
  line-height: 3.75rem;
  box-shadow: 0 0.625rem 2.5rem rgba(0, 0, 0, 0.1);
  transition: width 0.2s ease-in-out;
  overflow: hidden;
  cursor: pointer;
}
@media (max-width: 768px) {
  .ligno-sidebar {
    top: auto;
    bottom: 0;
    right: 0;
  }
}

.ligno-contact-button {
  display: flex;
  flex-direction: row;
  margin-bottom: 1rem;
}

/* Sidebar */
.sidebar-flyout {
  position: fixed;
  bottom: 0;
  right: 0;
  top: 0;
  display: flex;
  flex-direction: row;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  width: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 9999;
}
.sidebar-flyout.open {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
  height: 100%;
  overflow-y: scroll;
  width: 100%;
}
.sidebar-flyout .mainTabs__list {
  display: none !important;
}

.sidebar-col {
  background: #fff;
  width: 48vw;
  height: fit-content;
  min-height: 100%;
  padding: 0;
  position: relative;
  float: right;
  transition: transform 0.3s linear;
  transform: translateX(0%);
}
@media (max-width: 992px) {
  .sidebar-col {
    width: 90%;
  }
}
.sidebar-col .nestedTabs__primary {
  margin-bottom: 100px;
}
.sidebar-col .nestedTabs__primary.mainTabs--primary > .mainTabs__list {
  margin-left: 0;
}
.sidebar-col .contactMap__content {
  display: block;
  background-color: white;
}
@media (max-width: 480px) {
  .sidebar-col .contactMap__content {
    padding-top: 0;
  }
}
.sidebar-col button.collapse__toggle {
  display: none;
}
.sidebar-col .collapse__content {
  max-height: 70px;
}
.sidebar-col .nestedTabs__menu {
  box-shadow: none;
}
.sidebar-col .button:hover {
  box-shadow: 0 7px 15px 0 rgba(0, 0, 0, 0.2);
  transition: 0.4s ease-in-out;
}
@media (max-width: 480px) {
  .sidebar-col .downloads .h3 {
    font-size: 23px;
    text-align: center;
    font-weight: 600;
    border-bottom: solid 2px #f6f6f6;
    margin: 15px;
    padding-bottom: 20px;
  }
}

.burger-sidebar {
  width: 60px;
  height: 1.875rem;
  float: right;
  position: sticky;
  top: 1.875rem;
  right: 1.875rem;
  cursor: pointer;
  z-index: 9;
}
@media (max-width: 480px) {
  .burger-sidebar {
    background-color: white;
    width: 100%;
    height: 3.1rem;
    top: 0;
    z-index: 1;
  }
}
.burger-sidebar span:before {
  content: "";
  display: block;
  width: 1.875rem;
  height: 0.125rem;
  position: absolute;
  top: 15px;
  right: -15px;
  transform: translate(-50%, -50%) rotate(45deg);
  background: #085;
  transition: all 0.3s ease-in-out;
  z-index: 9;
}
@media (max-width: 480px) {
  .burger-sidebar span:before {
    top: 35px;
    right: 0;
  }
}
.burger-sidebar span:after {
  content: "";
  display: block;
  width: 1.875rem;
  height: 0.125rem;
  position: absolute;
  top: 15px;
  right: -15px;
  transform: translate(-50%, -50%) rotate(-45deg);
  background: #085;
  transition: all 0.3s ease-in-out;
  z-index: 9999;
}
@media (max-width: 480px) {
  .burger-sidebar span:after {
    top: 35px;
    right: 0;
  }
}

.sidebar-col-empty {
  height: 100%;
  width: 52vw;
}
@media (max-width: 768px) {
  .sidebar-col-empty {
    width: 10%;
  }
}

body.sidebar-open {
  overflow: hidden;
}

.sidebar-form form {
  padding: 3.75rem 5.438rem;
}
.sidebar-form .contactMap {
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.sidebar-form .contactMap::-webkit-scrollbar {
  display: none;
}
.sidebar-form .contactMap__left {
  padding: 3.75rem 5.438rem;
}
@media (max-width: 480px) {
  .sidebar-form .contactMap__left {
    padding: 0 20px 20px 20px;
  }
  .sidebar-form .contactMap__left h4 {
    text-align: center;
  }
}
.sidebar-form .contactMap__right {
  padding: 1.875rem;
}
.sidebar-form .nestedTabs__primary {
  padding: 0;
}
.sidebar-form .itemsList {
  display: block;
  flex-wrap: wrap;
  margin-left: 0;
  margin-right: 0;
}
.sidebar-form .mainTabs__list {
  padding: 0 5.438rem;
  display: flex;
  flex-direction: row;
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 8;
}
@media (max-width: 768px) {
  .sidebar-form .mainTabs__list {
    padding: 10px;
    position: fixed;
    top: 15px;
  }
}
.sidebar-form .fachberater-item__content p {
  font-size: 13px;
}
.sidebar-form .contact__tel {
  font-size: 13px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .sidebar-form .nestedTabs__primary > .mainTabs__item {
    padding-top: 0;
    padding-bottom: 0;
  }
  .sidebar-form .nestedTabs__menu {
    padding: 0;
  }
  .sidebar-form h3 {
    text-align: center;
    padding-bottom: 20px;
  }
}
.sidebar-form .contactMap__right {
  width: 100% !important;
}
.sidebar-form .mainTabs__tab-children .neos-nodetypes-contentreferences-contentreferences {
  width: 100%;
  max-width: 100% !important;
}
.sidebar-form .mainTabs__list {
  padding: 0 5.438rem 37px !important;
  height: auto !important;
  position: sticky !important;
  top: 0 !important;
  background-color: #fff;
  z-index: 8 !important;
}
@media (max-width: 480px) {
  .sidebar-form .mainTabs__list {
    padding: 0 3.438rem 37px !important;
  }
}

.lignotrend-chat {
  background-color: #fff;
}

.search-results {
  padding-bottom: 53px;
}
@media (max-width: 768px) {
  .search-results {
    padding: 100px 20px;
    height: 100vh;
  }
}
.search-results__title {
  margin-bottom: 58px;
  text-transform: capitalize;
  text-align: left;
}
.search-results__section {
  padding: 30px 0;
  border-top: 2px solid #FFFFFF;
}
.search-results__section-title {
  margin-bottom: 16px;
  text-align: left;
  color: #bfbfbf;
  font-size: 13px;
  line-height: 15px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.search-results__references {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  transition: transform 0.5s ease-in;
}
.search-results__reference {
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}
.search-results__preview {
  margin-bottom: 15px;
}
.search-results__preview:last-child {
  margin-bottom: 0;
}
.search-results__button-wrapper {
  padding-top: 47px;
  text-align: center;
}
.search-results__ref-button-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.search-results__refs-button {
  position: relative;
  padding-left: 21px;
  color: #008855;
  font-size: 16px;
  font-weight: 500;
  background-color: transparent;
  cursor: pointer;
}
.search-results__refs-button::before {
  content: "\e905";
  position: absolute;
  left: 0;
  font-family: "icomoon";
  color: currentColor;
}
.search-results__controls {
  display: none;
  justify-content: center;
}
.search-results__arrow {
  padding: 5px;
  line-height: 0;
  background-color: transparent;
  cursor: pointer;
}
.search-results__counter {
  display: inline-block;
  padding: 5px 60px;
}
@media (max-width: 992px) {
  .search-results__reference {
    width: 33.3333333333%;
  }
}
@media (max-width: 768px) {
  .search-results__title {
    margin-bottom: 42px;
  }
  .search-results__section {
    border-top: none;
  }
  .search-results__references {
    flex-wrap: nowrap;
  }
  .search-results__reference {
    width: 285px;
    flex-shrink: 0;
  }
  .search-results__controls {
    display: flex;
  }
}

@media (max-width: 768px) {
  .search-block.result-page {
    min-height: calc(100vh + 8.75rem);
  }
}
.sticky-info {
  position: sticky;
  left: 0;
  bottom: 0;
  background-color: #008855;
  color: #fff;
  padding: 1.25rem 6.25rem;
  width: 100%;
  z-index: 999;
}
@media (max-width: 768px) {
  .sticky-info {
    padding: 0.625rem 1.875rem;
  }
}
.sticky-info p {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.6875rem;
  text-align: left;
}
@media (max-width: 992px) {
  .sticky-info p {
    display: none;
  }
}
.sticky-info a {
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.375rem;
  text-align: left;
}
@media (max-width: 992px) {
  .sticky-info a {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .sticky-info a::before {
    content: "";
    float: left;
    width: 1.875rem;
    height: 1.875rem;
    margin-right: 1.875rem;
    background: url(../../Images/phone.png);
    background-size: cover;
    filter: brightness(0) invert(1);
  }
}
.sticky-info .phone-links {
  display: grid;
  grid-auto-flow: column;
  gap: 1.875rem;
  text-align: left;
}
@media (max-width: 992px) {
  .sticky-info .phone-links {
    grid-auto-flow: row;
  }
}

.info-text::before {
  content: "";
  float: left;
  width: 2.75rem;
  height: 2.75rem;
  margin-right: 1.875rem;
  background: url(../../Images/phone.png);
  background-size: cover;
  filter: brightness(0) invert(1);
}

/* TOP INFO BOX*/
.top-infobox {
  background-color: white;
  padding: 1.25rem 3.75rem;
  box-shadow: 0 0.625rem 2.5rem 0 rgba(0, 0, 0, 0.1);
  width: 100%;
  position: sticky;
  z-index: 999;
}
@media (max-width: 480px) {
  .top-infobox {
    padding: 1.875rem;
  }
}
.top-infobox-content {
  width: 85%;
}
@media (max-width: 768px) {
  .top-infobox-content {
    width: 80%;
  }
}
@media (max-width: 480px) {
  .top-infobox-content {
    width: 95%;
  }
}
.top-infobox-content p {
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.0625rem;
  padding-top: 0.625rem;
}
.top-infobox-content .text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 3.4em;
}
.top-infobox-button .button {
  font-size: 0.8125rem;
  margin-top: 10%;
  padding: 0.625rem 0.9375rem;
}
@media (max-width: 480px) {
  .top-infobox-button .button {
    margin-top: 5%;
  }
}

.top-infobox-close {
  position: absolute;
  top: 0;
  height: 1.875rem;
  width: 1.875rem;
  right: 1.25rem;
  cursor: pointer;
}
.top-infobox-close::after {
  content: "";
  display: block;
  width: 1.875rem;
  height: 0.125rem;
  position: absolute;
  top: 1.25rem;
  right: -1.25rem;
  transform: translate(-50%, -50%) rotate(-45deg);
  background: #085;
  transition: all 0.3s ease-in-out;
}
.top-infobox-close::before {
  content: "";
  display: block;
  width: 1.875rem;
  height: 0.125rem;
  position: absolute;
  top: 1.25rem;
  right: -1.25rem;
  transform: translate(-50%, -50%) rotate(45deg);
  background: #085;
  transition: all 0.3s ease-in-out;
}

.top-infobox.opened {
  display: flex;
}
@media (max-width: 480px) {
  .top-infobox.opened {
    display: block;
  }
}

.top-infobox.opened.centered {
  position: fixed;
  width: 70%;
  height: 25rem;
  margin-left: 15%;
  top: 6.25rem;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .top-infobox.opened.centered {
    width: 80%;
    height: 31.25rem;
    margin-left: 10%;
    overflow-y: scroll;
  }
}
.top-infobox.opened.centered .top-infobox-content {
  width: 100%;
}
.top-infobox.opened.centered .top-infobox-content .text {
  display: block;
  max-height: 100%;
}

.top-infobox-button.hide-button {
  display: none;
}

.lignopedia-container {
  width: 100%;
  max-width: 1140px;
  background-color: #FFFFFF;
  margin: 0px auto;
  padding: 40px 90px 60px;
  border-top: solid 3px white;
}
@media (max-width: 768px) {
  .lignopedia-container {
    padding: 20px;
  }
}
@media (max-width: 480px) {
  .lignopedia-container {
    border-top: none;
  }
}
.lignopedia-container .career {
  padding-bottom: 0px !important;
}
.lignopedia-container .buttonWrapCenter {
  margin-top: 20px !important;
}

.icon-box {
  background-color: #FFFFFF;
  display: inline-block;
  padding: 1.25rem 0;
  text-align: left;
  position: relative;
  width: 50%;
}
@media (max-width: 480px) {
  .icon-box {
    width: 100%;
  }
}
.icon-box-content {
  background-color: #FFFFFF;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1);
  width: 400px;
  padding: 2.5rem;
  position: absolute;
  bottom: 70px;
  display: none;
  visibility: hidden;
}
.icon-box-content p {
  font-size: 0.8125rem;
  font-weight: 400;
}
@media (max-width: 768px) {
  .icon-box-content {
    width: 100%;
  }
}
.icon-box-content .icon-close:before {
  content: "";
  display: block;
  width: 1.875rem;
  height: 0.125rem;
  position: absolute;
  top: 20px;
  right: 0;
  transform: translate(-50%, -50%) rotate(45deg);
  background: #085;
  transition: all 0.3s ease-in-out;
  z-index: 9;
}
.icon-box-content .icon-close:after {
  content: "";
  display: block;
  width: 1.875rem;
  height: 0.125rem;
  position: absolute;
  top: 20px;
  right: 0;
  transform: translate(-50%, -50%) rotate(-45deg);
  background: #085;
  transition: all 0.3s ease-in-out;
  z-index: 9;
}
.icon-box-row {
  display: flex;
  flex-direction: row;
  cursor: pointer;
}
.icon-box-row img {
  width: 40px;
  height: 40px;
  object-fit: cover;
}
.icon-box.opened .icon-box-content {
  display: block;
  visibility: visible;
  transition: 0.5s ease-in-out;
  z-index: 1000;
}
.icon-box.opened .icon-box-content p {
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.25rem;
}
.icon-box.opened .icon-box-content .genText {
  font-size: 1rem;
}
.icon-box.opacity {
  opacity: 0.4;
  transition: 0.5s ease-in-out;
}

.icon-close {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.icon-close h4 {
  word-break: break-all;
}

.lignopedia-content {
  display: flex;
}
@media (max-width: 480px) {
  .lignopedia-content {
    display: block;
  }
}
.lignopedia-content-letter {
  width: 5%;
}
@media (max-width: 480px) {
  .lignopedia-content-letter {
    border-bottom: solid 3px #FFFFFF;
    width: 100%;
    margin-bottom: 20px;
  }
}
.lignopedia-content-main {
  width: 95%;
}
@media (max-width: 480px) {
  .lignopedia-content-main {
    width: 100%;
  }
}

.lignopedia-text {
  display: flex;
  flex-direction: column;
  margin-left: 1.875rem;
}
.lignopedia-text h5 {
  font-weight: 600;
}
.lignopedia-text p {
  font-weight: 300;
}

.filter--slider.filter--slider-zubehor {
  top: 0;
}
@media (max-width: 1200px) {
  .filter--slider.filter--slider-zubehor {
    top: 80px;
    position: fixed;
  }
}
@media (max-width: 768px) {
  .filter--slider.filter--slider-zubehor {
    top: 60px;
  }
}

.filter--slider-media .count-items-ref {
  width: 17.8rem;
}

.main.scroll .hasSidebar {
  margin-top: 5rem;
}
@media (max-width: 768px) {
  .main.scroll .hasSidebar {
    margin-top: 3.75rem;
  }
}
@media (max-width: 1200px) {
  .main.scroll .filter--slider {
    top: 0;
  }
}
@media (max-width: 768px) {
  .main.scroll .filter--slider {
    top: 0;
  }
}
.main.scroll .news-side {
  height: calc(100vh - 104px) !important;
}

.zubehor-accordion.accordion-open .vacancy__accordion-button:after {
  transform: rotate(90deg);
}

@media (min-width: 1200px) {
  .zubehor--slider_right_cont {
    position: fixed;
    display: block;
    top: 0;
    height: 100vh;
    width: 18.4375rem;
    padding: 4.75rem 1.875rem 9.375rem 1.875rem;
    background-color: white;
    overflow: scroll;
    transform: translate(-200px, 0%) scaleX(0);
    transition: 0.5s all;
    z-index: 999;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .zubehor--slider_right_cont::-webkit-scrollbar {
    display: none;
  }
  .zubehor--slider_right_cont .dropdown__toggle {
    border-bottom: 0.125rem solid #f6f6f6;
    font-size: 0.8125rem;
    padding-bottom: 0;
  }
  .zubehor--slider_right_cont .filter--slider_right_cont_list_form label {
    margin-top: 0;
    color: #8f8c89;
    font-size: 0.8125rem;
  }
  .zubehor-section {
    padding-bottom: 0px !important;
  }
  .zubehor-accordion .alternativ-product {
    width: 100%;
  }
  .zubehor-accordion-item {
    padding-bottom: 1.25rem !important;
  }
  .neos-contentcollection.hasSidebar {
    display: flex;
    flex-wrap: wrap;
  }
  .neos-contentcollection.hasSidebar .filter--slider {
    width: 20%;
    height: auto;
    margin-bottom: 129px;
  }
  .neos-contentcollection.hasSidebar .filter--slider_right_title {
    display: none;
    width: 0;
    padding: 0;
    min-width: 0;
  }
  .section-hasSidebar {
    width: 70%;
    padding: 0 60px;
    margin-bottom: 100px;
  }
  .section-hasSidebar .container {
    margin: 0;
  }
  .section-hasSidebar {
    padding: 0;
  }
}
@media (max-width: 1200px) {
  .zubehor--slider_right_cont {
    position: absolute;
    top: 3.75rem;
    display: block;
    width: 18.375rem;
    height: 100vh;
    padding: 4.75rem 1.25rem 9.375rem 1.25rem;
    background: white;
    transition: width 0.4s;
    overflow-y: scroll;
  }
  .zubehor-accordion-item .vacancy__accordion-button {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 1.25rem !important;
  }
  .zubehor-accordion-item .vacancy__accordion-button::after {
    width: 20px;
    margin: auto;
  }
}
@media (max-width: 768px) {
  .zubehor--slider_right_cont {
    top: 0;
  }
}
@media screen and (max-width: 666px) {
  .zubehor--slider_right_cont {
    width: 92%;
    height: 30vh;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-inline: 4%;
    top: 15px;
  }
}
.zubehoer-box.mix {
  display: none;
}
@media (max-width: 768px) {
  .zubehoer-box.mix {
    width: 95vw;
  }
}

.alphabet-filter {
  background-color: #FFFFFF;
  position: fixed;
  padding: 0.9375rem 0;
  top: 5rem;
  width: 100%;
  height: 3.75rem;
  z-index: 99;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .alphabet-filter {
    top: 3.75rem;
    padding: 0.625rem;
    overflow-x: scroll;
  }
}
.alphabet-filter-items {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  max-width: 64rem;
  margin: auto;
}
@media (max-width: 768px) {
  .alphabet-filter-items {
    justify-content: flex-start;
  }
}
.alphabet-filter-items a {
  color: #000;
  padding: 7px 15px;
  border-bottom: solid 0px #008855;
  transition: 0.1s ease-in;
}
.alphabet-filter-items a:hover {
  border-width: 2px;
}

.collapse__content {
  max-height: 0;
  transition: max-height 0.3s ease-in;
  overflow: hidden;
}

.collapse__toggle {
  width: 100%;
  text-align: left;
  background-color: transparent;
  display: flex;
  justify-content: space-between;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.3px;
  line-height: 1.0625rem;
  color: #000;
}
.collapse__toggle::after {
  transition: all 0.4s ease-in-out;
  content: "\e902";
  font-family: "icomoon";
  display: inline-block;
  transform: rotate(-90deg);
  transform-origin: center;
}

.show .collapse__toggle::after {
  transform: rotate(90deg);
}

.cookiefirst-root [data-cookiefirst-button=primary] {
  color: rgb(255, 255, 255) !important;
  background: #008855 !important;
  border-color: #008855 !important;
}

.cfiaEW h2 {
  font-size: 14px !important;
  letter-spacing: 0px !important;
}

@media (min-width: 768px) {
  .cf9M9u {
    left: 0px !important;
    right: auto;
  }
  .cf2Syr {
    bottom: 0 !important;
  }
  .cf1e63 {
    max-width: 409px !important;
  }
}
.cf1XPf p {
  line-height: 17px !important;
  font-size: 13px !important;
  font-weight: 600;
}

.cf7ddU {
  padding: 15px;
}

.cf38KE {
  font-size: 16px !important;
}

.cookiefirst-root [data-cookiefirst-button=secondary] {
  border-width: 2px;
}

.cf1y60 {
  font-weight: 600 !important;
}

.cf1YU1 {
  margin-bottom: 16px !important;
}

.cfmNPq {
  width: 80%;
}
.cfmNPq button.cf3y_H.cf2Lf6 {
  background-color: transparent !important;
  color: #BFBFBF !important;
  border-bottom: 0px !important;
  border-left: 0px !important;
  border-right: 0px !important;
  border-top: 0px !important;
  font-size: 16px !important;
  margin-right: 20px;
  text-align: left !important;
  padding: 0 !important;
}
.cfmNPq button.cf3y_H.cf2Lf6 span {
  border-bottom: 5px solid #BFBFBF !important;
}
.cfmNPq button.cf3y_H.cf2Lf6 span:hover {
  color: #008855 !important;
  border-bottom: 5px solid #008855 !important;
  transition: all 0.4s ease-in-out;
}
.cfmNPq button.cf3y_H.cf2Lf6 span:active {
  color: #008855 !important;
  border-bottom: 5px solid #008855 !important;
}

.cf3y_H {
  flex: auto !important;
}

.cf1Rhi {
  font-size: 16px !important;
}

.cf1xEo, .cf2x6K {
  font-size: 13px !important;
}

.cfiaEW {
  font-size: 13px !important;
}
.cfiaEW p {
  line-height: 17px !important;
}

.cf2ypw {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.cf2ypw::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.heroSlider {
  position: relative;
}
@media (min-width: 992px) {
  .heroSlider-slide .heroSlider-slide-mobile {
    display: none;
  }
}
@media (max-width: 992px) {
  .heroSlider-slide .heroSlider-slide-img {
    display: none;
  }
  .heroSlider-slide video {
    display: none;
  }
}
@media (max-width: 992px) {
  .heroSlider {
    margin-bottom: 0;
  }
}
.heroSlider .heroSlider-slide {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100vh - 110px);
  width: 100%;
}
.heroSlider .heroSlider-slide-img, .heroSlider .heroSlider-slide-mobile {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  filter: brightness(0.8);
}
.heroSlider .heroSlider-slide-mobile {
  display: none;
}
@media (max-width: 480px) {
  .heroSlider .heroSlider-slide-mobile {
    display: block;
  }
}
.heroSlider .heroSlider-slide-content {
  position: absolute;
  z-index: 3;
  text-align: center;
  padding: 0.9375rem;
}
.heroSlider .heroSlider-slide-content h2,
.heroSlider .heroSlider-slide-content .h2,
.heroSlider .heroSlider-slide-content h3,
.heroSlider .heroSlider-slide-content .h3 {
  color: #fff;
  max-width: 62rem;
  line-height: 4.125rem;
}
@media (max-width: 768px) {
  .heroSlider .heroSlider-slide-content h2,
.heroSlider .heroSlider-slide-content .h2,
.heroSlider .heroSlider-slide-content h3,
.heroSlider .heroSlider-slide-content .h3 {
    line-height: 2.4375rem;
  }
}
.heroSlider .heroSlider-slide-content .button {
  margin-top: 1.875rem;
  padding: 1.25rem 2.1875rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.125rem;
  letter-spacing: 1px;
  transition: all 0.4s ease-in-out;
}
.heroSlider .heroSlider-slide-content .button:hover {
  box-shadow: 0 7px 15px 0 rgba(0, 0, 0, 0.2);
  transition: 0.4s ease-in-out;
}
.heroSlider .slick-arrow {
  position: absolute;
  bottom: -30px;
  left: 50%;
  width: 6.25rem;
  height: 3.75rem;
  background: #fff;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.heroSlider .slick-arrow:hover span {
  color: #008855;
}
.heroSlider .slick-arrow span {
  font-size: 1rem;
  line-height: 1rem;
  color: #000;
  transition: all 0.3s ease-in-out;
}
.heroSlider .slick-prev {
  transform: translateX(-140px);
}
.heroSlider .slick-prev:hover span {
  transform: translateX(-10px);
}
.heroSlider .slick-next {
  transform: translateX(40px);
}
.heroSlider .slick-next:hover span {
  transform: translateX(10px);
}
@media (max-width: 768px) {
  .heroSlider .heroSlider-slide {
    height: calc(100vh - 94px);
  }
}

.slider__counter {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  font: 12px/16px "Rubik", sans-serif;
  font-weight: 400;
  letter-spacing: 0.2rem;
  background: #fff;
  color: #8F8C89;
  padding: 1.375rem;
}

@media (max-width: 768px) {
  .heroSlider .heroSlider-slide {
    height: 27.5625rem;
  }
  .slick-list.draggable {
    max-height: 30.5625rem !important;
  }
}
@media (max-width: 480px) {
  .heroSlider .heroSlider-slide {
    height: 27.5rem;
  }
  .heroSlider-slide-content .h2 {
    font-size: 1.57rem;
  }
  .heroSlider-slide-content .h3 {
    font-size: 1.4375rem;
  }
  .slick-list.draggable {
    max-height: 33.5rem;
  }
  .mobile-slide {
    display: none;
  }
}
.heroSlider-slide {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover !important;
}
.heroSlider-slide.slick-active {
  animation: shrink 10s infinite alternate;
}

@keyframes shrink {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.fullWidthImageSlider {
  position: relative;
}
.fullWidthImageSlider .fullWidthImageSlide {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 562px;
  width: 100%;
  cursor: pointer;
}
.fullWidthImageSlider .fullWidthImageSlide img {
  display: block;
  width: 100%;
  height: 100%;
  padding-left: 15px;
  padding-right: 15px;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 768px) {
  .fullWidthImageSlider .fullWidthImageSlide img {
    padding-left: 15px;
    padding-right: 15px;
    height: 300px;
    object-fit: cover;
  }
}
@media (max-width: 480px) {
  .fullWidthImageSlider .fullWidthImageSlide img {
    padding-left: 0;
    padding-right: 0;
  }
}
.fullWidthImageSlider .slick-arrow {
  position: absolute;
  bottom: -30px;
  left: 50%;
  width: 100px;
  height: 60px;
  background: #fff;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.fullWidthImageSlider .slick-arrow:hover span {
  color: #008855;
}
.fullWidthImageSlider .slick-arrow span {
  font-size: 16px;
  line-height: 16px;
  color: #000;
  transition: all 0.3s ease-in-out;
}
.fullWidthImageSlider .slick-prev {
  transform: translateX(-140px);
}
.fullWidthImageSlider .slick-prev:hover span {
  transform: translateX(-10px);
}
.fullWidthImageSlider .slick-next {
  transform: translateX(40px);
}
.fullWidthImageSlider .slick-next:hover span {
  transform: translateX(10px);
}
@media (max-width: 768px) {
  .fullWidthImageSlider .fullWidthImageSlide {
    height: 300px;
  }
}

.fw_slider__counter {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  font: 13px/16px "Rubik", sans-serif;
  font-weight: 500;
  letter-spacing: 1.6px;
  background: #fff;
  color: #8F8C89;
  padding: 22px;
}

.infoSlider-img {
  display: block;
  width: 100%;
  height: 562px;
  object-fit: cover;
}
@media (max-width: 480px) {
  .infoSlider-img {
    height: 300px;
  }
}

.infoSlider-main {
  width: 58%;
  height: 100%;
}
@media (min-width: 992px) {
  .infoSlider-main {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .infoSlider-main {
    width: 58%;
  }
}
@media (max-width: 768px) {
  .infoSlider-main {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .infoSlider-main {
    width: 100%;
  }
}

.infoSlider-content {
  height: 100%;
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 540px;
}
@media (min-width: 992px) {
  .infoSlider-content {
    width: 48%;
  }
}
@media (min-width: 1200px) {
  .infoSlider-content {
    width: 40%;
  }
}
@media (max-width: 768px) {
  .infoSlider-content {
    width: 48%;
  }
}
@media (max-width: 480px) {
  .infoSlider-content {
    width: 100%;
    float: none;
  }
}

.infoSlider-box {
  margin: 0 15px;
  background-color: #FFFFFF;
  opacity: 0.3;
  transition: all 0.3s ease-in-out;
}
.infoSlider-box.slick-current.slick-active {
  opacity: 1;
}

.infoSlider-text {
  position: relative;
  bottom: 0;
  padding: 30px;
  max-width: 490px;
}
.infoSlider-text h4 {
  margin-bottom: 20px;
}
.infoSlider-text li {
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.688rem;
  margin-bottom: 20px;
}
.infoSlider-text .text {
  font-weight: 400;
}
@media (max-width: 768px) {
  .infoSlider-text {
    bottom: 50px;
  }
}

.infoSlider-icon {
  display: flex;
  position: relative;
  margin-left: -40px;
  margin-top: 30px;
  background: #ffffff;
  padding: 15px;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 480px) {
  .infoSlider-icon {
    margin-left: 0;
  }
}
.infoSlider-icon p {
  padding-left: 20px;
  font-weight: 400;
  text-align: left;
}
.infoSlider-icon h5 {
  padding-left: 20px;
  word-break: break-word;
}
.infoSlider-icon img {
  width: 40px;
  height: 40px;
  object-fit: cover;
}

.fullWidthImageSlider1 .slick-prev {
  background-color: white;
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -90px;
  padding: 18px;
  z-index: 99;
}
@media (max-width: 480px) {
  .fullWidthImageSlider1 .slick-prev {
    bottom: -30px;
  }
}
.fullWidthImageSlider1 .slick-next {
  background-color: white;
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: 40px;
  padding: 18px;
  z-index: 99;
}
@media (max-width: 480px) {
  .fullWidthImageSlider1 .slick-next {
    bottom: -30px;
  }
}
@media (max-width: 480px) {
  .fullWidthImageSlider1 .fw_slider__counter {
    bottom: -30px;
  }
}

@media (max-width: 480px) {
  .slick-list.draggable {
    padding: 0 !important;
  }
}
.fullWidthImageSlider1 {
  margin-bottom: 100px;
}

@media (max-width: 480px) {
  .tabgroup {
    background-color: white;
    height: 100%;
    position: absolute;
  }
}
.tabgroup .fullWidthImageSlider1 .slick-prev {
  left: 50%;
  margin-left: -90px;
}
.tabgroup .fullWidthImageSlider1 .slick-next {
  left: 50%;
  margin-left: 40px;
}

.infoSliderReduced-content {
  position: relative;
  justify-content: flex-end;
}
@media (max-width: 480px) {
  .infoSliderReduced-content .infoSlider-text {
    background: white;
  }
}
@media (max-width: 480px) {
  .infoSliderReduced-content {
    position: initial;
  }
}

.infoSlider-box.slick-slide {
  display: flex;
}
.infoSlider-box.slick-slide .infoSlider-content {
  position: relative;
  display: flex;
  flex-direction: column;
}

.infoSlider-icon {
  width: 100%;
}

.infoSlider-text {
  width: 100%;
}

@media screen and (min-device-width: 768px) and (max-device-width: 1200px) {
  .fullWidthImageSlide.infoSlider-box.slick-slide {
    padding: 0;
  }
}
@media (max-width: 480px) {
  .fullWidthImageSlide.infoSlider-box.slick-slide {
    width: initial;
    margin: auto;
    padding: 0;
  }
  .infoSlider-box {
    display: flex;
    flex-direction: column;
  }
  .infoSlider-main {
    width: 100% !important;
    height: 250px;
  }
  .infoSlider-content {
    background-color: white;
  }
  .infoSlider-icon {
    margin: 0;
  }
  .infoSlider-text {
    bottom: 150px;
  }
  .slick-list.draggable {
    max-height: 39.5625rem !important;
  }
}
@media (max-width: 480px) {
  .infoSlider-content {
    justify-content: initial;
    min-height: initial;
  }
  .infoSlider-main {
    height: initial;
  }
  .infoSlider-text {
    bottom: 0;
  }
  .slick-list.draggable {
    max-height: initial !important;
  }
}
.imgCitation {
  display: flex;
  padding-top: 10px;
  padding-bottom: 100px;
  position: relative;
}
.imgCitation-text {
  line-height: 24px;
}
@media (max-width: 768px) {
  .imgCitation {
    flex-wrap: wrap;
  }
}
.imgCitation .genText {
  margin-top: 30px;
  text-transform: none;
  letter-spacing: 0.25px;
  font-weight: 300;
}
.imgCitation-imgWrap {
  width: 100%;
  max-width: 49%;
  height: 800px;
  display: block;
  object-fit: cover;
}
@media (max-width: 768px) {
  .imgCitation-imgWrap {
    width: 88%;
    max-width: 100%;
    height: auto;
    object-fit: contain;
  }
}
.imgCitation-content {
  width: 49%;
  max-width: 430px;
  padding-top: 100px;
  margin-left: 30px;
}
@media (max-width: 768px) {
  .imgCitation-content {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding-top: 60px;
  }
}
.imgCitation-content-link {
  right: 100px;
  display: flex;
  position: relative;
  width: 350px;
  height: 250px;
  overflow: hidden;
}
.imgCitation-content-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  margin-bottom: 45px;
  transition: 0.5s all;
}
.imgCitation-content-img:hover {
  transform: scale(1.2);
  transition: 0.9s all;
  cursor: pointer;
}
@media (max-width: 768px) {
  .imgCitation-content-img {
    position: absolute;
    left: auto;
    right: 0;
    top: 60px;
    margin-bottom: 0;
    max-width: 156px;
    max-height: 156px;
  }
}
.imgCitation-content .h4 {
  font: 30px/40px "Rubik", sans-serif;
  font-weight: 500;
  color: #000;
  letter-spacing: 0.7px;
}

.imgCitation.reversed {
  flex-direction: row-reverse;
}
.imgCitation.reversed .imgCitation-content {
  margin-left: 0;
  margin-right: 30px;
}
.imgCitation.reversed .imgCitation-content .rev-content {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.imgCitation.reversed .imgCitation-content .imgCitation-content-link {
  right: 0;
  left: 100px;
}
.imgCitation.reversed .imgCitation-content .imgCitation-content-img {
  left: 100px;
}
@media (max-width: 768px) {
  .imgCitation.reversed .imgCitation-content .imgCitation-content-img {
    left: 0;
  }
}

.aboutSlider-slide {
  position: relative;
  margin-bottom: 15.625rem;
}
.aboutSlider-slide-img {
  display: block;
  width: 100%;
  height: 38.75rem;
  object-fit: cover;
}
.aboutSlider-slide-content {
  width: 100%;
  max-width: 45.625rem;
  padding: 3.75rem 6.25rem 2.5rem;
  margin: 0 auto;
  background-color: #FFFFFF;
  box-shadow: 0 0.625rem 2.5rem 0 rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
}
@media (max-width: 768px) {
  .aboutSlider-slide-content {
    padding: 3.75rem 2.5rem 1.875rem;
  }
}
@media (max-width: 480px) {
  .aboutSlider-slide-content {
    padding: 1.875rem 1.25rem 0;
  }
}

.gallery {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 60px;
}
@media (max-width: 992px) {
  .gallery {
    padding: 0 10px 60px;
  }
}
.gallery-item {
  width: 32%;
  max-width: 350px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .gallery-item {
    width: 48%;
  }
}
@media (max-width: 576px) {
  .gallery-item {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.gallery-item-cont {
  display: flex;
  width: 100%;
  overflow: hidden;
}
.gallery-item-cont-img {
  width: 100%;
  height: 250px;
  display: block;
  object-fit: cover;
  transition: 0.5s all;
}
.gallery-item-cont-img:hover {
  transform: scale(1.2);
  transition: 0.9s all;
  cursor: pointer;
}
.gallery .genText {
  margin-top: 15px;
  margin-left: 30px;
  margin-right: 30px;
  text-transform: none;
}
.gallery .buttonWrapCenter {
  margin-top: 30px;
  margin-bottom: 30px;
  width: 100%;
}
.gallery .buttonWrapCenter .button {
  text-transform: none;
  font-weight: normal;
}

.form-title {
  font: 13px/17px "Rubik", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  color: #8F8C89;
  margin-bottom: 30px;
}
.form-select {
  border: none;
  border-radius: 0;
  color: #BFBFBF;
  background-color: #F6F6F6;
  font: 14px/1 "DIN 2014", sans-serif;
  padding: 18px 20px;
  display: inline-block;
  outline: none;
  box-shadow: none;
  width: 100%;
  max-width: 350px;
  margin: 10px 0 30px;
  height: 56px;
}
.form .file-name {
  height: 25px;
}

.hForm {
  display: flex;
  width: 100%;
  max-width: 1230px;
  margin: 0 auto;
  margin-bottom: 120px;
  border: 4px solid #F6F6F6;
  background-color: #FFFFFF;
}
@media (max-width: 768px) {
  .hForm {
    flex-wrap: wrap;
  }
}
.hForm .form {
  border-right: 4px solid #F6F6F6;
  padding: 60px;
}
@media (max-width: 992px) {
  .hForm .form {
    padding: 30px 20px;
  }
}
@media (max-width: 768px) {
  .hForm .form {
    border-right: none;
    border-bottom: 4px solid #F6F6F6;
    width: 100%;
  }
}
.hForm-content {
  display: flex;
  align-items: center;
  padding-left: 60px;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  .hForm-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.hForm-content > div {
  max-width: 534px;
}
.hForm-content .h3 {
  font-family: "Rubik", sans-serif;
  font-weight: normal;
  text-align: left;
  margin-bottom: 30px;
}

.size-error {
  position: absolute;
  bottom: 3rem;
  margin-left: 10px;
  display: none;
}

.g-recaptcha {
  margin-top: 1.5rem;
}
@media (max-width: 480px) {
  .g-recaptcha {
    transform: scale(0.79);
    transform-origin: 0 0;
  }
}

.imgTextCard {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  position: relative;
  padding: 70px 0;
  margin: initial !important;
}
@media (max-width: 576px) {
  .imgTextCard {
    padding: 30px 0;
  }
}
@media (max-width: 768px) {
  .imgTextCard {
    padding-bottom: 0px !important;
  }
}
.imgTextCard.mb100 {
  margin-bottom: 100px;
}
@media (max-width: 576px) {
  .imgTextCard.mb100 {
    margin-bottom: 30px;
  }
}
.imgTextCard img {
  width: 66%;
  height: auto;
  max-height: 24rem;
  max-width: 48rem;
  position: relative;
  display: block;
  object-fit: cover;
}
@media (max-width: 768px) {
  .imgTextCard img {
    width: 80%;
    right: auto;
  }
}
@media (max-width: 480px) {
  .imgTextCard img {
    width: 100%;
    right: auto;
  }
}
@media (max-width: 992px) {
  .imgTextCard img {
    margin: auto;
  }
}
.imgTextCard-card {
  width: 80%;
  max-width: 790px;
  left: 0;
  right: 0;
  padding: 35px 45px;
  margin: auto;
  background-color: #FFFFFF;
  text-align: left;
  margin-top: -64px;
  cursor: initial !important;
}
.imgTextCard-card:hover {
  cursor: pointer;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 576px) {
  .imgTextCard-card {
    padding: 28px 24px;
  }
}
@media (max-width: 768px) {
  .imgTextCard-card {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    top: -40px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: 30px;
    transform: translateY(-50px);
  }
}
@media (max-width: 480px) {
  .imgTextCard-card {
    top: 0;
    margin-top: -50px;
  }
}
@media (max-width: 992px) {
  .imgTextCard-card {
    max-width: 29.375rem;
  }
}
.imgTextCard-card .h3 {
  font: 30px/36px "DIN 2014", sans-serif;
  font-weight: 600;
  text-transform: none;
  text-align: left;
  letter-spacing: 0.7px;
  line-height: 39px;
}
@media (max-width: 992px) {
  .imgTextCard-card .h3 {
    font-size: 23px;
  }
}
@media (max-width: 480px) {
  .imgTextCard-card .h3 {
    line-height: 30px;
  }
}
.imgTextCard-card h4 {
  font-size: 1rem;
}
.imgTextCard-card p {
  color: #000;
  font-weight: 300;
  letter-spacing: 0.25px;
  line-height: 1.5rem;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .imgTextCard-card p {
    font-size: 0.875rem;
    margin-top: 15px;
  }
}
@media (max-width: 992px) {
  .imgTextCard-card li {
    font-size: 0.875rem;
  }
}
.imgTextCard-card .genText {
  display: block;
  margin-top: 30px;
  font-weight: 600;
  letter-spacing: 0.25px;
}
@media (max-width: 768px) {
  .imgTextCard-card .genText {
    font-size: 16px;
  }
}
.imgTextCard.imgTextCard-center img {
  margin: 0 auto !important;
}
.imgTextCard-revers {
  justify-content: flex-start;
}
.imgTextCard-revers .imgTextCard-img {
  right: auto;
  left: -15px;
}
@media (max-width: 768px) {
  .imgTextCard-revers .imgTextCard-img {
    left: auto;
  }
}
@media (max-width: 768px) {
  .imgTextCard-revers .imgTextCard-card {
    right: auto;
  }
}
.imgTextCard.hideImage img {
  display: none;
}

.imgTextCard-card ul {
  margin-top: 1rem;
}
.imgTextCard-card li {
  position: relative;
  padding-left: 17px;
  font-weight: 300;
  letter-spacing: 0.25px;
}
.imgTextCard-card li::before {
  content: " ";
  width: 7px;
  height: 7px;
  background-color: #008855;
  position: absolute;
  left: 0;
  top: 9px;
}

.newsArticle-box-item-cont ul li {
  position: relative;
  padding-left: 17px;
  font-weight: 300;
  letter-spacing: 0.25px;
}
.newsArticle-box-item-cont ul li::before {
  content: " ";
  width: 7px;
  height: 7px;
  background-color: #008855;
  position: absolute;
  left: 0;
  top: 9px;
}
.newsArticle-box-item-cont h3 {
  margin-bottom: 1.25rem !important;
}
.newsArticle-box-item-cont a.genText {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.newsArticle-box-item-cont a.genText:after {
  top: 1.4rem;
}

.imgTextCard .newsArticle-box-img {
  margin: initial !important;
}
.imgTextCard .newsArticle-box-item .buttonWrapCenter {
  margin-top: 1rem !important;
}

.hero {
  position: relative;
  width: 100%;
}
.hero-imgBg {
  width: 100%;
  height: calc(100vh - 90px);
  display: block;
  object-fit: cover;
}
@media (max-width: 768px) {
  .hero-imgBg {
    height: 320px;
  }
}
.hero-container {
  position: relative;
  text-align: center;
  background-color: #FFFFFF;
  padding: 50px 25px 70px;
  margin-top: -217px;
}
.hero-container h1 {
  text-transform: uppercase;
}
.hero-container h3 {
  position: relative;
  padding-bottom: 20px;
}
.hero-container h3:after {
  content: "";
  width: 4.0625rem;
  height: 4px;
  background: #085;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.hero-text {
  font: 26px/40px "DIN 2014", sans-serif;
  font-weight: 300;
  letter-spacing: 1px;
  color: #000;
  max-width: 920px;
  margin: 30px auto 0;
}
@media (max-width: 768px) {
  .hero-text {
    font-size: 1.25rem;
    line-height: 30px;
    margin-top: 50px;
    word-break: break-word;
  }
}
@media (max-width: 992px) {
  .hero-text {
    font-size: 1.25rem;
    line-height: 1.875rem;
    margin-top: 1.875rem;
  }
}
@media (max-width: 1200px) {
  .hero-container {
    margin-top: -213px;
  }
}
@media (max-width: 992px) {
  .hero-container {
    margin-top: -162px;
  }
}
@media (max-width: 768px) {
  .hero-container {
    padding: 60px;
    margin: -100px auto 0;
    width: 90%;
  }
}
@media (max-width: 480px) {
  .hero-container {
    padding: 30px;
    margin: 30px auto 0;
    width: 90%;
  }
}

.whiteBoxChildDiv h3 {
  font-weight: 600;
}

.hero-product-img {
  width: 33.6875rem;
  margin: 20px auto;
}
.hero-product-img img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}
@media (max-width: 480px) {
  .hero-product-img img {
    height: auto;
  }
}
@media (max-width: 992px) {
  .hero-product-img {
    width: 80%;
  }
}

.hero-product-container {
  margin-top: 100px;
  padding: 65px;
  background-image: url(../../Images/Service.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.hero-product-container .hero-container {
  margin-bottom: 0;
  margin-top: 0;
}
.hero-product-container .buttonWrapCenter {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .hero-product-container {
    padding: 55px;
  }
}
@media (max-width: 480px) {
  .hero-product-container {
    padding: 15px;
  }
}
@media (max-width: 768px) {
  .hero-product-container h2 {
    font-size: 1.75rem;
    word-break: break-word;
  }
}
@media (max-width: 480px) {
  .hero-product-container h2 {
    font-size: 1.4375rem;
    word-break: break-word;
  }
}

@media (max-width: 768px) {
  .hero-container .h2 {
    word-break: break-word;
  }
}
@media (max-width: 1200px) {
  .hero-container {
    margin-left: 30px;
    margin-right: 30px;
    width: auto;
  }
}
.tabs-wrap {
  position: relative;
  display: flex;
}

.sprung-nav {
  padding-top: 50px;
}
.sprung-nav .tabs-menu {
  width: 0;
  padding: 0;
  transition: width 0.4s ease-in-out;
}
.sprung-nav .tabgroup {
  padding-left: 0px;
  width: 85%;
  margin-bottom: 100px;
}
@media (min-width: 992px) {
  .sprung-nav .tabgroup {
    width: 75%;
  }
}
@media (min-width: 1200px) {
  .sprung-nav .tabgroup {
    width: 85%;
  }
}
@media (max-width: 768px) {
  .sprung-nav .tabgroup {
    width: 100%;
    padding: 0 20px;
  }
}
.sprung-nav .menu-nav-link:hover {
  color: #008855;
}
.sprung-nav #first-tab-group {
  scroll-behavior: smooth;
  max-width: 1440px;
  margin-left: 2.5rem;
}
@media (max-width: 768px) {
  .sprung-nav #first-tab-group {
    margin-left: 0;
  }
}
.sprung-nav.tabs--inView .tabs-menu {
  position: sticky;
}

.tabs {
  width: 100%;
}
.tabs-menu {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 295px;
  height: calc(100vh - 80px);
  padding: 162px 16px 178px 40px;
  background: #fff;
}
.tabs-menu .tabs {
  margin-top: 20px;
}
.tabs-title {
  font: 18px/27px "DIN 2014", sans-serif;
  font-weight: 500;
  color: #000;
  margin-bottom: 30px;
}
.tabs--inView .tabs-menu {
  position: fixed;
  display: block;
  width: 295px;
  padding: 6.25rem 2.5rem;
  height: 100vh;
}
@media (min-width: 992px) {
  .tabs--inView .tabs-menu {
    width: 245px;
  }
}
@media (min-width: 1200px) {
  .tabs--inView .tabs-menu {
    width: 295px;
  }
}
@media (max-width: 768px) {
  .tabs--inView .tabs-menu {
    position: fixed;
    top: auto;
    width: 88%;
    overflow-y: scroll;
    padding: 20px;
    bottom: 0;
    height: auto;
    display: none;
  }
}

.menu-nav-link {
  display: flex;
  color: #2D2D2D;
  padding-right: 0;
  padding-top: 11px;
  padding-bottom: 11px;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.5px;
  font-weight: 500;
}
.menu-nav-link::before {
  content: "";
  transition: all 0.4s ease-in-out;
  display: block;
  flex-shrink: 0;
  width: 3px;
  height: 3px;
  margin-right: 15px;
  align-self: center;
  background-color: currentColor;
}
.menu-nav-link:hover::before, .menu-nav-link.active-tab::before {
  width: 30px;
}
.menu-nav-link.active-tab {
  color: #008855;
}

.tabgroup {
  position: relative;
  z-index: 1;
  padding-left: 205px;
}
.tabgroup .newsArticle-box {
  margin-top: 0;
}
.tabgroup .newsArticle-box-empty {
  padding-top: 160px;
}
@media (max-width: 768px) {
  .tabgroup .newsArticle-box-empty {
    padding-top: 50px;
  }
}
.tabgroup .ttl {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .tabgroup .ttl {
    text-align: center !important;
  }
}
.tabgroup .tabs-title {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .tabgroup .tabs-title {
    text-align: center !important;
  }
}
.tabgroup .newsArticle-box-item {
  padding: 40px 65px;
}
.tabgroup .newsArticle-box-item.animation-fade {
  transform: translate3d(0, 0, 0);
}
.tabgroup .newsArticle-box-item.animation-fade.animation-fade-active {
  transform: translateY(-100px);
}
@media (max-width: 768px) {
  .tabgroup .newsArticle-box-item.animation-fade.animation-fade-active {
    padding: 30px;
    transform: translateY(-40px);
    width: 90%;
  }
}
.tabgroup .newsArticle-box-item:hover {
  cursor: pointer;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 992px) {
  .tabgroup .newsArticle-box-item {
    padding: 30px;
  }
}
.tabgroup .newsArticle-box-item h3 {
  font-size: 30px;
  font-weight: 600;
}
.tabgroup-items {
  padding: 0;
}
@media (max-width: 768px) {
  .tabgroup-items {
    padding: 0 0 20px;
  }
}

@media (max-width: 1440px) {
  .tabgroup {
    padding-left: 250px;
  }
}
@media (max-width: 992px) {
  .tabs-wrap {
    flex-direction: column;
    padding-top: 30px;
  }
  .tabs-wrap .newsArticle-box-item {
    max-width: 570px;
    padding: 40px 60px;
  }
}
@media (max-width: 992px) and (max-width: 768px) {
  .tabs-wrap .newsArticle-box-item {
    padding: 30px;
  }
}
@media (max-width: 992px) {
  .tabs-wrap .collapse__toggle {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.25px;
    line-height: 24px;
  }
  .tabs-wrap .collapse__toggle::after {
    color: #008855;
  }
}
@media (max-width: 992px) {
  .tabs-menu {
    position: fixed;
    bottom: 0;
    top: auto;
    left: 42%;
    transform: translateX(-50%);
    width: 88%;
    height: auto;
    max-width: 570px;
    padding: 14px 30px 16px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  }
  .tabs-title {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .tabgroup {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.sprung-nav-button {
  display: none;
}

@media (max-width: 768px) and (max-width: 768px) {
  .newsArticle-box-item {
    transform: translateY(-60px);
    padding: 30px;
  }
}
@media (max-width: 768px) {
  h6.sprung-subtitle {
    text-align: center;
  }
}
@media (max-width: 768px) {
  h3.sprung-title {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .newsArticle-box {
    padding: 0;
  }
  .newsArticle-box .newsArticle-box-item {
    margin: auto;
  }
}
@media (max-width: 768px) {
  .sprung-nav.tabs--inView .tabs-menu {
    position: fixed;
    top: 0;
    width: 85%;
    overflow-y: scroll;
    padding: 100px 20px;
    bottom: 60px;
    display: none;
    display: none;
  }
}
@media (max-width: 768px) {
  .sprung-nav .tabs-menu {
    position: fixed;
    top: 0;
    width: 85%;
    overflow-y: scroll;
    padding: 100px 20px;
    bottom: 60px;
    display: none;
  }
}
@media (max-width: 768px) {
  .sprung-nav-button {
    background: white;
    display: block;
    position: fixed;
    bottom: 0;
    height: 60px;
    width: 85%;
    padding: 20px;
    cursor: pointer;
    z-index: 99;
    display: none;
  }
  .sprung-nav-button::after {
    transition: all 0.4s ease-in-out;
    content: "\e900";
    font-family: "icomoon";
    margin-top: -15px;
    display: block;
    transform: rotate(-90deg);
    transform-origin: center;
    width: 10px;
    margin-left: 93%;
    height: 10px;
  }
  .sprung-nav-button.nav-open {
    background: #128e59;
    color: white;
  }
}
@media (max-width: 768px) {
  .tabs-menu.nav-open {
    display: block !important;
  }
}
.mainTabs__tab-children .mainTabs--secondary {
  display: flex;
}
@media (max-width: 480px) {
  .mainTabs__tab-children .mainTabs--secondary {
    flex-direction: column;
  }
}
.mainTabs__tab-children .neos-nodetypes-contentreferences-contentreferences {
  width: 33%;
}
.mainTabs__tab-children .neos-nodetypes-contentreferences-contentreferences .itemsList__item.download-pdf {
  width: auto;
}
@media (max-width: 768px) {
  .mainTabs__tab-children .neos-nodetypes-contentreferences-contentreferences {
    width: 100%;
    padding: 20px;
  }
}
.mainTabs__tab-children .neos-nodetypes-contentreferences,
.mainTabs__tab-children .neos-nodetypes-contentreferences-contentreferences {
  width: 28.333333%;
  margin: 20px;
  max-width: 20.56rem;
}
.mainTabs__tab-children .neos-nodetypes-contentreferences .media-box,
.mainTabs__tab-children .neos-nodetypes-contentreferences-contentreferences .media-box {
  width: 100%;
  display: inline-block;
}
.mainTabs__tab-children .neos-nodetypes-contentreferences li.itemsList__item.download-pdf,
.mainTabs__tab-children .neos-nodetypes-contentreferences-contentreferences li.itemsList__item.download-pdf {
  width: 100%;
}
@media (max-width: 768px) {
  .mainTabs__tab-children .neos-nodetypes-contentreferences,
.mainTabs__tab-children .neos-nodetypes-contentreferences-contentreferences {
    width: 100%;
    padding: 20px;
  }
}
@media (max-width: 480px) {
  .mainTabs__tab-children .neos-nodetypes-contentreferences,
.mainTabs__tab-children .neos-nodetypes-contentreferences-contentreferences {
    padding: 0;
  }
}
.mainTabs__tab-children .slick-track {
  margin-left: 0;
}

.tabs-title-main {
  margin-bottom: 60px;
  width: 60%;
}
@media (max-width: 768px) {
  .tabs-title-main {
    margin-bottom: 70px;
    text-align: center;
    width: 100%;
  }
}

.tabgroup .newsArticle-box-item.animation-fade.animation-fade-active {
  cursor: default !important;
}

.newsArticle-box-img {
  display: block;
  width: 100%;
  max-width: 69.375rem;
  height: auto;
  max-height: 620px;
  object-fit: cover;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .newsArticle-box-img {
    height: 370px;
  }
}

.newsArticle-box-item {
  background-color: white;
  max-width: 49.3rem;
  margin: auto;
  padding: 60px;
}
@media (max-width: 768px) {
  .newsArticle-box-item {
    padding: 30px;
  }
}

.newsArticle .newsArticle-box-item {
  margin-top: -64px;
  position: relative;
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .newsArticle .newsArticle-box-item {
    margin-top: 0px;
  }
}

@media (max-width: 768px) {
  .sprung-n {
    padding: 0 25px;
  }
  .tabs-menu {
    display: none;
  }
}
.sprung-subtitle {
  font-size: 20px;
  line-height: 34px;
}

@media (max-width: 1240px) {
  .tabgroup {
    background-color: #f6f6f6;
  }
}
.burger {
  position: relative;
  cursor: pointer;
  width: 1.875rem;
  padding: 0.3125rem;
}
.burger:before, .burger:after {
  content: "";
  display: block;
  height: 0.125rem;
  position: absolute;
  left: 0.3125rem;
  background: #000;
  transition: all 0.4s ease-in-out;
  transform: translate(0);
}
.burger:before {
  top: calc(0.875rem / 2);
  width: calc(100% - 0.3125rem * 2);
}
.burger:after {
  bottom: calc(0.875rem / 2);
  width: calc(85% - 0.3125rem * 2);
  top: auto;
}
.burger span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: transparent;
  /*border-top: $lineThickness solid;
  border-bottom: $lineThickness solid;*/
  color: black;
  font-size: 0;
  transition: all 0.4s ease-in-out;
}
.burger span:before, .burger span:after {
  content: "";
  display: block;
  width: 65%;
  height: 0.125rem;
  position: absolute;
  top: 50%;
  left: 0%;
  background: #000;
  transform: translate(0%, -50%);
  transition: all 0.4s ease-in-out;
}
.burger:hover:before, .burger:hover:after {
  background: #008855;
  width: calc(100% - 0.3125rem * 2);
}
.burger:hover span:before, .burger:hover span:after {
  width: 100%;
  background: #008855;
}
.burger.open {
  padding: 0;
}
.burger.open:before, .burger.open:after {
  opacity: 0;
}
.burger.open:before {
  top: 0;
}
.burger.open:after {
  bottom: 0;
}
.burger.open span {
  border-color: transparent;
}
.burger.open span:before, .burger.open span:after {
  background: #008855;
  width: 100%;
  left: 50%;
}
.burger.open span:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.burger.open span:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.socials {
  display: flex;
}
.socials li {
  margin-right: 40px;
}
.socials li:last-child {
  margin-right: 0;
}
.socials__item--mail {
  display: none;
}
.socials__link {
  display: block;
  font-size: 30px;
  color: #d5d5d5;
}
@media (max-width: 768px) {
  .socials__item--mail {
    display: block;
  }
}

.largeSocials {
  display: flex;
  flex-direction: row;
  font-size: 30px;
  color: #d5d5d5;
}
.largeSocials li {
  padding: 0 20px;
}

.smallSocials {
  display: flex;
  flex-direction: row;
  color: #d5d5d5;
}
.smallSocials a {
  font-size: 20px;
}
.smallSocials li {
  padding: 0 20px;
}

.menu .socials {
  display: flex;
  position: absolute;
  bottom: 40px;
  padding: 0 3.75rem;
}
.menu .socials__link {
  font-size: 21px;
}

.scroll-indicator {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
.scroll-indicator__bar {
  width: 0;
  height: 2px;
  background-color: #008855;
}

.product {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.product__img-main {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 55%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .product__img-main {
    display: none;
  }
}
.product__details {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 730px;
  padding: 63px 95px 63px;
  background-color: #ffffff;
}
.product__item {
  transition: all 0.4s ease-in-out;
  display: flex;
  min-height: 100px;
  margin-bottom: 5px;
}
.product__item:hover {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
.product__img-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 180px;
  height: 100px;
  background: white;
}
.product__img {
  max-width: 100%;
  max-height: 100%;
}
.product__text {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 25px 30px;
  color: #000;
}
.product__option-link {
  color: #008855;
  font-size: 13px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .product {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .product__img-main {
    width: 100%;
  }
  .product__details {
    padding: 60px 30px 70px;
  }
}
@media (max-width: 480px) {
  .product__item {
    flex-direction: column;
    align-items: center;
    margin-bottom: 35px;
  }
  .product__img-wrapper {
    width: 100%;
  }
}

.verticalCarousel__item .product__img-main {
  transform: translateX(-60px);
  transition: transform 0.55s ease;
}
.verticalCarousel__item .product h3 {
  margin-bottom: 30px;
}
.verticalCarousel__item--show .product__img-main {
  transform: translate(0);
}
.verticalCarousel__item--show .product .h3 {
  animation: fadeIn 0.55s ease both;
}
.verticalCarousel__item--show .product__options > li {
  animation: fadeIn--right 0.2s ease-in both;
  animation-delay: 0.1s;
  animation-duration: 0.35s;
}
.verticalCarousel__item--show .product__options > li:nth-child(2n) {
  animation-delay: 0.15s;
}
.verticalCarousel__item--show .product__options > li:nth-child(3n) {
  animation-delay: 0.2s;
}
.verticalCarousel__item--show .product__options > li:nth-child(4n) {
  animation-delay: 0.25s;
}
.verticalCarousel__item--show .product__options > li:nth-child(5n) {
  animation-delay: 0.3s;
}
.verticalCarousel__item--show .product__options > li:nth-child(6n) {
  animation-delay: 0.35s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeIn--right {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    transform: translateX(1);
  }
}
/*Horizontal Product's Slider on homepage*/
.producthorizontal__item {
  transition: all 0.4s ease-in-out;
  display: flex;
  flex-direction: column;
  min-height: 100px;
  margin: 0px;
  background-color: #FFFFFF;
}
.producthorizontal__item .product__img-wrapper {
  width: 100%;
  height: 100%;
}
.producthorizontal__item h4 {
  color: black;
  padding: 25px 30px 0px 30px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 21px;
  min-height: 65px;
}
.producthorizontal__item .text-link-product {
  font-size: 1rem;
  font-weight: 600;
  color: #008855;
  padding: 10px 30px 30px;
}
.producthorizontal__item .product__option-link {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 3.75rem;
  padding: 1.4rem 2.1875rem 1.25rem;
  color: white;
  background-color: #008855;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  width: 100%;
}
@media (max-width: 768px) {
  .producthorizontal__item .product__option-link {
    padding: 20px 30px;
  }
}
.producthorizontal__item .product__option-link::before {
  content: "";
  float: left;
  width: 20px;
  height: 20px;
  margin: 0 15px 0 0;
  background: url(../../Images/filter.svg);
  background-size: cover;
  filter: brightness(0) invert(1);
}

@media (max-width: 992px) {
  .container-horizontal-slider {
    height: 31.875rem;
  }
}
@media (max-width: 480px) {
  .container-horizontal-slider {
    height: 37rem;
  }
}
.container-horizontal-slider .cardSlider {
  padding-bottom: 100px;
}
@media (max-width: 480px) {
  .container-horizontal-slider .cardSlider {
    padding-bottom: 0px;
  }
}
.container-horizontal-slider .product__img-wrapper {
  width: auto;
  height: auto;
}
.container-horizontal-slider .product__img-wrapper img {
  height: 190px;
}
.container-horizontal-slider .product__img-main {
  width: 42%;
  min-height: 700px;
  height: auto;
  left: -80px;
}
.container-horizontal-slider .cardSlider__slide {
  width: 17.5rem;
}
@media (max-width: 768px) {
  .container-horizontal-slider .cardSlider__slide {
    width: 17.5rem;
    padding-right: 20px;
  }
}
@media (max-width: 480px) {
  .container-horizontal-slider .cardSlider__slide {
    width: 95%;
    padding-right: 20px;
  }
}
.container-horizontal-slider .cardSlider__slides-wrapper {
  position: absolute;
  left: calc(42% - 50px);
}
@media (min-width: 992px) {
  .container-horizontal-slider .cardSlider__slides-wrapper {
    top: 50%;
  }
}
@media (min-width: 1200px) {
  .container-horizontal-slider .cardSlider__slides-wrapper {
    top: 20%;
  }
}
@media (max-width: 768px) {
  .container-horizontal-slider .cardSlider__slides-wrapper {
    left: 7.5%;
  }
}
.container-horizontal-slider .cardSlider__description-wrapper {
  background-color: #f6f6f6;
}
.container-horizontal-slider .cardSlider__controls {
  position: absolute;
  top: 2%;
  left: 80%;
}
@media (max-width: 768px) {
  .container-horizontal-slider .cardSlider__controls {
    top: 30%;
  }
}
@media (max-width: 480px) {
  .container-horizontal-slider .cardSlider__controls {
    top: 20%;
  }
}

.cardSlider__wrapper.horizontal-slide {
  margin-top: 150px;
}
@media (max-width: 992px) {
  .cardSlider__wrapper.horizontal-slide {
    margin-top: 0px;
  }
}

/* horizontal product  */
.horizontal-products {
  padding: 80px 0;
}
.horizontal-products .product__img-wrapper {
  width: 100%;
  height: auto;
}
.horizontal-products .cardSlider__slide {
  width: 25%;
}
@media (max-width: 992px) {
  .horizontal-products .cardSlider__slide {
    width: 100%;
  }
}
.horizontal-products__title {
  padding-bottom: 60px;
  text-align: center;
}
@media (max-width: 480px) {
  .horizontal-products__title {
    padding-bottom: 0px;
  }
}
@media (max-width: 992px) {
  .horizontal-products .cardSlider__slides {
    display: flex;
    flex-direction: row;
  }
}
@media (max-width: 992px) {
  .horizontal-products .cardSlider__slide {
    padding: 20px;
  }
}
.horizontal-products .product__option-link {
  width: 100%;
}

.product-link {
  color: #fff;
  background-color: #085;
  padding: 15px 35px;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  text-align: center;
  margin-right: 20px;
}
@media (max-width: 480px) {
  .product-link {
    width: 240px;
    margin-bottom: 20px;
  }
}

.linkCheck {
  display: none;
}

.konfigurator-product-link {
  color: #085;
  background-color: #f0f0f0;
  padding: 15px 35px;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  text-align: center;
  margin-right: 20px;
}

.text-link-product {
  color: #008855;
  background-color: #FFFFFF;
  padding: 15px 35px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 14px;
}

.alternativ-product {
  display: flex;
  flex-direction: row;
}
@media (max-width: 480px) {
  .alternativ-product {
    flex-direction: column;
  }
}
.alternativ-product-link {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin-top: 30px;
}
@media (max-width: 480px) {
  .alternativ-product-link {
    flex-direction: column;
  }
}

.vacancy__summary.accordion__toggle.alternativ-product {
  padding: 0;
}

.alternativ-description {
  display: flex;
  flex-direction: column;
  padding: 30px;
}

.product-link-all {
  color: #085;
  background-color: #FFFFFF;
  padding: 15px 35px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 16px;
  text-align: center;
  border: solid 2px #008855;
}
@media (max-width: 480px) {
  .product-link-all {
    width: 240px;
  }
}

.product-content {
  opacity: 0;
  height: 0;
  visibility: hidden;
}

.product-content.active {
  transition: opacity 1s ease-in-out;
  opacity: 1;
  visibility: visible;
  height: auto;
  border-top: 2px solid #f6f6f6;
}

.configuration-code {
  font-weight: 600;
}
.configuration-code .product-code {
  color: #008855;
}

a.product-link::before {
  content: "";
  float: left;
  width: 20px;
  height: 20px;
  margin: 0 5px 0 0;
  background: url(../../Images/filter.svg);
  background-size: cover;
  filter: brightness(0) invert(1);
}

.horizontal-slide .cardSlider__counter {
  display: none;
}

.horizontal-slide .cardSlider__controls {
  width: 170px;
}
@media (max-width: 768px) {
  .horizontal-slide .cardSlider__controls {
    width: 130px;
  }
}

a.product__option-link.confButton {
  opacity: 0;
  display: none;
}

.cardSlider__slide.img-nobutton .horizontal-products-cont {
  border-bottom: 10px solid #085;
}

.product__option-link:hover {
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.box-img img {
  width: 300px;
  margin: auto;
}
@media (max-width: 768px) {
  .box-img img {
    width: 100%;
  }
}

.text-link-product i.fa.fa-link {
  margin-right: 5px;
}

@media (min-width: 1024px) {
  .short .cardSlider__controls {
    display: none;
  }
}
.horizontal-products__box .product__img-wrapper {
  height: 190px;
}
.horizontal-products__box .cardSlider__slide {
  max-width: 34.2%;
  width: auto;
}
@media (max-width: 992px) {
  .horizontal-products__box .cardSlider__slide {
    width: 50%;
    max-width: 50%;
  }
}
@media (max-width: 480px) {
  .horizontal-products__box .cardSlider__slide {
    width: 100%;
    max-width: 100%;
  }
}

.card-box {
  margin-bottom: 60px;
}

.horizontal-slide {
  width: 100%;
}
@media (min-width: 992px) {
  .horizontal-slide {
    height: 86vh;
  }
}
@media (min-width: 1200px) {
  .horizontal-slide {
    height: 100vh;
  }
}
@media (min-width: 1440px) {
  .horizontal-slide {
    height: 76vh;
  }
}
@media (max-width: 768px) {
  .horizontal-slide {
    height: 62vh;
  }
}
@media (max-width: 480px) {
  .horizontal-slide {
    height: 75vh;
  }
}

.fixed-section .product__img-main {
  left: 0px;
  transition: left 0.4s ease-in-out;
}

.horizontal-products-cont:hover {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease-in-out;
}

.horizontal-products-cont {
  transition: all 0.4s ease-in-out;
}

.horizontal-slide .product__img-wrapper {
  height: 197px;
}

.accordion__content {
  box-sizing: border-box;
}
.accordion__item .accordion__content {
  display: none;
}
.accordion__item.active .accordion__content {
  display: block;
}

.zubehor-mainImg {
  width: 27%;
  min-height: 14.375rem;
}
@media (max-width: 480px) {
  .zubehor-mainImg {
    width: 100%;
    min-height: 207px;
    object-fit: cover;
  }
}
.zubehor-mainImg .product__img {
  max-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.zubehor-code {
  color: #008855;
  padding-top: 5px;
}
.zubehor-code .product-code {
  font-weight: 600;
}

.zubehor-box img {
  width: 100%;
  height: auto;
}
@media (max-width: 480px) {
  .zubehor-box .table tbody th, .zubehor-box .table tbody td {
    min-width: 90px !important;
    vertical-align: top;
  }
  .zubehor-box .table tbody td {
    padding-left: 0;
  }
}

.glossar-accordion {
  display: flex;
  flex-direction: row;
  padding: 1.25rem;
}
@media (max-width: 768px) {
  .glossar-accordion {
    padding: 1rem;
  }
}
.glossar-accordion .glossar-mainImg {
  margin-right: 1.875rem;
}
@media (max-width: 480px) {
  .glossar-accordion .glossar-mainImg img {
    width: 33px;
    height: 33px;
  }
}

.glossar-content img {
  width: 100%;
  height: 18.75rem;
  object-fit: cover;
}
@media (max-width: 480px) {
  .glossar-content img {
    width: auto;
    margin-left: -30px;
    height: 277px;
  }
}

.glossar-box {
  display: flex;
  background-color: white;
  margin-bottom: 1.875rem;
  transition: 0.5s all;
}
.glossar-box:hover {
  box-shadow: 0 0.625rem 2.5rem rgba(0, 0, 0, 0.1);
}
.glossar-box-img {
  max-width: 15.9375rem;
}
@media (max-width: 768px) {
  .glossar-box-img {
    display: none;
  }
}
.glossar-box-img img {
  width: 100%;
  height: 13.75rem;
}
.glossar-box p {
  border-bottom: solid 2px #f6f6f6;
  padding-bottom: 0.625rem;
  margin-bottom: 1.25rem;
}
.glossar-box-content {
  padding: 1.25rem;
}
@media (max-width: 768px) {
  .glossar-box-content {
    padding: 0;
  }
}
.glossar-box-bottom-items {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .glossar-box-bottom-items {
    flex-direction: column;
  }
}
.glossar-box-link {
  color: #008855;
  font-size: 1rem;
  font-weight: 600;
}
.glossar-box-date {
  color: grey;
  font-family: "DIN 2014", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3125rem;
}

.alternativ-description {
  width: 70%;
}
.alternativ-description .vacancy__date {
  color: #0C0E0B;
}
@media (max-width: 480px) {
  .alternativ-description {
    width: 100%;
  }
  .alternativ-description p {
    display: none;
  }
}

.vacancy {
  margin-bottom: 17px;
  background-color: #ffffff;
  transition: all 0.4s ease-in-out;
  margin: 20px;
  margin-left: 0;
}
@media (max-width: 480px) {
  .vacancy {
    margin-bottom: 10px;
  }
}
.vacancy .vacancy__accordion-button {
  transition: all 0.4s ease-in-out;
}
.vacancy:hover {
  box-shadow: 0 3px 18px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease-in-out;
}
.vacancy:hover .vacancy__accordion-button {
  background-color: #008855;
  transition: 0.3s ease-in-out;
}
.vacancy:hover .vacancy__accordion-button::after {
  color: #FFFFFF;
}
.vacancy h2 {
  padding: 41px 0;
}
.vacancy p {
  letter-spacing: 0.25px;
  line-height: 24px;
}
.vacancy li {
  position: relative;
  padding: 0.25rem 0 0.25rem 1.875rem;
  font-weight: 300;
  letter-spacing: 0.25px;
  line-height: 1.0625rem;
}
.vacancy li::before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #008855;
}
.vacancy li::before {
  top: 0.5rem;
}
.vacancy__summary {
  position: relative;
  width: 100%;
  padding: 20px 30px 14px;
}
@media (max-width: 480px) {
  .vacancy__summary h4 {
    word-break: break-word;
  }
}
.vacancy__summary:hover::after {
  margin-top: 0;
}
.vacancy__info {
  display: flex;
  flex-direction: column;
  padding-top: 5px;
  font-size: 12px;
  font-weight: 500;
  line-height: 19px;
}
.vacancy__date {
  display: inline-block;
  min-width: 119px;
  margin-right: 51px;
  color: #008855;
}
.vacancy__zip-city {
  color: grey;
}
.vacancy__details {
  padding: 40px;
}
@media (max-width: 768px) {
  .vacancy__details {
    padding: 30px;
  }
}
.vacancy__details p {
  padding-top: 0px;
}
.vacancy__details ul {
  padding-bottom: 30px;
}
.vacancy__button {
  font-size: 13px;
  line-height: 17px;
  font-weight: 500;
  letter-spacing: 0.33px;
}
.vacancy__close {
  display: none;
}
.vacancy.active .vacancy__summary::after {
  transform: rotate(90deg);
}
.vacancy.active .vacancy__close {
  padding-bottom: 30px;
}
.vacancy.active .vacancy__close .icon-back {
  transform: rotate(90deg);
}
.vacancy__accordion-button {
  background-color: #F0F0F0;
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 768px) {
  .vacancy__accordion-button {
    padding: 10px;
  }
}
.vacancy__accordion-button::after {
  transition: all 0.4s ease-in-out;
  content: "\e902";
  font-family: "icomoon";
  display: block;
  transform: rotate(-90deg);
  transform-origin: center;
}
@media (max-width: 480px) {
  .vacancy__accordion-button::after {
    margin-top: 10px;
    width: 20px;
    height: 20px;
    margin: auto;
  }
}
@media (max-width: 768px) {
  .vacancy__accordion-button::after {
    margin-top: 10px !important;
  }
}
@media (max-width: 768px) {
  .vacancy__summary::after {
    content: none;
  }
  .vacancy__button {
    position: relative;
    color: #000;
    font-size: 14px;
    letter-spacing: 0.25px;
    background-color: transparent;
    box-shadow: none;
  }
  .vacancy__button::before {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    display: block;
    width: 0.5rem;
    height: 0.5rem;
    background-color: #008855;
  }
}

.vacancy--project-item {
  margin-bottom: 40px;
}
.vacancy--project-item .h4 {
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
}
.vacancy--project-item .vacancy__info {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.25px;
  line-height: 24px;
}
.vacancy--project-item .vacancy__summary {
  padding-left: 15px;
  padding-top: 14px;
  display: flex;
  width: 80%;
}
.vacancy--project-item .vacancy__summary::after {
  color: #008855;
}
.vacancy--project-item .vacancy__summary .glossar-mainImg {
  margin-right: 15px;
}
.vacancy--project-item .icon-handshake,
.vacancy--project-item .icon-handshake-starred {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.vacancy--project-item .icon-handshake {
  left: 31px;
}
.vacancy--project-item .icon-handshake-starred {
  left: 17px;
}

.accordion-closed {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  cursor: pointer;
}
@media (max-width: 480px) {
  .accordion-closed {
    display: block;
  }
}

.vacancy__details .employees__header {
  width: 0;
}
.vacancy__details .employees__list {
  margin: auto;
}
.vacancy__details .text p {
  font-weight: 300;
}
.vacancy__details h3 {
  font-size: 1.375rem;
  line-height: 1.688rem;
}

li.vacancy.active .vacancy__accordion-button::after {
  transform: rotate(90deg);
  transition: 0.4s ease-in-out;
}

@media (max-width: 480px) {
  button.vacancy__close.accordion__toggle {
    display: none;
  }
}
@media (max-width: 480px) {
  .vacancy__accordion-button.alternativ-product-button::after {
    width: 20px;
    height: 20px;
    margin: auto;
    margin-top: 0px;
  }
}

@media (min-width: 992px) {
  .neos-nodetypes-contentreferences-contentreferences .onlyForProd {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}
@media (max-width: 992px) {
  .neos-nodetypes-contentreferences-contentreferences .onlyForProd {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
}
.accordion-open .alternativ-product-button::after {
  transform: rotate(90deg);
}

.nested-tabs {
  padding: 70px 60px 70px;
  background-color: #ffffff;
}
.nested-tabs__tabs-list {
  position: relative;
  margin-left: 255px;
  padding-bottom: 37px;
}
.nested-tabs__tabs-list::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 37px;
  width: 100%;
  height: 2px;
  background-color: #d5d5d5;
}
.nested-tabs__tab {
  position: relative;
  display: inline-block;
  padding: 9px 0;
  margin-right: 30px;
  min-width: 80px;
  color: #8f8c89;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.5px;
  background-color: transparent;
  cursor: pointer;
}
.nested-tabs__tab::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: block;
  height: 2px;
  background-color: currentColor;
}
.nested-tabs__tab.active {
  color: #008855;
}
.nested-tabs__subtabs {
  display: flex;
}
.nested-tabs__subtabs-list {
  display: flex;
  flex-direction: column;
  padding-right: 50px;
}
.nested-tabs__subtab {
  position: relative;
  width: 205px;
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.47px;
  line-height: 26px;
  text-align: left;
  background-color: transparent;
  cursor: pointer;
}
.nested-tabs__subtab.active span {
  position: relative;
}
.nested-tabs__subtab.active span::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: -10px;
  height: 2px;
  background-color: #008855;
  animation: expand 0.3s ease-in-out both;
}
@media (max-width: 1200px) {
  .nested-tabs {
    padding: 70px 45px;
  }
  .nested-tabs__tabs-list {
    margin-left: 255px;
  }
}
@media (max-width: 992px) {
  .nested-tabs {
    background-color: transparent;
  }
  .nested-tabs__summary {
    margin-bottom: 50px;
    padding: 15px 150px 18px;
    background-color: #ffffff;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  }
  .nested-tabs__tabs-list {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
  }
  .nested-tabs__tabs-list::after {
    display: none;
  }
  .nested-tabs__tab, .nested-tabs__subtab {
    width: 100%;
    padding: 10px 20px;
    margin-right: 0;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.3px;
    line-height: 17px;
    text-align: left;
  }
  .nested-tabs__tab::after, .nested-tabs__subtab::after {
    display: none;
  }
  .nested-tabs__subtab.active {
    color: #008855;
  }
  .nested-tabs__subtab.active span::after {
    display: none;
  }
  .nested-tabs .collapse__toggle {
    width: 100%;
    text-align: left;
    background-color: transparent;
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.3px;
    line-height: 17px;
  }
  .nested-tabs .collapse__toggle::after {
    transition: all 0.4s ease-in-out;
    content: "\e900";
    font-family: "icomoon";
    display: inline-block;
    transform: rotate(-90deg);
    transform-origin: center;
  }
  .nested-tabs .show .collapse__toggle::after {
    transform: rotate(90deg);
  }
}
@media (max-width: 768px) {
  .nested-tabs {
    padding-left: 0;
    padding-right: 0;
  }
  .nested-tabs__summary {
    padding: 15px 30px 18px;
  }
}

.contacts__img-wrapper {
  flex-grow: 1;
}
.contacts__img {
  width: 100%;
  height: auto;
}
.contacts__list {
  display: flex;
  flex-wrap: wrap;
  padding: 0.9375rem;
}
.contacts__item {
  width: 33.3333333333%;
}
@media (max-width: 992px) {
  .contacts .h4 {
    padding-bottom: 0.625rem;
    text-transform: capitalize;
    letter-spacing: normal;
    text-align: center;
  }
  .contacts__img-wrapper {
    display: none;
  }
  .contacts__list {
    padding: 0 7.625rem;
  }
  .contacts__item {
    width: 50%;
  }
  .contacts .nestedTabs__primary > .mainTabs__item {
    background-color: transparent;
  }
}
@media (max-width: 768px) {
  .contacts__list {
    padding-right: 0;
    padding-left: 0;
  }
  .contacts__item {
    width: 100%;
  }
}

.contact {
  display: flex;
  flex-direction: column;
  padding: 0.9375rem;
}
@media (max-width: 480px) {
  .contact {
    padding: 1.5625rem;
  }
}
.contact h4 {
  padding-bottom: 0.5rem;
}
.contact__tel {
  padding-bottom: 0.5rem;
  color: inherit;
  font-size: 1rem;
  line-height: 1.375rem;
  text-transform: uppercase;
}
.contact__link {
  position: relative;
  padding-left: 1.3125rem;
  color: #008855;
  font-size: 13px;
  font-weight: 600;
  align-self: flex-start;
}
.contact__link::before {
  content: "\e905";
  position: absolute;
  left: 0;
  font-family: "icomoon";
  color: currentColor;
}
.contact__link:after {
  background-color: #008855;
  position: absolute;
  top: 100%;
  left: 0;
  height: 4px;
  content: "";
  transition: width 0.3s;
  transform: translateY(10px);
  width: 0;
}

.contact__link:hover::after {
  width: 100%;
}

@media (max-width: 480px) {
  .nestedTabs__menu > div:first-of-type .mainTabs__list.collapse__content {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .nestedTabs__menu {
    margin-top: 0;
    padding: 10px 20px;
  }
}
@media (max-width: 1200px) {
  .services .container {
    background-color: #ffffff;
  }
}
@media (max-width: 992px) {
  .services .container {
    background-color: transparent;
  }
  .services .nested-tabs__summary {
    margin-bottom: 11px;
  }
  .services__tabs-container {
    margin-left: -60px;
    margin-right: -60px;
    padding-top: 40px;
    padding-left: 60px;
    padding-right: 60px;
    background-color: #ffffff;
  }
}
@media (max-width: 768px) {
  .services__tabs-container {
    margin-left: 0;
    margin-right: 0;
    padding-top: 21px;
    padding-left: 0;
    padding-right: 0;
  }
  .services .nested-tabs__subtabs {
    background-color: #ffffff;
  }
}

/* ------------------
   SIZES
------------------ */
/* 0.5px */
/* 1px */
/* 2px */
/* 5px */
/* 8px */
/* 9px */
/* 10px */
/* 12px */
/* 14px */
/* 15px */
/* 16px */
/* 18px */
/* 20px */
/* 22px */
/* 24px */
/* 23px*/
/* 28px */
/* 30px */
/* 33px */
/* 36px */
/* 38px */
/* 40px */
/* 44px */
/* 48px */
/* 50px */
/* 56px */
/* 55px*/
/* 100px*/
/* 60px*/
/* 140px*/
/* 295px*/
/* UNIT SIZE VALUES */
/* 15px */
/* 30px */
/* 45px */
/* 57px */
/* 60px */
/* 75px */
.download-pdf__link {
  transition: all 0.4s ease-in-out;
  display: block;
  background-color: #ffffff;
}
.download-pdf__link:hover {
  box-shadow: 0 0.625rem 2.5rem rgba(0, 0, 0, 0.1);
}
.download-pdf__img-wrapper {
  width: 100%;
}
@media (max-width: 480px) {
  .download-pdf__img-wrapper {
    display: none;
  }
}
.download-pdf__img-wrapper img {
  width: 100%;
  height: 446px;
  object-fit: cover;
}
@media (max-width: 480px) {
  .download-pdf__img-wrapper img {
    height: 246px !important;
  }
}
.download-pdf__text {
  position: relative;
  box-sizing: content-box;
  min-height: 2.5rem;
  padding: 0.725rem 15px 1.25rem 68px;
  color: #000;
}
@media (max-width: 480px) {
  .download-pdf__text {
    padding-bottom: 0;
  }
}
@media (max-width: 480px) {
  .download-pdf {
    margin-bottom: 0;
  }
}

.download--pdf.download .download-pdf__text {
  max-width: 21.25rem;
  border: 2px solid #008855;
  padding: 1.25rem 0.9375rem 1.25rem 5rem;
}
.download--pdf.download .download-pdf__text:before {
  left: 1.25rem;
}
.download--pdf.download .download-pdf__text:hover {
  cursor: pointer;
}
.download--pdf.download .download-pdf__text__info {
  font-weight: 600;
}

.download-pdf-content {
  position: relative;
}

.flipCard-box {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: all 1200ms;
  z-index: 20;
}
.flipCard-box:hover {
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}
.flipCard-box img {
  transition: all 1200ms;
  visibility: visible;
}

.flipCard__wrapper {
  width: 100%;
  height: 100%;
  perspective: 1000px;
  transform-style: preserve-3d;
  cursor: pointer;
  min-height: 350px;
}
@media (max-width: 768px) {
  .flipCard__wrapper {
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  }
}
.flipCard__front, .flipCard__back {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.flipCard__back {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  z-index: 40;
}
.flipCard__checked {
  transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}
.flipCard__checked:hover {
  box-shadow: 0 15px 30px rgba(0, 136, 85, 0.33);
}
.flipCard__checked img {
  visibility: hidden;
}

.employee__front {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #ffffff;
}
.employee__brief {
  padding: 30px 20px 0;
}
.employee__contacts {
  padding: 5px 20px 20px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.33px;
  line-height: 20px;
  display: flex;
  flex-direction: column;
}
.employee__contacts a {
  color: inherit;
  position: relative !important;
  z-index: 60;
}
.employee .h4 {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.4px;
  line-height: 24px;
}
.employee__brief-text {
  opacity: 0.6;
}
.employee__img-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden;
  padding-left: 39px;
  padding-bottom: calc(100% - 39px);
}
.employee__img {
  position: absolute;
  width: calc(100% - 39px);
  height: 100%;
  object-fit: cover;
}
.employee__back {
  display: flex;
  flex-direction: column;
  background-color: #008855;
  color: #ffffff;
  z-index: 40;
}
@media (max-width: 1200px) {
  .employee__img-wrapper {
    padding-left: 30px;
    padding-bottom: calc(100% - 30px);
  }
  .employee__img {
    width: calc(100% - 30px);
  }
}
@media (max-width: 992px) {
  .employee__img-wrapper {
    padding-left: 0;
    padding-bottom: 100%;
  }
  .employee__img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .employee__img-wrapper {
    padding-left: 60px;
    padding-bottom: calc(100% - 37px);
  }
  .employee__img {
    width: calc(100% - 60px);
  }
  .employee__brief, .employee__contacts {
    padding: 15px 30px;
  }
}

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 140px;
  display: none;
  color: #000;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 99999;
  bottom: 150%;
  left: 50%;
  margin-left: -75px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip.active .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.tooltip.active .tooltiptext {
  background-color: white;
  display: block;
}

/* ------------------
   SIZES
------------------ */
/* 0.5px */
/* 1px */
/* 2px */
/* 5px */
/* 8px */
/* 9px */
/* 10px */
/* 12px */
/* 14px */
/* 15px */
/* 16px */
/* 18px */
/* 20px */
/* 22px */
/* 24px */
/* 23px*/
/* 28px */
/* 30px */
/* 33px */
/* 36px */
/* 38px */
/* 40px */
/* 44px */
/* 48px */
/* 50px */
/* 56px */
/* 55px*/
/* 100px*/
/* 60px*/
/* 140px*/
/* 295px*/
/* UNIT SIZE VALUES */
/* 15px */
/* 30px */
/* 45px */
/* 57px */
/* 60px */
/* 75px */
.zubehor-section .cardSlider__slides-wrapper {
  position: relative;
  top: 0;
  left: 0;
  height: auto;
}

.cardSlider {
  position: relative;
  padding-bottom: 6.25rem;
}
.cardSlider__wrapper {
  width: 100%;
  overflow: hidden;
}
.cardSlider__description-wrapper {
  position: relative;
  min-height: 21.4rem;
  padding: 3.75rem 3.75rem 0;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .cardSlider__description-wrapper {
    padding: 2.5rem 5rem 1.25rem;
    margin-top: 0;
  }
}
@media (max-width: 480px) {
  .cardSlider__description-wrapper {
    padding: 8.125rem 3.75rem 3.75rem;
    margin-top: -4.375rem;
  }
}
.cardSlider__description {
  width: 15.9375rem;
}
@media (max-width: 768px) {
  .cardSlider__description h4 {
    font-size: 1.25rem;
  }
}
.cardSlider .h3 {
  padding-bottom: 2.1875rem;
  font-family: "DIN 2014", sans-serif;
  letter-spacing: 0.7px;
  font-size: 1.875rem;
  line-height: 2.4375rem;
  text-transform: capitalize;
  text-align: left;
}
@media (max-width: 768px) {
  .cardSlider .h3 {
    text-align: left;
  }
}
@media (max-width: 480px) {
  .cardSlider .h3 {
    text-align: center;
  }
}
.cardSlider .p {
  color: black;
  font-size: 1rem;
  letter-spacing: 0.25px;
  line-height: 24px;
  padding: 20px 0;
  font-weight: 300;
}
@media (max-width: 768px) {
  .cardSlider .p {
    display: none;
  }
}
.cardSlider__description-link {
  position: relative;
  color: inherit;
}
.cardSlider__description-link::before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #008855;
}
.cardSlider__controls {
  position: absolute;
  bottom: -60px;
  left: 11%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 10rem;
  height: 3.75rem;
}
@media (max-width: 480px) {
  .cardSlider__controls {
    left: auto;
    top: 50px;
    bottom: auto;
  }
}
.cardSlider__arrow {
  cursor: pointer;
  background-color: transparent;
}
.cardSlider__arrow span {
  transition: all 0.4s ease-in-out;
  display: inline-block;
}
.cardSlider__arrow:hover span {
  color: #008855;
}
.cardSlider__arrow--prev:hover span {
  transform: translateX(-10px);
}
.cardSlider__arrow--next:hover span {
  transform: translateX(10px);
}
.cardSlider__arrow.not-allowed {
  opacity: 0.25;
}
.cardSlider__arrow.not-allowed:hover {
  cursor: not-allowed;
}
.cardSlider__arrow.not-allowed:hover span {
  transform: translateX(0);
  color: inherit;
}
.cardSlider__counter {
  padding: 1.25rem;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: grey;
}
.cardSlider__slides-wrapper {
  position: absolute;
  top: 3.75rem;
  left: 22.1875rem;
  height: calc(100% - 180px);
  min-width: 345px;
}
@media (max-width: 768px) {
  .cardSlider__slides-wrapper {
    top: 2.5rem;
  }
}
.cardSlider__slides {
  display: flex;
  position: relative;
  height: 100%;
  transition: all ease-out 0.3s;
}
.cardSlider__slide {
  flex-shrink: 0;
  height: 100%;
  width: 31.875rem;
  padding-right: 1.875rem;
  transition: all ease-out 0.3s;
}
@media (max-width: 768px) {
  .cardSlider__slide {
    padding: 20px;
  }
}
.cardSlider__slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: 0.3s all;
}
@media (max-width: 992px) {
  .cardSlider__slide img {
    height: auto;
  }
}
.cardSlider__slide.cardSlider__active {
  transition: 0.3s all;
}
.cardSlider__slide.cardSlider__active img {
  box-shadow: none;
}
.cardSlider__slide.slide-hide {
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
@media (max-width: 1200px) {
  .cardSlider .h3 {
    font-size: 1.625rem;
    line-height: 2rem;
  }
  .cardSlider__slide {
    width: 18.3125rem;
  }
}
@media (max-width: 992px) {
  .cardSlider {
    padding-bottom: 7.5rem;
  }
  .cardSlider__description-wrapper {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cardSlider__slides-wrapper {
    height: calc(100% - 120px);
  }
  .cardSlider__slide {
    width: 13.125rem;
  }
}
@media (max-width: 768px) {
  .cardSlider {
    display: flex;
    flex-direction: column-reverse;
    padding-bottom: 2.5rem;
  }
  .cardSlider__description-wrapper {
    display: flex;
    flex-direction: column;
  }
  .cardSlider .h3 {
    font-size: 1.4375rem;
    line-height: 2.0625rem;
  }
  .cardSlider .p {
    margin-bottom: 2.125rem;
  }
  .cardSlider__controls {
    position: absolute;
    z-index: 1;
    bottom: -3.75rem;
    left: 20%;
    align-self: center;
  }
  .cardSlider__slides {
    height: auto;
  }
  .cardSlider__slide {
    width: 80%;
    margin-right: 0;
  }
}

.zubehor-section .cardSlider__slides-wrapper {
  position: relative;
  top: 0;
  left: 0;
  height: auto;
}

@media (max-width: 480px) {
  .horizontal-slide .cardSlider__controls {
    position: absolute;
    left: 33%;
    top: 35.4rem !important;
  }
  .cardSlider__slide {
    width: 100%;
    margin-right: 0;
  }
  .cardSlider__slides-wrapper {
    position: static;
    height: auto;
    width: 80%;
    margin: auto;
  }
}
p.land-field {
  color: #8F8C89;
  font-size: 1rem;
  letter-spacing: 0.25px;
  line-height: 24px;
  font-weight: 600;
}

p.plz-field {
  color: grey;
  font-size: 1rem;
  letter-spacing: 0.25px;
  line-height: 24px;
  padding-bottom: 20px;
  font-weight: 300;
}
@media (max-width: 768px) {
  p.plz-field {
    padding-top: 1rem;
  }
}

.cardSlider__description-test {
  margin-left: 44%;
  margin-top: -60px;
}
.cardSlider__description-test p {
  font-size: 22px;
  line-height: 27px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .cardSlider__description-test {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .cardSlider__description-test .h4 {
    text-align: left;
  }
}
@media (max-width: 480px) {
  .cardSlider__description-test .h4 {
    text-align: center;
  }
}

.cardSlider__description .genText {
  font-size: 1.25rem;
}
@media (max-width: 768px) {
  .cardSlider__description .genText {
    padding-bottom: 2.5rem;
  }
}

.scrollanimation.animated {
  background: transparent !important;
}

.img-lightbox {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7607843137);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
}
.img-lightbox img {
  margin: auto;
  position: relative;
  top: 100px;
}

.lightobox-open .img-lightbox {
  display: block !important;
}

span.close-img {
  color: white;
  float: right;
  cursor: pointer;
}
span.close-img:before {
  content: "";
  display: block;
  width: 1.875rem;
  height: 0.125rem;
  position: absolute;
  top: 20px;
  right: 0;
  transform: translate(-50%, -50%) rotate(45deg);
  background: white;
  transition: all 0.3s ease-in-out;
  z-index: 9;
}
span.close-img:after {
  content: "";
  display: block;
  width: 1.875rem;
  height: 0.125rem;
  position: absolute;
  top: 20px;
  right: 0;
  transform: translate(-50%, -50%) rotate(-45deg);
  background: #fff;
  transition: all 0.3s ease-in-out;
  z-index: 9;
}

.horizontal-slider-section {
  padding: 10px 0;
  background-color: #f6f6f6;
}
.horizontal-slider-section .container-horizontal-slider .cardSlider__description-wrapper {
  background-color: #f6f6f6;
}
@media (max-width: 768px) {
  .horizontal-slider-section {
    padding: 80px 0 50px;
  }
}

@media (max-width: 1199px) {
  .cardSlider h3 {
    padding-bottom: 0;
  }
  .cardSlider__description-wrapper {
    min-height: 0;
  }
}
.referenzen-page .mix {
  width: 100%;
  display: none;
}

fieldset.filter--slider_right_cont_list {
  border: none;
}

.media-box.mix {
  display: none;
}

.card-box.mix {
  width: 100%;
}

.downloads .h3 {
  display: none;
}
.downloads .download-arrow {
  position: absolute;
  bottom: -90px;
  cursor: pointer;
  z-index: 99999;
}
@media (max-width: 1200px) {
  .downloads .download-arrow {
    bottom: -60px;
  }
}
.downloads .download-arrow span {
  transition: all 0.4s ease-in-out;
  display: inline-block;
}
.downloads .download-arrow:hover span {
  color: #085;
}
.downloads .download-arrow:hover span.icon-back {
  transform: translateX(-10px);
}
.downloads .download-arrow:hover span.icon-next {
  transform: translateX(10px);
}
.downloads .download-arrow.arrow__back {
  right: 40px;
}
@media (max-width: 1200px) {
  .downloads .download-arrow.arrow__back {
    right: 60px;
  }
}
@media (max-width: 480px) {
  .downloads .download-arrow.arrow__back {
    left: 30%;
  }
}
.downloads .download-arrow.arrow__next {
  right: -40px;
}
@media (max-width: 1200px) {
  .downloads .download-arrow.arrow__next {
    right: -20px;
  }
}
@media (max-width: 480px) {
  .downloads .download-arrow.arrow__next {
    right: 30%;
  }
}
@media (max-width: 480px) {
  .downloads {
    margin-bottom: 90px;
  }
}
.downloads .nested-tabs__tabs-list {
  margin-left: 0;
}
.downloads .itemsList__item {
  width: 25%;
}
@media (max-width: 1200px) {
  .downloads .itemsList__item {
    width: 33.3333333333%;
  }
}
@media (max-width: 992px) {
  .downloads .container {
    background-color: transparent;
  }
  .downloads .nested-tabs__summary {
    margin-bottom: 11px;
  }
  .downloads .h3 {
    display: block;
    font-family: "DIN 2014", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
  }
  .downloads .h3 span {
    text-transform: capitalize;
  }
  .downloads__tabs-container {
    margin-left: -60px;
    margin-right: -60px;
    padding-top: 40px;
    padding-left: 60px;
    padding-right: 60px;
    background-color: #ffffff;
  }
}
@media (max-width: 768px) {
  .downloads__tabs-container {
    margin-left: 0;
    margin-right: 0;
    padding-top: 21px;
    padding-left: 0;
    padding-right: 0;
  }
  .downloads .itemsList__item {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .downloads .itemsList {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-left: 30px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
  }
  .downloads .itemsList::-webkit-scrollbar {
    width: 10px;
    height: 10px;
  }
  .downloads .itemsList::-webkit-scrollbar-thumb {
    background: #f6f6f6;
    border-radius: 10px;
  }
  .downloads .itemsList::-webkit-scrollbar-track {
    background: transparent;
  }
  .downloads .itemsList > li {
    scroll-snap-align: start;
    flex-shrink: 0;
    transform-origin: center center;
    transform: scale(1);
    transition: transform 0.5s;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 340px;
    padding-right: 30px;
  }
  .downloads .nestedTabs__menu {
    box-shadow: none;
  }
  .media-content .cardSlider__slides-wrapper {
    position: relative;
    left: 0;
    top: 0;
  }
  .media-content .cardSlider__slides {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-left: 30px;
    overflow-x: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
  }
  .media-content .cardSlider__slides::-webkit-scrollbar {
    width: 10px;
    height: 10px;
  }
  .media-content .cardSlider__slides::-webkit-scrollbar-thumb {
    background: #f6f6f6;
    border-radius: 10px;
  }
  .media-content .cardSlider__slides::-webkit-scrollbar-track {
    background: transparent;
  }
  .media-content .cardSlider__slides > li {
    scroll-snap-align: start;
    flex-shrink: 0;
    transform-origin: center center;
    transform: scale(1);
    transition: transform 0.5s;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-right: 0;
  }
  .media-content-download {
    width: 100% !important;
  }
}
@media (max-width: 480px) {
  .downloads .itemsList {
    margin: 0 30px;
  }
  .downloads .itemsList > li {
    width: auto;
    padding-right: 0;
  }
  .media-content .cardSlider__slides {
    margin: 0 30px;
  }
}
.section-hasSidebar .media-box .slick-track {
  width: auto !important;
}
.section-hasSidebar .media-box .slick-track > li {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100% !important;
  padding-right: 0;
  scroll-snap-align: start;
  flex-shrink: 0;
  transform-origin: center center;
  transform: scale(1);
  transition: transform 0.5s;
}

/* ------------------
   SIZES
------------------ */
/* 0.5px */
/* 1px */
/* 2px */
/* 5px */
/* 8px */
/* 9px */
/* 10px */
/* 12px */
/* 14px */
/* 15px */
/* 16px */
/* 18px */
/* 20px */
/* 22px */
/* 24px */
/* 23px*/
/* 28px */
/* 30px */
/* 33px */
/* 36px */
/* 38px */
/* 40px */
/* 44px */
/* 48px */
/* 50px */
/* 56px */
/* 55px*/
/* 100px*/
/* 60px*/
/* 140px*/
/* 295px*/
/* UNIT SIZE VALUES */
/* 15px */
/* 30px */
/* 45px */
/* 57px */
/* 60px */
/* 75px */
.citation {
  margin: 1.875rem 0;
  color: #8F8C89;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 1.875rem;
  box-shadow: inset 2px 0 0 0 #BFBFBF;
}
.citation p:first-child {
  font: 21px/27px "DIN 2014", sans-serif;
  font-style: italic;
}
.citation p:last-child {
  font: 13px/24px "DIN 2014", sans-serif;
  font-weight: bold;
  opacity: 0.6;
  letter-spacing: 0.6px;
  margin-top: 0.9375rem;
}

.newsPreview {
  display: flex;
}
.newsPreview__img-wrapper {
  width: 255px;
  flex-shrink: 0;
}
.newsPreview__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.newsPreview__body {
  display: flex;
  flex-direction: column;
  padding: 30px 30px 20px;
  background-color: #ffffff;
}
.newsPreview h4 {
  padding-bottom: 4px;
}
.newsPreview p {
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 24px;
  letter-spacing: 0.4px;
}
.newsPreview__footer {
  display: flex;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 16px;
  color: #bfbfbf;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
  border-top: 2px solid #f6f6f6;
}
@media (max-width: 992px) {
  .newsPreview__img-wrapper {
    width: 210px;
  }
  .newsPreview p {
    -webkit-line-clamp: 2;
  }
}
@media (max-width: 768px) {
  .newsPreview {
    flex-direction: column;
  }
  .newsPreview__body {
    padding-bottom: 30px;
  }
  .newsPreview__img-wrapper {
    height: 112px;
    width: 100%;
  }
  .newsPreview p {
    margin-bottom: 0;
  }
  .newsPreview__footer {
    flex-direction: column;
    padding-top: 12px;
    border-top: none;
  }
}

.mainTabs__list {
  display: flex;
}
.mainTabs__item {
  flex-grow: 1;
}
.mainTabs__tab-name {
  cursor: pointer;
}
.mainTabs--secondary {
  display: flex;
}
.mainTabs--secondary.active {
  flex-wrap: wrap;
}
.mainTabs--secondary .mainTabs__list {
  flex-direction: column;
}
.mainTabs--secondary .mainTabs__panel {
  flex-grow: 1;
}
@media (max-width: 992px) {
  .mainTabs--vertical {
    flex-direction: column;
  }
}

.tab-slider .slick-track {
  margin: 0;
}
.tab-slider .slick-prev {
  position: absolute;
  cursor: pointer;
  top: -60px;
  left: 80%;
  display: flex;
}
.tab-slider .slick-prev:hover span {
  transform: translateX(-10px);
  color: #085;
}
.tab-slider .slick-prev span {
  transition: all 0.3s ease-in-out;
}
.tab-slider .slick-next {
  position: absolute;
  cursor: pointer;
  top: -60px;
  left: 95%;
  display: flex;
}
.tab-slider .slick-next:hover span {
  transform: translateX(10px);
  color: #085;
}
.tab-slider .slick-next span {
  transition: all 0.3s ease-in-out;
}

.nestedTabs__primary {
  background-color: #ffffff;
  padding: 50px 90px;
}
.nestedTabs__primary > .mainTabs__list {
  padding-bottom: 37px;
}
.nestedTabs__primary.mainTabs--primary > .mainTabs__list {
  margin-left: 255px;
}
@media (max-width: 768px) {
  .nestedTabs__primary.downloads {
    background-color: #fff;
    padding: 50px 20px;
    padding-bottom: 0;
  }
  .nestedTabs__primary.downloads .mainTabs__item {
    padding-bottom: 0 !important;
  }
  .nestedTabs__primary.downloads .slick-list.draggable {
    max-height: initial !important;
  }
  .nestedTabs__primary.downloads .tab-slider .slick-prev {
    top: -150px;
  }
  .nestedTabs__primary.downloads .tab-slider .slick-next {
    top: -150px;
  }
  .nestedTabs__primary.downloads .mainTabs__list {
    flex-direction: row;
    padding-bottom: 0;
  }
}
@media (max-width: 768px) and (max-width: 480px) {
  .nestedTabs__primary.downloads .mainTabs__list .mainTabs__list {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .nestedTabs__primary.downloads .tab--primary {
    padding: 9px 0 !important;
    margin-right: 30px;
    width: max-content;
    min-width: 80px;
    color: gray;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.5px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .nestedTabs__primary.downloads .tab--primary {
    margin-right: 1rem;
  }
}
@media (max-width: 768px) {
  .nestedTabs__primary.downloads .tab--primary.active {
    color: #085;
  }
}
@media (max-width: 768px) {
  .nestedTabs__primary.downloads .tab--primary::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    display: block;
    height: 2px;
    background-color: currentColor;
  }
}
.nestedTabs__secondary > .mainTabs__list {
  flex-shrink: 0;
  width: 255px;
  padding-right: 50px;
}
.nestedTabs__secondary .mainTabs__item .mainTabs__tab-children .downloads .itemsList__item {
  width: 33.3333333333%;
}
@media (max-width: 768px) {
  .nestedTabs__secondary .mainTabs__item .mainTabs__tab-children .downloads .itemsList__item {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .nestedTabs__secondary .mainTabs__item .mainTabs__tab-children .downloads .itemsList__item {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .nestedTabs__primary {
    padding: 10px 40px;
  }
}
@media (max-width: 768px) {
  .nestedTabs__menu {
    padding: 15px 30px 18px;
  }
  .nestedTabs__primary > .mainTabs__item {
    padding-top: 0;
    background-color: transparent;
  }
}

@media (max-width: 768px) {
  .contact {
    background-color: white;
    margin-bottom: 10px;
  }
}
.tab, .tab--secondary, .tab--primary {
  position: relative;
  display: inline-block;
  background-color: transparent;
  cursor: pointer;
}
.tab__subtitle {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.3px;
}
.tab--primary {
  padding: 9px 0;
  margin-right: 30px;
  min-width: 80px;
  color: grey;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.5px;
}
.tab--primary:hover {
  color: #008855;
}
.tab--primary::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: block;
  height: 2px;
  background-color: currentColor;
}
.tab--primary.active {
  color: #008855;
}
.tab--secondary {
  align-self: flex-start;
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.47px;
  line-height: 26px;
  text-align: left;
}
.tab--secondary.active::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: 20px;
  height: 2px;
  background-color: #008855;
  animation: expand 0.3s ease-in-out both;
}
.tab--secondary:hover::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: 20px;
  height: 2px;
  background-color: #008855;
  animation: expand 0.3s ease-in-out both;
}
@media (max-width: 768px) {
  .tab--primary, .tab--secondary {
    width: auto;
  }
}

.radio {
  position: relative;
  display: inline-block;
  padding-left: 47px;
  padding-top: 10px;
  padding-right: 10px;
  cursor: pointer;
  font-weight: 600;
}
.radio__checkmark {
  position: absolute;
  left: 10px;
  top: 10px;
  display: block;
  width: 22px;
  height: 22px;
  border: 2px solid #bfbfbf;
}
.radio input {
  display: none;
}
.radio input:checked ~ .radio__checkmark {
  border: none;
  background-color: #008855;
  background-image: url(../../Images/checked.svg);
  background-size: 22px;
  background-position: center;
  background-repeat: no-repeat;
}
.radio input:checked ~ .radio__label {
  color: #008855;
}

.customSelect {
  width: 100%;
  position: relative;
}
.customSelect__title {
  position: relative;
  display: block;
  width: 100%;
  color: #bfbfbf;
  cursor: pointer;
}
.customSelect__title::after {
  transition: all 0.4s ease-in-out;
  content: "\e901";
  position: absolute;
  right: 0.8125rem;
  top: 1.125rem;
  display: inline-block;
  font-family: "icomoon";
  font-size: 1rem;
  font-weight: 700;
  color: #000;
  transform: rotate(90deg);
  transform-origin: 50%;
}
.customSelect__options {
  display: none;
  position: absolute;
  z-index: 10;
  left: 0;
  width: 100%;
  z-index: 22;
}
.customSelect li {
  color: #f6f6f6;
  cursor: pointer;
}
.customSelect li:hover {
  background-color: grey;
  color: #ffffff;
}
.customSelect--open .customSelect__options {
  display: block;
}
.customSelect--open .customSelect__title::after {
  transform: rotate(-90deg);
}

.inBackend .customSelect__options {
  display: block;
  position: static;
}

.fachberatorSelect {
  width: 100%;
  position: relative;
}
.fachberatorSelect__title {
  position: relative;
  display: block;
  width: 100%;
  min-height: 3.75rem;
  color: #8f8c89;
  font-size: 0.8125rem;
  font-weight: 600;
  cursor: pointer;
}
.fachberatorSelect__title::after {
  transition: all 0.4s ease-in-out;
  content: "\e903";
  position: absolute;
  right: 0.8125rem;
  top: 1.125rem;
  display: inline-block;
  font-family: "icomoon";
  font-size: 0.8125rem;
  font-weight: 700;
  color: #000;
  transform: rotate(90deg);
  transform-origin: 50%;
}
.fachberatorSelect__options {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 110;
}
.fachberatorSelect li {
  color: #8f8c89;
  cursor: pointer;
}
.fachberatorSelect li:hover {
  background-color: grey;
  color: #fff;
}
.fachberatorSelect--open .fachberatorSelect__options {
  display: block;
}
.fachberatorSelect--open .fachberatorSelect__title::after {
  transform: rotate(-90deg);
}

.error-message {
  font-size: 0.75rem;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.zip-field .selected-zipcode {
  color: #8f8c89;
  font-size: 0.8125rem;
  font-weight: 600;
}
.zip-field .selected-zipcode::placeholder {
  color: #8f8c89;
  font-size: 0.8125rem;
  font-weight: 600;
}
.zip-field.error-form ::placeholder {
  color: red;
  opacity: 1;
}
.zip-field.error-form .error-message {
  opacity: 1;
}
.zip-field.error-form .fachberatorSelect__title {
  color: red;
}

.country-field.error-form .error-message {
  opacity: 1;
}
.country-field.error-form .fachberatorSelect__title {
  color: red;
}

.filter--slider {
  position: relative;
  top: 5rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  height: 3.75rem;
  width: 100%;
  z-index: 99;
  transition: top 0.3s ease;
}
.filter--slider .h2 {
  padding-top: 150px;
  padding-bottom: 100px;
}
.filter--slider_form {
  display: none;
  padding: 0.4375rem 3.4375rem;
}
@media (max-width: 768px) {
  .filter--slider_form {
    padding: 0.4375rem 1.25rem;
  }
}
.filter--slider_form label {
  display: flex;
  align-items: center;
}
.filter--slider_form label input {
  width: 142px;
  height: 100%;
  padding: 0 5px;
  font-family: "DIN 2014", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.5px;
  color: #000;
}
.filter--slider_form label input::placeholder {
  color: #f6f6f6;
}
.filter--slider_form label input::-webkit-input-placeholder {
  color: #f6f6f6;
}
.filter--slider_form label input::-moz-placeholder {
  color: #f6f6f6;
}
.filter--slider_form label input:-ms-input-placeholder {
  color: #f6f6f6;
}
.filter--slider_form label input:-moz-placeholder {
  color: #f6f6f6;
}
.filter--slider_form label i {
  transform: rotateY(180deg);
  cursor: pointer;
}
.filter--slider_form label i:before {
  color: #f6f6f6;
}
.filter--slider_right {
  display: flex;
  position: relative;
}
@media (max-width: 576px) {
  .filter--slider_right {
    justify-content: flex-start;
  }
}
.filter--slider_right_title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color: #008855;
  min-width: 9.5rem;
  padding: 25px 20px;
  font-family: "DIN 2014", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.5px;
  color: #FFFFFF;
  cursor: pointer;
  height: 60px;
  transition: width 0.5s linear;
  min-width: 296px;
}
@media (max-width: 768px) {
  .filter--slider_right_title {
    font-size: 0;
    min-width: 60px;
  }
}
.filter--slider_right_title span {
  transition: 0.5s all;
}
.filter--slider_right_title span:before {
  color: #000;
  font-weight: 900;
}
.filter--slider_right_title_active {
  min-width: 18.438rem;
  font-size: 0.8125rem;
  transition: 0.4s ease-in-out;
}
.filter--slider_right_title_active span {
  transform: rotate(-90deg);
}
.filter--slider_right_title .text-close {
  display: none;
}
.filter--slider_right_title.open .text-close {
  display: block;
}
.filter--slider_right_title.open .text-open {
  display: none;
}
.filter--slider_right_cont {
  display: block;
  background-color: white;
  position: absolute;
  top: 100%;
  height: 100vh;
  width: 296px;
  max-width: 771px;
  border-top: 3px solid #008855;
  padding: 40px 0 150px 0;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  transition: all 0.4s linear;
  z-index: 999;
  left: -295px;
}
@media (max-width: 768px) {
  .filter--slider_right_cont {
    width: 23.4375rem;
    left: -23.4375rem;
    padding: 0 !important;
  }
  .filter--slider_right_cont .filter--slider-inner {
    padding: 1.875rem;
  }
  .filter--slider_right_cont .count-items-ref {
    width: 23.4375rem;
  }
}
.filter--slider_right_cont .neos-contentcollection {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .filter--slider_right_cont .neos-contentcollection {
    padding: 0;
  }
}
@media (max-width: 576px) {
  .filter--slider_right_cont {
    padding: 30px;
    flex-direction: column;
  }
}
.filter--slider_right_cont_active {
  transform: translate(0, 0%) scaleX(1);
  left: 0;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.filter--slider_right_cont_active::-webkit-scrollbar {
  display: none;
}
.filter--slider_right_cont_list {
  display: flex;
  flex-direction: column;
}
.filter--slider_right_cont_list h4 span {
  display: none;
}
@media (max-width: 576px) {
  .filter--slider_right_cont_list h4 {
    position: relative;
    padding-right: 25px;
  }
  .filter--slider_right_cont_list h4 span {
    display: block;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translate(0, -50%);
  }
  .filter--slider_right_cont_list h4 span:before {
    transform: rotate(90deg);
    transition: 0.5s all;
    display: inline-block;
  }
  .filter--slider_right_cont_list {
    margin-bottom: 20px;
  }
  .filter--slider_right_cont_list:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 576px) {
  .filter--slider_right_cont_list_active h4 span:before {
    transform: rotate(-90deg);
  }
}
.filter--slider_right_cont_list_form {
  display: flex;
  flex-direction: column;
}
@media (max-width: 576px) {
  .filter--slider_right_cont_list_form {
    padding-left: 15px;
  }
  .filter--slider_right_cont_list_form_active {
    display: block;
  }
}
.filter--slider_right_cont_list_form label {
  display: flex;
  position: relative;
  align-items: center;
  font-family: "DIN 2014", sans-serif;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.25px;
  padding-left: 25px;
  color: grey;
  cursor: pointer;
}
.filter--slider_right_cont_list_form label > span {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 14px;
  height: 14px;
  border: 2px solid #8f8c89;
  transition: 0.3s all;
}
.filter--slider_right_cont_list_form label input {
  margin-right: 15px;
  display: none;
}
.filter--slider_right_cont_list_form label input:checked + span {
  border: 2px solid #008855;
  background-image: url(../../Images/checked-checkbox.svg);
  background-size: 1.375rem;
  background-position: center;
  background-repeat: no-repeat;
  transition: none;
}
.filter--slider_right_cont_list_form label input:checked + span:before, .filter--slider_right_cont_list_form label input:checked + span:after {
  transform: translate(-50%, -50%) scale(1);
}
.filter--slider_right_cont_list_form label input:checked + span:after {
  background-color: #008855;
}
@media (max-width: 768px) {
  .filter--slider {
    top: 3.75rem;
  }
}

.ref-slider .filter--slider_right_cont_active {
  transform: none;
}
.ref-slider .count-items-ref {
  position: fixed;
  width: 18.5rem;
}

.f-slide.hide {
  display: none;
}
.f-slide.hide.active {
  display: flex;
}

.button-filter .text-open {
  display: none;
}
.button-filter.closed .text-open {
  display: block;
}
.button-filter.closed .text-close {
  display: none;
}

.icon-filter::after {
  content: "";
  float: right;
  width: 20px;
  height: 20px;
  margin: 0 5px 0 0;
  background: url(../../Images/filter.svg);
  background-size: cover;
  filter: brightness(0) invert(1);
}

.filter--slider_right_cont_list .dropdown__content {
  position: relative;
  box-shadow: none;
  padding-bottom: 10px;
  padding-top: 10px;
}
.filter--slider_right_cont_list .dropdown__toggle {
  font-size: 1rem;
  line-height: 21px;
  color: #000;
  border-bottom: 2px solid #f6f6f6;
}

.filter--slider_right_title_active .icon-filter:before {
  content: "";
  display: block;
  width: 1.575rem;
  height: 0.125rem;
  position: absolute;
  top: -15px;
  right: -26px;
  transform: translate(-50%, -50%) rotate(45deg);
  background: #FFFFFF;
  transition: all 0.3s ease-in-out;
  z-index: 9;
}
.filter--slider_right_title_active .icon-filter:after {
  content: "";
  display: block;
  width: 1.575rem;
  height: 0.125rem;
  position: absolute;
  top: -15px;
  right: -30px;
  transform: translate(-50%, -50%) rotate(-45deg);
  background: #FFFFFF;
  transition: all 0.3s ease-in-out;
  z-index: 9999;
}
@media (max-width: 768px) {
  .filter--slider_right_title_active {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    padding-left: 50px;
  }
  .filter--slider_right_title_active span {
    margin-right: 20px;
  }
}

@media screen and (max-width: 666px) {
  .filter--slider-media .zubehor--slider_right_cont {
    transform: translateX(-120%) !important;
    transition: all 0.5s ease-in-out;
    top: 40px;
  }
  .filter--slider-media.opened-download-filter .zubehor--slider_right_cont {
    transform: translateX(0) !important;
    transition: all 0.5s ease-in-out;
  }
}
.referenzen-page .filter-title {
  display: none;
}
@media (max-width: 768px) {
  .referenzen-page #list {
    padding: 0;
    margin-bottom: 2.5rem;
  }
}
.referenzen-page .filter--slider {
  position: fixed;
  background-color: #FFFFFF;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.15);
}
.referenzen-page .filter--slider_form {
  display: flex;
}
@media (max-width: 768px) {
  .referenzen-page .filter--slider_form {
    width: 70%;
  }
}
.referenzen-page .nestedTabs__primary {
  padding: 0;
}
@media (max-width: 480px) {
  .referenzen-page .mainTabs__item {
    padding-top: 0px;
    margin-left: 0;
    margin-right: 0;
    background-color: #f6f6f6;
  }
}
.referenzen-page .mainTabs__list {
  position: fixed;
  right: 0;
  top: 5rem;
  z-index: 99;
  border-left: 2px solid #f6f6f6;
  height: 60px;
  padding: 15px 50px;
  transition: top 0.3s ease;
}
@media (max-width: 480px) {
  .referenzen-page .mainTabs__list {
    display: none;
  }
}
@media (max-width: 768px) {
  .referenzen-page .mainTabs__list {
    top: 3.6rem;
    padding: 15px 30px;
  }
}
@media (max-width: 480px) {
  .referenzen-page .nestedTabs__menu {
    display: none;
  }
}
.referenzen-page .itemsList {
  display: block;
  margin: 0;
  background-color: #f6f6f6;
}
@media (max-width: 768px) {
  .referenzen-page .mainTabs__list.collapse__content {
    max-height: 70px;
    display: flex;
    flex-direction: row;
    padding: 0;
  }
  .referenzen-page .collapse__toggle {
    display: none;
  }
  .referenzen-page .nestedTabs__menu {
    background-color: transparent;
    box-shadow: none;
  }
}
.referenzen-page.scroll .filter--slider {
  top: 0;
}
.referenzen-page.scroll .mainTabs__list {
  top: 0;
}

.filter-subtitle {
  background-color: #008855;
  color: #FFFFFF;
  font-size: 13px;
  line-height: 19px;
  text-align: center;
  padding: 8px;
}

.checkbox-wood {
  font-size: 13px !important;
  font-weight: 600 !important;
  line-height: 17px;
}

.woodFilter {
  display: flex;
  flex-direction: row;
  margin: 15px 0;
}
.woodFilter__img {
  width: 95px;
  height: 95px;
  object-fit: cover;
}
.woodFilter__details {
  padding-left: 30px;
}
.woodFilter__details .wood-subtitle {
  font-weight: 600;
}
.woodFilter__details .checkbox {
  color: #8f8c89;
  font-size: 13px;
  letter-spacing: 0.25px;
  line-height: 17px;
  padding: 0;
}
.woodFilter__details .checkbox span {
  display: none;
}
.woodFilter:hover {
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  .filter--slider-media {
    position: fixed;
    top: 60px;
  }
}
.count-items {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1);
  padding: 10px;
  text-align: center;
  font-weight: 600;
}

.count-items-ref {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1);
  padding: 10px;
  text-align: center;
  font-weight: 600;
  background: white;
  bottom: 0;
  width: 100%;
}

.dropdown__toggle.dropdown--open {
  padding: 0 !important;
}

.filter-list {
  padding-bottom: 30px;
}

input:checked ~ label {
  color: black;
}

.filter-second-col {
  height: 100%;
  width: 200px;
  top: 140px;
  position: fixed;
  background: white;
  z-index: 99999999;
  left: 295px;
  display: none;
}

.dropdown__content.filter-wood {
  display: none;
  position: fixed;
  top: -3px;
  left: 18.5rem;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: -1;
  padding: 42px 80px 30px 30px;
  visibility: hidden;
  width: 0px;
  box-shadow: inset 0px 20px 70px -80px rgba(0, 0, 0, 0.55);
}
.dropdown__content.filter-wood::before {
  content: "";
  width: 1.875rem;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.05) 0%, transparent 100%);
}
.dropdown__content.filter-wood .wood-detail {
  visibility: hidden;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .dropdown__content.filter-wood {
    width: 375px !important;
    left: 0;
    padding-left: 15px;
    z-index: 1;
  }
}

.wood-detal-desc {
  transition: all 0.4s ease-in-out;
}
.wood-detal-desc:hover {
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease-in-out;
}

.filter-wood-overlay {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(10, 10, 10, 0.6196078431);
  top: -3px;
  left: 720px;
  right: 0;
  bottom: 0;
  transition: all 0.3s linear;
}
@media (max-width: 992px) {
  .filter-wood-overlay {
    left: 373px;
  }
}

.filter-list.active .dropdown__content.filter-wood {
  display: block;
  visibility: visible;
  width: 425px;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.filter-list.active .dropdown__content.filter-wood::-webkit-scrollbar {
  display: none;
}
.filter-list.active .dropdown__content.filter-wood .wood-detail {
  visibility: visible;
}

.filter-wood-img img {
  width: 100%;
  height: 102px;
  object-fit: cover;
}

.filter-wood-text {
  background-color: #085;
  color: white;
  font-size: 13px;
  text-align: center;
  padding: 6px;
  cursor: pointer;
}

.checkbox-wood {
  padding-left: 1.9375rem !important;
}
.checkbox-wood .checkbox__checkmark {
  position: absolute;
  left: 0;
  top: 0.855rem;
  display: block;
  width: 14px;
  height: 14px;
  border: 2px solid #8f8c89;
  opacity: 1;
}

.checkbox-wood.active .checkbox__checkmark {
  position: absolute;
  left: 0;
  top: 0.855rem;
  display: block;
  width: 14px;
  height: 14px;
  background-color: #008855;
  border: 2px solid #008855;
  opacity: 1;
  background-image: url(../../Images/checked-checkbox.svg);
  background-size: 1.375rem;
  background-position: center;
  background-repeat: no-repeat;
}
.checkbox-wood.active .checkbox__checkmark:before {
  transform: translate(-50%, -50%) scale(1);
}

.wood-detail-img {
  width: 95px;
  height: 95px;
  object-fit: cover;
}

.wood-detail-box {
  display: flex;
  flex-direction: row;
  margin-left: 0;
  padding-left: 0 !important;
}

.wood-detail-subtitle {
  padding-left: 30px;
  display: flex;
  flex-direction: column;
  font-size: 16px;
}

.wood-detail-box span {
  position: relative !important;
  left: 0 !important;
  top: 0 !important;
  transform: none !important;
  width: auto !important;
  height: auto !important;
  border: none !important;
  transition: none !important;
}

.wood-detail-main-title {
  color: black;
  font-size: 13px;
  line-height: 20px;
}

.filter--slider-inner {
  overflow-y: scroll;
  position: relative;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.filter--slider-inner::-webkit-scrollbar {
  display: none;
}

.filter--slider-media .filter--slider_right_cont_list {
  margin-bottom: 30px;
}
.filter--slider-media .filter--slider_right {
  flex-direction: column;
}
.filter--slider-media .count-items-ref {
  bottom: 0;
  width: 18.4375rem;
  position: fixed;
  z-index: 999;
}

.filter--slider_right_cont_list_form h5 {
  margin-top: 15px !important;
  margin-bottom: 5px !important;
  font-weight: 500;
}

.filter--slider-zubehor .filter--slider_right_cont_list {
  padding: 15px 0;
}
.filter--slider-zubehor .filter--slider_right {
  flex-direction: column;
}
.filter--slider-zubehor .count-items-ref {
  bottom: 0;
  width: 18.4375rem;
  height: 2.75rem;
  position: fixed;
  z-index: 999;
}

.open-download-filter {
  display: none;
  position: relative;
  z-index: 20;
  background-color: #008855;
  padding: 1.25rem;
  width: max-content;
  font-size: 1.1875rem;
  font-weight: bold;
  transition: all 0.5s ease-in-out;
}
.open-download-filter:hover {
  cursor: pointer;
}
.open-download-filter.active-download {
  transition: all 0.5s ease-in-out;
}

@media screen and (max-width: 666px) {
  .filter--slider-zubehor .count-items-ref {
    display: none;
  }
  .open-download-filter {
    display: block;
  }
}
.dropdown__content .filter--slider_right_cont_list_form.neos-contentcollection {
  padding: 0;
}

.filter--slider-inner h4 {
  font-weight: 400;
}

.checkbox-wood {
  opacity: 0.4;
  cursor: auto !important;
  transition: opacity 0.4s ease-in-out;
}

.filter-wood-img {
  opacity: 0.4;
  transition: opacity 0.4s ease-in-out;
}

.filter-list.isChecked .checkbox-wood {
  opacity: 1;
  cursor: pointer !important;
}
.filter-list.isChecked .filter-wood-img {
  opacity: 1;
}

.filter-list.isChecked.active .wood-detail {
  margin-bottom: 30px;
}

.filter--slider_right_cont_list.wood-filter {
  padding: 0 !important;
}

.wood-container {
  padding-left: 15px;
  padding-right: 15px;
}

.materialien-box {
  margin-top: 103px;
  display: flex;
  flex-direction: column;
}
.materialien-box-img-wrapper {
  align-self: flex-end;
  max-width: 825px;
}
.materialien-box-img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.materialien-box-item {
  padding: 70px 95px;
  max-width: 790px;
  background: #fff;
  align-self: flex-start;
  margin-top: -103px;
}
@media (max-width: 992px) {
  .materialien-box-item {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 576px) {
  .materialien-box-item {
    padding: 30px;
  }
}
.materialien-box-item .txt {
  font: 16px/24px "DIN 2014", sans-serif;
  font-weight: normal;
  letter-spacing: 0.25px;
  color: #000;
  margin-bottom: 20px;
}
.materialien-box-item .download-pdf__text {
  max-width: 340px;
  border: 2px solid #008855;
  padding: 20px 15px 20px 80px;
}
.materialien-box-item .download-pdf__text:before {
  left: 20px;
}
.materialien-box-item .download-pdf__text:hover {
  cursor: pointer;
}
.materialien-box-item .download-pdf__text__info {
  font-weight: 600;
}
.materialien-box-link {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 475px;
  border: 2px solid #008855;
  padding: 20px 40px;
}
@media (max-width: 576px) {
  .materialien-box-link {
    padding: 10px 18px;
  }
}
.materialien-box-link img {
  width: 30px;
  height: auto;
  display: inline-block;
  object-fit: contain;
  margin: 0;
  margin-right: 36px;
}
@media (max-width: 576px) {
  .materialien-box-link img {
    margin-right: 14px;
  }
}
.materialien-box-link p {
  font: 16px/22px "DIN 2014", sans-serif;
  font-weight: normal;
  letter-spacing: 0.25px;
  color: #000;
  margin-bottom: 0;
}
.materialien-box-link p span {
  display: block;
}
.materialien-box-link p span:first-child {
  font-weight: bold;
}
.materialien-box.reversed .materialien-box-img-wrapper {
  align-self: flex-start;
}
.materialien-box.reversed .materialien-box-item {
  align-self: flex-end;
}
@media (max-width: 1200px) {
  .materialien-box-img {
    max-width: 770px;
  }
  .materialien-box-item {
    max-width: 690px;
  }
}
@media (max-width: 992px) {
  .materialien-box-img-wrapper {
    align-self: center;
  }
  .materialien-box-item {
    max-width: 570px;
    align-self: center;
  }
  .materialien-box.reversed .materialien-box-img-wrapper {
    align-self: center;
  }
  .materialien-box.reversed-item {
    max-width: 570px;
    align-self: center;
  }
}
@media (max-width: 768px) {
  .materialien-box-img-wrapper {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.fachberater-item {
  display: none;
}

.turnedon {
  display: block !important;
}

.sidebar-form .mainTabs__item:last-child {
  padding: 3.75rem;
}
@media (max-width: 992px) {
  .sidebar-form .mainTabs__item:last-child {
    padding: 0;
  }
}

h3.fachberater-item__title {
  text-align: left !important;
}

@media (max-width: 480px) {
  .fachberater-item__title {
    display: none;
  }
}
.fachberater-item__inner {
  position: absolute;
  min-height: 72%;
  right: 0;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: row;
  background-color: #f6f6f6;
  z-index: 100;
}
@media (max-width: 480px) {
  .fachberater-item__inner {
    position: initial;
  }
}
.fachberater-item h3 {
  text-align: left;
}
@media (max-width: 480px) {
  .fachberater-item__header h4 {
    margin-bottom: 1.5rem;
    font-size: 1.875rem;
  }
}
.fachberater-item__content {
  display: flex;
  flex-direction: column;
  width: 60%;
  min-height: 21.625rem;
  padding: 3.125rem 0.625rem 3.125rem 2.5rem;
}
.fachberater-item__content p {
  font-size: 0.8125rem;
}
@media (max-width: 480px) {
  .fachberater-item__content p {
    margin-bottom: 1rem;
    font-weight: 600;
  }
}
.fachberater-item__image-wrapper {
  width: 40%;
  flex-shrink: 0;
  overflow: hidden;
}
@media (max-width: 992px) {
  .fachberater-item__image-wrapper {
    display: none;
  }
}
.fachberater-item__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fachberater-item__contacts {
  display: flex;
  flex-direction: row;
  margin-top: auto;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
  padding-top: 0.625rem;
}
@media (max-width: 768px) {
  .fachberater-item__contacts {
    display: block;
  }
}
.fachberater-item__left-col, .fachberater-item__right-col {
  display: flex;
  flex-direction: column;
  padding: 0.625rem;
  width: 60%;
}
@media (max-width: 480px) {
  .fachberater-item__left-col, .fachberater-item__right-col {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .fachberater-item__content {
    width: 100%;
    padding-right: 40px;
  }
}

.contact__tel {
  font-size: 0.8125rem;
  font-weight: 600;
}
@media (max-width: 480px) {
  .contact__tel {
    padding-bottom: 0;
  }
}

@media (max-width: 480px) {
  .sidebar-form .itemsList {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 480px) {
  .sidebar-form .contactMap__right {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1660px) {
  .sidebar-form .fachberater-item__image-wrapper {
    display: none;
  }
  .sidebar-form .fachberater-item__content {
    width: 90%;
  }
}

.search-block {
  position: absolute;
  width: 100%;
  height: 0;
  background-color: #ffffff;
  overflow: hidden;
  transition: height 0.3s ease-in-out;
  padding-right: 0px !important;
}
@media (max-width: 768px) {
  .search-block {
    margin-top: -140px;
  }
}
.search-block__content {
  padding: 30px 0 45px;
}
.search-block .h3 {
  text-align: left;
  text-transform: capitalize;
}
.search-block__form {
  position: relative;
  display: flex;
  padding: 15px 0;
}
@media (max-width: 768px) {
  .search-block__form {
    padding: 0 15px 15px;
    margin-top: 120px;
    margin-bottom: -100px;
  }
}
.search-block__input {
  font-size: 1rem;
  height: 3.65rem;
  line-height: 1.25rem;
  padding: 1rem 1.25rem;
  width: 86%;
}
.search-block__search-button {
  position: absolute;
  right: 0;
  top: 15px;
  padding: 18px 15px 15px;
  min-width: 128px;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.15);
  height: 3.65rem;
}
@media (max-width: 992px) {
  .search-block__search-button {
    min-width: 60px;
  }
}
@media (max-width: 768px) {
  .search-block__search-button {
    min-width: 50px;
    padding: 15px;
  }
}
.search-block__search-button svg {
  display: none;
}
@media (max-width: 768px) {
  .search-block__search-button svg {
    display: inline;
  }
}
.search-block--show {
  display: block;
}
@media (max-width: 768px) {
  .search-block__content {
    padding-bottom: 10px;
  }
  .search-block__input {
    margin-bottom: 0px;
  }
  .search-block .button {
    position: static;
    width: 100%;
    max-width: 228px;
    text-align: left;
  }
}
@media (max-width: 768px) and (max-width: 992px) {
  .search-block .button {
    font-size: 0px;
    max-width: 70px;
    text-align: center;
    line-height: 54px;
  }
  .search-block .button .fa-search {
    font-size: 20px;
    font-weight: 600;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .search-block .button {
    max-width: 50px;
  }
}

.result-page {
  background-color: #f6f6f6;
  height: 100vh !important;
}
.result-page .form__text-input, .result-page .customSelect__title, .result-page .customSelect li, .customSelect .result-page li, .result-page .fachberatorSelect__title, .result-page .fachberatorSelect li, .fachberatorSelect .result-page li {
  background-color: #FFFFFF;
}
.result-page .reference:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1);
}
.result-page .reference__text {
  background-color: #FFFFFF;
  border: none;
}

i.fa.fa-search {
  font-size: 0px;
}

.main .search-block {
  position: relative;
  height: auto;
  background: transparent;
}
.main .search-block .search-block__input {
  background-color: white;
}

.dropdown {
  position: relative;
}
.dropdown__toggle {
  min-width: 10rem;
  color: #008855;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.5px;
  cursor: pointer;
}
.dropdown__toggle::after {
  content: "\e903";
  position: absolute;
  right: 1.875rem;
  display: inline-block;
  font-family: "icomoon";
  font-size: 16px;
  color: #000;
  transform: rotate(90deg);
}
.dropdown__content {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background-color: #ffffff;
  box-shadow: 0 0.625rem 2.5rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  height: 0;
}
.dropdown--open .dropdown__toggle::after {
  transform: rotate(-90deg);
}
.dropdown--open .dropdown__content {
  display: block;
  opacity: 1;
  height: auto;
}
.dropdown--left .dropdown__content {
  left: 0;
}

.checkbox {
  position: relative;
  display: inline-block;
  padding-left: 2.9375rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-right: 0.625rem;
  cursor: pointer;
}
.checkbox__checkmark {
  position: absolute;
  left: 0.625rem;
  top: 0.625rem;
  display: block;
  width: 1.375rem;
  height: 1.375rem;
  border: 2px solid #bfbfbf;
  opacity: 0.5;
}
.checkbox input {
  opacity: 0;
  position: absolute;
  left: 0;
}
.checkbox input:checked ~ .checkbox__checkmark {
  border: none;
  background-image: url(../../Images/checked-checkbox.svg);
  background-size: 1.375rem;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
  transition: opacity 0.4s ease-in-out;
}
.checkbox input:checked ~ .radio__label {
  color: #008855;
}

.news-filter {
  position: absolute;
  display: block;
  width: 18.438rem;
  background-color: #FFFFFF;
  height: calc(100vh - 60px) !important;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.news-filter::-webkit-scrollbar {
  display: none;
}
.news-filter__filter-options {
  display: flex;
  flex-direction: column;
}
.news-filter__title {
  font-size: 22px;
  font-weight: 600;
  line-height: 27px;
  letter-spacing: 0.025rem;
  padding-bottom: 30px;
}
.news-filter__selection-list {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 160px;
  padding: 30px 0;
  background-color: #ffffff;
}
.news-filter__selection-list .checkbox {
  padding: 0.25rem 0 0.25rem 2.175rem;
}
.news-filter__selection-list .checkbox span.checkbox__label {
  font-size: 13px;
  font-weight: 500;
  color: #8F8C89;
}
.news-filter__selection-list .checkbox .checkbox__checkmark {
  position: absolute;
  top: 0.5625rem;
  width: 0.875rem;
  height: 0.875rem;
  border: 0.125rem solid #8f8c89;
  opacity: 1;
}
.news-filter__selection-list label {
  font-size: 13px;
  font-weight: 500;
  color: #8f8c89;
}
.news-filter .checkbox input:checked {
  color: #008855;
}
.news-filter .dropdown {
  padding-top: 0;
  padding-bottom: 1rem;
}
.news-filter .dropdown__togglebutton {
  font-size: 1rem;
  font-family: "DIN 2014", sans-serif;
  line-height: 21px;
  color: #000;
  border-bottom: 2px solid #f6f6f6;
}
.news-filter .dropdown__content {
  position: relative;
  box-shadow: none;
}
.news-filter__item .checkbox__label {
  position: relative;
  display: inline-block;
  padding: 10px 15px;
  color: grey;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.5px;
  cursor: pointer;
}
.news-filter__item .checkbox__label::before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 15px;
  right: 15px;
  height: 3px;
  background-color: #f6f6f6;
}
.news-filter__item .checkbox__label:hover::before {
  background-color: #008855;
}
.news-filter__item input {
  display: none;
}
.news-filter__item input:checked ~ .checkbox__label {
  color: #008855;
}
.news-filter__item input:checked ~ .checkbox__label::before {
  background-color: currentColor;
}
.news-filter__item input:checked ~ .checkbox__checkmark {
  border: none;
  background-image: url(../../Images/checked-checkbox.svg);
  background-size: 22px;
  background-position: center;
  background-repeat: no-repeat;
}
.news-filter__item .checkbox__checkmark {
  display: none;
}
@media (max-width: 992px) {
  .news-filter__filter-options {
    display: none;
    position: absolute;
    padding: 30px 20px;
  }
  .news-filter__filter-options::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 3px;
    background-color: #008855;
  }
  .news-filter__item {
    position: relative;
    padding-left: 37px;
  }
  .news-filter__item .checkbox__label::before {
    display: none;
  }
  .news-filter__item .checkbox__checkmark {
    display: block;
  }
}
@media (max-width: 768px) {
  .news-filter {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  .news-filter__filter-options,
.news-filter .dropdown__content {
    padding: 0;
    position: static;
    box-shadow: none;
  }
  .news-filter__title,
.news-filter .dropdown__toggle {
    padding-top: 15px;
    padding-bottom: 15px;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
  }
  .news-filter__selection-list {
    padding: 0;
  }
}

.news-filter-button {
  background-color: #008855;
  height: 100%;
  cursor: pointer;
  z-index: 99;
}
@media (max-width: 480px) {
  .news-filter-button {
    width: 3.75rem;
  }
}
.news-filter-button button {
  color: #FFFFFF;
  background-color: transparent;
  text-align: left;
  cursor: pointer;
  font-family: "DIN 2014", sans-serif;
  padding: 0.9375rem 2.5rem;
  height: 3.75rem;
  width: 18.4375rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .news-filter-button button {
    font-size: 0px;
    width: 3.75rem;
    padding: 0 15px 0 0;
  }
}
@media (max-width: 480px) {
  .news-filter-button button {
    padding: 0.9375rem 2.5rem;
  }
}
.news-filter-button button::after {
  content: "";
  float: right;
  width: 20px;
  height: 20px;
  margin: 0 5px 0 0;
  background: url(../../Images/filter.svg);
  background-size: cover;
  filter: brightness(0) invert(1);
}
@media (max-width: 480px) {
  .news-filter-button button::after {
    margin: 0;
  }
}
.news-filter-button.open button:before {
  content: "";
  display: block;
  width: 1.875rem;
  height: 0.125rem;
  position: absolute;
  top: 30px;
  left: 250px;
  transform: translate(-50%, -50%) rotate(45deg);
  background: #FFFFFF;
}
@media (max-width: 480px) {
  .news-filter-button.open button:before {
    left: 30px;
  }
}
.news-filter-button.open button:after {
  content: "";
  display: block;
  width: 1.875rem;
  height: 0.125rem;
  position: absolute;
  top: 30px;
  left: 250px;
  transform: translate(-50%, -50%) rotate(-45deg);
  background: #FFFFFF;
  z-index: 9999;
}
@media (max-width: 480px) {
  .news-filter-button.open button:after {
    left: 30px;
  }
}
.news-filter-button .count-items-ref {
  bottom: 8.75rem;
  position: fixed;
}

.sidebar-flyout-right {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  top: 8.75rem;
  width: 0;
  opacity: 0;
  visibility: hidden;
  transition: top 0.3s ease;
  z-index: 5;
}
.sidebar-flyout-right.open {
  height: 100%;
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
@media (max-width: 768px) {
  .sidebar-flyout-right.open {
    background: rgba(12, 14, 11, 0.75);
  }
}
@media (max-width: 768px) {
  .sidebar-flyout-right {
    top: 7.5rem;
  }
}

.main.scroll .sidebar-flyout-right {
  top: 3.75rem;
}
.main.scroll .wrapper_news_general_filter {
  top: 0;
}

.news-page {
  padding-left: 0;
  transition: all 0.3s ease-in-out;
}

.news-page.open {
  padding-left: 20%;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .news-page.open {
    padding-left: 0px;
  }
}
@media (max-width: 480px) {
  .news-page.open {
    padding-left: 15px;
  }
}

.dropdown {
  position: relative;
}
.dropdown__togglebutton {
  min-width: 160px;
  color: #008855;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.5px;
  cursor: pointer;
}
.dropdown__togglebutton::after {
  content: "\e903";
  position: absolute;
  right: 0px;
  display: inline-block;
  font-family: "icomoon";
  font-size: 16px;
  color: #000;
  transform: rotate(90deg);
}

.count-result {
  width: 100%;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1);
  margin-top: 60px;
  margin-bottom: 150px;
  padding: 10px;
  text-align: center;
}

.news-side {
  padding: 40px 30px;
  height: calc(100vh - 180px) !important;
}
.news-side #Reset {
  margin-left: 10px;
}

@media (max-width: 992px) {
  .news-filter-button.open button {
    font-size: 13px;
    width: 295px;
    padding-left: 20px;
  }
}
@media (max-width: 480px) {
  .news-filter-button.open button {
    font-size: 0px;
    width: 3.75rem;
  }
}

@media (max-width: 768px) {
  body.filter-open {
    overflow: hidden;
  }
}
.filter-open .footer, .filter-open #footer {
  padding-left: 20%;
  transition: all 0.3s ease-in-out;
}
.filter-open .referenzen-page {
  padding-left: 20%;
}
.filter-open .referenzen-page .filter--slider {
  margin-left: -20%;
}

/* Filter Radio buttons */
.radio-button .checkbox__checkmark {
  border-radius: 50%;
}

/*More button */
div#moretext {
  display: none;
}
div#moretext strong {
  font-size: 1.375rem;
}

.newsToggle {
  background: #008855;
  color: white;
  padding: 15px 20px;
  font-weight: 600;
  margin-top: 30px;
  display: block;
  cursor: pointer;
}

#readLessButton {
  display: none;
}

.pdf-link {
  position: relative;
  display: inline-block;
  height: 4.8rem;
  padding: 0.7rem 1.5625rem 1rem 5.3125rem;
  color: #000;
  font-weight: 600;
  box-shadow: inset 0 0 0 2px #008855;
  cursor: pointer;
  min-width: 292px;
}
@media (max-width: 768px) {
  .pdf-link {
    padding: 1rem 1rem 1rem 4.3125rem;
  }
}
.pdf-link__icon {
  position: absolute;
  top: 1rem;
  left: 1.5625rem;
  display: block;
  width: 1.875rem;
  height: 2.5rem;
  color: #ffffff;
  transition: all 0.4s;
}
.pdf-link__icon svg {
  fill: #008855;
  transition: fill 0.4s;
}
.pdf-link__icon p.pdf-link__pdf {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 0.75rem;
}
.pdf-link:hover {
  box-shadow: inset 0 0 0 4px #008855;
  transition: 0.3s ease-in-out;
}

.icon-text {
  position: absolute;
  top: 6px;
  left: 3px;
  ftext-align: center;
  font-size: 0.75rem;
  font-family: "DIN 2014", sans-serif !important;
  font-weight: 300;
  color: #FFFFFF;
}

.langPicker {
  position: absolute;
  z-index: 3;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  background-color: #ffffff;
  transition: max-height 0.3s ease-in-out;
}
@media (max-width: 480px) {
  .langPicker {
    width: 65%;
    top: 60px;
  }
}
.langPicker__content {
  padding: 36px 30px 60px 30px;
}
@media (max-width: 480px) {
  .langPicker__content {
    padding: 50px 20px 20px;
  }
}
.langPicker h3 {
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: capitalize;
  text-align: left;
}
.langPicker__countries {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
@media (max-width: 480px) {
  .langPicker__countries {
    margin-left: 0;
    margin-right: 0;
    flex-direction: column;
  }
}
.langPicker__countries-item {
  padding: 15px;
}
@media (max-width: 480px) {
  .langPicker__countries-item {
    padding: 15px 0;
  }
}
.langPicker__countries-item:last-child {
  margin-right: 0;
}
.langPicker__countries-item--active .langPicker__languages {
  display: flex;
}
.langPicker__countries-item--active > .langPicker__button {
  display: none;
}
.langPicker__countries-item--inactive {
  opacity: 0.6;
}
.langPicker__button {
  color: #000;
  background-color: #ffffff;
  border: 0.125rem solid #008855;
  height: 58px;
  width: 84px;
  padding: 0;
  box-shadow: none;
  cursor: pointer;
  font-weight: 600;
  transition: border 0.2s ease-in-out;
}
.langPicker__button a {
  color: #000;
}
@media (max-width: 480px) {
  .langPicker__button {
    height: 38px;
    width: 80px;
  }
}
.langPicker__button:hover {
  border-width: 0.1875rem;
}
.langPicker__button--lang {
  min-width: 1.875rem;
  text-transform: uppercase;
}
.langPicker__button--current {
  background-color: #008855;
  color: #ffffff;
  box-shadow: 0 3px 7px rgba(0, 136, 85, 0.33);
}
.langPicker__languages {
  display: none;
}
.langPicker__languages-item {
  margin-left: -2px;
}
.langPicker__languages-item:first-child {
  margin-left: 0;
}
.langPicker__link {
  width: 84px;
  padding: 15px 0;
  text-align: center;
  border: 0.125rem solid #085;
  color: #000;
  font-weight: 600;
  display: inline-block;
}
@media (max-width: 480px) {
  .langPicker__link {
    padding: 5px 0;
  }
}
.langPicker__link:hover {
  padding: 14px 0;
  border-width: 0.1875rem;
  box-shadow: 0 7px 15px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 480px) {
  .langPicker__link:hover {
    padding: 4px 0;
  }
}

.search-preview {
  display: block;
  padding: 30px 60px 20px;
  color: inherit;
  background-color: #ffffff;
}
.search-preview:hover {
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}
.search-preview__text {
  padding: 5px 0 16px;
  line-height: 24px;
}
.search-preview__text em {
  color: #008855;
  font-weight: 700;
  font-style: normal;
}
.search-preview__footer {
  white-space: nowrap;
  display: flex;
  justify-content: space-between;
  padding-top: 16px;
  color: #bfbfbf;
  font-weight: 500;
  line-height: 21px;
  border-top: 2px solid #f6f6f6;
}
.search-preview__breadcrumbs {
  margin-right: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.search-preview__breadcrumbs-item {
  display: inline;
  white-space: nowrap;
}
.search-preview__breadcrumbs-item:not(:last-child)::after {
  content: "\e901";
  display: inline;
  padding: 0 11px 0 10px;
  font-family: "icomoon";
  font-size: 11px;
  font-weight: bold;
  line-height: 0;
}
@media (max-width: 768px) {
  .search-preview {
    padding: 26px 13px 12px 17px;
  }
  .search-preview__text {
    padding: 15px 0 19px;
  }
  .search-preview__footer {
    border-top-width: 2px;
  }
}

.loader {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.5);
}
.loader::after, .loader::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
.loader::before {
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
  border: 10px solid rgba(0, 136, 85, 0.6);
  border-right-color: transparent;
  animation: rotate 1s linear infinite;
}
.loader::after {
  width: 80px;
  height: 80px;
  margin-top: -40px;
  margin-left: -40px;
  border: 10px solid rgba(0, 136, 85, 0.3);
  border-left-color: transparent;
  animation: rotate-reverse 1.2s linear infinite;
}

.reference {
  display: flex;
  flex-direction: column;
  max-width: 255px;
  height: 100%;
  color: inherit;
}
.reference__image-wrapper {
  width: 100%;
  height: 170px;
  overflow: hidden;
  background-color: #f6f6f6;
}
.reference__image {
  width: 100%;
  height: auto;
}
.reference__text {
  min-height: 85px;
  flex-grow: 1;
  padding: 10px 30px;
  font-weight: 500;
  letter-spacing: 0.3px;
  border: 4px solid #f6f6f6;
  border-top: none;
}
@media (max-width: 1200px) {
  .reference__image-wrapper {
    height: 140px;
  }
}
@media (max-width: 768px) {
  .reference__image-wrapper {
    height: 170px;
  }
}

.referenzen-detail-page .hero-box {
  background-color: #FFFFFF;
  padding: 60px;
}
@media (max-width: 768px) {
  .referenzen-detail-page .hero-box {
    width: 100%;
  }
}
.referenzen-detail-page .hero-text {
  background-color: #FFFFFF;
  margin: 0 auto 60px;
  padding: 60px;
}
@media (max-width: 768px) {
  .referenzen-detail-page .hero-text {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 60px 30px;
  }
}
@media (max-width: 768px) {
  .referenzen-detail-page .imgTextCard-card {
    top: -100px;
    width: 90%;
  }
}

@media (max-width: 768px) {
  .referenzen-page .mainTabs__item {
    padding-top: 0;
    margin-top: -100px;
  }
  .referenzen-page .tab--primary, .referenzen-page .tab--secondary {
    padding: 0px;
  }
}

.search-preview .search-preview__text {
  display: none;
}
.search-preview .search-preview__text:first-child, .search-preview .search-preview__text:nth-child(2), .search-preview .search-preview__text:nth-child(3) {
  display: block;
}

.lignopedia-container.newsArticle {
  padding-top: 40px;
  padding-bottom: 40px;
}
.lignopedia-container.newsArticle .h2-s:first-child {
  margin-bottom: 20px;
  margin-top: 110px;
}
@media (max-width: 768px) {
  .lignopedia-container.newsArticle .h2-s:first-child {
    margin-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .lignopedia-container.newsArticle .h2-s:first-child {
    font-size: 28px;
    margin-bottom: 30px;
  }
}
.lignopedia-container.newsArticle-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 100px auto 0;
}
@media (max-width: 768px) {
  .lignopedia-container.newsArticle-box {
    margin: 50px auto 0;
  }
}
@media (max-width: 480px) {
  .lignopedia-container.newsArticle-box {
    margin: 30px auto 0;
  }
}
.lignopedia-container.newsArticle-box-img {
  display: block;
  width: 100%;
  max-width: 69.375rem;
  height: 613px;
  object-fit: cover;
  margin: 0 auto;
}
.lignopedia-container.newsArticle-box-item {
  padding: 70px 95px;
  width: 90%;
  max-width: 980px;
  background: #fff;
  margin: 0 auto;
  transform: translateY(-160px);
}
.lignopedia-container.newsArticle-box-item-cont {
  width: 100%;
}
@media (max-width: 992px) {
  .lignopedia-container.newsArticle-box-item {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 480px) {
  .lignopedia-container.newsArticle-box-item {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .lignopedia-container.newsArticle-box-item {
    padding: 30px;
    transform: translateY(-60px);
  }
}
.lignopedia-container.newsArticle-box-item .txt {
  font: 16px/24px "DIN 2014", sans-serif;
  font-weight: 300;
  letter-spacing: 0.25px;
  color: #000;
  margin-bottom: 20px;
}
.lignopedia-container.newsArticle-box-item .ttl {
  font: 26px/30px "DIN 2014", sans-serif;
  font-weight: 400;
  letter-spacing: 0.3px;
  color: #000;
}
.lignopedia-container.newsArticle-box-item img {
  width: 100%;
  height: auto;
  max-height: 400px;
  display: block;
  object-fit: contain;
  margin: 60px auto;
}
@media (max-width: 576px) {
  .lignopedia-container.newsArticle-box-item img {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.lignopedia-container.newsArticle-box-item .genText {
  max-width: 330px;
  margin-bottom: 60px;
}
.lignopedia-container.newsArticle-box-item.download .download-pdf__text {
  max-width: 340px;
  border: 2px solid #008855;
  padding: 20px 15px 20px 80px;
}
.lignopedia-container.newsArticle-box-item.download .download-pdf__text:before {
  left: 20px;
}
.lignopedia-container.newsArticle-box-item.download .download-pdf__text:hover {
  cursor: pointer;
}
.lignopedia-container.newsArticle-box-item.download .download-pdf__text__info {
  font-weight: 600;
}
.lignopedia-container.newsArticle-box-link {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 475px;
  border: 2px solid #008855;
  padding: 20px 40px;
}
@media (max-width: 576px) {
  .lignopedia-container.newsArticle-box-link {
    padding: 10px 18px;
  }
}
.lignopedia-container.newsArticle-box-link img {
  width: 30px;
  height: auto;
  display: inline-block;
  object-fit: contain;
  margin: 0;
  margin-right: 36px;
}
@media (max-width: 576px) {
  .lignopedia-container.newsArticle-box-link img {
    margin-right: 14px;
  }
}
.lignopedia-container.newsArticle-box-link p {
  font: 16px/22px "DIN 2014", sans-serif;
  font-weight: normal;
  letter-spacing: 0.25px;
  color: #000;
  margin-bottom: 0;
}
.lignopedia-container.newsArticle-box-link p span {
  display: block;
}
.lignopedia-container.newsArticle-box-link p span:first-child {
  font-weight: bold;
}

.wrapper_news_general {
  width: 100%;
}
.wrapper_news_general_filter {
  position: fixed;
  display: flex;
  width: 100%;
  height: 3.75rem;
  background-color: #FFFFFF;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.15);
  z-index: 99;
  transition: top 0.3s ease;
}
@media (max-width: 768px) {
  .wrapper_news_general_filter {
    background-color: white;
    height: 60px;
    margin-bottom: 53px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  }
}
.wrapper_news_general_filter .h2-s:first-child {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .wrapper_news_general_filter .h2-s:first-child {
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .wrapper_news_general_filter .h2-s:first-child {
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    margin-bottom: 10px;
  }
}
.wrapper_news_general_filter_cont {
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media (max-width: 768px) {
  .wrapper_news_general_filter_cont {
    flex-direction: column;
    align-items: flex-start;
  }
}
.wrapper_news_general_filter_cont .mobile {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(90deg);
  transition: 0.5s all;
}
@media (max-width: 768px) {
  .wrapper_news_general_filter_cont .mobile {
    display: block;
  }
}
.wrapper_news_general_filter_cont_tabs {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex-grow: 1;
}
@media (max-width: 768px) {
  .wrapper_news_general_filter_cont_tabs {
    flex-direction: column;
    flex-grow: 0;
  }
}
.wrapper_news_general_filter_cont_tabs_items {
  font-family: "DIN 2014", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-right: 23px;
  padding-bottom: 10px;
  color: grey;
  cursor: pointer;
  position: relative;
  transition: 0.5s all;
}
@media (max-width: 768px) {
  .wrapper_news_general_filter_cont_tabs_items {
    margin-right: 0;
    margin-top: 10px;
    padding-bottom: 0;
    display: none;
  }
  .wrapper_news_general_filter_cont_tabs_items:nth-child(1) {
    margin-top: 0;
    display: flex;
  }
}
.wrapper_news_general_filter_cont_tabs_items_active, .wrapper_news_general_filter_cont_tabs_items:hover {
  color: #008855;
}
.wrapper_news_general_filter_cont_tabs_items:last-child {
  margin-right: 0;
}
.wrapper_news_general_filter_cont_tabs_items input {
  display: none;
}
.wrapper_news_general_filter_cont_tabs_items input:checked ~ span {
  color: #008855;
}
.wrapper_news_general_filter_cont_tabs_items input:checked ~ span:before {
  width: 100%;
}
.wrapper_news_general_filter_cont_tabs_items span {
  display: inline-block;
}
.wrapper_news_general_filter_cont_tabs_items span:after, .wrapper_news_general_filter_cont_tabs_items span:before {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  transition: 0.5s all;
}
.wrapper_news_general_filter_cont_tabs_items span:after {
  width: 100%;
  background-color: #f6f6f6;
}
.wrapper_news_general_filter_cont_tabs_items span:before {
  width: 0;
  background-color: #008855;
  z-index: 99;
}
.wrapper_news_general_filter_cont_drop {
  display: flex;
  position: relative;
  min-width: 160px;
}
@media (max-width: 768px) {
  .wrapper_news_general_filter_cont_drop {
    margin-top: 10px;
    flex-direction: column;
    display: none;
  }
}
.wrapper_news_general_filter_cont_drop_title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-family: "DIN 2014", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: grey;
  cursor: pointer;
}
.wrapper_news_general_filter_cont_drop_title span {
  color: #000;
  transform: rotate(90deg);
  transition: 0.5s all;
}
.wrapper_news_general_filter_cont_drop_active .wrapper_news_general_filter_cont_drop_title {
  color: #008855;
}
.wrapper_news_general_filter_cont_drop_active .wrapper_news_general_filter_cont_drop_title span {
  color: #000;
  transform: rotate(-90deg);
}
.wrapper_news_general_filter_cont_drop_active .wrapper_news_general_filter_cont_drop_list {
  transform: translate(0px, 0px) scaleY(1);
}
@media (max-width: 768px) {
  .wrapper_news_general_filter_cont_drop_active .wrapper_news_general_filter_cont_drop_list {
    display: flex;
  }
}
.wrapper_news_general_filter_cont_drop_list {
  width: 100%;
  min-width: 160px;
  display: flex;
  flex-direction: column;
  background-color: white;
  border-top: 3px solid #008855;
  padding: 30px 18px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  transition: 0.5s all;
}
@media (max-width: 768px) {
  .wrapper_news_general_filter_cont_drop_list {
    position: relative;
    display: none;
  }
}
.wrapper_news_general_filter_cont_drop_list label {
  display: flex;
  position: relative;
  align-items: center;
  margin-bottom: 15px;
  font-family: "DIN 2014", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.25px;
  padding-left: 38px;
  cursor: pointer;
}
.wrapper_news_general_filter_cont_drop_list label:last-child {
  margin-bottom: 0;
}
.wrapper_news_general_filter_cont_drop_list label span {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 23px;
  height: 22px;
  border: 2px solid #f6f6f6;
  transition: 0.3s all;
}
.wrapper_news_general_filter_cont_drop_list label span:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  position: absolute;
  left: 50%;
  top: 50%;
  color: white;
  transition: 0.3s all;
  z-index: 99;
}
.wrapper_news_general_filter_cont_drop_list label span:after {
  content: " ";
  position: absolute;
  width: 105%;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  color: white;
  transition: 0.3s all;
  z-index: 88;
}
.wrapper_news_general_filter_cont_drop_list label input {
  margin-right: 15px;
  display: none;
}
.wrapper_news_general_filter_cont_drop_list label input:checked + span {
  border: 2px solid #008855;
}
.wrapper_news_general_filter_cont_drop_list label input:checked + span:before, .wrapper_news_general_filter_cont_drop_list label input:checked + span:after {
  transform: translate(-50%, -50%) scale(1);
}
.wrapper_news_general_filter_cont_drop_list label input:checked + span:after {
  background-color: #008855;
}
@media (max-width: 768px) {
  .wrapper_news_general_filter_cont_active .wrapper_news_general_filter_cont_tabs_items, .wrapper_news_general_filter_cont_active .wrapper_news_general_filter_cont_drop {
    display: flex;
  }
  .wrapper_news_general_filter_cont_active span.mobile {
    transform: rotate(-90deg);
  }
}

.news_general {
  display: flex;
  flex-direction: column;
}
@media (max-width: 576px) {
  .news_general {
    padding: 0 37px;
  }
}
@media (max-width: 768px) {
  .news_general {
    padding: 0 20px;
    margin-top: -60px;
  }
}
.news_general_items {
  display: block;
  background-color: white;
  margin-bottom: 30px;
  transition: 0.5s all;
}
.news_general_items:hover {
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.news_general_items.mix {
  display: none;
}
.news_general_items a, .news_general_items .link {
  display: flex;
  flex-direction: row;
  width: 100%;
}
@media (max-width: 576px) {
  .news_general_items a, .news_general_items .link {
    flex-direction: column;
    flex-wrap: wrap;
  }
}
.news_general_items a .news_general_items_img, .news_general_items .link .news_general_items_img {
  width: 255px;
  height: 207px;
  object-fit: cover;
  transition: 0.5s all;
}
@media (max-width: 576px) {
  .news_general_items a .news_general_items_img, .news_general_items .link .news_general_items_img {
    width: 100%;
    max-height: 295px;
  }
}
.news_general_items a .news_general_items_cont, .news_general_items .link .news_general_items_cont {
  display: inline-block;
  padding: 30px 65px 30px 30px;
}
@media (max-width: 576px) {
  .news_general_items a .news_general_items_cont, .news_general_items .link .news_general_items_cont {
    padding: 30px;
  }
}
@media (max-width: 480px) {
  .news_general_items a .news_general_items_cont, .news_general_items .link .news_general_items_cont {
    display: flex;
    flex-direction: column;
  }
}
.news_general_items a .news_general_items_cont_title, .news_general_items .link .news_general_items_cont_title {
  color: #000;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.6875rem;
  margin-bottom: 0.3125rem;
}
@media (max-width: 992px) {
  .news_general_items a .news_general_items_cont_title, .news_general_items .link .news_general_items_cont_title {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}
@media (max-width: 480px) {
  .news_general_items a .news_general_items_cont_title, .news_general_items .link .news_general_items_cont_title {
    padding-bottom: 10px;
    border-bottom: solid 2px #f6f6f6;
    order: 3;
    line-height: 1.925rem;
  }
}
.news_general_items a .news_general_items_cont_decription, .news_general_items .link .news_general_items_cont_decription {
  color: #000;
  font-family: "DIN 2014", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0.4px;
  line-height: 1.5rem;
  border-bottom: solid 2px #f6f6f6;
  padding-bottom: 0.625rem;
  margin-bottom: 1.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 3.4em;
}
@media (max-width: 576px) {
  .news_general_items a .news_general_items_cont_decription, .news_general_items .link .news_general_items_cont_decription {
    display: none;
  }
}
@media (max-width: 992px) {
  .news_general_items a .news_general_items_cont_decription, .news_general_items .link .news_general_items_cont_decription {
    font-size: 0.875rem;
    line-height: 1.5rem;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 3.5em;
  }
}
@media (max-width: 480px) {
  .news_general_items a .news_general_items_cont_decription, .news_general_items .link .news_general_items_cont_decription {
    display: none;
  }
}
.news_general_items a .news_general_items_cont span.news-case, .news_general_items .link .news_general_items_cont span.news-case {
  width: 40%;
  display: inline-block;
  color: #008855;
  font-weight: 600;
  text-transform: capitalize;
}
@media (max-width: 480px) {
  .news_general_items a .news_general_items_cont span.news-case, .news_general_items .link .news_general_items_cont span.news-case {
    order: 1;
    width: 100%;
  }
}
.news_general_items a .news_general_items_cont span.news-case-year, .news_general_items .link .news_general_items_cont span.news-case-year {
  color: #f6f6f6;
  font-family: "DIN 2014", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
  float: right;
}
@media (max-width: 480px) {
  .news_general_items a .news_general_items_cont span.news-case-year, .news_general_items .link .news_general_items_cont span.news-case-year {
    order: 3;
  }
}
.news_general_items.news_general_items_active, .news_general_items.news_general_items_active_array {
  display: flex;
}
.news_general_items.hide, .news_general_items.hide_array {
  display: none;
}

fieldset {
  border: none;
}

.news-details h1 {
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 768px) {
  .news-details {
    padding: 0 20px;
  }
}
.news-details .h2-s {
  text-align: center;
}
.news-details .subTitle {
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 2.5rem;
}
@media (max-width: 768px) {
  .news-details .subTitle {
    font-size: 23px;
  }
}

html, body {
  height: 100%;
}

.container-news {
  display: flex;
  width: 100%;
  height: 100%;
}

.sidebar-news {
  flex: 1 0 300px;
  background: #333;
  height: 100%;
  transition: all 0.3s ease-out;
}
.sidebar-news.is-collapsed {
  transform: translateX(-100%);
}

.content-news {
  width: 100%;
  height: 100%;
  padding: 1rem;
  transition: all 0.3s ease-out;
}
.content-news.is-full-width {
  margin-left: -300px;
}

.news-page h2 {
  padding-bottom: 10px;
}

.sticky-newsdetails {
  background-color: #FFFFFF;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.15);
  display: flex;
  position: fixed;
  top: 5rem;
  width: 100%;
  z-index: 99;
}
@media (max-width: 992px) {
  .sticky-newsdetails {
    top: 3.75rem;
  }
}
.sticky-newsdetails .back-to-news {
  display: flex;
  min-width: 18.4375rem;
  padding: 0;
}
@media (max-width: 768px) {
  .sticky-newsdetails .back-to-news {
    min-width: 15.4375rem;
  }
}
@media (max-width: 480px) {
  .sticky-newsdetails .back-to-news {
    min-width: 3.75rem;
  }
}
.sticky-newsdetails .back-to-news a {
  padding: 1.25rem;
  width: 100%;
  color: #fff;
  font-size: 0.8125rem;
}
.sticky-newsdetails .back-to-news a:before {
  content: "\e902";
  font-family: "icomoon" !important;
  color: #FFFFFF;
  padding-right: 0.9375rem;
  font-weight: 400;
}

.news-title {
  height: 3.75rem;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}
.news-title > div {
  height: 3.75rem;
  width: 120000px;
  transform: translate3d(0, 0, 0);
}
.news-title .news-title-animation {
  font-size: 0.8125rem;
  font-weight: 600;
  padding: 0.9375rem 0;
  word-break: keep-all;
  animation: moveSlideshow 90s linear infinite;
}
.news-title .news-title-animation:hover {
  animation-play-state: paused;
}
.news-title .news-title-animation .title-effect:hover {
  border-bottom: solid 2px #008855;
  cursor: pointer;
}

span.title-effect {
  color: black;
}
span.title-effect br {
  display: none;
}

@keyframes moveSlideshow {
  100% {
    transform: translateX(-6.6666%);
  }
}
.news-separator {
  padding: 0 0.625rem;
  color: #8F8C89;
  font-size: 0.8125rem;
  font-weight: 600;
}

span.show-more-btn {
  border: 2px solid #008855;
  font-weight: 600;
  margin: 0 auto 60px;
  padding: 15px;
  width: 220px;
  text-align: center;
  cursor: pointer;
}

.news-details {
  margin-top: 150px;
  margin-bottom: 60px;
}

.news-detailed-page .newsArticle-box-item {
  margin-top: 80px;
}

.news_general_items_cont {
  width: 100%;
}

.news-content-el-text strong {
  font-size: 1.375rem;
}

.tabgroup .newsArticle-box-item h3 {
  margin-bottom: 20px;
}

.product__img-wrapper {
  overflow: hidden;
}

@media screen and (min-device-width: 768px) and (max-device-width: 1200px) {
  .fullWidthImageSlider1 .slick-list.draggable {
    padding: 0 !important;
  }
  .fullWidthImageSlide.infoSlider-box.slick-slide {
    padding: 0;
  }
}
.dropdown__content.filter-wood::before {
  height: 300vh;
}

.dropdownSelect__title {
  display: block;
  width: 100%;
  background-color: #f6f6f6;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23a1a1a1' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

.sidebar-form .mainTabs__tab-children .neos-nodetypes-contentreferences {
  width: 100%;
  max-width: 860px;
}

@media screen and (max-width: 768px) {
  .career.zubehor-accordion-item .vacancy.accordion__item {
    position: relative;
    padding-bottom: 80px;
  }
}
.checkbox__checkmark {
  left: 0;
}

.pardot-cf .checkbox__checkmark {
  left: 0.625rem;
}

.form label.checkbox {
  padding-left: 2.4375rem;
}

.fachberatorSelect__options {
  height: 45vh;
  overflow-y: scroll;
}

/* width */
.fachberatorSelect__options::-webkit-scrollbar {
  width: 4px;
}

/* Track */
.fachberatorSelect__options::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.fachberatorSelect__options::-webkit-scrollbar-thumb {
  background: #2d2d2d;
}

/* Handle on hover */
.fachberatorSelect__options::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.fachberatorSelect__options {
  scrollbar-color: #2d2d2d #f6f6f6;
  scrollbar-width: thin;
}

.activated {
  font-weight: bold;
}

.back-to-news.mobile {
  display: none !important;
}

@media screen and (max-width: 480px) {
  .back-to-news.mobile {
    display: inline-block !important;
    padding: 1.25rem;
  }
  .sticky-newsdetails .back-to-news.mobile a {
    position: relative;
  }
  .sticky-newsdetails .back-to-news.mobile a:before {
    position: absolute;
    right: -23px;
  }
  .back-to-news.desktop {
    display: none;
  }
  figure.table {
    margin-left: 0;
  }
}

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