:root {
    --schrift-normal: Georgia, serif;
    --schrift-elegant: avenir-next-lt-pro, sans-serif;
}

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

html,
body {
    max-width: 100%;
    overflow-x: clip;
}

img,
iframe {
    max-width: 100%;
}

body {
   background-color: #f5f0e8;
   font-family: var(--schrift-normal);
   margin: 40px;
}

h1 {
   font-family: var(--schrift-elegant);
   font-weight: 200;
   letter-spacing: 0.03em;
   font-size: 60px;
   color: #4a4038;
}

nav a {
    color: #4a4038;
    text-decoration: none;
    margin-right: 25px;
}

p {
    color: #4a4038;
    font-size: 20px;
    line-height: 1.6;
}

.button {
    background-color: #8f9b75;
    padding: 13px 26px;
    color: white;
    text-decoration: none;
    border-radius: 8px;
    display: inline-block;
    margin-top: 20px;
    font-size: 16px;
}

.button:hover {
    background-color: #78845f;
}

section {
    margin-top: 100px;
    max-width: 800px;
}

h2 {
    font-family: var(--schrift-elegant);
    font-weight: 200;
    letter-spacing: 0.02em;
    color: #4a4038;
    font-size: 30px;
}

.startseiten-ueberschrift {
    color: #5f6f45;
}

.startbild {
    width: 100%;
    height: 400px;
    border-radius: 20px;
    object-fit: cover;
    object-position: center;
    display: block;
}


.hero {
    position: relative;
    margin-top: 35px;
}


.hebammen-untermenue {
    margin-top: 30px;
    text-align: center;
}

.hebammen-untermenue a {
    margin: 0 15px;
    color: #4a4038;
    text-decoration: none;
}

.hebammen-bild {
    width: 100%;
    border-radius: 20px;
    display: block;
    margin-top: 30px;
}

.hebammen-bereich {
    max-width: none;
    width: 100%;
}

.hebammen-text ul {
    display: inline-block;
    text-align: left;
    margin-top: 10px;
}

.hebammen-text,
.hebammen-vertrag {
    color: #4a4038;
}

.hebammen-text {
    line-height: 1.6;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.hebammen-bereich > h1 {
    text-align: center;
    margin-bottom: 40px;
    color: #5f6f45;
}

.hebammen-bild + .hebammen-text {
    margin-top: 60px;
}

.hebammen-text h2 {
    font-family: var(--schrift-elegant);
    font-weight: 200;
    color: #4a4038;
    margin-bottom: 15px;
    font-size: 24px;
}



.hebammen-vertrag {
    max-width: 800px;
    margin: 80px auto 0;
    padding: 35px;
    background-color: #eee4d8;
    border-radius: 20px;
    text-align: center;
}


.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-menue {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    text-align: left;

    background-color: #eee4d8;
    padding: 8px 0;
    border-radius: 0 0 14px 14px;

    min-width: 0px;
    width: max-content;
    z-index: 20;

   box-shadow: 0 8px 20px rgba(74, 64, 56, 0.15);
   
}

.dropdown:hover > a {
    background-color: #eee4d8;
    border-radius: 14px 14px 0 0;
}

.dropdown:hover .dropdown-menue {
    display: block;
}

.dropdown-menue a {
    display: block;
    padding: 12px 14px;
    margin: 0;
    white-space: nowrap;

    color: #4a4038;
    text-decoration: none;
    font-family: Georgia, serif;
    border-radius: 8px;
}

.dropdown > a {
    display: block;
    padding: 10px 14px;
}


.dropdown:focus-within .dropdown-menue {
    display: block;
}





nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: sticky;
    top: 0;
    z-index: 100;
    background-color: #f5f0e8;
   
    
    }


.nav-logo {
    margin-right: auto;
    padding: 5px 0;
}

.nav-logo img {
    width: 65px;
    height: 65px;
    object-fit: contain;
    display: block;
}

.team-person {
    display: grid;
    grid-template-columns: 0.9fr 1.6fr;
    gap: 50px;
    align-items: start;
    max-width: 1100px;
    margin: 100px auto;
}

.team-person:not(:last-of-type) {
    border-bottom: 1px solid #b8b09f;
    padding-bottom: 70px;
}

.team-bild img {
    width: 100%;
    border-radius: 20px;
    display: block;
}

.team-bild-platzhalter {
    width: 100%;
    aspect-ratio: 4 / 5;

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

    background-color: #eee4d8;
    border-radius: 20px;

    color: #8a8178;
    font-size: 18px;
    font-style: italic;
}




.team-lebensraum {
    margin: 60px auto 100px;
    color: #4a4038;
    margin-left: -100px;
    margin-right: -100px;

    grid-column: 1 / -1;
    padding-top: 15px;

    margin-top: 10px;
    text-align: center;
}

.team-lebensraum h3 {
    font-family: var(--schrift-elegant);
    font-weight: 200;
    font-size: 28px;
    margin-bottom: 20px;
}

.team-lebensraum p {
    font-size: 16px;
    line-height: 1.6;
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
}

.ueber-mich-spalten {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 35px;
    font-size: 14px;
    line-height: 1;
}

.ueber-mich-spalten p {
    break-inside: avoid;
    font-size: 16px;
    line-height: 1.5;
}

.team-text h1,
.team-text h2,
.team-lebensraum h3 {
    color: #5f6f45;
}

.jacqueline-spalten {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 35px;
}

.team-person-jacqueline {
    grid-template-columns: 1.6fr 0.9fr;
    gap: 50px;

    max-width: 1100px;
    width: 100%;
}

.team-person-jacqueline .team-bild {
    width: 100%;
    justify-self: center;
    transform: none;
}

.team-person-jacqueline .team-bild img {
    width: 100%;
    max-width: 380px;
    height: auto;

    margin: 0 auto;
}

.jacqueline-spalten p {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 16px;
}

.team-person-jacqueline .team-text h1 {
    white-space: normal;
    font-size: clamp(46px, 5vw, 60px);
}

.jacqueline-abschluss,
.susanne-abschluss {
    text-align: center;
    white-space: nowrap;
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 16px;
}

.team-person-bianca .team-text p,
.team-person-katrin .team-text p,
.team-person-anna .team-text p {
    font-size: 16px;
    line-height: 1.5;
}

.team-person-katrin {
    grid-template-columns: 1.4fr 0.8fr;
}


#susanne,
#jacqueline-hofmann,
#bianca-heyne,
#katrin-peschke,
#anna-schoenefeld {
    scroll-margin-top: 90px;
}

#susanne {
    margin-top: 40px;
}

#susanne .team-text h1 {
    margin-top: 0;
}

.team-person-jacqueline,
.team-person-bianca,
.team-person-katrin,
.team-person-anna {
    margin-top: 25px;
}


/* ---------- Kontaktseite ---------- */

.kontakt-hero {
    position: relative;
    width: 100%;
    margin-top: 35px;
}

.kontakt-hero-bild {
    width: 100%;
    height: 420px;
    object-fit: cover;
    border-radius: 20px;
    display: block;
}

.kontakt-hero-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.kontakt-hero-text h1 {
    color: #5f6f45;
    margin: 0;
}

.kontakt-hero-text p {
    margin-top: 15px;
}

.kontakt-bereich {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 70px;
    max-width: 1100px;
    margin: 70px auto;
}

.kontakt-info {
    color: #4a4038;
}

.kontakt-info h2 {
    font-family: var(--schrift-elegant);
font-weight: 200;
    color: #5f6f45;
    font-size: 32px;
    margin-top: 0;
    margin-bottom: 35px;
}

.kontakt-info h3 {
    font-family: var(--schrift-elegant);
font-weight: 200;
    color: #5f6f45;
    font-size: 32px;
    margin-top: 5px;
    margin-bottom: 25px;
}

.kontakt-beruf {
    margin-bottom: 0;
}

.kontakt-info p {
    font-size: 17px;
    line-height: 1.6;
}

.kontakt-info a {
    color: #5f6f45;
    text-decoration: none;
}

.kontakt-info a:hover {
    text-decoration: underline;
}

.kontakt-sprechstunde {
    margin-top: 35px;
    font-size: 17px;
    line-height: 1.6;
    padding-top: 25px;
    border-top: 1px solid #b8b09f;
}

/* Kontaktformular */

.kontakt-formular-bereich {
    color: #4a4038;
}

.kontakt-formular-bereich h2 {
    font-family: var(--schrift-elegant);
font-weight: 200;
    color: #5f6f45;
    font-size: 32px;
    margin-top: 0;
    margin-bottom: 15px;
}

.kontakt-formular-bereich > p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 30px;
}

.kontakt-formular {
    width: 100%;
}

.formular-zweispaltig {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.formular-feld {
    margin-bottom: 20px;
}

.formular-feld label {
    display: block;
    font-size: 16px;
    margin-bottom: 8px;
    color: #4a4038;
}

.formular-feld input,
.formular-feld textarea {
    width: 100%;
    box-sizing: border-box;

    font-family: Arial, sans-serif;
    font-size: 16px;
    color: #4a4038;

    background-color: #faf7f2;

    border: 1px solid #d7cfc3;
    border-radius: 8px;

    padding: 13px 15px;
}

.formular-feld textarea {
    resize: vertical;
    min-height: 140px;
}

.formular-feld input:focus,
.formular-feld textarea:focus {
    outline: none;
    border-color: #5f6f45;
}

.formular-datenschutz {
    display: flex;
    align-items: flex-start;
    gap: 10px;

    margin-top: 5px;
    margin-bottom: 25px;

    font-size: 14px;
    line-height: 1.5;
}

.formular-datenschutz input {
    margin-top: 4px;
}

.formular-datenschutz a {
    color: #5f6f45;
}

.kontakt-senden {
    width: 100%;

    background-color: #8f9b75;
    color: white;

    border: none;
    border-radius: 8px;

    padding: 14px 20px;

    font-size: 16px;
    cursor: pointer;
}

.kontakt-senden:hover {
    background-color: #78845f;
}


.kontakt-instagram a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.instagram-icon {
    width: 20px;
    height: 20px;

    fill: none;
    stroke: #5f6f45;
    stroke-width: 1.8;
}

.kontakt-zeile {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.kontakt-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    margin-top: 4px;

    fill: none;
    stroke: #5f6f45;
    stroke-width: 1.8;
}


/* ---------- Standort ---------- */

.kontakt-standort {
    max-width: 1100px;
    margin: 90px auto;
    text-align: center;
}

.kontakt-standort-text h2 {
    font-family: var(--schrift-elegant);
font-weight: 200;
    color: #5f6f45;
    font-size: 36px;
    margin-bottom: 20px;
}

.kontakt-standort-text p {
    font-size: 17px;
    line-height: 1.6;
}

.route-button {
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 35px;

    background-color: #8f9b75;
    color: white;
    text-decoration: none;

    padding: 13px 25px;
    border-radius: 8px;
}

.route-button:hover {
    background-color: #78845f;
}


.kontakt-standort-text {
    background-color: #eee4d8;
    border-radius: 20px;
    padding: 45px 30px;
}






/* ---------- DA SEIN Seite ---------- */

.dasein-seite {
    width: 100%;
}

.dasein-kopf {
    max-width: 950px;
    margin: 110px auto 0;
    text-align: center;
}

.dasein-kopf h1 {
    margin: 0 0 35px;
    font-size: 65px;
    line-height: 1.05;
    color: #5f6f45;
}

.dasein-kopf p {
    max-width: 700px;
    margin: 0 auto;

    font-size: 20px;
    line-height: 1.65;

    color: #4a4038;
}

.dasein-bild {
    width: calc(100% - 20px);
    height: 250px;

    margin: 55px auto 0;

    object-fit: cover;
    object-position: center;

    display: block;
    border-radius: 20px;
}

.dasein-inhalt {
    max-width: 950px;
    margin: 85px auto 100px;
    padding-top: 60px;
    text-align: center;
}

.dasein-inhalt h2 {
    margin-top: 0;
    margin-bottom: 40px;
    font-size: 48px;
    line-height: 1.15;
    color: #5f6f45;
}

.dasein-inhalt p {
    max-width: 800px;

    margin: 0 auto 22px;

    font-size: 17px;
    line-height: 1.7;

    color: #4a4038;
}

.dasein-button {
    display: inline-block;

    margin-top: 15px;
    margin-bottom: 35px;

    padding: 13px 26px;

    background-color: #8f9b75;
    color: white;

    text-decoration: none;

    border-radius: 8px;

    font-size: 16px;
}

.dasein-button:hover {
    background-color: #78845f;
}


.dasein-abschlussbereich {
    width: calc(100% - 20px);
    margin: 100px auto 0;
    padding: 55px 30px;

    box-sizing: border-box;

    background-color: #f1ebe3;
    border-radius: 20px;

    text-align: center;
}

.dasein-abschluss {
    margin: 0 0 30px;

    font-family: "shelby", sans-serif;
    font-size: 38px;
    line-height: 1.2;

    color: #4a4038;
}







/* ---------- Neue Abschnitte Hebammenpraxis ---------- */

.hebammen-abschnitte {
    width: 100%;
    max-width: none;
    margin: 80px 0 0;
}

.hebammen-abschnitt {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 110px 0 140px;
    border-radius: 14px;
}

.abschnitt-hell {
    background-color: #f3ece2;
}

.abschnitt-inhalt {
    display: grid;
    grid-template-columns: 360px 1fr;
    gap: 90px;
    align-items: center;

    max-width: 1050px;
    margin: 0 auto;
}

.abschnitt-titel {
    position: absolute;
    z-index: 3;

    top: 72px;
    left: 50%;

    width: 380px;
    max-width: calc(100% - 60px);
    margin: 0;

    font-family: "shelby", sans-serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 0.95;
    letter-spacing: 0.01em;
    
 
    color: #4a4038;

    text-align: center;
    white-space: nowrap;

    /* Bild links / Text rechts:
       links oben → rechts unten */
    transform: translateX(-50%) rotate(-4deg);

transform-origin: center;
}


.abschnitt-titel-lang {
    width: 400px;
    max-width: calc(100% - 60px);
    font-size: 30px;
    line-height: 0.98;
}


.abschnitt-bild {
    width: 100%;
    aspect-ratio: 4 / 5;
    min-height: 0;
    object-fit: cover;
    display: block;
    border-radius: 15px;
}

.abschnitt-bild-platzhalter {
    background-color: #f3eee7;

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

    color: #8b8378;
    font-size: 16px;
}

.abschnitt-text p {
    font-size: 15.5px;
    line-height: 1.7;
    margin-top: 0;
    margin-bottom: 18px;
}

.abschnitt-text p:last-child {
    margin-bottom: 0;
}


.abschnitt-beige {
    background-color: #f4f1ea;
}

/* Bei jedem zweiten Abschnitt: Text links, Bild rechts */

.abschnitt-umgekehrt .abschnitt-inhalt {
    grid-template-columns: 1fr 360px;
}

.abschnitt-umgekehrt .abschnitt-text {
    order: 1;
}

.abschnitt-umgekehrt .abschnitt-bildbereich {
    order: 2;
}

.abschnitt-umgekehrt .abschnitt-titel {
    /* Text links / Bild rechts:
       links unten → rechts oben */
    transform: translateX(-50%) rotate(-4deg);
    text-align: center;
}

#schwangerschaft,
#wochenbett,
#hebammenambulanz,
#federwiegen {
    scroll-margin-top: 90px;
}


/* ---------- Galerie ---------- */

.galerie-seite {
    width: 100%;
}

.galerie-kopf {
    width: 100%;
    max-width: 1100px;
    margin: 100px auto 90px;

    display: grid;
    grid-template-columns: 1fr 340px;
    grid-template-areas:
        "klein klein"
        "titel text";

    column-gap: 80px;
    row-gap: 20px;
    align-items: end;
}

.galerie-klein {
    grid-area: klein;

    margin: 0;

    font-size: 13px;
    letter-spacing: 0.08em;
    color: #4a4038;
}

.galerie-kopf h1 {
    grid-area: titel;

    margin: 0;

    font-family: var(--schrift-elegant);
    font-size: 64px;
    font-weight: 200;
    letter-spacing: 0.02em;
    color: #5f6f45;
}

.galerie-einleitung {
    grid-area: text;

    margin: 0;

    font-size: 15px;
    line-height: 1.6;
    color: #4a4038;
}


/* Bilderraster Galerie */

.galerie-raster {
    max-width: 1100px;
    margin: 0 auto 120px;

    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 220px;
    gap: 18px;
}

.galerie-bild {
    background-color: #eee4d8;
    border-radius: 15px;
    overflow: hidden;

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

    color: #8b8378;
    font-size: 14px;
}

.galerie-bild img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.galerie-bild-gross {
    grid-column: span 2;
    grid-row: span 2;
}

.galerie-bild-hoch {
    grid-row: span 2;
}

.galerie-bild-breit {
    grid-column: span 2;
}


/* ---------- Kursseite ---------- */

.kurse-seite {
    width: 100%;
}


/* Hero */

.kurse-hero-text h1 {
    margin: 0 0 20px;

    font-family: var(--schrift-elegant);
    font-size: 58px;
    font-weight: 200;
    line-height: 1.03;
    letter-spacing: 0;

    color: white;
}

.kurse-hero-text p {
    margin: 0;

    font-size: 21px;
    line-height: 1.45;

    color: white;
}


/* Info-Leiste */

.kurse-infoleiste {
    width: 100%;
    max-width: 1050px;

    margin: 75px auto 55px;

    display: grid;
    grid-template-columns: repeat(3, 1fr);

    gap: 110px;

    text-align: center;
}

.kurse-info-punkt {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.kurse-info-icon {
    width: 42px;
    height: 42px;

    margin-bottom: 18px;

    fill: none;
    stroke: #6f7d50;
    stroke-width: 1.15;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.kurse-info-punkt h3 {
    margin: 0 0 8px;

    font-family: var(--schrift-elegant);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;

    color: #4a4038;
}

.kurse-info-punkt p {
    margin: 0;

    font-size: 13px;
    line-height: 1.6;

    color: #746b64;
}


/* Kurs-Banner mobil */

/* ---------- Einheitliche Kurs-Banner ---------- */

.kurse-seite .kurse-hero,
.kurse-seite .kurs-banner {
    position: relative;

    width: 100%;
    max-width: none;

    margin-left: 0;
    margin-right: 0;

    border-radius: 20px;
    overflow: hidden;
}


/* oberstes Banner */

.kurse-hero {
    margin-top: 35px;
}


/* weitere Banner */

.kurs-banner {
    margin-top: 105px;
    margin-bottom: 40px;
}


/* ALLE Banner gleich flach */

.kurse-hero-bild,
.kurs-banner-bild {
    width: 100%;
    height: 350px;

    object-fit: cover;
    object-position: center;

    display: block;
}


/* Abdunklung für Schrift */

.kurse-hero::after,
.kurs-banner::after {
    content: "";

    position: absolute;
    inset: 0;

    background: linear-gradient(
        90deg,
        rgba(55, 47, 40, 0.48) 0%,
        rgba(55, 47, 40, 0.22) 42%,
        rgba(55, 47, 40, 0) 75%
    );
}


/* Text auf den Bildern */

.kurse-hero-text,
.kurs-banner-text {
    position: absolute;
    z-index: 2;

    left: 6%;
    top: 50%;

    transform: translateY(-50%);
}


.kurs-banner-text h2 {
    margin: 0;

    font-family: var(--schrift-elegant);
    font-size: 48px;
    font-weight: 200;
    line-height: 1.05;

    color: white;
}

.kurs-buchungen {
    width: 100%;
    max-width: 100%;

    margin: 0 auto 65px;
}

.kurse-angebote iframe {
    width: 100%;
}


/* edoobox */

.kurse-angebote {
    width: 100%;
    min-width: 0;
}

.kurse-angebote iframe {
    display: block;
    width: 100%;
    height: 650px;

    border: 0;
    background: transparent;
}

.titel-erstgespraech {
    width: 150px;
    top: 130px;
}

.titel-geburtsvorbereitung {
    width: 180px;
    top: 50px;
}


.titel-crashkurs {
    width: 260px;
    top: 25px;
}

.titel-schwangerschaftsbeschwerden {
    width: 220px;
    top: 95px;
}

.titel-schwangerenvorsorge {
    width: 190px;
    top: 135px;
}

.titel-akupunktur {
    width: 240px;
    top: 55px;
}


.titel-wochenbett {
    width: 230px;
    top: 45px;
}


.titel-lasertherapie {
    top: 115px;
}

.titel-shonishin {
    width: 360px;
    top: 35px;
}

.titel-shonishin .shonishin-zeile {
    white-space: nowrap;
}


.titel-schlafberatung {
    width: 360px;
    top: 25px;
}


.titel-hebammenambulanz {
    top: 55px;
}

.titel-federwiege {
    top: 115px;
}


.ki-hinweis {
    margin: 6px 2px 0;
    font-size: 11px;
    line-height: 1.2;
    text-align: right;
    color: #8a8178;
}

#schwangerschaft-wochenbett,
#yoga-fitness,
#baby-kinder,
#elternkurse {
    scroll-margin-top: 90px;
}


.startseiten-text {
    width: 100%;
    max-width: 900px;
    margin: 90px auto 110px;
    text-align: center;
}

.startseiten-text h2 {
    margin: 0 0 35px;

    font-family: var(--schrift-elegant);
    font-size: 38px;
    font-weight: 200;
    line-height: 1.15;

    color: #5f6f45;

    white-space: nowrap;
}

.startseiten-text p {
    max-width: 820px;

    margin: 0 auto 24px;

    font-size: 18px;
    line-height: 1.75;

    color: #4a4038;
}

.startseiten-text .startseiten-abschluss {
    margin: 38px auto 0;
    max-width: 760px;

    font-size: 19px;
    line-height: 1.65;
}


.formular-honigtopf {
    position: absolute;
    left: -9999px;
}

.formular-status {
    margin: 0 0 25px;
    padding: 14px 18px;
    border-radius: 8px;
    font-size: 15px;
    line-height: 1.5;
}

.formular-status-erfolg {
    background-color: #e5e8dc;
    color: #5f6f45;
}

.formular-status-fehler {
    background-color: #eee4d8;
    color: #4a4038;
}


/* ---------- Startseite Karten ---------- */

.startseiten-karten {
    width: 100%;
    max-width: 1100px;
    margin: 40px auto 120px;
}

.startseiten-karten-kopf {
    max-width: none;
    margin: 0 0 38px;
    text-align: center;
}

.startseiten-karten-kopf h2 {
    margin: 0;

    font-family: var(--schrift-elegant);
    font-size: 36px;
    font-weight: 200;

    color: #5f6f45;
}


.startseiten-karten-raster {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}


/* einzelne Karte */

.startseiten-karte {
    overflow: hidden;

    display: flex;
    flex-direction: column;

    background-color: #eee4d8;

    border-radius: 16px;

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.startseiten-karte:hover {
    transform: translateY(-4px);

    box-shadow: 0 9px 24px rgba(74, 64, 56, 0.12);
}


/* Bild */

.startseiten-karte-bild {
    width: 100%;
    height: 260px;
    overflow: hidden;
}

.startseiten-karte-bild img {
    width: 100%;
    height: 100%;

    object-fit: cover;
    display: block;

    transition: transform 0.35s ease;
}

.startseiten-karte:hover .startseiten-karte-bild img {
    transform: scale(1.025);
}


.ki-hinweis.startseiten-ki-hinweis {
    position: absolute;

    top: 7px;
    right: 18px;

    margin: 0;

    font-size: 8px;
    line-height: 1.2;

    text-align: right;
}

.startseiten-karte-button {
    margin-top: auto;
}

/* unterer Bereich */

.startseiten-karte-inhalt {
    position: relative;

    flex: 1;

    display: flex;
    flex-direction: column;
    align-items: center;

    padding: 34px 20px 28px;

    text-align: center;
}

.startseiten-karte-inhalt h3 {
    margin: 0 0 8px;

    font-family: var(--schrift-elegant);
    font-size: 27px;
    font-weight: 200;

    color: #4a4038;
}

.startseiten-karte-klein {
    margin: 0 0 22px;

    font-size: 12px;
    line-height: 1.4;

    letter-spacing: 0.13em;
    text-transform: uppercase;

    color: #8a8178;
}


/* Button */

.startseiten-karte-button {
    display: inline-block;

    padding: 11px 24px;

    min-width: 170px;

    background-color: #8f9b75;
    color: white;

    border-radius: 999px;

    text-decoration: none;

    font-size: 14px;
    letter-spacing: 0.03em;

    transition: background-color 0.2s ease;
}

.startseiten-karte-button:hover {
    background-color: #78845f;
}


/* ---------- Startseite breite Bereiche ---------- */

.startseiten-vollblock {
    width: 100%;
    max-width: none;

    margin: 0;
    padding: 85px 40px;

    border-radius: 14px;
}


/* Hebammenbereich */

.startseiten-block-hell {
    background-color: #f3ece2;
}


.startseiten-block-inhalt {
    width: 100%;
    max-width: 1100px;

    margin: 0 auto;

    display: grid;
    grid-template-columns: 0.9fr 1.1fr;

    gap: 80px;
    align-items: center;
}


.startseiten-block-bild {
    width: 100%;
}


.startseiten-block-bild img {
    width: 100%;
    height: 340px;

    object-fit: cover;

    display: block;

    border-radius: 16px;
}


.startseiten-block-text {
    color: #4a4038;
}


.startseiten-block-text h2 {
    margin: 8px 0 22px;

    font-family: var(--schrift-elegant);
    font-size: 38px;
    font-weight: 200;
    line-height: 1.15;

    color: #5f6f45;
}


.startseiten-block-text > p:not(.startseiten-klein) {
    margin: 0 0 26px;

    font-size: 17px;
    line-height: 1.7;
}


.startseiten-klein {
    margin: 0;

    font-size: 11px !important;
    line-height: 1.5 !important;

    letter-spacing: 0.16em;
    text-transform: uppercase;

    color: #8a8178 !important;
}


.startseiten-button {
    display: inline-block;

    padding: 12px 24px;

    background-color: #8f9b75;
    color: white;

    text-decoration: none;

    border-radius: 8px;

    font-size: 15px;
}


.startseiten-button:hover {
    background-color: #78845f;
}



/* ---------- DA SEIN entdecken ---------- */

.startseiten-entdecken {
    margin-top: 0;

    background-color: #f8f5ef;
}


.startseiten-entdecken-inhalt {
    width: 100%;
    max-width: 1100px;

    margin: 0 auto;
}


.startseiten-entdecken-kopf {
    margin-bottom: 45px;

    text-align: center;
}


.startseiten-entdecken-kopf h2 {
    margin: 8px 0 0;

    font-family: var(--schrift-elegant);
    font-size: 42px;
    font-weight: 200;

    color: #5f6f45;
}


.startseiten-karten-raster {
    display: grid;
    grid-template-columns: repeat(3, 1fr);

    gap: 28px;
}


.startseiten-karte {
    overflow: hidden;

    background-color: #eee4d8;

    border-radius: 16px;

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}


.startseiten-karte:hover {
    transform: translateY(-4px);

    box-shadow: 0 8px 22px rgba(74, 64, 56, 0.10);
}


.startseiten-karte-bild {
    width: 100%;
    height: 245px;

    overflow: hidden;
}


.startseiten-karte-bild img {
    width: 100%;
    height: 100%;

    object-fit: cover;

    display: block;

    transition: transform 0.3s ease;
}


.startseiten-karte:hover .startseiten-karte-bild img {
    transform: scale(1.025);
}


.startseiten-karte-inhalt {
    padding: 24px 20px 28px;

    text-align: center;
}


.startseiten-karte-inhalt h3 {
    margin: 0 0 9px;

    font-family: var(--schrift-elegant);
    font-size: 25px;
    font-weight: 200;

    color: #4a4038;
}


.startseiten-karte-inhalt p {
    margin: 0 0 21px;

    font-size: 11px;
    line-height: 1.5;

    letter-spacing: 0.13em;
    text-transform: uppercase;

    color: #8a8178;
}


.startseiten-karte-button {
    display: inline-block;

    min-width: 170px;

    padding: 11px 22px;

    background-color: #8f9b75;
    color: white;

    text-decoration: none;

    border-radius: 8px;

    font-size: 14px;
}


.startseiten-karte-button:hover {
    background-color: #78845f;
}



/* ---------- Standort Startseite ---------- */

.startseiten-standort {
    background-color: transparent;
}

.startseiten-standort .startseiten-block-inhalt {
    display: block;
}

.startseiten-standort .startseiten-block-text {
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
    text-align: center;
}

.startseiten-standort .startseiten-adresse {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}


.startseiten-block-umgekehrt {
    grid-template-columns: 0.8fr 1.2fr;
}


.startseiten-adresse {
    font-size: 17px !important;
    line-height: 1.6 !important;
}



.seiten-footer {
    max-width: 1100px;
    margin: 80px auto 25px;
    padding-top: 25px;
    text-align: center;
    font-size: 14px;
}

.seiten-footer a {
    color: #4a4038;
    text-decoration: none;
    margin: 0 8px;
}

.seiten-footer a:hover {
    text-decoration: underline;
}









@media (min-width: 701px) and (max-width: 1050px) {

    nav {
        font-size: 14px;
    }

    nav a {
        margin-right: 10px;
    }

    .dropdown > a {
        padding-left: 8px;
        padding-right: 8px;
    }

    .team-lebensraum {
        margin-left: 0;
        margin-right: 0;
    }

    .jacqueline-abschluss,
    .susanne-abschluss {
        white-space: normal;
    }
}




@media (max-width: 700px) {


    body {
        margin: 20px;
    }
    h1 {
        font-size: 42px;
    }


/* ---------- Kursseite mobil ---------- */

.kurse-kopf {
    margin-top: 60px;
    margin-bottom: 55px;
}

.kurse-kopf h1 {
    font-size: 46px;
    line-height: 1.1;
    margin-bottom: 25px;
}

.kurse-kopf-bild {
    height: 210px;
    border-radius: 15px;
}

.kurse-einleitung {
    margin-top: 25px;
    font-size: 16px;
    line-height: 1.6;
}



/* ---------- Navigation mobil ---------- */

nav {
    width: 100%;
    max-width: 100%;

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

    gap: 4px 6px;

    padding: 6px 0 10px;

    font-size: 14px;
}

nav a {
    margin-right: 0;
}

.nav-logo {
    flex: 0 0 100%;
    width: 100%;

    display: flex;
    justify-content: center;

    margin: 0 0 4px;
    padding: 0;
}

.nav-logo img {
    width: 52px;
    height: 52px;
}

.dropdown > a {
    padding: 8px 9px;
}

.dropdown-menue {
    left: 50%;
    right: auto;

    transform: translateX(-50%);

    width: min(320px, calc(100vw - 40px));

    white-space: normal;
}

.dropdown-menue a {
    white-space: normal;
    text-align: center;
}

    .dropdown.offen .dropdown-menue {
        display: block;
    }


    #wochenbett .hebammen-text {
        max-width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }

    #wochenbett .hebammen-text ul {
        display: block;
        padding-left: 22px;
    }

    #hebammenambulanz .hebammen-text,
    .hebammen-vertrag {
    	max-width: 100%;
    	padding-left: 15px;
    	padding-right: 15px;
    }

    .hebammen-text p,
    .hebammen-text li,
    .hebammen-vertrag p {
    	font-size: 17px;
    	line-height: 1.5;
    }

    .hebammen-bereich > h1 {
    	font-size: 30px;
    	line-height: 1.2;
    }

   .hebammen-bereich {
   	 margin-top: 70px;
    }

/* ---------- Teamseite mobil ---------- */

.team-person,
.team-person-jacqueline,
.team-person-bianca,
.team-person-katrin {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 100%;
    gap: 25px;
    margin: 35px auto;
}

#susanne {
    margin-top: 30px;
}

.team-person:not(:last-of-type) {
    padding-bottom: 45px;
}

/* Bilder auf dem Handy einheitlich */
.team-bild,
.team-person-jacqueline .team-bild {
    order: 1;
    width: 100%;
    max-width: 340px;
    margin: 0 auto;
    justify-self: center;
    transform: none;
}

.team-bild img,
.team-person-jacqueline .team-bild img {
    width: 100%;
    height: auto;
}

/* Text immer unter dem Bild */
.team-text {
    order: 2;
    width: 100%;
}

/* Lebensraum-Text bei Susanne */
.team-lebensraum {
    order: 3;
    grid-column: 1;
    margin: 10px 0 0;
    padding-top: 0;
}

/* Zweispaltige Texte werden einspaltig */
.ueber-mich-spalten,
.jacqueline-spalten {
    grid-template-columns: 1fr;
    gap: 0;
}

/* Überschriften dürfen auf kleinen Displays umbrechen */
.team-person-jacqueline .team-text h1 {
    white-space: normal;
}

.jacqueline-abschluss,
.susanne-abschluss {
    white-space: normal;
}

/* Schriftgrößen für das Handy */
.team-text h1 {
    font-size: 36px;
    line-height: 1.15;
    margin-top: 0;
}

.team-text h2 {
    font-size: 24px;
    line-height: 1.3;
}

.team-text p,
.ueber-mich-spalten p,
.jacqueline-spalten p {
    font-size: 17px;
    line-height: 1.5;
}

/* ---------- Kontaktseite mobil ---------- */

.kontakt-hero {
    margin-top: 20px;
}

.kontakt-hero-bild {
    height: 280px;
}

.kontakt-hero-text {
    width: 90%;
}

.kontakt-hero-text h1 {
    font-size: 40px;
}

.kontakt-hero-text p {
    font-size: 17px;
}

.kontakt-bereich {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 100%;
    gap: 45px;
    margin: 45px auto;
}

.kontakt-info h2,
.kontakt-formular-bereich h2 {
    font-size: 28px;
}

.kontakt-info h3 {
    font-size: 28px;
}

.formular-zweispaltig {
    grid-template-columns: 1fr;
    gap: 0;
}

.formular-feld input,
.formular-feld textarea {
    font-size: 16px;
}

.kontakt-senden {
    width: 100%;
}

.hebammen-abschnitte {
    margin-top: 45px;
}

.hebammen-abschnitt {
    padding: 70px 25px 35px;
    margin-bottom: 45px;
}

.abschnitt-inhalt {
    grid-template-columns: 1fr;
    gap: 30px;
}

.abschnitt-titel {
    font-size: 25px;
    margin-bottom: 35px;
}

.abschnitt-bild {
    min-height: 250px;
}

.abschnitt-umgekehrt .abschnitt-inhalt {
    grid-template-columns: 1fr;
}

.abschnitt-umgekehrt .abschnitt-bildbereich {
    order: 1;
}

.abschnitt-umgekehrt .abschnitt-text {
    order: 2;
}

.abschnitt-titel {
    position: relative;
    top: auto;
    left: auto;

    width: auto;
    max-width: 90%;

    /* Abstand zwischen Überschrift und Bild */
    margin: 0 auto 30px;

    font-size: 28px;
    line-height: 1;
    text-align: center;

    transform: rotate(-3deg);
}

.abschnitt-umgekehrt .abschnitt-titel {
    top: auto;
    left: auto;

    margin: 0 auto 30px;

    text-align: center;
    transform: rotate(-3deg);
}

.abschnitt-bildbereich {
    width: 100%;
}

.abschnitt-bildbereich .abschnitt-titel {
    margin-bottom: 30px;
}

.abschnitt-bild {
    margin-top: 0;
}





.abschnitt-titel-lang {
    width: auto;
    max-width: 95%;
    font-size: 25px;
    line-height: 1.05;
}

.dasein-bild {
    width: 100%;
    height: 170px;
    margin-left: 0;
}


.dasein-kopf {
    margin-top: 60px;
}

.dasein-kopf h1 {
    font-size: 46px;
    line-height: 1.1;
    margin-bottom: 25px;
}

.dasein-kopf p {
    font-size: 17px;
    line-height: 1.6;
}

.dasein-inhalt {
    margin-top: 55px;
    margin-bottom: 70px;
    padding-top: 0;
}

.dasein-inhalt h2 {
    font-size: 36px;
    line-height: 1.15;
    margin-bottom: 30px;
}

.dasein-inhalt p {
    font-size: 16px;
    line-height: 1.65;
}

.dasein-button {
    margin-top: 10px;
}


.kurse-hero-bild,
.kurs-banner-bild {
    width: 100%;
    height: auto;
    object-fit: contain;
}


.startseiten-text {
    margin: 60px auto 75px;
}

.startseiten-text h2 {
    font-size: 34px;
    margin-bottom: 28px;
    white-space: normal;
}

.startseiten-text p {
    font-size: 17px;
    line-height: 1.65;
}

.startseiten-text .startseiten-abschluss {
    margin-top: 30px;
    font-size: 18px;
}

.kurse-angebote iframe {
    height: 560px;
}

/* Startseiten-Karten mobil */

.startseiten-karten {
    margin: 30px auto 80px;
}

.startseiten-karten-kopf {
    margin-bottom: 28px;
}

.startseiten-karten-kopf h2 {
    font-size: 30px;
}

.startseiten-karten-raster {
    grid-template-columns: 1fr;
    gap: 28px;
}

.startseiten-karte {
    max-width: 420px;
    width: 100%;
    margin: 0 auto;
}

.startseiten-karte-bild {
    height: 250px;
}

.startseiten-karte-inhalt {
    padding: 24px 20px 28px;
}

/* ---------- Startseite breite Bereiche mobil ---------- */

.startseiten-vollblock {
    padding: 55px 24px;
}


.startseiten-block-inhalt,
.startseiten-block-umgekehrt {
    grid-template-columns: 1fr;

    gap: 35px;
}


.startseiten-block-bild {
    order: 1;
}


.startseiten-block-text {
    order: 2;

    text-align: center;
}


.startseiten-block-bild img {
    height: 260px;
}


.startseiten-block-text h2 {
    font-size: 31px;
}


.startseiten-karten-raster {
    grid-template-columns: 1fr;

    gap: 28px;
}


.startseiten-karte {
    width: 100%;
    max-width: 420px;

    margin: 0 auto;
}


.startseiten-karte-bild {
    height: 250px;
}


.startseiten-entdecken-kopf h2 {
    font-size: 34px;
}


/* Startbanner auf dem Handy vollständig anzeigen */

.startbild {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
}

/* ==================================================
   FINALE MOBILE KORREKTUREN
   ================================================== */


/* ---------- Dropdown-Menüs mobil ---------- */

.dropdown {
    position: static;
}

.dropdown-menue {
    top: 100%;
    left: 50%;
    right: auto;

    transform: translateX(-50%);

    width: min(235px, calc(100vw - 60px));
    max-width: calc(100vw - 60px);

    padding: 3px 0;
}

.dropdown-menue a {
    white-space: normal;
    text-align: center;

    line-height: 1.3;

    padding: 8px 10px;
}

/* Hover-Verhalten vom Desktop auf dem Handy ausschalten */
.dropdown:hover .dropdown-menue,
.dropdown:focus-within .dropdown-menue {
    display: none;
}

.dropdown.offen .dropdown-menue {
    display: block;
}

.dropdown:hover > a {
    background-color: transparent;
    border-radius: 0;
}

.dropdown.offen > a {
    background-color: #eee4d8;
    border-radius: 14px 14px 0 0;
}


/* ---------- Kursbanner mobil ---------- */

.kurse-seite .kurse-hero,
.kurse-seite .kurs-banner {
    width: 100%;
    height: 175px;
    min-height: 175px;

    overflow: hidden;
}

.kurse-hero-bild,
.kurs-banner-bild {
    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center;
}

.kurse-hero-text,
.kurs-banner-text {
    left: 18px;
    right: 18px;

    width: auto;
    max-width: none;
}

.kurse-hero-text h1 {
    margin: 0;

    font-size: 29px;
    line-height: 1.08;

    white-space: normal;
}

.kurs-banner-text h2 {
    margin: 0;

    font-size: 28px;
    line-height: 1.1;

    white-space: normal;
}


/* ---------- Drei Kurssymbole mobil ---------- */

.kurse-infoleiste {
    width: 100%;

    grid-template-columns: repeat(3, minmax(0, 1fr));

    gap: 6px;

    margin: 45px auto 40px;
}

.kurse-info-punkt {
    min-width: 0;
}

.kurse-info-icon {
    width: 34px;
    height: 34px;

    margin-bottom: 12px;
}

.kurse-info-punkt h3 {
    width: 100%;

    font-size: 14px;
    line-height: 1.25;

    white-space: normal;
}


/* ---------- Galerie Kopf mobil ---------- */

.galerie-kopf {
    width: 100%;

    margin: 60px auto 45px;

    grid-template-columns: 1fr;

    grid-template-areas:
        "klein"
        "titel"
        "text";

    row-gap: 15px;

    text-align: center;
}

.galerie-klein {
    text-align: center;
}

.galerie-kopf h1 {
    font-size: 48px;
    line-height: 1.1;

    text-align: center;
}

.galerie-einleitung {
    width: 100%;
    max-width: 290px;

    margin: 0 auto;

    font-size: 14px;
    line-height: 1.55;

    text-align: center;
}


/* ---------- Galerie Bilder mobil ---------- */

.galerie-raster {
    width: 100%;

    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 170px;

    gap: 12px;

    margin: 0 auto 70px;
}

.galerie-bild-gross {
    grid-column: span 2;
    grid-row: span 2;
}

.galerie-bild-hoch {
    grid-row: span 2;
}

.galerie-bild-breit {
    grid-column: span 2;
}


}