body {
  font-family: 'Inter', sans-serif;
}

h1, h2, h3, h4 {
  font-family: 'Playfair Display', serif;
color:#719139;
}
@font-face {
  font-family: 'Playfair Display';
  src: url('/fonts/Playfair-VariableFont_opsz,wdth,wght.ttf') format('truetype-variations');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Playfair Display';
  src: url('/fonts/Playfair-Italic-VariableFont_opsz,wdth,wght.ttf') format('truetype-variations');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('/fonts/Inter-VariableFont_opsz,wght.ttf') format('truetype-variations');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('/fonts/Inter-Italic-VariableFont_opsz,wght.ttf') format('truetype-variations');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
/* MegaMenu: Schrift normal statt bold */
.sp-megamenu-parent > li > a,
.sp-megamenu-parent .sp-dropdown li a {
    font-weight: normal !important;
}

/* MegaMenu: Keine Großbuchstaben */
.sp-megamenu-parent > li > a,
.sp-megamenu-parent .sp-dropdown li a {
    text-transform: none !important;
}

/* Optional: Untermenü ebenfalls normalisieren */
.sp-megamenu-parent .sp-dropdown li a {
    font-weight: normal !important;
    text-transform: none !important;
}
.sp-megamenu-parent .sp-mega-group > li > a.mega-title,
.sp-megamenu-parent .sp-mega-group > li > a.mega-title:link,
.sp-megamenu-parent .sp-mega-group > li > a.mega-title:visited,
.sp-megamenu-parent .sp-mega-group > li > a.mega-title:hover,
.sp-megamenu-parent .sp-mega-group > li > a.mega-title:active {
    font-size: 18px;
    font-weight: 600;
    color: #2A3A4A;
    padding: 6px 0;
    text-transform: none;
    display: block;
    text-decoration: none;
}
/* Nur Schrift rot, kompakte Variante */
.menu-btn-red-text--compact {
  display: inline-block;
  padding: 0.18rem 0.5rem;
  background-color: transparent;
  color: #b30505;
  border-radius: 5px;
  font-weight: 500;
  font-family: "Roboto Condensed", "Arial Narrow", Arial, sans-serif;
  font-size: 0.94rem;
  line-height: 1;
  text-decoration: none;
  transition: color 140ms ease, background-color 140ms ease, transform 100ms ease;
}

.menu-btn-red-text--compact:hover,
.menu-btn-red-text--compact:focus {
  color: #8a0404;
  background-color: rgba(179,5,5,0.06);
  transform: translateY(-1px);
  outline: none;
}
.sppb-btn-success {
    color: #fff;
    background-color: #88bf29;
    border-color: #88bf29;
}
.sp-slider .sp-item.active .sp-background {
    animation: kenburns 20s ease-in-out infinite;
}
@keyframes kenburns {
    0% {transform: scale(1) translate(0, 0);}
    100% {transform: scale(1.4) translate(-5%, -5%);}
}

/* footer*/
footer.footer {
    background-color: #1A1A1A; /* dunkles Premium-Schwarz */
    color: #FFFFFF;           /* weißer Text */
    padding-top: 60px;
    padding-bottom: 40px;
    font-family: "Inter", sans-serif;
}
footer.footer a {
    color: #EAEAEA;
    text-decoration: none;
}

footer.footer a:hover {
    color: #7FB800; /* Apfelgrün */
}
.footer-logo img {
    max-width: 160px;
    height: auto;
    filter: drop-shadow(0 0 4px rgba(0,0,0,0.4));
}

.footer-claim {
    font-size: 1.15rem;
    font-weight: 300;
    margin-top: 15px;
    color: #EAEAEA;
}
.footer-links li {
    margin-bottom: 8px;
}

.footer-links a {
    font-size: 0.95rem;
    transition: color 0.2s ease;
}
.footer-contact p {
    margin-bottom: 6px;
    font-size: 0.95rem;
}
.footer .btn-success {
    background-color: #7FB800; /* Apfelgrün */
    border: none;
color: #FFFFFF !important;
    padding: 12px 18px;
    font-size: 1rem;
    font-weight: 600;
    transition: background-color 0.2s ease;
}

.footer .btn-success:hover {
    background-color: #6AA300;
}
@media (max-width: 768px) {
    footer.footer {
        text-align: center;
    }

    .footer .row > div {
        margin-bottom: 30px;
    }

    .footer-logo img {
        margin-bottom: 20px;
    }
}
/* Topbar Anfragebutton */
.topbar-btn {
    background-color: #b30505; /* rot */
    color: #FFFFFF !important; /* weiße Schrift */
   padding: 8px 8px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.2s ease;
}

.topbar-btn:hover {
    background-color: #6AA300;
}
/* Highlight für MegaMenu UND Offcanvas */
.sp-megamenu-wrapper a.highlight-preise,
.offcanvas-menu a.highlight-preise {
   border: 2px solid #b30505;
background: #b30505;
color: #FFFFFF !important; /* weiße Schrift */
    border-radius: 4px;
    font-weight: 700;
}
/********************************************
 * OFFCANVAS – SAUBERER FIX
 * Parents normal, Untermenüs eingerückt,
 * dicke Finger wieder sichtbar
 ********************************************/

/* 1. Dicke-Finger-Klickflächen wieder aktiv */
.offcanvas-menu li a {
    padding: 14px 20px !important;
    font-size: 1rem;
    display: block;
}

/* 2. Parents NICHT einrücken */
.offcanvas-menu .menu-parent > a {
    padding-left: 20px !important;   /* Standard */
    pointer-events: auto !important; /* klickbar */
}

/* 3. Untermenüs sauber einrücken */
.offcanvas-menu .menu-parent > ul a {
    padding-left: 40px !important;   /* EINRÜCKUNG */
    font-size: 0.95rem;
    font-weight: 400;
}

/* 4. Abstand zwischen Parent und Untermenü */
.offcanvas-menu .menu-parent > ul {
    margin-top: 4px;
    margin-bottom: 6px;
}

/* 5. Toggle-Icon sichtbar lassen */
.offcanvas-menu .menu-parent > a .toggle-icon {
    display: inline-block !important;
}
/********************************************
 * OFFCANVAS – HELL & EDEL (Branding Altes Land)
 ********************************************/

/* Hintergrund – hell, freundlich, klassisch */
#offcanvas {
    background: #fafafa !important;
    color: #333 !important;
    box-shadow: -4px 0 20px rgba(0,0,0,0.15);
}

/* Breite – angenehm großzügig */
#offcanvas,
.offcanvas-menu {
    max-width: 420px !important;
}
/* Untermenüs – fein eingerückt, hell & leicht */
.offcanvas-menu .menu-parent > ul a {
    padding: 12px 28px !important;
    font-size: 0.95rem;
    color: #555 !important;
    border-left: 2px solid rgba(127,184,0,0.25);
}

/* Abstand zwischen Parent und Untermenü */
.offcanvas-menu .menu-parent > ul {
    margin-top: 6px;
    margin-bottom: 10px;
}

/* Hover – freundlich, hell, naturverbunden */
.offcanvas-menu li a:hover {
    background: rgba(127,184,0,0.12) !important;
    color: #222 !important;
}

/* Toggle-Icon – dezent */
.offcanvas-menu .menu-parent > a .toggle-icon {
    opacity: 0.6;
}

/* Social Icons & Kontakt – Branding-Grün */
.offcanvas-social a,
.offcanvas-contact a {
    color: #7FB800 !important;
    font-weight: 600;
}
/********************************************
 * OFFCANVAS – EINHEITLICHE HAUPTKATEGORIEN
 ********************************************/

.offcanvas-menu > li > a,
.offcanvas-menu .offcanvas-parent,
.offcanvas-menu .offcanvas-category {
    font-size: 1.15rem;
    font-weight: 600;
    padding: 14px 20px !important;
    color: #2a2a2a !important;
    background: rgba(0,0,0,0.03);
    border-left: 4px solid #7FB800; /* Branding-Grün */
    border-bottom: 1px solid rgba(0,0,0,0.08); /* zarter Unterstrich */
    display: block;
}
/*
  Feriendorf Altes Land -- gemeinsames Stylesheet fuer alle "fdal-*"-Bausteine
  (Ferienhaeuser-Filter, spaeter auch die Preise-Seite im gleichen Look).
  /*
  Feriendorf Altes Land -- gemeinsames Stylesheet fuer alle "fdal-*"-Bausteine
  (Ferienhaeuser-Filter, spaeter auch die Preise-Seite im gleichen Look).
  ============================================================================
  EINBAU (Joomla / Helix Ultimate):
  Extensions -> Templates -> [euer Template-Style] -> Template Options ->
  Advanced-Tab -> Custom Code -> Custom CSS-Feld -> diesen kompletten Inhalt
  einfuegen -> Speichern.

  Laedt einmal fuer die ganze Seite (statt in jedem Custom-HTML-Modul einzeln),
  wird vom Browser gecacht und kann von mehreren Seiten wiederverwendet werden
  (z.B. /ferienhaeuser UND /angebote), solange dort dieselben "fdal-*"-Klassen
  verwendet werden.

  ALLE Klassen sind mit "fdal-" prefixed, um Konflikte mit Helix-Ultimate-
  eigenen Klassen zu vermeiden. Bitte dieses Prefix beibehalten, wenn neue
  Bausteine (z.B. fuer die Preise-Seite) ergaenzt werden.

  FARBEN ANPASSEN: siehe CSS-Variablen ganz oben unter ".fdal-app".
  Einmal aendern, wirkt sich auf alle Seiten aus, die dieses Stylesheet nutzt.
*/

.fdal-app {
  --fdal-accent: #2f6f52;
  --fdal-brand-green: #719139;
  --fdal-accent-dark: #1f4d38;
  --fdal-accent-2: #1a5276;
  --fdal-360: #7ec53e;
  --fdal-360-dark: #5a9a24;
  --fdal-urgent: #c0392b;
  --fdal-urgent-dark: #96291d;
  --fdal-warm-bg: #fbf3e9;
  --fdal-card-bg: #ffffff;
  --fdal-bg: #f7f5ef;
  --fdal-border: #e3ddcf;
  --fdal-text: #2b2a26;
  --fdal-text-muted: #706d63;
  --fdal-radius: 10px;
  font-family: inherit;
  color: var(--fdal-text);
}
.fdal-app *, .fdal-app *::before, .fdal-app *::after { box-sizing: border-box; }
.fdal-app svg { display: block; }

.fdal-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  background: var(--fdal-bg);
  border: 1px solid var(--fdal-border);
  border-radius: var(--fdal-radius);
  padding: 14px 16px;
  margin-bottom: 16px;
}
.fdal-toolbar-group { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.fdal-toolbar-label { font-size: 13px; color: var(--fdal-text-muted); white-space: nowrap; }

.fdal-pbtn {
  border: 1px solid var(--fdal-border);
  background: #fff;
  border-radius: 6px;
  padding: 5px 12px;
  font-size: 13px;
  cursor: pointer;
  color: var(--fdal-text);
}
.fdal-pbtn[aria-pressed="true"] {
  background: var(--fdal-accent);
  border-color: var(--fdal-accent-dark);
  color: #fff;
}

.fdal-toolbar input[type="range"] { width: 130px; accent-color: var(--fdal-accent); }
.fdal-toolbar select {
  font-size: 13px;
  padding: 5px 8px;
  border: 1px solid var(--fdal-border);
  border-radius: 6px;
  background: #fff;
  color: var(--fdal-text);
}
.fdal-checklabel {
  display: flex; align-items: center; gap: 6px;
  font-size: 13px; cursor: pointer; user-select: none;
}
.fdal-checklabel input { accent-color: var(--fdal-accent); }

.fdal-count { margin-left: auto; font-size: 13px; color: var(--fdal-text-muted); }

.fdal-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 18px;
}

.fdal-card {
  background: var(--fdal-card-bg);
  border: 1px solid var(--fdal-border);
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.fdal-card.fdal-hidden { display: none; }

.fdal-card-img { position: relative; width: 100%; aspect-ratio: 4/3; background: var(--fdal-bg); overflow: hidden; }
.fdal-card-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.fdal-card-img.fdal-img-fallback img { display: none; }
.fdal-card-img-fallback {
  display: none;
  position: absolute; inset: 0;
  align-items: center; justify-content: center;
  color: var(--fdal-text-muted);
}
.fdal-card-img.fdal-img-fallback .fdal-card-img-fallback { display: flex; }

.fdal-eben-flag {
  position: absolute; top: 8px; left: 8px;
  background: var(--fdal-accent-2);
  color: #fff;
  font-size: 11px;
  padding: 3px 8px;
  border-radius: 999px;
  display: flex; align-items: center; gap: 4px;
}

/* 360-Grad-Rundgang-Badge: kleiner Kreis oben rechts auf dem Kartenbild.
   Nur bei Haeusern mit hinterlegtem Rundgang vorhanden (siehe HTML-Kommentar
   "360-GRAD-RUNDGANG ERGAENZEN" in der HTML-Datei). */
.fdal-360-badge {
  position: absolute; top: 8px; right: 8px;
  width: 40px; height: 40px;
  border-radius: 50%;
  background: var(--fdal-360);
  color: #12240a !important;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-decoration: none !important;
  font-weight: 700;
  line-height: 1;
  border: 2px solid #fff;
  box-shadow: 0 1px 4px rgba(0,0,0,.25);
  transition: transform .15s ease, background .15s ease;
}
.fdal-360-badge:hover { background: var(--fdal-360-dark); transform: scale(1.08); }
.fdal-360-badge span { font-size: 10.5px; letter-spacing: .2px; }
.fdal-360-badge svg { margin-bottom: 1px; }

.fdal-card-body { padding: 14px 16px 16px; display: flex; flex-direction: column; flex: 1; }
.fdal-card-title { font-size: 16px; font-weight: 600; margin: 0 0 6px; color: var(--fdal-brand-green); }
.fdal-card-highlight { font-size: 13px; color: var(--fdal-text-muted); margin: 0 0 10px; line-height: 1.5; }

.fdal-badges { list-style: none; display: flex; flex-wrap: wrap; gap: 6px 12px; padding: 0; margin: 0 0 8px; }
.fdal-badges li { display: flex; align-items: center; gap: 4px; font-size: 12.5px; color: var(--fdal-text-muted); }

.fdal-beds {
  display: flex; gap: 6px; align-items: flex-start;
  font-size: 12.5px; color: var(--fdal-text-muted);
  margin: 0 0 10px; line-height: 1.45;
}
.fdal-beds svg { flex-shrink: 0; margin-top: 2px; }

.fdal-details { margin: 0 0 12px; border-top: 1px solid var(--fdal-border); padding-top: 10px; }
.fdal-details summary {
  cursor: pointer; font-size: 12.5px; font-weight: 600; color: var(--fdal-accent-dark);
  list-style: none;
}
.fdal-details summary::-webkit-details-marker { display: none; }
.fdal-details summary::after { content: "Ausstattung anzeigen"; }
.fdal-details[open] summary::after { content: "Ausstattung verbergen"; }
.fdal-details ul {
  margin: 8px 0 0; padding-left: 18px; font-size: 12.5px; color: var(--fdal-text-muted); line-height: 1.6;
}

.fdal-card-footer {
  margin-top: auto;
  display: flex; align-items: center; justify-content: space-between; gap: 10px;
  padding-top: 6px;
}
.fdal-price { font-size: 13.5px; }
.fdal-price strong { font-size: 15px; color: var(--fdal-text); }
.fdal-price-label { display: block; font-size: 11px; color: var(--fdal-text-muted); }
.fdal-price small { display: block; font-size: 10.5px; color: var(--fdal-accent-dark); font-weight: 600; margin-top: 1px; }
.fdal-btn {
  display: inline-flex; align-items: center; gap: 5px;
  background: var(--fdal-accent);
  color: #fff !important;
  text-decoration: none !important;
  font-size: 13px;
  font-weight: 600;
  padding: 7px 14px;
  border-radius: 6px;
  white-space: nowrap;
}
.fdal-btn:hover { background: var(--fdal-accent-dark); }
.fdal-btn { cursor: pointer; border: none; font-family: inherit; }

/* Buchen-Button (primaer, Markengruen) + Anfragen-Button (sekundaer, Outline) */
.fdal-btn-book {
  background: var(--fdal-brand-green) !important;
  padding: 10px 20px; font-size: 14px;
}
.fdal-btn-book:hover { background: #5f7a2f !important; }
.fdal-btn-outline {
  display: inline-flex; align-items: center; gap: 5px;
  background: transparent !important; color: var(--fdal-text) !important;
  border: 1.5px solid var(--fdal-border) !important; text-decoration: none !important;
  font-size: 14px; font-weight: 600; padding: 9px 18px; border-radius: 6px;
  white-space: nowrap; cursor: pointer; font-family: inherit;
}
.fdal-btn-outline:hover { border-color: var(--fdal-text) !important; }
.fdal-cta-group { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
@media (max-width: 480px) {
  .fdal-cta-group { flex-direction: column; align-items: stretch; }
  .fdal-cta-group .fdal-btn, .fdal-cta-group .fdal-btn-outline { justify-content: center; }
}

@media (max-width: 480px) {
  .fdal-toolbar { flex-direction: column; align-items: stretch; }
  .fdal-count { margin-left: 0; }
}

/* Trust-Block "Im Mietpreis enthalten" + Google-Bewertungs-Badge */
.fdal-trust {
  display: flex; flex-wrap: wrap; align-items: center; gap: 10px 28px;
  background: var(--fdal-bg); border: 1px solid var(--fdal-border);
  border-radius: var(--fdal-radius); padding: 14px 18px; margin-bottom: 16px;
}
.fdal-trust-title { font-weight: 600; font-size: 14px; width: 100%; margin: 0 0 2px; }
.fdal-trust-item {
  display: flex; gap: 6px; align-items: flex-start; font-size: 13px;
  color: var(--fdal-text-muted); flex: 1 1 220px;
}
.fdal-trust-item svg { flex-shrink: 0; margin-top: 1px; color: var(--fdal-accent); }
.fdal-google-badge {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 13px; padding: 6px 12px; margin-left: auto;
  border: 1px solid var(--fdal-border); border-radius: 999px;
  text-decoration: none !important; color: var(--fdal-text) !important;
  background: #fff; white-space: nowrap;
}
.fdal-google-badge:hover { border-color: var(--fdal-accent); }
.fdal-google-badge strong { color: var(--fdal-text); }

/* Leerer Filter-Zustand */
.fdal-empty {
  display: none;
  text-align: center; padding: 48px 20px;
  color: var(--fdal-text-muted); font-size: 14px;
  border: 1px dashed var(--fdal-border); border-radius: var(--fdal-radius);
}
.fdal-empty.fdal-show { display: block; }
.fdal-empty p { margin: 0 0 14px; }

/* FAQ-Block */
.fdal-faq { margin-top: 32px; }
.fdal-faq-title { font-size: 20px; font-weight: 700; margin: 0 0 14px; color: var(--fdal-brand-green); }
.fdal-faq-item { border-top: 1px solid var(--fdal-border); padding: 14px 0; }
.fdal-faq-item:last-child { border-bottom: 1px solid var(--fdal-border); }
.fdal-faq-q { font-weight: 600; font-size: 15px; margin: 0 0 6px; }
.fdal-faq-a { font-size: 14px; color: var(--fdal-text-muted); margin: 0; line-height: 1.6; }

/* Vergleichsfunktion */
.fdal-compare-toggle {
  display: flex; align-items: center; gap: 6px;
  font-size: 12px; color: var(--fdal-text-muted); cursor: pointer;
  margin-bottom: 10px; user-select: none;
}
.fdal-compare-toggle input { accent-color: var(--fdal-accent); }

.fdal-compare-bar {
  position: sticky; bottom: 0; left: 0; right: 0;
  display: none;
  background: var(--fdal-card-bg); border-top: 1px solid var(--fdal-border);
  box-shadow: 0 -2px 10px rgba(0,0,0,.08);
  padding: 12px 16px; margin: 20px -4px 0;
  align-items: center; gap: 14px; flex-wrap: wrap;
  border-radius: var(--fdal-radius) var(--fdal-radius) 0 0;
  z-index: 20;
}
.fdal-compare-bar.fdal-show { display: flex; }
.fdal-compare-names { font-size: 13px; color: var(--fdal-text-muted); flex: 1 1 auto; }
.fdal-compare-names strong { color: var(--fdal-text); }
.fdal-compare-clear {
  background: none; border: 1px solid var(--fdal-border); border-radius: 6px;
  padding: 6px 12px; font-size: 12.5px; cursor: pointer; color: var(--fdal-text-muted);
}

.fdal-compare-modal {
  display: none;
  position: fixed; inset: 0; background: rgba(20,20,15,.5);
  z-index: 100; align-items: center; justify-content: center; padding: 20px;
}
.fdal-compare-modal.fdal-show { display: flex; }
.fdal-compare-modal-inner {
  background: var(--fdal-card-bg); border-radius: var(--fdal-radius);
  max-width: 900px; width: 100%; max-height: 85vh; overflow: auto; padding: 20px;
  position: relative;
}
.fdal-compare-close {
  position: absolute; top: 12px; right: 12px;
  background: var(--fdal-bg); border: 1px solid var(--fdal-border); border-radius: 50%;
  width: 30px; height: 30px; display: flex; align-items: center; justify-content: center;
  cursor: pointer; color: var(--fdal-text);
}
.fdal-compare-table { width: 100%; border-collapse: collapse; font-size: 13px; margin-top: 8px; }
.fdal-compare-table th, .fdal-compare-table td {
  text-align: left; padding: 8px 10px; border-bottom: 1px solid var(--fdal-border);
  vertical-align: top;
}
.fdal-compare-table th { font-size: 12px; color: var(--fdal-text-muted); font-weight: 600; white-space: nowrap; }
.fdal-compare-table td.fdal-compare-house-name { font-weight: 600; font-size: 14px; }
.fdal-compare-table img { width: 100%; max-width: 140px; aspect-ratio: 4/3; object-fit: cover; border-radius: 6px; }

/* Preise-Seite: Intro-Box (Sparangebote-Erklaerung) */
.fdal-intro-box {
  background: var(--fdal-bg); border: 1px solid var(--fdal-border);
  border-radius: var(--fdal-radius); padding: 16px 18px; margin-bottom: 18px;
}
.fdal-intro-box h2 { font-size: 16px; margin: 0 0 8px; color: var(--fdal-brand-green); }
.fdal-intro-box p { font-size: 13.5px; color: var(--fdal-text-muted); margin: 0 0 10px; line-height: 1.6; }
.fdal-intro-box ul { margin: 0; padding-left: 18px; font-size: 13px; color: var(--fdal-text-muted); }
.fdal-intro-box li { margin-bottom: 4px; }

/* Preise-Seite: Preisleiter in der Karte */
.fdal-price-main { font-size: 20px; font-weight: 700; margin: 0 0 2px; }
.fdal-price-main small { font-size: 12px; font-weight: 400; color: var(--fdal-text-muted); }
.fdal-savings {
  display: flex; flex-direction: column; gap: 3px; font-size: 12px;
  color: var(--fdal-text-muted); margin: 4px 0 12px; padding-top: 8px;
  border-top: 1px dashed var(--fdal-border);
}
.fdal-savings span { display: flex; justify-content: space-between; gap: 10px; }
.fdal-savings span strong { color: var(--fdal-text); }

/* Preise-Seite: Inklusiv-/Zusatzleistungen unterhalb des Grids */
.fdal-info-section { margin-top: 32px; }
.fdal-info-section h2 { font-size: 20px; font-weight: 700; margin: 0 0 6px; }
.fdal-info-section h3 { font-size: 15px; font-weight: 600; margin: 22px 0 8px; }
.fdal-info-section p, .fdal-info-section li { font-size: 13.5px; color: var(--fdal-text-muted); line-height: 1.6; }
.fdal-info-section ul { margin: 0 0 4px; padding-left: 18px; }
.fdal-info-section a { color: var(--fdal-accent-dark); }
.fdal-info-section table { width: 100%; border-collapse: collapse; font-size: 13.5px; margin: 8px 0 4px; }
.fdal-info-section table td { padding: 6px 10px 6px 0; border-bottom: 1px solid var(--fdal-border); color: var(--fdal-text-muted); }
.fdal-info-section table td:last-child { text-align: right; white-space: nowrap; color: var(--fdal-text); font-weight: 500; }

/* Info-Karten-Grid (Inklusiv-/Zusatzleistungen) */
.fdal-info-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 22px; margin-top: 16px;
}
.fdal-info-card {
  background: var(--fdal-card-bg); border: 1px solid var(--fdal-border);
  border-radius: 12px; padding: 18px 20px;
}
/* Modifier: Karte MIT Bild (z.B. Freizeit-Seite). Bestehende Karten ohne
   diese Klasse (z.B. Preise-Seite Inklusivleistungen) bleiben unveraendert.
   Randlos + Schatten statt harter Linie, angelehnt an die Startseiten-Karten. */
.fdal-info-card.fdal-has-image {
  padding: 0; overflow: hidden; border: none; border-radius: 14px;
  box-shadow: 0 1px 3px rgba(30,25,15,.08), 0 1px 2px rgba(30,25,15,.05);
  transition: box-shadow .15s ease, transform .15s ease;
}
.fdal-info-card.fdal-has-image:hover { box-shadow: 0 6px 16px rgba(30,25,15,.12); transform: translateY(-1px); }
.fdal-info-card.fdal-has-image .fdal-card-img { aspect-ratio: 3/2; }
.fdal-info-card.fdal-has-image .fdal-info-card-body { padding: 18px 20px 20px; }
.fdal-info-card.fdal-has-image h3 {
  font-size: 18px; font-weight: 700; color: var(--fdal-brand-green); margin-bottom: 10px;
}
.fdal-info-card.fdal-has-image p, .fdal-info-card.fdal-has-image ul { font-size: 14px; }
.fdal-info-card h3 {
  display: flex; align-items: center; gap: 8px;
  font-size: 15px; font-weight: 600; margin: 0 0 12px; color: var(--fdal-brand-green);
}
.fdal-info-card h3 svg { color: var(--fdal-brand-green); flex-shrink: 0; }
.fdal-info-card ul { margin: 0; padding-left: 18px; font-size: 13.5px; color: var(--fdal-text-muted); line-height: 1.6; }
.fdal-info-card p { font-size: 13.5px; color: var(--fdal-text-muted); line-height: 1.6; margin: 0 0 8px; }
.fdal-info-card p:last-child { margin-bottom: 0; }
.fdal-info-card table { width: 100%; border-collapse: collapse; font-size: 13px; margin: 0 0 10px; }
.fdal-info-card table td { padding: 5px 8px 5px 0; border-bottom: 1px solid var(--fdal-border); color: var(--fdal-text-muted); }
.fdal-info-card table td:last-child { text-align: right; white-space: nowrap; color: var(--fdal-text); font-weight: 500; }
.fdal-info-card table tr:last-child td { border-bottom: none; }
.fdal-info-card.fdal-info-wide { grid-column: span 2; }
@media (max-width: 680px) {
  .fdal-info-card.fdal-info-wide { grid-column: span 1; }
}

/* Urlaub-mit-Hund-Modul */
.fdal-dog-module {
  display: flex; align-items: center; gap: 22px;
  background: var(--fdal-bg); border: 1px solid var(--fdal-border);
  border-radius: var(--fdal-radius); padding: 20px 24px;
}
.fdal-dog-illustration {
  flex-shrink: 0; width: 88px; height: 88px; border-radius: 50%;
  background: #fff; border: 1px solid var(--fdal-border);
  display: flex; align-items: center; justify-content: center;
  color: var(--fdal-accent-dark);
}
.fdal-dog-content { flex: 1 1 auto; }
.fdal-dog-title {
  font-size: 19px; font-weight: 700; margin: 0 0 6px;
  display: flex; align-items: center; gap: 8px; color: var(--fdal-brand-green);
}
.fdal-dog-intro { font-size: 13.5px; color: var(--fdal-text-muted); margin: 0 0 10px; line-height: 1.55; }
.fdal-dog-facts { list-style: none; padding: 0; margin: 0 0 14px; display: flex; flex-direction: column; gap: 5px; }
.fdal-dog-facts li { display: flex; gap: 7px; align-items: flex-start; font-size: 13px; color: var(--fdal-text); }
.fdal-dog-facts li svg { flex-shrink: 0; margin-top: 2px; color: var(--fdal-accent); }

@media (max-width: 560px) {
  .fdal-dog-module { flex-direction: column; text-align: center; }
  .fdal-dog-title { justify-content: center; }
  .fdal-dog-facts li { justify-content: center; }
}

/* Last-Minute-Modul */
.fdal-lastminute {
  background: var(--fdal-warm-bg); border: 1px solid var(--fdal-border);
  border-radius: var(--fdal-radius); padding: 22px 26px;
}
.fdal-lastminute-header { display: flex; align-items: center; gap: 14px; margin-bottom: 12px; }
.fdal-lastminute-icon {
  flex-shrink: 0; width: 52px; height: 52px; border-radius: 50%;
  background: #fff; border: 1px solid var(--fdal-border);
  display: flex; align-items: center; justify-content: center; color: var(--fdal-urgent);
}
.fdal-lastminute h2 { font-size: 19px; font-weight: 700; margin: 0; color: var(--fdal-brand-green); }
.fdal-lastminute p { font-size: 13.5px; color: var(--fdal-text-muted); line-height: 1.6; margin: 0 0 10px; }
.fdal-lastminute p strong { color: var(--fdal-text); }
.fdal-lastminute-checklist { list-style: none; padding: 0; margin: 0 0 16px; display: flex; flex-direction: column; gap: 7px; }
.fdal-lastminute-checklist li { display: flex; gap: 8px; align-items: flex-start; font-size: 13.5px; color: var(--fdal-text); }
.fdal-lastminute-checklist li svg { flex-shrink: 0; margin-top: 2px; color: var(--fdal-accent); }
.fdal-lastminute-contact {
  display: flex; flex-wrap: wrap; gap: 10px 24px; margin: 0 0 18px;
  padding-top: 14px; border-top: 1px dashed var(--fdal-border);
}
.fdal-lastminute-contact a {
  display: flex; align-items: center; gap: 7px; font-size: 13.5px;
  color: var(--fdal-text) !important; text-decoration: none !important; font-weight: 500;
}
.fdal-lastminute-contact a svg { color: var(--fdal-accent-dark); }
.fdal-btn-urgent { background: var(--fdal-urgent); }
.fdal-btn-urgent:hover { background: var(--fdal-urgent-dark); }

@media (max-width: 560px) {
  .fdal-lastminute-header { flex-direction: column; text-align: center; }
  .fdal-lastminute-contact { flex-direction: column; align-items: center; }
}

/* SVG-freie Icon-Bausteine (fuer Editoren/Page-Builder, die <svg> beim
   Speichern entfernen -- nur reines CSS + Unicode-Zeichen, kein <svg>) */
.fdal-icon-circle {
  flex-shrink: 0; width: 52px; height: 52px; border-radius: 50%;
  background: #fff; border: 1px solid var(--fdal-border);
  display: flex; align-items: center; justify-content: center;
  font-size: 26px; line-height: 1;
}
.fdal-check {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0; width: 18px; height: 18px; border-radius: 50%;
  background: var(--fdal-accent); color: #fff;
  font-size: 11px; font-weight: 700; margin-top: 2px;
}
.fdal-lastminute-checklist li { display: flex; gap: 9px; align-items: flex-start; }

/* Freizeit-Seite: Sektions-Header zwischen den Karten-Gruppen */
.fdal-section-heading {
  font-size: 20px; font-weight: 700; margin: 34px 0 4px; color: var(--fdal-brand-green);
}
.fdal-section-heading:first-of-type { margin-top: 0; }
.fdal-section-sub { font-size: 13.5px; color: var(--fdal-text-muted); margin: 0 0 16px; }

/* Seitentitel + Einleitungstext ohne Box (reiner Text, kein Hintergrund/Rahmen) */
.fdal-page-title { font-size: 26px; font-weight: 700; margin: 0 0 10px; color: var(--fdal-brand-green); }
.fdal-page-intro { font-size: 14.5px; color: var(--fdal-text-muted); line-height: 1.6; margin: 0 0 10px; max-width: 780px; }

/* Karte, die die volle Grid-Breite einnimmt (steht ausserhalb von .fdal-info-grid) */
.fdal-full-width { width: 100%; }

/* Freizeit-Seite: hervorgehobene Karte (z.B. Hundestrand) */
.fdal-info-card.fdal-highlight {
  background: var(--fdal-warm-bg); border-color: #e9d9c3;
}
.fdal-info-card.fdal-highlight h3 { color: var(--fdal-text); }
.fdal-tag {
  display: inline-block; background: var(--fdal-accent); color: #fff;
  font-size: 11px; font-weight: 700; padding: 2px 9px; border-radius: 999px;
  margin-bottom: 8px; letter-spacing: .3px;
}
.fdal-info-card a.fdal-card-link {
  display: inline-flex; align-items: center; gap: 5px; margin-top: 12px;
  font-size: 14px; font-weight: 700; color: var(--fdal-text) !important;
  text-decoration: none !important;
}
.fdal-info-card a.fdal-card-link:hover { color: var(--fdal-accent-dark) !important; }

/* OpenStreetMap-Einbettung */
.fdal-map-wrap {
  border: 1px solid var(--fdal-border); border-radius: var(--fdal-radius);
  overflow: hidden; margin: 12px 0 8px; background: var(--fdal-bg);
}
.fdal-map-wrap iframe { display: block; width: 100%; height: 380px; border: 0; }
.fdal-map-list { list-style: none; padding: 0; margin: 14px 0 0; display: flex; flex-wrap: wrap; gap: 8px 22px; }
.fdal-map-list li { font-size: 13px; color: var(--fdal-text-muted); display: flex; gap: 6px; align-items: center; }
.fdal-map-list li strong { color: var(--fdal-text); font-weight: 600; }

/* Click-to-Load-Zustand der Karte (DSGVO-freundlich: kein automatisches
   Nachladen von Fremdinhalten, erst nach Klick des Besuchers) */
.fdal-map-consent {
  height: 380px; display: flex; flex-direction: column; align-items: center;
  justify-content: center; text-align: center; padding: 30px; gap: 14px;
}
.fdal-map-consent p { font-size: 13px; color: var(--fdal-text-muted); max-width: 420px; margin: 0; line-height: 1.6; }
.fdal-map-consent a { color: var(--fdal-accent-dark); }

/* Illustrierte Karten-Bilder (statt Foto): eingebettetes SVG, kein
   Bild-Upload noetig. Nutzt dieselbe 4:3-Flaeche wie .fdal-card-img. */
.fdal-card-illustration { width: 100%; aspect-ratio: 4/3; overflow: hidden; background: var(--fdal-bg); }
.fdal-card-illustration svg { display: block; width: 100%; height: 100%; }

/* YouTube-Video Click-to-Load (DSGVO-freundlich, gleiches Prinzip wie die
   OpenStreetMap-Karte: kein automatisches Nachladen von Google-Servern) */
.fdal-video-wrap {
  position: relative; width: 100%; aspect-ratio: 16/9;
  border-radius: var(--fdal-radius); overflow: hidden; background: #000;
}
.fdal-video-consent {
  position: absolute; inset: 0; display: flex; flex-direction: column;
  align-items: center; justify-content: center; text-align: center;
  gap: 14px; padding: 24px; color: #fff;
  background: linear-gradient(rgba(20,20,15,.35), rgba(20,20,15,.55));
  background-size: cover; background-position: center;
}
.fdal-video-consent p { font-size: 13px; max-width: 420px; margin: 0; line-height: 1.6; color: #f2f2ee; }
.fdal-video-consent a { color: #fff; text-decoration: underline; }
.fdal-video-play {
  width: 64px; height: 64px; border-radius: 50%;
  background: rgba(255,255,255,.9); display: flex; align-items: center; justify-content: center;
  color: var(--fdal-accent-dark); cursor: pointer; border: none;
  transition: transform .15s ease, background .15s ease;
}
.fdal-video-play:hover { background: #fff; transform: scale(1.06); }
.fdal-video-wrap iframe { width: 100%; height: 100%; display: block; border: 0; }