.teaser-hero {
  height: 100%;
  min-height: calc(var(--Spacing-container) * 8);
  max-height: 760px;
  display: grid;
  grid-template-columns: 1fr;
  position: relative;
  padding-top: var(--Spacing-container);
  padding-bottom: var(--Spacing-container);
}
@media (min-width: 704px) {
  .teaser-hero {
    grid-template-columns: repeat(12, 1fr);
    padding-top: 10%;
    padding-bottom: 10%;
  }
}
.teaser-hero:has(.has-single-link):hover .teaser-hero--media img,
.teaser-hero:has(.has-single-link):hover .teaser-hero--media img.image-sizes,
.teaser-hero:has(.has-single-link):hover .teaser-hero--media responsive-img,
.teaser-hero:has(.has-single-link):hover .teaser-hero--media picture, .teaser-hero:has(.has-single-link):focus .teaser-hero--media img,
.teaser-hero:has(.has-single-link):focus .teaser-hero--media img.image-sizes,
.teaser-hero:has(.has-single-link):focus .teaser-hero--media responsive-img,
.teaser-hero:has(.has-single-link):focus .teaser-hero--media picture, .teaser-hero:has(.has-single-link):focus-within .teaser-hero--media img,
.teaser-hero:has(.has-single-link):focus-within .teaser-hero--media img.image-sizes,
.teaser-hero:has(.has-single-link):focus-within .teaser-hero--media responsive-img,
.teaser-hero:has(.has-single-link):focus-within .teaser-hero--media picture {
  transition: var(--Transition-Base);
  transform: scale(1);
  transform: scale(1.1);
}
.teaser-hero:has(.has-single-link):hover .teaser-hero--media:after, .teaser-hero:has(.has-single-link):focus .teaser-hero--media:after, .teaser-hero:has(.has-single-link):focus-within .teaser-hero--media:after {
  background-color: rgba(0, 0, 0, 0.3);
}
.teaser-hero--content {
  display: flex;
  justify-content: center;
  container: unset;
  max-width: var(--Content-Max-Width);
  z-index: 2;
}
@media (min-width: 704px) {
  .teaser-hero--content {
    grid-column: 1/span 9;
  }
}
@media (min-width: 1120px) {
  .teaser-hero--content {
    grid-column: 1/span 6;
  }
}
.teaser-hero--content .title--container {
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
}
.teaser-hero--content .teaser-content {
  width: 100%;
}
.teaser-hero--media {
  width: calc(100% + var(--Grid-Gutter));
  height: 100%;
  overflow: hidden;
  z-index: 1;
  position: absolute;
  top: 0;
}
.teaser-hero--media img,
.teaser-hero--media img.image-sizes,
.teaser-hero--media responsive-img,
.teaser-hero--media picture {
  transition: var(--Transition-Base);
  transform: scale(1);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.teaser-hero--media img img,
.teaser-hero--media img img.image-sizes,
.teaser-hero--media img responsive-img,
.teaser-hero--media img picture,
.teaser-hero--media img.image-sizes img,
.teaser-hero--media img.image-sizes img.image-sizes,
.teaser-hero--media img.image-sizes responsive-img,
.teaser-hero--media img.image-sizes picture,
.teaser-hero--media responsive-img img,
.teaser-hero--media responsive-img img.image-sizes,
.teaser-hero--media responsive-img responsive-img,
.teaser-hero--media responsive-img picture,
.teaser-hero--media picture img,
.teaser-hero--media picture img.image-sizes,
.teaser-hero--media picture responsive-img,
.teaser-hero--media picture picture {
  transition: var(--Transition-Base);
  transform: scale(1);
}
@media (min-width: 704px) {
  .teaser-hero--media {
    width: calc(100% + var(--Grid-Gutter) * 2);
  }
}
@media (min-width: 1120px) {
  .teaser-hero--media {
    width: var(--100vw);
  }
}
.container .teaser-hero--media {
  margin-left: calc(var(--Grid-Gutter-) / 2);
  margin-right: calc(var(--Grid-Gutter-) / 2);
}
@media (min-width: 704px) {
  .container .teaser-hero--media {
    margin-left: var(--Grid-Gutter-);
    margin-right: var(--Grid-Gutter-);
  }
}
@media (min-width: 1296px) {
  .container .teaser-hero--media {
    margin-left: calc((var(--100vw) - var(--Container-Width)) / -2);
  }
}
.teaser-hero--media.has-content:after {
  background-color: rgba(0, 0, 0, 0.3);
  background-blend-mode: multiply, normal;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  transition: var(--Transition-Base);
  position: absolute;
  left: 0;
  top: 0;
}
@media (min-width: 704px) {
  .teaser-hero--media.has-content:after {
    background: rgba(0, 0, 0, 0.1019607843);
    background: linear-gradient(94deg, rgba(52, 52, 52, 0.9) 3.07%, rgba(52, 52, 52, 0) 51.67%);
  }
}

/*# sourceMappingURL=teaser-hero.css.map */
