﻿:root {
  --sage: #b5bf8a;
  --sage-dark: #8d9a5e;
  --sage-light: #cdd4a8;
  --sage-pale: #e8edda;
  --cream: #f8f5ed;
  --cream-dark: #ede8da;
  --olive: #6c7847;
  --olive-light: #838f54;
  --charcoal: #2a2d22;
  --text: #111111;
  --text-light: #444444;
  --white: #ffffff;
  --transition: 0.35s ease;
  --shadow: 0 4px 24px rgba(74,83,48,0.08);
  --shadow-hover: 0 8px 40px rgba(74,83,48,0.18);
  --font-display: 'Cormorant Garamond', Georgia, serif;
  --font-body: 'Jost', system-ui, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html {
  scroll-behavior: smooth;
  font-size: 16px;
  overflow-x: hidden;
}
body {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 1.05rem;
  color: var(--text);
  background: var(--cream);
  line-height: 1.78;
  overflow-x: hidden;
  max-width: 100vw;
}


img { max-width: 100%; height: auto; display: block; }

h1,h2,h3,h4 { font-family: var(--font-display); font-weight: 400; line-height: 1.2; color: var(--charcoal); }
h1 { font-size: clamp(2.4rem,5vw,4rem); letter-spacing: -0.02em; }
h2 { font-size: clamp(1.8rem,3.5vw,2.8rem); }
h3 { font-size: clamp(1.1rem,2.5vw,1.6rem); }
h4 { font-size: 1.05rem; }
p { margin-bottom: 1rem; color: var(--text); }
p:last-child { margin-bottom: 0; }
a { color: var(--sage-dark); text-decoration: none; transition: color var(--transition); }
a:hover { color: var(--olive); }

.highlight {
  background: linear-gradient(120deg,rgba(141,154,94,0.2) 0%,rgba(141,154,94,0.1) 100%);
  font-weight: 600; padding: 1px 4px; border-radius: 3px; color: var(--olive);
  display: inline; border-bottom: 1.5px solid rgba(141,154,94,0.35);
  word-break: break-word; overflow-wrap: break-word;
}

/* â”€â”€ NAV â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
#nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  background: rgba(248,245,237,0.95);
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(181,191,138,0.25);
  transition: box-shadow var(--transition);
}
#nav.scrolled { box-shadow: 0 2px 20px rgba(74,83,48,0.1); }
.nav-inner {
  max-width: 1200px; margin: 0 auto; padding: 0 1.5rem;
  display: flex; align-items: center; justify-content: space-between; height: 72px;
}
.nav-logo { display: flex; align-items: center; flex-shrink: 0; }
.nav-logo img { height: 58px; width: auto; display: block; }
.nav-links { display: flex; align-items: center; gap: 1.5rem; list-style: none; }
.nav-links a {
  font-size: 0.79rem; font-weight: 400; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--text-light); position: relative; transition: color var(--transition); white-space: nowrap;
}
.nav-links a::after {
  content: ''; position: absolute; bottom: -3px; left: 0; right: 0;
  height: 1px; background: var(--sage-dark); transform: scaleX(0); transition: transform var(--transition);
}
.nav-links a:hover { color: var(--olive); }
.nav-links a:hover::after { transform: scaleX(1); }
.nav-cta {
  background: var(--sage-dark) !important; color: var(--white) !important;
  padding: 0.5rem 1.1rem; border-radius: 50px;
  transition: background var(--transition), transform var(--transition) !important;
}
.nav-cta:hover { background: var(--olive) !important; transform: translateY(-1px); }
.nav-cta::after { display: none !important; }
.hamburger {
  display: none; flex-direction: column; gap: 5px;
  cursor: pointer; background: none; border: none; padding: 4px; flex-shrink: 0;
}
.hamburger span {
  display: block; width: 24px; height: 2px; background: var(--charcoal);
  transition: transform var(--transition), opacity var(--transition);
}
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.mobile-menu {
  display: none; position: fixed; top: 72px; left: 0; right: 0;
  background: var(--cream); border-bottom: 1px solid rgba(181,191,138,0.3);
  padding: 1.5rem; z-index: 999; flex-direction: column; gap: 1.2rem;
}
.mobile-menu.open { display: flex; }
.mobile-menu a { font-size: 0.9rem; letter-spacing: 0.06em; text-transform: uppercase; color: var(--text); }

/* â”€â”€ HERO â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
#hero {
  min-height: 100vh;
  display: flex; align-items: center; justify-content: center;
  text-align: center; padding: 4.8rem 1.5rem 5rem;
  position: relative; overflow: hidden;
  background: url("../img/hintergrund.webp") no-repeat left top;
  background-size: cover;
}
.hero-ornament {
  display: none;
}
.hero-content { position: relative; z-index: 1; max-width: 820px; width: 100%; margin: 0 auto; }
.hero-logo { width: 576px; max-width: 95vw; height: auto; margin: 0 auto 1.5rem; display: block; animation: heroFadeIn 1.4s ease-out 0.1s both; }
.hero-eyebrow {
  font-size: 0.75rem; font-weight: 400; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--sage-dark); margin-bottom: 1.3rem;
  display: flex; align-items: center; justify-content: center; gap: 0.8rem;
  animation: heroFadeUp 1.2s ease-out 0.25s both;
}
.hero-eyebrow::before,.hero-eyebrow::after { content:''; display:block; width:34px; height:1px; background:var(--sage); flex-shrink:0; }
.hero-title { margin-top: 0;
  font-family: var(--font-display); font-size: clamp(2.8rem,6vw,5rem);
  font-weight: 400; color: var(--charcoal); letter-spacing: -0.02em; line-height: 1.08;
  margin-bottom: 1rem; animation: heroFadeUp 1.2s ease-out 0.4s both;
}
.hero-title em { font-style: italic; color: var(--sage-dark); }
.hero-subtitle {
  font-family: var(--font-body); font-size: 0.97rem; color: var(--text-light);
  line-height: 1.7; margin-bottom: 2.2rem; max-width: 500px; margin-left: auto; margin-right: auto;
  animation: heroFadeUp 1.2s ease-out 0.55s both;
}
.hero-actions { display: flex; gap: 0.9rem; justify-content: center; flex-wrap: wrap; animation: heroFadeUp 1.2s ease-out 0.7s both; }
@keyframes heroFadeUp { from{opacity:0;transform:translateY(28px)} to{opacity:1;transform:translateY(0)} }
@keyframes heroFadeIn { from{opacity:0} to{opacity:1} }
.hero-scroll {
  position: absolute; bottom: 2rem; left: 50%; transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 0.4rem;
  opacity: 0.4; animation: scrollBounce 2s ease-in-out infinite;
}
.hero-scroll span { font-size: 0.66rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--text-light); }
@keyframes scrollBounce { 0%,100%{transform:translateX(-50%) translateY(0)} 50%{transform:translateX(-50%) translateY(5px)} }

.btn-primary {
  background: var(--sage-dark); color: var(--white); padding: 0.85rem 2rem; border-radius: 50px;
  font-family: var(--font-body); font-size: 0.86rem; font-weight: 400; letter-spacing: 0.06em;
  border: none; cursor: pointer; display: inline-block; text-decoration: none;
  transition: background var(--transition), transform var(--transition), box-shadow var(--transition);
}
.btn-primary:hover { background: var(--olive); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(86,97,57,0.2); color: var(--white); }
.btn-outline {
  background: transparent; color: var(--sage-dark); padding: 0.85rem 2rem; border-radius: 50px;
  font-family: var(--font-body); font-size: 0.86rem; font-weight: 400; letter-spacing: 0.06em;
  border: 1.5px solid var(--sage); cursor: pointer; display: inline-block; text-decoration: none;
  transition: all var(--transition);
}
.btn-outline:hover { background: var(--sage-pale); border-color: var(--sage-dark); color: var(--olive); transform: translateY(-2px); }

/* â”€â”€ SECTIONS â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
section { padding: 5.5rem 1.5rem; }
.container { max-width: 1100px; margin: 0 auto; }
.section-label { font-family: var(--font-body); font-size: 0.72rem; font-weight: 400; letter-spacing: 0.18em; text-transform: uppercase; color: var(--sage-dark); margin-bottom: 0.7rem; display: block; }
.section-title { margin-bottom: 1.1rem; }
.section-intro { font-family: var(--font-display); font-size: clamp(1.05rem,2vw,1.28rem); font-weight: 400; color: var(--text-light); line-height: 1.7; max-width: 680px; }
.divider { width: 56px; height: 2px; background: linear-gradient(to right,var(--sage),transparent); margin: 1.4rem 0; }

/* â”€â”€ ÃœBER MICH â€“ DESKTOP â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
#ueber-mich { background: var(--olive); }
/* Global dark section styles */
section.dark-bg {
  color: var(--cream);
}
section.dark-bg h1:not(.konzept-card h1):not(.gesundheit-text-content h1),
section.dark-bg h2:not(.konzept-card h2):not(.gesundheit-text-content h2),
section.dark-bg h3:not(.konzept-card h3):not(.gesundheit-text-content h3),
section.dark-bg h4:not(.konzept-card h4):not(.gesundheit-text-content h4) {
  color: var(--cream);
}
section.dark-bg p:not(.konzept-card p):not(.gesundheit-text-content p) {
  color: var(--cream);
}
section.dark-bg .credential-item {
  color: var(--cream);
}
section.dark-bg .section-label {
  color: var(--sage);
}
section.dark-bg .highlight {
  background: linear-gradient(120deg,rgba(181,191,138,0.3) 0%,rgba(181,191,138,0.2) 100%);
  color: var(--cream);
  border-bottom: 1.5px solid rgba(181,191,138,0.5);
}
section.dark-bg .testimonial {
  color: var(--cream);
}
section.dark-bg blockquote {
  color: var(--cream);
  border-left-color: var(--sage);
}
section.dark-bg .carousel {
  background: var(--cream) !important;
  border: 1px solid rgba(181,191,138,0.3) !important;
  box-shadow: var(--shadow) !important;
}
section.dark-bg .carousel-slide {
  background: transparent !important;
  border: none !important;
}
section.dark-bg .carousel-controls {
  background: rgba(181,191,138,0.05) !important;
  border-top-color: rgba(181,191,138,0.2) !important;
}
/* Erzwinge dunkle Schriftfarben im hellen Carousel, auch auf mobile */
section.dark-bg .carousel .cred-section-title {
  color: var(--sage-dark) !important;
  border-bottom-color: rgba(181,191,138,0.2) !important;
}
section.dark-bg .carousel .credential-item {
  color: var(--charcoal) !important;
}
section.dark-bg .carousel-btn {
  color: var(--olive) !important;
}
section.dark-bg .carousel-btn:hover {
  background: var(--sage) !important;
  color: var(--white) !important;
}
section.dark-bg .carousel-dot {
  background: var(--sage-light) !important;
}
section.dark-bg .carousel-dot.active {
  background: var(--olive) !important;
}
section.dark-bg .carousel svg {
  stroke: var(--olive) !important;
}

section.dark-bg .gesundheit-text-content {
  background: transparent;
  border: 1px solid rgba(255,255,255,0.15);
  box-shadow: none;
}
section.dark-bg .gesundheit-text-content h1,
section.dark-bg .gesundheit-text-content h2,
section.dark-bg .gesundheit-text-content h3,
section.dark-bg .gesundheit-text-content h4,
section.dark-bg .gesundheit-text-content p,
section.dark-bg .gesundheits-item h4,
section.dark-bg .gesundheits-item p {
  color: var(--cream);
}
section.dark-bg .gesundheits-icon {
  background: var(--sage);
  color: var(--cream);
}
section.dark-bg .gesundheits-item {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
}
section.dark-bg .gesundheits-item:hover {
  background: rgba(255,255,255,0.1);
  border-color: rgba(255,255,255,0.2);
}
section.dark-bg .carousel-controls {
  background: rgba(255,255,255,0.05);
  border-top-color: rgba(255,255,255,0.15);
}
section.dark-bg .cred-section-title {
  color: var(--cream);
  border-bottom-color: rgba(255,255,255,0.15);
}
section.dark-bg .credential-dot {
  background: var(--sage);
}
section.dark-bg .carousel-btn {
  color: var(--cream);
  border-color: rgba(255,255,255,0.3);
  background: rgba(255,255,255,0.15);
}
section.dark-bg .carousel-btn:hover {
  background: rgba(255,255,255,0.2) !important;
  border-color: rgba(255,255,255,0.3) !important;
}
section.dark-bg .carousel-dot {
  border-color: rgba(255,255,255,0.4);
}
section.dark-bg .carousel-dot.active {
  background: var(--sage);
  border-color: var(--sage);
}
section.dark-bg .ressource-btn {
  background: rgba(255,255,255,0.05);
  color: var(--cream) !important;
  border: 1px solid rgba(255,255,255,0.1);
}
section.dark-bg .ressource-btn:hover, section.dark-bg .ressource-btn.active, section.dark-bg .ressource-btn:active {
  background: rgba(255,255,255,0.1) !important;
  border-color: var(--sage) !important;
}
section.dark-bg .ressource-btn svg {
  color: var(--sage);
  background: transparent !important;
}
section.dark-bg .tarif-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
}
section.dark-bg .tarif-info-card {
  background: rgba(255,255,255,0.05);
}
section.dark-bg .tarif-important {
  background: rgba(255,255,255,0.08);
  color: var(--cream);
  border-left-color: var(--sage);
}
section.dark-bg .tarif-price {
  color: var(--sage);
}
section.dark-bg .tarif-card.featured {
  background: var(--cream) !important;
  border-color: var(--cream) !important;
}
section.dark-bg .tarif-card.featured h3,
section.dark-bg .tarif-card.featured p {
  color: var(--charcoal) !important;
}
section.dark-bg .tarif-card.featured .tarif-price,
section.dark-bg .tarif-card.featured .tarif-time {
  color: var(--sage-dark) !important;
}
section.dark-bg .tarif-time {
  color: var(--sage-light);
}
section.dark-bg .tarif-badge {
  background: var(--sage);
  color: var(--olive);
}
.about-grid { display: grid; grid-template-columns: 270px 1fr; gap: 3.5rem; align-items: start; }
.about-image-col { display: flex; flex-direction: column; align-items: stretch; gap: 1.4rem; position: sticky; top: 90px; }
.about-image-wrap { position: relative; }
.about-image-wrap::before {
  content: ''; position: absolute; top: -10px; left: -10px; right: 10px; bottom: 10px;
  border: 1.5px solid var(--sage); border-radius: 12px; z-index: 0; pointer-events: none;
}
.about-photo-wrapper { position: relative; width: 100%; }
.about-photo {
  width: 100%; aspect-ratio: 3/4; object-fit: cover; object-position: top center;
  border-radius: 12px; display: block; position: relative; z-index: 1;
  background: linear-gradient(135deg,var(--sage-light) 0%,var(--sage) 100%);
}
.about-text blockquote {
  font-family: var(--font-display); font-size: clamp(1rem,1.8vw,1.2rem); font-style: italic;
  color: var(--olive); border-left: 3px solid var(--sage); padding-left: 1.4rem; margin: 1.8rem 0; line-height: 1.65;
}
.about-text p { font-size: 1rem; color: var(--text); line-height: 1.82; }
.mobile-only-title { display: none; }

/* â”€â”€ CAROUSEL â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.carousel { background: var(--cream); border-radius: 12px; border: 1px solid rgba(181,191,138,0.35); box-shadow: var(--shadow); overflow: hidden; }
.carousel-track-wrapper { overflow: hidden; width: 100%; }
.carousel-track { display: flex; transition: transform 0.5s cubic-bezier(0.25,1,0.5,1); will-change: transform; }
.carousel-slide { min-width: 100%; flex: 0 0 100%; padding: 1.3rem 1.3rem 1rem; }
.carousel-controls {
  display: flex; justify-content: space-between; align-items: center;
  padding: 0.65rem 1rem; border-top: 1px solid rgba(181,191,138,0.2); background: rgba(181,191,138,0.05);
}
.carousel-dots { display: flex; gap: 6px; align-items: center; }
.carousel-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--sage-light); border: none; cursor: pointer; transition: all 0.3s; padding: 0; display: block; }
.carousel-dot.active { background: var(--olive); transform: scale(1.3); }
.carousel-btn {
  background: var(--sage); border: 2px solid var(--sage-light); width: 44px; height: 44px;
  border-radius: 50%; color: var(--olive); cursor: pointer;
  display: flex; align-items: center; justify-content: center; transition: var(--transition); flex-shrink: 0; padding: 0;
}
.carousel-btn:hover { background: var(--sage-dark); border-color: var(--sage-dark); color: var(--cream); transform: scale(1.05); }
.carousel-btn svg { width: 22px; height: 22px; display: block; stroke-width: 2.5; }
.cred-section-title {
  font-family: var(--font-body); font-size: 0.62rem; font-weight: 500; letter-spacing: 0.15em;
  text-transform: uppercase; color: var(--sage-dark);
  margin-bottom: 0.8rem; padding-bottom: 0.45rem; border-bottom: 1px solid rgba(181,191,138,0.4);
}
.credential-item { display: flex; align-items: flex-start; gap: 0.55rem; font-size: 0.9rem; color: var(--text); line-height: 1.55; margin-bottom: 0.42rem; }
.credential-dot { width: 4px; height: 4px; border-radius: 50%; background: var(--sage-dark); margin-top: 0.55rem; flex-shrink: 0; }

/* â”€â”€ KONZEPT â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
#konzept { background: var(--cream); }
.konzept-top { display: grid; grid-template-columns: 1fr 1fr; gap: 3.5rem; align-items: start; margin-bottom: 3rem; }
.konzept-card { background: var(--cream-dark); border-radius: 10px; padding: 2.2rem; border: 1px solid rgba(181,191,138,0.3); transition: transform var(--transition),box-shadow var(--transition); }
.konzept-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-hover); }
.konzept-card h3 { color: var(--charcoal); margin-bottom: 0.9rem; font-size: 1.4rem; }
.konzept-card p { color: var(--text); font-size: 0.92rem; line-height: 1.75; }
.salog-box { background: var(--sage-dark); border-radius: 12px; padding: 2.8rem; color: var(--white); margin-top: 2.5rem; }
.salog-box .section-label { color: var(--sage-light); }
.salog-box h2 { color: var(--white); margin-bottom: 1rem; }
.salog-box .divider { background: linear-gradient(to right,var(--sage-light),transparent); }
.salog-box p { color: rgba(255,255,255,0.9); font-size: 0.97rem; line-height: 1.8; margin-bottom: 1rem; }
.salog-box p:last-child { margin-bottom: 0; }
.salog-list {
  list-style: none;
  padding: 0;
  margin: 1.2rem 0 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.salog-list li {
  position: relative;
  padding-left: 1.3rem;
  font-size: 0.97rem;
  line-height: 1.7;
  color: rgba(255,255,255,0.9);
}
.salog-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--sage-light);
}

/* â”€â”€ GESUNDHEITSSYSTEM â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
#gesundheitssystem { background: var(--olive); }
.gesundheit-header { text-align: center; margin-bottom: 2.5rem; }
.gesundheit-header .divider { margin: 1.2rem auto; }
.gesundheit-grid { display: block; }
.gesundheit-image { margin-bottom: 2rem; overflow: hidden; }
.gesundheit-image img { width: 100%; border-radius: 12px; box-shadow: var(--shadow); object-fit: contain; max-width: 100%; margin: 0 auto; }
.gesundheit-text-content { max-width: 860px; margin: 0 auto; background: var(--cream); border-radius: 12px; padding: 2.5rem 3rem; border: 1px solid rgba(181,191,138,0.3); }
.gesundheit-text-content p { font-size: 1.02rem; color: var(--text); line-height: 1.85; margin-bottom: 1.2rem; }
.gesundheit-text-content p:last-child { margin-bottom: 0; }

/* â”€â”€ RESSOURCEN BUTTONS â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.ressourcen-grid { display: flex; flex-wrap: wrap; gap: 1rem; }
.ressource-title-btn {
  width: 100%;
  font-family: var(--font-display);
  font-size: 1.6rem;
  color: var(--sage);
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(255,255,255,0.15);
}
.ressource-btn {
  background: var(--white); border: 1.5px solid rgba(141,154,94,0.4);
  border-radius: 50px; padding: 1rem 1.5rem;
  display: flex; align-items: center; gap: 0.8rem;
  cursor: pointer; color: var(--charcoal);
  font-family: var(--font-body); font-size: 0.95rem; font-weight: 500;
  box-shadow: 0 2px 10px rgba(0,0,0,0.03); transition: all 0.3s ease;
}
.ressource-btn svg {
  width: 24px; height: 24px; min-width: 24px;
  color: var(--olive); background: var(--sage-pale);
  border-radius: 50%; padding: 4px; flex-shrink: 0; transition: all 0.3s ease;
}
.ressource-btn:hover { border-color: var(--olive); background: var(--sage-pale); transform: translateY(-3px); box-shadow: var(--shadow-hover); }
.ressource-btn:hover svg { background: var(--white); }
.ressource-btn:active,.ressource-btn.active { background: var(--sage-pale); border-color: var(--olive); transform: translateY(-2px); }

#resIcon { display: flex; justify-content: center; align-items: center; width: 50px; height: 50px; border-radius: 50%; background: var(--sage-pale); color: var(--olive); margin-bottom: 1rem; }
#resIcon svg { width: 28px; height: 28px; }

/* â”€â”€ LEISTUNGEN â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
#leistungen { background: var(--cream); }
.leistungen-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.4rem; margin-top: 2.5rem; }
.leistung-card { background: var(--cream-dark); padding: 1.8rem; border-radius: 10px; border: 1px solid rgba(181,191,138,0.3); transition: box-shadow var(--transition),transform var(--transition),border-color var(--transition); }
.leistung-card:hover { box-shadow: var(--shadow-hover); transform: translateY(-8px) scale(1.02); border-color: var(--sage); }
.leistung-icon { width: 40px; height: 40px; margin-bottom: 1rem; color: var(--sage-dark); transition: transform 0.3s ease; }
.leistung-card:hover .leistung-icon { transform: scale(1.1) rotate(3deg); }
.leistung-card h3 { font-size: 1.05rem; color: var(--olive); margin-bottom: 0.5rem; }
.leistung-card p { font-size: 0.95rem; color: var(--text); line-height: 1.7; }

/* â”€â”€ TARIFE â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
#tarife { background: var(--olive); }
.tarife-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; margin-top: 3rem; }
.tarif-card { background: var(--cream); border-radius: 16px; padding: 2.4rem 1.8rem; text-align: center; border: 1.5px solid rgba(181,191,138,0.3); transition: all var(--transition); position: relative; overflow: visible; }
.tarif-card:hover { border-color: var(--sage); box-shadow: var(--shadow-hover); transform: translateY(-5px); }
.tarif-card.featured { background: var(--olive); border-color: var(--olive); transform: translateY(-6px); box-shadow: 0 12px 40px rgba(86,97,57,0.22); }
.tarif-card.featured:hover { transform: translateY(-10px); }
.tarif-card.featured h3 { color: rgba(255,255,255,0.85); }
.tarif-card.featured .tarif-time { color: var(--sage-light); }
.tarif-card.featured p { color: rgba(255,255,255,0.8); }
.tarif-card.featured .tarif-price { color: var(--sage-light); }
.tarif-badge { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: var(--sage-dark); color: var(--white); font-family: var(--font-body); font-size: 0.63rem; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; padding: 3px 12px; border-radius: 50px; white-space: nowrap; line-height: 1.8; z-index: 2; }
.tarif-time { font-size: 0.74rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--sage-dark); margin-bottom: 0.5rem; }
.tarif-card h3 { font-family: var(--font-body); font-size: 0.86rem; font-weight: 400; color: var(--text-light); margin-bottom: 1rem; letter-spacing: 0.04em; }
.tarif-price { font-family: var(--font-display); font-size: 3.2rem; font-weight: 400; color: var(--olive); line-height: 1; margin-bottom: 0.3rem; }
.tarif-price sup { font-size: 1.3rem; vertical-align: super; }
.tarif-card p { font-size: 0.79rem; color: var(--text-light); margin-top: 0.9rem; line-height: 1.5; }
.tarife-info-box { margin-top: 2.5rem; display: grid; grid-template-columns: 1fr 1fr; gap: 1.4rem; }
.tarif-info-card { padding: 1.4rem 1.8rem; border-radius: 10px; border: 1px solid rgba(181,191,138,0.35); background: var(--cream); }
.tarif-info-card h4 { font-family: var(--font-body); font-size: 0.74rem; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; color: var(--sage-dark); margin-bottom: 0.55rem; }
.tarif-info-card p { font-size: 0.86rem; color: var(--text); margin: 0; line-height: 1.6; }
.tarif-important { margin-top: 1.5rem; padding: 1.1rem 1.6rem; background: rgba(86,97,57,0.05); border-left: 3px solid var(--olive); border-radius: 0 8px 8px 0; font-size: 0.87rem; color: var(--text); }

/* â”€â”€ RESSOURCEN SECTION â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
#ressourcen { background: var(--cream); }
.ressourcen-coming { text-align: center; padding: 3rem; background: var(--cream-dark); border-radius: 12px; border: 1px dashed var(--sage); max-width: 600px; margin: 0 auto; }

/* â”€â”€ KOOPERATION â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
#kooperation { background: var(--sage-pale); align-items: center; }
.kooperation-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; margin-top: 2.5rem; }
.partner-card { padding: 1.4rem; background: var(--cream); border-radius: 8px; border: 1px solid rgba(181,191,138,0.25); transition: box-shadow var(--transition),transform var(--transition); }
.partner-card:hover { box-shadow: var(--shadow); transform: translateY(-2px); }
.partner-name { font-family: var(--font-display); font-size: 1rem; font-weight: 500; color: var(--charcoal); margin-bottom: 0.2rem; }
.partner-role { font-size: 0.79rem; color: var(--text-light); }

/* â”€â”€ KONTAKT â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
#kontakt { background: var(--olive); }
#kontakt .section-label { color: var(--sage-light); }
#kontakt .section-title { color: var(--white); }
#kontakt .section-intro { color: rgba(255,255,255,0.85); }
#kontakt .divider { background: linear-gradient(to right,var(--sage-light),transparent); }
.kontakt-layout { display: grid; grid-template-columns: 1fr 1.2fr; gap: 4rem; align-items: start; margin-top: 2.5rem; }
.kontakt-info { color: rgba(255,255,255,0.85); }
.kontakt-item { display: flex; align-items: flex-start; gap: 1rem; margin-bottom: 1.4rem; }
.kontakt-item-icon { width: 38px; height: 38px; border-radius: 50%; background: rgba(255,255,255,0.1); display: flex; align-items: center; justify-content: center; flex-shrink: 0; color: var(--sage-light); }
.kontakt-item-text { flex: 1; }
.kontakt-item-text strong { display: block; font-size: 0.71rem; font-weight: 400; letter-spacing: 0.1em; text-transform: uppercase; color: var(--sage-light); margin-bottom: 0.2rem; }
.kontakt-item-text a { color: rgba(255,255,255,0.85); transition: color var(--transition); }
.kontakt-item-text a:hover { color: var(--white); }
.kontakt-form { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.12); border-radius: 12px; padding: 2.2rem; }
.form-group { margin-bottom: 1.1rem; }
.form-group label { display: block; font-size: 0.74rem; font-weight: 400; letter-spacing: 0.1em; text-transform: uppercase; color: var(--sage-light); margin-bottom: 0.4rem; }
.form-group input,.form-group textarea { width: 100%; padding: 0.75rem 0.9rem; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.15); border-radius: 6px; color: var(--white); font-family: var(--font-body); font-size: 0.87rem; transition: border-color var(--transition),background var(--transition); outline: none; }
.form-group input::placeholder,.form-group textarea::placeholder { color: rgba(255,255,255,0.3); }
.form-group input:focus,.form-group textarea:focus { border-color: var(--sage-light); background: rgba(255,255,255,0.12); }
.form-group textarea { resize: vertical; min-height: 110px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-submit { background: var(--sage-dark); color: var(--white); width: 100%; padding: 0.95rem; border-radius: 50px; border: none; font-family: var(--font-body); font-size: 0.86rem; font-weight: 400; letter-spacing: 0.08em; cursor: pointer; margin-top: 0.4rem; transition: background var(--transition),transform var(--transition); }
.form-submit:hover { background: var(--sage); transform: translateY(-1px); }

/* â”€â”€ FOOTER â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
footer { background: var(--charcoal); color: rgba(255,255,255,0.5); padding: 2.5rem 1.5rem; font-size: 0.8rem; }
.footer-inner { max-width: 1100px; margin: 0 auto; display: flex; flex-wrap: wrap; gap: 1.5rem; justify-content: space-between; align-items: center; }
.footer-links { display: flex; gap: 1.5rem; flex-wrap: wrap; }
.footer-links a { color: rgba(255,255,255,0.4); font-size: 0.78rem; transition: color var(--transition); }
.footer-links a:hover { color: rgba(255,255,255,0.8); }

/* â”€â”€ MODALS â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.modal-overlay { display: none; position: fixed; inset: 0; background: rgba(0,0,0,0.6); z-index: 2000; overflow-y: auto; padding: 2rem 1rem; }
.modal-overlay.open { display: flex; align-items: flex-start; justify-content: center; }
.modal-box { background: var(--cream); border-radius: 12px; padding: 2.5rem; max-width: 720px; width: 100%; margin: auto; position: relative; }
.modal-close { position: absolute; top: 1.2rem; right: 1.2rem; background: none; border: none; cursor: pointer; color: var(--text-light); font-size: 1.3rem; line-height: 1; padding: 0.3rem; transition: color var(--transition); }
.modal-close:hover { color: var(--charcoal); }
.modal-box h2 { margin-bottom: 1.4rem; }
.modal-box h3 { font-size: 1.05rem; margin: 1.4rem 0 0.4rem; color: var(--olive); }
.modal-box p,.modal-box li { font-size: 0.87rem; color: var(--text); line-height: 1.7; margin-bottom: 0.5rem; }
.modal-box a { color: var(--sage-dark); }

/* â”€â”€ ANIMATIONEN â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.fade-in { opacity: 0; transform: translateY(24px); transition: opacity 0.7s ease,transform 0.7s ease; }
.fade-in.visible { opacity: 1; transform: translateY(0); }
.slide-left { opacity: 0; transform: translateX(-28px); transition: opacity 0.7s ease,transform 0.7s ease; }
.slide-left.visible { opacity: 1; transform: translateX(0); }
.slide-right { opacity: 0; transform: translateX(28px); transition: opacity 0.7s ease,transform 0.7s ease; }
.slide-right.visible { opacity: 1; transform: translateX(0); }
.scale-in { opacity: 0; transform: scale(0.95) translateY(12px); transition: opacity 0.65s ease,transform 0.65s ease; }
.scale-in.visible { opacity: 1; transform: scale(1) translateY(0); }
.stagger > * { opacity: 0; transform: translateY(18px); transition: opacity 0.6s ease,transform 0.6s ease; }
.stagger.visible > *:nth-child(1)  { opacity:1;transform:translateY(0);transition-delay:.05s; }
.stagger.visible > *:nth-child(2)  { opacity:1;transform:translateY(0);transition-delay:.13s; }
.stagger.visible > *:nth-child(3)  { opacity:1;transform:translateY(0);transition-delay:.21s; }
.stagger.visible > *:nth-child(4)  { opacity:1;transform:translateY(0);transition-delay:.29s; }
.stagger.visible > *:nth-child(5)  { opacity:1;transform:translateY(0);transition-delay:.37s; }
.stagger.visible > *:nth-child(6)  { opacity:1;transform:translateY(0);transition-delay:.45s; }
.stagger.visible > *:nth-child(7)  { opacity:1;transform:translateY(0);transition-delay:.53s; }
.stagger.visible > *:nth-child(8)  { opacity:1;transform:translateY(0);transition-delay:.61s; }
.stagger.visible > *:nth-child(9)  { opacity:1;transform:translateY(0);transition-delay:.69s; }
.stagger.visible > *:nth-child(10) { opacity:1;transform:translateY(0);transition-delay:.77s; }
.stagger.visible > *:nth-child(11) { opacity:1;transform:translateY(0);transition-delay:.85s; }
.stagger.visible > *:nth-child(12) { opacity:1;transform:translateY(0);transition-delay:.93s; }
.section-title { opacity: 0; transform: translateY(14px); transition: opacity 0.65s ease 0.08s,transform 0.65s ease 0.08s; }
.section-title.visible { opacity: 1; transform: translateY(0); }

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   RESPONSIVE 1024px
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
@media (max-width: 1024px) {
  .about-grid { grid-template-columns: 1fr; gap: 2rem; }
  .about-image-col { position: static; max-width: 300px; }
  .konzept-top { grid-template-columns: 1fr; gap: 2rem; }
  .kooperation-grid { grid-template-columns: 1fr 1fr; }
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   RESPONSIVE 768px â€“ MOBILE
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
@media (max-width: 768px) {

  /* Nav */
  .nav-links { display: none; }
  .hamburger { display: flex; }
  section { padding: 3.5rem 1.2rem; }

  /* â”€â”€ HERO â”€â”€ */
  #hero { padding: 1.5rem 1.2rem 4rem; min-height: 100svh; display: flex; flex-direction: column; justify-content: center; }
  .hero-content { display: flex; flex-direction: column; align-items: center; }
  .hero-logo { margin: 0 auto 0.5rem auto !important; transform: none; width: 100%; max-width: 432px; }
  .hero-eyebrow { margin-bottom: 1.5rem; }
  .hero-title { margin-top: 0; font-size: clamp(2.1rem,7vw,3rem); }
    .hero-subtitle { font-size: 0.9rem; margin-bottom: 1.95rem; }
  .hero-actions { flex-direction: column; align-items: center; gap: 0.9rem; }
  .hero-actions .btn-primary,
  .hero-actions .btn-outline { width: 100%; max-width: 260px; text-align: center; }
  /* "Mehr entdecken" weiter unten â€“ weg vom Button */
  .hero-scroll { bottom: 1.0rem; }
  /* Hero-Animation auf Mobile: nur Fade, kein translateY -> kein Versatz beim Start */
  .hero-eyebrow, .hero-title, .hero-subtitle, .hero-actions { animation-name: heroFadeIn; }

  /* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
     ÃœBER MICH â€“ MOBIL NEUSCHRIEB
     Kernproblem: .slide-left setzt transform: translateX(-28px)
     BEVOR .visible kommt â†’ schiebt alles aus dem Viewport.
     LÃ¶sung: slide-left/slide-right auf den about-Elementen
     komplett deaktivieren, eigene fade-only Animation nutzen.
     â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

  /* Sektion clippt overflow */
  #ueber-mich {
    overflow: hidden;
  }

  /* Grid â†’ vertikale Flex-Spalte, zentriert */
  .about-grid {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    width: 100% !important;
    gap: 1.6rem !important;
  }

  /* Linke Spalte: animation deaktivieren, zentrieren */
  .about-image-col {
    /* Animation-Klassen Ã¼berschreiben â€“ translateX entfernen */
    transform: none !important;
    opacity: 1 !important;
    transition: none !important;

    position: static !important;
    width: 100% !important;
    max-width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 1.2rem !important;
  }

  /* Foto-Wrapper: zentriert, begrenzte Breite */
  .about-image-wrap {
    width: 180px !important;
    max-width: 180px !important;
    margin: 0 auto !important;
    position: relative !important;
    align-self: center !important;
  }

  /* Dekorativer Rahmen: breiter, um das grÃ¶ÃŸere Bild leicht asymmetrisch zu fassen */
  .about-image-wrap::before {
    top: -5px !important;
    left: -12% !important;
    right: -12% !important;
    bottom: 0 !important;
  }

  .image-caption {
    margin-top: 0.75rem !important;
  }

  .about-photo {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 3/4 !important;
    display: block !important;
  }

  /* Mobiler Name unter dem Foto */
  .mobile-only-title {
    display: block !important;
    text-align: center !important;
    margin-top: 0.6rem !important;
    margin-bottom: 0 !important;
    width: max-content !important;
    max-width: 240px !important;
    position: relative !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
  }

  /* Carousel: volle Breite, overflow clippen */
  .carousel {
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
    background: var(--cream) !important;
    border-radius: 12px !important;
    border: 1px solid rgba(181,191,138,0.35) !important;
    box-shadow: var(--shadow) !important;
  }

  .carousel-track-wrapper {
    overflow: hidden !important;
    width: 100% !important;
  }

  .carousel-track {
    width: 100% !important;
  }

  .carousel-slide {
    min-width: 100% !important;
    flex: 0 0 100% !important;
    padding: 1.1rem !important;
    overflow: hidden !important;
    word-break: break-word !important;
    overflow-wrap: break-word !important;
  }

  .credential-item {
    font-size: 0.88rem !important;
    word-break: break-word !important;
    overflow-wrap: break-word !important;
  }

  /* Rechte Spalte: animation deaktivieren */
  .about-text {
    transform: none !important;
    opacity: 1 !important;
    transition: none !important;

    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
    text-align: left !important;
  }

  /* Titel ausblenden â€“ oben beim Foto schon gezeigt */
  .about-text .section-label,
  .about-text .section-title { display: none !important; }

  /* Divider und Text nach dem ausgeblendeten Titel noch sichtbar */
  .about-text .divider { display: block !important; }

  .about-text blockquote {
    font-size: 0.95rem !important;
    padding-left: 1rem !important;
    margin: 1rem 0 !important;
    word-break: break-word !important;
    overflow-wrap: break-word !important;
    hyphens: auto !important;
  }

  .about-text p {
    font-size: 0.97rem !important;
    word-break: break-word !important;
    overflow-wrap: break-word !important;
    hyphens: auto !important;
  }

  .highlight {
    white-space: normal !important;
    word-break: break-word !important;
    overflow-wrap: break-word !important;
  }

  /* â”€â”€ GESUNDHEIT â”€â”€ */
  .gesundheit-text-content { padding: 1.5rem 1.2rem; overflow: hidden; }
  .gesundheit-image { padding: 0; margin-bottom: 1.5rem; }

  /* â”€â”€ RESSOURCEN BUTTONS â”€â”€ */
  .gesundheit-text-content h3 { text-align: center !important; margin-bottom: 1.4rem !important; }
  .ressourcen-grid {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 0.55rem !important;
    width: 100% !important;
  }
  .ressource-btn {
    width: 100% !important;
    border-radius: 10px !important;
    padding: 0.85rem 1.1rem !important;
    font-size: 0.87rem !important;
  }

  /* â”€â”€ LEISTUNGEN â”€â”€ */
  .leistungen-grid { grid-template-columns: 1fr 1fr; }

  /* â”€â”€ TARIFE â”€â”€ */
  .tarife-grid { grid-template-columns: 1fr; max-width: 300px; margin: 3rem auto 0; }
  .tarife-info-box { grid-template-columns: 1fr; }
  .tarif-card.featured { transform: none; }
  .tarif-card.featured:hover { transform: translateY(-5px); }

  /* â”€â”€ KOOPERATION â”€â”€ */
  .kooperation-grid { grid-template-columns: 1fr; }

  /* â”€â”€ KONTAKT â”€â”€ */
  .kontakt-layout { grid-template-columns: 1fr; gap: 2rem; }
  .form-row { grid-template-columns: 1fr; }
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   RESPONSIVE 480px
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
@media (max-width: 480px) {
  section { padding: 3rem 1rem; }
  .nav-inner { padding: 0 1rem; }
  .nav-logo img { height: 46px; }
  .hero-logo { width: 100%; max-width: 432px; margin: 0 auto 0.5rem auto !important; transform: none; }
  .hero-title { margin-top: 0; font-size: clamp(1.8rem,6vw,2.3rem); }
  .leistungen-grid { grid-template-columns: 1fr; }
  .about-image-wrap { width: 160px !important; max-width: 160px !important; }
  .salog-box { padding: 1.8rem 1.2rem; }
  .modal-box { padding: 1.8rem 1.2rem; }
  .footer-inner { flex-direction: column; align-items: flex-start; gap: 1rem; }
  .tarife-grid { max-width: 280px; }
}


/* === MOBIL-KORREKTUREN === */
.about-mobile-header {
  display: none;
}
.desktop-only-header {
  display: block;
}

@media (max-width: 768px) {
  /* Ãœberschrift Ã¼ber mich mobil sichtbar, desktop unsichtbar */
  .about-mobile-header {
    display: block;
    text-align: center;
    margin-bottom: 2rem;
  }
  .about-mobile-header .divider {
    margin: 1rem auto;
  }
  .desktop-only-header {
    display: none;
  }

  .about-grid {
    display: block !important;
  }

  .about-image-col {
    position: static !important;
  }

  .about-wrapper {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }

  /* Bild ca. 20% grÃ¶ÃŸer machen. Anhand von negativen margins auf beiden Seiten vermeiden wir overflow */
  .about-image {
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: visible;
  }

  .about-photo-wrapper .about-image {
    width: 120% !important;
    max-width: 120% !important;
    margin-left: -10%;
    margin-right: -10%;
    height: auto;
    border-radius: 12px;
    object-fit: cover;
  }

  .mobile-name {
    text-align: center;
    margin-top: 0.5rem;
  }

  .mobile-name h3 {
    font-size: 1.2rem;
    color: var(--olive);
  }

  .mobile-name p {
    font-size: 0.9rem;
    color: var(--text-light);
  }

  /* Carousel */
  .about-carousel {
    border-radius: 12px;
    background: var(--cream);
  }
  /* ACHTUNG: Kein overflow-x auto, damit das JavaScript Slider funktioniert! */
}

/* ── ABOUT GRID NEW ──────────────────────────────────────────
   Mobile-first: single column flex stack
   Desktop (≥1024px): 2-column grid, image-col left, text right
   ─────────────────────────────────────────────────────────── */

/* Mobile base (default) */
.about-grid-new {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

/* Mobile header: visible on mobile, hidden on desktop */
.about-mobile-header {
  display: block;
  text-align: center;
  margin-bottom: 1rem;
}
.about-mobile-header .divider { margin: 0.8rem auto; }
.desktop-only-header { display: none; }

/* Text styles (always) */
.about-intro p,
.about-middle p { font-size: 1rem; line-height: 1.82; margin-bottom: 1rem; }
.about-middle p { max-width: 650px; }
.about-intro p,
.about-middle p,
.about-quote { color: var(--cream); }

.intro-large { font-size: 1.05rem; line-height: 1.8; margin-bottom: 1.2rem; color: var(--cream); }

.about-quote {
  font-family: var(--font-display); font-size: 1.05rem; font-style: italic;
  color: var(--sage-light); border-left: 3px solid var(--sage);
  padding-left: 1.4rem; margin: 0; line-height: 1.65;
}

.ressourcen-title { color: var(--sage-light); margin-bottom: 1.5rem; }

/* Image column – mobile: centered, fixed width */
.about-image-col {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 1.2rem;
  width: 100%;
}

.about-image-wrap {
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
  position: relative;
}
.about-image-wrap::before {
  content: ''; position: absolute; top: -10px; left: -10px; right: 10px; bottom: 10px;
  border: 1.5px solid var(--sage); border-radius: 12px; z-index: 0; pointer-events: none;
}
.about-photo-wrapper img { position: relative; z-index: 1; border-radius: 12px; }

/* ── Desktop layout (≥1024px) ────────────────────────────── */
@media (min-width: 1024px) {
  .about-mobile-header { display: none; }
  .desktop-only-header {
    display: block;
    margin-bottom: 2rem;
  }
  .desktop-only-header .section-label { color: var(--sage); }
  .desktop-only-header .section-title { color: var(--cream); }

  .about-grid-new {
    display: grid;
    grid-template-columns: minmax(280px, 320px) 1fr;
    gap: 3rem 4rem;
    align-items: start;
  }

  /* Image column: left side, spans all text rows */
  .about-grid-new .about-image-col {
    grid-column: 1;
    grid-row: 1 / span 3;
    position: sticky;
    top: 90px;
    align-items: stretch;
  }

  .about-image-wrap { max-width: 100%; }

  /* Text blocks: right side */
  .about-grid-new .about-intro,
  .about-grid-new .about-middle,
  .about-grid-new .about-bottom { grid-column: 2; }

  .intro-large { font-size: 1.1rem; }
}

/* ── iPad / tablet (769–1023px) ─────────────────────────── */
@media (min-width: 769px) and (max-width: 1023px) {
  .about-grid-new {
    display: grid;
    grid-template-columns: 240px 1fr;
    gap: 2rem 2.5rem;
    align-items: start;
  }
  .about-grid-new .about-image-col {
    grid-column: 1;
    grid-row: 1 / span 3;
    align-items: stretch;
  }
  .about-image-wrap { max-width: 100%; }
  .about-grid-new .about-intro,
  .about-grid-new .about-middle,
  .about-grid-new .about-bottom { grid-column: 2; }
  .about-mobile-header { display: none; }
  .desktop-only-header { display: block; margin-bottom: 1.5rem; }
  .desktop-only-header .section-label { color: var(--sage); }
  .desktop-only-header .section-title { color: var(--cream); }
}

/* ── Mobile narrow (<480px) ─────────────────────────────── */
@media (max-width: 480px) {
  .about-image-wrap { max-width: 200px; }
  .intro-large { font-size: 0.95rem; }
  .about-quote { font-size: 0.97rem; padding-left: 1rem; margin: 1.2rem 0; }
}

/* ── FIX: salog-box Konzept – complete mobile rewrite ────── */
.salog-box h2 {
  word-break: break-word;
  overflow-wrap: break-word;
}
@media (max-width: 768px) {
  .salog-box {
    padding: 2rem 1.4rem;
    border-radius: 10px;
    margin-top: 2rem;
  }
  .salog-box h2 {
    font-size: clamp(1.3rem, 5.5vw, 1.8rem) !important;
    line-height: 1.3;
    margin-bottom: 0.8rem;
  }
  .salog-box .divider { margin: 0.8rem 0 1rem; }
  .salog-box > p {
    font-size: 0.9rem;
    line-height: 1.75;
    margin-bottom: 1rem;
  }
  .salog-list {
    gap: 0.8rem;
    margin-top: 0;
  }
  .salog-list li {
    font-size: 0.9rem;
    line-height: 1.7;
  }
  .salog-list li::before {
    width: 5px;
    height: 5px;
    top: 0.52em;
  }
}
@media (max-width: 480px) {
  .salog-box {
    padding: 1.6rem 1.1rem;
  }
  .salog-box h2 {
    font-size: clamp(1.2rem, 5vw, 1.6rem) !important;
  }
  .salog-list { gap: 0.65rem; }
  .salog-list li { font-size: 0.85rem; }
  .salog-list li::before { width: 5px; height: 5px; top: 0.5em; }
}

/* ── IMAGE CAPTION ──────────────────────────────────────── */
.image-caption {
  text-align: center;
  margin-top: 0;
  padding: 0.1rem 0.5rem 0;
  width: 100%;
}
.image-caption .caption-name {
  font-family: var(--font-display);
  font-size: 1.05rem;
  color: var(--cream);
  letter-spacing: 0.02em;
  margin-bottom: 0.15rem;
}
.image-caption .caption-role {
  font-size: 0.78rem;
  color: var(--sage-light);
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .image-caption .caption-name { font-size: 1.1rem !important; }
  .image-caption .caption-role { font-size: 0.82rem !important; letter-spacing: 0.1em !important; }
  .image-caption { margin-top: 0.6rem !important; }
}

/* ── URSPRUNG: light label color on dark background ─────── */
#ursprung .section-label { color: var(--sage-light); }

/* ── KONZEPT: center left text column ───────────────────── */
.konzept-top > .slide-left {
  text-align: center;
}
.konzept-top > .slide-left .divider {
  margin-left: auto;
  margin-right: auto;
}
.konzept-top > .slide-left .section-intro {
  margin-left: auto;
  margin-right: auto;
}

/* ── ABOUT: mobile blockquote & row fixes ───────────────── */
@media (max-width: 768px) {
  .about-middle,
  .about-bottom { width: 100%; }
  .about-grid-new { gap: 1.5rem; }
  .about-quote {
    border-left: none;
    border-top: 2px solid rgba(181,191,138,0.35);
    padding-left: 0;
    padding-top: 1.2rem;
    margin: 0;
    text-align: center;
  }
}

/* ── SALOG list: better mobile readability ──────────────── */

/* ── HERO: iPad & tablet background position fix ────────── */
@media (min-width: 769px) and (max-width: 1200px) {
  #hero { background-position: center 20%; }
}

/* ── iPad landscape (769–1200px, horizontal) ─────────────── */
@media (min-width: 769px) and (max-width: 1200px) and (orientation: landscape) {
  #hero {
    min-height: 100vh;
    background: none;
    padding: 2.5rem 3rem 3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #hero::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 72px;
    bottom: 0;
    background: url("../img/hintergrund.webp") no-repeat center 52%;
    background-size: cover;
    z-index: 0;
  }
  .hero-logo     { width: 300px; max-width: 36vw; margin-bottom: 0.8rem; }
  .hero-title    { font-size: clamp(1.8rem, 4vw, 2.8rem) !important; margin-bottom: 0.6rem; }
  .hero-subtitle { font-size: 0.92rem; margin-bottom: 1.3rem; max-width: 520px; }
  .hero-actions  { gap: 0.8rem; }
  .hero-actions .btn-primary,
  .hero-actions .btn-outline { padding: 0.75rem 1.6rem; }
  .hero-eyebrow  { margin-bottom: 0.8rem; }
  .hero-scroll   { bottom: 1rem; z-index: 1; }
}

