/*
 * GZH Blog Design System
 * Gewerbezentrum Holstein – Corporate Blog Styles
 * Version 1.3 – März 2026 (Breite angepasst; font-family und Footer entfernt; Unternehmensfarben eingesetzt)
 *
 * INSTALLATION:
 * WordPress-Backend → Design → Customizer → Zusätzliches CSS → Inhalt einfügen
 * ODER: Child-Theme → style.css → am Ende anfügen
 *
 * VERWENDUNG:
 * Jeden Blogartikel als "Benutzerdefinierter HTML"-Block in Gutenberg einfügen.
 * Die CSS-Klassen stehen dann automatisch zur Verfügung.
 */

/* ─── RESET (nur innerhalb des Blog-Containers) ─────────────────────────── */
.gzh-blog * {
  box-sizing: border-box;
}

/* ─── WRAPPER ───────────────────────────────────────────────────────────── */
.gzh-blog {
  color: #476a78;
  max-width: 100%;
  margin: 0;
  /*padding: 20px 0 60px 0;*/
}

/* ─── HERO ──────────────────────────────────────────────────────────────── */
.gzh-blog .hero-box {
  background-color: #1a4668;
  color: #FFFFFF;
  padding: 36px 40px 32px 40px;
  margin-bottom: 24px;
}

.gzh-blog .hero-label {
  font-size: 9pt;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  /*color: #E07B39;*/
  color: #fabe41;
  margin-bottom: 14px;
}

.gzh-blog .hero-title {
  font-size: 20pt;
  font-weight: 700;
  line-height: 1.3;
  color: #FFFFFF;
  margin-bottom: 14px;
}

.gzh-blog .hero-subtitle {
  font-size: 11pt;
  font-style: italic;
  color: #DEFFF5;
  line-height: 1.55;
}

/* ─── ZITAT-BOX ─────────────────────────────────────────────────────────── */
.gzh-blog .quote-box {
  background-color: #F8F4EF;
  border-left: 4px solid #fabe41;
  padding: 20px 28px;
  margin-bottom: 24px;
  font-style: italic;
  font-size: 11.5pt;
  color: #1a4668;
  line-height: 1.6;
}

.gzh-blog .quote-box-dark {
  background-color: #1F527A;
  color: #FFFFFF;
  padding: 20px 28px;
  margin-bottom: 28px;
  font-style: italic;
  font-size: 11.5pt;
  line-height: 1.6;
}

/* ─── BILDER ─────────────────────────────────────────────────────────────── */
.gzh-blog .doc-image {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 10px;
}

.gzh-blog .image-caption {
  font-size: 9pt;
  font-style: italic;
  color: #5A6475;
  text-align: center;
  margin-bottom: 28px;
}

/* ─── ÜBERSCHRIFTEN ──────────────────────────────────────────────────────── */
.gzh-blog h2 {
  font-size: 14pt;
  font-weight: 700;
  color: #1a4668;
  margin-top: 36px;
  margin-bottom: 14px;
  padding-bottom: 6px;
  border-bottom: 2px solid #fabe41;
}

/* ─── FLIESSTEXT & LISTEN ────────────────────────────────────────────────── */
.gzh-blog p {
  margin-bottom: 14px;
  color: #476a78;
  line-height: 1.65;
}

.gzh-blog p strong {
  color: #1a4668;
}

.gzh-blog ul {
  margin: 8px 0 16px 20px;
}

.gzh-blog ul li {
  margin-bottom: 7px;
  line-height: 1.6;
  color: #476a78;
}

.gzh-blog ul li::marker {
  color: #fabe41;
}

/* ─── HIGHLIGHT-BOX (dunkel, für Risiken / Kerndaten) ───────────────────── */
.gzh-blog .highlight-box {
  background-color: #1a4668;
  color: #FFFFFF;
  padding: 20px 28px;
  margin: 20px 0 28px 0;
  font-size: 11pt;
  line-height: 1.6;
}

.gzh-blog .highlight-box p {
  color: #FFFFFF;
  margin-bottom: 8px;
}

.gzh-blog .highlight-box strong {
  color: #fabe41;
}

.gzh-blog .highlight-box ul {
  margin-top: 8px;
}

.gzh-blog .highlight-box ul li {
  color: #FFFFFF;
}

.gzh-blog .highlight-box ul li::marker {
  color: #fabe41;
}

/* ─── CONTRAST-BOX (alt vs. neu) ────────────────────────────────────────── */
.gzh-blog .contrast-box {
  background-color: #F8F4EF;
  border-left: 4px solid #1a4668;
  padding: 20px 28px;
  margin: 20px 0 28px 0;
}

.gzh-blog .contrast-box p {
  color: #1a4668;
  margin-bottom: 10px;
}

.gzh-blog .contrast-box .old-q {
  font-size: 10.5pt;
  color: #5A6475;
  font-style: italic;
  margin-bottom: 6px;
}

.gzh-blog .contrast-box .new-q {
  font-size: 11pt;
  font-weight: 700;
  color: #1a4668;
}

/* ─── STEP-BLÖCKE (nummerierte Schritte) ────────────────────────────────── */
.gzh-blog .steps-wrap {
  margin: 20px 0 28px 0;
}

.gzh-blog .step-block {
  display: flex;
  gap: 0;
  margin-bottom: 6px;
}

.gzh-blog .step-num {
  background-color: #fabe41;
  color: #FFFFFF;
  font-size: 16pt;
  font-weight: 700;
  width: 52px;
  min-width: 52px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 14px 0;
  line-height: 1;
}

.gzh-blog .step-body {
  background-color: #F8F4EF;
  padding: 14px 20px;
  flex: 1;
}

.gzh-blog .step-body .step-title {
  font-size: 11pt;
  font-weight: 700;
  color: #1a4668;
  margin-bottom: 8px;
}

.gzh-blog .step-body p {
  margin-bottom: 8px;
  font-size: 10.5pt;
  color: #1a4668;
}

.gzh-blog .step-body ul {
  margin: 4px 0 6px 16px;
}

.gzh-blog .step-body ul li {
  font-size: 10pt;
  color: #1a4668;
  margin-bottom: 4px;
}

/* ─── TREAT-GRID (2–4 Kacheln nebeneinander) ────────────────────────────── */
.gzh-blog .treat-grid {
  display: flex;
  gap: 6px;
  margin: 14px 0 18px 0;
  flex-wrap: wrap;
}

.gzh-blog .treat-item {
  flex: 1;
  min-width: 120px;
  background-color: #1a4668;
  color: #FFFFFF;
  text-align: center;
  padding: 14px 10px;
  font-size: 10pt;
  font-weight: 700;
  line-height: 1.3;
}

.gzh-blog .treat-item span {
  display: block;
  font-size: 16pt;
  margin-bottom: 6px;
}

/* ─── FRAGEN-BOX (Checklisten / Maßnahmen) ──────────────────────────────── */
.gzh-blog .fragen-box {
  background-color: #F8F4EF;
  padding: 20px 28px;
  margin: 16px 0 28px 0;
  border-left: 4px solid #fabe41;
}

.gzh-blog .fragen-box p {
  color: #1a4668;
  margin-bottom: 8px;
  font-size: 10.5pt;
}

.gzh-blog .fragen-box ul {
  margin: 6px 0 0 18px;
}

.gzh-blog .fragen-box ul li {
  color: #1a4668;
  font-size: 10pt;
  margin-bottom: 5px;
}

/* ─── FAZIT-BOX ─────────────────────────────────────────────────────────── */
.gzh-blog .fazit-box {
  background-color: #1a4668;
  padding: 28px 36px;
  margin: 28px 0;
}

.gzh-blog .fazit-box .fazit-label {
  font-size: 9pt;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fabe41;
  margin-bottom: 14px;
}

.gzh-blog .fazit-box p {
  color: #FFFFFF;
  font-size: 11pt;
  line-height: 1.7;
  margin-bottom: 10px;
}

.gzh-blog .fazit-box .fazit-key {
  font-size: 12pt;
  font-weight: 700;
  color: #DEFFF5;
  line-height: 1.5;
  margin-top: 12px;
  margin-bottom: 0;
  border-top: 1px solid #235A86;
  padding-top: 14px;
}

/* ─── CTA-BOX ───────────────────────────────────────────────────────────── */
.gzh-blog .cta-box {
  background-color: #1a4668;
  padding: 28px 36px;
  margin: 8px 0 28px 0;
}

.gzh-blog .cta-box .cta-title {
  font-size: 14pt;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 10px;
}

.gzh-blog .cta-box p {
  color: #DEFFF5;
  font-size: 10.5pt;
  margin-bottom: 16px;
}

.gzh-blog .cta-buttons {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.gzh-blog .cta-button {
  display: inline-block;
  background-color: #fabe41;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 10.5pt;
  padding: 12px 24px;
  text-decoration: none;
}

.gzh-blog .cta-button.secondary {
  background-color: transparent;
  border: 2px solid #fabe41;
  color: #fabe41;
}

.gzh-blog .cta-button:hover {
  background-color: #c96a28;
  color: #FFFFFF;
}

.gzh-blog .cta-button.secondary:hover {
  background-color: #fabe41;
  color: #FFFFFF;
}

