.sp-megamenu-parent>li.active>a, .sp-megamenu-parent>li.active:hover>a {
    color: #223E97;
}
body .sppb-btn.sppb-btn-default, body .sppb-btn.sppb-btn-primary, body .sppb-btn.btn-primary, body .btn.sppb-btn-default, body .btn.sppb-btn-primary, body .btn.btn-primary {
    background-color: #223E97;
    color: #ffffff;
}
.sp-megamenu-parent>li>a:hover {
    color: #223E97;
}
/* Einfache Sprache Block */
.einfacher-text {
    font-size: 1.1rem;
    line-height: 1.6;
    max-width: 800px;
    margin: 2rem auto;
    padding: 1.5rem;
    background-color: #f9f9f9;
    color: #000000;
    border-left: 5px solid #70A54A;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.einfacher-text h2 {
    font-size: 1.5rem;
    color: #70A54A;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
}

.einfacher-text ul {
    list-style-type: disc;
    padding-left: 1.5rem;
    margin-bottom: 1rem;
}

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

.einfacher-text strong {
    color: #C29D20;
}
