/* ==========================================================================
   elkekressirer.de – statischer Nachbau der Webflow-Seite
   Breakpoints wie im Original: 991 / 767 / 479 (+ Feinheiten ab 1920)
   Schrift: Urbanist (selbst gehostet) als freier Ersatz für Sofia Pro
   ========================================================================== */

/* ---------- Schriften ---------- */
@font-face {
  font-family: 'Urbanist';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('../fonts/urbanist-300.woff2') format('woff2');
}
@font-face {
  font-family: 'Urbanist';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/urbanist-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Urbanist';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/urbanist-500.woff2') format('woff2');
}
@font-face {
  font-family: 'Urbanist';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/urbanist-600.woff2') format('woff2');
}
@font-face {
  font-family: 'Urbanist';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/urbanist-700.woff2') format('woff2');
}
@font-face {
  font-family: 'Urbanist';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('../fonts/urbanist-800.woff2') format('woff2');
}

/* ---------- Farben ---------- */
:root {
  --creme: #ebdccf;
  --sand: #eac284;
  --kaki: #858e56;
  --himmelblau: #a2c1d6;
  --schwarz: #000;
  --weiss: #fff;
}

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

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Anker-Scrolling übernimmt main.js (ruhigeres Tempo + Versatz für die fixe Leiste) */
html {
  font-size: 16px;
  height: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  background-color: var(--creme);
  color: var(--schwarz);
  font-family: 'Urbanist', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

/* Seiten-Grundfarben (wie Webflow-Klassen auf <body> bzw. Bauteilen) */
.tanzkoerper { background-color: var(--sand); }
.natur { background-color: var(--kaki); }
.coaching { background-color: var(--himmelblau); }

h1, h2, h3, h4 { margin: 0; font-weight: 700; }
h2 { font-size: 3rem; line-height: 1.2; }
h4 { font-size: 2rem; line-height: 1.3; }
p { margin: 0; }
a { color: inherit; }
img { max-width: 100%; vertical-align: middle; border: 0; }
button { font: inherit; color: inherit; background: none; border: 0; padding: 0; cursor: pointer; }

:focus-visible {
  outline: 0.125rem solid #4d65ff;
  outline-offset: 0.125rem;
}

/* Body-Scroll sperren, solange das Overlay-Menü offen ist */
html.menu-open, html.menu-open body { overflow: hidden; }

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

/* ---------- Utilities (aus dem Webflow-Original übernommen) ---------- */
.padding-global { padding-left: 5%; padding-right: 5%; position: relative; }
.container-large { width: 100%; }
.container-narrow { width: 100%; max-width: 80rem; margin-left: auto; margin-right: auto; }
.max-width-large { width: 100%; max-width: 48rem; }
.max-width-medium { width: 100%; max-width: 35rem; }
.align-center { margin-left: auto; margin-right: auto; }
.text-align-center { text-align: center; }
.text-medium { font-size: 1.125rem; }
.text-weight-bold { font-weight: 700; }
.text-color-alternate { color: var(--weiss); }

.margin-bottom { margin: 0; }
.margin-bottom.margin-small { margin-bottom: 1.5rem; }
.margin-bottom.margin-medium { margin-bottom: 2rem; }
.margin-bottom.margin-large { margin-bottom: 3rem; }
.margin-bottom.margin-xxlarge { margin-bottom: 5rem; }

.heading-2 { font-size: 1.5rem; font-weight: 700; line-height: 1.2; }

.heading-caps {
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
}
.heading-caps.features { letter-spacing: 0.2rem; }
.heading-caps.features.text-align-center {
  letter-spacing: 0.05rem;
  padding-top: 3rem;
  padding-bottom: 0.3rem;
  font-size: 1rem;
  line-height: 1.5;
}

.button {
  display: inline-block;
  border: 1px solid var(--schwarz);
  background-color: var(--schwarz);
  color: var(--weiss);
  text-align: center;
  border-radius: 30px;
  padding: 0.75rem 1.5rem;
  text-decoration: none;
}
.button.is-secondary {
  display: inline-flex;
  color: var(--schwarz);
  background-color: transparent;
  border-width: 2px;
}
.button.is-secondary:hover {
  background-color: var(--schwarz);
  color: var(--creme);
}
.button.is-secondary.footer { display: none; }

.icon-small { display: flex; flex-direction: column; justify-content: center; align-items: center; width: 2rem; height: 2rem; }
.icon-xsmall { display: flex; flex-direction: column; justify-content: center; align-items: center; width: 1.5rem; height: 1.5rem; color: var(--schwarz); }
.icon-medium { display: flex; flex-direction: column; justify-content: center; align-items: center; width: 3rem; height: 3rem; }
.icon-wrapper { display: inline-block; }
.link-block { display: inline-block; max-width: 100%; }
.icon-wrapper.scroll-arrow { z-index: 2; color: var(--weiss); position: relative; }
.icon-wrapper.scroll-arrow.black { z-index: 1; color: var(--schwarz); }

/* ---------- Hero (Vollbild-Kopf mit Bild und unterer Menüzeile) ---------- */
.hero-nav {
  height: 100svh;
  position: relative;
}
.hero-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 2%;
}
.hero {
  display: block;
  position: absolute;
  inset: 0;
}
.hero-image {
  z-index: 2;
  background-image: url('../img/Kressirer_Home_2.jpg');
  background-position: 50%;
  background-size: cover;
  height: 100svh;
  position: relative;
}
.hero-image.tanzkoerper { background-image: url('../img/KressirerHG_TanzKoerper.jpg'); background-position: 50% 42%; }
.hero-image.natur { background-image: url('../img/KressirerHG_Naturtherapie_4.jpg'); background-position: 50%; }
.hero-image.coaching { background-image: url('../img/WebsiteKressirerHG_Coaching.jpg'); background-position: 50% 0; }
.hero-image.angebote { background-image: url('../img/KressirerHG_Angebote_2.jpg'); background-position: 50%; }
.hero-image.uebermich { background-image: url('../img/KressirerHG_Ueber-mich.jpg'); background-position: 35% 0; }

.hero-bar {
  display: flex;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  column-gap: 16px;
  row-gap: 16px;
}

.nav-left {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.nav-brand { text-decoration: none; }
.site-title {
  z-index: 2;
  color: var(--weiss);
  letter-spacing: 5px;
  text-transform: uppercase;
  margin: -2px 0 0;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
  position: relative;
}
.site-title.scroll { color: var(--schwarz); }
.nav-tagline {
  z-index: 2;
  color: var(--weiss);
  margin-top: -1px;
  padding-left: 46px;
  padding-right: 10px;
  font-size: 0.95rem;
  line-height: 1.3;
  text-decoration: none;
  position: relative;
}

.nav-arrow {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: absolute;
  inset: auto 0% 4%;
}
.arrow-scroll-link { display: flex; }

/* Menü rechts unten (Desktop) */
.nav-main {
  display: flex;
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-end;
  width: 400px;
}
.nav-menu {
  display: flex;
  flex: 1;
  justify-content: space-between;
  align-items: flex-end;
  color: var(--schwarz);
}
.menu-left { display: flex; flex-flow: column; justify-content: flex-end; }
.menu-right { display: flex; flex-flow: column; }
.nav-link {
  z-index: 2;
  display: block;
  color: var(--weiss);
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  padding: 0 1rem 0 0;
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
  position: relative;
}
.nav-link:hover, .nav-link.current { text-decoration: underline; }
.nav-link.scroll { color: var(--schwarz); }
.nav-link.home { display: none; }

/* Hamburger + Schließen-Kreuz (nur mobil sichtbar) */
.menu-toggle { display: none; }
.menu-close { display: none; }

/* ---------- Fixe Navigationsleiste ---------- */
.nav-fixed {
  z-index: 10;
  display: block;
  color: var(--schwarz);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.nav-fixed-bar {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin: 0 auto;
  padding: 2%;
  background-color: var(--creme);
}
.nav-fixed-bar.tanzkoerper { background-color: var(--sand); }
.nav-fixed-bar.natur { background-color: var(--kaki); }
.nav-fixed-bar.coaching { background-color: var(--himmelblau); }

/* blendet sich auf Hero-Seiten erst beim Scrollen ein */
.nav-fixed.autohide {
  opacity: 0;
  transform: translateY(-130px);
  transition: transform 0.4s ease, opacity 0.4s ease;
  pointer-events: none;
}
.nav-fixed.autohide.nav-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

/* ---------- Startseite: Icon-Reihe ---------- */
.main-wrapper { display: block; }
.main-wrapper.home {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  height: 100vh;
}
.main-wrapper.uebermich { height: 100svh; }

.home-section {
  display: flex;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 7rem;
}
.home-features {
  z-index: 0;
  display: flex;
  flex-flow: column;
  justify-content: space-around;
  background-color: var(--creme);
}
.home-features-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.home-features-list {
  display: grid;
  grid-column-gap: 10vw;
  grid-row-gap: 4rem;
  grid-template-columns: minmax(200px, 1fr) minmax(200px, 1fr) minmax(200px, 1fr);
  place-items: stretch center;
}
.home-feature {
  display: flex;
  text-align: center;
  flex-direction: column;
  align-items: center;
}
.home-feature-image-wrapper { width: 100%; position: relative; }
.home-feature-image { width: 25vh; display: inline-block; }
.home-feature a { text-decoration: none; color: inherit; }

.section-pad { padding: 7rem 1rem; }
.section-pad.home {
  display: flex;
  justify-content: center;
  align-items: stretch;
  padding-top: 4rem;
  padding-bottom: 0;
}

/* ---------- Zitat-Sektion ---------- */
.quote-section {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100svh;
}
.section-pad.quote {
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  margin: 0 auto;
  padding-top: 6rem;
  padding-bottom: 2rem;
}
.quote-wrapper {
  display: flex;
  flex-flow: column;
  align-items: center;
  padding-top: 5rem;
}
.quote-text-wrapper { display: flex; justify-content: center; max-width: 32rem; }
.text-block { text-align: center; }
.text-block.quote { max-width: 600px; font-size: 1.6rem; font-weight: 400; }
.quote-arrow { padding-top: 7rem; }

/* ---------- Tabs (Desktop) ---------- */
.tabs-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 90vh;
  padding-left: 2%;
  padding-right: 2%;
}
.tabs-section.angebote { align-items: flex-start; height: auto; }
.section-pad-tabs { padding-top: 7rem; padding-bottom: 7rem; }
.section-pad-tabs.tabs { flex: 1; align-self: center; padding-bottom: 1rem; }
.section-pad-tabs.tabs.angebote { padding-top: 6rem; }
.section-pad-tabs.tabs.uebermich { padding-top: 7rem; }
.tabs-component { display: flex; justify-content: flex-start; align-items: stretch; }
.tabs-wrap { display: flex; flex: 1; justify-content: center; align-items: stretch; }
.tabs-menu {
  display: flex;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-self: flex-end;
  align-items: stretch;
  width: 19rem;
  height: 100%;
}
.tabs-menu.uebermich { padding-top: 10rem; padding-bottom: 10rem; }
.tab-link {
  display: flex;
  grid-column-gap: 1rem;
  color: var(--schwarz);
  border-top: 1px solid var(--schwarz);
  border-bottom: 1px solid var(--schwarz);
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  padding: 1rem 0;
  text-decoration: none;
  cursor: pointer;
}
.tab-link + .tab-link { border-top: none; }
.tab-link.current { text-transform: uppercase; font-weight: 800; }
.tab-link.top { border-top: none; font-weight: 500; }
.tab-link.top.current { font-weight: 800; }
.tab-link.bottom { border-bottom-width: 2px; }
.tabs-question { letter-spacing: 0; font-size: 1rem; }

.tabs-content {
  display: flex;
  flex: 1;
  justify-content: space-between;
  overflow: hidden;
}
.tab-pane { display: none; flex: 1; height: 100%; }
.tab-pane.active { display: block; animation: tab-fade 0.4s ease; }
@keyframes tab-fade {
  from { opacity: 0; }
  to { opacity: 1; }
}
.tab-inner {
  display: flex;
  flex-flow: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.tab-image {
  display: inline-flex;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding: 0 2rem;
}
.feature-image {
  display: block;
  object-fit: contain;
  align-self: center;
  max-width: 100%;
  height: auto;
  max-height: 50vh;
}
.tab-text { width: 25rem; }

/* ---------- Akkordeon (mobil) ---------- */
.accordion-section { display: none; }
.section-pad-accordion { padding-top: 7rem; padding-bottom: 7rem; }
.accordion-list { border-bottom: 1px solid var(--schwarz); }
.accordion-question {
  display: flex;
  grid-column-gap: 1.5rem;
  border-top: 1px solid var(--schwarz);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.accordion-icon { align-self: flex-start; width: 2rem; display: flex; }
.accordion-icon .icon-small { transition: transform 0.3s ease; }
.accordion.open .accordion-icon .icon-small { transform: rotate(180deg); }
.accordion-answer {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

/* ---------- Galerie-Slider (mobil) ---------- */
.gallery-section { display: none; overflow: hidden; }
.slider {
  display: block;
  height: 100%;
  padding-bottom: 5rem;
  position: relative;
}
.slider-mask {
  display: flex;
  width: 50%;
  transition: transform 0.5s ease;
  touch-action: pan-y;
}
.slide { flex: 0 0 100%; padding-right: 2rem; }
.slide-image-wrapper { width: 100%; }
.slide-image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-user-drag: none;
  user-select: none;
}
.slider-arrow {
  display: flex;
  border: 1px solid var(--schwarz);
  background-color: var(--sand);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  position: absolute;
  inset: auto 0% 0% auto;
  cursor: pointer;
}
.slider-arrow.is-left { right: 4rem; }
.slider-arrow[disabled] { opacity: 0.4; cursor: default; }
.slider-arrow-icon {
  display: flex;
  width: 1rem;
  height: 1rem;
  color: var(--schwarz);
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* ---------- Kontakt / Datenschutz ---------- */
.contact-section { min-height: 90vh; }
.contact-section .container-narrow { margin-top: 108px; }
.section-pad-contact { padding-top: 5rem; padding-bottom: 0; }
.text-align-center.impressum {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-top: 0;
}
.text-medium a { color: inherit; }
sub { font-size: 75%; line-height: 0; }

/* ---------- Fußzeile ---------- */
.site-footer {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding: 2%;
  position: relative;
}
.site-footer.angebote { align-items: center; }
.footer-links { display: flex; grid-column-gap: 2rem; }
.footer-link {
  display: block;
  text-transform: uppercase;
  align-self: center;
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
}
.footer-link:hover { text-decoration: underline; }
.footer-buttons { display: flex; grid-column-gap: 1.5rem; }
.section-footer { align-self: stretch; }

/* ==========================================================================
   ab 1920px
   ========================================================================== */
@media screen and (min-width: 1920px) {
  .tabs-section { padding-left: 10%; padding-right: 10%; }
  .tab-text { width: 400px; }
  .feature-image { max-width: 600px; }
}

/* ==========================================================================
   bis 991px (Tablet) – Tabs -> Akkordeon, Galerie sichtbar, Overlay-Menü
   ========================================================================== */
@media screen and (max-width: 991px) {
  .main-wrapper { display: flex; flex-flow: column; height: auto; }
  .main-wrapper.home { height: 100vh; }
  .main-wrapper.uebermich { height: auto; overflow: hidden; }

  .margin-bottom.margin-large { margin-bottom: 2.5rem; }
  .margin-bottom.margin-xxlarge { margin-bottom: 4.5rem; }

  .heading-caps { font-size: 1.75rem; }
  .heading-caps.features.home { letter-spacing: 0.16rem; font-size: 1.3rem; }

  .button.is-secondary { display: inline-flex; justify-content: center; align-self: center; align-items: center; }
  .button.is-secondary.footer { display: block; }

  .section-pad { display: flex; align-items: center; padding-top: 6rem; padding-bottom: 6rem; }
  .section-pad.quote { padding-top: 9rem; padding-bottom: 3rem; }

  .hero-inner { padding: 5%; }
  .hero-image { background-position: 15%; }
  .hero-image.tanzkoerper { background-position: 14% 0; }
  .hero-image.natur { background-position: 50%; }
  .hero-image.uebermich { background-position: 45%; }
  
  .hero-nav, .nav-fixed { display: flex; justify-content: space-between; align-items: flex-end; }
  .nav-fixed { inset: 0 0 auto; }
  .nav-fixed-bar { padding: 5%; }

  /* Menü wird zum Vollbild-Overlay, gleitet wie im Original von oben herein */
  .nav-menu {
    display: none;
    z-index: 40;
    background-color: var(--creme);
    flex-flow: column;
    flex: 1;
    justify-content: center;
    align-items: center;
    height: 100vh;
    padding-top: 30vh;
    position: fixed;
    inset: 0;
    transform: translateY(-100%);
    transition: transform 0.4s ease;
  }
  .nav-menu.open { display: flex; }
  .nav-menu.open.slide-in { transform: translateY(0); }
  .nav-menu.tanzkoerper { background-color: var(--sand); }
  .nav-menu.natur { background-color: var(--kaki); }
  .nav-menu.coaching { background-color: var(--himmelblau); }
  .menu-left, .menu-right { align-items: center; }
  .nav-link {
    color: var(--schwarz);
    padding: 0.75rem 0;
    font-size: 1.125rem;
  }
  .nav-link.home { display: block; }
  .nav-main { display: block; width: 0; flex-flow: column; justify-content: center; align-self: center; align-items: center; }

  .menu-toggle { display: block; z-index: 45; }
  /* offenes Menü: Hamburger hinter das Overlay, sonst kollidiert er mit dem X */
  html.menu-open .menu-toggle { z-index: 30; }
  .burger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -0.5rem;
  }
  .burger-line {
    display: block;
    width: 24px;
    height: 2px;
    background-color: var(--weiss);
  }
  .burger-line + .burger-line { margin-top: 6px; }
  .nav-fixed .burger-line { background-color: var(--schwarz); }

  .menu-close {
    display: block;
    z-index: 50;
    width: 2.2rem;
    height: 2.2rem;
    position: fixed;
    inset: 4% 5% auto auto;
  }

  /* Tabs aus, Akkordeon an */
  .tabs-section, .tabs-section.tanzkoerper, .tabs-section.angebote {
    visibility: hidden;
    width: 0;
    height: 0;
    min-height: auto;
    display: block;
    overflow: hidden;
  }
  .accordion-section { display: block; padding-top: 4rem; }
  .section-pad-accordion { padding-top: 6rem; padding-bottom: 6rem; }
  .section-pad-accordion.angebote { padding-top: 2rem; padding-bottom: 6rem; }
  .section-pad-accordion.tanz-koerper { padding-top: 0; }
  .accordion-list { border-bottom: none; }
  .accordion { border-bottom: 1px solid var(--schwarz); }
  .accordion-question { border-top: none; }

  /* Galerie sichtbar, Pfeile mittig darunter */
  .gallery-section { display: block; flex: 0 auto; padding-bottom: 2rem; }
  .slider { position: static; }
  .slider-arrow { inset: auto auto 0 51%; border: none; }
  .slider-arrow.is-left { left: auto; right: 51%; }
  .slider-arrow, .slider-arrow.is-left { background-color: var(--creme); }
  .slider-arrow.tanzkoerper, .slider-arrow.is-left.tanzkoerper { background-color: var(--sand); }
  .slider-arrow.natur, .slider-arrow.is-left.natur { background-color: var(--kaki); }
  .slider-arrow.coaching, .slider-arrow.is-left.coaching { background-color: var(--himmelblau); }

  .icon-wrapper.scroll-arrow { z-index: 4; }
  .icon-wrapper.scroll-arrow.black { position: static; }

  .site-footer { grid-column-gap: 2rem; grid-row-gap: 2rem; flex-flow: column-reverse; padding-left: 5%; padding-right: 5%; }
  .site-footer.natur { padding-top: 10%; padding-bottom: 5%; grid-row-gap: 2rem; }
  .footer-links { justify-content: center; }
  .footer-buttons { justify-content: center; padding-bottom: 6rem; }

  .text-block.quote { max-width: 450px; }
  .quote-wrapper { justify-content: center; align-items: center; padding-top: 10rem; }
  .nav-arrow { margin-right: -76px; position: static; }
  .arrow-scroll-link { justify-content: flex-end; }

  .text-align-center.impressum { height: 50vh; }
  .contact-section .container-narrow { margin-top: 0; }
  .section-pad-contact { padding-top: 4rem; padding-bottom: 6rem; }
  .contact-component { padding-top: 6rem; }
}

/* ==========================================================================
   bis 767px
   ========================================================================== */
@media screen and (max-width: 767px) {
  .margin-bottom.margin-small { margin-bottom: 1.25rem; }
  .margin-bottom.margin-medium { margin-bottom: 1.5rem; }
  .margin-bottom.margin-large { margin-bottom: 2rem; }
  .margin-bottom.margin-xxlarge { margin-bottom: 3rem; }

  .heading-caps { font-size: 1.5rem; line-height: 1.4; }
  .heading-caps.features.home { letter-spacing: 0.1rem; font-size: 1rem; }

  .button.is-secondary.footer, .button.is-secondary.footer-desktop { min-width: 18rem; justify-content: center; }

  .section-pad { padding-top: 4rem; padding-bottom: 4rem; }
  .section-pad.home { padding-left: 0; padding-right: 0; }

  .home-features-inner { flex-flow: row; }
  .home-feature-image { width: 90%; max-width: 30vh; }
  .home-features-list { grid-row-gap: 3rem; grid-template-columns: 1fr 1fr 1fr; }

  .nav-menu { padding-bottom: 6rem; }
  .nav-tagline { display: none; }

  .hero-image { background-position: 30%; }
  .hero-image.tanzkoerper { background-position: 20% 0; }
  .hero-image.natur { background-position: 60%; }
  .hero-image.angebote { background-position: 50% 0; }
  
  .section-pad-tabs { padding-top: 4rem; padding-bottom: 4rem; }
  .text-medium { font-size: 1rem; }
  .accordion-question { padding-top: 1rem; padding-bottom: 1rem; }
  .accordion-icon { width: 1.75rem; }
  .section-pad-accordion { padding-top: 4rem; padding-bottom: 4rem; }
  .section-pad-accordion.angebote { padding-top: 2rem; }
  .section-pad-accordion.tanz-koerper { padding-top: 0; }

  .slider-mask { width: 100%; }
  .slide { padding-right: 1.5rem; }
  .slider-arrow.is-left { right: 51%; }

  .site-footer { padding-top: 5%; padding-bottom: 5%; }
  .footer-buttons { flex-flow: column; align-items: center; grid-row-gap: 1.5rem; }
  .section-pad-contact { padding-top: 4rem; padding-bottom: 4rem; }
  .nav-arrow { margin-right: 0; }
}

/* ==========================================================================
   bis 479px (Smartphone)
   ========================================================================== */
@media screen and (max-width: 479px) {
  .main-wrapper.home { justify-content: space-between; }

  .margin-bottom.margin-medium.icon { width: 8rem; margin-bottom: 0; }
  .margin-bottom.margin-small.feature { text-align: left; align-self: center; width: 9rem; margin-bottom: 0; }

  .heading-caps.features { text-align: center; line-height: 1.2; }
  .heading-caps.features.home { text-align: left; }

  .section-pad.home { padding-top: 0; padding-bottom: 2rem; }
  .section-pad.quote { padding-top: 8rem; padding-bottom: 1rem; }

  .home-features-inner { padding-left: 0; padding-right: 0; }
  .home-feature { flex-flow: row; justify-content: center; align-items: center; }
  .home-feature-image { width: auto; }
  .home-features-list { grid-row-gap: 1rem; grid-template-columns: auto; place-items: center; }
  .home-features { justify-content: flex-start; align-items: stretch; padding-top: 1rem; }
  .link-block { vertical-align: baseline; width: 80%; }

  .hero-nav { z-index: 3; background-color: var(--creme); position: relative; }
  .hero { z-index: 1; height: auto; }
  .hero-image { z-index: 1; background-image: url('../img/Kressirer_Home_2-2.jpg'); background-position: 35%; }
  .hero-image.tanzkoerper { z-index: 2; background-image: url('../img/KressirerHG_TanzKoerper-2.jpg'); background-position: 25% 24%; height: 100%; }
  .hero-image.natur { background-image: url('../img/KressirerHG_Naturtherapie_4-2.jpg'); background-position: 65%; }
  .hero-image.coaching { background-image: url('../img/KressirerHG_Coaching.jpg'); background-position: 50%; }
  .hero-image.angebote { background-image: url('../img/KressirerHG_Angebote_2-2.jpg'); background-position: 50% 0; }
  .hero-image.uebermich { background-image: url('../img/KressirerHG_Ueber-mich-2.jpg'); background-position: 46%; }
  
  .hero-bar { flex-wrap: wrap; }
  .nav-left { order: 1; }
  .nav-main { order: 2; flex: 0 auto; align-self: center; }
  .nav-arrow { order: 3; flex: 1; justify-content: flex-end; align-self: center; align-items: center; padding-right: 10px; }
  .menu-toggle { order: 4; }
  .arrow-scroll-link { justify-content: flex-end; align-self: center; }

  /* wie im Original: Blocklayout, Gruppen untereinander ab 25vh */
  .nav-menu { z-index: 40; width: 100%; height: 100vh; padding: 25vh 5% 1rem; }
  .nav-menu.open { display: block; }

  .site-footer { grid-row-gap: 3rem; padding-bottom: 5%; }
  .footer-links { grid-column-gap: 1rem; align-self: center; }

  .slider-arrow { inset: auto auto 0 51%; }
  .slider-arrow.is-left { inset: auto 51% 0 auto; }

  .text-block.quote { font-size: 1.4rem; }
  .quote-wrapper { justify-content: flex-end; align-self: flex-end; align-items: center; padding-top: 10rem; }
  .quote-arrow { padding-top: 0; }
  .quote-arrow.tanz-koerper { padding-top: 1rem; }

  .section-pad-tabs { padding-top: 5rem; }
  .accordion-section { padding-top: 0; }
  .section-pad-accordion.angebote { padding-top: 0; }
}

/* ---------- Bewegung reduzieren ---------- */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
