/* >= 1440px */
/* >= 1600px */
@media screen and (min-width: 1600px) {
  #node-news #content {
    padding-top: 250px;
  }
  #node-news #content .section .h1:not(.big) {
    margin-bottom: 100px;
  }
  #node-news #content .news .newsbeitrag {
    --content-height: calc( (var(--font-size-small) * var(--line-height-small) * 2 ) + (var(--font-size-default) * var(--line-height-default)) + (80px) );
  }
}
/* >= 1920px */
@media screen and (min-width: 1920px) {
  #node-news #content .news .views-infinite-scroll-content-wrapper .image {
    height: calc((( (1720px - 40px) / 3) * 0.45));
    aspect-ratio: unset;
  }
  #node-news #content .news .views-infinite-scroll-content-wrapper .image picture {
    width: 100%;
  }
  #node-news #content .news .views-infinite-scroll-content-wrapper:nth-of-type(6n-4) {
    grid-row-end: span 2;
    height: calc(((1720px - 40px) / 3) + var(--content-height)) !important;
  }
  #node-news #content .news .views-infinite-scroll-content-wrapper:nth-of-type(6n-4) .image {
    height: calc(( (1720px - 40px) / 3) );
  }
  #node-news #content .news .views-infinite-scroll-content-wrapper:nth-of-type(6n-2) {
    grid-row-end: span 2;
    grid-column: 1;
    height: calc(((1720px - 40px) / 3) + var(--content-height)) !important;
  }
  #node-news #content .news .views-infinite-scroll-content-wrapper:nth-of-type(6n-2) .image {
    height: calc(( (1720px - 40px) / 3) );
  }
  #node-news #content .news .views-infinite-scroll-content-wrapper:nth-of-type(6n-1) {
    grid-column: 2;
  }
  #node-news #content .news .views-infinite-scroll-content-wrapper:nth-of-type(6n) {
    grid-column: 3;
    grid-row-end: span 2;
    height: calc(((1720px - 40px) / 3) + var(--content-height)) !important;
  }
  #node-news #content .news .views-infinite-scroll-content-wrapper:nth-of-type(6n) .image {
    height: calc(( (1720px - 40px) / 3) );
  }
}
