/* ═══════════════════════════════════════════════════════════════
   Apeldorn Holiday Homes — Stylesheet (P.O.C. Solutions)
   Lokale Fonts (DSGVO) · Premium-Natur · Mobile-First
═══════════════════════════════════════════════════════════════ */

@font-face {
  font-family: 'Fraunces';
  src: url('/assets/fonts/fraunces.woff2') format('woff2');
  font-weight: 100 900; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Fraunces';
  src: url('/assets/fonts/fraunces-italic.woff2') format('woff2');
  font-weight: 100 900; font-style: italic; font-display: swap;
}
@font-face {
  font-family: 'Hanken';
  src: url('/assets/fonts/hanken.woff2') format('woff2');
  font-weight: 100 900; font-style: normal; font-display: swap;
}

:root {
  --forest: #2f4a2c;
  --forest-deep: #1d3320;
  --gold: #b08d57;
  --gold-dark: #957640;
  --cream: #f7f3ea;
  --cream-2: #efe8d9;
  --white: #fffdf8;
  --ink: #1f2a1d;
  --sage: #5d6f54;
  --muted: #7a8273;
  --line: rgba(31,42,29,0.12);
  --shadow: 0 18px 50px rgba(29,51,32,0.13);
  --shadow-sm: 0 6px 22px rgba(29,51,32,0.09);
  --r: 14px;
  --r-lg: 22px;
  --display: 'Fraunces', Georgia, serif;
  --body: 'Hanken', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--body);
  color: var(--ink);
  background: var(--cream);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }

h1, h2, h3 { font-family: var(--display); font-weight: 560; line-height: 1.08; letter-spacing: -0.01em; font-variation-settings: 'opsz' 40; }
h1 em, h2 em, .nav__name em { font-style: italic; font-weight: 460; }

.eyebrow { font-family: var(--body); font-size: 0.72rem; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold-dark); margin-bottom: 0.9rem; }
.eyebrow--light { color: #e7d8b8; }

/* ── Buttons ── */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 0.5em; font-family: var(--body); font-weight: 600; font-size: 0.92rem; letter-spacing: 0.01em; padding: 0.85em 1.6em; border-radius: 999px; border: 1px solid transparent; cursor: pointer; transition: transform .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease; white-space: nowrap; }
.btn--gold { background: var(--gold); color: #fff; }
.btn--gold:hover { background: var(--gold-dark); transform: translateY(-2px); box-shadow: 0 10px 26px rgba(176,141,87,0.4); }
.btn--outline { background: transparent; border-color: var(--forest); color: var(--forest); }
.btn--outline:hover { background: var(--forest); color: #fff; }
.btn--ghost { background: transparent; border-color: var(--line); color: var(--ink); }
.btn--ghost:hover { border-color: var(--ink); }

/* ── Demo-Bar ── */
.demo-bar { background: var(--forest-deep); color: #e8e1cf; font-size: 0.78rem; text-align: center; padding: 0.55rem 1.2rem; line-height: 1.45; }
.demo-bar strong { color: #fff; }

/* ── Nav ── */
.nav { position: sticky; top: 0; z-index: 100; background: rgba(247,243,234,0.9); backdrop-filter: blur(12px); border-bottom: 1px solid var(--line); }
.nav__inner { max-width: 1240px; margin: 0 auto; padding: 0.9rem clamp(1.1rem, 4vw, 2.5rem); display: flex; align-items: center; gap: 1.5rem; }
.nav__brand { display: flex; align-items: center; gap: 0.6rem; margin-right: auto; }
.nav__mark { width: 28px; height: 28px; border-radius: 50%; background: radial-gradient(circle at 32% 30%, var(--gold), var(--forest) 78%); flex-shrink: 0; }
.nav__name { font-family: var(--display); font-size: 1.16rem; font-weight: 600; color: var(--forest-deep); letter-spacing: -0.01em; }
.nav__links { display: none; gap: 1.6rem; }
.nav__links a { font-size: 0.9rem; font-weight: 500; color: var(--ink); position: relative; padding: 0.2rem 0; }
.nav__links a:hover { color: var(--gold-dark); }
.nav__cta { display: none; }
.nav__burger { display: flex; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 6px; }
.nav__burger span { width: 22px; height: 2px; background: var(--forest-deep); transition: .25s; }
.nav__burger.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav__burger.active span:nth-child(2) { opacity: 0; }
.nav__burger.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.nav__drawer { display: none; flex-direction: column; gap: 0.4rem; padding: 0 clamp(1.1rem,4vw,2.5rem) 1.2rem; }
.nav__drawer.open { display: flex; }
.nav__drawer a { padding: 0.7rem 0; border-bottom: 1px solid var(--line); font-weight: 500; }
.nav__drawer .btn { margin-top: 0.6rem; }

/* ── Hero ── */
.hero { position: relative; min-height: 86vh; display: flex; align-items: flex-end; color: #fff; overflow: hidden; }
.hero__media, .hero__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero__scrim { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(20,33,22,0.25) 0%, rgba(20,33,22,0.15) 40%, rgba(20,33,22,0.82) 100%); }
.hero__content { position: relative; z-index: 2; max-width: 1240px; width: 100%; margin: 0 auto; padding: 2.5rem clamp(1.1rem,4vw,2.5rem) 2.8rem; }
.hero h1 { font-size: clamp(2.6rem, 7vw, 5rem); font-weight: 540; margin-bottom: 1.1rem; text-shadow: 0 2px 30px rgba(0,0,0,0.3); }
.hero__lead { font-size: clamp(1rem, 1.6vw, 1.2rem); max-width: 33rem; color: #f1ece0; margin-bottom: 1.8rem; }

/* ── Suche ── */
.search { background: var(--white); border-radius: var(--r-lg); box-shadow: var(--shadow); padding: 0.7rem; display: grid; grid-template-columns: 1fr; gap: 0.4rem; max-width: 980px; }
.search__field { display: flex; flex-direction: column; padding: 0.55rem 0.9rem; border-radius: 12px; transition: background .15s; }
.search__field:hover { background: var(--cream); }
.search__field label { font-size: 0.66rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--sage); margin-bottom: 0.15rem; }
.search__field input { border: none; background: none; font-family: var(--body); font-size: 0.95rem; color: var(--ink); outline: none; width: 100%; }
.search__field input::placeholder { color: var(--muted); }
.search__btn { width: 100%; }
.search__note { color: #d8cfb8; font-size: 0.74rem; margin-top: 0.7rem; }

/* ── Trust ── */
.trust { background: var(--forest-deep); color: var(--cream); display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; }
.trust__item { display: flex; flex-direction: column; align-items: center; text-align: center; padding: 1.7rem 1rem; background: var(--forest-deep); }
.trust__item strong { font-family: var(--display); font-size: 1.4rem; font-weight: 560; color: #fff; }
.trust__item span { font-size: 0.8rem; color: #c4ccba; margin-top: 0.2rem; }

/* ── Sections ── */
.section { max-width: 1240px; margin: 0 auto; padding: clamp(3.5rem, 8vw, 6rem) clamp(1.1rem,4vw,2.5rem); }
.section__head { max-width: 42rem; margin-bottom: 2.6rem; }
.section__head h2 { font-size: clamp(1.9rem, 4vw, 3rem); margin-bottom: 0.8rem; color: var(--forest-deep); }
.section__sub { color: var(--muted); font-size: 1.05rem; }
.section__cta { text-align: center; margin-top: 2.8rem; }

/* ── Grid / Cards ── */
.grid { display: grid; grid-template-columns: 1fr; gap: 1.6rem; }
.card { background: var(--white); border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow-sm); transition: transform .25s ease, box-shadow .25s ease; }
.card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.card__media { position: relative; display: block; aspect-ratio: 4/3; overflow: hidden; }
.card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.card:hover .card__media img { transform: scale(1.05); }
.card__region { position: absolute; top: 0.9rem; left: 0.9rem; background: rgba(247,243,234,0.93); color: var(--forest-deep); font-size: 0.7rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; padding: 0.3rem 0.7rem; border-radius: 999px; }
.card__body { padding: 1.3rem 1.4rem 1.5rem; }
.card__body h3 { font-size: 1.3rem; color: var(--forest-deep); margin-bottom: 0.2rem; }
.card__ort { color: var(--gold-dark); font-size: 0.85rem; font-weight: 600; margin-bottom: 0.8rem; }
.card__specs { display: flex; flex-wrap: wrap; gap: 0.4rem 1rem; color: var(--muted); font-size: 0.85rem; margin-bottom: 1.1rem; }
.card__specs span { position: relative; }
.card__specs span:not(:last-child)::after { content: '·'; position: absolute; right: -0.62rem; }
.card__link { font-weight: 600; color: var(--forest); font-size: 0.9rem; }
.card__link:hover { color: var(--gold-dark); }

/* ── Regionen ── */
.regions { background: var(--cream-2); }
.regions .section__head { max-width: 1240px; margin: 0 auto; padding: clamp(3.5rem,8vw,6rem) clamp(1.1rem,4vw,2.5rem) 0; }
.regions__grid { max-width: 1240px; margin: 0 auto; padding: 2.2rem clamp(1.1rem,4vw,2.5rem) clamp(3.5rem,8vw,6rem); display: grid; grid-template-columns: 1fr; gap: 1.8rem; }
.region { display: block; border-top: 2px solid var(--gold); padding-top: 1.2rem; transition: border-color .2s; }
.region:hover { border-color: var(--forest); }
.region h3 { font-size: 1.5rem; color: var(--forest-deep); margin-bottom: 0.5rem; }
.region p { color: var(--sage); }
.region__link { display: inline-block; margin-top: 0.8rem; font-size: 0.85rem; font-weight: 600; color: var(--gold-dark); transition: color .2s; }
.region:hover .region__link { color: var(--forest-deep); }

/* ── USP ── */
.usp { background: var(--forest); color: var(--cream); }
.usp__inner { max-width: 1240px; margin: 0 auto; padding: clamp(3.5rem,8vw,6rem) clamp(1.1rem,4vw,2.5rem); display: grid; grid-template-columns: 1fr; gap: 2.5rem; align-items: center; }
.usp h2 { color: #fff; font-size: clamp(1.9rem,4vw,2.8rem); margin-bottom: 1.4rem; }
.usp .eyebrow { color: var(--gold); }
.usp__list { list-style: none; display: flex; flex-direction: column; gap: 1rem; margin-bottom: 1.8rem; }
.usp__list li { padding-left: 1.6rem; position: relative; color: #dde3d5; }
.usp__list li::before { content: ''; position: absolute; left: 0; top: 0.55em; width: 7px; height: 7px; border-radius: 50%; background: var(--gold); }
.usp__list strong { color: #fff; }
.usp__card { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.14); border-radius: var(--r-lg); padding: 2rem; text-align: center; }
.usp__badge { display: inline-block; background: var(--gold); color: #fff; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; padding: 0.3rem 0.9rem; border-radius: 999px; margin-bottom: 1rem; }
.usp__price { font-family: var(--display); font-size: 1.7rem; color: #fff; }
.usp__vs { color: #b9c2ad; font-size: 0.9rem; margin: 0.4rem 0 1rem; }
.usp__vs s { color: #8fa082; }
.usp__hint { font-size: 0.85rem; color: #cdd4c2; }

/* ── About ── */
.about__inner { max-width: 760px; margin: 0 auto; padding: clamp(3.5rem,8vw,6rem) clamp(1.1rem,4vw,2.5rem); text-align: center; }
.about h2 { font-size: clamp(1.9rem,4vw,2.8rem); color: var(--forest-deep); margin-bottom: 1.3rem; }
.about p { color: var(--sage); font-size: 1.08rem; margin-bottom: 1.8rem; }

/* ── Footer ── */
.footer { background: var(--forest-deep); color: #c4ccba; }
.footer__inner { max-width: 1240px; margin: 0 auto; padding: clamp(2.8rem,6vw,4rem) clamp(1.1rem,4vw,2.5rem); display: grid; grid-template-columns: 1fr; gap: 2rem; }
.footer__brand .nav__name { color: #fff; }
.footer__brand p { margin-top: 0.7rem; font-size: 0.9rem; max-width: 26rem; }
.footer__col h4 { font-family: var(--body); font-size: 0.75rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.9rem; }
.footer__col a, .footer__col span { display: block; font-size: 0.9rem; margin-bottom: 0.5rem; color: #c4ccba; }
.footer__col a:hover { color: #fff; }
.footer__base { max-width: 1240px; margin: 0 auto; padding: 1.3rem clamp(1.1rem,4vw,2.5rem); border-top: 1px solid rgba(255,255,255,0.1); display: flex; flex-wrap: wrap; gap: 0.6rem 1.5rem; justify-content: space-between; font-size: 0.78rem; color: #8b9382; }

/* ── Cookie ── */
.cookie { position: fixed; bottom: 1rem; left: 50%; transform: translateX(-50%); width: calc(100% - 2rem); max-width: 640px; background: var(--forest-deep); color: #dfe5d6; border-radius: var(--r); box-shadow: 0 20px 60px rgba(0,0,0,0.4); padding: 1.1rem 1.2rem; z-index: 9000; display: flex; flex-direction: column; gap: 0.9rem; }
.cookie strong { color: #fff; display: block; margin-bottom: 0.25rem; }
.cookie p { font-size: 0.82rem; line-height: 1.5; }
.cookie__btns { display: flex; gap: 0.6rem; }
.cookie__btns .btn { flex: 1; }
.cookie .btn--ghost { color: #dfe5d6; border-color: rgba(255,255,255,0.25); }

/* ═══════════ DETAILSEITE ═══════════ */
.gallery { display: grid; grid-template-columns: 1fr; gap: 0.5rem; max-width: 1240px; margin: 0 auto; padding: 1.2rem clamp(1.1rem,4vw,2.5rem) 0; }
.gallery__main { aspect-ratio: 16/10; border-radius: var(--r); overflow: hidden; }
.gallery__main img { width: 100%; height: 100%; object-fit: cover; }
.gallery__side { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0.5rem; }
.gallery__cell { position: relative; aspect-ratio: 1/1; border-radius: 10px; overflow: hidden; }
.gallery__cell img { width: 100%; height: 100%; object-fit: cover; }
.gallery__more { position: absolute; inset: 0; background: rgba(20,33,22,0.55); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 0.8rem; font-weight: 600; }

.detail { max-width: 1240px; margin: 0 auto; padding: clamp(2rem,5vw,3.5rem) clamp(1.1rem,4vw,2.5rem); display: grid; grid-template-columns: 1fr; gap: 2.5rem; }
.crumb { font-size: 0.8rem; color: var(--muted); margin-bottom: 1rem; }
.crumb a:hover { color: var(--gold-dark); }
.detail__title { font-size: clamp(1.8rem,4vw,2.7rem); color: var(--forest-deep); margin-bottom: 0.3rem; }
.detail__ort { color: var(--gold-dark); font-weight: 600; margin-bottom: 1.4rem; }
.facts { list-style: none; display: flex; flex-wrap: wrap; gap: 0.8rem 1.8rem; padding: 1.2rem 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); margin-bottom: 1.8rem; }
.facts li { color: var(--sage); font-size: 0.95rem; }
.facts strong { font-family: var(--display); font-size: 1.2rem; color: var(--forest-deep); margin-right: 0.2rem; }
.detail__desc, .detail__amen, .detail__loc { margin-bottom: 2.2rem; }
.detail h2 { font-size: 1.5rem; color: var(--forest-deep); margin-bottom: 0.9rem; }
.detail__desc p { color: var(--sage); }
.amen__grid { display: grid; grid-template-columns: 1fr; gap: 1.4rem; }
.amen__group h4 { font-family: var(--body); font-size: 0.78rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold-dark); margin-bottom: 0.6rem; }
.amen__group ul { list-style: none; display: flex; flex-direction: column; gap: 0.35rem; }
.amen__group li { color: var(--sage); font-size: 0.92rem; padding-left: 1.2rem; position: relative; }
.amen__group li::before { content: '✓'; position: absolute; left: 0; color: var(--gold); }

/* Consent-Gate (Maps) */
.consent-gate { position: relative; aspect-ratio: 16/7; border-radius: var(--r); overflow: hidden; background: var(--cream-2); }
.consent-gate__ph { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 1rem; text-align: center; padding: 1.5rem; }
.consent-gate__ph p { color: var(--muted); font-size: 0.85rem; max-width: 22rem; }
.consent-gate__frame { width: 100%; height: 100%; border: 0; display: none; }
.consent-gate.consented .consent-gate__ph { display: none; }
.consent-gate.consented .consent-gate__frame { display: block; }

/* Buchungs-Box */
.book__card { background: var(--white); border: 1px solid var(--line); border-radius: var(--r-lg); box-shadow: var(--shadow); padding: 1.5rem; }
.book__top { margin-bottom: 1.1rem; }
.book__price { font-family: var(--display); font-size: 1.35rem; color: var(--forest-deep); }
.book__sub { color: var(--muted); font-size: 0.85rem; }
.book__fields { border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; margin-bottom: 1rem; }
.book__row { display: grid; grid-template-columns: 1fr 1fr; }
.book__field { padding: 0.7rem 0.9rem; border-bottom: 1px solid var(--line); }
.book__row .book__field:first-child { border-right: 1px solid var(--line); }
.book__field label { display: block; font-size: 0.64rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--sage); }
.book__field span { font-size: 0.9rem; color: var(--ink); }
.book__field--full { border-bottom: none; }
.book__cal { margin-bottom: 1.1rem; }
.book__calhead { font-size: 0.8rem; font-weight: 600; color: var(--forest-deep); margin-bottom: 0.5rem; text-align: center; }
.book__caldays { display: grid; grid-template-columns: repeat(7, 1fr); gap: 3px; }
.book__caldays span { aspect-ratio: 1; display: flex; align-items: center; justify-content: center; font-size: 0.72rem; color: var(--muted); border-radius: 6px; }
.book__caldays .is-free { background: rgba(176,141,87,0.16); color: var(--gold-dark); font-weight: 600; }
.book__caldays .is-today { background: var(--forest); color: #fff; font-weight: 700; }
.book__cta { width: 100%; margin-bottom: 0.6rem; }
.book__note { font-size: 0.72rem; color: var(--muted); text-align: center; line-height: 1.4; }
.book__trust { display: flex; flex-wrap: wrap; gap: 0.4rem 1rem; justify-content: center; margin-top: 0.9rem; font-size: 0.76rem; color: var(--sage); }

/* ── Region-Hub ── */
.rhero { position: relative; min-height: 52vh; display: flex; align-items: flex-end; color: #fff; overflow: hidden; }
.rhero__media, .rhero__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.rhero__scrim { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(20,33,22,0.32) 0%, rgba(20,33,22,0.2) 45%, rgba(20,33,22,0.82) 100%); }
.rhero__content { position: relative; z-index: 2; max-width: 1240px; width: 100%; margin: 0 auto; padding: 2.5rem clamp(1.1rem,4vw,2.5rem); }
.rhero h1 { font-size: clamp(2.2rem, 5.5vw, 4rem); font-weight: 540; text-shadow: 0 2px 30px rgba(0,0,0,0.3); }
.crumb--light { color: rgba(255,255,255,0.82); margin-bottom: 1rem; }
.crumb--light a:hover { color: #fff; }
.rintro { max-width: 760px; margin: 0 auto 3rem; text-align: center; font-size: clamp(1.05rem,1.6vw,1.25rem); line-height: 1.8; color: var(--sage); font-family: var(--display); font-weight: 380; }
.tipps { display: grid; grid-template-columns: 1fr; gap: 1.3rem; }
.tipp { background: var(--white); border: 1px solid var(--line); border-radius: var(--r); padding: 1.5rem; }
.tipp h3 { font-size: 1.15rem; color: var(--forest-deep); margin-bottom: 0.4rem; }
.tipp p { color: var(--sage); font-size: 0.92rem; }

/* ── Filter (Uebersicht) ── */
.filter { display: flex; flex-wrap: wrap; gap: 1rem 1.5rem; justify-content: center; margin-bottom: 1rem; }
.filter__group { display: inline-flex; flex-wrap: wrap; gap: 0.3rem; background: var(--white); border: 1px solid var(--line); border-radius: 999px; padding: 0.3rem; }
.filter__btn { font-family: var(--body); font-size: 0.85rem; font-weight: 500; color: var(--sage); background: none; border: none; padding: 0.5rem 1.05rem; border-radius: 999px; cursor: pointer; transition: background .2s, color .2s; }
.filter__btn:hover { color: var(--forest-deep); }
.filter__btn.is-active { background: var(--forest); color: #fff; }
.filter__count { text-align: center; color: var(--muted); font-size: 0.85rem; margin-bottom: 2.4rem; }
.filter__empty { text-align: center; color: var(--muted); padding: 2.5rem 1rem; }

/* ── Legal ── */
.legal { max-width: 760px; margin: 0 auto; padding: clamp(2.5rem,6vw,4rem) clamp(1.1rem,4vw,2.5rem); }
.legal__back { color: var(--gold-dark); font-size: 0.85rem; font-weight: 600; display: inline-block; margin-bottom: 1.5rem; }
.legal h1 { font-size: clamp(1.9rem,4vw,2.6rem); color: var(--forest-deep); margin-bottom: 1.5rem; }
.legal h2 { font-size: 1.1rem; color: var(--forest-deep); margin: 1.8rem 0 0.5rem; font-family: var(--body); font-weight: 700; }
.legal p { color: var(--sage); margin-bottom: 0.6rem; }
.legal a { color: var(--gold-dark); }
.legal__todo { background: var(--cream-2); border-left: 3px solid var(--gold); padding: 0.8rem 1rem; border-radius: 6px; font-size: 0.9rem; }
.legal__note { font-size: 0.85rem; color: var(--muted); font-style: italic; margin-top: 2rem; padding-top: 1.2rem; border-top: 1px solid var(--line); }

/* ═══════════ RESPONSIVE ═══════════ */
@media (min-width: 560px) {
  .grid { grid-template-columns: repeat(2, 1fr); }
  .trust { grid-template-columns: repeat(4, 1fr); }
}
@media (min-width: 720px) {
  .search { grid-template-columns: 1.4fr 1fr 1fr 1fr auto; align-items: stretch; }
  .search__field { border-right: 1px solid var(--line); }
  .search__btn { width: auto; align-self: center; margin: 0 0.4rem; }
  .regions__grid { grid-template-columns: repeat(3, 1fr); }
  .footer__inner { grid-template-columns: 2fr 1fr 1fr; }
  .amen__grid { grid-template-columns: repeat(2, 1fr); }
  .tipps { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 900px) {
  .nav__links { display: flex; }
  .nav__cta { display: inline-flex; }
  .nav__burger { display: none; }
  .nav__drawer { display: none !important; }
  .grid { grid-template-columns: repeat(3, 1fr); }
  .tipps { grid-template-columns: repeat(4, 1fr); }
  .cookie { flex-direction: row; align-items: center; max-width: 720px; }
  .cookie__btns { flex: 0 0 auto; }
  .usp__inner { grid-template-columns: 1.5fr 1fr; }
  .gallery { grid-template-columns: 1.6fr 1fr; }
  .gallery__side { grid-template-columns: repeat(2, 1fr); }
  .detail { grid-template-columns: 1fr 360px; align-items: start; }
  .book { position: sticky; top: 90px; }
}
