
/* =========================================================
   01 HINWEISBOXEN
========================================================= */

/* Grüner Hinweis-Kasten */
.hinweis-kasten,
.box-gruen {
  border: 2px solid var(--ds-green);
  background-color: var(--ds-bg-soft);
  padding: 20px 25px;
  margin: 30px 0;
  border-radius: 6px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.04);
  font-size: 17px;
  line-height: 1.7;
  
  
  
  

  
  
}

/* Warn-Kasten */
.warn-kasten {
  border: 2px solid #C94A4A;
  background-color: #FCEEEE;
  padding: 18px 22px;
  margin: 30px 0;
  border-radius: 4px;
  color: #8B1E1E;
  font-weight: 500;
  line-height: 1.6;
}

/* Tipp-Kasten */
.tipp-kasten {
  border: 2px solid #E07B2A;
  background-color: #FEF3E8;
  padding: 18px 22px;
  margin: 30px 0;
  border-radius: 4px;
  color: #7A3D0A;
  font-weight: 500;
  line-height: 1.6;
}

/* Praxis / Erfahrung / EEAT */
.eeat-box,
.haftung-kasten,
.box-gelb {
  border: 2px solid #B89C5A;
  background-color: #FBF6E8;
  padding: 20px 24px;
  margin: 35px 0;
  border-radius: 4px;
  color: #5E4A1F;
  font-size: 15px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.04);
}

/* Grauer Zusatzkasten */
.haftung,
.ferm-grau {
  background: #f5f5f5;
  border-left: 4px solid #aaa;
  border-radius: 4px;
  padding: 14px 18px;
  margin: 24px 0;
}

/* Dunkler Infokasten */
.wow-box,
.wp-block-group.wow-box {
  background-color: #1a3a1f !important;
  color: #e8f5e9 !important;
  border-radius: 8px;
  padding: 22px 26px;
  margin: 32px 0;
}

.wow-box p,
.wow-box strong,
.wow-box span {
  color: #e8f5e9 !important;
  margin: 0;
}



/* =========================================================
   02 TABELLEN
========================================================= */

/* Steckbrief */
.ds-steckbrief table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
}

.ds-steckbrief thead th,
.ds-steckbrief tr:first-child th {
  background: var(--ds-green-dark) !important;
  color: #fff !important;
  padding: 12px !important;
  text-align: left;
  font-weight: 700;
}

.ds-steckbrief td,
.ds-steckbrief th {
  border: 1px solid #d9d9d9 !important;
  padding: 10px !important;
  vertical-align: top;
}

.ds-steckbrief tbody tr:nth-child(odd) {
  background: var(--ds-bg-soft) !important;
}

.ds-steckbrief tbody tr:nth-child(even) {
  background: var(--ds-bg-card) !important;
}


/* =========================================================
   03 AFFILIATE
========================================================= */

.ds-affiliate {
  border-left: 4px solid #2d6a4f;
  padding: 16px;
  background-color: #f6f5f2;
  margin: 20px 0;
  border-radius: 6px;
}

.ds-affiliate p {
  margin: 0 0 10px 0;
}

.ds-affiliate strong {
  color: #2d6a4f;
}


/* =========================================================
   04 INHALTSVERZEICHNIS
========================================================= */

/* TOC kommt später */


/* =========================================================
   05 FAQ
========================================================= */

.faq-section {
  margin: 32px 0;
}

.faq-item {
  border-bottom: 1px solid #e0e0e0;
  padding: 16px 0;
}

.faq-item:last-child {
  border-bottom: none;
}

.faq-frage {
  font-weight: 700;
  color: #2a5c2a;
  margin-bottom: 8px;
  font-size: 1.02em;
}

.faq-antwort {
  color: #333;
  line-height: 1.7;
  margin: 0;
}


/* =========================================================
   06 QUIZ & INTERAKTIV
========================================================= */

/* Quiz kommt später */


/* =========================================================
   07 STEP BLOCKS
========================================================= */

/* Step-Blöcke kommen später */


/* =========================================================
   08 KALENDER
========================================================= */

/* Kalender kommt später */