:root {
  --rose: #c4607a;
  --rose-dark: #a04060;
  --rose-soft: #fdf0f3;
  --rose-accent: #e0a0b5;
  --sand: #f5ede8;
  --taupe: #8c7b62;
  --ink: #3d6645;
  --muted: #5a7a5c;
  --card: rgba(255,255,255,0.80);
  --border: rgba(196, 96, 122, 0.13);
  --shadow: 0 20px 50px rgba(160, 64, 96, 0.09);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body {
  font-family: 'Inter', sans-serif;
  color: var(--ink);
  overflow-x: clip;
  background:
    radial-gradient(circle at top right, rgba(196,96,122,0.10), transparent 30%),
    radial-gradient(circle at left 15%, rgba(245,237,232,0.7), transparent 28%),
    linear-gradient(180deg, #fffbfc 0%, #fdf5f7 100%);
}

body.cookie-consent-open {
  overflow: hidden;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -4rem;
  z-index: 1200;
  background: var(--rose-dark);
  color: #fff;
  padding: .85rem 1rem;
  border-radius: 14px;
  box-shadow: var(--shadow);
}

.skip-link:focus {
  top: 1rem;
  color: #fff;
}

a { text-decoration: none; color: var(--rose); transition: color .2s ease; }
a:hover { color: var(--rose-dark); }

/* Fließtext-Links unterstrichen, Navigation/Buttons ausgenommen */
p a, li a, blockquote a, td a, .footer-links a, .legal-links a {
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}
p a:hover, li a:hover, blockquote a:hover, td a:hover, .footer-links a:hover, .legal-links a:hover {
  text-decoration-thickness: 2px;
}
img { max-width: 100%; }
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
.nav-link:focus-visible,
.dropdown-item:focus-visible,
.btn:focus-visible,
.accordion-button:focus-visible {
  outline: 3px solid var(--ink);
  outline-offset: 3px;
  box-shadow: none !important;
  border-radius: 4px;
}
/* Topbar & Header Banner */
.site-topbar {
  background: linear-gradient(90deg, var(--rose-soft) 0%, #fff8fa 100%);
  border-bottom: 1px solid rgba(196,96,122,0.12);
  font-size: .85rem;
  padding: .55rem 0;
  color: var(--taupe);
}
.topbar-location { font-weight: 600; color: var(--taupe); }
/* Hero-Logo groß (rechte Spalte Startseite) */
.hero-logo-main {
  height: clamp(110px, 14vw, 170px);
  width: auto;
  max-width: 100%;
  object-fit: contain;
  display: inline-block;
  filter: drop-shadow(0 8px 24px rgba(196,96,122,0.18));
}
/* Hero-Logo klein (in anderen Kontexten) */
.hero-logo {
  height: 72px;
  width: auto;
  object-fit: contain;
  display: block;
}
.hero-headline {
  font-size: clamp(2rem, 4.5vw, 3rem);
  line-height: 1.2;
}
/* Timer-Bar volle Breite */
.hero-countdown-bar {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 2rem;
  padding: 1.5rem 2rem;
}
.hero-countdown-bar .countdown-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: .75rem;
}
.hero-countdown-bar__right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: .5rem;
}
@media (max-width: 991.98px) {
  .hero-countdown-bar {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
  }
  .hero-countdown-bar__right { align-items: flex-start; }
  .hero-logo-main { height: 130px; }
}
@media (max-width: 575.98px) {
  .hero-logo-main { height: 100px; }
  .hero-countdown-bar { grid-template-columns: 1fr; padding: 1.25rem; }
  .hero-countdown-bar__right { align-items: flex-start; }
}
/* Sticky-Logo in der Navbar (kleiner) */
.site-logo-sticky {
  display: block;
  height: 44px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}
@media (max-width: 575.98px) {
  .site-header-banner { padding: 1rem 0 .85rem; }
  .site-logo-sticky { height: 36px; }
}
.bg-soft { background: rgba(255,255,255,0.7); backdrop-filter: blur(12px); }
.text-brand { color: var(--rose); }
.badge-soft, .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  background: var(--rose-soft);
  color: var(--rose-dark);
  border: 1px solid rgba(125,90,99,0.16);
  border-radius: 999px;
  padding: .6rem .95rem;
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.navbar-modern {
  background: rgba(255,255,255,0.82);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(125,90,99,0.08);
  box-shadow: 0 10px 30px rgba(40, 29, 33, 0.04);
}
.brand-mark {
  width: 52px;
  height: 52px;
  display: inline-grid;
  place-items: center;
  border-radius: 18px;
  background: linear-gradient(145deg, var(--rose-dark), var(--rose-accent));
  color: white;
  font-weight: 800;
  letter-spacing: .06em;
  box-shadow: var(--shadow);
}
.brand-title { font-size: 1rem; }
.nav-link {
  color: var(--ink);
  font-weight: 600;
  padding: .9rem .8rem !important;
  border-radius: 14px;
}
.nav-link:hover, .nav-link.active {
  color: var(--rose-dark);
  background: rgba(125,90,99,0.08);
}

.hero-section, .subhero-section {
  padding: 5.5rem 0 4rem;
  position: relative;
  overflow: hidden;
}
.hero-section { min-height: clamp(620px, 78vh, 820px); display: flex; align-items: center; }
.subhero-section { padding: 3rem 0 2.5rem; }
.subhero-section .row { align-items: start; }
.subhero-section .placeholder-card { max-height: 260px; min-height: 0; }
.subhero-section .placeholder-card img { max-height: 260px; }
.hero-section .container, .subhero-section .container { position: relative; z-index: 2; }
.hero-section::after {
  content: '';
  position: absolute;
  width: 520px;
  height: 520px;
  right: -140px;
  top: -120px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(199,154,165,0.20), rgba(199,154,165,0.02) 60%, transparent 70%);
  pointer-events: none;
}
.hero-section::before, .subhero-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.92), rgba(255,255,255,0.55));
  pointer-events: none;
}
.hero-copy, .subhero-copy { font-size: 1.1rem; color: var(--muted); max-width: 62ch; }
.hero-facts {
  display: flex; flex-wrap: wrap; gap: .75rem;
}
.hero-facts span {
  display: inline-flex; align-items: center; gap: .6rem;
  padding: .7rem 1.1rem; border-radius: 999px;
  background: linear-gradient(135deg, rgba(255,255,255,0.95), var(--rose-soft));
  border: 1px solid rgba(196,96,122,.18);
  box-shadow: 0 4px 14px rgba(196,96,122,.10);
  font-weight: 700; font-size: .88rem; color: var(--ink);
}
.hero-facts span i { color: var(--rose); font-size: 1rem; }
.glass-card, .feature-card, .topic-card, .section-card, .event-card, .cta-panel {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  backdrop-filter: blur(12px);
}
.countdown-card { padding: 2rem; }
.countdown-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem;
}
.countdown-grid div {
  text-align: center; padding: 1rem .5rem; border-radius: 20px;
  background: rgba(255,255,255,0.9); border: 1px solid var(--border);
}
.countdown-grid strong { display:block; font-size: 2rem; color: var(--rose-dark); line-height:1; }
.countdown-grid span { font-size: .8rem; color: var(--muted); text-transform: uppercase; letter-spacing: .06em; }

.btn-brand {
  background: linear-gradient(135deg, var(--rose-dark), var(--rose-accent));
  border: none;
  color: white;
  padding: .95rem 1.35rem;
  border-radius: 16px;
  box-shadow: var(--shadow);
}
.btn-brand:hover { color: white; filter: brightness(1.05); }

/* ── Grüne Sekundär-Buttons (überschreibt Bootstrap btn-outline-dark) ── */
.btn-outline-dark {
  color: var(--ink);
  border-color: var(--ink);
  border-radius: 16px;
  text-align: center;
  padding-left: 1.35rem;
  padding-right: 1.35rem;
}
.btn-outline-dark:hover,
.btn-outline-dark:focus-visible,
.btn-outline-dark:active,
.btn-outline-dark.active {
  background-color: var(--ink);
  border-color: var(--ink);
  color: #fff;
}


.nav-cta {
  padding: .8rem 1rem;
  border-radius: 14px;
  font-weight: 700;
}
.hero-side-card {
  position: relative;
}
.hero-location-mini {
  display: flex;
  align-items: flex-start;
  gap: .75rem;
  padding: .95rem 1rem;
  border-radius: 18px;
  background: rgba(255,255,255,.88);
  border: 1px solid var(--border);
}
.hero-location-mini i {
  color: var(--rose-dark);
  font-size: 1.05rem;
  margin-top: .15rem;
}

.overlap-section { margin-top: -2rem; position: relative; z-index: 5; }
.feature-card, .topic-card, .section-card, .event-card { padding: 1.6rem; height: 100%; }
.feature-card i {
  font-size: 1.65rem; color: var(--rose-dark);
  width: 56px; height: 56px; display:grid; place-items:center;
  background: var(--rose-soft); border-radius: 18px; margin-bottom: 1rem;
}
.feature-card h3, .topic-card h3 { font-size: 1.1rem; margin-bottom: .6rem; }
.feature-card p, .topic-card p, .section-card p, .event-card p { color: var(--muted); }
.topic-card { display:block; transition: transform .24s ease, box-shadow .24s ease; }
.topic-card:hover { transform: translateY(-4px); box-shadow: 0 25px 70px rgba(40,29,33,.14); }
.topic-card span { color: var(--rose-dark); font-weight: 700; }

.placeholder-card {
  min-height: 180px;
  display: grid;
  place-items: center;
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(196,96,122,.12), rgba(245,237,232,.82)),
    repeating-linear-gradient(45deg, rgba(255,255,255,.4), rgba(255,255,255,.4) 12px, rgba(255,255,255,.15) 12px, rgba(255,255,255,.15) 24px);
  border: 1px dashed rgba(196,96,122,.20);
  overflow: hidden;
}
.placeholder-card.tall { min-height: 220px; }
.placeholder-card img { width: 100%; height: 100%; object-fit: cover; }
.section-heading { max-width: 820px; margin-inline: auto; }
.section-heading h2, .section-card h2, .cta-panel h2 { font-size: clamp(1.9rem, 4vw, 2.6rem); margin-bottom: 1rem; }
.section-card .lead { font-size: 1.08rem; color: var(--ink); }
.clean-list { padding-left: 1.1rem; color: var(--muted); }
.clean-list li { margin-bottom: .65rem; }
.schema-box {
  background: #161214; color: #f8f6f7; padding: 1.2rem; border-radius: 20px;
  overflow: auto; font-size: .9rem;
}
.cta-panel {
  padding: 2rem; display:flex; align-items:center; justify-content:space-between; gap: 1.5rem; flex-wrap: wrap;
  background: linear-gradient(135deg, rgba(255,255,255,.88), rgba(244,233,236,.95));
}
.site-footer { background: #201a1d; }
.footer-links a { color: rgba(255,255,255,0.72); display:block; padding: .25rem 0; }
.footer-links a:hover { color: white; }
.footer-bottom { padding-bottom: 2rem; }
.footer-social-link {
  display: inline-flex;
  align-items: center;
  margin-top: 1rem;
  color: rgba(255,255,255,0.88);
}
.footer-social-link:hover { color: #fff; }

@media (max-width: 991.98px) {
  .hero-section, .subhero-section { padding: 4rem 0 3rem; }
  .hero-section { min-height: auto; }
  .countdown-grid { grid-template-columns: repeat(2, 1fr); }
  .navbar-collapse { padding: 1rem 0 .25rem; }
}
@media (max-width: 575.98px) {
  .brand-mark { width: 46px; height: 46px; }
  .countdown-grid strong { font-size: 1.5rem; }
  .feature-card, .topic-card, .section-card, .event-card, .countdown-card, .cta-panel { padding: 1.25rem; }
  .hero-facts span { width: 100%; }
  .hero-location-mini { padding: .85rem .9rem; }
}

.nav-dropdown-menu { min-width: 310px; }
.navbar .dropdown-item {
  font-weight: 600;
  padding: .8rem .95rem;
}
.navbar .dropdown-item:hover,
.navbar .dropdown-item.active {
  background: rgba(125,90,99,0.08);
  color: var(--rose-dark);
}
.legal-links a {
  color: rgba(255,255,255,0.72);
}
.legal-links a:hover { color: #fff; }

.cookie-consent-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(19, 14, 16, 0.48);
  backdrop-filter: blur(8px);
  z-index: 1080;
}

.cookie-consent {
  position: fixed;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 1090;
}
.cookie-consent__card {
  max-width: 980px;
  margin: 0 auto;
  background: rgba(32,26,29,0.94);
  color: #fff;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 28px;
  box-shadow: 0 30px 80px rgba(0,0,0,0.28);
  backdrop-filter: blur(18px);
  padding: 1.25rem;
}
.cookie-consent__copy p {
  color: rgba(255,255,255,0.78);
  margin-bottom: 0;
}
.cookie-consent__actions {
  display: flex;
  gap: .75rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}
.cookie-consent__details {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255,255,255,0.1);
}
.cookie-consent__details-copy {
  color: rgba(255,255,255,0.74);
  margin-bottom: 1rem;
}
.legal-card { padding: 2rem; }
.legal-card h2 { margin-bottom: 1rem; }
.legal-card p, .legal-card li { color: var(--muted); }
@media (min-width: 992px) {
  .cookie-consent__card {
    display: grid;
    grid-template-columns: 1.6fr auto;
    gap: 1.5rem;
    align-items: center;
  }
  .cookie-consent__details {
    grid-column: 1 / -1;
  }
}
@media (max-width: 575.98px) {
  .cookie-consent { left: .75rem; right: .75rem; bottom: .75rem; }
  .cookie-consent__actions .btn { width: 100%; }
  .nav-dropdown-menu { min-width: 100%; }
}


.nav-dropdown-menu .dropdown-item.active,
.nav-dropdown-menu .dropdown-item:hover {
  background: rgba(125,90,99,0.10);
  color: var(--rose-dark);
}

.location-highlight {
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: 1.5rem;
  padding: 1.75rem;
  border-radius: 30px;
  background: linear-gradient(145deg, rgba(125,90,99,0.10), rgba(255,255,255,0.90));
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}
.location-highlight--compact { padding: 1.35rem; }
.location-highlight__meta {
  display: grid;
  gap: .9rem;
  align-content: center;
}
.location-pill {
  display: flex;
  align-items: center;
  gap: .75rem;
  padding: 1rem 1.1rem;
  background: rgba(255,255,255,0.92);
  border: 1px solid var(--border);
  border-radius: 18px;
  font-weight: 600;
}
.location-pill i { color: var(--rose-dark); font-size: 1.1rem; }

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1rem;
}
.gallery-card {
  position: relative;
  display: block;
  min-height: 220px;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  background: rgba(255,255,255,0.7);
}
.gallery-card:nth-child(1), .gallery-card:nth-child(4) { grid-column: span 7; }
.gallery-card:nth-child(2), .gallery-card:nth-child(3), .gallery-card:nth-child(5), .gallery-card:nth-child(6) { grid-column: span 5; }
.gallery-card img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
  transform: scale(1.01);
  transition: transform .35s ease;
}
.gallery-card:hover img { transform: scale(1.05); }
.gallery-card__overlay {
  position: absolute;
  inset: auto 0 0 0;
  padding: 1.25rem;
  color: white;
  background: linear-gradient(180deg, rgba(0,0,0,0.02), rgba(32,23,26,0.78));
}
.gallery-card__overlay strong,
.gallery-card__overlay small { display:block; }
.gallery-card__overlay small { opacity: .8; }

.map-panel {
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
  align-items: stretch;
}
.map-mock {
  min-height: 320px;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}
.map-mock iframe { width:100%; height:100%; min-height:320px; border:0; }

.info-strip {
  padding: 1rem 1.25rem;
  border-radius: 22px;
  border: 1px solid var(--border);
  background: rgba(255,255,255,0.78);
  box-shadow: var(--shadow);
}

@media (max-width: 991.98px) {
  .location-highlight,
  .map-panel { grid-template-columns: 1fr; }
}
@media (max-width: 767.98px) {
  .gallery-grid { grid-template-columns: 1fr; }
  .gallery-card,
  .gallery-card:nth-child(1), .gallery-card:nth-child(2), .gallery-card:nth-child(3), .gallery-card:nth-child(4), .gallery-card:nth-child(5), .gallery-card:nth-child(6) { grid-column: span 1; }
}


.location-highlight {
  background: linear-gradient(135deg, rgba(255,255,255,.92), rgba(244,233,236,.98));
  border: 1px solid var(--border);
  border-radius: 32px;
  box-shadow: var(--shadow);
  padding: 1.8rem;
  display: grid;
  gap: 1.25rem;
  grid-template-columns: 1.1fr .9fr;
}
.location-highlight--compact { padding: 1.4rem; }
.location-highlight__meta { display: grid; gap: .85rem; }
.location-pill {
  display: flex; align-items: center; gap: .8rem;
  padding: .95rem 1rem; border-radius: 18px;
  background: rgba(255,255,255,.9); border: 1px solid var(--border);
  font-weight: 600; color: var(--rose-dark);
}
.location-pill i { font-size: 1.1rem; }
.offer-gallery-panel {
  background: rgba(255,255,255,.74);
  border: 1px solid var(--border);
  border-radius: 32px;
  box-shadow: var(--shadow);
  padding: 1.5rem;
  backdrop-filter: blur(14px);
}
.offer-tabs .nav-link {
  border: 1px solid rgba(125,90,99,0.12);
  background: rgba(255,255,255,0.85);
}
.offer-tabs .nav-link.active {
  background: linear-gradient(135deg, var(--rose-dark), var(--rose-accent));
  color: #fff;
}
.offer-tab-stage {
  background: linear-gradient(135deg, rgba(255,255,255,.82), rgba(244,233,236,.74));
  border: 1px solid rgba(125,90,99,0.08);
  border-radius: 28px;
  padding: 1.25rem;
}
.offer-tab-copy { padding: .75rem; }
.offer-tab-copy h3 { font-size: clamp(1.5rem, 3vw, 2rem); margin-bottom: .9rem; }
.offer-tab-copy p { color: var(--muted); margin-bottom: 1.2rem; }
.gallery-slide {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 24px;
  min-height: 280px;
  background: rgba(255,255,255,.75);
  border: 1px solid var(--border);
}
.gallery-slide img {
  width: 100%; height: 320px; object-fit: cover; display: block;
}
.gallery-slide__overlay {
  position: absolute; inset: auto 0 0 0;
  display: flex; flex-direction: column; gap: .2rem;
  padding: 1rem 1.05rem;
  background: linear-gradient(180deg, transparent, rgba(20,14,16,.74));
  color: #fff;
}
.gallery-slide__overlay small { color: rgba(255,255,255,.78); }
.gallery-slider .owl-nav button.owl-prev,
.gallery-slider .owl-nav button.owl-next {
  width: 44px; height: 44px; border-radius: 50% !important;
  background: rgba(255,255,255,.92) !important;
  box-shadow: var(--shadow);
}
.gallery-slider .owl-dots { margin-top: 1rem; }
.tab-content,
.tab-pane,
.offer-gallery-panel,
.offer-tab-stage,
.gallery-slider,
.gallery-slider .owl-stage-outer {
  max-width: 100%;
  min-width: 0;
}
.gallery-slider,
.owl-carousel {
  width: 100%;
}
.gallery-slider .owl-stage-outer {
  overflow: hidden;
}
.gallery-slider .owl-item {
  min-height: 1px;
}
.gallery-slider .item {
  width: 100%;
  display: block;
}
.gallery-slider .owl-item .item,
.gallery-slider .owl-item .gallery-slide {
  height: 100%;
}
.gallery-slider .owl-nav {
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
}
.gallery-slider .owl-nav button span {
  font-size: 1.4rem;
  line-height: 1;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
}
.navbar-collapse {
  min-width: 0;
}
@media (max-width: 991.98px) {
  .location-highlight { grid-template-columns: 1fr; }
}
@media (max-width: 575.98px) {
  .offer-gallery-panel, .offer-tab-stage { padding: 1rem; }
  .gallery-slide img { height: 240px; }
}

/* Owl carousel stability fixes */
.offer-tab-stage .col-lg-8,
.offer-tab-stage .col-lg-4 { min-width: 0; }
.gallery-slider .owl-nav button { display: inline-grid; place-items: center; }
.gallery-slider .owl-nav button.disabled { opacity: .45; }


.topbar-links { font-weight: 600; }
.topbar-link { color: var(--taupe); }
.topbar-link:hover { color: var(--rose); }
.topbar-whatsapp { font-weight: 700; }
.btn-outline-shop {
  border: 1.5px solid var(--rose);
  color: var(--rose);
  border-radius: 14px;
  font-weight: 700;
  background: transparent;
}
.btn-outline-shop:hover { background: var(--rose-soft); color: var(--rose-dark); border-color: var(--rose-dark); }
.topbar-shop {
  font-weight: 700;
  color: var(--rose-dark) !important;
  background: var(--rose-soft);
  padding: .25rem .75rem;
  border-radius: 999px;
  border: 1px solid rgba(196,96,122,.2);
}
.topbar-shop:hover { background: rgba(196,96,122,.15); color: var(--rose-dark) !important; }
.navbar-brand { padding-top: 0; padding-bottom: 0; margin-right: 1rem; max-width: 100%; }
.whatsapp-order-section { background: #fffafc; }
.whatsapp-order-card {
  background: rgba(255,255,255,0.88);
  border: 1px solid var(--border);
  border-radius: 24px;
  padding: 2rem;
  box-shadow: var(--shadow);
}
.whatsapp-order-card ul li { color: var(--muted); }

.events-agenda {
  display: grid;
  gap: 1.5rem;
}
.agenda-month {
  background: rgba(255,255,255,0.74);
  border: 1px solid var(--border);
  border-radius: 32px;
  box-shadow: var(--shadow);
  padding: 1.5rem;
}
.agenda-month__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.25rem;
  flex-wrap: wrap;
}
.agenda-list {
  display: grid;
  gap: 1rem;
}
.agenda-item {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 1rem;
  align-items: start;
  padding: 1.1rem;
  border-radius: 24px;
  background: rgba(255,255,255,0.92);
  border: 1px solid var(--border);
}
.agenda-date {
  display: grid;
  place-items: center;
  padding: .85rem .5rem;
  border-radius: 22px;
  background: linear-gradient(145deg, var(--rose-dark), var(--rose-accent));
  color: #fff;
  text-align: center;
}
.agenda-date__day {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1;
}
.agenda-date__month {
  display: block;
  margin-top: .2rem;
  font-size: .85rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.agenda-item__meta {
  display: flex;
  gap: .8rem;
  flex-wrap: wrap;
  margin-bottom: .85rem;
  color: var(--muted);
  font-size: .95rem;
}
.agenda-item__range {
  color: var(--muted);
}

/* Termin-Karten */
.event-tile {
  display: flex;
  gap: 1.25rem;
  align-items: flex-start;
  background: rgba(255,255,255,.9);
  border: 1px solid var(--border);
  border-radius: 24px;
  padding: 1.4rem;
  box-shadow: var(--shadow);
  height: 100%;
  transition: transform .2s ease, box-shadow .2s ease;
}
.event-tile:hover { transform: translateY(-3px); box-shadow: 0 24px 60px rgba(196,96,122,.13); }
.event-tile--past { opacity: .55; }
.event-tile__date {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 64px;
  padding: .85rem .6rem;
  border-radius: 18px;
  background: linear-gradient(145deg, var(--rose-dark), var(--rose-accent));
  color: #fff;
  text-align: center;
  gap: .1rem;
}
.event-tile__day { font-size: 1.9rem; font-weight: 800; line-height: 1; }
.event-tile__month { font-size: .75rem; text-transform: uppercase; letter-spacing: .07em; opacity: .9; }
.event-tile__range { font-size: .7rem; opacity: .8; margin-top: .2rem; }
.event-tile__body { flex: 1; min-width: 0; }

.instagram-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  flex-wrap: wrap;
  padding: 1.75rem;
  border-radius: 30px;
  border: 1px solid var(--border);
  background: linear-gradient(135deg, rgba(255,255,255,.9), rgba(244,233,236,.96));
  box-shadow: var(--shadow);
}

.priority-panel {
  display: grid;
  gap: 1.5rem;
  padding: 1.75rem;
  border-radius: 32px;
  border: 1px solid var(--border);
  background: linear-gradient(145deg, rgba(255,255,255,.94), rgba(244,233,236,.82));
  box-shadow: var(--shadow);
}

.priority-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.priority-card {
  padding: 1.25rem;
  border-radius: 24px;
  background: rgba(255,255,255,.92);
  border: 1px solid var(--border);
}

.priority-card i {
  display: inline-grid;
  place-items: center;
  width: 52px;
  height: 52px;
  margin-bottom: .9rem;
  border-radius: 18px;
  background: var(--rose-soft);
  color: var(--rose-dark);
  font-size: 1.35rem;
}

.priority-card h3 {
  font-size: 1.05rem;
  margin-bottom: .55rem;
}

.priority-card p {
  margin-bottom: 0;
  color: var(--muted);
}

.contact-quick-card,
.contact-form-panel,
.contact-side-card {
  background: rgba(255,255,255,.9);
  border: 1px solid var(--border);
  border-radius: 30px;
  box-shadow: var(--shadow);
}

.contact-quick-card,
.contact-form-panel {
  padding: 1.75rem;
}

.contact-side-stack {
  display: grid;
  gap: 1rem;
}

.contact-side-card {
  padding: 1.5rem;
}

.contact-form-panel .form-label {
  font-weight: 700;
  color: var(--ink);
}

.contact-form-panel .form-control,
.contact-form-panel .form-select {
  border-radius: 18px;
  border: 1px solid rgba(125,90,99,.18);
  background: rgba(255,255,255,.95);
}

.contact-form-panel .form-control:focus,
.contact-form-panel .form-select:focus {
  border-color: rgba(125,90,99,.4);
  box-shadow: 0 0 0 .25rem rgba(125,90,99,.12);
}

.contact-form-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.contact-list {
  display: grid;
  gap: .9rem;
}

.contact-list li {
  display: flex;
  align-items: flex-start;
  gap: .75rem;
  color: var(--muted);
}

.contact-list i {
  color: var(--rose-dark);
  margin-top: .15rem;
}

.faq-accordion .accordion-item {
  border: 1px solid var(--border);
  border-radius: 20px;
  overflow: hidden;
  background: rgba(255,255,255,0.92);
  box-shadow: 0 12px 28px rgba(40, 29, 33, 0.05);
}
.faq-accordion .accordion-item + .accordion-item {
  margin-top: 1rem;
}
.faq-accordion .accordion-button {
  font-weight: 700;
  color: var(--ink);
  background: rgba(255,255,255,0.92);
  box-shadow: none;
}
.faq-accordion .accordion-button:not(.collapsed) {
  color: var(--rose-dark);
  background: var(--rose-soft);
}
.faq-accordion .accordion-body {
  color: var(--muted);
  line-height: 1.75;
}

@media (max-width: 767.98px) {
  .agenda-item {
    grid-template-columns: 1fr;
  }

  .agenda-date {
    width: 88px;
  }

  .priority-grid {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  [data-aos] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
  .sticky-event-bar { animation: none !important; }
}

/* ── Sticky Termin-Bar ───────────────────────────────── */
.sticky-event-bar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1050;
  background: linear-gradient(90deg, var(--rose-dark), var(--rose));
  color: #fff; font-size: .9rem; font-weight: 600;
  padding: .6rem 0;
  box-shadow: 0 4px 20px rgba(160,64,96,.3);
  animation: slideDown .3s ease;
}
.sticky-event-bar__text { color: rgba(255,255,255,.9); }
.sticky-event-bar__text strong { color: #fff; }
.sticky-event-bar__btn { font-weight: 700; font-size: .82rem; border-radius: 999px; }
@keyframes slideDown { from { transform: translateY(-100%); } to { transform: translateY(0); } }

/* ── WhatsApp Float ──────────────────────────────────── */
.whatsapp-fab {
  position: fixed; bottom: 2rem; right: 1.5rem; z-index: 1040;
  width: 58px; height: 58px; border-radius: 50%;
  background: #25d366;
  color: #fff; font-size: 1.6rem;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 6px 24px rgba(37,211,102,.45);
  transition: transform .2s ease, box-shadow .2s ease;
  text-decoration: none;
}
.whatsapp-fab:hover { transform: scale(1.08); box-shadow: 0 10px 32px rgba(37,211,102,.55); color: #fff; }

/* ── Scroll-to-Top ───────────────────────────────────── */
.scroll-top-btn {
  position: fixed; bottom: 2rem; left: 1.5rem; z-index: 1040;
  width: 48px; height: 48px; border-radius: 50%;
  background: rgba(255,255,255,.9); border: 1.5px solid var(--border);
  color: var(--rose-dark); font-size: 1.2rem;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 16px rgba(160,64,96,.15);
  cursor: pointer; transition: transform .2s ease, background .2s ease;
}
.scroll-top-btn:hover { background: var(--rose-soft); transform: translateY(-3px); }

/* ── Mobile Bottom-Bar ───────────────────────────────── */
.mobile-bottom-bar {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 1045;
  display: flex; background: rgba(255,255,255,.97);
  border-top: 1px solid var(--border);
  box-shadow: 0 -4px 20px rgba(160,64,96,.10);
}
.mobile-bottom-bar__item {
  flex: 1; display: flex; flex-direction: column; align-items: center;
  justify-content: center; gap: .25rem;
  padding: .6rem .25rem; font-size: .7rem; font-weight: 700;
  color: var(--muted); text-decoration: none; transition: color .15s ease;
}
.mobile-bottom-bar__item i { font-size: 1.3rem; }
.mobile-bottom-bar__item:hover, .mobile-bottom-bar__item:active { color: var(--rose); }
.mobile-bottom-bar__item--whatsapp { color: #25d366; }
.mobile-bottom-bar__item--whatsapp:hover { color: #1aad57; }
/* Abstand damit Footer nicht unter der Bar endet */
@media (max-width: 991.98px) {
  body { padding-bottom: 70px; }
}

/* ── Footer Logo ─────────────────────────────────────── */
.footer-logo {
  height: 60px; width: auto; object-fit: contain;
  background: rgba(255,255,255,.92);
  border-radius: 8px;
  padding: 6px 12px;
  opacity: .92;
}
.footer-logo:hover { opacity: 1; }

/* ── Breadcrumbs ─────────────────────────────────────── */
.breadcrumb-bar {
  background: var(--rose-soft);
  border-bottom: 1px solid rgba(196,96,122,.10);
  padding: .6rem 0;
  font-size: .85rem;
}
.breadcrumb { --bs-breadcrumb-divider-color: var(--taupe); --bs-breadcrumb-item-active-color: var(--ink); margin: 0; }
.breadcrumb-item a { color: var(--rose); font-weight: 600; }
.breadcrumb-item.active { color: var(--muted); }

/* ── iCal Button ─────────────────────────────────────── */
.event-tile__ical {
  background: var(--rose-soft); color: var(--rose-dark);
  border: 1px solid rgba(196,96,122,.2);
  border-radius: 999px; font-size: .8rem; font-weight: 700;
  padding: .3rem .85rem;
}
.event-tile__ical:hover { background: rgba(196,96,122,.15); color: var(--rose-dark); }

/* ── Cookie Consent (neu) ────────────────────────────── */
.cookie-consent {
  position: fixed; left: 1.25rem; bottom: 1.25rem;
  z-index: 1090; max-width: 420px; width: calc(100% - 2.5rem);
}
.cookie-consent__card {
  background: rgba(30,23,26,.96);
  color: #fff; border: 1px solid rgba(255,255,255,.1);
  border-radius: 24px;
  box-shadow: 0 24px 64px rgba(0,0,0,.35);
  backdrop-filter: blur(18px);
  padding: 1.5rem;
}
.cookie-consent__copy p { color: rgba(255,255,255,.78); font-size: .9rem; margin-bottom: 0; }
.cookie-consent__copy .eyebrow { margin-bottom: .5rem; display: block; }
.cookie-consent__copy h2 { font-size: 1.1rem; margin-bottom: .5rem; }
.cookie-consent__actions { display: flex; gap: .75rem; flex-wrap: wrap; margin-top: 1.1rem; }
.cookie-consent__actions .btn { flex: 1; min-width: 120px; border-radius: 999px; }
.cookie-consent__details {
  margin-top: 1rem; padding-top: 1rem;
  border-top: 1px solid rgba(255,255,255,.1);
}
.cookie-consent__details-copy { color: rgba(255,255,255,.7); font-size: .85rem; margin-bottom: 1rem; }
@media (max-width: 575.98px) {
  .cookie-consent { left: .75rem; bottom: 80px; width: calc(100% - 1.5rem); }
}

/* ── Testimonials ────────────────────────────────────── */
.testimonial-card {
  background: #fff; border-radius: 20px;
  padding: 1.5rem; border: 1px solid var(--border);
  box-shadow: var(--shadow); display: flex; flex-direction: column; gap: .75rem;
}
.testimonial-card__stars { color: #f59e0b; font-size: 1rem; letter-spacing: .1em; }
.testimonial-card__text {
  font-size: .95rem; line-height: 1.65; color: var(--taupe);
  margin: 0; flex: 1;
}
.testimonial-card__author {
  display: flex; flex-direction: column; gap: .15rem;
  padding-top: .75rem; border-top: 1px solid var(--border);
  font-size: .85rem;
}
.testimonial-card__author strong { color: var(--ink); }
.testimonial-card__city { color: var(--taupe); }

/* ── Barrierefreiheit Dot & Panel ────────────────────── */
.a11y-fab {
  position: fixed; bottom: 6rem; left: 1.5rem; z-index: 1040;
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--ink); color: #fff; font-size: 1.2rem;
  border: none; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 16px rgba(61,102,69,.35);
  transition: transform .2s ease, box-shadow .2s ease;
}
.a11y-fab:hover { transform: scale(1.08); box-shadow: 0 8px 24px rgba(61,102,69,.5); }
@media (max-width: 991.98px) { .a11y-fab { bottom: 5.5rem; } }

.a11y-panel {
  position: fixed; bottom: 10.5rem; left: 1.5rem; z-index: 1060;
  width: 280px; max-width: calc(100vw - 3rem);
}
.a11y-panel__card {
  background: #fff; border-radius: 18px;
  box-shadow: 0 8px 40px rgba(0,0,0,.18);
  border: 1px solid var(--border);
  overflow: hidden;
}
.a11y-panel__header {
  display: flex; align-items: center; justify-content: space-between;
  padding: 1rem 1.1rem .75rem;
  border-bottom: 1px solid var(--border);
  background: var(--rose-soft);
}
.a11y-panel__close {
  background: none; border: none; cursor: pointer;
  color: var(--taupe); font-size: 1rem; padding: .25rem;
  border-radius: 6px; line-height: 1;
  transition: color .15s ease;
}
.a11y-panel__close:hover { color: var(--ink); }
.a11y-panel__body { padding: 1rem 1.1rem; display: flex; flex-direction: column; gap: .9rem; }
.a11y-option {
  display: flex; align-items: center; justify-content: space-between; gap: .75rem;
}
.a11y-option__label { font-size: .88rem; font-weight: 600; color: var(--ink); }
.a11y-size-btns { display: flex; gap: .4rem; }
.a11y-size-btn {
  width: 34px; height: 34px; border-radius: 8px;
  border: 1.5px solid var(--border); background: #fff;
  cursor: pointer; font-weight: 700; color: var(--ink);
  font-size: .85rem; transition: background .15s, border-color .15s;
  display: flex; align-items: center; justify-content: center;
}
.a11y-size-btn[aria-pressed="true"],
.a11y-size-btn:hover { background: var(--ink); color: #fff; border-color: var(--ink); }
.a11y-panel__footer { padding: .75rem 1.1rem 1rem; }

/* Applied accessibility classes */
html.a11y-large  { font-size: 112%; }
html.a11y-xlarge { font-size: 125%; }

html.a11y-contrast { filter: contrast(1.3) saturate(.85); }

html.a11y-underline a:not(.btn):not(.nav-link):not(.navbar-brand):not(.dropdown-item) {
  text-decoration: underline !important;
  text-underline-offset: 3px;
}

html.a11y-no-motion *,
html.a11y-no-motion *::before,
html.a11y-no-motion *::after {
  animation-duration: .01ms !important;
  transition-duration: .01ms !important;
}
html.a11y-no-motion [data-aos] { opacity: 1 !important; transform: none !important; }

/* ── Print (Terminseite) ─────────────────────────────── */
@media print {
  .site-topbar, .navbar, .breadcrumb-bar, .sticky-event-bar,
  .whatsapp-fab, .scroll-top-btn, .mobile-bottom-bar,
  .cookie-consent, .cookie-consent-backdrop,
  .site-footer, .btn, .gallery-slider, [data-aos] { display: none !important; }
  body { background: #fff !important; color: #000 !important; padding: 0 !important; }
  .event-tile { break-inside: avoid; box-shadow: none !important; border: 1px solid #ccc !important; }
  .event-tile__date { background: #c4607a !important; -webkit-print-color-adjust: exact; print-color-adjust: exact; }
  h1, h2, h3 { color: #000 !important; }
}
