/* ========== GRUNDSCHRIFT ========== */
body {
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 18px;
  line-height: 1.6;
  color: #2b2b2b;
  background-color: #ffffff;
}

/* ========== ÃƒÅ“BERSCHRIFTEN ========== */
h1, h2, h3, h4 {
  font-family: "Libre Baskerville", Georgia, serif;
  font-weight: normal;
  color: #2b2b2b;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}

h1 {
  font-size: 2rem;
  color: #4F7680;
  margin-bottom: 0.8em;
}

h2 {
  font-size: 1.6rem;
  color: #4F7680;
}

h3 { font-size: 1.3rem; }
h4 { font-size: 1.1rem; }

@media (max-width: 600px) {
  h1 { font-size: 1.6rem; }
  h2 { font-size: 1.3rem; }
}

/* ========== NAVIGATION ========== */
nav a,
.menu-item a,
.menu-toggle {
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #1a1a1a !important;
  text-decoration: none;
}

nav a:hover,
.menu-item a:hover {
  color: #4F7680 !important;
}

nav a.current-menu-item,
.menu-item.current-menu-item > a {
  color: #4F7680 !important;
  font-weight: 700;
  text-decoration: underline;
}

/* ========== BUTTONS ========== */
.button-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1rem;
}

.btn-primary {
  background-color: #4F7680;
  color: white !important;
  padding: 0.8rem 1.5rem;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1rem;
  text-align: center;
}

.btn-primary:hover {
  background-color: #3A5862;
}

/* ========== HERO-IMAGE (Wordcloud) ========== */
.hero-image-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  margin: 0 auto;
  text-align: center;
}

.hero-image-container img.hero-image {
  display: block;
  margin: 0 auto;
  width: clamp(360px, 55vw, 880px);
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .hero-image-container img.hero-image {
    width: 85vw;
  }
}

/* ========== POETIK BLOCK ========== */
.poetik-block {
  max-width: 750px;
  margin: 3rem auto;
  padding: 0 1rem;
  font-style: italic;
  color: #333;
  line-height: 1.8;
  font-family: "Libre Baskerville", Georgia, serif;
  text-align: center;
}

.poetik-block hr {
  margin: 2rem auto;
  width: 60px;
  border: none;
  border-top: 1px solid #ccc;
}

.poetik-block .hinweis {
  margin-top: 3rem;
  font-style: normal;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #444;
  text-align: left;
}

/* ========== VIGNETTE ========== */
.vignette-block {
  max-width: 740px;
  margin: 3em auto;
  padding: 1.2em 1.6em;
  background-color: #f9f7f2;
  border-left: 4px solid #4F7680;
  font-style: italic;
  color: #3a3a3a;
  line-height: 1.7;
  font-family: "Libre Baskerville", Georgia, serif;
}

/* ========== ZITATE ========== */
blockquote {
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 1.25em;
  font-style: italic;
  color: #444;
  border-left: 5px solid #4F7680;
  margin: 1.5em 0;
  padding: 0.5em 1em;
  background-color: transparent;
}
/* Weitere Anpassungen ausgelassen fÃ¼r Ãœbersichtlichkeit */

/* A_MKM Verify – Grundlayout */
.verify{max-width:760px;margin:0 auto 3rem}
.verify h1{font-size:1.8rem;margin:0 0 .75rem;color:#693523;font-weight:700;letter-spacing:.01em}
.verify p{margin:.2rem 0 .8rem}
.verify dl{display:grid;grid-template-columns:180px 1fr;gap:.35rem 1rem;margin:1rem 0 1.5rem}
.verify dt{margin:0;font-weight:600;color:#693523}
.verify dd{margin:0}

/* Meta/Notes */
.verify .timestamp{font-size:.9rem;color:#6b6b6b}
.verify .note{font-size:.85rem;color:#666;border-top:1px solid #e6e6e6;padding-top:.6rem;margin-top:1rem}

/* Statuslabels (optional, falls im Markup gesetzt) */
.verify .status{display:inline-block;font-weight:700;padding:.15rem .5rem;border-radius:.4rem;border:1px solid currentColor}
.verify .status--active{color:#0b7a3b}
.verify .status--paused{color:#a76400}
.verify .status--revoked{color:#b00020}

