/* >= 1440px */
@media screen and (min-width: 1440px) {
  #node-startseite #geq .section {
    grid-template-columns: 1fr 250px;
    column-gap: 100px;
  }
  #node-startseite #vorteile .vorteile {
    column-gap: 100px;
  }
  #node-startseite #vorteile .vorteile .vorteil .titel {
    gap: 30px;
  }
  #node-startseite #vorteile .vorteile .vorteil .titel .icon {
    height: 40px;
    width: 40px;
  }
  #node-startseite #funktionen .funktionen {
    margin-bottom: 50px;
    column-gap: 100px;
  }
  #node-startseite #funktionen .funktionen .funktion {
    gap: 30px;
  }
  #node-startseite #funktionen .funktionen .funktion .icon {
    height: 40px;
    width: 40px;
  }
}
/* >= 1600px */
@media screen and (min-width: 1600px) {
  #node-startseite #einleitung {
    min-height: 700px;
  }
  #node-startseite #einleitung .section {
    padding: 250px 0 150px;
  }
  #node-startseite #geq {
    padding: 200px 0;
  }
  #node-startseite #funktionen .section {
    padding: 200px 0;
  }
  #node-startseite #key_features .key-feature {
    column-gap: 100px;
  }
  #node-startseite #key_features .key-feature .wrapper {
    padding-right: 100px;
  }
}
/* >= 1920px */
@media screen and (min-width: 1920px) {
  #node-startseite #geq .section {
    grid-template-columns: 1fr 300px;
    column-gap: 100px;
  }
  #node-startseite #vorteile .vorteile {
    column-gap: 150px;
  }
  #node-startseite #key_features .key-feature {
    grid-template-columns: 500px 1fr;
  }
  #node-startseite #key_features .swiper-container .swiper-navigation {
    width: 1720px;
  }
}
