
@media (min-width: 991px) {
  .heroTeaser__base {
    width: 100%;
    height: 0;
    padding-bottom: 35.5555555556%;
    position: relative;
    margin-bottom: var(--d60);
  }
  .heroTeaser__base .img__base {
    position: static;
  }
  .heroTeaser__base iframe,
  .heroTeaser__base img,
  .heroTeaser__base picture,
  .heroTeaser__base video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .heroTeaser__label {
    display: block;
    float: left;
    width: 65.3741718258%;
    margin-right: 3.8774845226%;
    position: absolute;
    bottom: calc(-1 * var(--d60));
  }
  .languagepage__topLeft .heroTeaser__label {
    display: block;
    float: left;
    width: 73.5171955474%;
    margin-right: 5.9312178103%;
  }
  .heroTeaser__heading {
    padding-right: 20px;
  }
}