@media only screen and (max-width: 1024px) {
  .block--teaser-slider {
    width: calc(100vw - 32px);
  }
}
.block--teaser-slider .teaser-slider {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .block--teaser-slider .teaser-slider {
    flex-direction: column;
  }
}
.block--teaser-slider .teaser-slider__background {
  background-color: var(--c-primary-100);
  border-radius: 0 0 24px 24px;
  height: calc(100% - 150px);
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  position: absolute;
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 1024px) {
  .block--teaser-slider .teaser-slider__background {
    height: 100%;
  }
}
.block--teaser-slider .teaser-slider__text {
  margin-top: 210px;
  width: 30%;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .block--teaser-slider .teaser-slider__text {
    margin: 40px 0 40px;
    width: 100%;
  }
}
.block--teaser-slider .teaser-slider__preline {
  margin-bottom: 20px;
}
.block--teaser-slider .teaser-slider__slider-drawer {
  width: 55%;
  padding-bottom: 60px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .block--teaser-slider .teaser-slider__slider-drawer {
    width: calc(100% + 17px);
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 1024px) {
  .block--teaser-slider .teaser-slider__slider-drawer .swiper {
    padding-right: 64px;
  }
}
.block--teaser-slider .teaser-slider__slider-drawer .swiper-wrapper {
  margin-bottom: 40px;
}
.block--teaser-slider .teaser-slider__slider-drawer .swiper-pagination {
  margin-left: auto;
}
@media only screen and (max-width: 1024px) {
  .block--teaser-slider .teaser-slider__slider-drawer .swiper-pagination {
    margin-left: 0;
  }
}
.block--teaser-slider .teaser-slider__slider-drawer .swiper-navigation {
  width: calc(100% + 184px);
  margin-left: -92px;
  margin-right: -92px;
  top: 150px;
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .block--teaser-slider .teaser-slider__slider-drawer .swiper-navigation {
    width: calc(100% + 104px);
    margin-left: -52px;
    margin-right: -52px;
  }
}
@media only screen and (max-width: 1024px) {
  .block--teaser-slider .teaser-slider__slider-drawer .swiper-navigation {
    display: none;
  }
}
.block--teaser-slider .teaser-slider--content .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(var(--slides-count), 1fr);
  grid-template-rows: auto;
}
.block--teaser-slider .teaser-slider--content .swiper-wrapper .card {
  display: grid;
  grid-row: auto/span 5;
  grid-template-rows: subgrid;
}
.block--teaser-slider .teaser-slider--media .card--media-only .card__media {
  height: 576px;
}
@media only screen and (max-width: 1024px) {
  .block--teaser-slider[data-slides-count="1"] .teaser-slider .teaser-slider__slider-drawer {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .block--teaser-slider[data-slides-count="1"] .teaser-slider .swiper {
    padding-right: 0;
  }
}
.block--teaser-slider[data-slides-count="1"] .teaser-slider .swiper-navigation {
  display: none;
}
.block--teaser-slider[data-slides-count="1"] .teaser-slider .swiper-pagination {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .block--teaser-slider[data-slides-count="2"] .teaser-slider .swiper-navigation {
    display: none;
  }
}
@media only screen and (min-width: 1025px) {
  .block--teaser-slider[data-slides-count="2"] .teaser-slider .swiper-pagination {
    display: none;
  }
}

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