/* Cluster-Stil: schwarzer Kreis mit weißer Schrift */
.marker-cluster div {
    background-color: black !important;
}

.marker-cluster span {
    color: white !important;
}

.marker-cluster-small,
.marker-cluster-medium,
.marker-cluster-large {
    background-color: rgba(0, 0, 0, 0.6) !important;
}