Anpassungen von webM1 2025

/* Hack, um "featured" auf der Startseite bei den Hauptbeiträgen zu verstecken */

.article-list .article .featured-article-badge {
   display: none;
}
.article-details .featured-article-badge {
  display: none;
  }

/* Abstand zwischen Bild und Titel im Wigetkit */

.uk-scope *+.uk-h1, .uk-scope *+.uk-h2, .uk-scope *+.uk-h3, .uk-scope *+.uk-h4, .uk-scope *+.uk-h5, .uk-scope *+.uk-h6, .uk-scope *+.uk-heading-2xlarge, .uk-scope *+.uk-heading-3xlarge, .uk-scope *+.uk-heading-large, .uk-scope *+.uk-heading-medium, .uk-scope *+.uk-heading-small, .uk-scope *+.uk-heading-xlarge, .uk-scope *+h1, .uk-scope *+h2, .uk-scope *+h3, .uk-scope *+h4, .uk-scope *+h5, .uk-scope *+h6 {
    margin-top: 10px !important;
}