.blog img,
.newsflash img,
.item-image img,
.com-content-article__image img,
article img,
.card img,
.items-row img {
  width: 100% !important;
  aspect-ratio: 3 / 4 !important;
  height: auto !important;
  object-fit: cover !important;
  display: block !important;
}
/* Sidebar-Banner vollständig anzeigen */
.banners img {
    width: 100%;
    height: auto !important;
    object-fit: contain !important;
    display: block;
}
.sidebar-right .banners img,
.sidebar-right .banneritem img {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: auto !important;
    object-fit: contain !important;
    max-height: none !important;
}
/* Überschriften ohne Unterstreichung */
h1 a,
h2 a,
h3 a,
h4 a,
.page-header a,
.blog-item .page-header a,
.item-title a {
    text-decoration: none !important;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
.page-header a:hover,
.blog-item .page-header a:hover,
.item-title a:hover {
    text-decoration: none !important;
}