/* --- META-INFOS AUSBLENDEN --- */
.entry-meta,
.entry-footer,
.posted-on,
.byline,
.cat-links,
.tags-links,
.comments-link,
.comments-area,
.sharedaddy,
.sd-sharing-enabled {
    display: none !important;
}

/* --- LEERE ABSTÄNDE REDUZIEREN --- */
.entry-header {
    margin-bottom: 0 !important;
}

.entry-content {
    margin-top: 0 !important;
}

/* --- "Weiterlesen" Button entfernen (falls vorhanden) --- */
.more-link {
    display: none !important;
}
.startseite .post-thumbnail img,
.blog .post-thumbnail img,
.archive .post-thumbnail img {
    width: 100%;
    max-width: 600px; /* verhindert riesige Bilder */
    aspect-ratio: 2 / 1; /* dein 600x300-Format */
    object-fit: cover;
    display: block;
    margin: 0 auto; /* zentriert */
}
/* Beitragsbilder auf Kategorie-Seiten sichtbar machen */
.wp-block-post-featured-image img,
.wp-post-image {
    width: 100%;
    max-width: 600px;
    aspect-ratio: 2 / 1;
    object-fit: cover;
    display: block;
    margin: 0 auto;
}

    aspect-ratio: 2 / 1; /* 600x300-Format */
    object-fit: cover;
    object-position: center;
    height: auto;
    margin: 0 auto; /* zentriert das Bild */
    display: block;
}
/* Mehr Luft zwischen Bild und Titel */
.archive .entry-header {
    margin-top: 12px;
}

/* Weniger Abstand zwischen Titel und Auszug */
.archive .entry-title {
    margin-bottom: 6px;
}

/* Subtile abgerundete Ecken für Bilder */
.archive .post-thumbnail img {
    border-radius: 4px;
}
/* Textbreite im Archiv leicht reduzieren */
.archive .entry-summary,
.blog .entry-summary {
    max-width: 600px;
    margin: 0 auto;
}
/* Mehr Luft zwischen den Beiträgen */
.archive article,
.blog article {
    margin-bottom: 40px;
}
/* Textbreite im Archiv leicht reduzieren */
.archive .entry-summary,
.blog .entry-summary {
    max-width: 600px;
    margin: 0 auto;
}
/* Mehr Luft zwischen den Beiträgen */
.archive article,
.blog article {
    margin-bottom: 40px;
}
/* Auszugstext minimal ruhiger und eleganter */
.archive .entry-summary,
.blog .entry-summary {
    font-size: 0.95rem;      /* etwas kleiner, wirkt hochwertiger */
    line-height: 1.55;       /* mehr Luft zwischen den Zeilen */
}
/* Links im Fließtext sichtbar machen – Balasana */
.entry-content a {
  color: #1f4e5f;                 /* leicht abgesetztes, ruhiges Blaugrün */
  text-decoration: underline;     /* dezente Unterstreichung */
  text-decoration-thickness: 0.06em;
  text-underline-offset: 0.12em;
}

/* Hover-Effekt: minimal dunkler */
.entry-content a:hover {
  color: #163843;
  text-decoration: underline;
}




