/* Frontend baseline styles for DMFV Startseite shortcodes. */

#featured-posts.widget .posts {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* Startseite Übergang */

.home-ubergang {
    background-image: url('../images/teaser-background.jpg');
    background-color: #cccccc;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px !important;
  }

  .home-new .cover a {
    height: 180px !important;
  }

 .home-new img {
    object-fit: cover;
    height: 100% !important;
  }