/* Schriftfarbe in .drp-booking-overview weiß */
.drp-booking-overview {
    color: #fff !important;
}
/* Schriftfarbe in .drp-course-booking weiß */
.drp-course-booking {
    color: #fff !important;
}
/* Schriftfarbe in .drp-course-detail weiß */
.drp-course-detail {
    color: #fff !important;
}

/* Titel in der Kursliste weiß, außer innerhalb von .drp-row */
.drp-course-list-title:not(.drp-row .drp-course-list-title) {
    color: #fff !important;
}
