.modul.hero_video {
  padding: 0 0 120px;
  padding-top: var(--header_height);
  min-height: 100vh;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #000;
}
.modul.hero_video img.logo {
  display: none;
}
.modul.hero_video .award_container {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  z-index: 0;
}
.modul.hero_video .text,
.modul.hero_video .text_outro {
  position: relative;
  z-index: 5;
  color: var(--color_typo_strong);
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}
.modul.hero_video .award_container img.award {
  height: 90px;
  width: auto;
}
.modul.hero_video .text {
  max-width: 1100px;
}
.modul.hero_video .text p {
  max-width: 1000px;
}
.modul.hero_video .text_outro {
  max-width: 1100px;
  margin-top: 1rem;
}
.modul.hero_video .stripes {
  position: absolute;
  z-index: 20;
  left: 50%;
  bottom: 50px;
  text-align: center;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url(../../images/icon_stripes_white.svg) center center/contain
    no-repeat;
}
.modul.hero_video .media {
  position: absolute;
  display: block;
  -webkit-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  transform-origin: bottom right;
}
.modul.hero_video .media .overlay,
.modul.hero_video .media img,
.modul.hero_video .media video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}
.modul.hero_video .media .overlay {
  background: rgba(0, 0, 0, 0.5);
}
.modul.hero_video[data-theme="light"] {
  background: #fff;
}
.modul.hero_video[data-theme="light"] .text {
  text-shadow: none;
}
.modul.hero_video[data-theme="light"] .stripes {
  background: url(../../images/icon_stripes.svg) center center/contain no-repeat;
}
.modul.hero_video[data-theme="light"] .media .overlay {
  background: rgba(255, 255, 255, 0.5);
}
@media (max-height: 870px) and (min-width: 1000px) {
  .modul.hero_video {
    --font_size_h1: 2.5rem;
  }
}
@media (max-height: 670px) and (min-width: 1000px) {
  .modul.hero_video {
    --font_size_h1: 2rem;
  }
}
@media (max-width: 1000px) {
  .modul.hero_video {
    padding-top: 2.5em;
    padding-bottom: 2em;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .modul.hero_video img.logo {
    display: block;
    width: 2em;
    height: auto;
    position: relative;
    z-index: 10;
    margin-bottom: 70px;
  }
  .modul.hero_video .stripes,
  .modul.hero_video img.logo.light {
    display: none;
  }
  .modul.hero_video .award_container {
    position: relative;
    bottom: auto;
    left: auto;
    margin-bottom: 30px;
    margin-top: 50px;
    z-index: 100;
  }
}
@media (max-width: 600px) {
  .modul.hero_video {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .modul.hero_video h1 strong {
    line-height: 2.5em;
  }
  .modul.hero_video img.logo {
    margin-bottom: 50px;
  }
  .modul.hero_video .media {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .modul.hero_video .media .overlay,
  .modul.hero_video .media img,
  .modul.hero_video .media video {
    border-radius: 0;
  }
}
