.marker-cluster-small {
	background-color: rgba(181, 226, 140, 0);
	}
.marker-cluster-small div {
	background-color: rgba(64, 64, 64, 0.75);
	}

.marker-cluster-medium {
	background-color: rgba(241, 211, 87, 0);
	}
.marker-cluster-medium div {
	background-color: rgba(64, 64, 64, 0.75);
	}

.marker-cluster-large {
	background-color: rgba(253, 156, 115, 0);
	}
.marker-cluster-large div {
	background-color: rgba(64, 64, 64, 0.75);
	}

.extra-marker-liebenau {
	width: 34px!important;
	height: 34px!important;
	background-color: transparent!important;
	border-width: 0!important;
	margin-left: -18px!important;
 	margin-top: -14px!important;
}

.extra-marker-liebenau div {
	width: 34px;
	height: 34px;
	margin-left: 4px;
	margin-top: 4px;
	text-align: center;
	border-radius: 17px;
	font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
	background-color: rgba(64, 64, 64, 0.75);
	line-height: 34px;
	color: white!important;
}

	/* IE 6-8 fallback colors */
.leaflet-oldie .marker-cluster-small {
	background-color: transparent;
	}
.leaflet-oldie .marker-cluster-small div {
	background-color: rgb(64, 64, 64);
	}

.leaflet-oldie .marker-cluster-medium {
	background-color: transparent;
	}
.leaflet-oldie .marker-cluster-medium div {
	background-color: rgb(64, 64, 64);
	}

.leaflet-oldie .marker-cluster-large {
	background-color: transparent;
	}
.leaflet-oldie .marker-cluster-large div {
	background-color: rgb(64, 64, 64);
}

.marker-cluster {
	background-clip: padding-box;
	border-radius: 20px;
}

.marker-cluster div {
	width: 34px;
	height: 34px;
	margin-left: 3px;
 	margin-top: 7px;
	text-align: center;
	border-radius: 17px;
	font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.marker-cluster span {
	line-height: 34px;
	color: white;
}