/* =========================================================
   1. HEFTZWECKE / PIN-ICON AUF ALLEN SEITEN ENTFERNEN
   ========================================================= */
.entry-header.has-post-format,
.post-format,
.fa-thumb-tack,
.icon-pin,
span.featured-article {
    display: none !important;
}

/* =========================================================
   2. WEIßEN HINTERGRUND BEI ALLEN BEITRÄGEN ERZWINGEN
   ========================================================= */
/* Deckt Startseite, Blog-Übersichten und Einzelbeiträge ab */
.blog-featured article.item,
.blog article.item,
.item-page,
article.item {
    background-color: rgba(255, 255, 255, 0.92) !important; /* Weiß mit 92% Deckkraft */
    padding: 25px 30px !important;                          /* Innenabstand */
    border-radius: 6px !important;                          /* Leicht abgerundete Ecken */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15) !important;   /* Dezenter Schatten */
    margin-bottom: 30px !important;                         /* Abstand nach unten */
}

/* =========================================================
   3. LESBARKEIT: SCHRIFT AUF DUNKEL SETZEN
   ========================================================= */
article.item h1,
article.item h2,
article.item h3,
article.item h4,
article.item p,
article.item li,
.item-page h1,
.item-page h2,
.item-page p {
    color: #111111 !important;
}