.elementor-4442 .elementor-element.elementor-element-1c3bde43{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-52ec49a9 *//* ============================================================
   DECKER Real Estate — Erweitertes Blog-Design (Alanya-Style)
   Version 1.0 — basiert auf Alanya-Artikel, Gold → Teal
   Einmalig in WordPress Customizer > Zusätzliches CSS einfügen
   (Lädt zusätzlich zu DECKER_Report_Style.css)
   ============================================================ */

/* CSS-Variablen — zentrale Farbsteuerung */
:root {
  --dkr-navy: #1E2D3E;
  --dkr-teal: #1C9BA1;
  --dkr-teal-dark: #167277;
  --dkr-teal-soft: #E6F7F7;
  --dkr-white: #FFFFFF;
  --dkr-bg-soft: #F7F9FB;
  --dkr-text: #222222;
  --dkr-text-muted: #555555;
  --dkr-border: #E2E8F0;

  --dkr-blue: #1E40AF;
  --dkr-blue-soft: #DBEAFE;
  --dkr-red: #DC2626;
  --dkr-red-soft: #FEE2E2;
  --dkr-amber: #D97706;
  --dkr-amber-soft: #FEF3C7;
  --dkr-green: #16A34A;
  --dkr-green-soft: #DCFCE7;
  --dkr-purple: #7C3AED;
  --dkr-purple-soft: #EDE9FE;

  --dkr-radius: 8px;
  --dkr-radius-lg: 12px;
  --dkr-shadow: 0 2px 8px rgba(30, 45, 62, 0.08);
  --dkr-shadow-lg: 0 8px 24px rgba(30, 45, 62, 0.12);
}

/* ============================================================
   0. PAGE-WRAPPER (eigener Stacking-Context, KEIN Reset)
   ============================================================ */

.page-wrapper {
  position: relative;
  z-index: 0;
  isolation: isolate;
}

/* ============================================================
   1. COVER / HERO — maximal spezifisch (Theme kann nicht ueberschreiben)
   ============================================================ */

.page-wrapper .cover,
div.cover {
  background: linear-gradient(135deg, #1E2D3E 0%, #2A4358 100%) !important;
  color: #FFFFFF !important;
  padding: 56px 40px !important;
  border-radius: 12px !important;
  margin: 20px 0 32px !important;
  text-align: center !important;
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  overflow: hidden !important;
  z-index: 0 !important;
  isolation: isolate;
  width: auto !important;
  float: none !important;
  display: block !important;
}

.cover {
  background: linear-gradient(135deg, var(--dkr-navy) 0%, #2A4358 100%);
  color: var(--dkr-white);
  padding: 56px 40px;
  border-radius: var(--dkr-radius-lg);
  margin: 20px 0 32px;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 0;
  isolation: isolate;
}
.cover::before {
  content: '';
  position: absolute;
  top: 0; right: 0;
  width: 320px; height: 320px;
  background: radial-gradient(circle, rgba(28,155,161,0.25) 0%, transparent 70%);
  pointer-events: none;
}
.page-wrapper .cover h1,
div.cover h1 {
  color: #FFFFFF !important;
  font-size: 2.2rem !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
  margin: 0 0 16px !important;
  padding: 0 !important;
  background: transparent !important;
  text-align: center !important;
  position: relative !important;
  z-index: 1 !important;
  display: block !important;
  border: none !important;
  text-transform: none !important;
}
.cover h1 {
  color: var(--dkr-white) !important;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 16px;
  position: relative;
  z-index: 1;
}
.page-wrapper .cover-subtitle,
div.cover .cover-subtitle {
  color: rgba(255,255,255,0.88) !important;
  font-size: 1.1rem !important;
  margin: 0 0 24px !important;
  position: relative !important;
  z-index: 1 !important;
  background: transparent !important;
  text-align: center !important;
}
.cover-subtitle {
  color: rgba(255,255,255,0.88);
  font-size: 1.1rem;
  margin: 0 0 24px;
  position: relative;
  z-index: 1;
}

.page-wrapper .cover-badges,
div.cover .cover-badges {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  justify-content: center !important;
  position: relative !important;
  z-index: 1 !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  background: transparent !important;
}
.cover-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.page-wrapper .cover-badge,
div.cover .cover-badge {
  background: rgba(255,255,255,0.12) !important;
  color: #FFFFFF !important;
  padding: 8px 16px !important;
  border-radius: 999px !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  border: 1px solid rgba(255,255,255,0.2) !important;
  display: inline-block !important;
  text-decoration: none !important;
}
.page-wrapper .cover-badge.is-new,
div.cover .cover-badge.is-new {
  background: #1C9BA1 !important;
  border-color: #1C9BA1 !important;
  font-weight: 600 !important;
  color: #FFFFFF !important;
}
.cover-badge {
  background: rgba(255,255,255,0.12);
  color: var(--dkr-white);
  padding: 8px 16px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 500;
  border: 1px solid rgba(255,255,255,0.2);
}
.cover-badge.is-new {
  background: var(--dkr-teal);
  border-color: var(--dkr-teal);
  font-weight: 600;
}

/* ============================================================
   2. NAVIGATION BAR (Sprungmarken)
   ============================================================ */

.nav-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 32px;
  padding: 14px 16px;
  background: var(--dkr-bg-soft);
  border-radius: var(--dkr-radius);
  border-left: 4px solid var(--dkr-teal);
  position: relative !important;  /* Theme darf KEIN sticky/fixed erzwingen */
  top: auto !important;
  z-index: 0 !important;
  isolation: isolate;
  width: auto;
  float: none;
}
.dkr-pill {
  padding: 6px 14px;
  background: var(--dkr-white);
  color: var(--dkr-navy);
  text-decoration: none;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 500;
  border: 1px solid var(--dkr-border);
  transition: background .15s ease, color .15s ease, border-color .15s ease;
  position: relative;
  z-index: 0;
}
.dkr-pill:hover {
  background: var(--dkr-teal);
  color: var(--dkr-white);
  border-color: var(--dkr-teal);
}
.dkr-pill--highlight {
  background: var(--dkr-teal-soft);
  color: var(--dkr-teal-dark);
  border-color: var(--dkr-teal);
  font-weight: 600;
}

/* ============================================================
   3. SECTIONS & DIVIDER
   ============================================================ */

.alanya-section { margin: 32px 0; }
.section-title {
  color: var(--dkr-navy);
  font-size: 1.6rem;
  font-weight: 700;
  margin: 0 0 16px;
  padding-bottom: 12px;
  border-bottom: 3px solid var(--dkr-teal);
}
.sub-title {
  color: var(--dkr-navy);
  font-size: 1.2rem;
  font-weight: 600;
  margin: 28px 0 14px;
}
.alanya-divider {
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--dkr-border), transparent);
  margin: 40px 0;
}

/* ============================================================
   4. INFO-BOXEN (ersetzen gold → teal)
   ============================================================ */

.info-box {
  padding: 18px 22px;
  border-radius: var(--dkr-radius);
  margin: 18px 0;
  font-size: 15px;
  line-height: 1.6;
}
.info-box--mt { margin-top: 24px; }

.info-box-gold,
.info-box-teal {
  background: var(--dkr-teal-soft);
  border-left: 4px solid var(--dkr-teal);
  color: var(--dkr-navy);
}
.info-box-blue {
  background: var(--dkr-blue-soft);
  border-left: 4px solid var(--dkr-blue);
  color: var(--dkr-navy);
}
.info-box-red {
  background: var(--dkr-red-soft);
  border-left: 4px solid var(--dkr-red);
  color: var(--dkr-navy);
}
.info-box-amber {
  background: var(--dkr-amber-soft);
  border-left: 4px solid var(--dkr-amber);
  color: var(--dkr-navy);
}

/* ============================================================
   5. CARDS GRID + INFO-CARDS
   ============================================================ */

.cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin: 22px 0;
}
.cards-grid--4col { grid-template-columns: repeat(4, 1fr); }
.cards-grid--2col { grid-template-columns: repeat(2, 1fr); }

.info-card {
  background: var(--dkr-white);
  padding: 22px;
  border-radius: var(--dkr-radius);
  border: 1px solid var(--dkr-border);
  box-shadow: var(--dkr-shadow);
  transition: transform .2s ease, box-shadow .2s ease;
}
.info-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--dkr-shadow-lg);
}
.info-card h4 {
  color: var(--dkr-navy);
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0 0 12px;
  padding-bottom: 10px;
  border-bottom: 2px solid;
}
.info-card-blue { border-top: 4px solid var(--dkr-blue); }
.info-card-blue h4 { border-bottom-color: var(--dkr-blue); color: var(--dkr-blue); }

.info-card-teal { border-top: 4px solid var(--dkr-teal); }
.info-card-teal h4 { border-bottom-color: var(--dkr-teal); color: var(--dkr-teal-dark); }

.info-card-red { border-top: 4px solid var(--dkr-red); }
.info-card-red h4 { border-bottom-color: var(--dkr-red); color: var(--dkr-red); }

.info-card-amber { border-top: 4px solid var(--dkr-amber); }
.info-card-amber h4 { border-bottom-color: var(--dkr-amber); color: var(--dkr-amber); }

.info-card a {
  display: block;
  color: var(--dkr-navy);
  text-decoration: none;
  padding: 6px 0;
  border-bottom: 1px solid var(--dkr-bg-soft);
  font-size: 14px;
}
.info-card a:hover { color: var(--dkr-teal); }
.info-card a:last-child { border-bottom: none; }

/* ============================================================
   6. STATS-ROW + STAT-BOX (die Zahlen-Kacheln!)
   ============================================================ */

.stats-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin: 22px 0;
}
.stat-box {
  background: var(--dkr-white);
  padding: 24px 18px;
  border-radius: var(--dkr-radius);
  text-align: center;
  border: 1px solid var(--dkr-border);
  box-shadow: var(--dkr-shadow);
  transition: transform .2s ease;
}
.stat-box:hover { transform: scale(1.03); }
.stat-num {
  display: block;
  color: var(--dkr-teal);
  font-size: 2rem;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 8px;
}
.stat-label {
  display: block;
  color: var(--dkr-navy);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
}
.stat-sub {
  display: block;
  color: var(--dkr-text-muted);
  font-size: 12px;
  margin-top: 4px;
}
.stat-box--note {
  font-size: 13px;
  color: var(--dkr-text-muted);
  text-align: center;
  margin-top: 10px;
}

/* ============================================================
   7. TABLE-WRAPPER + ERWEITERTE TABELLEN
   ============================================================ */

.table-wrapper {
  overflow-x: auto;
  margin: 22px 0;
  border-radius: var(--dkr-radius);
  border: 1px solid var(--dkr-border);
  -webkit-overflow-scrolling: touch;
}
.table-wrapper table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  background: var(--dkr-white);
}
.table-wrapper thead {
  background: var(--dkr-navy);
  color: var(--dkr-white);
}
.table-wrapper th {
  padding: 14px 12px;
  text-align: left;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}
.table-wrapper td {
  padding: 12px;
  border-bottom: 1px solid var(--dkr-border);
}
.table-wrapper tbody tr:hover { background: var(--dkr-bg-soft); }
.table-wrapper td.highlight {
  font-weight: 600;
  color: var(--dkr-navy);
}
.table-wrapper tr.row-highlight {
  background: var(--dkr-teal-soft);
}
.table-wrapper tr.row-highlight:hover {
  background: var(--dkr-teal-soft);
}
.table-note,
.table-note--gray {
  font-size: 12px;
  color: var(--dkr-text-muted);
  margin: 6px 0 0;
  padding: 0 4px;
}

/* ============================================================
   8. CALLOUT (Hinweis-Box mit Icon)
   ============================================================ */

.callout {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: var(--dkr-teal-soft);
  padding: 18px 22px;
  border-radius: var(--dkr-radius);
  border-left: 4px solid var(--dkr-teal);
  margin: 20px 0;
  font-size: 15px;
}
.callout-icon {
  flex-shrink: 0;
  font-size: 24px;
  line-height: 1;
}

/* ============================================================
   9. ALANYA-STEPS (nummerierte Schritte)
   ============================================================ */

.alanya-steps { margin: 22px 0; }
.alanya-step {
  display: flex;
  gap: 18px;
  background: var(--dkr-white);
  padding: 20px;
  border-radius: var(--dkr-radius);
  margin-bottom: 14px;
  border-left: 4px solid var(--dkr-teal);
  box-shadow: var(--dkr-shadow);
}
.step-num {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  background: var(--dkr-teal);
  color: var(--dkr-white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  font-weight: 700;
}
.step-content h4 {
  color: var(--dkr-navy);
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0 0 6px;
}

/* ============================================================
   10. PRICE-BAR VERGLEICH
   ============================================================ */

.price-bar-container {
  background: var(--dkr-white);
  padding: 22px;
  border-radius: var(--dkr-radius);
  border: 1px solid var(--dkr-border);
  margin: 22px 0;
}
.price-range {
  display: grid;
  grid-template-columns: 180px 1fr 140px;
  align-items: center;
  gap: 14px;
  margin-bottom: 12px;
}
.price-range label {
  color: var(--dkr-navy);
  font-weight: 600;
  font-size: 14px;
}
.price-range label.label--green {
  color: var(--dkr-teal-dark);
}
.price-bar-wrapper {
  height: 28px;
  background: var(--dkr-bg-soft);
  border-radius: 999px;
  overflow: hidden;
  position: relative;
}
.price-bar {
  height: 100%;
  border-radius: 999px;
  transition: width .9s ease-out;
}
.price-bar-gray  { background: linear-gradient(90deg, #94A3B8, #64748B); }
.price-bar-amber { background: linear-gradient(90deg, #FCD34D, #F59E0B); }
.price-bar-teal  { background: linear-gradient(90deg, #67E8E0, var(--dkr-teal)); }
.price-bar-blue  { background: linear-gradient(90deg, #60A5FA, var(--dkr-blue)); }
.price-label {
  color: var(--dkr-navy);
  font-weight: 600;
  font-size: 14px;
  text-align: right;
}

/* ============================================================
   11. PROS-CONS BOXEN
   ============================================================ */

.pros-cons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin: 22px 0;
}
.pros-cons-box {
  background: var(--dkr-white);
  padding: 22px;
  border-radius: var(--dkr-radius);
  border: 1px solid var(--dkr-border);
  box-shadow: var(--dkr-shadow);
}
.pros-cons-box h4 {
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0 0 14px;
  padding-bottom: 10px;
  border-bottom: 2px solid;
}
.pros-box { border-top: 4px solid var(--dkr-green); }
.pros-box h4 { color: var(--dkr-green); border-bottom-color: var(--dkr-green); }
.cons-box { border-top: 4px solid var(--dkr-red); }
.cons-box h4 { color: var(--dkr-red); border-bottom-color: var(--dkr-red); }
.pros-cons-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.pros-cons-box li {
  padding: 8px 0 8px 28px;
  position: relative;
  font-size: 14px;
  line-height: 1.5;
  border-bottom: 1px solid var(--dkr-bg-soft);
}
.pros-cons-box li:last-child { border-bottom: none; }
.pros-box li::before {
  content: '✓';
  position: absolute;
  left: 4px;
  top: 8px;
  color: var(--dkr-green);
  font-weight: 700;
}
.cons-box li::before {
  content: '✗';
  position: absolute;
  left: 4px;
  top: 8px;
  color: var(--dkr-red);
  font-weight: 700;
}

/* ============================================================
   12. NEW-SECTION (Highlight mit Eck-Badge)
   ============================================================ */

.new-section-wrapper {
  position: relative;
  margin: 40px 0;
}
.new-badge-corner {
  position: absolute;
  top: -14px;
  right: 24px;
  background: var(--dkr-teal);
  color: var(--dkr-white);
  padding: 6px 16px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.5px;
  box-shadow: var(--dkr-shadow);
  z-index: 2;
}
.new-section {
  background: linear-gradient(135deg, var(--dkr-teal-soft) 0%, var(--dkr-white) 100%);
  padding: 32px;
  border-radius: var(--dkr-radius-lg);
  border: 2px solid var(--dkr-teal);
  position: relative;
}

/* ============================================================
   13. VERDICT-CARD (Fazit-Box mit Grid)
   ============================================================ */

.verdict {
  background: linear-gradient(135deg, #0f5132 0%, var(--dkr-teal) 100%);
  color: var(--dkr-white);
  padding: 32px;
  border-radius: var(--dkr-radius-lg);
  margin: 32px 0;
  box-shadow: var(--dkr-shadow-lg);
}
.verdict--mt { margin-top: 40px; }
.verdict h3 {
  color: var(--dkr-white);
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0 0 14px;
}
.verdict-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 22px;
}
.verdict-item {
  background: rgba(255,255,255,0.12);
  padding: 18px;
  border-radius: var(--dkr-radius);
  border: 1px solid rgba(255,255,255,0.2);
}
.verdict-item h4 {
  color: var(--dkr-white);
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 8px;
}

/* ============================================================
   14. CTA-BUTTONS (Email + WhatsApp)
   ============================================================ */

.cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 24px 0 8px;
  justify-content: center;
}
.cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  border-radius: 999px;
  font-weight: 600;
  text-decoration: none;
  font-size: 15px;
  transition: transform .15s ease, box-shadow .15s ease;
  border: 2px solid transparent;
}
.cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: var(--dkr-shadow-lg);
}
.cta-btn--primary {
  background: var(--dkr-white);
  color: var(--dkr-navy);
}
.cta-btn--primary:hover { color: var(--dkr-navy); }
.cta-btn--whatsapp {
  background: #25D366;
  color: var(--dkr-white);
}
.cta-btn--whatsapp:hover { color: var(--dkr-white); }

/* ============================================================
   15. RESPONSIVE
   ============================================================ */

@media (max-width: 880px) {
  .cards-grid { grid-template-columns: repeat(2, 1fr); }
  .cards-grid--4col { grid-template-columns: repeat(2, 1fr); }
  .cards-grid--2col { grid-template-columns: repeat(2, 1fr); }
  .stats-row { grid-template-columns: repeat(2, 1fr); }
  .verdict-grid { grid-template-columns: 1fr; }
  .pros-cons { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  .cover { padding: 40px 22px; }
  .cover h1 { font-size: 1.6rem; }
  .cover-subtitle { font-size: 1rem; }
  .cards-grid,
  .cards-grid--4col,
  .cards-grid--2col,
  .stats-row { grid-template-columns: 1fr !important; }
  .price-range { grid-template-columns: 1fr; gap: 6px; text-align: left; }
  .price-label { text-align: left; }
  .alanya-step { flex-direction: column; gap: 12px; }
  .step-num { width: 36px; height: 36px; font-size: 1.1rem; }
  .section-title { font-size: 1.3rem; }
  .new-section { padding: 22px; }
  .verdict { padding: 22px; }

  /* Nav-Bar Mobile: kompakter, kein horizontaler Overflow */
  .nav-bar {
    padding: 10px 12px;
    gap: 6px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    flex-wrap: nowrap;
    scrollbar-width: thin;
  }
  .dkr-pill {
    padding: 5px 11px;
    font-size: 12px;
    white-space: nowrap;
    flex-shrink: 0;
  }

  /* Info-Card Mobile: kleinere Innenabstaende, kein Text-Overflow */
  .info-card { padding: 18px 16px; }
  .info-card h4 { font-size: 1rem; line-height: 1.3; }
  .info-card a { font-size: 13px; line-height: 1.4; word-break: break-word; }
}


/* ============================================================
   STADTTEILE-WIDGET — dkr- Klassen (Antalya/Alanya/İzmir/Fethiye)
   Hinzugefügt: 2026-05-20
   ============================================================ */

/* ============================================================
   DECKER REAL ESTATE — Stadtteile-Widget CSS
   Alle Klassen mit dkr- Prefix (Bootstrap/Houzez-safe)
   In WP Customizer > Zusätzliches CSS einfügen
   ============================================================ */









/* ── ARTICLE HEADER ── */
.dkr-article-header {
  background: linear-gradient(135deg, var(--dkr-navy) 0%, #2a3f56 100%);
  color: var(--dkr-white);
  padding: 48px 32px 40px;
  text-align: center;
}
.dkr-article-category {
  display: inline-block;
  background: var(--dkr-teal);
  color: var(--dkr-white);
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 3px;
  margin-bottom: 16px;
}
.dkr-article-h1 {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.25;
  margin-bottom: 14px;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
.dkr-article-h1 span { color: var(--dkr-teal); }
.dkr-article-meta {
  font-size: 12px;
  color: rgba(255,255,255,0.6);
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 12px;
}
.dkr-article-meta strong { color: rgba(255,255,255,0.9); }

/* ── ARTICLE BODY ── */
.dkr-article-body {
  max-width: 820px;
  margin: 0 auto;
  padding: 40px 32px;
}
.dkr-article-body h2 {
  font-size: 22px;
  font-weight: bold;
  color: var(--dkr-navy);
  margin: 36px 0 14px;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--dkr-teal);
}
.dkr-article-body h3 {
  font-size: 17px;
  font-weight: bold;
  color: var(--dkr-navy);
  margin: 24px 0 10px;
}
.dkr-article-body p {
  font-size: 15px;
  color: #2d3e50;
  margin-bottom: 16px;
  line-height: 1.7;
}
.dkr-article-body ul {
  margin: 12px 0 20px 20px;
  font-size: 15px;
  color: #2d3e50;
  line-height: 1.7;
}
.dkr-article-body ul li { margin-bottom: 6px; }
.dkr-article-body ul li::marker { color: var(--dkr-teal); }
.dkr-criteria-table {
  width: 100%;
  border-collapse: collapse;
  margin: 16px 0 24px;
  font-size: 14px;
}
.dkr-criteria-table th {
  background: var(--dkr-navy);
  color: var(--dkr-white);
  padding: 10px 12px;
  text-align: left;
  font-weight: bold;
}
.dkr-criteria-table td {
  padding: 9px 12px;
  border-bottom: 1px solid var(--dkr-border);
}
.dkr-criteria-table tr:nth-child(even) { background: var(--light-bg); }
.dkr-criteria-table td:first-child { font-weight: bold; }
.dkr-highlight-box {
  background: var(--light-bg);
  border-left: 3px solid var(--dkr-teal);
  padding: 16px 20px;
  margin: 20px 0;
  font-size: 14px;
  color: #2d3e50;
  border-radius: 0 6px 6px 0;
}
.dkr-highlight-box strong { color: var(--dkr-navy); }

/* ── WIDGET SECTION ── */
.dkr-widget-section {
  background: var(--light-bg);
  border-top: 3px solid var(--dkr-teal);
  border-bottom: 3px solid var(--dkr-teal);
  padding: 0;
  margin: 32px -32px;
}
.dkr-widget-section-label {
  background: var(--dkr-teal);
  color: var(--dkr-white);
  text-align: center;
  padding: 10px;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.5px;
}

/* ── WIDGET STYLES ── */
.dkr-w-hero {
  background: var(--dkr-navy);
  color: var(--dkr-white);
  padding: 28px 32px;
  text-align: center;
}
.dkr-w-hero-title { font-size: 22px; font-weight: bold; margin-bottom: 8px; }
.dkr-w-hero-title span { color: var(--dkr-teal); }
.dkr-w-hero-sub { font-size: 13px; color: rgba(255,255,255,0.7); margin-bottom: 16px; }
.dkr-w-hero-meta { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; }
.dkr-w-stat-val { font-size: 22px; font-weight: bold; color: var(--dkr-teal); }
.dkr-w-stat-label { font-size: 11px; color: rgba(255,255,255,0.6); }
.dkr-w-filter-bar {
  background: var(--dkr-white);
  padding: 14px 24px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid var(--dkr-border);
}
.dkr-w-filter-label { font-size: 12px; font-weight: bold; color: var(--dkr-text-muted); }
.dkr-w-filter-btn {
  background: var(--dkr-white);
  border: 1.5px solid var(--dkr-border);
  border-radius: 20px;
  padding: 5px 14px;
  font-size: 12px;
  cursor: pointer;
  color: var(--dkr-navy);
  font-family: Arial, sans-serif;
  transition: all 0.15s;
}
.dkr-w-filter-btn:hover { border-color: var(--dkr-teal); color: var(--dkr-teal); }
.dkr-w-filter-btn.dkr-active { background: var(--dkr-teal); border-color: var(--dkr-teal); color: var(--dkr-white); }
.dkr-w-main { padding: 20px 24px; }
.dkr-w-ikamet-note {
  background: #fff8ee; border: 1px solid #f0c264;
  border-radius: 8px; padding: 10px 14px; font-size: 12px; color: #7a5f1a;
  margin-bottom: 12px; line-height: 1.5;
}
.dkr-w-data-note {
  background: #f0f6f8; border: 1px solid #cde0e3;
  border-radius: 8px; padding: 10px 14px; font-size: 12px; color: #4a6070;
  margin-bottom: 10px; line-height: 1.5;
}
.dkr-w-escrow-note {
  background: #fff8ee; border: 1px solid #f0c264;
  border-radius: 8px; padding: 10px 14px; font-size: 12px; color: #7a5f1a;
  margin-bottom: 14px; line-height: 1.5;
}
.dkr-w-legend { display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 16px; align-items: center; }
.dkr-w-legend-title { font-size: 11px; color: var(--dkr-text-muted); font-weight: bold; }
.dkr-w-legend-item { display: flex; align-items: center; gap: 4px; font-size: 11px; color: var(--dkr-navy); }
.dkr-w-legend-sq-row { display: flex; gap: 2px; }
.dkr-lsq { width: 9px; height: 9px; border-radius: 1px; }
.dkr-lsq.dkr-filled { background: var(--dkr-teal); }
.dkr-lsq.dkr-empty { background: var(--dkr-border); }
.dkr-w-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 14px;
  margin-top: 8px;
}
.dkr-w-card {
  background: var(--dkr-white);
  border: 1.5px solid var(--dkr-border);
  border-radius: 10px;
  padding: 16px;
  cursor: pointer;
  transition: all 0.18s;
}
.dkr-w-card:hover { border-color: var(--dkr-teal); transform: translateY(-2px); box-shadow: 0 4px 14px rgba(28,155,161,0.12); }
.dkr-w-card-header { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 10px; }
.dkr-w-card-name { font-size: 16px; font-weight: bold; color: var(--dkr-navy); }
.dkr-w-card-type { font-size: 11px; color: var(--dkr-text-muted); margin-top: 2px; }
.dkr-w-card-score { text-align: right; }
.dkr-w-card-score-val { font-size: 22px; font-weight: bold; color: var(--dkr-teal); }
.dkr-w-card-score-label { font-size: 10px; color: var(--dkr-text-muted); }
.dkr-w-card-squares { display: flex; gap: 4px; margin-bottom: 10px; }
.dkr-sq { width: 14px; height: 14px; border-radius: 2px; }
.dkr-sq.dkr-filled { background: var(--dkr-teal); }
.dkr-sq.dkr-empty { background: var(--dkr-border); }
.dkr-w-card-desc { font-size: 12px; color: #4a5a6a; line-height: 1.5; margin-bottom: 12px; }
.dkr-w-card-tags { display: flex; gap: 5px; flex-wrap: wrap; margin-bottom: 10px; }
.dkr-w-tag {
  background: var(--light-bg); border: 1px solid var(--dkr-border);
  border-radius: 10px; padding: 2px 8px; font-size: 10px; color: var(--dkr-navy);
}
.dkr-w-card-criteria { border-top: 1px solid var(--dkr-border); padding-top: 10px; }
.dkr-w-crit-row { display: flex; justify-content: space-between; align-items: center; font-size: 11px; padding: 3px 0; }
.dkr-w-crit-label { color: #4a5a6a; }
.dkr-w-crit-squares { display: flex; gap: 2px; }
.dkr-csq { width: 10px; height: 10px; border-radius: 1px; }
.dkr-csq.dkr-filled { background: var(--dkr-teal); }
.dkr-csq.dkr-empty { background: var(--dkr-border); }
.dkr-w-detail {
  display: none;
  background: var(--dkr-white);
  border: 2px solid var(--dkr-teal);
  border-radius: 10px;
  padding: 24px;
  margin-bottom: 20px;
  animation: fadeIn 0.2s ease;
}
@keyframes fadeIn { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: translateY(0); } }
.dkr-w-detail-header { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 18px; flex-wrap: wrap; gap: 10px; }
.dkr-w-detail-name { font-size: 22px; font-weight: bold; color: var(--dkr-navy); }
.dkr-w-detail-sub { font-size: 12px; color: var(--dkr-text-muted); margin-top: 2px; }
.dkr-w-detail-close {
  background: var(--light-bg); border: 1px solid var(--dkr-border);
  border-radius: 6px; padding: 5px 12px; cursor: pointer;
  font-size: 12px; color: var(--dkr-text-muted); font-family: Arial, sans-serif;
}
.dkr-w-detail-close:hover { border-color: var(--dkr-teal); color: var(--dkr-teal); }
.dkr-w-detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
@media (max-width: 600px) { .dkr-w-detail-grid { grid-template-columns: 1fr; } }
.dkr-w-detail-section-title {
  font-size: 10px; font-weight: bold; text-transform: uppercase;
  letter-spacing: 1px; color: var(--dkr-teal); margin-bottom: 8px;
  padding-bottom: 4px; border-bottom: 1px solid rgba(28,155,161,0.2);
}
.dkr-w-detail-row {
  display: flex; justify-content: space-between; align-items: center;
  padding: 4px 0; border-bottom: 1px solid var(--dkr-border); font-size: 12px;
}
.dkr-w-detail-row:last-child { border-bottom: none; }
.dkr-w-detail-row-label { color: #4a5a6a; }
.dkr-w-detail-row-value { font-weight: bold; color: var(--dkr-navy); }
.dkr-w-detail-row-value.dkr-teal { color: var(--dkr-teal); }
.dkr-w-profile-box {
  background: var(--light-bg); border-radius: 8px; padding: 12px;
  margin-top: 14px; grid-column: 1 / -1;
}
.dkr-w-profile-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; margin-top: 8px; }
@media (max-width: 500px) { .dkr-w-profile-grid { grid-template-columns: 1fr 1fr; } }
.dkr-w-profile-item {
  background: var(--dkr-white); border: 1px solid var(--dkr-border);
  border-radius: 5px; padding: 7px; text-align: center;
}
.dkr-w-profile-icon { font-size: 14px; margin-bottom: 2px; }
.dkr-w-profile-label { font-size: 10px; color: var(--dkr-text-muted); }
.dkr-w-profile-val { font-size: 11px; font-weight: bold; color: var(--dkr-navy); }
.dkr-w-profile-val.dkr-good { color: var(--dkr-teal); }
.dkr-w-profile-val.dkr-mid { color: #e0922a; }
.dkr-w-profile-val.dkr-low { color: #c0392b; }
@media (max-width: 600px) {
  .dkr-widget-section { margin: 24px -16px; }
  .dkr-w-main { padding: 14px 14px; }
  .dkr-article-body { padding: 28px 16px; }
  .dkr-article-header { padding: 32px 16px; }
  .dkr-article-h1 { font-size: 24px; }
}

/* ── FAQ ── */
.dkr-faq-section { max-width: 820px; margin: 0 auto; padding: 0 32px 40px; }
.dkr-faq-section h2 { font-size: 22px; font-weight: bold; color: var(--dkr-navy); margin-bottom: 20px; padding-bottom: 8px; border-bottom: 2px solid var(--dkr-teal); }
.dkr-faq-item { border: 1px solid var(--dkr-border); border-radius: 8px; margin-bottom: 12px; overflow: hidden; }
.dkr-faq-q {
  background: var(--light-bg); padding: 14px 18px; cursor: pointer;
  font-size: 15px; font-weight: bold; color: var(--dkr-navy);
  display: flex; justify-content: space-between; align-items: center;
  user-select: none;
}
.dkr-faq-q:hover { background: #e8f0f4; }
.dkr-faq-q .dkr-faq-icon { color: var(--dkr-teal); font-size: 18px; flex-shrink: 0; }
.dkr-faq-a { padding: 14px 18px; font-size: 14px; color: #2d3e50; line-height: 1.7; display: none; border-top: 1px solid var(--dkr-border); }

/* ── CTA ── */
.dkr-cta-section {
  background: var(--dkr-navy);
  color: var(--dkr-white);
  text-align: center;
  padding: 40px 32px;
  margin-top: 8px;
}
.dkr-cta-section h2 { font-size: 24px; font-weight: bold; margin-bottom: 12px; color: var(--dkr-white); border: none; padding: 0; }
.dkr-cta-section p { font-size: 15px; color: rgba(255,255,255,0.8); margin-bottom: 24px; max-width: 600px; margin-left: auto; margin-right: auto; }
.dkr-cta-buttons { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.dkr-cta-btn {
  display: inline-block; padding: 13px 28px; border-radius: 6px;
  font-size: 14px; font-weight: bold; text-decoration: none; cursor: pointer;
  font-family: Arial, sans-serif;
}
.dkr-cta-btn-primary { background: var(--dkr-teal); color: var(--dkr-white); border: 2px solid var(--dkr-teal); }
.dkr-cta-btn-primary:hover { background: #179097; border-color: #179097; }
.dkr-cta-btn-secondary { background: transparent; color: var(--dkr-white); border: 2px solid rgba(255,255,255,0.4); }
.dkr-cta-btn-secondary:hover { border-color: var(--dkr-white); }

/* ── FOOTER ── */
.dkr-article-footer {
  background: #12202e;
  color: rgba(255,255,255,0.5);
  text-align: center;
  padding: 16px 24px;
  font-size: 11px;
  line-height: 1.8;
}
.dkr-article-footer a { color: var(--dkr-teal); text-decoration: none; }

/* ============================================================
   AUTHOR BOX — Julia (Blog-Artikel, am Ende jedes Artikels)
   Hinzugef&uuml;gt: 2026-05-23 | Google E-E-A-T Update
   ============================================================ */

.dkr-author-box {
  background: var(--dkr-bg-soft);
  border-left: 4px solid var(--dkr-teal);
  border-radius: var(--dkr-radius);
  padding: 24px 28px;
  margin: 40px 0 20px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.dkr-author-photo {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  object-position: top center;
  border: 3px solid var(--dkr-teal);
  flex-shrink: 0;
}
.dkr-author-info { flex: 1; min-width: 0; }
.dkr-author-label {
  font-size: 11px;
  font-weight: bold;
  color: var(--dkr-teal);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 4px;
  display: block;
}
.dkr-author-name {
  font-size: 18px;
  font-weight: bold;
  color: var(--dkr-navy);
  margin: 0 0 2px;
  display: block;
}
.dkr-author-role {
  font-size: 13px;
  color: var(--dkr-teal);
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
}
.dkr-author-bio {
  font-size: 13px;
  color: #374151;
  line-height: 1.6;
  margin-bottom: 12px;
}
.dkr-author-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
.dkr-author-badge {
  background: var(--dkr-navy);
  color: var(--dkr-white);
  font-size: 11px;
  padding: 3px 10px;
  border-radius: 12px;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
}
.dkr-author-badge--link {
  background: var(--dkr-teal);
  font-weight: bold;
}
.dkr-author-badge--link:hover {
  background: var(--dkr-teal-dark);
  color: var(--dkr-white);
}
@media (max-width: 520px) {
  .dkr-author-box { flex-direction: column; align-items: center; text-align: center; padding: 20px; }
  .dkr-author-badges { justify-content: center; }
}

/* ============================================================
   UEBER-UNS SEITE — Profil-Hero + Credentials + Services
   Hinzugef&uuml;gt: 2026-05-23 | Google E-E-A-T Update
   ============================================================ */

.dkr-profile-hero {
  background: var(--dkr-navy);
  border-radius: var(--dkr-radius-lg);
  padding: 40px;
  display: flex;
  gap: 32px;
  align-items: center;
  margin-bottom: 32px;
}
.dkr-profile-hero-photo {
  width: 200px;
  height: 260px;
  object-fit: cover;
  object-position: top center;
  border-radius: var(--dkr-radius);
  border: 3px solid var(--dkr-teal);
  flex-shrink: 0;
}
.dkr-profile-hero-content { flex: 1; }
.dkr-profile-eyebrow {
  color: var(--dkr-teal);
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 8px;
  display: block;
}
.dkr-profile-hero h1 {
  color: var(--dkr-white);
  font-size: 36px;
  margin: 0 0 6px;
  font-weight: bold;
  line-height: 1.1;
}
.dkr-profile-role {
  color: var(--dkr-teal);
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  display: block;
}
.dkr-profile-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.dkr-profile-badge {
  background: rgba(28,155,161,0.2);
  border: 1px solid var(--dkr-teal);
  color: var(--dkr-teal);
  font-size: 12px;
  padding: 5px 14px;
  border-radius: 20px;
  display: inline-block;
}
.dkr-profile-badge--ghost {
  background: rgba(255,255,255,0.1);
  border-color: rgba(255,255,255,0.3);
  color: var(--dkr-white);
}
.dkr-creds-section {
  background: var(--dkr-bg-soft);
  border-radius: var(--dkr-radius);
  padding: 28px;
  margin-bottom: 32px;
}
.dkr-creds-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 16px;
}
.dkr-cred-item {
  background: var(--dkr-white);
  border-radius: var(--dkr-radius);
  padding: 16px;
  border: 1px solid var(--dkr-border);
}
.dkr-cred-label {
  color: var(--dkr-teal);
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 4px;
  display: block;
}
.dkr-cred-value {
  font-size: 16px;
  font-weight: bold;
  color: var(--dkr-navy);
  margin-bottom: 2px;
  display: block;
}
.dkr-cred-sub {
  font-size: 12px;
  color: var(--dkr-text-muted);
  display: block;
}
/* Datumzeile unter Credentials-Grid (datePublished / dateModified) */
.dkr-creds-updated {
  font-size: 11px;
  color: var(--dkr-text-muted);
  margin-top: 16px;
  text-align: right;
  opacity: 0.75;
}
.dkr-creds-updated time { font-style: italic; }
.dkr-services-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 16px;
}
.dkr-service-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 14px;
  background: var(--dkr-bg-soft);
  border-radius: var(--dkr-radius);
}
.dkr-service-icon { font-size: 20px; flex-shrink: 0; line-height: 1.4; }
.dkr-service-title {
  font-weight: bold;
  font-size: 14px;
  color: var(--dkr-navy);
  margin-bottom: 4px;
  display: block;
}
.dkr-service-text {
  font-size: 13px;
  color: #374151;
  line-height: 1.5;
}
@media (max-width: 700px) {
  .dkr-profile-hero { flex-direction: column; align-items: center; text-align: center; padding: 28px 20px; }
  .dkr-profile-hero-photo { width: 140px; height: 180px; }
  .dkr-profile-badges { justify-content: center; }
  .dkr-creds-grid { grid-template-columns: 1fr; }
  .dkr-services-grid { grid-template-columns: 1fr; }
  .dkr-partner-card { flex-direction: column; align-items: center; text-align: center; padding: 28px 20px; }
  .dkr-partner-photo { width: 140px; height: 180px; }
  .dkr-partner-badges { justify-content: center; }
  .dkr-cert-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   PARTNER CARD — Tim (Co-Geschäftsführer)
   ============================================================ */
.dkr-partner-card {
  background: var(--dkr-bg-soft);
  border-radius: var(--dkr-radius-lg);
  padding: 40px;
  display: flex;
  gap: 32px;
  align-items: center;
  margin-bottom: 32px;
  border-left: 4px solid var(--dkr-teal);
}
.dkr-partner-photo {
  width: 200px;
  height: 260px;
  object-fit: cover;
  object-position: top center;
  border-radius: var(--dkr-radius);
  border: 3px solid var(--dkr-teal);
  flex-shrink: 0;
}
.dkr-partner-content { flex: 1; }
.dkr-partner-eyebrow {
  color: var(--dkr-teal);
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 8px;
  display: block;
}
.dkr-partner-name {
  font-size: 30px;
  font-weight: bold;
  color: var(--dkr-navy);
  margin: 0 0 6px;
  line-height: 1.1;
  display: block;
}
.dkr-partner-role {
  color: var(--dkr-teal);
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 16px;
  display: block;
}
.dkr-partner-bio {
  font-size: 15px;
  color: #374151;
  line-height: 1.65;
  margin-bottom: 16px;
}
.dkr-partner-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.dkr-partner-badge {
  background: rgba(30,45,62,0.08);
  border: 1px solid var(--dkr-navy);
  color: var(--dkr-navy);
  font-size: 12px;
  padding: 5px 14px;
  border-radius: 20px;
  display: inline-block;
}

/* ============================================================
   ZERTIFIKATE — Offizielle Lizenzen & Dokumente
   ============================================================ */
.dkr-cert-section {
  background: var(--dkr-navy);
  border-radius: var(--dkr-radius-lg);
  padding: 40px;
  margin-bottom: 32px;
}
.dkr-cert-section .section-title {
  color: var(--dkr-white);
  margin-bottom: 10px;
}
.dkr-cert-intro {
  color: rgba(255,255,255,0.78);
  font-size: 15px;
  line-height: 1.65;
  margin-bottom: 28px;
}
.dkr-cert-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.dkr-cert-card {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(28,155,161,0.4);
  border-radius: var(--dkr-radius);
  overflow: hidden;
}
.dkr-cert-img-wrap {
  height: 200px;
  overflow: hidden;
  background: rgba(255,255,255,0.04);
}
.dkr-cert-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
  transition: transform 0.3s ease;
}
.dkr-cert-card:hover .dkr-cert-img { transform: scale(1.03); }
.dkr-cert-body { padding: 16px; }
.dkr-cert-badge {
  display: inline-block;
  background: rgba(28,155,161,0.22);
  border: 1px solid var(--dkr-teal);
  color: var(--dkr-teal);
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 3px 10px;
  border-radius: 20px;
  margin-bottom: 8px;
}
.dkr-cert-title {
  font-size: 14px;
  font-weight: bold;
  color: var(--dkr-white);
  margin-bottom: 6px;
  display: block;
}
.dkr-cert-desc {
  font-size: 12px;
  color: rgba(255,255,255,0.68);
  line-height: 1.55;
}

/* ============================================================
   MOBILE FULL-WIDTH FIX — Über-uns Seite
   Problem: Houzez .page-content-wrap (40px) + Elementor .e-con (10px)
            = 50px weisser Rand pro Seite auf Mobile
   Lösung:  Container-Padding aufheben, internes Padding zurückgeben
   Datum:   2026-05-24
   ============================================================ */
@media (max-width: 768px) {

  /* ── Stufe 1: Container-Padding via :has() aufheben (moderne Browser) ── */
  .page-content-wrap:has(.page-wrapper) {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .e-con:has(.page-wrapper),
  .e-con-inner:has(.page-wrapper) {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  /* ── Stufe 2: Fallback negative Margin (wenn :has() nicht greift) ── */
  .page-wrapper {
    margin-left: -50px; /* 40px page-content-wrap + 10px elementor */
    margin-right: -50px;
    overflow-x: hidden;
  }
  /* Reset wenn :has() greift */
  .page-content-wrap:has(.page-wrapper) .page-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  /* ── Stufe 3: Sections seitenbreit, kein border-radius an Kanten ── */
  .page-wrapper > div {
    border-radius: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  /* ── Stufe 4: Internes Padding für lesbare Texte zurückgeben ── */
  .page-wrapper .alanya-section {
    padding: 28px 20px !important;
  }
  .page-wrapper .dkr-creds-section {
    padding: 28px 20px !important;
  }
  .page-wrapper .dkr-cta-section {
    padding: 32px 20px !important;
  }
  .page-wrapper .dkr-profile-hero {
    padding: 28px 16px !important;
  }
  .page-wrapper .dkr-partner-card {
    padding: 28px 16px !important;
  }
  .page-wrapper .dkr-cert-section {
    padding: 32px 16px !important;
  }
}

/* ── FAQ-Sektion (/ueber-uns/) ───────────────────────────────── */
.dkr-faq {
  max-width: 780px;
  margin: 60px auto 0;
  padding: 0 20px;
}
.dkr-faq-headline {
  font-size: 22px;
  font-weight: 700;
  color: var(--dkr-navy);
  margin: 0 0 28px;
  text-align: center;
  font-family: Arial, sans-serif;
}
.dkr-faq-list {
  margin: 0;
  padding: 0;
}
details.dkr-faq-item {
  border-top: 1px solid #dce4eb;
  overflow: visible !important; /* Houzez post-6.css setzt overflow:hidden auf .dkr-faq-item — override nötig */
}
details.dkr-faq-item:last-child {
  border-bottom: 1px solid #dce4eb;
}
details.dkr-faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 20px 44px 20px 20px;
  position: relative;
  font-size: 16px;
  font-weight: 700;
  color: var(--dkr-navy);
  line-height: 1.4;
  font-family: Arial, sans-serif;
  border-left: 4px solid var(--dkr-teal);
  user-select: none;
}
details.dkr-faq-item summary::-webkit-details-marker { display: none; }
details.dkr-faq-item summary::marker { display: none; }
details.dkr-faq-item summary::after {
  content: '+';
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  font-weight: 300;
  color: var(--dkr-teal);
  line-height: 1;
}
details.dkr-faq-item[open] > summary::after {
  content: '×';
  font-size: 22px;
}
details.dkr-faq-item[open] > summary {
  color: var(--dkr-teal);
}
.dkr-faq-answer {
  /* Klasse umbenannt von .dkr-faq-a → .dkr-faq-answer (Houzez post-6.css hatte Konflikt) */
  font-size: 15px;
  color: #4a5568;
  line-height: 1.7;
  margin: 0;
  padding: 10px 16px 22px 24px;
  font-family: Arial, sans-serif;
}
/* Houzez override — setzt display:none und overflow:hidden auf FAQ-Klassen */
details.dkr-faq-item { overflow: visible !important; }
details.dkr-faq-item[open] .dkr-faq-answer { display: block !important; }
@media (max-width: 600px) {
  .dkr-faq { margin-top: 40px; }
  details.dkr-faq-item summary { font-size: 15px; padding: 18px 40px 18px 16px; }
}

/* ============================================================
   SEITEN-META — datePublished / dateModified Zeitstempel
   Maschinenlesbar für Google & KI-Crawler (GEO)
   ============================================================ */
.dkr-page-meta {
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #9aa5b4;
  text-align: center;
  margin: 40px auto 0;
  padding: 16px 0 0;
  border-top: 1px solid #e8ecf0;
  max-width: 600px;
}
.dkr-page-meta time {
  font-weight: 600;
  color: #6b7a8d;
}


/* ============================================================
   IKAMET SPERRLISTE BLOG — Artikel-spezifische CSS-Klassen
   Hinzugefügt: 2026-05-28 | Post: ikamet-sperrliste-tuerkei-2026
   ============================================================ */

/* --- WhatsApp Float Button --- */
.dkr-wa-float {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 9999;
  background: #25D366;
  border-radius: 50%;
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 16px rgba(37,211,102,0.4);
  text-decoration: none;
  animation: dkr-pulse 2.2s infinite;
}
.dkr-wa-float:hover { background: #1da851; transform: scale(1.08); }
@keyframes dkr-pulse {
  0%,100% { box-shadow: 0 4px 16px rgba(37,211,102,0.4); }
  50%      { box-shadow: 0 4px 28px rgba(37,211,102,0.75); }
}

/* --- Page Wrapper --- */
.decker-page {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 20px 60px;
  font-family: Arial, sans-serif;
  color: #1E2D3E;
  line-height: 1.7;
}

/* --- Hero --- */
.decker-hero {
  background: linear-gradient(135deg, #1E2D3E 0%, #162433 100%);
  color: #fff;
  padding: 52px 36px 44px;
  border-radius: 14px;
  margin-bottom: 40px;
  text-align: center;
}
.decker-hero-brand {
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #1C9BA1;
  margin-bottom: 14px;
  font-weight: 600;
}
.decker-hero-sub {
  font-size: 0.95rem;
  color: rgba(255,255,255,0.75);
  margin-top: 10px;
}
.decker-hero-tags {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}

/* --- Tags & Labels --- */
.decker-tag {
  background: rgba(28,155,161,0.18);
  color: #1C9BA1;
  border: 1px solid rgba(28,155,161,0.35);
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 0.78rem;
  font-weight: 600;
}
.decker-label {
  display: inline-block;
  background: rgba(28,155,161,0.1);
  color: #1C9BA1;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 4px;
  margin-bottom: 10px;
}
.decker-update-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #1C9BA1;
  color: #fff;
  font-weight: 700;
  font-size: 0.85rem;
  padding: 5px 14px;
  border-radius: 6px;
  margin-bottom: 12px;
}
.badge-num {
  background: #fff;
  color: #1C9BA1;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  font-weight: 800;
}

/* --- Article Header --- */
.decker-article-header {
  border-left: 4px solid #1C9BA1;
  padding: 20px 24px;
  background: #f5fafa;
  border-radius: 0 10px 10px 0;
  margin-bottom: 36px;
}
.decker-article-title {
  font-size: 1.35rem;
  font-weight: 700;
  color: #1E2D3E;
  line-height: 1.35;
  margin: 8px 0;
}
.decker-article-intro {
  color: #4a5568;
  font-size: 1rem;
  margin-top: 8px;
}
.decker-article-meta {
  font-size: 0.82rem;
  color: #718096;
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  align-items: center;
}
.decker-sep { color: #cbd5e0; margin: 0 2px; }

/* --- Section --- */
.decker-section {
  margin-bottom: 44px;
}
.decker-update-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 32px 28px;
  margin-bottom: 40px;
  box-shadow: 0 2px 12px rgba(30,45,62,0.06);
}

/* --- Headings --- */
.decker-h2 {
  font-size: 1.45rem;
  font-weight: 700;
  color: #1E2D3E;
  margin: 0 0 16px;
  padding-bottom: 10px;
  border-bottom: 2px solid #e2e8f0;
}
.decker-h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #1E2D3E;
  margin: 20px 0 10px;
}

/* --- Key Facts Counter Grid --- */
.decker-keyfacts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 44px;
}
@media (max-width: 640px) {
  .decker-keyfacts { grid-template-columns: repeat(2, 1fr); }
}
.decker-fact {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-top: 3px solid #1C9BA1;
  border-radius: 10px;
  padding: 20px 16px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(30,45,62,0.06);
}
.decker-fact-val {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: #1C9BA1;
  line-height: 1.1;
}
.decker-fact-lbl {
  display: block;
  font-size: 0.78rem;
  color: #64748b;
  margin-top: 6px;
  line-height: 1.4;
}
.counter { transition: color 0.3s; }

/* --- Table --- */
.decker-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
  margin: 16px 0;
}
.decker-table th {
  background: #1E2D3E;
  color: #fff;
  padding: 10px 14px;
  text-align: left;
  font-weight: 600;
}
.decker-table td {
  padding: 10px 14px;
  border-bottom: 1px solid #e2e8f0;
  vertical-align: top;
}
.decker-table tr:nth-child(even) td { background: #f8fafc; }
.decker-table tr:hover td { background: #f0fafa; }

/* --- Status Cells --- */
.decker-status-ok  { color: #16a34a; font-weight: 700; white-space: nowrap; }
.decker-status-bad { color: #dc2626; font-weight: 700; white-space: nowrap; }
.decker-status-warn{ color: #d97706; font-weight: 700; white-space: nowrap; }
.yes    { color: #16a34a; font-weight: 700; }
.no     { color: #dc2626; font-weight: 700; }
.neutral{ color: #d97706; font-weight: 700; }

/* --- Compare Box --- */
.decker-compare-box {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 24px;
  margin: 20px 0;
  overflow-x: auto;
}

/* --- Progress Bars --- */
.decker-bars {
  margin: 24px 0;
}
.decker-bar-title {
  font-size: 0.85rem;
  font-weight: 700;
  color: #1E2D3E;
  margin-bottom: 14px;
}
.decker-bar-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.decker-bar-lbl {
  min-width: 130px;
  font-size: 0.82rem;
  color: #1E2D3E;
  font-weight: 600;
}
.decker-bar-track {
  flex: 1;
  height: 14px;
  background: #e2e8f0;
  border-radius: 7px;
  overflow: hidden;
}
.decker-bar-fill {
  height: 100%;
  background: linear-gradient(90deg, #1C9BA1, #15b8c0);
  border-radius: 7px;
  transition: width 1.2s ease;
}
.decker-bar-fill[data-status="bad"] { background: linear-gradient(90deg,#dc2626,#ef4444); }
.decker-bar-fill[data-status="warn"]{ background: linear-gradient(90deg,#d97706,#f59e0b); }
.decker-bar-pct {
  min-width: 46px;
  font-size: 0.82rem;
  font-weight: 700;
  color: #1C9BA1;
  text-align: right;
}

/* --- Alerts & Warnings --- */
.decker-alert {
  border-left: 4px solid #1C9BA1;
  background: #f0fafa;
  padding: 16px 20px;
  border-radius: 0 8px 8px 0;
  margin: 20px 0;
  font-size: 0.92rem;
}
.decker-warning {
  border-left: 4px solid #d97706;
  background: #fffbeb;
  padding: 16px 20px;
  border-radius: 0 8px 8px 0;
  margin: 20px 0;
  font-size: 0.92rem;
}

/* --- Check Grid (✓/✗ two columns) --- */
.decker-check-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin: 20px 0;
}
@media (max-width: 600px) {
  .decker-check-grid { grid-template-columns: 1fr; }
}
.decker-check-col {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 20px;
}
.decker-check-col h3 { margin-top: 0; }

/* --- Quick Takes --- */
.decker-quicktakes {
  background: #1E2D3E;
  color: #fff;
  border-radius: 12px;
  padding: 32px 28px;
  margin: 40px 0;
}
.decker-quicktakes .decker-h2 {
  color: #fff;
  border-bottom-color: rgba(255,255,255,0.15);
}
.decker-qt-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.decker-qt-item:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
.decker-qt-icon {
  background: #1C9BA1;
  color: #fff;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  min-width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 0.9rem;
}

/* --- List --- */
.decker-list {
  padding-left: 20px;
  margin: 12px 0;
}
.decker-list li {
  margin-bottom: 8px;
  line-height: 1.6;
}

/* --- CTA Box --- */
.decker-cta-box {
  background: linear-gradient(135deg, #1E2D3E 0%, #1C9BA1 100%);
  color: #fff;
  border-radius: 14px;
  padding: 40px 32px;
  text-align: center;
  margin: 44px 0;
}
.decker-cta-title {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.decker-cta-text {
  font-size: 1rem;
  opacity: 0.9;
  margin-bottom: 8px;
}
.decker-cta-sub {
  font-size: 0.82rem;
  opacity: 0.7;
  margin-bottom: 22px;
}
.decker-cta-button {
  display: inline-block;
  background: #fff;
  color: #1E2D3E;
  font-weight: 700;
  font-size: 0.95rem;
  padding: 12px 28px;
  border-radius: 8px;
  text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s;
}
.decker-cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.2);
  color: #1E2D3E;
}

/* --- Animate (scroll fade-in, JS-triggered — Progressive Enhancement) ---
   WICHTIG: opacity:0 NIEMALS direkt auf .decker-animate setzen!
   JS setzt erst .will-animate, dann .is-visible.
   Ohne JS bleibt Inhalt sichtbar (Progressive Enhancement). */
.decker-animate {
  transition: opacity 0.6s ease, transform 0.6s ease;
  /* KEIN opacity:0 hier — nur JS setzt will-animate */
}
.decker-animate.will-animate {
  opacity: 0;
  transform: translateY(20px);
}
.decker-animate.will-animate.is-visible {
  opacity: 1;
  transform: translateY(0);
}
/* Backwards-Kompatibilität für ältere Artikel die dkr-visible nutzen */
.decker-animate.dkr-visible {
  opacity: 1;
  transform: translateY(0);
}
.decker-animate-delay-1 { transition-delay: 0.15s; }

/* --- Fazit-Box: Navy-Hintergrund mit weißer Schrift --- */
#fazit { background: #1E2D3E !important; border-radius: 12px; padding: 24px; }
#fazit .decker-h2 { color: #ffffff !important; }
#fazit > p { color: rgba(255,255,255,0.88) !important; }
#fazit .decker-update-badge { background: #1C9BA1 !important; color: #fff !important; }
#fazit .decker-qt-item { background: rgba(255,255,255,0.07) !important; border-left: 3px solid #1C9BA1; }
#fazit .decker-qt-item > div { color: #ffffff !important; }
#fazit .decker-qt-item strong { color: #1C9BA1 !important; }
#fazit .decker-qt-icon { background: #1C9BA1 !important; color: #ffffff !important; }

/* --- FAQ (Houzez override — PFLICHT !important) --- */
.decker-faq-section { margin: 40px 0; }
.decker-faq-item {
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  margin-bottom: 8px;
  overflow: hidden;
}
.decker-faq-item summary {
  display: block !important;
  position: relative !important;
  list-style: none !important;
  cursor: pointer !important;
  padding: 16px 48px 16px 20px !important;
  font-weight: 600 !important;
  background: #f8fafc !important;
  color: #1E2D3E !important;
  font-size: 0.95rem !important;
}
.decker-faq-item summary::after {
  content: '+' !important;
  position: absolute !important;
  right: 16px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  font-size: 22px !important;
  font-weight: 300 !important;
  color: #1C9BA1 !important;
}
.decker-faq-item[open] > summary::after {
  content: '\00D7' !important;
  font-size: 20px !important;
}
.decker-faq-item summary::-webkit-details-marker { display: none !important; }
.decker-faq-item summary::marker { display: none !important; }
.decker-faq-answer {
  padding: 16px 20px 20px;
  font-size: 0.9rem;
  line-height: 1.7;
  color: #4a5568;
  background: #fff;
}
.decker-faq-icon { display: none; }

/* City Tabs (if used) */
.dkr-city-tab {
  padding: 8px 20px;
  border: 2px solid #1C9BA1;
  border-radius: 6px;
  cursor: pointer;
  background: transparent;
  color: #1C9BA1;
  font-weight: 700;
  font-size: 0.88rem;
  transition: all 0.2s;
}
.dkr-city-tab.active, .dkr-city-tab:hover {
  background: #1C9BA1;
  color: #fff;
}
.dkr-city-content { display: none; }
.dkr-city-content.active { display: block; }

/* ============================================================ *//* End custom CSS */