p:empty {
  display: none;
}

/* Allgemeine Textfarbe */
body {
  color: #2c2c2c; /* Dunkles Grau, sehr gut lesbar */
  background-color: #fdfaf7; /* Warmes, weiches Weiß */
  font-family: 'Lora', serif;
}

/* Überschriften */
h1, h2, h3, h4, h5, h6 {
  color: #4a3f35; /* Edles Graubraun */
  font-family: 'Raleway', sans-serif;
}

/* Links */
a {
  color: #b56d4d; /* Warmes Kupfer / Terrakotta */
  text-decoration: none;
}

a:hover {
  color: #8d4a2b; /* Etwas dunkler beim Hover */
  text-decoration: underline;
}

/* Zitate */
blockquote {
  background-color: #f5f0eb;
  color: #6e6258;
  font-style: italic;
  padding: 20px;
  border-left: 4px solid #c2a68d;
}

/* Buttons */
.wp-block-button__link {
  background-color: #4a3f35;
  color: #fdfaf7;
  padding: 12px 24px;
  border-radius: 4px;
  font-family: 'Raleway', sans-serif;
}

.wp-block-button__link:hover {
  background-color: #3b2e26;
  color: #ffffff;
}

/* Footer */
.site-footer {
  background-color: #4a3f35;
  color: #fdfaf7;
}

.site-footer a {
  color: #bbb6b0;
}

.site-footer a:hover {
  color: #ffffff;
}

blockquote {
    background-color: #f0f0f0; /* Hellgrau – kann geändert werden */
    padding: 1em;
    border-left: 5px solid #333; /* Optional: dunkler Rand links */
    margin: 1.5em 0;
/* Jetpack Likes „Wird geladen …“ ausblenden */
.jetpack-likes-widget-unloaded,
.sd-like-start-wrapper {
    display: none !important;
}
	/* === Menü-Optimierung für bessere Sichtbarkeit === */

/* Menügröße & Abstand */
.main-menu li a {
    font-size: 18px;
    padding: 14px 20px;
    line-height: 1.5;
    color: #000;
}

/* Hover-Effekt */
.main-menu li a:hover {
    background-color: #f0f0f0;
    color: #000;
    transition: background-color 0.3s ease;
}

/* Aktive Seite hervorheben */
.current-menu-item > a,
.current-menu-ancestor > a {
    font-weight: bold;
    color: #c0392b;
    text-decoration: underline;
}

/* Untermenüs sichtbar & stilvoll */
.main-menu ul.sub-menu {
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
}

/* Pfeile für Menüs mit Unterpunkten */
.main-menu li.menu-item-has-children > a::after {
    content: " ▼";
    font-size: 14px;
    padding-left: 4px;
}
	/* === Mobiles Menü für bessere Sichtbarkeit (Twenty Twenty) === */

/* Schriftgröße & Abstand im mobilen Menü */
.modal-menu li a {
    font-size: 18px;
    padding: 14px 20px;
    line-height: 1.6;
    color: #000;
}

/* Hover-Effekt (bei Touch weniger relevant, aber visuell hilfreich) */
.modal-menu li a:hover {
    background-color: #f0f0f0;
}

/* Aktive Seite betonen */
.modal-menu li.current-menu-item > a,
.modal-menu li.current-menu-ancestor > a {
    font-weight: bold;
    color: #c0392b;
    text-decoration: underline;
}
	/* === Mobiles Menü – warm, klar & gut lesbar === */

/* Sanfter, heller Hintergrund */
.modal-menu {
    background-color: #fefaf6; /* weiches Beige */
}

/* Allgemeine Menülinks */
.modal-menu li a {
    font-size: 18px;
    padding: 16px 20px;
    color: #222; /* weiches, dunkles Grau */
    background-color: transparent;
    border-bottom: 1px solid #ddd;
}

/* Leichter Hover-Effekt für bessere Orientierung */
.modal-menu li a:hover {
    background-color: #f2f2f2;
}

/* Untermenüpunkte (eingerückt & dezenter) */
.modal-menu li li a {
    padding-left: 40px;
    font-size: 17px;
    color: #444;
}

/* Aktive Seite & geöffnete Menüstruktur deutlich sichtbar */
.modal-menu li.current-menu-item > a,
.modal-menu li.current-menu-ancestor > a {
    font-weight: bold;
    color: #c0392b; /* dein markantes Rot */
    text-decoration: underline;
}
	/* === Mobiles Menü – Feinschliff für klare Struktur & Lesbarkeit === */

/* Heller, ruhiger Hintergrund */
.modal-menu {
    background-color: #fdfcf9; /* zartes, warmes Beige */
}

/* Hauptmenüpunkte */
.modal-menu li a {
    font-size: 18px;
    padding: 16px 20px;
    color: #222;
    background-color: transparent;
    border-bottom: 1px solid #e0e0e0;
}

/* Hover-Effekt für bessere Orientierung */
.modal-menu li a:hover {
    background-color: #f5f5f5;
}

/* Aktive Seite klar hervorgehoben */
.modal-menu li.current-menu-item > a,
.modal-menu li.current-menu-ancestor > a {
    font-weight: bold;
    color: #c0392b;
    text-decoration: underline;
}

/* Untermenüpunkte – kleiner, eingerückt, kursiv */
.modal-menu li li a {
    padding-left: 40px;
    font-size: 16px;
    color: #555;
    font-style: italic;
    border-bottom: none; /* optional: keine Linie bei Unterpunkten */
}

/* Optional: sanfte Trennlinie bei Hauptpunkten verstärken */
.modal-menu > ul > li {
    border-bottom: 1px solid #ddd;
}
	/* Genaue Formatierung für Untermenüpunkte im mobilen Menü */
.modal-menu .menu-item-has-children .sub-menu a {
    padding-left: 40px !important;
    font-size: 16px !important;
    color: #555 !important;
    font-style: italic;
    border-bottom: none !important;
}
	/* === Mobiles Menü (Twenty Twenty) – Klar, warm & strukturiert === */

/* Hintergrund in sanftem Beige */
.modal-menu {
    background-color: #fdfcf9;
}

/* Hauptmenü-Punkte */
.modal-menu li.menu-item > a {
    font-size: 18px;
    padding: 16px 20px;
    color: #222;
    background-color: transparent;
    border-bottom: 1px solid #e0e0e0;
}

/* Aktive Seiten im Menü */
.modal-menu li.current-menu-item > a,
.modal-menu li.current-menu-ancestor > a {
    font-weight: bold;
    color: #c0392b;
    text-decoration: underline;
}

/* Hover-Effekt */
.modal-menu li a:hover {
    background-color: #f5f5f5;
}

/* Unterpunkte (sicheres Targeting über verschachtelte Klassen) */
.modal-menu li.menu-item.menu-item-has-children ul.sub-menu li a {
    padding-left: 40px;
    font-size: 16px;
    font-style: italic;
    color: #555;
    border-bottom: none;
}
	/* === Menü zentrieren & sichtbarer machen (Desktop) === */
.primary-menu-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 10px;
}

.main-menu > li > a {
    font-size: 19px;
    padding: 14px 22px;
    font-weight: 500;
    color: #111;
}

.site-header {
    background-color: #fefaf6;
    border-bottom: 1px solid #ddd;
}
	/* === Startseitentext im Bild – zentriert, lesbar, elegant === */
.wp-block-cover__inner-container {
    text-align: center;
    max-width: 90%;
    margin: 0 auto;
    padding: 40px 20px;
}

.wp-block-cover__inner-container h1 {
    font-size: 42px;
    line-height: 1.3;
    margin-bottom: 12px;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.25);
}

.wp-block-cover__inner-container p {
    font-size: 20px;
    line-height: 1.5;
    color: #fefefc;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}
	/* Menü in der Desktop-Ansicht zentrieren (funktioniert für Twenty Twenty) */
.primary-menu-wrapper {
    text-align: center;
}

.main-menu {
    display: inline-block;
}

/* Menülinks sichtbarer machen */
.main-menu > li > a {
    font-size: 19px;
    padding: 14px 22px;
    font-weight: 500;
    color: #111;
}

/* Optional: leichter Hintergrund für Sichtbarkeit */
.site-header {
    background-color: #fefaf6;
    border-bottom: 1px solid #ddd;
}
	/* HEADER-HINTERGRUND (TERRAKOTTA) */
.site-header {
    background-color: #8e5b3d;
}

/* HEADER-TEXT UND MENÜ IN WEISS */
.site-title,
.site-title a,
.main-navigation a {
    color: #ffffff !important;
}

/* HINTERGRUND DER SEITE (CREME) */
body {
    background-color: #fdf6e9;
    color: #2e2e2e;
}

/* ZITATBOXEN (z. B. Rosemarie Fendel) */
blockquote {
    background-color: #f1ede8;
    border-left: 4px solid #8e5b3d;
    padding: 1em;
    font-style: italic;
    margin: 2em 0;
}

/* KLEINER ABSTAND UNTER HEADER */
.site-header {
    margin-bottom: 2em;
}
	figure figcaption {
    font-style: italic;
    font-size: 0.95em;
    text-align: center;
    color: #5c4632;
    margin-top: 0.5em;
}
	.site-footer::before {
    content: "„Die größte Sehenswürdigkeit, die es gibt, ist die Welt – sieh sie dir an.“ – Kurt Tucholsky";
    display: block;
    font-size: 0.9em;
    font-style: italic;
    color: #ffffff;
    text-align: center;
    margin-bottom: 1em;
}
	.comments-area,
.comment-respond,
.comments,
#comments {
    display: none !important;
}
	.single .entry-title {
    color: white;
}
	/* Stil für Wanderlust-Kitchen-Inhaltsliste */
.wanderlust-list {
  list-style: none;
  padding-left: 0;
  margin: 2em 0;
  font-family: 'Lora', serif;
}

.wanderlust-list li {
  margin: 0.8em 0;
  padding-left: 1.6em;
  position: relative;
  font-size: 1.05em;
  color: #2c2c2c; /* gleich wie Textfarbe */
}

.wanderlust-list li::before {
  content: "🍽️";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1em;
  color: #b56d4d; /* Terrakotta, wie deine Linkfarbe */
}

.wanderlust-list a {
  color: #b56d4d;
  text-decoration: none;
}

.wanderlust-list a:hover {
  color: #8d4a2b;
  text-decoration: underline;
}
	.autorenbox {
  background-color: #fdfaf5;
  border-left: 4px solid #d0865c;
  padding: 1em 1.2em;
  margin-top: 3em;
  font-size: 1.05em;
  line-height: 1.6;
  color: #444;
  font-family: Georgia, serif;
}

.autorenbox a {
  color: #d0865c;
  text-decoration: none;
  font-weight: bold;
}

.autorenbox a:hover {
  text-decoration: underline;
}