.wp-block-post-template {
  max-width: 1050px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 18px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.wp-block-post {
  max-width: 100% !important;
}

.wp-block-post-featured-image img,
.wp-block-post img {
  width: 100% !important;
  height: 170px !important;
  object-fit: cover !important;
}

.wp-block-post-title,
.wp-block-post-title a {
  font-size: 16px !important;
  line-height: 1.3 !important;
}
.home .entry-content p {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  line-height: 1.7;
}
/* Vilva Startseiten-Slider: Titel kleiner und sauberer */
#banner_section .item .entry-title,
#banner_section .item .entry-title a,
.banner-slider .entry-title,
.banner-slider .entry-title a {
  font-size: 34px !important;
  line-height: 1.25 !important;
  max-width: 720px !important;
  margin: 0 auto !important;
  text-align: center !important;
}

/* Textfeld im Slider etwas schmaler */
#banner_section .item .banner-caption,
.banner-slider .banner-caption {
  max-width: 780px !important;
  margin: 0 auto !important;
  text-align: center !important;
}

/* Handy/Tablet */
@media (max-width: 768px) {
  #banner_section .item .entry-title,
  #banner_section .item .entry-title a,
  .banner-slider .entry-title,
  .banner-slider .entry-title a {
    font-size: 24px !important;
    line-height: 1.3 !important;

.home .banner-section .item img {
    height: 450px !important;
    object-fit: cover;

@media (max-width: 768px) {

  .home .wp-block-query ul,
  .home .wp-block-post-template,
  .home ul.wp-block-latest-posts {
    display: block !important;
  }

  .home .wp-block-query li,
  .home .wp-block-post,
  .home ul.wp-block-latest-posts li {
    width: 100% !important;
    max-width: 100% !important;
    display: flex !important;
    flex-direction: row-reverse !important;
    align-items: flex-start !important;
    gap: 18px !important;
    margin-bottom: 32px !important;
  }

  .home .wp-block-post-featured-image,
  .home .wp-block-latest-posts__featured-image {
    width: 35% !important;
    flex: 0 0 35% !important;
    margin: 0 !important;
  }

  .home .wp-block-post-featured-image img,
  .home .wp-block-latest-posts__featured-image img {
    width: 100% !important;
    height: auto !important;
  }

  .home .wp-block-post-title,
  .home .wp-block-post-title a,
  .home .wp-block-latest-posts__post-title {
    font-size: 20px !important;
    line-height: 1.3 !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
    hyphens: none !important;
  }
}