* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Helvetica Neue", sans-serif;
}

/* include fonts: https://gwfh.mranftl.com/fonts */
/* indie-flower-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Indie Flower';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/indie-flower-v24-latin-regular.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/roboto-v50-latin-regular.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  /* source https://fontsforpeas.com/pea-huddles/ */
  font-family: 'Pea Huddles';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/peahuddles.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Ink Free';
  font-style: normal;
  font-weight: 400;
  size-adjust: 130%;
  src: url('fonts/Inkfree.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
body {
  color: #3b3b3b;
  line-height: 1.6;
  font-family: Roboto, sans-serif;
}

h1,
h2 {
  font-family: 'Pea Huddles', cursive;
  font-size: 3rem;
  font-weight: 400;

}
.hidden a {
  text-decoration: none;
  color: white;
}
.hidden a:hover {
  text-decoration: underline;
  color: white;
}

a {
  color: white;
  text-decoration: underline;
  /*text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.6);*/
}

a:hover {
  text-decoration: none;
}
/* Navigation */

/* responsive */

/* Grundlayout */
.site-header {
  position: fixed;
  top: 30px;
  right: 40px;
  background: transparent;
  padding: 10px 18px;
  border-radius: 8px;
  transition: background 0.3s ease, backdrop-filter 0.3s ease;
  z-index: 1000;
}

.site-header.scrolled {
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(6px);
}

.main-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  gap: 25px;
}

/* Menü */
.nav-menu {
  list-style: none;
  display: flex;
  gap: 2rem;
  margin: 0;
  padding: 0;
}

.nav-menu a {
  color: white;
  font-weight: medium;
  font-size: larger;
  text-decoration: none;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.6);
  padding-right: 20px
}

.nav-menu a:hover {
  text-decoration: underline;
}

/* Toggle (Checkbox) verstecken */
.nav-toggle {
  display: none;
}

/* Hamburger Label (Desktop: versteckt) */
.nav-toggle-label {
  display: none;
  cursor: pointer;
}

/* Hamburger Icon */
.nav-toggle-label span,
.nav-toggle-label span::before,
.nav-toggle-label span::after {
  display: block;
  background: #fff;
  height: 3px;
  width: 25px;
  border-radius: 2px;
  position: relative;
}

.nav-toggle-label span::before,
.nav-toggle-label span::after {
  content: "";
  position: absolute;
}

.nav-toggle-label span::before {
  top: -8px;
}

.nav-toggle-label span::after {
  top: 8px;
}

.team a {
  color: white;
  text-decoration: underline;
  /*text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.6);*/
  padding-right: 20px
}

.team a:hover {
  text-decoration: none;
}

/* 📱 Mobile Ansicht */
@media (max-width: 768px) {

  /* Hamburger anzeigen */
  .nav-toggle-label {
    display: block;
  }

  /* Menü verstecken */
  .nav-menu {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    flex-direction: column;
    background: transparent;
    width: 200px;
    padding: 1rem;
  }

  /* .nav-menu li {
    margin-bottom: 1rem;
  } */

  /* Menü anzeigen, wenn Checkbox aktiv */
  .nav-toggle:checked+.nav-toggle-label+.nav-menu {
    display: flex;
  }
}

/* Hero */
.hero {
  background: #948662;
  margin-bottom: 0px;
  width: 100%;
}

.hero-image {
  width: 100%;
  height: 80vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-image h1 {
  color: white;
  font-size: 3.5rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-align: center;
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.6);
  margin-top: 280px;
}

.hero-text {
  max-width: 550px;
  margin: 0 auto 0;
  padding: 50px 30px;
  text-align: center;
  color: white;
  font-size: 1.05rem;

}

/* Content Sections */

.image-section {
  background: #b09982;
}

.schwangerschaft {
  background: #ad9982;
}

.hausgeburt {
  background: #bda28f;
}

.wochenbett {
  background: #a59a94;
}


.image-header {
  width: 100%;
  height: 80vh;
  background-size: cover;
  /* füllt den Rahmen */
  background-position: center;
  background-repeat: no-repeat;

  display: flex;
  align-items: center;
  justify-content: center;

  position: relative;
}

.image-header h2 {
  color: white;
  font-size: 3rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.section-text h2 {
  color: white;
  font-size: 1.8rem;
  font-weight: 300;
  letter-spacing: 0.05em;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.section-text h3 {
  color: white;
  font-size: 1.5rem;
  font-weight: 300;
  letter-spacing: 0.05em;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.section-text {
  width: 100%;
  max-width: 900px;
  margin: 40px auto 0;
  padding: 50px 30px;
  text-align: left;
  color: white;
  font-size: 1.2rem;
}
.section-text-centered {
  width: 100%;
  max-width: 900px;
  margin: 40px auto 0;
  padding: 50px 30px;
  text-align: center;
  color: white;
  font-size: 1.2rem;
}
.section-footer {
  width: 100%;
  max-width: 900px;
  margin: 0px auto 0;
  padding: 0px 30px 30px 30px;
  text-align: right;
  color: white;
  font-size: 1rem;
}

.page-text {
  width: 100%;
  max-width: 900px;
  margin: 0px auto 0;
  padding: 50px 30px;
  text-align: left;
  color: white;
  font-size: 1.2rem;
}
.impressum {
  padding: 20px 10%;
  background: #c7aba7;
  text-align: center;
}
@media (max-width: 768px) {
  .image-header {
    height: 45vh;
  }

  .image-header h2 {
    font-size: 2.2rem;
  }
}

/* Team */
.team {
  padding: 80px 10%;
  background: #c7aba7;
  text-align: center;
}

.team-grid {
  display: flex;
  gap: 40px;
  justify-content: center;
  margin-top: 40px;
  flex-wrap: wrap;
}

.member img {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 15px;
}

/* Footer */
footer {
  padding: 30px;
  text-align: center;
  background: #7a5c52;
  color: white;
  display: flex;
}

.footer-center {
  /* padding: 30px; */
  position: absolute;
  left: 40px;
  text-align: center;
  background: #7a5c52;
  /* color: white; */
}

.footer-right {
  /* padding: 30px; */
  position: absolute;
  right: 40px;
  background: #7a5c52;
  /* color: white; */
}

.indented {
  padding-left: 30px;
}