/* ==========================================================
   STARK Dienstleistungen – Ergänzungen (nach style.css laden)
   Keine externen Schriften: Systemschriften (DSGVO, schnell).
   ========================================================== */
body {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

/* Barrierefreiheit */
.skip-link {
  position: absolute; left: 8px; top: -70px; z-index: 2000;
  background: #fff; color: #005F73; padding: 10px 14px; border-radius: 4px; font-weight: 600;
}
.skip-link:focus { top: 8px; }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible,
summary:focus-visible, .mobile-nav-toggle:focus-visible {
  outline: 3px solid #DAA520; outline-offset: 2px;
}

/* Navigation: mehr Einträge -> etwas enger auf mittleren Bildschirmen */
@media (min-width: 992px) and (max-width: 1199px) {
  .navbar a, .navbar a:focus { padding: 10px 0 10px 16px; font-size: 14px; }
}

/* Hero */
#hero h1 { color: #fff; margin-bottom: 30px; font-size: 48px; font-weight: 700; }
@media (max-width: 768px) { #hero h1 { font-size: 28px; } }
#hero .btn-get-started.btn-outline { background: transparent; }
#hero .btn-get-started.btn-outline:hover { background: #DAA520; border-color: #DAA520; }

/* Seitentitel (H1 in der Breadcrumb-Leiste) */
.breadcrumbs h1 { font-size: 28px; font-weight: 400; margin: 0; }
@media (max-width: 768px) { .breadcrumbs h1 { font-size: 21px; } }

/* Leistungs-/Ortsseiten */
.service-detail { padding: 50px 0; }
.service-detail .lead { font-size: 1.15rem; color: #22343b; }
.service-detail h2.h4 { color: #005F73; font-weight: 700; }
.checklist { list-style: none; padding: 0; margin: 16px 0 24px; }
.checklist li { position: relative; padding-left: 32px; margin-bottom: 10px; }
.checklist li::before {
  content: ""; position: absolute; left: 3px; top: .35em; width: 13px; height: 7px;
  border-left: 3px solid #005F73; border-bottom: 3px solid #005F73; transform: rotate(-45deg);
}

.svc-cards, .areas, .near-areas, .steps-section, .snapshots, .faq { padding: 50px 0; }
.area-card, .svc-card {
  display: block; height: 100%; padding: 18px 20px; background: #fff;
  border-left: 4px solid #005F73; border-radius: 4px; color: #22343b;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .10); transition: border-color .2s, box-shadow .2s;
}
.area-card strong, .svc-card strong { display: block; color: #005F73; font-size: 1.05rem; margin-bottom: 4px; }
.area-card span, .svc-card span { display: block; font-size: .92rem; color: #55666d; }
.area-card:hover, .svc-card:hover { border-left-color: #DAA520; box-shadow: 0 4px 14px rgba(0, 0, 0, .14); color: #22343b; }
.svc-more { display: inline-block; margin-top: 4px; font-weight: 600; }

.steps { list-style: none; counter-reset: step; padding: 0; margin: 0 auto; max-width: 900px; display: grid; gap: 14px; }
.steps li {
  counter-increment: step; position: relative; padding: 14px 16px 14px 66px;
  background: #fff; border-radius: 4px; box-shadow: 0 1px 3px rgba(0, 0, 0, .08);
}
.steps li::before {
  content: counter(step); position: absolute; left: 14px; top: 50%; transform: translateY(-50%);
  width: 38px; height: 38px; border-radius: 50%; background: #005F73; color: #fff;
  display: flex; align-items: center; justify-content: center; font-weight: 700;
}
.steps strong { display: block; color: #005F73; }

.snapshots img { width: 100%; height: 240px; object-fit: cover; border-radius: 4px; }

.faq-list { max-width: 900px; margin: 0 auto; }
.faq details { background: #fff; border: 1px solid #dfe6e9; border-radius: 4px; margin-bottom: 10px; }
.faq summary { cursor: pointer; padding: 14px 44px 14px 16px; font-weight: 600; color: #005F73; list-style: none; position: relative; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 16px; top: 50%; transform: translateY(-50%); font-size: 22px; font-weight: 400; }
.faq details[open] summary::after { content: "\2212"; }
.faq details[open] summary { border-bottom: 1px solid #dfe6e9; }
.faq details p { padding: 14px 16px; margin: 0; }

/* Buttons / CTA */
.cta-band { background: #005F73; color: #fff; padding: 50px 0; }
.cta-band h2 { color: #fff; font-size: 28px; font-weight: 700; }
.cta-band p { max-width: 640px; margin: 0 auto; }
.cta-actions { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 22px; }
.cta-actions.cta-left { justify-content: flex-start; }
.btn-cta {
  display: inline-block; padding: 12px 26px; border-radius: 4px; font-weight: 700;
  background: #DAA520; border: 2px solid #DAA520; color: #1d2a30; transition: .2s;
}
.btn-cta:hover { background: #fff; border-color: #fff; color: #005F73; }
.btn-cta-outline { background: transparent; color: #fff; border-color: #fff; }
.btn-cta-outline:hover { background: #fff; color: #005F73; }
.service-detail .btn-cta-outline { color: #005F73; border-color: #005F73; }
.service-detail .btn-cta-outline:hover { background: #005F73; border-color: #005F73; color: #fff; }

/* Galerie */
.gallery-intro { max-width: 720px; margin: 0 auto; }
.member-img a.glightbox { display: block; }
.member-img img { width: 100%; height: auto; }

/* Bewertungen */
.review-summary { margin-top: 10px; }

/* Karte mit Einwilligung (2 Klicks) */
.map-consent {
  min-height: 350px; background: #e9eef0; display: flex; flex-direction: column;
  align-items: center; justify-content: center; text-align: center; padding: 24px; gap: 14px;
}
.map-consent p { max-width: 520px; margin: 0; }
.map-consent button.btn-cta { cursor: pointer; }

/* Formular */
.hp-field { position: absolute; left: -10000px; top: auto; width: 1px; height: 1px; overflow: hidden; }
.php-email-form .form-check { font-size: 14px; text-align: left; }
.php-email-form .form-check a { text-decoration: underline; }

/* Cookie-Banner (beide Buttons gleichwertig gestaltet) */
.cookie-consent {
  position: fixed; left: 16px; right: 16px; bottom: 16px; max-width: 760px; margin: 0 auto;
  background: #0f1a1e; color: #fff; padding: 18px 20px; border-radius: 8px; z-index: 9998;
  box-shadow: 0 8px 30px rgba(0, 0, 0, .35);
}
.cookie-consent[hidden] { display: none; }
.cookie-consent p { font-size: 14px; margin: 0 0 8px; line-height: 1.5; }
.cookie-consent .cookie-title { font-size: 16px; }
.cookie-actions { display: flex; gap: 10px; flex-wrap: wrap; margin: 12px 0; }
.cookie-btn {
  flex: 1 1 180px; padding: 11px 16px; border-radius: 4px; border: 2px solid #DAA520;
  background: #DAA520; color: #1d2a30; font-weight: 700; cursor: pointer;
}
.cookie-btn:hover { background: #fff; border-color: #fff; }
.cookie-links { list-style: none; padding: 0; margin: 0; display: flex; gap: 16px; flex-wrap: wrap; }
.cookie-links a { color: #fff; text-decoration: underline; font-size: 12px; }
.cookie-links a:hover { color: #DAA520; }

/* Footer */
.link-btn { background: none; border: 0; padding: 0; color: #fff; text-decoration: underline; cursor: pointer; font: inherit; }
.link-btn:hover { color: #DAA520; }

/* Anruf-Button (nur mobil) */
.call-fab { display: none; }
@media (max-width: 991px) {
  .call-fab {
    display: flex; position: fixed; left: 16px; bottom: 16px; width: 52px; height: 52px;
    border-radius: 50%; background: #005F73; color: #fff; align-items: center; justify-content: center;
    font-size: 22px; z-index: 990; box-shadow: 0 4px 14px rgba(0, 0, 0, .3);
  }
  .call-fab:hover { color: #fff; background: #DAA520; }
}

/* Bewegung reduzieren, wenn vom Nutzer gewünscht */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
  [data-aos] { opacity: 1 !important; transform: none !important; }
}


/* ==========================================================
   Startseiten-Hero (echte Fotos statt Slider)
   ========================================================== */
.home-hero { background: #0d1b20; color: #fff; padding: 120px 0 70px; }
.home-hero h1 { color: #fff; font-size: clamp(1.7rem, 3vw, 2.5rem); line-height: 1.2; font-weight: 700; letter-spacing: -.01em; margin-bottom: 14px; }
.hero-slogan { color: #DAA520; font-weight: 600; font-size: 1.15rem; margin-bottom: 14px; }
.hero-text { color: #c9d6da; max-width: 34rem; font-size: 1.05rem; }
.home-hero .cta-actions { margin-top: 26px; }
.hero-facts { list-style: none; padding: 0; margin: 34px 0 0; border-top: 1px solid rgba(255, 255, 255, .18); }
.hero-facts li { display: grid; grid-template-columns: 9.5rem 1fr; gap: 12px; padding: 12px 0; border-bottom: 1px solid rgba(255, 255, 255, .18); }
.hero-facts strong { color: #DAA520; font-weight: 600; }
.hero-facts span { color: #e6eef0; }
@media (max-width: 575px) { .hero-facts li { grid-template-columns: 1fr; gap: 2px; } }
.hero-mosaic { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.hero-mosaic a { position: relative; display: block; border-radius: 6px; overflow: hidden; aspect-ratio: 4 / 3; }
.hero-mosaic a:nth-child(even) { transform: translateY(28px); }
.hero-mosaic img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hero-mosaic span { position: absolute; left: 10px; bottom: 10px; background: rgba(13, 27, 32, .85); color: #fff; padding: 4px 10px; border-radius: 3px; font-size: .88rem; font-weight: 600; }
.hero-mosaic a:hover span { background: #DAA520; color: #1d2a30; }
@media (max-width: 991px) { .home-hero { padding: 105px 0 50px; } .hero-mosaic a:nth-child(even) { transform: none; } }

/* Ratgeber-Artikel */
.guide { padding: 50px 0; }
.guide-body { max-width: 820px; }
.guide h2 { font-size: 1.5rem; font-weight: 700; color: #005F73; margin: 2rem 0 .8rem; }
.guide p, .guide li { line-height: 1.7; }
.guide .lead { font-size: 1.2rem; color: #22343b; }
.guide-steps { padding-left: 1.4rem; }
.guide-steps li { margin-bottom: .6rem; }
.guide-meta { color: #6b7c83; font-size: .9rem; margin-top: 2rem; }
.guide-links { margin-top: 2.5rem; padding: 20px; background: #f4f6f7; border-radius: 6px; }
.guide-links h2 { margin-top: 0; }

/* Abschnitte mit gleichem Hintergrund optisch trennen */
.section-bg + .section-bg { border-top: 1px solid #e3e8ea; }

/* Foto-Upload im Formular */
.photos-label { font-size: 14px; color: #55666d; margin-bottom: 4px; display: block; text-align: left; }
input[type=file].form-control { padding: .5rem; }


/* Google-Bewertungen sichtbar */
.rating-chip {
  display: inline-flex; align-items: center; gap: 8px; margin-top: 18px; padding: 8px 16px;
  color: #fff; background: rgba(255, 255, 255, .08); border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 999px; font-size: .95rem; line-height: 1.2;
}
.rating-chip:hover { color: #fff; background: rgba(255, 255, 255, .16); }
.rating-chip .stars, .rating-summary .stars { color: #DAA520; letter-spacing: 2px; }
.cta-band .rating-chip { margin: 0 0 14px; }

.rating-summary {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 18px 28px;
  max-width: 900px; margin: 0 auto 30px; padding: 22px 26px; background: #fff; border-radius: 8px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
}
.rating-number { font-size: 3.4rem; font-weight: 700; color: #005F73; line-height: 1; }
.rating-meta { text-align: left; }
.rating-meta .stars { font-size: 1.5rem; }
.rating-actions { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.google-reviews .btn-cta-outline { color: #005F73; border-color: #005F73; }
.google-reviews .btn-cta-outline:hover { background: #005F73; border-color: #005F73; color: #fff; }
.opening-hours { line-height: 1.6; }
