/*
Theme Name: ListingHive Child (DigitalTipp)
Theme URI: https://digitaltipp.de/
Description: Offizielles Child-Theme für DigitalTipp.de: Integriert das souveräne Design-System, Tailwind CSS, lokale Inter-Typografie (100% DSGVO-konform) und das volldynamische WordPress-Navigationsmenü.
Author: DigitalTipp Redaktion
Author URI: https://digitaltipp.de/
Template: listinghive
Version: 1.1.9
Text Domain: listinghive-child
*/

/* ==========================================================================
   INTER FONT FAMILY (100% LOKAL & DSGVO-KONFORM, ZERO GOOGLE FONTS TRACKING)
   ========================================================================== */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('assets/fonts/inter/Inter-Regular.woff2') format('woff2');
}
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('assets/fonts/inter/Inter-Medium.woff2') format('woff2');
}
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('assets/fonts/inter/Inter-SemiBold.woff2') format('woff2');
}
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('assets/fonts/inter/Inter-Bold.woff2') format('woff2');
}

/* ==========================================================================
   DIGITALTIPP CANONICAL DESIGN TOKENS & COLOR PALETTE (WCAG AA/AAA)
   ========================================================================== */
:root {
  --dt-brand-navy: #0A2540;
  --dt-brand-navy-dark: #060E1A;
  --dt-brand-slate-900: #0F172A;
  --dt-brand-emerald: #10B981;
  --dt-brand-emerald-dark: #059669;
  --dt-brand-emerald-deep: #047857;
  --dt-brand-emerald-subtle: #ECFDF5;
  --dt-brand-emerald-border: #A7F3D0;
  --dt-bg-canvas: #F8FAFC;
  --dt-bg-surface: #FFFFFF;
  --dt-bg-surface-elevated: #F1F5F9;
  --dt-border-light: #E2E8F0;
  --dt-border-subtle: #F1F5F9;
  --dt-text-primary: #0F172A;
  --dt-text-secondary: #334155;
  --dt-text-muted: #64748B;
  --dt-text-subtle: #94A3B8;
  --dt-text-inverse: #FFFFFF;
  --dt-text-inverse-muted: #CBD5E1;
  --dt-score-green: #10B981;
  --dt-score-green-bg: #ECFDF5;
  --dt-score-yellow: #F59E0B;
  --dt-score-yellow-bg: #FFFBEB;
  --dt-score-red: #EF4444;
  --dt-score-red-bg: #FEF2F2;
  --dt-info-sky: #0284C7;
  --dt-info-sky-bg: #F0F9FF;
  --dt-font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;

  /* Abwärtskompatible Aliase */
  --sd-navy-primary: var(--dt-brand-navy);
  --sd-navy-dark: var(--dt-brand-slate-900);
  --sd-emerald-primary: var(--dt-brand-emerald);
  --sd-emerald-hover: var(--dt-brand-emerald-dark);
  --sd-sky-cloud: var(--dt-info-sky);
  --sd-bg-canvas: var(--dt-bg-canvas);
  --sd-bg-surface: var(--dt-bg-surface);
  --sd-border: var(--dt-border-light);
  --sd-text-primary: var(--dt-text-primary);
  --sd-text-muted: var(--dt-text-muted);
  --sd-score-green: var(--dt-score-green);
  --sd-score-yellow: var(--dt-score-yellow);
  --sd-score-red: var(--dt-score-red);
}

/* 1. RESET CONTAINER LOCKS & BODY OVERFLOW */
html, body {
    height: auto !important;
    min-height: 100% !important;
    overflow: visible !important;
    overflow-x: clip !important;
    max-width: 100vw !important;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif !important;
    background-color: #F8FAFC !important;
    color: #0F172A !important;
    margin: 0 !important;
    padding: 0 !important;
}

body, button, input, select, textarea, h1, h2, h3, h4, h5, h6,
.sicherdaheim-prose, .dt-prose, .digitaltipp-prose,
.sicherdaheim-listing-root, .dt-listing-root,
.sicherdaheim-article-root, .dt-article-root,
.sicherdaheim-master-hub, .dt-master-hub,
.sicherdaheim-startseite, .dt-startseite,
.sicherdaheim-hub-root, .dt-hub-root,
.sicherdaheim-glossar-root, .dt-glossar-root,
.sicherdaheim-glossar-single, .dt-glossar-single {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif !important;
}

@supports not (overflow-x: clip) {
    html, body {
        overflow-x: hidden !important;
    }
}

*, *::before, *::after {
    box-sizing: border-box;
}

.site-container {
    overflow: visible !important;
    height: auto !important;
    max-height: none !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.site-content,
.site-content > .container,
.site-content .row,
.site-content main,
.site-main,
.entry-content {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 auto !important;
}

/* 2. REMOVE UNWANTED THEME ELEMENTS GLOBALLY */
.site-header,
header.site-header,
.header-navbar,
.site-footer,
footer.site-footer,
.post-navbar,
#comments,
.comment-respond {
    display: none !important;
}

/* 3. ENSURE SHARP & ACCURATE HEADINGS IN DARK CONTAINERS */
.text-white,
h1.text-white,
h2.text-white,
h3.text-white,
.dark-box h1,
.dark-box h2,
.dark-box h3 {
    color: #ffffff !important;
}

/* 4. PREVENT NAV OVERFLOW AND SCROLLBARS */
#sd-dynamic-nav {
    overflow: visible !important;
    overflow-x: visible !important;
    overflow-y: visible !important;
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
}
#sd-dynamic-nav::-webkit-scrollbar {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
}

#sd-dynamic-nav .group:last-child > div.absolute,
#sd-dynamic-nav .group:nth-last-child(2) > div.absolute {
    left: auto !important;
    right: 0 !important;
}

/* 5. RESPONSIVE HEADER SAFETY */
@media (max-width: 767px) {
    header a[href*="#themen"].bg-emerald-700 {
        display: none !important;
    }
}

/* 6. RESET BOOTSTRAP GRID NEGATIVE MARGINS GLOBALLY */
.row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
[class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}




/* ==========================================================================
   SICHERDAHEIM GLOSSAR SYSTEM (Expertenkapital-Architektur im SicherDaheim Design)
   ========================================================================== */

:root {
  --sd-navy: #0F172A;
  --sd-navy-mid: #1E293B;
  --sd-tinte: #0F172A;
  --sd-tinte-weich: #475569;
  --sd-grau: #94A3B8;
  --sd-papier: #FFFFFF;
  --sd-papier-warm: #F8FAFC;
  --sd-pastell: #ECFDF5;
  --sd-sand: #E2E8F0;
  --sd-sand-hell: #F1F5F9;
  --sd-emerald: #10B981;
  --sd-emerald-dark: #059669;
  --sd-emerald-light: #ECFDF5;
  --sd-amber: #F59E0B;
}

.sd-glo {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 24px 80px;
  color: var(--sd-tinte-weich);
}
.sd-glo * { box-sizing: border-box; }

.sd-glo__kopf {
  position: relative;
  overflow: hidden;
  margin: 16px 0 28px;
  padding: 38px 44px 32px;
  background: linear-gradient(168deg, #F8FAFC 0%, #F1F5F9 60%, #FFFFFF 100%);
  border: 1px solid var(--sd-sand);
  border-radius: 8px;
}
.sd-glo__kopf::before {
  content: "";
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 4px;
  background: var(--sd-emerald-dark);
}
.sd-glo__eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 12px;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--sd-emerald-dark);
}
.sd-glo__eyebrow span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--sd-emerald);
}
.sd-glo__h1 {
  font-size: 38px;
  line-height: 1.15;
  letter-spacing: -.02em;
  color: var(--sd-navy);
  font-weight: 800;
  margin: 0 0 14px;
}
.sd-glo__intro {
  font-size: 16px;
  line-height: 1.65;
  margin: 0;
  color: var(--sd-tinte-weich);
  max-width: 760px;
}

.sd-glo__suchzeile {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 26px;
  padding-top: 24px;
  border-top: 1px solid var(--sd-sand);
}
.sd-glo__suchfeld {
  position: relative;
  flex: 1 1 auto;
  max-width: 560px;
}
.sd-glo__suchfeld svg {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  fill: none;
  stroke: var(--sd-grau);
  stroke-width: 2;
  stroke-linecap: round;
  pointer-events: none;
}
.sd-glo__suchfeld input {
  width: 100%;
  height: 50px;
  padding: 0 44px;
  font-size: 15px;
  color: var(--sd-tinte);
  background: #fff;
  border: 1px solid var(--sd-sand);
  border-radius: 6px;
  outline: none;
  transition: border-color .15s ease, box-shadow .15s ease;
}
.sd-glo__suchfeld input:focus {
  border-color: var(--sd-emerald-dark);
  box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.15);
}
.sd-glo__leeren {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  line-height: 1;
  font-size: 18px;
  background: none;
  border: 0;
  color: var(--sd-grau);
  cursor: pointer;
  border-radius: 50%;
  display: none;
}
.sd-glo__leeren:hover {
  background: var(--sd-pastell);
  color: var(--sd-emerald-dark);
}
.sd-glo__suchbtn {
  background: var(--sd-emerald-dark);
  color: #fff;
  font-weight: 800;
  font-size: 13.5px;
  padding: 0 20px;
  height: 50px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  transition: background .15s ease, transform .15s ease;
  white-space: nowrap;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.sd-glo__suchbtn:hover {
  background: #047857;
}
.sd-glo__suchbtn:active {
  transform: scale(0.98);
}
.sd-glo__zaehler {
  display: flex;
  align-items: center;
  font-size: 13.5px;
  color: var(--sd-grau);
  white-space: nowrap;
}
.sd-glo__zaehler strong {
  color: var(--sd-navy);
  font-weight: 700;
  margin-right: 5px;
}

.sd-glo__hubs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 22px;
}
.sd-glo__chip {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 16px;
  font-size: 13.5px;
  font-weight: 600;
  color: var(--sd-tinte-weich);
  background: #fff;
  border: 1px solid var(--sd-sand);
  border-radius: 100px;
  cursor: pointer;
  transition: all .15s ease;
}
.sd-glo__chip span {
  font-size: 11px;
  color: var(--sd-grau);
  padding-left: 6px;
  border-left: 1px solid var(--sd-sand);
}
.sd-glo__chip:hover {
  border-color: var(--sd-emerald-dark);
  color: var(--sd-emerald-dark);
}
.sd-glo__chip.ist-aktiv {
  background: var(--sd-navy);
  border-color: var(--sd-navy);
  color: #fff;
}
.sd-glo__chip.ist-aktiv span {
  color: rgba(255, 255, 255, 0.7);
  border-left-color: rgba(255, 255, 255, 0.3);
}

.sd-glo__az {
  display: grid;
  grid-template-columns: repeat(13, 1fr);
  gap: 4px;
  padding: 14px 0;
  margin-bottom: 32px;
  border-top: 1px solid var(--sd-sand);
  border-bottom: 1px solid var(--sd-sand);
}
@media (max-width: 768px) {
  .sd-glo__az { grid-template-columns: repeat(7, 1fr); }
}
.sd-glo__b {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 42px;
  padding: 0;
  background: #fff;
  border: 1px solid var(--sd-sand);
  border-radius: 6px;
  color: var(--sd-navy-mid);
  text-decoration: none;
  cursor: pointer;
  transition: all .14s ease;
}
.sd-glo__b em {
  font-style: normal;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}
.sd-glo__b i {
  font-style: normal;
  font-size: 9.5px;
  color: var(--sd-grau);
  margin-top: 2px;
}
.sd-glo__b:hover {
  background: var(--sd-emerald-light);
  border-color: var(--sd-emerald);
  color: var(--sd-emerald-dark);
}
.sd-glo__b.ist-aktiv {
  background: var(--sd-emerald-dark);
  border-color: var(--sd-emerald-dark);
  color: #fff;
}
.sd-glo__b.ist-aktiv i {
  color: rgba(255, 255, 255, 0.8);
}
.sd-glo__b.ist-leer {
  background: transparent;
  border-color: rgba(226, 232, 240, 0.5);
  color: #CBD5E1;
  cursor: default;
  pointer-events: none;
}
.sd-glo__b.ist-leer i { display: none; }

.sd-glo__gruppe {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 0 24px;
  margin-bottom: 18px;
}
.sd-glo__marke {
  position: sticky;
  top: 90px;
  align-self: start;
  font-size: 38px;
  line-height: 1;
  color: var(--sd-emerald-dark);
  font-weight: 800;
  margin: 14px 0 0;
}
.sd-glo__reihen {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sd-glo__reihe {
  position: relative;
  display: flex;
  align-items: baseline;
  gap: 20px;
  padding: 16px 20px 16px 16px;
  margin: 0;
  border-bottom: 1px solid var(--sd-sand);
  transition: background .15s ease;
  border-radius: 6px;
}
.sd-glo__reihe::before {
  content: "";
  position: absolute;
  left: 0; top: 10px; bottom: 10px;
  width: 3px;
  background: var(--sd-emerald);
  opacity: 0;
  border-radius: 2px;
  transition: opacity .15s ease;
}
.sd-glo__reihe:hover { background: var(--sd-papier-warm); }
.sd-glo__reihe:hover::before { opacity: 1; }
.sd-glo__link {
  flex: 1 1 auto;
  display: block;
  text-decoration: none;
  color: inherit;
  min-width: 0;
}
.sd-glo__link::after { content: ""; position: absolute; inset: 0; }
.sd-glo__begriff {
  display: block;
  font-size: 19px;
  line-height: 1.3;
  font-weight: 700;
  color: var(--sd-navy);
  letter-spacing: -.01em;
}
.sd-glo__reihe:hover .sd-glo__begriff { color: var(--sd-emerald-dark); }
.sd-glo__def {
  display: block;
  margin-top: 6px;
  font-size: 14.5px;
  line-height: 1.6;
  color: var(--sd-tinte-weich);
}
.sd-glo__badge {
  flex: 0 0 auto;
  align-self: center;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: var(--sd-emerald-dark);
  background: var(--sd-emerald-light);
  border: 1px solid rgba(16, 185, 129, 0.2);
  padding: 5px 12px;
  border-radius: 100px;
  white-space: nowrap;
}

/* SINGLE TERM & SEITENLEISTE */
.sd-term-layout {
  max-width: 1140px;
  margin: 0 auto;
  padding: 24px 24px 80px;
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 40px;
  align-items: start;
}
@media (max-width: 960px) {
  .sd-term-layout { grid-template-columns: 1fr; gap: 32px; }
}
.sd-term-main { min-width: 0; }
.sd-term-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--sd-emerald-dark);
  font-weight: 700;
  margin-bottom: 12px;
}
.sd-term-eyebrow::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--sd-emerald);
}
.sd-term-title {
  font-size: 40px;
  line-height: 1.18;
  font-weight: 800;
  color: var(--sd-navy);
  margin: 0 0 14px;
}
@media (max-width: 640px) { .sd-term-title { font-size: 30px; } }
.sd-term-meta {
  font-size: 13px;
  color: var(--sd-grau);
  margin-bottom: 28px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--sd-sand);
}
.sd-gk {
  background: #F8FAFC;
  border: 1px solid var(--sd-sand);
  border-left: 4px solid var(--sd-emerald);
  border-radius: 6px;
  padding: 24px 28px;
  margin: 0 0 32px;
}
.sd-gk__label {
  font-size: 11px;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--sd-emerald-dark);
  font-weight: 800;
  margin-bottom: 8px;
}
.sd-gk__body {
  font-size: 17.5px;
  line-height: 1.6;
  color: var(--sd-navy);
  font-weight: 500;
}
.sd-term-body {
  font-size: 16px;
  line-height: 1.72;
  color: var(--sd-tinte-weich);
}
.sd-term-body h2 {
  font-size: 26px;
  font-weight: 800;
  color: var(--sd-navy);
  margin: 36px 0 14px;
  line-height: 1.25;
}
.sd-term-body p { margin: 0 0 18px; }
.sd-term-body ul, .sd-term-body ol { margin: 0 0 24px; padding-left: 24px; }
.sd-term-body li { margin-bottom: 8px; }

.sd-gfuss {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 48px 0 32px;
  padding: 24px 0;
  border-top: 1px solid var(--sd-sand);
  border-bottom: 1px solid var(--sd-sand);
}
.sd-gfuss__a {
  flex: 1 1 0;
  text-decoration: none;
  color: var(--sd-navy);
  font-size: 14.5px;
  font-weight: 700;
  line-height: 1.35;
}
.sd-gfuss__a span {
  display: block;
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--sd-grau);
  font-weight: 700;
  margin-bottom: 4px;
}
.sd-gfuss__a:hover { color: var(--sd-emerald-dark); }
.sd-gfuss__next { text-align: right; }
.sd-gfuss__mitte {
  flex: 0 0 auto;
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--sd-emerald-dark);
  text-decoration: none;
  padding: 8px 12px;
  background: var(--sd-emerald-light);
  border-radius: 100px;
}
.sd-gfuss__mitte:hover { background: #D1FAE5; }

/* SEITENLEISTE */
.sd-term-sidebar {
  position: sticky;
  top: 24px;
  max-height: calc(100vh - 48px);
  overflow-y: auto;
  padding-right: 4px;
}
.sd-term-sidebar::-webkit-scrollbar { width: 4px; }
.sd-term-sidebar::-webkit-scrollbar-thumb {
  background: var(--sd-sand);
  border-radius: 2px;
}
.sd-gsb__block {
  margin: 0 0 26px;
  padding: 0 0 24px;
  border-bottom: 1px solid var(--sd-sand);
}
.sd-gsb__head {
  font-size: 11px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--sd-navy-mid);
  font-weight: 700;
  margin: 0 0 14px;
}
.sd-gsb__az {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 5px;
  margin: 0 0 14px;
}
.sd-gsb__azon, .sd-gsb__azoff {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  min-height: 32px;
  font-size: 12.5px;
  font-weight: 700;
  border-radius: 4px;
  text-decoration: none;
}
.sd-gsb__azon {
  color: var(--sd-navy-mid);
  background: #F1F5F9;
  border: 1px solid transparent;
  transition: all .15s ease;
}
.sd-gsb__azon:hover {
  background: var(--sd-emerald-light);
  border-color: var(--sd-emerald);
  color: var(--sd-emerald-dark);
}
.sd-gsb__azon.is-current {
  background: var(--sd-emerald-dark) !important;
  color: #fff !important;
  border-color: var(--sd-emerald-dark) !important;
}
.sd-gsb__azoff {
  color: #CBD5E1;
  background: transparent;
  border: 1px solid rgba(226, 232, 240, 0.6);
  cursor: default;
}
.sd-gsb__alle {
  display: inline-block;
  font-size: 12.5px;
  font-weight: 700;
  color: var(--sd-emerald-dark);
  text-decoration: none;
}
.sd-gsb__alle:hover { text-decoration: underline; }

.sd-gsb__hubs { list-style: none; margin: 0; padding: 0; }
.sd-gsb__hubs li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  margin: 0 0 10px;
  padding: 4px 0 4px 10px;
  border-radius: 4px;
  transition: all .15s ease;
}
.sd-gsb__hubs li a {
  color: var(--sd-tinte-weich);
  text-decoration: none;
  font-weight: 500;
}
.sd-gsb__hubs li a:hover { color: var(--sd-emerald-dark); }
.sd-gsb__hubs li.ist-aktiv {
  background: var(--sd-emerald-light);
  border-left: 3px solid var(--sd-emerald-dark);
}
.sd-gsb__hubs li.ist-aktiv a {
  color: var(--sd-emerald-dark);
  font-weight: 700;
}
.sd-gsb__n {
  font-size: 11.5px;
  font-weight: 600;
  color: var(--sd-grau);
  background: #F1F5F9;
  padding: 2px 7px;
  border-radius: 100px;
}
.sd-gsb__hubs li.ist-aktiv .sd-gsb__n {
  background: #D1FAE5;
  color: var(--sd-emerald-dark);
}

.sd-gsb__sb {
  background: var(--sd-navy);
  border-radius: 8px;
  padding: 22px 20px;
  color: #fff;
}
.sd-gsb__sbhead {
  font-size: 17px;
  line-height: 1.3;
  font-weight: 800;
  color: #fff;
  margin: 0 0 8px;
}
.sd-gsb__sbtext {
  font-size: 13px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.75);
  margin: 0 0 14px;
}
.sd-gsb__sblink {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 700;
  color: #34D399;
  text-decoration: none;
  transition: gap .15s ease;
}
.sd-gsb__sblink:hover { gap: 10px; color: #6EE7B7; }


/* --- SicherDaheim Glossar Stretched Hero Styles --- */
.themen-hero-gradient {
    background: linear-gradient(180deg, #0A2540 0%, #0D3357 50%, #0F3D69 100%) !important;
}

.sd-glo-hero__chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 15px;
    font-size: 13px;
    font-weight: 600;
    color: #e2e8f0;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 100px;
    cursor: pointer;
    transition: all .15s ease;
    white-space: nowrap;
}
.sd-glo-hero__chip span {
    font-size: 11px;
    font-weight: 700;
    background: rgba(255, 255, 255, 0.18);
    padding: 1px 7px;
    border-radius: 10px;
    color: #ffffff;
}
.sd-glo-hero__chip:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(16, 185, 129, 0.6);
    color: #ffffff;
    transform: translateY(-1px);
}
.sd-glo-hero__chip.ist-aktiv {
    background: #10B981 !important;
    color: #0A2540 !important;
    border-color: #10B981 !important;
    font-weight: 800 !important;
}
.sd-glo-hero__chip.ist-aktiv span {
    background: rgba(10, 37, 64, 0.25) !important;
    color: #0A2540 !important;
}

.sd-glo-hero__az {
    display: grid;
    grid-template-columns: repeat(13, 1fr);
    gap: 5px;
    background: rgba(255, 255, 255, 0.07);
    padding: 8px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 12px;
    backdrop-filter: blur(8px);
}
@media (max-width: 768px) {
    .sd-glo-hero__az { grid-template-columns: repeat(7, 1fr); }
}
.sd-glo-hero__b {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 6px 2px;
    text-decoration: none;
    border-radius: 8px;
    color: #ffffff;
    transition: all .15s ease;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.sd-glo-hero__b em {
    font-style: normal;
    font-size: 13.5px;
    font-weight: 800;
    color: #ffffff;
}
.sd-glo-hero__b i {
    font-style: normal;
    font-size: 10px;
    color: #34d399;
    font-weight: 700;
}
.sd-glo-hero__b:hover {
    background: #10B981;
    border-color: #10B981;
    color: #0A2540;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.3);
}
.sd-glo-hero__b:hover em,
.sd-glo-hero__b:hover i {
    color: #0A2540 !important;
}
.sd-glo-hero__b.ist-leer {
    opacity: 0.22;
    pointer-events: none;
    background: transparent;
    border-color: transparent;
}
.sd-glo-hero__b.ist-leer i { display: none; }

/* 8. STICKY SIDEBAR HELPER (INHALTSVERZEICHNIS + LESEPROBE) */
@media (min-width: 1024px) {
    .sd-sticky-sidebar {
        position: -webkit-sticky !important;
        position: sticky !important;
        top: 96px !important;
        z-index: 30;
    }
}

/* 9. PREVENT NESTED SIDEBARS & ENSURE FULL-WIDTH PROSE IN RATGEBER ARTICLES */
.sicherdaheim-prose aside,
.sicherdaheim-prose .lg\:col-span-4,
.sicherdaheim-prose .hidden.lg\:block.lg\:col-span-4 {
    display: none !important;
}
.sicherdaheim-prose .grid,
.sicherdaheim-prose .grid-cols-12,
.sicherdaheim-prose .lg\:grid-cols-12 {
    display: block !important;
}
.sicherdaheim-prose article,
.sicherdaheim-prose .lg\:col-span-8 {
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
}

/* 10. TYPOGRAPHY FOR SICHERDAHEIM PROSE */
.sicherdaheim-prose {
    font-size: 1rem;
    line-height: 1.75;
    color: #334155;
}
.sicherdaheim-prose h2 {
    font-weight: 900;
    font-size: 1.5rem;
    line-height: 1.3;
    margin-top: 2rem;
    margin-bottom: 1rem;
    color: #0F172A;
    letter-spacing: -0.015em;
}
.sicherdaheim-prose h3 {
    font-weight: 800;
    font-size: 1.25rem;
    line-height: 1.35;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
    color: #1E293B;
    letter-spacing: -0.01em;
}
.sicherdaheim-prose h4 {
    font-weight: 700;
    font-size: 1.1rem;
    line-height: 1.4;
    margin-top: 1.25rem;
    margin-bottom: 0.5rem;
    color: #1E293B;
}
.sicherdaheim-prose p {
    margin-bottom: 1.25rem;
    font-size: 0.95rem;
    line-height: 1.75;
    color: #334155;
}
.sicherdaheim-prose ul {
    margin-bottom: 1.25rem;
    list-style-type: disc;
    padding-left: 1.5rem;
    font-size: 0.95rem;
    color: #334155;
}
.sicherdaheim-prose ol {
    margin-bottom: 1.25rem;
    list-style-type: decimal;
    padding-left: 1.5rem;
    font-size: 0.95rem;
    color: #334155;
}
.sicherdaheim-prose li {
    margin-bottom: 0.5rem;
    line-height: 1.65;
}
.sicherdaheim-prose strong {
    font-weight: 700;
    color: #0F172A;
}
.sicherdaheim-prose a {
    color: #047857;
    text-decoration: underline;
    text-underline-offset: 3px;
    font-weight: 600;
    transition: color 0.15s ease;
}
.sicherdaheim-prose a:hover {
    color: #065F46;
}
.sicherdaheim-prose blockquote {
    border-left: 4px solid #10B981;
    background: #F8FAFC;
    padding: 1rem 1.25rem;
    margin: 1.5rem 0;
    border-radius: 0 0.5rem 0.5rem 0;
    color: #1E293B;
    font-style: italic;
}


