/* >= 1440px */
@media screen and (min-width: 1440px) {
  #vorteile .wrapper {
    padding: 100px 75px;
  }
  #vorteile .wrapper .h1 {
    width: calc((80vw - 150px) *0.5);
    position: absolute;
    top: 100px;
    left: 75px;
    margin-bottom: 0;
    padding-right: 50px;
  }
  #vorteile .wrapper .h1.fixed {
    position: fixed;
    left: calc(10vw + 75px);
  }
  #vorteile .wrapper .h1.bottom {
    position: absolute;
    top: auto;
    left: 75px;
    bottom: 100px;
  }
}
/* >= 1600px */
/* >= 1920px */
@media screen and (min-width: 1920px) {
  #vorteile .wrapper {
    padding: 150px 100px;
  }
  #vorteile .wrapper .h1 {
    position: absolute;
    top: 150px;
    left: 100px;
    margin-bottom: 0;
    padding-right: 100px;
  }
  #vorteile .wrapper .h1.fixed {
    position: fixed;
    left: calc(10vw + 75px);
    left: calc(((100vw - 1440px) * 0.5) + 100px);
    left: calc(10vw + 100px);
  }
  #vorteile .wrapper .h1.bottom {
    position: absolute;
    top: auto;
    left: 100px;
    bottom: 150px;
  }
}
