/* Logo im Hero-Bereich der Startseite (index.html) wie Stillberatung */
.hero .hero-profile-img {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    object-fit: cover;
}
/* Logo im Hero-Bereich der Stillberatung-Seite vergrößern */
.stillberatung-page .hero-profile-img {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    object-fit: cover;
}
/* Logo auf der Startseite (index.html) gezielt vergrößern */
body.admin-page header {
    min-height: 0 !important;
    padding: 0.2em 0 !important;
    box-shadow: none !important;
}
body.admin-page nav .container {
    padding: 0.2em 0.5em !important;
    min-height: 0 !important;
    gap: 0.5em !important;
}
body.admin-page .logo-flex {
    margin: 0 !important;
    padding: 0 !important;
}
body.admin-page .nav-menu {
    margin: 0 !important;
    padding: 0 !important;
}
body.admin-page .container {
    max-width: 1600px !important;
    width: 98vw;
    margin-top: 7em !important;
}
body.admin-page h2 {
    margin-top: 0.5em !important;
    padding-top: 1.5em !important;
}
body.admin-page {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
body.admin-page main {
    flex: 1 0 auto;
}
body.admin-page footer {
    flex-shrink: 0;
    margin-top: 0 !important;
}
body.admin-page main > .container:first-child {
    margin-top: 6em !important;
}
body.admin-page .header-spacer {
    height: 10px !important;
}
body.admin-page .logo-header-img {
    height: 48px !important;
    width: 48px !important;
    margin-right: 1em;
}
body.admin-page .logo-flex {
    gap: 1em !important;
    align-items: center !important;
}
body.admin-page header {
    padding: 0.5em 0 !important;
}
body.flyer-page .flyer-image {
    margin-top: 2.5em;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
body.videos-page .video-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 2.5rem 2rem;
    justify-content: flex-start;
    padding: 0 2vw 2vw 2vw;
    margin: 0 auto 2em auto;
    max-width: 1400px;
}
body.videos-page .video-item {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 2px 12px rgba(106,53,122,0.07);
    padding: 1.2em 1.5em 1em 1.5em;
    min-width: 260px;
    max-width: 340px;
    flex: 1 1 260px;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
body.videos-page main {
    padding: 0;
    margin: 0 auto;
    min-height: 300px;
}
body.videos-page .own-videos-headline {
    text-align: left;
    color: #8B5A8C;
    margin: 2em 0 1.2em 2vw;
    font-size: 2rem;
}
body.videos-page .video-gallery-separator {
    margin: 2.5em 0 2em 0;
    border: none;
    border-top: 2px solid #eee;
}
body.videos-page footer {
    margin-top: 2em !important;
}
body.videos-page .header-spacer {
    height: 60px !important;
}
body.videos-page .logo-header-img {
    height: 90px !important;
    width: 90px !important;
    margin-right: 1.2rem !important;
}
body.videos-page .logo-flex {
    gap: 1.2rem !important;
}
/* Logo und Header-Text in der Desktop-Ansicht mittig zentrieren */
@media (min-width: 769px) {
    .logo-flex {
        justify-content: center !important;
        align-items: center !important;
        gap: 2.5rem !important;
        padding: 0 !important;
        width: 100%;
    }
}
/* Hamburger-Menü-Icon auf Desktop immer ausblenden */
@media (min-width: 769px) {
    .mobile-menu-toggle {
        display: none !important;
    }
}
body.flyer-page .header-spacer {
    height: 120px !important;
}
body.flyer-page {
    background-color: #f7f4f7;
}
/* Flyer Download Bereich und Hinweistext */
.flyer-download-center {
    text-align: center;
    margin: 2em 0;
}
.flyer-hinweis {
    text-align: center;
    color: #575366;
}
/* Hinweistext unter dem Videochat-Link */
.videochat-hinweis {
    font-size: 0.98em;
    color: #6A357A;
    margin-top: 0.4em;
    text-align: center;
}
/* Moderner Kontaktbereich Startseite */
.contact-title {
    text-align: center;
    color: #6A357A;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 2rem;
}
.contact-flex {
    display: flex;
    gap: 2.5rem;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 1.5rem;
}
.contact-info-modern {
    background: #f7f4f7;
    border-radius: 18px;
    box-shadow: 0 2px 12px rgba(106,53,122,0.07);
    padding: 2rem 2.2rem 1.5rem 2.2rem;
    min-width: 260px;
    max-width: 340px;
    flex: 1 1 260px;
}
.cta-free {
    background: #6A357A;
    color: #fff;
    font-weight: 600;
    border-radius: 8px;
    padding: 0.4em 1em;
    display: inline-block;
    margin-bottom: 1.2em;
    font-size: 1.08rem;
}
.contact-details-modern {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 1.08rem;
}
.contact-details-modern li {
    margin-bottom: 0.8em;
    display: flex;
    align-items: center;
    gap: 0.7em;
}
.contact-icon {
    font-size: 1.2em;
    color: #6A357A;
}
.contact-form-modern {
    background: #f7f4f7 !important;
    border-radius: 18px;
    box-shadow: 0 2px 12px rgba(106,53,122,0.07);
    padding: 2rem 2.2rem 1.5rem 2.2rem;
    min-width: 260px;
    max-width: 400px;
    flex: 1 1 320px;
    display: flex;
    flex-direction: column;
    gap: 0.7em;
}
.contact-form-modern label {
    font-weight: 500;
    color: #6A357A;
    margin-bottom: 0.2em;
    margin-top: 0.7em;
}
.contact-form-modern input,
.contact-form-modern textarea {
    border: 1px solid #d1c3d6;
    border-radius: 7px;
    padding: 0.7em 1em;
    font-size: 1.08rem;
    margin-bottom: 0.2em;
    background: #f7f4f7;
    color: #575366;
    transition: border 0.2s;
}
.contact-form-modern input:focus,
.contact-form-modern textarea:focus {
    border: 1.5px solid #6A357A;
    outline: none;
}
.submit-button-modern {
    background: #6A357A;
    color: #fff;
    border: none;
    border-radius: 30px;
    padding: 1em 2.2em;
    font-size: 1.1rem;
    font-weight: 600;
    margin-top: 1em;
    box-shadow: 0 2px 8px rgba(155,139,157,0.10);
    cursor: pointer;
    transition: background 0.2s, transform 0.2s;
}
.submit-button-modern:hover,
.submit-button-modern:focus {
    background: #B8A4B8;
    color: #fff;
    transform: translateY(-2px);
}
.videochat-link-modern {
    text-align: center;
    margin-top: 1.5em;
}
.videochat-btn {
    background: #fff;
    color: #6A357A;
    border: 2px solid #6A357A;
    margin-top: 0;
    font-weight: 600;
    transition: background 0.2s, color 0.2s;
}
.videochat-btn:hover {
    background: #6A357A;
    color: #fff;
}
@media (max-width: 900px) {
    .contact-flex {
        flex-direction: column;
        gap: 1.5rem;
    }
    .contact-info-modern, .contact-form-modern {
        max-width: 100%;
        min-width: 0;
    }
}
/* Moderner Bereich 'Über mich' auf der Startseite */
.about-title {
    text-align: center;
    color: #6A357A;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 2rem;
}
.about-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 2.5rem;
    max-width: 800px;
    margin: 0 auto;
}
.about-content .profile-image {
    flex: 0 0 180px;
    display: flex;
    justify-content: center;
}
.about-img {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 2px 16px rgba(106,53,122,0.10);
    margin-bottom: 1.2rem;
}
.about-text {
    flex: 1 1 320px;
    min-width: 260px;
}
.about-text p {
    font-size: 1.13rem;
    color: #575366;
    margin-bottom: 1.1rem;
}
.about-text h3 {
    color: #6A357A;
    font-size: 1.15rem;
    margin-top: 1.5rem;
    margin-bottom: 0.7rem;
}
.about-text ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.7em 1.2em;
}
.about-text ul li {
    background: #f7f4f7;
    border-radius: 12px;
    padding: 0.5em 1.1em;
    color: #6A357A;
    font-size: 1.05rem;
    box-shadow: 0 1px 4px rgba(106,53,122,0.04);
}
@media (max-width: 700px) {
    .about-content {
        flex-direction: column;
        gap: 1.5rem;
    }
    /* mobile Anpassung entfernt, Desktop bleibt 234px */
    }
.nav-menu .nav-current {
    display: inline-block;
    color: var(--text-dark);
    font-weight: 500;
    padding: 0.3em 0.7em;
    border-radius: 6px;
    background: none;
    white-space: nowrap;
    vertical-align: middle;
    text-decoration: none;
    margin: 0;
    line-height: 1.2;
}
/* Abstand für Hero-Bereich auf Geburtsmentorin, damit das Logo nicht vom Header verdeckt wird */
.geburtsmentorin-page .hero-modern {
    padding-top: 120px;
}
/* Abstand für Hero-Bereich auf Stillberatung, damit das Logo nicht vom Header verdeckt wird */
.stillberatung-page .hero-modern {
    padding-top: 120px;
}
/* Hero-Bereich Geburtsmentorin wie Stillberatung */
.geburtsmentorin-page .hero-modern {
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(120deg, #f7f4f7 60%, #e9e0f0 100%);
    border-radius: 0 0 32px 32px;
    box-shadow: 0 8px 32px rgba(155,139,157,0.08);
    margin-bottom: 2rem;
}
.geburtsmentorin-page .hero-modern-content {
    text-align: center;
    max-width: 540px;
    margin: 0 auto;
}
.geburtsmentorin-page .hero-profile-img {
    width: 300px;
    height: 300px;
    margin-bottom: 1.2rem;
    box-shadow: 0 2px 16px rgba(106,53,122,0.10);
}
.geburtsmentorin-page .hero-title-modern {
    font-size: 2.2rem;
    color: #6A357A;
    margin-bottom: 0.5rem;
    font-weight: 700;
}
.geburtsmentorin-page .hero-slogan {
    font-size: 1.2rem;
    color: #9B8B9D;
    margin-bottom: 0.7rem;
}
.geburtsmentorin-page .hero-intro {
    font-size: 1.1rem;
    color: #575366;
    margin-bottom: 1.5rem;
}
.geburtsmentorin-page .hero-cta {
    display: inline-block;
    background: #6A357A;
    color: #fff;
    padding: 1rem 2.2rem;
    border-radius: 30px;
    font-size: 1.1rem;
    font-weight: 600;
    box-shadow: 0 2px 12px rgba(106,53,122,0.10);
    transition: background 0.2s;
    margin-bottom: 0.5rem;
}
.geburtsmentorin-page .hero-cta:hover {
    background: #8B5A8C;
}

/* Angebotsbereich wie Stillberatung */
.geburtsmentorin-page .angebot-modern {
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 4px 20px rgba(155,139,157,0.08);
    margin: 2.5rem auto 2rem auto;
    max-width: 700px;
    padding: 2.5rem 1.5rem 2rem 1.5rem;
}
.geburtsmentorin-page .angebot-title {
    color: #6A357A;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.2rem;
    text-align: center;
}
.geburtsmentorin-page .angebot-list {
    list-style: none;
    padding: 0;
    margin: 0 0 1.2rem 0;
}
.geburtsmentorin-page .angebot-list li {
    display: flex;
    align-items: flex-start;
    gap: 1.1em;
    background: #f7f4f7;
    border-radius: 14px;
    box-shadow: 0 1px 6px rgba(106,53,122,0.06);
    margin-bottom: 1.1rem;
    padding: 1.1em 1.2em;
    font-size: 1.08rem;
    color: #575366;
}
.geburtsmentorin-page .angebot-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    min-height: 38px;
    max-width: 38px;
    max-height: 38px;
    background: #e9e0f0;
    border-radius: 50%;
    font-size: 1.5rem;
    margin-right: 0.2em;
    box-shadow: 0 1px 4px rgba(106,53,122,0.07);
}
.geburtsmentorin-page .angebot-text {
    flex: 1;
    display: block;
    line-height: 1.6;
}
.geburtsmentorin-page .angebot-hinweis {
    color: #9B8B9D;
    font-size: 1rem;
    text-align: center;
    margin-top: 1.2rem;
}
.geburtsmentorin-page .hero-profile-img {
    width: 300px;
    height: 300px;
}
/* Social-Buttons im Hero-Bereich Geburtsmentorin */
.hero-social-buttons {
    display: flex;
    gap: 1.2rem;
    margin: 1.2rem 0 1.2rem 0;
    align-items: center;
}
.social-icon {
    height: 28px;
    width: 28px;
    display: inline-block;
    vertical-align: middle;
    transition: transform 0.2s;
}
.social-btn:hover .social-icon {
    transform: scale(1.12) rotate(-8deg);
}
/* Versteckte Sektionen für sternenkindbegleitung.html */
.hidden-section {
    display: none;
}
/* Hero-Abstand für sternenkindbegleitung.html einheitlich */
.sternenkind-page .hero {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}
/* Abstandskorrektur für Überschrift und Sektionen auf sternenkindbegleitung.html */
.sternenkind-page #about h2,
.sternenkind-page #contact h2 {
    margin-top: 0 !important;
    scroll-margin-top: 120px !important;
}

.sternenkind-page #about,
.sternenkind-page #contact {
    padding-top: 100px !important;
    margin-top: -80px !important;
    scroll-padding-top: 120px !important;
}

.sternenkind-page #about {
    padding-bottom: 20px !important;
}

.sternenkind-page .contact {
    padding-top: 100px !important;
}
/* Spezielles Layout für Kontaktbereich auf sternenkindbegleitung.html */
.sternenkind-page .contact {
    padding: 30px 0 60px 0 !important;
}
.sternenkind-page .contact h2 {
    margin-top: 30px !important;
}
/* Abstand nach oben für Footer auf Themenseiten */
.footer-spacer {
    margin-top: 4em;
}
/* Großes, mittiges Upload-Formular für Video-Upload */
.upload-form {
    max-width: 600px;
    min-width: 320px;
    width: 100%;
    margin: 2em auto 0 auto;
    background: #f8f8f8;
    padding: 2.5em 2em 1.5em 2em;
    border-radius: 16px;
    box-shadow: 0 0 18px #e0e0e0;
    font-size: 1.15em;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}
.upload-form label {
    margin-bottom: 0.5em;
    font-weight: bold;
}
.upload-form input[type="text"],
.upload-form textarea,
.upload-form input[type="file"] {
    width: 100%;
    padding: 0.7em;
    margin-bottom: 1.2em;
    font-size: 1em;
    border-radius: 6px;
    border: 1px solid #ccc;
}
.upload-form button {
    width: 100%;
    padding: 1em;
    background: #8B5A8C;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 1.15em;
    cursor: pointer;
    margin-top: 0.5em;
    transition: background 0.2s;
}
.upload-form button:hover {
    background: #6C2A6C;
}
/* Video-Galerie Thumbnail und Player */
.video-thumbnail {
            max-width: 120px;
            width: 100%;
            height: auto;
            display: block;
            margin-bottom: 0.5em;
            border-radius: 8px;
            box-shadow: 0 2px 8px rgba(139,90,140,0.10);
    }

    @media (max-width: 600px) {
        .video-thumbnail {
            max-width: 80px;
            width: 100%;
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 0.7em;
        }
        .video-player {
            max-width: 180px;
            width: 100%;
            height: auto;
        }
        }

@media (max-width: 600px) {
    .video-thumbnail {
        max-width: 100px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0.7em;
    }
}
.video-player {
    max-width: 400px;
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 1em;
}
.back-to-home-btn {
    padding: 0.7em 2em;
    font-size: 1.1em;
    background: var(--primary-color);
    color: #fff;
    border: none;
    border-radius: 6px;
    text-decoration: none;
    display: inline-block;
    margin: 1.5em 0 0 0;
    box-shadow: 0 4px 15px rgba(139, 90, 140, 0.3);
    transition: all 0.3s ease;
}
/* Galerie-Layout für Videos: mehrere Spalten, kleinere Thumbnails */
.video-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5em;
    justify-content: flex-start;
}
.video-item {
    flex: 0 1 220px;
    margin-bottom: 1.5em;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.video-item h3 {
    font-size: 1.05em;
    color: #8B5A8C;
    margin-bottom: 0.5em;
    text-align: center;
}
.video-item p {
    font-size: 0.95em;
    color: #444;
    margin-bottom: 0.7em;
    text-align: center;
}
/* Zurück-zur-Startseite-Button auf videos.html */
.zurueck-button-container {
    margin-top: 1.5rem;
}
.zurueck-button {
    margin-bottom: 1.5rem;
    display: inline-block;
}
/* Spezieller Abstand für geburtsmentorin.html, damit die Überschrift nicht vom Header überdeckt wird */
.geburtsmentorin-page .hero-content {
    padding-top: 80px !important;
}
/* Abstand für Anker-Sprung bei festem Header für Kontakt */
#contact {
  scroll-margin-top: 80px;
}
/* Abstand für Anker-Sprung bei festem Header */
#about {
  scroll-margin-top: 80px;
}
/* Platzhalter für festen Header, verhindert Überdeckung des Contents */
.header-spacer {
    height: 80px !important;
    width: 100%;
    display: block;
}
body.sternenkind-page {
    padding-top: 0 !important;
}
/* Zentrierter Container für Links-Button unter Social Media */
.links-button-container {
    text-align: center;
    margin-top: 20px;
}
/* Button Links */
.links-btn {
    background: #fff;
    color: #8B5A8C;
    border: none;
    border-radius: 8px;
    padding: 8px 18px;
    font-size: 1rem;
    font-weight: bold;
    cursor: pointer;
    margin-left: 10px;
    box-shadow: 0 2px 8px rgba(139,90,140,0.15);
    transition: color 0.2s;
    text-decoration: none;
}
.links-btn:hover {
    color: #D4A5A5;
    background: #fff;
}
/* Für die Seite links.html */
.links-headline {
    margin-top: 60px;
    text-align: center;
    color: #6C2A6C;
    font-size: 2.2rem;
    font-weight: bold;
    letter-spacing: 1px;
}
.links-separator {
    margin: 30px 0;
    border: 0;
    border-top: 3px solid #6C2A6C;
    width: 60%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.ad-hint {
    margin-top: 50px;
    text-align: center;
    color: #6C2A6C;
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: 0.5px;
}
.flyer-page header {
    min-height: 20px !important;
    padding: 0.2rem 0 !important;
}
.flyer-page .flyer-main {
    margin-top: 70px;
    margin-bottom: 30px;
    padding-top: 70px;
}
/* Flyer-Seite: Header und Footer kompakt */
.flyer-page header {
    min-height: 40px !important;
    padding: 0.5rem 0 !important;
}
.flyer-page footer {
    padding: 10px 0 !important;
}
.flyer-page .footer-content {
    flex-direction: column;
    gap: 0.5rem;
}
.flyer-page .flyer-main {
    margin-top: 70px;
    margin-bottom: 30px;
}
.flyer-page .flyer-image {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}
.videochat-link-box {
    margin-top: 1.5em;
    text-align: center;
}

.copyright-box {
    margin: 1rem auto;
    /* Kompakter Header für geburtsmentorin.html */
    .geburtsmentorin-page .logo-header-img {
        display: none !important;
    }
    .geburtsmentorin-page .logo-flex {
        gap: 0 !important;
        align-items: flex-start !important;
        padding: 0 !important;
    }
    .geburtsmentorin-page .logo h1 {
        font-size: 1.1rem !important;
        margin: 0 !important;
        line-height: 1.1 !important;
        padding: 0 !important;
    }
    .geburtsmentorin-page .tagline {
        font-size: 0.8rem !important;
        margin-top: 0.2rem !important;
        margin-bottom: 0 !important;
        line-height: 1.1 !important;
    }
    .geburtsmentorin-page header {
        min-height: 0 !important;
        padding: 0 !important;
        box-shadow: none !important;
    }
    .geburtsmentorin-page nav .container {
        padding: 0.3rem 8px !important;
        min-height: 0 !important;
        gap: 0 !important;
    }
    .geburtsmentorin-page .nav-menu {
        gap: 0.7rem !important;
        padding: 8px 0 !important;
    }
    .geburtsmentorin-page .header-spacer {
        height: 0 !important;
    }
    padding: 1rem;
    max-width: 600px;
    font-size: 0.9rem;
    color: #fff;
    text-align: center;
    font-weight: 500;
    line-height: 1.4;
    background: #8B5A8C;
    border-radius: 8px;
}
/* Kleines Logo im Header der Startseite */
/* Header-Logo Startseite */
.logo-flex {
  display: flex;
  align-items: center;
  gap: 2.5rem;
}
.logo-header-img {
        height: 140px;
        width: 140px;
    margin-right: 2.5rem;
  object-fit: cover;
  border-radius: 50%;
}

/* Abstand für Stillberatung analog Geburtsmentorin */
/* Zurück-Button am Seitenende */
.back-to-home-wrapper {
    width: 100%;
    text-align: center;
    margin: 2em 0;
}
.back-to-home-btn {
    padding: 1em 2em;
    font-size: 1.1em;
    background: #8B5A8C;
    color: #fff;
    border-radius: 8px;
    text-decoration: none;
    display: inline-block;
}
/* Datenschutz-Popup Overlay */
.privacy-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.6);
    z-index: 1000;
    align-items: center;
    justify-content: center;
}
.privacy-popup-inner {
    background: #fff;
    padding: 2rem;
    border-radius: 10px;
    max-width: 400px;
    margin: auto;
    box-shadow: 0 2px 16px rgba(0,0,0,0.2);
    text-align: left;
}
.jitsi-container {
    display: none;
}

.privacy-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.6);
    z-index: 1000;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    /* Flexbox-Eigenschaften für Overlay, werden aktiv wenn per JS display: flex gesetzt wird */
}

.jitsi-container {
    display: none;
    width: 100%;
    height: 600px;
    margin-top: 2em;
}
/* Ausgelagerte Styles aus videochat.html */
.privacy-hinweis-box {
    background: #e8f5e8;
    padding: 1rem;
    border-radius: 8px;
    margin: 1rem 0;
    font-size: 0.9em;
}

.privacy-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.6);
    z-index: 1000;
    align-items: center;
    justify-content: center;
}

.privacy-popup-inner {
    background: #fff;
    padding: 2rem;
    border-radius: 10px;
    max-width: 400px;
    margin: auto;
    box-shadow: 0 2px 16px rgba(0,0,0,0.2);
    text-align: left;
}

.privacy-label {
    display: block;
    margin: 1em 0;
}

.privacy-cancel-btn {
    margin-left: 1em;
}

.jitsi-container {
    display: none;
}

.copyright-notice-box {
    margin: 1rem auto;
    padding: 1rem;
    max-width: 600px;
    font-size: 0.9rem;
    color: #ffffff;
    text-align: center;
    font-weight: 500;
    line-height: 1.4;
    background: #8B5A8C;
    border-radius: 8px;
}
/* Fixierter Zurück-zum-Videochat-Button am unteren Rand, mittig */
.back-to-videochat-fixed {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 30px;
    text-align: center;
    z-index: 9999;
}
/* Zurück-zum-Videochat-Button (nur für Datenschutzerklärung) */
.back-to-videochat {
    display: none;
    text-align: center;
    margin: 2em 0;
}
.back-to-videochat-btn {
    padding: 0.7em 2em;
    background: #8B5A8C;
    color: #fff;
    border: none;
    border-radius: 6px;
    text-decoration: none;
    font-size: 1.1em;
    cursor: pointer;
}
/* --- Ausgelagerte Styles aus geburtsmentorin.html --- */
.primary-color {
    color: var(--primary-color) !important;
}
.mb-1-5em {
    margin-bottom: 1.5em !important;
}
.mt-2rem {
    margin-top: 2rem !important;
}
.background-light {
    background: var(--background-light) !important;
}
.p-3em-0 {
    padding: 3em 0 !important;
}
.text-center {
    text-align: center !important;
}
.zertifikat-img {
    max-width: 340px;
    border-radius: 8px;
    box-shadow: 0 2px 12px #8B5A8C33;
}
.qualifikation-text {
    max-width: 600px;
    margin: 0 auto 2em;
    font-size: 1.1em;
    color: var(--text-dark);
}
.copyright-box {
    margin: 1rem auto;
    padding: 1rem;
    max-width: 600px;
    font-size: 0.9rem;
    color: #fff;
    text-align: center;
    font-weight: 500;
    line-height: 1.4;
    background: #8B5A8C;
    border-radius: 8px;
}
.videochat-link-box {
    margin-top: 1.5em;
    text-align: center;
}
/* Lightbox-Overlay für Videos */
.video-lightbox-overlay {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.85);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.2s;
}
.video-lightbox-content {
    background: #222;
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.4);
    padding: 1.5em;
    max-width: 90vw;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.video-lightbox-content video,
.video-lightbox-content iframe {
    max-width: 90vw;
    max-height: 80vh;
    min-width: 320px;
    min-height: 180px;
    width: 70vw;
    height: 40vw;
    border-radius: 8px;
    background: #000;
    display: block;
    margin: 0 auto;
    aspect-ratio: 16/9;
    object-fit: contain;
}
@media (max-width: 600px) {
    .video-lightbox-content video,
    .video-lightbox-content iframe {
        min-width: 0;
        min-height: 0;
        width: 98vw;
        height: 56vw;
        aspect-ratio: 16/9;
    }
}
.video-lightbox-close {
    margin-top: 1em;
    background: #c00;
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 0.7em 2em;
    font-size: 1.1em;
    font-weight: bold;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(139,90,140,0.10);
}
*
 {
    
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --primary-color: #8B5A8C;
    --secondary-color: #D4A5A5;
    --accent-color: #FFB6C1;
    --text-dark: #333333;
    --text-light: #666666;
    --background-light: #FFF5F5;
    --white: #FFFFFF;
    --shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.7;
    color: var(--text-dark);
    background-color: var(--white);
    font-size: 1.18rem;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header and Navigation */
header {

    
    background-color: var(--white);
    box-shadow: var(--shadow);
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
}

nav .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 20px;
    flex-wrap: wrap;
}

.logo h1 {
    color: var(--primary-color);
    font-size: 2.3rem;
    margin-bottom: 0.2rem;
    word-wrap: break-word;
    overflow-wrap: break-word;
    -webkit-hyphens: auto;
    hyphens: auto;
}

/* Spezieller Abstand für Stillberatung-Seite */
.stillberatung-page .logo h1 {
    margin-top: 0;
}

.tagline {
    color: var(--text-light);
    font-size: 0.9rem;
    margin-top: 3rem;
}

.nav-menu {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    list-style: none;
    gap: 2rem;
    justify-content: flex-end;
    align-items: center;
    padding-left: 0;
    margin: 0;
    overflow-x: visible;
    min-width: 0;
    width: auto;
}

.nav-menu a {
    text-decoration: none;
    color: var(--text-dark);
    font-weight: 500;
    transition: color 0.3s ease;
    white-space: nowrap;
}

.nav-menu a:hover {
    color: var(--primary-color);
}

.mobile-menu-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.mobile-menu-toggle span {
    width: 25px;
    height: 3px;
    background-color: var(--text-dark);
    margin: 3px 0;
    transition: 0.3s;
}

/* Hero Section */
.hero {
    background: linear-gradient(135deg, var(--background-light) 0%, var(--accent-color) 100%);
    padding: 160px 0 600px;
    text-align: center;
}

.hero-content h2 {
    font-size: 2.5rem;
    color: var(--primary-color);
    margin-bottom: 0.3rem;
}

/* Vertikale Zentrierung für Startbereich */
.hero-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* min-height entfernt, damit keine unnötigen Leerzeilen entstehen */
    padding-top: 0;
}
.hero-content p {
    font-size: 1.2rem;
    color: var(--text-dark);
    max-width: 700px;
    margin: 0 auto 0.5rem;
}

.cta-button {
    display: inline-block;
    background-color: var(--primary-color);
    color: var(--white);
    padding: 15px 30px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(139, 90, 140, 0.3);
    margin-bottom: 30px;
}

.cta-button:hover {
    background-color: #7A4F7B;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(139, 90, 140, 0.4);
}

/* Social Media Buttons - Komplett überarbeitet */
.social-media-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 50px;
    margin-top: 30px;
    padding: 20px;
}

.instagram-button,
.facebook-button,
.tiktok-button {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 45px;
    margin: 0;
    padding: 0 20px;
    border-radius: 25px;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 600;
    color: white;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
    overflow: visible;
}

.instagram-button {
    background: linear-gradient(135deg, #E1306C, #F56040);
}

.instagram-button:hover {
    background: linear-gradient(135deg, #C12B5A, #E04E2D);
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(225, 48, 108, 0.3);
}

.facebook-button {
    background: linear-gradient(135deg, #1877F2, #4267B2);
}

.facebook-button:hover {
    background: linear-gradient(135deg, #166fe5, #365899);
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(24, 119, 242, 0.3);
}

.tiktok-button {
    background: linear-gradient(135deg, #000000, #ff0050);
}

.tiktok-button:hover {
    background: linear-gradient(135deg, #1a1a1a, #e6004a);
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(255, 0, 80, 0.3);
}

/* Badge für "Im Aufbau" */
.badge {
    position: absolute;
    top: -10px;
    right: -10px;
    font-size: 0.7rem;
    padding: 3px 8px;
    border-radius: 12px;
    z-index: 10;
    font-weight: 700;
    letter-spacing: 0.5px;
    white-space: nowrap;
}

.in-progress {
    background-color: #FF9800;
    color: white;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}

.button-text {
    display: inline-block;
    line-height: 1.2;
    text-align: center;
}

.construction-badge {
    position: absolute;
    top: -12px;
    right: -15px;
    background: linear-gradient(135deg, #FF6B35, #FF8C42);
    color: white;
    font-size: 0.6rem;
    font-weight: 700;
    padding: 4px 7px;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(255, 107, 53, 0.5);
    animation: pulse 2s infinite;
    z-index: 15;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    border: 1.5px solid white;
    min-width: 55px;
    text-align: center;
    white-space: nowrap;
}

@keyframes pulse {
    0% { 
        transform: scale(1);
        box-shadow: 0 3px 10px rgba(255, 107, 53, 0.5);
    }
    50% { 
        transform: scale(1.05);
        box-shadow: 0 5px 15px rgba(255, 107, 53, 0.7);
    }
    100% { 
        transform: scale(1);
        box-shadow: 0 3px 10px rgba(255, 107, 53, 0.5);
    }
}

/* Services Section */
.services {
    padding: 80px 0 400px 0;
    background-color: var(--background-light);
}

.services h2 {
    text-align: center;
    font-size: 2.2rem;
    color: var(--primary-color);
    margin-bottom: 3rem;
    margin-top: 100px;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.service-card {
    background-color: var(--white);
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(139, 90, 140, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(139, 90, 140, 0.12);
}

.service-card h3 {
    color: var(--primary-color);
    margin-bottom: 1rem;
}

.service-card p {
    color: var(--text-light);
}

/* About Section */
.about {
    padding: 80px 0 400px 0;
    background-color: var(--background-light);
}

.about h2 {
    text-align: center;
    font-size: 2.2rem;
    color: var(--primary-color);
    margin-bottom: 0.2rem;
}

.about-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    min-height: 70vh;
    margin-top: 0;
    max-width: 700px;
    margin: 0 auto;
}


.about-text {
    flex: 1;
}


@media (max-width: 900px) {
  .about-content {
    flex-direction: column;
    gap: 1.5rem;
    max-width: 95vw;
  }
  .profile-image {
    margin-bottom: 1rem;
  }
}

.about-text p {
    margin-bottom: 1.5rem;
    color: var(--text-dark);
    font-size: 1.18rem;
    line-height: 1.7;
}

.about-text h3 {
    color: var(--primary-color);
    margin: 2rem 0 1rem;
}

.about-text ul {
    list-style-position: inside;
    color: var(--text-light);
}

.about-text li {
    margin-bottom: 0.5rem;
}

/* Contact Section */
.contact {
    padding: 80px 0;
    background-color: #f7f4f7;
}

.contact h2 {
    text-align: center;
    font-size: 2.2rem;
    color: var(--primary-color);
    margin-bottom: 3rem;
    margin-top: 100px;
}

.contact-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    max-width: 1000px;
    margin: 0 auto;
}
.contact-details {
    margin-top: 2rem;
}

.contact-item {
    margin-bottom: 1rem;
    color: var(--text-light);
}

.contact-item strong {
    color: var(--text-dark);
}

.contact-item a {
    color: var(--primary-color);
    text-decoration: none;
}

.contact-item a:hover {
    text-decoration: underline;
}

/* Contact Form */
.contact-form {
    background-color: var(--background-light);
    padding: 30px;
    border-radius: 15px;
    box-shadow: var(--shadow);
}

.contact-form h3 {
    color: var(--primary-color);
    margin-bottom: 1.5rem;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 12px 15px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: 1rem;
    transition: border-color 0.3s ease;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--secondary-color);
}

.submit-button {
    background-color: var(--primary-color);
    color: var(--white);
    padding: 12px 30px;
    border: none;
    border-radius: 25px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
}

.submit-button:hover {
    background-color: #7A4F7B;
    transform: translateY(-2px);
}

/* Footer */
footer {
    background-color: var(--primary-color);
    color: var(--white);
    padding: 30px 0;
    text-align: center;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.footer-links {
    display: flex;
    gap: 20px;
}

.footer-links a {
    color: var(--white);
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.footer-links a:hover {
    opacity: 0.8;
}

/* FAQ Section */
.faq {
    padding: 80px 0;
    background-color: var(--background-light);
}

.faq h2 {
    text-align: center;
    font-size: 2.2rem;
    color: var(--primary-color);
    margin-bottom: 3rem;
    margin-top: 100px;
}

.faq-item {
    background-color: var(--white);
    padding: 25px;
    border-radius: 15px;
    box-shadow: var(--shadow);
    margin-bottom: 20px;
}

.faq-item h3 {
    color: var(--primary-color);
    margin-bottom: 1rem;
    font-size: 1.2rem;
}

.faq-item p {
    color: var(--text-light);
    line-height: 1.6;
}

/* Responsive Design */
@media (max-width: 768px) {
header {
    min-height: 20px !important;
    padding: 0 0 !important;
}
    .mobile-menu-toggle {
        display: flex;
    }
    
    .logo h1 {
        font-size: 1.5rem;
        padding: 0 10px;
        width: 100%;
        overflow-wrap: break-word;
        word-wrap: break-word;
        word-break: break-word;
    }
    
    .nav-menu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: var(--white);
        flex-direction: column;
        padding: 20px;
        box-shadow: var(--shadow);
    }
    
    .nav-menu.active {
        display: flex;
    }
    
    .hero {
        padding: 120px 0 40px 0 !important;
    }
    
    .hero-content {
        padding-top: 0 !important;
    }
    
    .hero-content h2 {
        padding-top: 0 !important;
        margin-top: 0 !important;
        position: relative;
        z-index: 1;
    }
    
    .hero-content p {
        font-size: 1rem;
        margin-bottom: 0.5rem;
    }
    
    .services-grid {
        grid-template-columns: 1fr;
    }
    
    .contact-content {
        grid-template-columns: 1fr;
    }
    
    .footer-content {
        flex-direction: column;
        gap: 15px;
    }
    
    .about-content {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .profile-image {
        flex: 0 0 250px;
        margin-bottom: 2rem;
    }
}

@media (max-width: 480px) {
    /* Einheitliche kompakte Header- und Logo-Regeln für alle Seiten inkl. stillberatung-page */
    .logo-header-img {
        display: none !important;
    }
    .logo-flex {
        gap: 0 !important;
        align-items: flex-start !important;
        padding: 0 !important;
    }
    .logo h1 {
        font-size: 1.1rem !important;
        margin: 0 !important;
        line-height: 1.1 !important;
        padding: 0 !important;
    }
    .tagline {
        font-size: 0.8rem !important;
        margin-top: 0.2rem !important;
        margin-bottom: 0 !important;
        line-height: 1.1 !important;
    }
    header {
        min-height: 0 !important;
        padding: 0 !important;
        box-shadow: none !important;
    }
    nav .container {
        padding: 0.3rem 8px !important;
        min-height: 0 !important;
        gap: 0 !important;
    }
    .nav-menu {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        gap: 0.5rem !important;
        padding: 8px 0 !important;
        justify-content: flex-end !important;
        align-items: center !important;
        width: 100%;
        overflow-x: auto !important;
        min-width: 0 !important;
    }
    /* Kein Override für .header-spacer auf flyer-page, damit Desktop immer genug Abstand hat */
    .hero {
        padding: 40px 0 20px 0 !important;
    }
    .hero-content h2 {
        margin-bottom: 0.2rem !important;
    }
    section {
        padding: 40px 0 !important;
    }
    h2 {
        font-size: 1.5rem !important;
    }
}

/* Links Seite Styles */
.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    padding: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.service-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    padding: 1.5rem;
    text-align: center;
    transition: transform 0.3s ease;
}

.service-card:hover {
    transform: translateY(-5px);
}

.link-card {
    text-decoration: none;
    color: inherit;
    display: block;
}

.link-thumbnail {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 1rem;
    transition: transform 0.3s ease;
}

.service-card:hover .link-thumbnail {
    transform: scale(1.02);
}

.service-card h3 {
    margin: 1rem 0;
    color: #333;
}

/* Abstand für eigene Videos - Überschrift */
h2.own-videos-headline {
    margin-top: 3em !important;
}

/* Überschrift im Bereich Leistungen nicht vom Header verdecken */
.services-modern {
  scroll-margin-top: 180px;
}
.services-title {
  margin-top: 0.5em;
}

/* Abstand für Angebotsbereich, damit nichts vom Header verdeckt wird */
.angebot-modern {
  scroll-margin-top: 180px;
}
