/* Animationen im CKEditor deaktivieren – auch fürs Bild */
.cke_editable [data-anime],
.cke_editable [data-bottom-top],
.cke_editable [data-top-bottom],
.cke_editable [data-shadow-animation],
.cke_editable [data-anime] img,
.cke_editable [data-bottom-top] img,
.cke_editable [data-top-bottom] img,
.cke_editable [data-shadow-animation] img {
    transform: none !important;
    opacity: 1 !important;
    transition: none !important;
}


/* Form */
.form-check input {
    padding: unset !important;
}

.form-check-input:checked {
    background-color: #009f71 !important;
    border-color: #009f71 !important;
}
/* End Form */

.bg-color header nav {
  background-color: #23262d !important;
}


.kunden-logo-box {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 24px;            
    min-height: 120px;          
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05); 
    border: 0; 
}

.kunden-logo-img {
    max-height: 75px;          
    width: auto;
    object-fit: contain;
    border: 0;
    box-shadow: none;
}

@media (max-width: 767.98px) {
    .kunden-logo-box {
        padding: 18px;
        min-height: 90px;
    }
    .kunden-logo-img {
        max-height: 60px;      
    }
}


    .pdf-card {
        border: 1px solid #009f71;
        border-radius: 14px;
        background: #ffffff;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
        transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
    }

    .pdf-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 14px 30px rgba(0, 0, 0, 0.16);
        border-color: #009f71; 
        background-color: #f8fff9;
    }

    .pdf-icon-circle {
        width: 48px;
        height: 48px;
        border-radius: 50%;
        border: 2px solid #009f71;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 16px;
        flex-shrink: 0;
        background: #e6f9ec;
    }

    .pdf-icon-circle i {
        font-size: 22px;
        line-height: 1;
        color: #009f71;
    }
    .pdf-sub {
        font-size: 12px;
        color: #009f71;
    }


       
        @media (max-width: 767.98px) {
            #rechtliches h1 {
                font-size: 3.438rem;
  line-height: 3.438rem;
            }
        }

