/* COLORS */
/* FONTS */
/* >= 1440px */
@media screen and (min-width: 1439px) {
  #node-business #vorteile #mehr-vorteile .section .mehr-vorteile {
    grid-template-columns: 1fr 1fr;
  }
  #node-business #vorteile #mehr-vorteile .section .mehr-vorteile .benefit:first-of-type {
    transform: translateY(50%);
  }
  #node-business #vorteile #mehr-vorteile .section .mehr-vorteile .benefit:last-of-type {
    grid-column-start: 2;
  }
}
/* >= 1600px */
@media screen and (min-width: 1599px) {
  #node-business #vorteile {
    padding-bottom: 200px;
  }
  #node-business #kontakt {
    padding: 200px 0;
  }
}
/* >= 1700px */
/* >= 1920px */
@media screen and (min-width: 1919px) {
  #main.promotion #intro .section {
    min-height: calc(100vh - 16.8vw - 50px);
  }
}
/* >= 2200px */
/* >= 2560px */
@media screen and (min-width: 2560px) {
  #node-business #vorteile {
    padding-top: 300px;
    padding-bottom: 300px;
  }
  #node-business #vorteile .mehr-vorteile {
    margin-bottom: 300px;
  }
  #node-business #kontakt {
    padding: 300px 0;
  }
}
