.marker-cluster div {
    width: 30px;
    height: 30px;
    margin-left: 5px;
    margin-top: 5px;
    text-align: center;
    font-family: "itc", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 11px;
}

.marker-cluster span {
    line-height: 30px;
    color: #fff
}
.marker-cluster-small {
    background-image: url('/typo3conf/ext/maps2_extended/Resources/Public/Images/cluster.png');
    background-size: 100% 100%;
}

.marker-cluster-small div {
}

.marker-cluster-medium {
    background-image: url('/typo3conf/ext/maps2_extended/Resources/Public/Images/cluster.png');
    background-size: 45px 45px;
    width: 45px !important;
    height: 45px !important;
    margin-left: -22px !important;
    margin-top: -22px !important;
}

.marker-cluster-medium div {
    margin-left: 8px;
    margin-top: 8px;
}

.marker-cluster-large {
    background-image: url('/typo3conf/ext/maps2_extended/Resources/Public/Images/cluster.png');
    background-size: 55px 55px;
    width: 56px !important;
    height: 56px !important;
    margin-left: -30px !important;
    margin-top: -30px !important;
}

.marker-cluster-large div {
    width: 30px;
    height: 30px;
    margin-left: 12px;
    margin-top: 12px;
    text-align: center;
    font-size: 12px;
}
.marker-cluster-large div span {
    line-height: 32px;
}
/* IE 6-8 fallback colors */
.leaflet-oldie .marker-cluster-small {
    background-color: rgb(181, 226, 140);
}

.leaflet-oldie .marker-cluster-small div {
    background-color: rgb(110, 204, 57);
}

.leaflet-oldie .marker-cluster-medium {
    background-color: rgb(241, 211, 87);
}

.leaflet-oldie .marker-cluster-medium div {
    background-color: rgb(240, 194, 12);
}

.leaflet-oldie .marker-cluster-large {
    background-color: rgb(253, 156, 115);
}

.leaflet-oldie .marker-cluster-large div {
    background-color: rgb(241, 128, 23);
}

.marker-cluster {
    background-clip: padding-box;
    border-radius: 20px;
}


