/* ========================================
   5 Gründe Section - Mit Löffel Overlay
   ======================================== */

.gruende-section {
    padding: 80px 0;
    padding-top: 100px;
    padding-bottom: 112px;/*432*/
    background-color: #f5f1e9;
    border-radius: 8px;
    position: relative;
    z-index: 15;
    max-width: 1672px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px; /* NOCH WEITER NACH OBEN! */

}

/* Container */
.gruende-section .container {
    --bs-gutter-x: 5rem;
    padding-left: 112px; /* Innenabstand links */
    padding-right: 0px; /* Innenabstand rechts */
}

.gruende_mobile_spacer {
   display: none;
}


/* Wrapper für Content + Löffel */
.gruende-wrapper {
    position: relative;
    min-height: 330px;
}

/* Folgeelement nach oben schieben */
.gruende-section + .frame-type-textpic.frame-layout-11 {
    margin-top: -100px;
    position: relative;
    z-index: 15;
}
    

/* ========================================
   Text Content
   ======================================== */

.gruende-content {
    position: relative;
    max-width: 990px;
    z-index: 10;
}

/* Headline - Rot, groß */
.gruende-headline {
    font-size: 5.0rem;
    font-weight: 200;
    color: #e73331;
    line-height: 1.1;
    margin-bottom: 12px;
}

/* Intro Text */
.gruende-intro {
    font-size: 1.25rem;
    line-height: 1.8;
    margin-bottom: 24px;
    color: #000000;
    font-weight: 200;
}

.gruende-intro strong {
    font-weight: 700;
}



/* ========================================
   Löffel Overlay - Rechts
   ======================================== */

.gruende-loeffel {
    position: absolute;
    top: -305px;
    right: 275px;
    width: 754px;
    max-width: none;
    z-index: 5;
    pointer-events: none;
}

.loeffel-image {
    width: 100%;
    height: auto;
    display: block;
}

/* ========================================
   Responsive
   ======================================== */

@media (max-width: 1600px) {
    .gruende-loeffel {
        width: 800px;
        right: -80px;
        top: -300px;
    }
}

@media (max-width: 1400px) {
    .gruende-headline {
        font-size: 4rem;
    }

    .gruende-loeffel {
        width: 700px;
        right: -60px;
        top: -250px;
    }
}

@media (max-width: 1200px) {
    .gruende-section {
        padding: 100px 0;
    }

    .gruende-headline {
        font-size: 3.5rem;
    }


    .gruende-loeffel {
        width: 600px;
        right: -40px;
    }
}

@media (max-width: 991px) {
    .gruende-section .container {
        padding-left: 40px;
    }

    .gruende_mobile_spacer {
        display: block;
        padding-top: 130px;
        background: #FFFFFF;
    }


    .gruende-section {
        padding: 80px 0;
    }

    .gruende-headline {
        font-size: 3rem;
    }

    .gruende-intro {
        font-size: 1.125rem;
    }

    .gruende-content {
        max-width: 800px;
    }

    .gruende-loeffel {
        width: 500px;
        right: -20px;
        top: -200px;
    }
}

@media (max-width: 768px) {
    .gruende-section {
        padding: 60px 0;
    }

    .gruende-headline {
        font-size: 2.5rem;
        margin-bottom: 20px;
    }

    .gruende-intro {
        font-size: 1.1rem;
    }

    .gruende-content {
        max-width: 100%;
        padding-right: 20px;
    }

    /* Löffel kleiner und weniger Overlap */
    .gruende-loeffel {
        width: 400px;
        right: -10px;
        top: -160px;

    }
}

@media (max-width: 576px) {
    .gruende-section .container {
        padding: 0 20px;
    }

    .gruende-headline {
        font-size: 2rem;
    }


    /* Löffel noch kleiner */
    .gruende-loeffel {
        width: 300px;
        right: 0;
        top: -130px;

    }
}
