.verteiler-leistungen{
    font-weight: 500;
}
.verteiler-leistungen:hover a{
    color: var(--secondary)!important;
}

@media only screen and (max-width: 575px){
    .verteiler-leistungen{
        width: 100%;
    }
}