@media (max-width: 991px) {
  .video-image-hero__container._container {
    padding: 0 !important;
  }
}
@media (max-width: 480px) {
  .video-image-hero__content {
    background: none;
  }
}
.video-image-hero__body {
  display: flex;
  gap: 5rem;
  padding: 5rem 0 2.5rem;
  border-bottom: 1px solid #012527;
}
@media (max-width: 991px) {
  .video-image-hero__body {
    padding: 0 0 3.0625rem;
    flex-direction: column;
    gap: 32px;
    border-bottom: 1px solid #004c51;
  }
}
.video-image-hero__media {
  max-width: 600px;
  width: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .video-image-hero__media {
    max-width: 100%;
  }
}
.video-image-hero__video-wrapper, .video-image-hero__image-wrapper {
  position: relative;
  border: 1px solid #012527;
  border-radius: 0 1.5rem 1.5rem 0;
  overflow: hidden;
  margin-left: -120px;
}
@media (max-width: 991px) {
  .video-image-hero__video-wrapper, .video-image-hero__image-wrapper {
    margin-left: 0;
    border-radius: 0;
  }
}
@media (max-width: 991px) {
  .video-image-hero__video-wrapper img, .video-image-hero__image-wrapper img {
    width: 100%;
    height: auto;
  }
}
.video-image-hero__video-wrapper iframe, .video-image-hero__image-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-image-hero__btn-play {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video-image-hero__content {
  margin-top: 2.25rem;
}
@media (max-width: 991px) {
  .video-image-hero__content {
    margin-top: 0;
    padding: 0 2rem;
  }
}
.video-image-hero__content .breadcrumbs-block {
  margin-top: 32px;
}
.video-image-hero__label {
  display: block;
  width: -moz-max-content;
  width: max-content;
  border-radius: 4px;
  padding: 8px 12px;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 40px;
}
@media (min-width: 767px) {
  .video-image-hero__label.desktop-hidden {
    display: none;
  }
}
@media (max-width: 767px) {
  .video-image-hero__label.mobile-hidden {
    display: none;
  }
}
@media (max-width: 991px) {
  .video-image-hero__label {
    margin-bottom: 32px;
  }
}
.video-image-hero__label.green_label {
  background: #004c51;
  color: #fff;
}
.video-image-hero__label.white_label {
  background: #fff;
  color: #012527;
  border: 1px solid #012527;
}
.video-image-hero__title {
  font-family: "Antonio", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  text-transform: uppercase;
  color: #012527;
  margin-bottom: 2.5rem;
}
@media (max-width: 991px) {
  .video-image-hero__title {
    font-size: 32px;
    line-height: 125%;
    margin-bottom: 32px;
  }
}
.video-image-hero__description {
  font-family: "TestSohne-Buch", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 178%;
  color: #012527;
}

.text-cta .text-cta__container {
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 64px;
}

@media (max-width: 991px) {
  .text-cta .text-cta__container {
    flex-direction: column-reverse;
    gap: 48px;
  }
}
.text-cta__cta {
  position: relative;
  max-width: 560px;
  min-height: 560px;
  width: 100%;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid #012527;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 60px;
  padding: 32px;
  background-image: linear-gradient(180deg, rgba(1, 37, 39, 0) 34.51%, rgba(1, 37, 39, 0.6) 90.93%);
}

.text-cta__media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.text-cta__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 991px) {
  .text-cta__cta {
    max-width: 100%;
    min-height: 445px;
    gap: 31px;
  }
}
.text-cta__title {
  font-family: "Antonio", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 120%;
  text-transform: uppercase;
  color: #012527;
  margin-bottom: 3rem;
}

@media (max-width: 991px) {
  .text-cta__title {
    font-size: 32px;
    line-height: 125%;
    margin-bottom: 32px;
  }
}
.text-cta__description {
  font-family: "TestSohne-Buch", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 178%;
  color: #012527;
}

.text-cta__cta .cta__text {
  font-family: "Word Sans", sans-serif;
  font-weight: 900;
  font-size: 28px;
  line-height: 143%;
  color: #fff;
}

.text-cta__cta .cta__link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Karla", sans-serif;
  font-weight: 900;
  font-size: 16px;
  line-height: 100%;
  color: #fff;
  height: 48px;
  border-radius: 99px;
  gap: 8px;
  background-color: #df240c;
}

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