.leaflet-marker-icon {
	background-color: rgba(0, 79, 128, 0);
        border: none;
	}
.leaflet-marker-icon div.blue {
	background-color: rgba(0, 79, 128, 0.75);
	}
.leaflet-marker-icon div.pink {
	background-color: rgba(233,30,99,0.75);
	}        

	/* IE 6-8 fallback colors */
.leaflet-oldie .marker-cluster-small {
	background-color: rgb(0, 79, 128);
	}
.leaflet-oldie .marker-cluster-small div {
	background-color: rgb(0, 79, 128);
	}


.leaflet-marker-icon{
	background-clip: padding-box;
	border-radius: 20px;
	}
.leaflet-marker-icon div{
	width: 25px;
	height: 25px;
	margin-left: -9px;
	margin-top: -9px;

	text-align: center;
	border-radius: 15px;
	font: 1.5rem "BundesSansWeb",Helvetica,Arial,sans-serif;
	color: #fff;
	font-weight: bold;
	}
	
.leaflet-marker-icon div.pink{
	width: 40px;
	height: 40px;
	border-radius: 20px;
	}	
	
	
.leaflet-marker-icon span,        
        {
	line-height: 22px;
	}



.leaflet-cluster-anim .leaflet-marker-icon, .leaflet-cluster-anim .leaflet-marker-shadow {
	-webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.3s ease-in;
	-moz-transition: -moz-transform 0.3s ease-out, opacity 0.3s ease-in;
	-o-transition: -o-transform 0.3s ease-out, opacity 0.3s ease-in;
	transition: transform 0.3s ease-out, opacity 0.3s ease-in;
}

.leaflet-cluster-spider-leg {
	/* stroke-dashoffset (duration and function) should match with leaflet-marker-icon transform in order to track it exactly */
	-webkit-transition: -webkit-stroke-dashoffset 0.3s ease-out, -webkit-stroke-opacity 0.3s ease-in;
	-moz-transition: -moz-stroke-dashoffset 0.3s ease-out, -moz-stroke-opacity 0.3s ease-in;
	-o-transition: -o-stroke-dashoffset 0.3s ease-out, -o-stroke-opacity 0.3s ease-in;
	transition: stroke-dashoffset 0.3s ease-out, stroke-opacity 0.3s ease-in;
}

.legende span {
    display: inline-block;
    border-radius: 15px;
    width: 15px;
    height: 15px;
    margin-top: 0px;
    top: 0.28ex;
    position: relative;
}
.legende span.blue {
    background-color: rgba(0, 79, 128, 0.75);
}
.legende span.pink {
    background-color: rgba(233,30,99,0.75);
}