/* === NORMALIZE MINIMAL === */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button { cursor: pointer; border: none; background: none; font: inherit; }

/* === CUSTOM PROPERTIES === */
:root {
  --dunkelgruen:  rgb(42, 58, 22);
  --waldgruen:    rgb(100, 132, 58);
  --lindengruen:  rgb(138, 170, 88);
  --holzbraun:    rgb(140, 105, 55);
  --navbraun:     rgb(130, 95, 50);
  --fast-weiss:   rgb(252, 250, 246);
  --lindengelb:   rgb(241, 236, 213);
  --beige-dunkel: rgb(215, 206, 180);
  --text:         rgb(42, 58, 22);
  --text-mittel:  rgb(70, 80, 42);
  --text-hell:    rgb(120, 105, 75);
  --weiss:        rgb(255, 255, 255);
  --footer-bg:    rgb(28, 38, 14);
  --rot-nein:     rgb(160, 60, 60);
}

/* === @FONT-FACE === */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/raleway-v37-latin-500.woff2') format('woff2');
}
@font-face {
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/raleway-v37-latin-500italic.woff2') format('woff2');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/raleway-v37-latin-700.woff2') format('woff2');
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/cormorant-garamond-v21-latin-600italic.woff2') format('woff2');
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/cormorant-garamond-v21-latin-700italic.woff2') format('woff2');
}

/* === BASIS === */
body {
  font-family: 'Raleway', sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.85;
  color: var(--text);
  background: var(--fast-weiss);
}

@media (min-width: 641px) and (max-width: 1024px) {
  body { font-size: 19px; }
}
@media (max-width: 640px) {
  body { font-size: 18px; }
}

/* === LAYOUT === */
.container {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 28px;
}

@media (max-width: 640px) {
  .container { padding: 0 18px; }
}

/* === HEADER === */
header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  background: var(--lindengelb);
  border-bottom: 1px solid var(--beige-dunkel);
}

.header-inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 28px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo-unit {
  display: flex;
  align-items: center;
  gap: 13px;
  flex-shrink: 0;
}

.logo-mark {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 700;
  font-size: 44px;
  color: var(--dunkelgruen);
  white-space: nowrap;
  line-height: 1;
  letter-spacing: 0;
}

.logo-sub {
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--holzbraun);
  font-weight: 700;
  margin-top: 5px;
}

/* === NAVIGATION === */
#haupt-nav {
  display: flex;
  align-items: center;
}

#haupt-nav ul {
  display: flex;
  gap: 32px;
}

#haupt-nav a {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--navbraun);
  transition: color 0.2s;
}

#haupt-nav a:hover { color: var(--dunkelgruen); }

.nav-schliessen {
  display: none;
  position: absolute;
  top: 20px; right: 24px;
  font-size: 28px;
  color: var(--lindengelb);
  line-height: 1;
}

.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 8px;
  flex-shrink: 0;
}

.hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--dunkelgruen);
}

@media (max-width: 760px) {
  .hamburger { display: flex; }

  #haupt-nav {
    display: none;
    position: fixed;
    inset: 0;
    background: var(--dunkelgruen);
    z-index: 99;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 36px;
  }

  #haupt-nav.offen { display: flex; }

  #haupt-nav ul {
    flex-direction: column;
    align-items: center;
    gap: 36px;
  }

  #haupt-nav a {
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-size: 38px;
    color: var(--lindengelb);
    letter-spacing: 0;
    font-weight: 700;
    text-transform: none;
  }

  .nav-schliessen { display: block; }
}

/* === HERO === */
.hero {
  position: relative;
  height: 100vh;
  min-height: 520px;
  max-height: 860px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  padding-bottom: 80px;
}

@media (min-width: 641px) and (max-width: 1024px) {
  .hero { max-height: 640px; }
}

/* Mobil: Hero 3:4, Text darunter */
@media (max-width: 640px) {
  .hero {
    height: auto;
    min-height: unset;
    max-height: unset;
    flex-direction: column;
    align-items: stretch;
    padding-bottom: 0;
  }
}

.hero-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 35%;
}

@media (max-width: 640px) {
  .hero-img {
    position: relative;
    inset: auto;
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 4;
    object-position: center 20%;
  }
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(42, 58, 22, 0.04) 0%,
    rgba(42, 58, 22, 0.03) 35%,
    rgba(42, 58, 22, 0.60) 100%
  );
}

@media (max-width: 640px) {
  .hero-overlay { display: none; }
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 28px;
  width: 100%;
}

@media (max-width: 640px) {
  .hero-content {
    position: static;
    background: var(--dunkelgruen);
    padding: 32px 18px 40px;
  }
}

.hero h1 {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 700;
  font-size: clamp(36px, 6.5vw, 78px);
  line-height: 1.06;
  color: var(--weiss);
  margin-bottom: 16px;
}

.hero-lead {
  font-size: 20px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.88);
  max-width: 520px;
  line-height: 1.7;
  margin-bottom: 32px;
}

@media (max-width: 640px) {
  .hero-lead { font-size: 18px; }
}

/* === BUTTONS === */
.btn-primary {
  display: inline-block;
  padding: 15px 40px;
  background: var(--lindengruen);
  color: var(--dunkelgruen);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  border-radius: 2px;
  transition: background 0.2s, transform 0.15s;
}

.btn-primary:hover {
  background: var(--lindengelb);
  transform: translateY(-2px);
}

.btn-senden {
  display: inline-block;
  padding: 15px 40px;
  background: var(--dunkelgruen);
  color: var(--lindengelb);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  border-radius: 2px;
  border: none;
  cursor: pointer;
  transition: background 0.2s;
  align-self: flex-start;
}

.btn-senden:hover { background: var(--waldgruen); }

/* === SEKTIONEN === */
.sec { padding: 96px 0; }
.sec-weiss { background: var(--fast-weiss); }
.sec-gelb  { background: var(--lindengelb); }
.sec-border-top { border-top: 1px solid var(--beige-dunkel); }

.sec h2 {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 700;
  font-size: clamp(32px, 4.5vw, 50px);
  line-height: 1.08;
  color: var(--dunkelgruen);
  margin-bottom: 20px;
}

.sec-unter {
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--waldgruen);
  font-weight: 700;
  display: block;
  margin-top: -12px;
  margin-bottom: 40px;
}

.sec p {
  font-size: 19px;
  font-weight: 500;
  line-height: 1.85;
  color: var(--text-mittel);
}

@media (max-width: 640px) {
  .sec p { font-size: 18px; }
}

/* === WOHNUNG INTRO: 62/38 === */
.wohnung-grid {
  display: flex;
  gap: 52px;
  align-items: flex-start;
  margin-bottom: 64px;
}

.wohnung-intro { flex: 0 0 62%; }
.wohnung-bild  { flex: 1; }

.wohnung-bild img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 2px;
}

@media (max-width: 860px) {
  .wohnung-grid { flex-direction: column; gap: 32px; }
  .wohnung-intro, .wohnung-bild { flex: none; width: 100%; }
  .wohnung-bild img { max-height: 400px; object-fit: cover; }
}

/* === RÄUME === */
.wohnung-raeume {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin-top: 36px;
  position: relative;
}

.wohnung-raeume::before {
  content: '';
  position: absolute;
  right: -40px;
  top: -20px;
  width: 280px;
  height: 240px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 42' fill='none'%3E%3Cpath d='M15,10 C21,8 28,12 29,20 C30,27 27,34 20,36 C17,37 12,37 8,35 C3,33 1,26 2,19 C3,12 9,12 15,10Z' fill='none' stroke='rgb(100,132,58)' stroke-width='1.5'/%3E%3Cpath d='M33,2 C39,1 46,5 47,13 C48,21 45,28 38,30 C35,31 30,31 27,29 C22,27 20,20 21,12 C22,4 27,3 33,2Z' fill='rgb(138,170,88)'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.07;
  pointer-events: none;
  z-index: 0;
}

@media (max-width: 640px) {
  .wohnung-raeume::before { display: none; }
}

.wohnung-raum {
  flex: 0 0 50%;
  padding: 16px 24px 16px 0;
  border-bottom: 1px solid var(--beige-dunkel);
  position: relative;
  z-index: 1;
}

.wohnung-raum:nth-last-child(-n+2) { border-bottom: none; }

@media (max-width: 640px) {
  .wohnung-raum { flex: 0 0 100%; }
  .wohnung-raum:last-child { border-bottom: none; }
  .wohnung-raum:nth-last-child(2) { border-bottom: 1px solid var(--beige-dunkel); }
}

.wohnung-raum h3 {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 700;
  font-size: 24px;
  color: var(--dunkelgruen);
  margin-bottom: 4px;
}

.wohnung-raum p { font-size: 18px; }

/* === GARTEN === */
.garten-block {
  display: flex;
  gap: 48px;
  align-items: flex-start;
  padding-top: 52px;
  border-top: 1px solid var(--beige-dunkel);
  margin-top: 12px;
}

.garten-block img {
  flex: 0 0 38%;
  width: 38%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 2px;
}

.garten-text { flex: 1; }

.garten-text h3 {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 700;
  font-size: clamp(26px, 3vw, 36px);
  color: var(--dunkelgruen);
  margin-bottom: 16px;
  line-height: 1.1;
}

@media (max-width: 760px) {
  .garten-block { flex-direction: column; gap: 24px; }
  .garten-block img { flex: none; width: 100%; }
}

/* === GALERIEN: gleiche Klassen für Wohnung + Umgebung ===
   3 Spalten Desktop/Tablet, 2 Spalten Mobil
   alle Bilder 1×1
*/
.galerie-wrap { margin-top: 64px; }
.galerie-wrap-region { margin-top: 40px; }

.galerie-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.galerie-grid img {
  flex: 0 0 calc(33.333% - 6px);
  width: calc(33.333% - 6px);
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 2px;
  cursor: pointer;
  transition: opacity 0.2s, transform 0.25s;
}

.galerie-grid img:hover {
  opacity: 0.88;
  transform: scale(1.01);
}

@media (max-width: 640px) {
  .galerie-grid img {
    flex: 0 0 calc(50% - 4px);
    width: calc(50% - 4px);
  }
}

/* Gestaffelter reveal */
.galerie-grid img.einblenden:nth-child(1)  { transition-delay:   0ms; }
.galerie-grid img.einblenden:nth-child(2)  { transition-delay:  70ms; }
.galerie-grid img.einblenden:nth-child(3)  { transition-delay: 140ms; }
.galerie-grid img.einblenden:nth-child(4)  { transition-delay: 210ms; }
.galerie-grid img.einblenden:nth-child(5)  { transition-delay: 280ms; }
.galerie-grid img.einblenden:nth-child(6)  { transition-delay: 350ms; }
.galerie-grid img.einblenden:nth-child(7)  { transition-delay: 420ms; }
.galerie-grid img.einblenden:nth-child(8)  { transition-delay: 490ms; }
.galerie-grid img.einblenden:nth-child(9)  { transition-delay: 560ms; }

/* === PREISE === */
.preise-inner {
  display: flex;
  gap: 52px;
  align-items: flex-start;
}

@media (max-width: 760px) {
  .preise-inner { flex-direction: column; gap: 36px; }
}

.preise-text { flex: 0 0 50%; }
.preise-box-wrap { flex: 1; }

.preis-block {
  background: var(--waldgruen);
  border-radius: 4px;
  padding: 36px 40px;
}

@media (max-width: 640px) {
  .preis-block { padding: 26px 22px; }
}

.preis-kicker {
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  font-weight: 700;
  margin-bottom: 8px;
}

.preis-gross {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 64px;
  font-weight: 700;
  color: var(--lindengelb);
  line-height: 1;
  margin-bottom: 6px;
}

.preis-sub {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 24px;
  font-weight: 500;
}

.preis-liste { display: flex; flex-direction: column; }

.preis-liste li {
  font-size: 17px;
  font-weight: 500;
  color: var(--weiss);
  padding: 9px 0 9px 22px;
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.preis-liste li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.preis-liste li::before {
  content: '→';
  position: absolute;
  left: 0;
  color: var(--lindengelb);
  font-size: 13px;
  top: 10px;
}

.ausstattung-liste {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
}

.ausstattung-liste li {
  font-size: 16px;
  font-weight: 500;
  color: var(--text-mittel);
  padding-left: 16px;
  position: relative;
}

.ausstattung-liste li::before {
  content: '·';
  position: absolute;
  left: 0;
  color: var(--waldgruen);
}

/* === PANORAMA-BILDER (volle Breite, groß) === */
.panorama {
  position: relative;
  width: 100%;
  height: 80vh;
  min-height: 480px;
  max-height: 780px;
  overflow: hidden;
}

@media (max-width: 640px) {
  .panorama {
    height: auto;
    min-height: unset;
    max-height: unset;
  }
}

.panorama img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
  display: block;
}

@media (max-width: 640px) {
  .panorama img {
    height: auto;
    aspect-ratio: 3 / 4;
    object-position: center 30%;
  }
}

.panorama-overlay {
  position: absolute;
  inset: 0;
  background: rgba(42, 58, 22, 0.30);
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 640px) {
  .panorama-overlay { display: none; }
}

.panorama-zitat {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: clamp(28px, 4vw, 52px);
  font-weight: 700;
  color: var(--weiss);
  text-align: center;
  max-width: 760px;
  padding: 0 32px;
  line-height: 1.3;
}

/* === REGION === */
.region-intro {
  margin-bottom: 48px;
}

/* === ABSCHLUSS-BILD (volle Breite, groß) === */
.abschluss {
  position: relative;
  width: 100%;
  height: 80vh;
  min-height: 480px;
  max-height: 780px;
  overflow: hidden;
}

@media (max-width: 640px) {
  .abschluss {
    height: auto;
    min-height: unset;
    max-height: unset;
  }
}

.abschluss img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  display: block;
}

@media (max-width: 640px) {
  .abschluss img {
    height: auto;
    aspect-ratio: 3 / 4;
  }
}

.abschluss-overlay {
  position: absolute;
  inset: 0;
  background: rgba(42, 58, 22, 0.38);
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 640px) {
  .abschluss-overlay { display: none; }
}

.abschluss-zitat {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: clamp(26px, 3.8vw, 48px);
  font-weight: 700;
  color: var(--weiss);
  text-align: center;
  max-width: 720px;
  padding: 0 32px;
  line-height: 1.35;
}

/* === KONTAKT ===
   Sektion weiss, Formular-Hälfte gelb
*/
.kontakt-grid {
  display: flex;
  gap: 0;
  align-items: stretch;
  margin-top: 32px;
}

.kontakt-info {
  flex: 0 0 38%;
  padding-right: 52px;
}

.kontakt-form {
  flex: 1;
  background: var(--lindengelb);
  padding: 48px;
  border-radius: 4px;
}

@media (max-width: 760px) {
  .kontakt-grid { flex-direction: column; gap: 36px; }
  .kontakt-info { flex: none; width: 100%; padding-right: 0; }
  .kontakt-form { flex: none; width: 100%; padding: 28px 22px; }
}

.kontakt-tel-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}

.kontakt-tel {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 38px;
  font-weight: 700;
  color: var(--dunkelgruen);
  line-height: 1;
  border-bottom: 2px solid var(--lindengruen);
  padding-bottom: 2px;
  transition: color 0.2s;
}

.kontakt-tel:hover { color: var(--waldgruen); }

.kontakt-info address {
  font-style: normal;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.9;
  color: var(--text-mittel);
  margin-top: 20px;
}

.kontakt-info address strong {
  font-weight: 700;
  color: var(--dunkelgruen);
  font-size: 19px;
  display: block;
  margin-bottom: 2px;
}

.kontakt-info a {
  color: var(--waldgruen);
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s;
}

.kontakt-info a:hover { border-color: var(--waldgruen); }

.kontakt-email-label {
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-hell);
  font-weight: 700;
  margin-top: 20px;
  display: block;
  margin-bottom: 4px;
}

/* === FORMULAR === */
.formular { display: flex; flex-direction: column; gap: 20px; }
.form-gruppe { display: flex; flex-direction: column; gap: 6px; }

.form-gruppe label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-hell);
  display: flex;
  align-items: baseline;
  gap: 8px;
  flex-wrap: wrap;
}

.form-hint {
  font-size: 13px;
  color: var(--text-hell);
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}

.form-gruppe input,
.form-gruppe textarea {
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: var(--text);
  background: var(--weiss);
  border: 1px solid var(--beige-dunkel);
  border-radius: 2px;
  padding: 13px 15px;
  transition: border-color 0.2s;
  outline: none;
  width: 100%;
}

.form-gruppe input:focus,
.form-gruppe textarea:focus { border-color: var(--waldgruen); }

.form-gruppe textarea { min-height: 120px; resize: vertical; }

/* === FOOTER === */
footer {
  background: var(--footer-bg);
  padding: 40px 0;
}

.footer-inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}

.footer-nav {
  display: flex;
  gap: 20px;
  font-size: 13px;
  color: rgba(138, 170, 88, 0.55);
}

.footer-nav a { transition: color 0.2s; }
.footer-nav a:hover { color: var(--lindengruen); }
.footer-dot { color: rgba(138, 170, 88, 0.2); }

.footer-msbu {
  font-size: 13px;
  color: rgba(138, 170, 88, 0.45);
}

.footer-msbu a {
  color: rgba(138, 170, 88, 0.6);
  border-bottom: 1px solid transparent;
  transition: color 0.2s, border-color 0.2s;
}

.footer-msbu a:hover {
  color: var(--lindengruen);
  border-color: var(--lindengruen);
}

/* === LIGHTBOX === */
.lightbox {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(28, 38, 14, 0.96);
  z-index: 200;
  align-items: center;
  justify-content: center;
}

.lightbox.aktiv { display: flex; }

.lightbox img {
  max-width: 92vw;
  max-height: 88vh;
  object-fit: contain;
  border-radius: 2px;
}

.lb-titel {
  position: absolute;
  bottom: 44px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 15px;
  color: rgba(241, 236, 213, 0.75);
  font-weight: 500;
  letter-spacing: 0.06em;
  text-align: center;
  max-width: 80vw;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.lb-schliessen {
  position: absolute;
  top: 20px; right: 24px;
  color: var(--lindengelb);
  font-size: 28px;
  cursor: pointer;
  line-height: 1;
}

.lb-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(241, 236, 213, 0.55);
  font-size: 44px;
  cursor: pointer;
  padding: 8px;
  user-select: none;
  transition: color 0.2s;
  line-height: 1;
}

.lb-nav:hover { color: var(--lindengelb); }
.lb-links  { left:  16px; }
.lb-rechts { right: 16px; }

.lb-zaehler {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 13px;
  color: rgba(241, 236, 213, 0.45);
  font-weight: 500;
  letter-spacing: 0.1em;
}

/* === EINBLEND-ANIMATION === */
.einblenden {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.einblenden.sichtbar {
  opacity: 1;
  transform: none;
}
