/**
 * Weingut Feldmann – Cassiopeia Ergänzungen (user.css)
 * Warme, weinbezogene Akzente ohne Parent-Template zu patchen.
 */

:root {
  /* Cassiopeia nutzt --hue u. a. für Link-/Akzentfarben */
  --hue: 352 !important;
  --template-special-color: #4a1518 !important;
  --template-bg-light: #f9f4ef !important;
  --template-text-dark: #3a2f2c !important;
  --link-color: hsl(var(--hue), 42%, 34%) !important;
}

body.site {
  background-color: var(--template-bg-light);
  color: var(--template-text-dark);
}

/* Header: dezenter Verlauf statt „Standard-Blau“ */
body.site .header.container-header {
  background: linear-gradient(
    180deg,
    #3d1216 0%,
    #5a1f24 48%,
    #6e2a2f 100%
  );
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

body.site .header .navbar-brand .brand-logo,
body.site .header .navbar-brand .site-description {
  color: #fdf6ed;
}

body.site .header .navbar-brand .site-description {
  opacity: 0.92;
  font-size: 0.95rem;
}

/* Skizzen-Logo: heller Kasten, damit die Zeichnung auf Bordeaux lesbar bleibt */
body.site .header .navbar-brand .brand-logo {
  display: inline-block;
  background: rgba(255, 251, 245, 0.96);
  padding: 4px 10px;
  border-radius: 6px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.18);
}

/* Logo (panorama per SVG), skaliert im Header */
body.site .header .navbar-brand img.logo {
  max-height: 44px;
  max-width: min(100%, 520px);
  width: auto;
  height: auto;
  object-fit: contain;
  object-position: left center;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.25));
}

/* Hauptinhalt etwas „editorial“ */
body.site .container-component main {
  background: #fffdf9;
  border-radius: 6px;
  padding: 0.25rem 0.5rem 1rem;
  box-shadow: 0 1px 0 rgba(74, 21, 24, 0.06);
}

body.site .page-header h1 {
  color: #4a1518;
  font-weight: 650;
  letter-spacing: 0.01em;
}

body.site .com-content-article__body h2,
body.site .com-content-article__body h3 {
  color: #4a1518;
}

body.site .com-content-article__body a {
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

/* Beitrags-TOC-Karte */
body.site .com-content-article .card.article-index {
  border: 1px solid rgba(74, 21, 24, 0.12);
  border-radius: 8px;
  background: #fffdfa;
}

body.site .com-content-article .card.article-index .card-body h3 {
  font-size: 1.05rem;
  color: #4a1518;
}

/* Hinweis-Zeilen (inline-Farben im Text) harmonisieren */
body.site .com-content-article__body .wf-hinweis,
body.site .com-content-article__body span[style*="rgb(224, 62, 45)"] {
  color: #a12d24 !important;
}

body.site .com-content-article__body h3 span[style*="#ff0000"],
body.site .com-content-article__body h3 span[style*="ff0000"] {
  color: #6b1c12 !important;
  font-size: inherit !important;
}

/* SiteLock-Badge dezent */
body.site .com-content-article__body .wf-sitelock img,
body.site .com-content-article__body h3 a img[alt="Homepage-Sicherheit"] {
  max-height: 44px;
  width: auto;
}

/* Footer / Rand unten etwas luftiger */
body.site .container-footer {
  border-top: 1px solid rgba(74, 21, 24, 0.1);
}

@media (max-width: 767.98px) {
  body.site .container-component main {
    padding: 0;
    border-radius: 0;
  }
}
