/* Layout & Header Fixes (Ursprüngliche Basis + KORREKTUR Content-Margin auf 50px V16) */

/* Basis-Styles (Unverändert) */ 
body { 
    min-width: 100% !important; 
    width: 100%; 
    overflow-x: hidden; 
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; 
    background-color: #F4F4F9 !important; 
    color: #333333 !important; 
    padding-top: 0 !important;  
} 

html { 
    font-size: 100%; 
} 

/* Ihre ursprünglichen CMS-Regeln */
.index.home .top-bar { 
    background-color: #323c46 !important; 
} 
.index.home #header { 
    padding-top: 0 !important; 
    padding-bottom: 0 !important; 
    margin-bottom: 0 !important; 
} 
.index.home #content { 
    margin-top: 0 !important;  
} 

#header-wrapper { 
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05); 
} 

/* ---------------------------------------------------------------------- */ 
/* UNIVERSAL MOBILE PADDING FÜR ALLE UNTERSEITEN */ 
/* ---------------------------------------------------------------------- */ 
@media screen and (max-width: 768px) {
    /* Mobile Unterseiten: Kompensation 60px */
    body:not(.home) {
        padding-top: 60px !important;
    } 
    body:not(.home) #content { 
        position: static !important; 
        margin-top: 0 !important; 
        margin-bottom: 0 !important; 
        padding-top: 0 !important; 
    } 
}

/* ---------------------------------------------------------------------- */ 
/* 🎯 GEZIELTE STARTSEITEN-KORREKTUREN (MOBILE) 🎯 */ 
/* ---------------------------------------------------------------------- */ 

@media screen and (max-width: 768px) { 
     
    /* STELLSCHRAUBE 3: H2-Container verstecken (Zwingend notwendig!) */ 
    .index.home div.columns.text-center { 
        position: absolute !important; 
        left: -9999px !important; 
        top: auto !important; 
        width: 1px !important; 
        height: 1px !important; 
        overflow: hidden !important; 
        margin: 0 !important; 
        padding: 0 !important; 
    } 
     
    /* STELLSCHRAUBE 1: Body-Padding (Basiswert 60px) */ 
    .index.home body { 
        padding-top: 60px !important;  
    } 
     
    /* 🎯 STELLSCHRAUBE 2: Content Verschiebung (KORRIGIERT auf 50px) 🎯 */ 
    .index.home #content { 
        margin-top: 50px !important;  /* <- HIER AUF 50px VERMINDERT */
        padding-top: 0 !important; 
        position: relative !important; 
    } 
     
    /* STELLSCHRAUBE 4b: H2-Korrektur (zusätzlicher Reset) */ 
    .index.home .section-headline { position: static !important; top: auto !important; margin-top: 0 !important; } 
    .index.home .section-headline h2 { margin-bottom: 0 !important; } 

    /* STELLSCHRAUBE 4a: Text-Korrektur (zusätzlicher Reset) */ 
    .index.home .content_wrapper .row .columns .i_content_wrapper text 
    div#page_page_4895302 p:first-child { margin-top: 0 !important; 
    padding-top: 0 !important; margin-bottom: 0 !important; } 

    .index.home .content_wrapper .row .columns .i_content_wrapper text 
    div#page_page_4895302 p { margin-bottom: 5px !important; } 

    /* BILD- UND CTA-KORREKTUREN (Mobile) */ 
    .image-left, .image-right, .insert_module { display: block 
    !important; float: none !important; clear: both !important; margin: 20px
     auto !important; width: 100% !important; max-width: 400px; box-sizing: 
    border-box; } 
    .image-left.fad_image_width_auto { width: auto !important; max-width: 120px !important; } 
    .cta-button { float: none; display: block; width: 100%; margin-left: 0; margin-top: 15px; text-align: center; } 
} 

/* ---------------------------------------------------------------------- */ 
/* KACHELN & FOOTER STYLES (Unverändert übernommen) */ 
/* ---------------------------------------------------------------------- */ 
h1 { font-size: 2.5em; color: #0077B6; margin-top: 0; margin-bottom: 0; padding-top: 0; padding-bottom: 0; } 
h2 { margin-top: 0 !important; margin-bottom: 0 !important; 
padding-top: 0 !important; padding-bottom: 0 !important; font-size: 
2.5em; color: #0077B6; } 
h3 { font-size: 1.4em; color: #333333; line-height: 1.4; margin-top: 15px; margin-bottom: 15px; } 
.page_box.row { background-color: #FFFFFF; border-radius: 8px; 
overflow: hidden; margin-bottom: 25px; box-shadow: 0 4px 10px rgba(0, 0,
 0, 0.08); transition: transform 0.3s ease; } 
.page_box.row:hover { transform: translateY(-3px); box-shadow: 0 6px 15px rgba(0, 0, 0, 0.12); } 
.page_box_image { width: 50%; min-height: 200px; } 
.page_box_image img { height: 100%; object-fit: cover; } 
.page_box_link:nth-child(2) { width: 50%; padding: 20px; } 
.footer1 { background-color: #333333 !important; color: #FFFFFF !important; padding: 30px 0; } 
.footer2 { background-color: #1a1a1a !important; color: #CCCCCC !important; } 
.footer1