/* =========================================================
   Villa Rheinsberg – Stylesheet
   Farbwelt: Weißer Grund, Royalblau und Abendgold
   Aufbau:  1 Grundlagen · 2 Kopf/Navigation · 3 Hero
            4 Bausteine · 5 Abschnitte · 6 Galerie/Lightbox
            7 Kontakt · 8 Fuß · 9 Unterseiten
   ========================================================= */

/* ---------- Schriften (selbst gehostet, kein Google-CDN) ---------- */
@font-face {
  font-family: 'Newsreader';
  src: url('../fonts/newsreader.woff2') format('woff2-variations');
  font-weight: 200 800; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Newsreader';
  src: url('../fonts/newsreader-italic.woff2') format('woff2-variations');
  font-weight: 200 800; font-style: italic; font-display: swap;
}
@font-face {
  font-family: 'Karla';
  src: url('../fonts/karla.woff2') format('woff2-variations');
  font-weight: 200 800; font-style: normal; font-display: swap;
}

/* ---------- 1 Grundlagen ---------- */
:root {
  --weiss:      #ffffff;
  --band:       #f3f2ee;
  --tinte:      #1b1f2a;
  --leise:      #5f6673;
  --linie:      #e3e0d8;
  --linie-warm: #ddd9cf;
  --blau:       #1c3f94;
  --blau-tief:  #15306f;
  --gold:       #e6a93c;
  --gold-tief:  #9d6c17;
  --dunkel:     #0e162c;

  --serif: 'Newsreader', Georgia, 'Times New Roman', serif;
  --sans:  'Karla', system-ui, -apple-system, 'Segoe UI', sans-serif;

  --breite: 74rem;
  --rand: clamp(1.25rem, 5vw, 3.5rem);
  --luft: clamp(4.5rem, 13vw, 9rem);
}

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

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

body {
  margin: 0;
  background: var(--weiss);
  color: var(--tinte);
  font-family: var(--sans);
  font-size: 1.0625rem;
  line-height: 1.75;
  font-weight: 350;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
@media (min-width: 48rem) { body { font-size: 1.125rem; } }

h1, h2, h3, h4 {
  font-family: var(--serif);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.015em;
  margin: 0 0 0.6em;
  text-wrap: balance;
}
h1 { font-size: clamp(2.9rem, 12vw, 6.5rem); line-height: 0.95; }
h2 { font-size: clamp(2rem, 6vw, 3.4rem); }
h3 { font-size: clamp(1.3rem, 3.6vw, 1.75rem); }
h4 {
  font-size: 0.72rem; font-family: var(--sans); font-weight: 600;
  letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold-tief);
  margin-bottom: 0.4rem;
}

p { margin: 0 0 1.2em; max-width: 66ch; }
p:last-child { margin-bottom: 0; }

a { color: var(--blau-tief); }
a:hover { color: var(--blau); }

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

::selection { background: rgba(28, 63, 148, 0.14); }

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

.huelle {
  width: 100%;
  max-width: var(--breite);
  margin-inline: auto;
  padding-inline: var(--rand);
}

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

.sprung {
  position: absolute; left: var(--rand); top: 0.5rem;
  transform: translateY(-200%);
  background: var(--blau); color: #fff;
  padding: 0.6rem 1rem; border-radius: 3px;
  font-weight: 600; text-decoration: none; z-index: 200;
  transition: transform 0.2s;
}
.sprung:focus { transform: translateY(0); }

/* ---------- 2 Kopf / Navigation ---------- */
.kopf {
  position: fixed; inset: 0 0 auto 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem;
  padding: 1rem var(--rand);
  color: #fff;
  transition: background-color 0.35s ease, color 0.35s ease, padding 0.35s ease, box-shadow 0.35s ease;
}
.kopf--fest {
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(10px);
  box-shadow: 0 1px 0 var(--linie);
  color: var(--tinte);
  padding-block: 0.7rem;
}

.marke {
  font-family: var(--serif);
  font-size: 1.15rem;
  letter-spacing: 0.01em;
  text-decoration: none;
  line-height: 1.2;
  color: inherit;
  display: flex; flex-direction: column;
}
.marke span {
  font-family: var(--sans);
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  opacity: 0.7;
  text-transform: uppercase;
}

.knopf-menue {
  --strich: 22px;
  appearance: none; border: 0; background: none; cursor: pointer;
  width: 44px; height: 44px; padding: 0;
  display: grid; place-content: center; gap: 6px;
  color: inherit;
}
.knopf-menue i {
  display: block; width: var(--strich); height: 1.5px;
  background: currentColor;
  transition: transform 0.3s ease, opacity 0.2s ease;
}
.knopf-menue[aria-expanded='true'] i:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
.knopf-menue[aria-expanded='true'] i:nth-child(2) { opacity: 0; }
.knopf-menue[aria-expanded='true'] i:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }

.navigation {
  position: fixed; inset: 0;
  background: var(--weiss);
  color: var(--tinte);
  display: grid; align-content: start;
  overflow: auto;
  padding: 5rem var(--rand) 3rem;
  gap: 0.25rem;
  transform: translateY(-100%);
  visibility: hidden; pointer-events: none;
  transition: transform 0.45s cubic-bezier(0.6, 0, 0.2, 1), visibility 0.45s;
  z-index: 90;
}
.navigation[data-offen='true'] { transform: translateY(0); visibility: visible; pointer-events: auto; }
.navigation a {
  font-family: var(--serif);
  font-size: clamp(1.8rem, 8vw, 2.6rem);
  text-decoration: none;
  padding: 0.35rem 0;
  border-bottom: 1px solid var(--linie);
  color: var(--tinte);
}
.navigation a[aria-current='true'] { color: var(--gold-tief); }

@media (min-width: 60rem) {
  .knopf-menue { display: none; }
  .navigation {
    position: static; transform: none; background: none;
    color: inherit; overflow: visible;
    visibility: visible; pointer-events: auto;
    display: flex; align-items: center; gap: 2rem;
    padding: 0; z-index: auto;
  }
  .navigation a {
    font-family: var(--sans);
    font-size: 0.9rem;
    letter-spacing: 0.04em;
    border-bottom: 0;
    padding: 0.25rem 0;
    position: relative;
    color: inherit;
  }
  .navigation a::after {
    content: ''; position: absolute; left: 0; right: 100%; bottom: 0;
    height: 1px; background: var(--gold);
    transition: right 0.3s ease;
  }
  .navigation a:hover::after,
  .navigation a[aria-current='true']::after { right: 0; }
}

/* ---------- 3 Hero ---------- */
.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: end;
  overflow: hidden;
  isolation: isolate;
  color: #fff;
}
.hero__bild {
  position: absolute; inset: -6% 0 0 0;
  width: 100%; height: 106%;
  object-fit: cover;
  z-index: -2;
  will-change: transform;
}
.hero::after {
  content: ''; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(to top, rgba(14,22,44,0.94) 6%, rgba(14,22,44,0.42) 48%, rgba(14,22,44,0.5) 100%);
}
.hero__inhalt {
  width: 100%; max-width: var(--breite);
  margin-inline: auto;
  padding: 0 var(--rand) clamp(3.5rem, 10vh, 6rem);
  position: relative;
}
.hero h1 { margin-bottom: 0.25em; }
.hero__ort {
  font-size: 0.78rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.6rem;
  display: block;
}
.hero__satz {
  font-family: var(--serif);
  font-size: clamp(1.15rem, 3.4vw, 1.6rem);
  line-height: 1.45;
  max-width: 34ch;
  font-weight: 300;
}

/* Giebel: dünne Fachwerklinien, werden beim Laden gezeichnet */
.giebel {
  position: absolute;
  top: clamp(5rem, 12vh, 8rem);
  right: var(--rand);
  width: clamp(170px, min(34vw, 40vh), 400px);
  aspect-ratio: 200 / 160;
  height: auto;
  opacity: 0.65;
  z-index: 1;
  pointer-events: none;
}
.giebel path, .giebel line, .giebel polyline {
  fill: none;
  stroke: var(--gold);
  stroke-width: 1.5;
  vector-effect: non-scaling-stroke;
  stroke-dasharray: var(--laenge, 400);
  stroke-dashoffset: var(--laenge, 400);
  animation: zeichnen 2.4s cubic-bezier(0.5, 0, 0.2, 1) forwards;
  animation-delay: calc(0.4s + var(--verzug, 0s));
}
@keyframes zeichnen { to { stroke-dashoffset: 0; } }

.hero__pfeil {
  position: absolute;
  left: 50%; bottom: 1.6rem;
  translate: -50% 0;
  width: 1px; height: 46px;
  background: linear-gradient(var(--gold), transparent);
  animation: sinken 2.6s ease-in-out infinite;
}
@keyframes sinken {
  0%, 100% { opacity: 0.25; transform: translateY(-6px); }
  50%      { opacity: 1;    transform: translateY(4px); }
}

/* ---------- 4 Bausteine ---------- */
.abschnitt { padding-block: var(--luft); position: relative; }
.abschnitt--hell { background: var(--band); }
.abschnitt--hell .marke-abschnitt::after,
.abschnitt--hell .wohnungen li,
.abschnitt--hell .liste li { border-color: var(--linie-warm); }

.marke-abschnitt {
  display: flex; align-items: baseline; gap: 1rem;
  margin-bottom: clamp(2rem, 5vw, 3.5rem);
}
.marke-abschnitt h2 { margin: 0; }
.marke-abschnitt::after {
  content: ''; flex: 1 1 auto; height: 1px;
  background: var(--linie);
  transform: translateY(-0.35em);
}
.abschnitt--hell .marke-abschnitt::after { background: var(--linie-warm); }

.vorspann {
  font-family: var(--serif);
  font-size: clamp(1.35rem, 4vw, 1.9rem);
  line-height: 1.45;
  font-weight: 300;
  max-width: 30ch;
}

.text-leise { color: var(--leise); }

/* Knöpfe: goldene Linie, im Hover gefüllt mit weißer Schrift */
.knopf {
  display: inline-block;
  font-family: var(--sans);
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-decoration: none;
  color: var(--gold);
  background: none;
  border: 1px solid var(--gold);
  padding: 0.85rem 1.6rem;
  cursor: pointer;
  transition: background-color 0.25s ease, color 0.25s ease;
}
.knopf:hover { background: var(--gold); color: #fff; }
.knopf--linie { padding: 0.8rem 1.55rem; }

/* Zweispalter: Bild + Text */
.zweier {
  display: grid; gap: clamp(2rem, 5vw, 3.5rem);
  align-items: center;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 20rem), 1fr));
}
@media (min-width: 56rem) {
  .zweier--gedreht > :first-child { order: 2; }
}
.zweier figure { margin: 0; }
.zweier figcaption {
  font-size: 0.82rem; color: var(--leise);
  margin-top: 0.7rem; letter-spacing: 0.02em;
}

/* Bilder sitzen in einem dünnen Passepartout */
.platte {
  padding: 0.55rem;
  border: 1px solid var(--linie);
  background: var(--weiss);
}
.platte img { filter: saturate(0.95); }

/* Trennbild mit ruhigem Parallaxe-Effekt */
.trenner {
  position: relative;
  isolation: isolate;
  min-height: clamp(16rem, 46vh, 30rem);
  display: grid; place-items: center;
  overflow: hidden;
  text-align: center;
  padding: var(--rand);
  color: #fff;
}
.trenner img {
  position: absolute; inset: -8% 0 0 0;
  width: 100%; height: 116%; object-fit: cover;
  z-index: -2; will-change: transform;
}
.trenner::after {
  content: ''; position: absolute; inset: 0; z-index: -1;
  background: rgba(14, 22, 44, 0.57);
}
.trenner blockquote {
  margin: 0; max-width: 26ch;
  font-family: var(--serif);
  font-style: italic;
  font-weight: 300;
  font-size: clamp(1.5rem, 5vw, 2.6rem);
  line-height: 1.3;
}
.trenner cite {
  display: block;
  margin-top: 1.2rem;
  font-family: var(--sans);
  font-style: normal;
  font-size: 0.78rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
}

/* ---------- 5 Abschnitte ---------- */
/* Geschichte: Zeitstrahl, wächst beim Scrollen */
.zeitstrahl { position: relative; margin-top: clamp(3rem, 7vw, 4.5rem); }
.zeitstrahl::before {
  content: ''; position: absolute;
  left: 0; top: 0.45rem; bottom: 0.45rem; width: 1px;
  background: var(--linie);
}
.zeitstrahl__linie {
  position: absolute; left: 0; top: 0.45rem; bottom: 0.45rem; width: 1px;
  background: linear-gradient(var(--gold), var(--blau));
  transform: scaleY(0);
  transform-origin: top center;
}
.zeitstrahl ol { list-style: none; margin: 0; padding: 0; position: relative; }
.zeitstrahl li {
  position: relative;
  padding: 0 0 2.4rem 1.8rem;
  display: flex; flex-wrap: wrap;
  gap: 0.35rem 1.5rem; align-items: baseline;
  opacity: 0; transform: translateY(14px);
  transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.2, 0, 0.2, 1);
}
.zeitstrahl li.da { opacity: 1; transform: none; }
.zeitstrahl li:last-child { padding-bottom: 0; }
.zeitstrahl li::before {
  content: ''; position: absolute; left: -4px; top: 0.75rem;
  width: 7px; height: 7px; background: var(--gold);
  transform: rotate(45deg);
}
.zeitstrahl b {
  flex: 0 0 9rem;
  font-family: var(--serif);
  font-weight: 300;
  font-size: clamp(1.6rem, 5vw, 2.2rem);
  line-height: 1;
  font-variant-numeric: tabular-nums;
}
.zeitstrahl p { flex: 1 1 18rem; color: var(--leise); margin: 0; }

/* Wohnungen */
.wohnungen { list-style: none; margin: 0 0 2.5rem; padding: 0; }
.wohnungen li {
  display: flex; flex-wrap: wrap; gap: 0.3rem 1rem;
  align-items: baseline;
  padding: 0.95rem 0;
  border-bottom: 1px solid var(--linie-warm);
}
.wohnungen li:first-child { border-top: 1px solid var(--linie-warm); }
.wohnungen strong { font-weight: 600; min-width: 11rem; }
.wohnungen strong .text-leise { font-weight: 400; }
.wohnungen span { color: var(--leise); flex: 1 1 14rem; }
.wohnungen em {
  font-style: normal; font-variant-numeric: tabular-nums;
  color: var(--gold-tief); font-weight: 600;
}

/* Linklisten Kultur & Freizeit */
.listen { display: grid; gap: clamp(2.5rem, 6vw, 4rem); grid-template-columns: repeat(auto-fit, minmax(min(100%, 20rem), 1fr)); }
.liste { list-style: none; margin: 0; padding: 0; }
.liste li { border-bottom: 1px solid var(--linie); }
.liste a {
  display: flex; justify-content: space-between; align-items: center; gap: 1rem;
  padding: 0.9rem 0;
  text-decoration: none;
  color: var(--tinte);
  transition: padding-left 0.25s ease, color 0.25s ease;
}
.liste a:hover { padding-left: 0.6rem; color: var(--blau-tief); }
.liste a small {
  font-size: 0.72rem; letter-spacing: 0.12em;
  color: var(--leise); text-transform: uppercase;
  white-space: nowrap;
}

/* Bootshaus */
.bootshaus__bilder {
  display: grid; gap: 0.75rem;
  grid-template-columns: repeat(auto-fit, minmax(min(45%, 11rem), 1fr));
  margin-top: clamp(2rem, 5vw, 3rem);
}
.bootshaus__bilder button {
  padding: 0; border: 0; background: none; cursor: zoom-in;
  overflow: hidden; display: block;
}
.bootshaus__bilder img {
  aspect-ratio: 4 / 3; object-fit: cover; width: 100%;
  transition: transform 0.6s cubic-bezier(0.2, 0, 0.2, 1), filter 0.4s;
  filter: saturate(0.92);
}
.bootshaus__bilder button:hover img { transform: scale(1.05); filter: saturate(1.05); }

.merkmale { list-style: none; margin: 0; padding: 0; display: grid; gap: 0.55rem; }
.merkmale li { padding-left: 1.3rem; position: relative; color: var(--leise); }
.merkmale li::before {
  content: ''; position: absolute; left: 0; top: 0.85em;
  width: 6px; height: 1px; background: var(--gold-tief);
}

/* ---------- 6 Galerie & Lightbox ---------- */
.galerie {
  display: grid; gap: 1rem;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 12rem), 1fr));
}
.galerie button {
  display: block; width: 100%; padding: 0; margin: 0;
  border: 0; background: none; cursor: zoom-in;
  overflow: hidden; position: relative;
}
.galerie img {
  width: 100%; height: 100%;
  aspect-ratio: 4 / 3; object-fit: cover;
  filter: saturate(0.95);
  transition: transform 0.7s cubic-bezier(0.2, 0, 0.2, 1);
}
.galerie button:hover img { transform: scale(1.04); }
.galerie button::after {
  content: ''; position: absolute; inset: 0;
  box-shadow: inset 0 0 0 1px rgba(230, 169, 60, 0);
  transition: box-shadow 0.3s ease;
}
.galerie button:hover::after { box-shadow: inset 0 0 0 1px rgba(230, 169, 60, 0.9); }

.lupe {
  position: fixed; inset: 0; z-index: 150;
  width: 100%; height: 100%;
  max-width: none; max-height: none;
  margin: 0; border: 0;
  background: rgba(12, 18, 34, 0.97);
  color: #fff;
  display: none;
  place-items: center;
  padding: clamp(0.75rem, 4vw, 3rem);
}
.lupe::backdrop { background: rgba(12, 18, 34, 0.9); }
.lupe[open] { display: grid; }
.lupe img {
  max-width: 100%; max-height: 82vh;
  object-fit: contain;
  margin-inline: auto;
}
.lupe figcaption {
  text-align: center; color: rgba(255, 255, 255, 0.7);
  font-size: 0.85rem; margin-top: 1rem;
  letter-spacing: 0.04em;
}
.lupe figure { margin: 0; }
.lupe__zu, .lupe__vor, .lupe__zurueck {
  position: absolute;
  appearance: none; border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(14, 22, 44, 0.7);
  color: #fff; cursor: pointer;
  width: 48px; height: 48px;
  display: grid; place-content: center;
  font-size: 1.2rem; line-height: 1;
  transition: background-color 0.2s ease;
}
.lupe__zu:hover, .lupe__vor:hover, .lupe__zurueck:hover { background: var(--blau); }
.lupe__zu { top: clamp(0.75rem, 3vw, 2rem); right: clamp(0.75rem, 3vw, 2rem); }
.lupe__zurueck { left: clamp(0.5rem, 2vw, 2rem); top: 50%; translate: 0 -50%; }
.lupe__vor { right: clamp(0.5rem, 2vw, 2rem); top: 50%; translate: 0 -50%; }

/* ---------- 7 Kontakt ---------- */
.kontakt {
  display: grid; gap: clamp(2.5rem, 6vw, 4rem);
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 19rem), 1fr));
  align-items: start;
}
.karte-daten { display: grid; gap: 2rem; align-content: start; }
.karte-daten__block {
  display: grid; gap: 1.6rem;
  border-top: 1px solid var(--linie-warm);
  padding-top: 1.8rem;
}
.karte-daten h4 { color: var(--gold-tief); margin: 0 0 0.4rem; }
.karte-daten p { margin: 0; }
.karte-daten a { text-decoration: none; border-bottom: 1px solid var(--gold); }
.karte-daten a:hover { color: var(--gold-tief); }

.karte-platz {
  position: relative;
  border: 1px solid var(--linie-warm);
  min-height: 20rem;
  display: grid; place-items: center;
  text-align: center; gap: 0.9rem;
  padding: 1.5rem;
  background: repeating-linear-gradient(45deg, transparent 0 12px, rgba(28,63,148,0.06) 12px 13px);
}
.karte-platz iframe { width: 100%; height: 22rem; border: 0; display: block; }
.karte-platz p { font-size: 0.85rem; color: var(--leise); max-width: 34ch; }

/* ---------- 8 Fuß ---------- */
.fuss {
  border-top: 1px solid var(--linie);
  padding-block: 3rem 2.5rem;
  font-size: 0.88rem;
  color: var(--leise);
  background: var(--weiss);
}
.fuss__reihe {
  display: flex; flex-wrap: wrap; gap: 1rem 2rem;
  justify-content: space-between; align-items: center;
}
.fuss p { margin: 0; }
.fuss a { text-decoration: none; color: inherit; }
.fuss a:hover { color: var(--gold-tief); }
.fuss nav { display: flex; gap: 1.5rem; flex-wrap: wrap; }

/* ---------- 9 Unterseiten ---------- */
.blatt .kopf {
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 1px 0 var(--linie);
  color: var(--tinte);
}
.blatt .inhalt-kopf { padding-top: clamp(7rem, 18vh, 11rem); padding-bottom: clamp(2rem, 6vw, 3.5rem); }
.fliesstext { max-width: 42rem; }
.fliesstext h2 {
  font-size: clamp(1.5rem, 4vw, 2rem);
  margin-top: 2.4rem;
}
.fliesstext h2:first-child { margin-top: 0; }
.fliesstext h3 { font-size: clamp(1.15rem, 3vw, 1.35rem); margin-top: 1.8rem; }
.fliesstext p { margin-bottom: 1.1em; }
.fliesstext ul { color: var(--leise); padding-left: 1.2rem; }
.fliesstext a { color: var(--blau-tief); }

.grundrisse {
  list-style: none; margin: 0; padding: 0;
  display: grid; gap: 1px;
  background: var(--linie);
  border-block: 1px solid var(--linie);
}
.grundrisse li {
  background: var(--weiss);
  display: grid; gap: 0.35rem 1.5rem;
  padding: 1.4rem 0;
  align-items: baseline;
}
@media (min-width: 48rem) {
  .grundrisse li { grid-template-columns: 12rem 1fr auto; }
}
.grundrisse h3 { margin: 0; font-size: 1.25rem; }
.grundrisse p { margin: 0; color: var(--leise); }
.grundrisse a {
  color: var(--gold-tief); font-weight: 600; font-size: 0.9rem;
  text-decoration: none; border-bottom: 1px solid currentColor;
  justify-self: start; padding-bottom: 1px;
}
.grundrisse a:hover { color: var(--blau-tief); }

/* ---------- Bewegung beim Scrollen (sparsam) ---------- */
.taucht-auf { opacity: 0; transform: translateY(18px); }
.taucht-auf.da { opacity: 1; transform: none; transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.2, 0, 0.2, 1); }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
  .taucht-auf, .zeitstrahl li { opacity: 1; transform: none; }
  .zeitstrahl__linie { transform: scaleY(1); }
  .giebel path, .giebel line, .giebel polyline { stroke-dashoffset: 0; }
  .hero__bild, .trenner img { transform: none !important; }
}
