#node-news #content {
  padding: 120px 0 100px;
}
#node-news #content .news .views-infinite-scroll-content-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
#node-news #content .news .views-infinite-scroll-content-wrapper:after {
  display: none !important;
}
#node-news #content .news .views-infinite-scroll-content-wrapper .newsbeitrag .image {
  aspect-ratio: var(--image-aspect-ratio);
}
#node-news #content .news .views-infinite-scroll-content-wrapper .newsbeitrag .image picture {
  height: 100%;
}
#node-news #content .news .views-infinite-scroll-content-wrapper .newsbeitrag .image picture img {
  height: 100%;
  object-fit: cover;
}
#node-news #content .news .pager {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
#node-news #content .news .pager .pager__item {
  margin: 0;
  padding: 0;
  list-style: none;
}
