:root {
  --bg: #f5f7f2;
  --surface: #ffffff;
  --surface-soft: #eef4ec;
  --surface-strong: #dfe9dc;
  --text: #1f2a21;
  --text-muted: #566358;
  --line: #d4ddd1;
  --primary: #2f7d4c;
  --primary-dark: #245f39;
  --primary-soft: #e6f2e8;
  --accent: #7aa66f;
  --shadow: 0 18px 40px rgba(34, 60, 42, 0.08);
  --radius-sm: 10px;
  --radius-md: 18px;
  --radius-lg: 28px;
  --container: 1180px;
  --transition: 180ms ease;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top right, rgba(122, 166, 111, 0.12), transparent 24%),
    linear-gradient(180deg, #f8faf6 0%, #f3f7f2 100%);
  line-height: 1.6;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea,
select {
  font: inherit;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: -48px;
  background: var(--text);
  color: #fff;
  padding: 10px 14px;
  border-radius: var(--radius-sm);
  z-index: 2000;
  transition: top var(--transition);
}

.skip-link:focus {
  top: 16px;
}

.container {
  width: min(calc(100% - 32px), var(--container));
  margin: 0 auto;
}

.section {
  padding: 88px 0;
}

.section-alt {
  background: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(6px);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(248, 250, 246, 0.92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(212, 221, 209, 0.85);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 84px;
  gap: 24px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.brand-logo {
  width: 58px;
  height: 58px;
  object-fit: contain;
  flex-shrink: 0;
}

.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}

.brand-kicker {
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.brand-name {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--text);
}
.header-tools {
  display: flex;
  align-items: center;
  gap: 18px;
}

.header-status {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid var(--line);
  color: var(--text);
  font-size: 0.92rem;
  font-weight: 600;
  white-space: nowrap;
}

.header-status-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #9aa69d;
  flex-shrink: 0;
}

.header-status.is-open {
  background: #e9f6eb;
  border-color: #b9d8c1;
  color: var(--primary-dark);
}

.header-status.is-open .header-status-dot {
  background: #2f7d4c;
}

.header-status.is-closed {
  background: #f7f1eb;
  border-color: #dfcdbd;
  color: #7a573d;
}

.header-status.is-closed .header-status-dot {
  background: #a66a3f;
}

.header-status.is-holiday {
  background: #f5efe0;
  border-color: #decf9b;
  color: #8c6b10;
}

.header-status.is-holiday .header-status-dot {
  background: #b48a1f;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 24px;
}

.site-nav a {
  font-size: 0.96rem;
  color: var(--text-muted);
  transition: color var(--transition);
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--primary-dark);
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--primary);
  color: #fff !important;
  padding: 12px 18px;
  border-radius: 999px;
  font-weight: 600;
  box-shadow: 0 10px 20px rgba(47, 125, 76, 0.18);
}

.nav-cta:hover,
.nav-cta:focus-visible {
  background: var(--primary-dark);
}

.menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--surface);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}

.menu-toggle span {
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: var(--text);
}

.hero {
  padding: 72px 0 56px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 42px;
  align-items: center;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--primary-dark);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.hero h1,
.section-heading h2 {
  margin: 0;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.hero h1 {
  max-width: 12ch;
  font-size: clamp(2.4rem, 5vw, 4.8rem);
}

.hero-text {
  max-width: 62ch;
  margin: 24px 0 0;
  font-size: 1.08rem;
  color: var(--text-muted);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 30px 0 26px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 600;
  border: 1px solid transparent;
  transition:
    background-color var(--transition),
    color var(--transition),
    border-color var(--transition),
    transform var(--transition);
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
}

.button-primary {
  background: var(--primary);
  color: #fff;
  box-shadow: 0 12px 24px rgba(47, 125, 76, 0.18);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: var(--primary-dark);
}

.button-secondary {
  background: var(--surface);
  color: var(--text);
  border-color: var(--line);
}

.button-secondary:hover,
.button-secondary:focus-visible {
  border-color: var(--accent);
  color: var(--primary-dark);
}

.hero-points {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}

.hero-points li {
  position: relative;
  padding-left: 26px;
  color: var(--text-muted);
}

.hero-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--primary), var(--accent));
}

.hero-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(240, 246, 239, 0.92));
  border: 1px solid rgba(212, 221, 209, 0.9);
  border-radius: var(--radius-lg);
  padding: 18px;
  box-shadow: var(--shadow);
}

.hero-card img {
  width: 100%;
  border-radius: calc(var(--radius-lg) - 10px);
  object-fit: cover;
}

.intro-strip {
  padding-top: 28px;
}

.intro-strip-grid,
.cards-grid,
.steps,
.contact-cards {
  display: grid;
  gap: 20px;
}

.intro-strip-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.intro-card,
.service-card,
.step-card,
.contact-card,
.logo-box,
.logo-box-text,
.hours-panel,
.map-consent-box,
.faq-list details {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(212, 221, 209, 0.95);
  border-radius: var(--radius-md);
  box-shadow: 0 8px 22px rgba(34, 60, 42, 0.05);
}

.intro-card,
.service-card,
.step-card,
.contact-card,
.logo-box-text,
.hours-panel,
.map-consent-box,
.faq-list details {
  padding: 24px;
}

.intro-card h2,
.service-card h3,
.step-card h3,
.contact-card h3,
.logo-box-text h3,
.hours-panel h3,
.section-heading h2,
.map-consent-box h4 {
  margin-top: 0;
}

#top,
#philosophie,
#leistungen,
#erster-besuch,
#faq,
#kontakt {
  scroll-margin-top: clamp(50px, 5vh, 65px);
}

.live-status {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  margin: 18px 0 22px;
  padding: 16px 18px;
  border-radius: 18px;
  background: #f3f8f2;
  border: 1px solid var(--line);
}

.live-status strong {
  display: block;
  margin-bottom: 4px;
  font-size: 1rem;
}

.live-status p {
  margin: 0;
  color: var(--text-muted);
}

.live-status-dot {
  width: 14px;
  height: 14px;
  margin-top: 6px;
  border-radius: 999px;
  background: #9aa69d;
  flex-shrink: 0;
}

.live-status.is-open {
  background: #e9f6eb;
  border-color: #b9d8c1;
}

.live-status.is-open .live-status-dot {
  background: #2f7d4c;
}

.live-status.is-closed {
  background: #f7f1eb;
  border-color: #dfcdbd;
}

.live-status.is-closed .live-status-dot {
  background: #a66a3f;
}

.live-status.is-holiday {
  background: #f5efe0;
  border-color: #decf9b;
}

.live-status.is-holiday .live-status-dot {
  background: #b48a1f;
}


.intro-card p,
.service-card p,
.step-card p,
.contact-card p,
.logo-box-text p,
.map-consent-box p,
.contact-copy > p,
.section-heading p,
.text-columns p,
.faq-list p {
  margin-bottom: 0;
  color: var(--text-muted);
}

.content-grid,
.visit-grid,
.contact-grid,
.logo-panel,
.trust-panel {
  display: grid;
  gap: 28px;
}

.section-heading {
  display: grid;
  gap: 12px;
  margin-bottom: 30px;
}

.section-heading h2 {
  max-width: 18ch;
  font-size: clamp(1.9rem, 3.2vw, 3rem);
}

.section-heading.narrow {
  max-width: 760px;
}

.text-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.logo-panel,
.trust-panel {
  grid-template-columns: 0.8fr 1.2fr;
  align-items: center;
}

.trust-panel {
  grid-template-columns: 1.05fr 1.1fr 0.85fr;
}

.trust-photo-box {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(212, 221, 209, 0.95);
  border-radius: var(--radius-md);
  box-shadow: 0 8px 22px rgba(34, 60, 42, 0.05);
  overflow: hidden;
  min-height: 100%;
}

.trust-photo {
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
}

.logo-box-text p + p {
  margin-top: 14px;
}

.logo-box {
  padding: 28px;
}

.logo-box img {
  width: min(100%, 320px);
  margin: 0 auto;
}

.cards-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.steps {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: var(--primary-soft);
  color: var(--primary-dark);
  font-size: 0.92rem;
  font-weight: 700;
}

.faq-list {
  display: grid;
  gap: 14px;
}

.faq-list details summary {
  cursor: pointer;
  font-weight: 700;
  list-style: none;
  position: relative;
  padding-right: 28px;
}

.faq-list details summary::-webkit-details-marker {
  display: none;
}

.faq-list details summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: -1px;
  font-size: 1.3rem;
  color: var(--primary-dark);
}

.faq-list details[open] summary::after {
  content: "–";
}

.faq-list details p {
  margin-top: 14px;
}

.contact-grid {
  grid-template-columns: 1.15fr 0.85fr;
  align-items: start;
}
.final-note-section {
  padding-top: 40px;
}

.final-note {
  max-width: 760px;
  text-align: center;
  padding: 42px 28px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(212, 221, 209, 0.95);
  border-radius: var(--radius-lg);
  box-shadow: 0 8px 22px rgba(34, 60, 42, 0.05);
}

.final-note .eyebrow {
  justify-self: center;
}

.final-note h2 {
  margin: 0;
  font-size: clamp(1.9rem, 3vw, 2.8rem);
  line-height: 1.15;
}

.final-note p:last-child {
  margin: 18px auto 0;
  max-width: 58ch;
  color: var(--text-muted);
}

.final-note-grid {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 42px;
  align-items: center;
}

.final-note-text {
  max-width: 620px;
  padding: 34px 30px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(212, 221, 209, 0.95);
  border-radius: var(--radius-md);
  box-shadow: 0 8px 22px rgba(34, 60, 42, 0.05);
}
.final-note-text h2 {
  margin-top: 0;
  font-size: clamp(1.9rem, 3vw, 2.8rem);
  line-height: 1.15;
}

.final-note-text p:last-child {
  margin-bottom: 0;
  color: var(--text-muted);
}


.final-note-image {
  margin: 0;
}

.final-note-image img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow);
}


.contact-cards {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 28px;
}

.contact-card a {
  color: var(--primary-dark);
  font-weight: 600;
}

.hours-list {
  display: grid;
  gap: 12px;
  margin: 20px 0 22px;
}

.hours-list div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--line);
  color: var(--text-muted);
}

.status-note {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 24px;
  padding: 14px 16px;
  border-radius: 16px;
  background: var(--primary-soft);
}

.status-note p {
  margin: 0;
  color: var(--primary-dark);
}

.status-dot {
  width: 12px;
  height: 12px;
  margin-top: 7px;
  border-radius: 999px;
  background: var(--primary);
  flex-shrink: 0;
}

.map-consent-box {
  padding: 22px;
}

.map-button {
  width: 100%;
  margin-top: 8px;
}

.map-frame {
  margin-top: 16px;
  min-height: 280px;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid var(--line);
}

.map-frame iframe {
  width: 100%;
  height: 280px;
  border: 0;
}

.site-footer {
  border-top: 1px solid var(--line);
  background: rgba(249, 251, 248, 0.95);
}

.footer-inner {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.footer-inner p {
  margin: 0;
  color: var(--text-muted);
}

.footer-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.footer-links a {
  color: var(--primary-dark);
  font-weight: 600;
}

.cookie-banner {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 1200;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 20px;
  background: rgba(28, 43, 32, 0.96);
  color: #fff;
  border-radius: 20px;
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.18);
}

.cookie-banner p {
  margin: 0;
  max-width: 70ch;
  font-size: 0.95rem;
}

.cookie-banner button {
  border: 0;
  border-radius: 999px;
  background: #fff;
  color: var(--text);
  padding: 12px 18px;
  font-weight: 700;
  cursor: pointer;
}

.cookie-banner[hidden] {
  display: none;
}

a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid rgba(47, 125, 76, 0.35);
  outline-offset: 3px;
  border-radius: 12px;
}
.impressum-grid,
.legal-grid {
  display: grid;
  gap: 20px;
}

.impressum-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.legal-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.impressum-card,
.legal-card {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(212, 221, 209, 0.95);
  border-radius: var(--radius-md);
  box-shadow: 0 8px 22px rgba(34, 60, 42, 0.05);
  padding: 24px;
}

.impressum-card h2,
.impressum-card h3,
.legal-card h2 {
  margin-top: 0;
}

.impressum-card h3 {
  margin-top: 22px;
}

.impressum-card p,
.legal-card p {
  margin-bottom: 0;
  color: var(--text-muted);
}

.impressum-card p + p,
.legal-card p + p {
  margin-top: 16px;
}

/* Inline Links im Fließtext klar erkennbar */
p a,
li a {
  color: var(--primary);
  text-decoration: underline;
  text-underline-offset: 2px;
}

p a:hover,
li a:hover {
  color: var(--primary-hover);
  text-decoration: none;
  text-shadow: 0 1px 0 currentColor;
}

@media (max-width: 1040px) {
    .hero-grid,
  .contact-grid,
  .logo-panel,
  .trust-panel,
  .text-columns,
  .cards-grid,
  .steps,
  .contact-cards,
  .intro-strip-grid,
  .impressum-grid,
  .legal-grid,
  .final-note-grid {
    grid-template-columns: 1fr;
  }



  .section-heading h2,
  .hero h1 {
    max-width: none;
  }

    .header-tools {
    gap: 12px;
  }

  .site-nav {
    gap: 16px;
  }

  .header-status {
    font-size: 0.85rem;
    padding: 0 12px;
  }

}

@media (max-width: 840px) {
    .header-tools {
    display: flex;
    align-items: center;
    margin-left: auto;
    gap: 10px;
  }
  .header-status {
    min-height: 40px;
    padding: 0 12px;
  }

  .header-status span:last-child {
    max-width: 92px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 8px);
    left: 16px;
    right: 16px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    padding: 16px;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid var(--line);
    border-radius: 20px;
    box-shadow: var(--shadow);
  }


  .site-nav.is-open {
    display: flex;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .hero {
    padding-top: 42px;
  }

  .section {
    padding: 72px 0;
  }

  .header-inner {
    min-height: 76px;
  }

  .brand-logo {
    width: 52px;
    height: 52px;
  }

  .cookie-banner {
    flex-direction: column;
    align-items: stretch;
  }

  .cookie-banner button {
    width: 100%;
  }
}

@media (max-width: 560px) {
  .container {
    width: min(calc(100% - 24px), var(--container));
  }

  .hero h1 {
    font-size: clamp(2.1rem, 9vw, 3.2rem);
  }

  .hero-text,
  .section-heading p,
  .text-columns p,
  .service-card p,
  .step-card p,
  .faq-list p,
  .contact-copy > p {
    font-size: 1rem;
  }

  .button,
  .nav-cta {
    width: 100%;
  }

  .hero-actions {
    flex-direction: column;
  }

  .footer-inner {
    flex-direction: column;
    justify-content: center;
    padding: 18px 0;
  }
}

/* Accessibility: Skip-Link */
.skip-link {
  position: absolute;
  top: -40px;
  left: 6px;
  background: var(--primary);
  color: white;
  padding: 8px 16px;
  border-radius: 4px;
  font-size: var(--text-sm);
  text-decoration: none;
  transition: top 0.2s;
  z-index: 1000;
}

.skip-link:focus {
  top: 12px;
}

/* Inline Links im Fließtext klar erkennbar */
p a,
li a {
  color: var(--primary);
  text-decoration: underline;
  text-underline-offset: 2px;
}

p a:hover,
li a:hover {
  color: var(--primary-dark);
  text-decoration: none;
}
.insurance-note {
  margin-top: 2.25rem;
  text-align: center;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}

.insurance-note p {
  margin: 0;
  color: #26262b;
  font-size: 1rem;
  line-height: 1.6;
}

.insurance-note p + p {
  margin-top: 0.6rem;
}

.insurance-note strong {
  color: #26262b;
  font-weight: 700;
}
