.hero {
  padding-top: 90px;
}
.hero__container-m {
  display: flex;
  align-items: flex-start;
  gap: 32px;
  flex-wrap: wrap;
  margin-bottom: 135px;
}
.hero__title {
  flex: 1 48%;
}
.hero__base {
  flex: 1 48%;
  display: flex;
  flex-direction: column;
  font-size: 16px;
}
.hero__base p {
  font-size: 22px;
  color: var(--dunkelgrau);
}
.hero__buttons {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 20px;
}
.hero__img {
  display: flex;
  width: 100%;
  max-height: 456px;
  overflow: hidden;
  align-items: center;
  justify-content: center;
}
.hero__img picture {
  display: flex;
  width: 100%;
  height: 100%;
}
.hero__img picture img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.hero__img .hero__video {
  display: flex;
  width: 100%;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(#fff, #fff);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-image: linear-gradient(#fff, #fff);
  mask-repeat: no-repeat;
  mask-size: cover;
}
.hero__img .hero__video video {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}
@media screen and (max-width: 1440px) {
  .hero__container-m {
    margin-bottom: 80px;
  }
}
.hero.hero--variant-2 {
  padding-top: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  gap: 20px 64px;
}
.hero.hero--variant-2 .hero__container-m {
  margin-bottom: 0;
  padding: 20px 32px;
  flex: 1 320px;
  flex-direction: column;
}
.hero.hero--variant-2__base p {
  font-weight: 300;
  font-size: 18px;
}
.hero.hero--variant-2 .hero__img {
  max-height: initial;
  position: relative;
  max-width: 912px;
  flex: 1 350px;
}
.hero.hero--variant-2 .hero__img picture {
  display: flex;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  max-width: 912px;
}
.hero.hero--variant-2 .hero__img picture img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.hero.hero--variant-2 .hero__img .hero__video {
  display: flex;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  max-width: 912px;
}
.hero.hero--variant-2 .hero__img .hero__video video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.hero.theme--t2 .hero__title h1 {
  color: var(--grun);
}

@media screen and (max-width: 1440px) {
  .hero__base p {
    font-size: 18px;
  }
}
/*# sourceMappingURL=hero-section.css.map */
