/* >= 1440px */
@media screen and (min-width: 1440px) {
  #node-news_beitrag #einleitung .section .wrapper {
    padding-right: 100px;
  }
  #node-news_beitrag #einleitung .section .wrapper .h1.big {
    margin-bottom: 100px;
  }
  #node-news_beitrag #content .textbloecke {
    column-gap: 200px;
  }
  #node-news_beitrag #content .images {
    margin-top: 150px;
  }
}
/* >= 1600px */
@media screen and (min-width: 1600px) {
  #node-news_beitrag #einleitung {
    padding: 200px 0 150px;
  }
  #node-news_beitrag #einleitung .section .image {
    margin-top: -200px;
    margin-bottom: -150px;
  }
  #node-news_beitrag #einleitung .section .wrapper {
    padding-right: 100px;
  }
}
/* >= 1920px */
@media screen and (min-width: 1920px) {
  #node-news_beitrag #einleitung .section .image {
    margin-right: calc(((100vw - 1720px)/2) * -1);
  }
  #node-news_beitrag #content .images .image {
    height: calc(((1720px - 40px) / 3) / var(--image-aspect-ratio) );
  }
  #node-news_beitrag #content .images .image:nth-of-type(6n-4) {
    height: calc((((1720px - 40px) / 3) / var(--image-aspect-ratio) * 2) + 20px);
  }
  #node-news_beitrag #content .images .image:nth-of-type(6n-2) {
    height: calc((((1720px - 40px) / 3) / var(--image-aspect-ratio) * 2) + 20px);
  }
  #node-news_beitrag #content .images .image:nth-of-type(6n) {
    height: calc((((1720px - 40px) / 3) / var(--image-aspect-ratio) * 2) + 20px);
  }
}
