/* 📸 Foto-Hinweis (klein, grau, Abstand nach oben) */
.foto-hinweis {
  margin-top: 5px;
  font-size: 12px;
  color: #777;
}


/* ✍️ Autorenhinweis (normale Schriftgröße, dezenter Abstand) */
.von-redaktion {
  margin-top: 10px;
  font-size: 14px;
  font-weight: normal;
}

/* 📍 Vorspann mit Ort (fett, größer, Abstand danach) */
.vorspann {
  margin-top: 15px;
  font-size: 1.2em; /* entspricht Größe M */
  font-weight: bold;
  margin-bottom: 20px;
}

/* H2-Abstand NUR in Einzelansicht von Beiträgen */
.single .entry-content h2 {
  margin-top: 50px;
  margin-bottom: 20px;
}

/* Abstand nach H2 zum ersten Absatz – optional */
.single .entry-content h2 + p {
  margin-top: 10px;
}

/* H2 auf Übersichtsseiten (z. B. Startseite) – ohne unteren Abstand */
.blog .entry-content h2,
.archive .entry-content h2,
.home .entry-content h2 {
  margin-bottom: 0;
}

.entry-content img {
  display: block;
  margin-top: 30px;
  margin-bottom: 30px;
  max-width: 100%;
  height: auto;
}

.category-anzeige-stadt-leben .post-thumbnail::before {
    content: "Anzeige";
    position: absolute;
    top: 50px; /* Ändern Sie die vertikale Position nach Bedarf */
    left: 0px; /* Ändern Sie die horizontale Position nach Bedarf */
    background-color: #10500D; /* Ändern Sie die Hintergrundfarbe nach Bedarf */
    color: #fff; /* Ändern Sie die Textfarbe nach Bedarf */
    padding: 5px 10px; /* Ändern Sie den Abstand zwischen Text und Rand nach Bedarf */
    z-index: 9999; /* Stellen Sie sicher, dass die Kennzeichnung über dem Bild liegt */
}


/* Anzeige word ads digitalisierung */
body.postid-51914 .ad-slot,
body.postid-51914 .google-auto-placed,
body.postid-51914 iframe[src*="ads"] {
    display: none !important;
}

.wp-block-embed,
.wp-block-embed-youtube,
iframe[src*="youtube"],
iframe[src*="skylinewebcams"] {
  display: block;
  margin-top: 35px;
  margin-bottom: 35px;
}

.wp-block-embed img,
.wp-block-image img {
  margin-top: 35px;
  margin-bottom: 35px;
  display: block;
}
