.hero-wrapper {
  margin-bottom: 220px;
  /* Bild(er) */
}
.hero-wrapper > figure {
  --swiper-pagination-bullet-width:16px;
  --swiper-pagination-bullet-inactive-color:var(--wp--preset--color--primary);
  max-height: 100vh;
  height: 100vh;
  overflow: hidden;
  /* Slider */
}
.hero-wrapper > figure div[role=button] {
  display: none;
}
.hero-wrapper > figure .swiper-pagination-bullets.swiper-pagination-horizontal {
  position: absolute;
  bottom: 10vh;
  text-align: right;
  padding-right: 40px;
}
@media (max-width: 768px) {
  .hero-wrapper > figure {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.hero-wrapper {
  /* Titel-Box */
}
.hero-wrapper > div.has-base-color {
  position: absolute;
  bottom: -25px;
  z-index: 2;
  left: 50%;
  transform: translate(-50%, 0);
  border-radius: var(--mbfse--border-radius-kacheln);
  padding: 40px;
  min-width: 900px;
}
@media (max-width: 768px) {
  .hero-wrapper > div.has-base-color {
    min-width: calc(100% - var(--wp--style--root--padding-left) * 4);
  }
}
.hero-wrapper > div.has-base-color h1 {
  hyphens: none;
  font-size: 70px;
}
@media (max-width: 768px) {
  .hero-wrapper > div.has-base-color h1 {
    font-size: 46px;
  }
}
@media (max-width: 480px) {
  .hero-wrapper > div.has-base-color h1 {
    font-size: 40px;
  }
}
@media (max-width: 414px) {
  .hero-wrapper > div.has-base-color h1 {
    font-size: 38px;
  }
}
.hero-wrapper > div.has-base-color h1 strong,
.hero-wrapper > div.has-base-color h1 sup {
  font-size: var(--wp--preset--font-size--x-large);
  font-family: var(--wp--preset--font-family--roboto-condensed);
  padding-top: 20px;
  display: inline-block;
  line-height: 1.2;
}
.hero-wrapper > div.has-base-color p {
  font-size: var(--wp--preset--font-size--x-large);
  padding: 0;
}
.hero-wrapper:after {
  content: "";
  position: absolute;
  bottom: -100px;
  width: 100%;
  height: 100px;
  box-shadow: 0 -50px 50px #fff, -50px -50px 50px #fff, 50px -50px 50px #fff, 0px -50px 100px #fff;
  z-index: 1;
}/*# sourceMappingURL=hero.css.map */