    /* Fix: Kontaktformular Hintergrund auch mobil einheitlich */
    .contact-form-modern {
        background: #f7f4f7 !important;
    }
/* Mobile Styles - nur aktiv unter 768px */
@media (max-width: 768px) {
    /* Header Anpassungen */
    header {
        height: auto !important;
        min-height: 60px !important;
        padding: 0.5rem 0 !important;
    }

    .header-spacer {
        height: 70px !important;
    }

    /* Logo und Text im Header */
    .logo-header-img {
        width: 40px !important;
        height: 40px !important;
        margin-right: 0.5rem !important;
    }

    h1 {
        font-size: 1rem !important;
        line-height: 1.2 !important;
    }

    .tagline {
        font-size: 0.8rem !important;
        margin: 0 !important;
    }

    /* Mobile Navigation */
    .nav-menu {
        display: none !important;
        position: fixed !important;
        top: 60px !important;
        left: 0 !important;
        width: 100% !important;
        background: white !important;
        box-shadow: 0 2px 4px rgba(0,0,0,0.1) !important;
        padding: 1rem !important;
    }

    .nav-menu.active {
        display: flex !important;
        flex-direction: column !important;
    }

    .nav-menu li {
        margin: 0.5rem 0 !important;
        width: 100% !important;
        text-align: center !important;
    }

    .nav-menu a {
        padding: 0.5rem !important;
        display: block !important;
    }



    /* Content Anpassungen */
    .container {
        padding: 0 1rem !important;
    }

    /* Schriftgrößen */
    h2 {
        font-size: 1.5rem !important;
        margin: 1rem 0 !important;
    }

    h3 {
        font-size: 1.2rem !important;
    }

    p {
        font-size: 0.9rem !important;
        line-height: 1.5 !important;
    }

    /* Grid/Layout */
    .services-grid,
    .grid {
        grid-template-columns: 1fr !important;
        gap: 1rem !important;
    }

    /* Bilder */
    img {
        max-width: 100% !important;
        height: auto !important;
    }

    /* Profilbild "Über mich" Anpassung */
    .about-img {
        max-width: 250px !important;
        width: 80% !important;
        margin: 0 auto 1rem auto !important;
        display: block !important;
    }

    /* Buttons */
    button,
    .button {
        width: 100% !important;
        padding: 0.8rem !important;
        font-size: 0.9rem !important;
    }

    /* Abstände */
    section {
        padding: 1rem 0 !important;
    }

    .hero {
        padding: 1rem 0 !important;
    }

    /* Forms */
    input,
    textarea {
        font-size: 16px !important; /* Verhindert iOS Zoom */
    }
}
