:root {
  --honey: #E8A23A;
  --honey-light: #FFF3DC;
  --sage: #8DB580;
  --sage-light: #E8F2E4;
  --sky: #A8D8EA;
  --sky-light: #E8F6FC;
  --coral: #D46B4F;
  --coral-light: #FDEAE5;
  --cream: #FFFDF7;
  --bark: #3D2E22;
  --bark-light: #6B5344;
  --sand: #F5EDE3;
  --white: #FFFFFF;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Quicksand', sans-serif;
  color: var(--bark);
  background: var(--cream);
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
}

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

a {
  color: inherit;
}

.nav-break {
  display: none;
}

/* =========================================
   Header / Navigation
   ========================================= */
.site-header nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: auto;
  box-sizing: border-box;
  background: rgba(255, 253, 247, 0.92);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  z-index: 100;
  padding: 0.8rem 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
  border-bottom: 1px solid rgba(74, 55, 40, 0.06);
}

/* Logo */
.logo {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  text-decoration: none;
  min-width: 0;
}

.logo-sun {
  width: 40px;
  height: 40px;
  background: var(--honey);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  box-shadow: 0 3px 10px rgba(232, 162, 58, 0.3);
  flex-shrink: 0;
}

.logo-text {
  font-family: 'Playfair Display', serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--bark);
  white-space: nowrap;
}

.logo-text small {
  display: block;
  font-family: 'Quicksand', sans-serif;
  font-size: 0.68rem;
  font-weight: 600;
  color: var(--bark-light);
}

/* Menü oben */
.nav-links,
.menu {
  display: flex;
  gap: 1.4rem;
  list-style: none;
  align-items: center;
  margin: 0;
  padding: 0;
}

.nav-links li,
.menu li {
  list-style: none;
}

.nav-links a,
.menu a {
  text-decoration: none;
  color: var(--bark-light);
  font-weight: 600;
  font-size: 0.88rem;
  white-space: nowrap;
}

.nav-links a:hover,
.menu a:hover,
.nav-links .current-menu-item > a,
.menu .current-menu-item > a,
.nav-links .current_page_item > a,
.menu .current_page_item > a {
  color: var(--bark);
}

/* CTA Button im Menü */
.nav-cta {
  background: var(--honey);
  color: var(--white) !important;
  padding: 0.5rem 1.1rem;
  border-radius: 50px;
  font-weight: 700 !important;
  box-shadow: 0 3px 10px rgba(232, 162, 58, 0.25);
}

/* =========================================
   Allgemeine Layouts
   ========================================= */

section {
  position: relative;
  z-index: 1;
  padding: 4rem 1.5rem;
}

.section-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.section-tag {
  display: inline-block;
  padding: 0.4rem 1rem;
  border-radius: 20px;
  font-weight: 700;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin-bottom: 0.8rem;
}

.tag-honey {
  background: var(--honey-light);
  color: var(--honey);
}

.tag-sage {
  background: var(--sage-light);
  color: var(--sage);
}

.tag-sky {
  background: var(--sky-light);
  color: #5BA8C8;
}

.tag-coral {
  background: var(--coral-light);
  color: var(--coral);
}

.section-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.6rem, 4vw, 2.3rem);
  margin-bottom: 0.8rem;
}

.section-subtitle {
  font-size: 1rem;
  color: var(--bark-light);
  max-width: 600px;
  line-height: 1.7;
  margin-bottom: 2.5rem;
}

.bg-sand {
  background: var(--sand);
}

/* =========================================
   Hero
   ========================================= */

.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 6rem 1.5rem 3rem;
  overflow: hidden;
}

.hero-inner {
  position: relative;
  z-index: 1;
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 3rem;
  align-items: center;
}

.hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 5vw, 3rem);
  line-height: 1.18;
  color: var(--bark);
  margin-bottom: 1rem;
}

.hero h1 .highlight {
  color: var(--honey);
}

.hero-slogan {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1rem, 2.5vw, 1.2rem);
  color: var(--coral);
  font-style: italic;
  margin-bottom: 1.4rem;
}

.hero-subtitle {
  font-size: clamp(0.95rem, 2vw, 1.08rem);
  line-height: 1.8;
  color: var(--bark-light);
  margin-bottom: 1.6rem;
  max-width: 500px;
}

.hero-badges {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  background: var(--white);
  border: 1px solid rgba(74, 55, 40, 0.08);
  padding: 0.45rem 0.85rem;
  border-radius: 50px;
  font-size: 0.8rem;
  font-weight: 600;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
}

.hero-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: var(--honey);
  color: var(--white);
  padding: 0.9rem 2rem;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1rem;
  box-shadow: 0 6px 20px rgba(232, 162, 58, 0.3);
}

.hero-visual {
  display: flex;
  justify-content: center;
}

.hero-photo {
  width: 100%;
  max-width: 680px;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(74, 55, 40, 0.15);
}

/* =========================================
   Über mich
   ========================================= */

.about-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 3rem;
  align-items: center;
}

.about-photo {
  width: 100%;
  max-width: 380px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(74, 55, 40, 0.12);
}

.about-content p {
  font-size: 1rem;
  line-height: 1.8;
  color: var(--bark-light);
  margin-bottom: 0.9rem;
}

.about-quals {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0.5rem 0 1.3rem;
}

.qual-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.5rem 1rem;
  border-radius: 10px;
  font-weight: 600;
  font-size: 0.85rem;
}

.qual-sage {
  background: var(--sage-light);
  color: var(--sage);
}

.qual-sky {
  background: var(--sky-light);
  color: #5BA8C8;
}

.about-stats {
  display: flex;
  gap: 2rem;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(74, 55, 40, 0.1);
}

.stat-number {
  font-family: 'Playfair Display', serif;
  font-size: 1.7rem;
  font-weight: 700;
  color: var(--honey);
}

.stat-label {
  font-size: 0.78rem;
  color: var(--bark-light);
  margin-top: 0.2rem;
}

.photo-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin: 2.5rem 0;
}

.photo-strip-item {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(74, 55, 40, 0.08);
}

.photo-strip-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 200px;
}

/* =========================================
   Karten / Angebot
   ========================================= */

.cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.4rem;
}

.card {
  background: var(--white);
  border-radius: 18px;
  padding: 1.8rem 1.5rem;
  border: 1px solid rgba(74, 55, 40, 0.05);
}

.card-icon {
  width: 50px;
  height: 50px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  margin-bottom: 1rem;
}

.icon-honey {
  background: var(--honey-light);
}

.icon-sky {
  background: var(--sky-light);
}

.icon-sage {
  background: var(--sage-light);
}

.card h3 {
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.card p {
  font-size: 0.9rem;
  line-height: 1.7;
  color: var(--bark-light);
}

.bildung-banner {
  background: linear-gradient(135deg, var(--sage), #6BA86A);
  border-radius: 20px;
  padding: 2.5rem;
  display: flex;
  align-items: center;
  gap: 2rem;
  color: var(--white);
  margin-top: 2rem;
  box-shadow: 0 10px 30px rgba(141, 181, 128, 0.25);
}

.bildung-icon {
  font-size: 3.5rem;
  flex-shrink: 0;
}

.bildung-content h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.4rem;
  margin-bottom: 0.4rem;
}

.bildung-content p {
  font-size: 0.95rem;
  line-height: 1.7;
  opacity: 0.92;
}

.vorteile {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.3rem;
  margin-top: 2.5rem;
}

.vorteil {
  background: var(--white);
  border-radius: 16px;
  padding: 1.4rem;
  text-align: center;
  border: 1px solid rgba(74, 55, 40, 0.05);
}

.vorteil-emoji {
  font-size: 1.8rem;
  margin-bottom: 0.6rem;
}

.vorteil h4 {
  font-size: 0.95rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
}

.vorteil p {
  font-size: 0.82rem;
  color: var(--bark-light);
  line-height: 1.5;
}

/* =========================================
   Aktivitäten
   ========================================= */

.akt-section-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: start;
}

.akt-photos {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.akt-photo {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(74, 55, 40, 0.1);
}

.aktivitaeten-grid {
  display: grid;
  gap: 1rem;
}

.akt-card {
  background: var(--white);
  border-radius: 16px;
  padding: 1.2rem;
  display: flex;
  align-items: flex-start;
  gap: 0.9rem;
  border: 1px solid rgba(74, 55, 40, 0.05);
}

.akt-emoji {
  font-size: 1.4rem;
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 11px;
}

.akt-card:nth-child(1) .akt-emoji {
  background: var(--sage-light);
}

.akt-card:nth-child(2) .akt-emoji {
  background: var(--sky-light);
}

.akt-card:nth-child(3) .akt-emoji {
  background: var(--honey-light);
}

.akt-card:nth-child(4) .akt-emoji {
  background: var(--coral-light);
}

.akt-card:nth-child(5) .akt-emoji {
  background: #F0E6F6;
}

.akt-text h4 {
  font-size: 0.95rem;
  font-weight: 700;
  margin-bottom: 0.15rem;
}

.akt-text p {
  font-size: 0.85rem;
  color: var(--bark-light);
  line-height: 1.55;
}

/* =========================================
   Tagesablauf
   ========================================= */

.timeline {
  position: relative;
  padding-left: 3rem;
}

.timeline::before {
  content: '';
  position: absolute;
  left: 13px;
  top: 12px;
  bottom: 12px;
  width: 3px;
  background: linear-gradient(to bottom, var(--honey), var(--sage), var(--sky), var(--coral), var(--sage), var(--sky), var(--honey));
  border-radius: 3px;
}

.tl-item {
  position: relative;
  padding: 0.9rem 0;
  display: grid;
  grid-template-columns: 75px 1fr;
  gap: 1.2rem;
}

.tl-dot {
  position: absolute;
  left: -2.2rem;
  top: 1.2rem;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--white);
  border: 3px solid var(--honey);
  z-index: 2;
}

.tl-item:nth-child(2) .tl-dot {
  border-color: var(--sage);
}

.tl-item:nth-child(3) .tl-dot {
  border-color: var(--sky);
}

.tl-item:nth-child(4) .tl-dot {
  border-color: var(--coral);
}

.tl-item:nth-child(5) .tl-dot {
  border-color: var(--sage);
}

.tl-item:nth-child(6) .tl-dot {
  border-color: var(--sky);
}

.tl-item:nth-child(7) .tl-dot {
  border-color: var(--honey);
}

.tl-time {
  font-weight: 700;
  font-size: 0.92rem;
}

.tl-body h4 {
  font-size: 0.98rem;
  font-weight: 700;
  margin-bottom: 0.2rem;
}

.tl-body p {
  font-size: 0.87rem;
  color: var(--bark-light);
  line-height: 1.55;
}

.tl-note {
  margin-top: 1.5rem;
  font-size: 0.8rem;
  color: var(--bark-light);
  font-style: italic;
}

/* =========================================
   Kontaktbereich
   ========================================= */

.kontakt-section {
  background: var(--bark);
  color: var(--cream);
  border-radius: 32px;
  margin: 2rem auto 3rem;
  padding: 3rem 1.5rem;
  max-width: 1280px;
}

.kontakt-section .section-inner {
  max-width: 1280px;
  margin: 0 auto;
}

.kontakt-section .section-title {
  color: var(--cream);
}

.kontakt-section .section-subtitle {
  color: rgba(255, 253, 247, 0.6);
}

.kontakt-grid {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 3rem;
  align-items: start;
}

.kontakt-left,
.kontakt-right,
.kontakt-form-wrap,
.kontakt-form-wrap .wpcf7,
.kontakt-form-wrap .wpcf7 form,
.kontakt-form-wrap .wpcf7-form {
  width: 100%;
  max-width: none;
}

.kontakt-cards {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.k-card {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  padding: 1rem 1.2rem;
  background: rgba(255, 253, 247, 0.05);
  border-radius: 14px;
  border: 1px solid rgba(255, 253, 247, 0.07);
}

.k-icon {
  width: 42px;
  height: 42px;
  background: rgba(232, 162, 58, 0.15);
  border-radius: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
}

.k-detail small {
  font-size: 0.75rem;
  color: rgba(255, 253, 247, 0.4);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.k-detail p {
  font-size: 0.98rem;
  color: var(--cream);
  margin-top: 0.1rem;
}

.kontakt-map {
  margin-top: 2rem;
  min-height: 180px;
  background: rgba(255, 253, 247, 0.05);
  border-radius: 18px;
  border: 1px solid rgba(255, 253, 247, 0.07);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  padding: 2rem;
}

.kontakt-map .map-emoji {
  font-size: 2.2rem;
}

.kontakt-map p {
  color: rgba(255, 253, 247, 0.5);
  font-size: 0.88rem;
  text-align: center;
  line-height: 1.5;
  margin: 0;
}

.kontakt-map a {
  color: var(--honey);
  text-decoration: none;
  font-weight: 600;
}

/* =========================================
   Contact Form 7
   ========================================= */

.cf7-form-wrap .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.7rem;
  margin-bottom: 0.7rem;
}

.cf7-form-wrap .form-row-single {
  grid-template-columns: 1fr;
}

.cf7-form-wrap .form-field {
  width: 100%;
}

.cf7-form-wrap label {
  display: block;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 0.45rem;
  color: var(--cream);
}

.cf7-form-wrap input[type="text"],
.cf7-form-wrap input[type="email"],
.cf7-form-wrap input[type="tel"],
.cf7-form-wrap textarea,
.kontakt-form-wrap input[type="text"],
.kontakt-form-wrap input[type="email"],
.kontakt-form-wrap input[type="tel"],
.kontakt-form-wrap textarea {
  width: 100%;
  max-width: none;
  font-family: 'Quicksand', sans-serif;
  padding: 0.85rem 1rem;
  border-radius: 12px;
  border: 1px solid rgba(255, 253, 247, 0.12);
  background: rgba(255, 253, 247, 0.06);
  color: var(--cream);
  font-size: 16px;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  box-sizing: border-box;
}

.cf7-form-wrap input[type="text"]:focus,
.cf7-form-wrap input[type="email"]:focus,
.cf7-form-wrap input[type="tel"]:focus,
.cf7-form-wrap textarea:focus,
.kontakt-form-wrap input[type="text"]:focus,
.kontakt-form-wrap input[type="email"]:focus,
.kontakt-form-wrap input[type="tel"]:focus,
.kontakt-form-wrap textarea:focus {
  border-color: var(--honey);
  background: rgba(255, 253, 247, 0.1);
}

.cf7-form-wrap input::placeholder,
.cf7-form-wrap textarea::placeholder,
.kontakt-form-wrap input::placeholder,
.kontakt-form-wrap textarea::placeholder {
  color: rgba(255, 253, 247, 0.35);
}

.cf7-form-wrap textarea,
.kontakt-form-wrap textarea {
  min-height: 120px;
  resize: vertical;
}

.cf7-form-wrap .form-privacy {
  font-size: 0.88rem;
  line-height: 1.6;
  color: rgba(255, 253, 247, 0.8);
}

.cf7-form-wrap .form-privacy a {
  color: var(--honey);
  text-decoration: underline;
}

.cf7-form-wrap .wpcf7-list-item {
  margin: 0;
}

.cf7-form-wrap .wpcf7-acceptance label {
  display: inline;
  font-weight: 400;
}

.cf7-form-wrap .form-submit,
.cf7-form-wrap input[type="submit"],
.kontakt-form-wrap input[type="submit"] {
  font-family: 'Quicksand', sans-serif;
  background: var(--honey);
  color: var(--white);
  padding: 0.85rem 1.8rem;
  border: none;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.cf7-form-wrap .form-submit:hover,
.cf7-form-wrap input[type="submit"]:hover,
.kontakt-form-wrap input[type="submit"]:hover {
  opacity: 0.95;
  transform: translateY(-1px);
}

.cf7-form-wrap .wpcf7-spinner,
.kontakt-form-wrap .wpcf7-spinner {
  margin: 0.8rem 0 0;
}

.cf7-form-wrap .wpcf7-not-valid-tip,
.kontakt-form-wrap .wpcf7-not-valid-tip {
  margin-top: 0.35rem;
  font-size: 0.82rem;
  color: #ffd2c7;
}

.cf7-form-wrap .wpcf7-response-output,
.kontakt-form-wrap .wpcf7-response-output {
  margin: 1rem 0 0 !important;
  padding: 0.8rem 1rem !important;
  border-radius: 12px;
  font-size: 0.92rem;
  line-height: 1.5;
  color: var(--cream);
}

/* =========================================
   Standardseiten / Front Page Content
   ========================================= */

.site-main {
  display: block;
}

.front-page-content {
  margin: 0;
}

.front-page-content > *:first-child {
  margin-top: 0;
}

.front-page-content img {
  max-width: 100%;
  height: auto;
}

.wp-block-group,
.wp-block-cover,
.wp-block-columns,
.wp-block-media-text {
  margin-bottom: 0;
}

.default-page {
  padding: 7rem 1.5rem 4rem;
}

.page-content {
  font-size: 1rem;
  line-height: 1.8;
  color: var(--bark-light);
}

.page-content h2,
.page-content h3,
.page-content h4 {
  color: var(--bark);
  margin-top: 2rem;
  margin-bottom: 0.8rem;
}

.page-content p,
.page-content ul,
.page-content ol {
  margin-bottom: 1rem;
}

/* =========================================
   Rechtsseiten: Impressum & Datenschutz
   ========================================= */

.legal-page-wrap {
  background: #ffffff;
  padding: 7rem 1.5rem 4rem;
}

.legal-page-container {
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
}

.legal-page {
  width: 100%;
  margin: 0;
}

.legal-header {
  width: 100%;
  margin: 0 0 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(61, 46, 34, 0.10);
}

.legal-title {
  margin: 0;
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 4vw, 2.8rem);
  line-height: 1.2;
  color: var(--bark);
}

.legal-content {
  width: 100%;
  max-width: none;
  margin: 0;
  color: var(--bark-light);
  font-size: 1rem;
  line-height: 1.85;
}

.legal-content p {
  margin: 0 0 1rem;
}

.legal-content h2 {
  margin: 2.4rem 0 0.9rem;
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  line-height: 1.3;
  color: var(--bark);
}

.legal-content h3 {
  margin: 1.8rem 0 0.7rem;
  font-size: 1.12rem;
  line-height: 1.4;
  font-weight: 700;
  color: var(--bark);
}

.legal-content h4 {
  margin: 1.4rem 0 0.55rem;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 700;
  color: var(--bark);
}

.legal-content ul,
.legal-content ol {
  margin: 0 0 1.2rem 1.3rem;
  padding: 0;
}

.legal-content li {
  margin-bottom: 0.45rem;
}

.legal-content strong {
  color: var(--bark);
  font-weight: 700;
}

.legal-content a {
  color: var(--coral);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.legal-content a:hover {
  color: var(--bark);
}

.legal-content hr {
  border: 0;
  border-top: 1px solid rgba(61, 46, 34, 0.10);
  margin: 2rem 0;
}

.legal-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5rem 0;
  font-size: 0.96rem;
}

.legal-content th,
.legal-content td {
  text-align: left;
  padding: 0.8rem 0.9rem;
  border: 1px solid rgba(61, 46, 34, 0.10);
  vertical-align: top;
}

.legal-content blockquote {
  margin: 1.5rem 0;
  padding: 0.9rem 1rem;
  border-left: 4px solid var(--honey);
  background: #faf8f3;
  color: var(--bark);
}

/* =========================================
   Footer
   ========================================= */

.site-footer {
  background: var(--bark);
  color: rgba(255, 253, 247, 0.7);
  padding: 4rem 1.5rem 2.5rem;
  margin-top: 0;
  border-top: 1px solid rgba(255, 253, 247, 0.06);
  padding-top: 2.5rem;
}

.site-footer .container {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

/* Footer Menü */
.footer-nav {
  margin-bottom: 1.5rem;
}

.footer-nav .footer-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 2.2rem;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.footer-nav .footer-menu li {
  list-style: none;
}

.footer-nav .footer-menu a {
  color: var(--cream);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  transition: opacity 0.2s ease;
}

.footer-nav .footer-menu a:hover {
  opacity: 0.7;
}

/* Copyright */
.footer-copy p {
  font-size: 0.82rem;
  color: rgba(255, 253, 247, 0.45);
  margin: 0;
}

/* =========================================
   Scroll Top
   ========================================= */

.bsk-scroll-top {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--honey);
  color: var(--white);
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.15);
  z-index: 99;
}

/* =========================================
   Responsive
   ========================================= */

@media (max-width: 768px) {

  .site-header nav {
    padding: 0.6rem 0.8rem;
  }

  .logo-text {
    display: none;
  }

  .nav-links,
  .menu {
    flex: 1;
    justify-content: space-evenly;
  }

  .nav-links a,
  .menu a {
    font-size: 0.72rem;
  }

  .footer-nav .footer-menu {
    flex-direction: column;
    gap: 0.8rem;
  }

  .hero {
    min-height: auto;
    padding: 5rem 1rem 2rem;
  }

  .hero-inner {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 1.5rem;
  }

  .hero-subtitle {
    margin: 0 auto 1.2rem;
  }

  .hero-badges {
    justify-content: center;
  }

  .hero-visual {
    order: -1;
  }

  .hero-photo {
    max-width: 100%;
    border-radius: 18px;
  }

  section {
    padding: 2.5rem 1rem;
  }

  .about-grid,
  .cards-grid,
  .vorteile,
  .akt-section-grid,
  .kontakt-grid,
  .form-row,
  .photo-strip {
    grid-template-columns: 1fr;
  }

  .about-grid {
    gap: 1.5rem;
  }

  .about-photo {
    max-width: 250px;
    margin: 0 auto;
  }

  .about-stats {
    gap: 1.2rem;
    flex-wrap: wrap;
  }

  .cards-grid,
  .vorteile,
  .photo-strip {
    gap: 0.6rem;
  }

  .cards-grid {
    gap: 0.8rem;
  }

  .bildung-banner {
    flex-direction: column;
    text-align: center;
    gap: 1rem;
    padding: 1.5rem;
  }

  .bildung-icon {
    font-size: 2.5rem;
  }

  .kontakt-section {
    border-radius: 20px 20px 0 0;
  }

  .cf7-form-wrap .form-row {
    grid-template-columns: 1fr;
  }

  .legal-page-wrap {
    padding: 6.5rem 1rem 3rem;
  }

  .legal-title {
    font-size: 2rem;
  }

  .legal-content {
    font-size: 0.98rem;
    line-height: 1.75;
  }

  .legal-content h2 {
    font-size: 1.3rem;
  }

  .legal-content h3 {
    font-size: 1.05rem;
  }

  .footer-nav {
    flex-direction: column;
    gap: 0.8rem;
  }
}

@media (max-width: 400px) {
  .badge {
    font-size: 0.72rem;
    padding: 0.35rem 0.65rem;
  }

  .footer-nav .footer-menu {
    flex-direction: column;
    gap: 0.8rem;
  }

  .nav-links a,
  .menu a {
    font-size: 0.72rem;
  }

  .nav-links,
  .menu {
    gap: 0.4rem;
  }

  .about-quals {
    flex-direction: column;
  }

  .photo-strip {
    grid-template-columns: 1fr;
  }
}


