/*Bei Testimonials-Slider auf Landingpage weißen Text*/
.testimonials-text-white p{
    color: white !important;
}

/*Aufzählung in richtiger Schriftart*/
.enumeration {
    font-family: 'Gilroy';
    width: 80vw;
}

/*automatische Silbentrennung bei Abschnitt Warum Siblik?*/
.warum-siblik{
    -webkit-hyphens: auto !important;
    hyphens: auto !important;
    overflow-wrap: break-word !important;
}