/* >= 1440px */
@media screen and (min-width: 1440px) {
  #node-use_case #einleitung .section .wrapper {
    padding-right: 100px;
  }
  #node-use_case #content .fakten {
    column-gap: 200px;
  }
}
/* >= 1600px */
@media screen and (min-width: 1600px) {
  #node-use_case #einleitung {
    padding: 200px 0 150px;
  }
  #node-use_case #einleitung .section .image {
    margin-top: -200px;
    margin-bottom: -150px;
  }
  #node-use_case #einleitung .section .wrapper {
    padding-right: 100px;
  }
}
/* >= 1920px */
@media screen and (min-width: 1920px) {
  #node-use_case #einleitung .section .image {
    margin-right: calc(((100vw - 1720px)/2) *-1);
  }
}
