/*breakpoints*/
.heroelement.element {
  padding: 0;
}
.heroelement .hero__slide {
  --headline-clr: var(--white);
  position: relative;
  height: 100vh;
}
@media screen and (max-width: 1199.98px) {
  .heroelement .hero__slide {
    height: 70vh;
  }
}
@media screen and (max-width: 991.98px) {
  .heroelement .hero__slide {
    height: 80vh;
  }
}
@media screen and (max-width: 767.98px) {
  .heroelement .hero__slide {
    height: 100vh;
  }
}
.heroelement .hero__media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.heroelement .hero__media img, .heroelement .hero__media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.heroelement .hero__content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
  color: var(--white);
  z-index: 1;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767.98px) {
  .heroelement .hero__content {
    padding-bottom: 3.125rem;
  }
}
.heroelement .hero__content .hero__title {
  color: var(--white);
  margin-bottom: 3.125rem;
  word-break: break-word;
  hyphens: auto;
  text-wrap: balance;
}
@media screen and (max-width: 1199.98px) {
  .heroelement .hero__content .hero__title {
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 991.98px) {
  .heroelement .hero__content .hero__title {
    margin-bottom: 1.875rem;
  }
}
.heroelement .swiper-slide-active .hero__content {
  transform: translateY(0);
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22%2Fthemes%2Fhuentelmann%2Fscss%2Fcomponents%2F_hero.scss%22%2C%22%2Fthemes%2Fhuentelmann%2Fscss%2Fcomponents%2F..%2Fsettings%2Fbreakpoints.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%3BAAEE%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAJA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAJA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADgBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAChCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADgDE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACxCF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAJA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD8DA%3BAAAA%3BAAAA%22%7D */