@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__content ._container{
	padding: 0px;
}
.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 (min-width: 1441px) {
	.video-image-hero__video-wrapper, .video-image-hero__image-wrapper {
	  border-radius: 1.5rem;
	}
}
@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;
}/*# sourceMappingURL=style.css.map */