:root {
  --altrosa-50:  #FBF3F3;
  --altrosa-100: #F5E5E5;
  --altrosa-200: #ECCDCD;
  --altrosa-300: #DCA1A1;
  --altrosa-600: #AF5D5D;
  --altrosa-700: #9D5353;
  --altrosa-800: #814949;
  --altrosa-900: #613A3A;
  --altrosa-950: #2D1D1D;

  --grau-50:  #F7F6F5;
  --grau-100: #EEECEB;
  --grau-200: #DCD8D6;
  --grau-400: #A8A29E;
  --grau-500: #8A8481;
  --grau-600: #6E6863;
  --grau-700: #59534F;
  --grau-800: #3C3734;
  --grau-900: #242120;

  --font-display: 'Cormorant Garamond', Georgia, serif;
  --font-body: 'Inter', system-ui, -apple-system, sans-serif;

  --radius: 1rem;
  --radius-s: .625rem;
  --wrap: 60rem;
  --kopf-hoehe: 3.5rem;
  --abstand-sektion: clamp(3.5rem, 9vw, 6rem);
  --shadow-soft: 0 1px 2px rgba(58, 28, 30, .05), 0 8px 24px -12px rgba(58, 28, 30, .14);
}

@media (min-width: 46rem) {
  :root { --kopf-hoehe: 4.25rem; }
}

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

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.65;
  color: var(--grau-800);
  background: #fff;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3 {
  font-family: var(--font-display);
  font-weight: 500;
  line-height: 1.15;
  color: var(--altrosa-900);
  margin: 0 0 .5em;
  letter-spacing: -.01em;
  text-wrap: balance;
}

h1 { font-size: clamp(1.875rem, 8vw, 4rem); }
h2 { font-size: clamp(1.625rem, 6vw, 2.75rem); }
h3 { font-size: 1.375rem; font-weight: 600; }

p { margin: 0 0 1rem; }
p:last-child { margin-bottom: 0; }

a { color: var(--altrosa-700); text-underline-offset: .2em; transition: color .15s; }
a:hover { color: var(--altrosa-900); }

:focus-visible {
  outline: 2px solid var(--altrosa-600);
  outline-offset: 3px;
  border-radius: 4px;
}

[id] { scroll-margin-top: calc(var(--kopf-hoehe) + 1rem); }

.wrap {
  width: 100%;
  max-width: var(--wrap);
  margin-inline: auto;
  padding-inline: 1.5rem;
}

.section { padding-block: var(--abstand-sektion); }
.section--tint { background: var(--altrosa-50); }

.lead {
  font-size: clamp(1.0625rem, 2.2vw, 1.25rem);
  line-height: 1.6;
  color: var(--grau-800);
}

.m-0 { margin: 0; }
.mt-s { margin-top: 1rem; }
.mt-m { margin-top: 1.25rem; }
.mt-l { margin-top: 2.5rem; }
.note { font-size: .9375rem; color: var(--grau-700); }

.sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.icon {
  width: 1.25em;
  height: 1.25em;
  flex: none;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  vertical-align: -.15em;
}

.eyebrow {
  display: block;
  font-family: var(--font-body);
  font-size: .8125rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--altrosa-700);
  margin: 0 0 .5rem;
}

.nur-sr {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

.section__kopf {
  max-width: 42rem;
  margin-bottom: clamp(1.75rem, 4vw, 2.5rem);
}
.section__kopf h2 { margin-bottom: .35rem; }
.section__kopf p { color: var(--grau-700); margin-bottom: 0; }

.skiplink {
  position: absolute;
  top: 0;
  left: -100vw;
  z-index: 5;
  background: #fff;
  color: var(--altrosa-800);
  font-size: .9375rem;
  font-weight: 600;
  text-decoration: none;
  padding: .75rem 1.25rem;
  border: 1px solid var(--altrosa-200);
  border-radius: 0 0 var(--radius-s) 0;
}
.skiplink:focus { left: 0; }

.kopf {
  position: sticky;
  top: 0;
  z-index: 3;
  background: rgba(255, 255, 255, .92);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--altrosa-100);
}

.kopf__inner {
  display: flex;
  align-items: center;
  gap: 1rem;
  min-height: var(--kopf-hoehe);
}

.kopf__marke {
  display: flex;
  align-items: center;
  gap: .625rem;
  margin-inline-end: auto;
  font-family: var(--font-display);
  font-size: 1.0625rem;
  font-weight: 600;
  letter-spacing: -.01em;
  color: var(--altrosa-900);
  text-decoration: none;
}
.kopf__marke:hover { color: var(--altrosa-800); }
.kopf__marke img { display: block; width: auto; height: 2rem; }
.kopf__marke span { display: none; }

.kopf__nav {
  display: none;
  gap: 1.75rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.kopf__nav a {
  font-size: .9375rem;
  font-weight: 600;
  color: var(--grau-700);
  text-decoration: none;
}
.kopf__nav a:hover { color: var(--altrosa-700); text-decoration: underline; }

.kopf__menue {
  position: relative;
}

.kopf__menue summary {
  list-style: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border: 1px solid var(--altrosa-200);
  border-radius: 999px;
  background: #fff;
  color: var(--altrosa-800);
  cursor: pointer;
  transition: background .15s, border-color .15s;
}

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

.kopf__menue summary:hover,
.kopf__menue[open] summary {
  background: var(--altrosa-50);
  border-color: var(--altrosa-300);
}

.kopf__menue-liste {
  position: absolute;
  right: 0;
  top: calc(100% + .625rem);
  min-width: 13rem;
  list-style: none;
  margin: 0;
  padding: .5rem;
  background: #fff;
  border: 1px solid var(--altrosa-100);
  border-radius: var(--radius-s);
  box-shadow: var(--shadow-soft);
}

.kopf__menue-liste a {
  display: block;
  padding: .625rem .875rem;
  font-size: .9375rem;
  font-weight: 600;
  color: var(--grau-800);
  text-decoration: none;
  border-radius: .375rem;
}

.kopf__menue-liste a:hover {
  background: var(--altrosa-50);
  color: var(--altrosa-800);
}

@media (min-width: 30rem) {
  .kopf__marke span { display: inline; }
}

@media (min-width: 46rem) {
  .kopf__marke img { height: 2.5rem; }
  .kopf__nav { display: flex; }
  .kopf__menue { display: none; }
}

.hero {
  background: linear-gradient(170deg, var(--altrosa-50) 0%, #fff 48%, var(--grau-50) 100%);
  border-bottom: 1px solid var(--altrosa-100);
  display: grid;
  grid-template-areas: "signet" "text" "bild";
  text-align: center;
}

.hero__signet {
  grid-area: signet;
  display: flex;
  justify-content: center;
  padding-inline: 1.5rem;
  padding-top: clamp(2rem, 7vw, 3rem);
}

.hero__logo { display: block; }
.hero__logo img {
  display: block;
  width: clamp(6rem, 13vw, 9.5rem);
  height: auto;
}

.hero__text {
  grid-area: text;
  padding-inline: 1.5rem;
  padding-bottom: clamp(1.5rem, 5vw, 2.5rem);
  width: 100%;
  max-width: var(--wrap);
  margin-inline: auto;
}

.hero__bild {
  grid-area: bild;
  position: relative;
  aspect-ratio: 3 / 2;
  -webkit-mask-image: linear-gradient(to top, #000 62%, transparent 100%);
          mask-image: linear-gradient(to top, #000 62%, transparent 100%);
}

.hero__bild picture,
.hero__bild img {
  display: block;
  width: 100%;
  height: 100%;
}

.hero__bild img {
  object-fit: cover;
  object-position: 68% 38%;
}

.hero__mehr { display: none; }

.hero__bild::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, transparent 40%, var(--altrosa-50));
  opacity: .5;
  pointer-events: none;
}

@media (min-width: 58rem) {
  .hero {
    padding-inline-start: max(1.5rem, calc(50% - var(--wrap) / 2 + 1.5rem));
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "signet bild" "text bild";
    grid-template-rows: auto 1fr;
    align-items: stretch;
    min-height: 30rem;
    text-align: left;
  }

  .hero__signet {
    justify-content: flex-start;
    padding-inline-start: 0;
    padding-inline-end: clamp(1.5rem, 4vw, 3rem);
    padding-top: clamp(2rem, 6vw, 3rem);
  }

  .hero__text {
    align-self: start;
    max-width: none;
    margin-inline: 0;
    padding-inline-start: 0;
    padding-inline-end: clamp(1.5rem, 4vw, 3rem);
    padding-top: 1.25rem;
    padding-bottom: clamp(2.5rem, 9vw, 5.5rem);
  }

  .hero__bild {
    aspect-ratio: auto;
    -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 30%);
            mask-image: linear-gradient(to right, transparent 0%, #000 30%);
  }

  .hero__bild::after {
    background: linear-gradient(to right, var(--altrosa-50), transparent 45%);
  }
}

@media (min-width: 90rem) {
  .hero {
    --hero-spalt: clamp(1.5rem, 3vw, 3rem);
    --hero-signet: clamp(
      11.5rem,
      calc((100vw - var(--wrap)) / 2 + 1.5rem - var(--hero-spalt) - 10rem),
      26rem
    );
    padding-inline-start: max(
      1.5rem,
      calc(50% - var(--wrap) / 2 + 1.5rem - var(--hero-spalt) - var(--hero-signet))
    );
    column-gap: var(--hero-spalt);
    grid-template-columns: var(--hero-signet) minmax(20rem, 26rem) minmax(0, 1fr);
    grid-template-areas: "signet text bild";
    grid-template-rows: 1fr;
    background: linear-gradient(100deg, var(--altrosa-50) 0%, #fff 38%, #fff 100%);
  }

  .hero__signet {
    justify-content: center;
    align-items: center;
    padding-inline: 0;
    padding-top: 0;
  }
  .hero__logo img { width: 11.5rem; }

  .hero__text {
    position: relative;
    z-index: 1;
    align-self: center;
    padding-inline: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero__bild {
    --hero-bild-ueberlappung: clamp(2rem, 4vw, 6rem);
    --hero-bild-maske: linear-gradient(
      to right,
      transparent 0,
      transparent calc(var(--hero-bild-ueberlappung) + 1rem),
      #000 48%
    );
    margin-inline-start: calc(-1 * var(--hero-bild-ueberlappung));
    -webkit-mask-image: var(--hero-bild-maske);
            mask-image: var(--hero-bild-maske);
  }

  .hero .hero__gross { font-size: 3rem; }
}

@media (min-width: 70rem) and (min-height: 38rem) {
  .hero {
    position: sticky;
    top: var(--kopf-hoehe);
    min-height: calc(100vh - var(--kopf-hoehe));
    min-height: calc(100svh - var(--kopf-hoehe));
    z-index: 0;
  }

  .hero__mehr {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    position: absolute;
    left: 50%;
    bottom: 1.5rem;
    transform: translateX(-50%);
    font-size: .8125rem;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--grau-700);
    text-decoration: none;
    padding: .4rem .9rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, .72);
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
  }
  .hero__mehr:hover { color: var(--altrosa-700); background: rgba(255, 255, 255, .9); }

  main,
  .footer {
    position: relative;
    z-index: 1;
    background: #fff;
  }

  main {
    box-shadow: 0 -1.5rem 3rem -1.5rem rgba(58, 28, 30, .18);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero { position: static; }
  .hero__mehr { display: none; }
}

.hero h1 {
  margin-bottom: 1.35rem;
  text-wrap: initial;
}

.hero__intro {
  display: block;
  font-size: clamp(1.125rem, 2.8vw, 1.5rem);
  font-weight: 400;
  line-height: 1.25;
  color: var(--altrosa-800);
  margin-bottom: .25em;
  text-wrap: balance;
}

.hero__gross {
  display: block;
  font-size: clamp(2.125rem, 7.5vw, 4.25rem);
  line-height: 1.05;
  letter-spacing: -.02em;
  color: var(--altrosa-700);
}

.hero__name {
  font-size: 1.0625rem;
  color: var(--grau-700);
  margin-bottom: 1.75rem;
}

.hero__datum {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: .625rem;
  max-width: 38rem;
  margin-inline: auto;
  margin-bottom: 1.75rem;
  font-size: clamp(1rem, 2.4vw, 1.125rem);
  line-height: 1.45;
  color: var(--altrosa-800);
}

.hero__datum time { font-weight: 600; }

.hero__datum .icon {
  width: 1.375rem;
  height: 1.375rem;
  margin-top: .1em;
  color: var(--altrosa-600);
}

.hero__ics {
  align-self: center;
  font-size: .9375rem;
  font-weight: 600;
  color: var(--altrosa-700);
  text-decoration-color: var(--altrosa-200);
  text-underline-offset: .25em;
  padding-block: .5rem;
}

.hero__ics:hover {
  color: var(--altrosa-600);
  text-decoration-color: currentColor;
}

@media (min-width: 58rem) {
  .hero__datum { margin-inline: 0; justify-content: flex-start; }
  .hero .actions { justify-content: flex-start; }
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  justify-content: center;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  padding: .95rem 1.75rem;
  border-radius: 999px;
  border: 1px solid transparent;
  transition: background-color .18s ease, border-color .18s ease, color .18s ease, transform .18s ease;
}

.btn:hover { transform: translateY(-1px); }
.btn:active { transform: translateY(0); }

.btn--primary {
  background: var(--altrosa-800);
  color: #fff;
}
.btn--primary:hover {
  background: var(--altrosa-900);
  color: #fff;
}

.btn--ghost {
  background: #fff;
  color: var(--altrosa-800);
  border-color: var(--altrosa-200);
}
.btn--ghost:hover {
  background: var(--altrosa-50);
  border-color: var(--altrosa-300);
  color: var(--altrosa-800);
}

.btn--klein {
  font-size: .9375rem;
  padding: .6rem 1.125rem;
}

.grid {
  display: grid;
  gap: 1.25rem;
}
@media (min-width: 46rem) {
  .grid--2 { grid-template-columns: 1fr 1fr; }
}

.card {
  background: #fff;
  border: 1px solid var(--altrosa-100);
  border-radius: var(--radius);
  padding: clamp(1.5rem, 4vw, 2rem);
  box-shadow: var(--shadow-soft);
}

.card h3 {
  display: flex;
  align-items: center;
  gap: .5rem;
  color: var(--altrosa-800);
  margin-bottom: .75rem;
}

.card h3 .icon {
  width: 1.375rem;
  height: 1.375rem;
  color: var(--altrosa-600);
}

.card address {
  font-style: normal;
  line-height: 1.7;
}

.map { margin: 0 0 1.25rem; }

.map > a {
  display: block;
  line-height: 0;
  border: 1px solid var(--altrosa-100);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  transition: transform .2s ease, box-shadow .2s ease;
}

.map > a:hover {
  transform: translateY(-2px);
  box-shadow: 0 2px 4px rgba(58, 28, 30, .06), 0 14px 32px -12px rgba(58, 28, 30, .22);
}

.map img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 40rem) {
  .map img {
    aspect-ratio: 4 / 3;
    height: auto;
    object-fit: cover;
  }
}

.map figcaption {
  margin-top: .55rem;
  font-size: .8125rem;
  color: var(--grau-700);
  text-align: right;
}

.hours {
  margin: 0;
  font-variant-numeric: tabular-nums;
}

.hours__row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
  padding: .55rem 0;
  border-bottom: 1px dashed var(--altrosa-200);
}
.hours__row:last-child { border-bottom: 0; }

.hours dt { font-weight: 600; color: var(--altrosa-800); }
.hours dd { margin: 0; text-align: right; }

.hours__note {
  margin-top: 1rem;
  font-size: .9375rem;
  color: var(--grau-700);
}

.hours__note--wichtig {
  padding: .75rem .875rem;
  border-left: 3px solid var(--altrosa-600);
  background: var(--altrosa-50);
  border-radius: 0 .5rem .5rem 0;
  color: var(--altrosa-900);
}

.contact-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.contact-list li + li { margin-top: .75rem; }

.contact-list a {
  font-weight: 600;
  font-size: 1.0625rem;
}

.contact-list .eyebrow { margin-bottom: .1rem; }

.icon-zeile {
  display: flex;
  align-items: flex-start;
  gap: .5rem;
}
.icon-zeile .icon { margin-top: .2em; color: var(--altrosa-600); }

#inhalt:focus:not(:focus-visible) { outline: none; }

.booking {
  text-align: center;
  background: var(--altrosa-100);
  color: var(--altrosa-900);
  border-top: .5rem solid var(--altrosa-300);
  border-radius: var(--radius);
  padding: clamp(2rem, 6vw, 3.5rem) clamp(1.5rem, 5vw, 3rem);
  box-shadow: var(--shadow-soft);
}

.booking h2 { color: var(--altrosa-900); }
.booking p { color: var(--altrosa-900); }
.booking .lead { max-width: 34rem; margin-inline: auto; margin-bottom: 2rem; }

.booking .btn--ghost {
  background: #fff;
  color: var(--altrosa-800);
  border-color: var(--altrosa-300);
}
.booking .btn--ghost:hover {
  background: var(--altrosa-50);
  border-color: var(--altrosa-600);
}

.booking__note {
  margin-top: 1.5rem;
  font-size: .9375rem;
  color: var(--altrosa-800);
}

.notice {
  background: var(--grau-50);
  border: 1px solid var(--grau-200);
  border-left: 4px solid var(--grau-500);
  border-radius: .5rem;
  padding: 1.25rem 1.5rem;
  font-size: .9375rem;
}
.notice strong { color: var(--grau-900); }

.footer {
  background: var(--grau-100);
  border-top: 1px solid var(--grau-200);
  color: var(--grau-800);
  padding-block: clamp(2.5rem, 6vw, 3.5rem);
  font-size: .9375rem;
}

.footer a { color: var(--altrosa-700); }
.footer a:hover { color: var(--altrosa-800); }

.footer__grid {
  display: grid;
  gap: 2rem;
}

@media (min-width: 46rem) {
  .footer__grid {
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: 2.5rem;
  }
}

.footer .eyebrow { margin-bottom: .75rem; }

.footer__marke {
  display: flex;
  align-items: center;
  gap: .75rem;
  margin-bottom: .875rem;
}

.footer__marke img { display: block; width: auto; height: 2.75rem; }

.footer__marke strong {
  font-family: var(--font-display);
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--altrosa-900);
}

.footer address {
  font-style: normal;
  line-height: 1.7;
  margin-bottom: .5rem;
}

.footer__liste {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer__liste li + li { margin-top: .45rem; }

.footer__unten {
  margin-top: 2rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--grau-200);
  font-size: .875rem;
  color: var(--grau-700);
}

.footer a.footer__zugang {
  color: inherit;
  text-decoration: none;
}
.footer a.footer__zugang:hover { color: var(--altrosa-700); }

.legal { padding-block: clamp(2.5rem, 7vw, 4rem); }
.legal .wrap { max-width: 44rem; }
.legal h1 { font-size: clamp(2rem, 5vw, 2.75rem); margin-bottom: 1.5rem; }
.legal h2 {
  font-size: 1.375rem;
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--altrosa-100);
}
.legal h2.is-first { margin-top: 0; padding-top: 0; border-top: 0; }
.legal h3 { margin-top: 1.75rem; }
.legal address { font-style: normal; line-height: 1.8; }
.legal ul { padding-left: 1.25rem; }
.legal li { margin-bottom: .35rem; }

.backlink {
  display: inline-block;
  font-size: .9375rem;
  font-weight: 600;
  text-decoration: none;
  margin-bottom: 2rem;
}
.backlink::before { content: '\2190'; margin-right: .4em; }

.section--blume {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  overflow: clip;
}

.section--blume::before {
  content: "";
  position: absolute;
  right: -4%;
  bottom: -8%;
  width: min(52rem, 95vw);
  aspect-ratio: 700 / 648;
  background: url(blume.webp) center / contain no-repeat;
  opacity: .4;
  z-index: -1;
  pointer-events: none;
  -webkit-mask-image: linear-gradient(300deg, #000 45%, transparent 95%);
          mask-image: linear-gradient(300deg, #000 45%, transparent 95%);
}
