.leaflet-div-icon {
    background: none;
    border: none;
}

.leaflet-popup-content-wrapper {
    border-radius: 0;
    min-width: 250px;
}
.leaflet-popup-content {
    margin: 10px 10px 15px;
}

.cluster_blue {
    background-image: url("//cdn.goingelectric.de/stromtankstellen/img/marker/m1.png");
    background-position: 0 0;
    color: black;
    cursor: pointer;
    font-family: Arial,sans-serif;
    font-size: 11px;
    height: 53px;
    line-height: 53px;
    text-align: center;
    width: 53px;
    position: absolute;
    top: -23px;
    left: -20px;    
}
.cluster_yellow {
    background-image: url("//cdn.goingelectric.de/stromtankstellen/img/marker/m2.png");
    background-position: 0 0;
    color: black;
    cursor: pointer;
    font-family: Arial,sans-serif;
    font-size: 11px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    width: 56px;
    position: absolute;
    top: -24px;
    left: -21px;     
}
.cluster_red {
    background-image: url("//cdn.goingelectric.de/stromtankstellen/img/marker/m3.png");
    background-position: 0 0;
    color: black;
    cursor: pointer;
    font-family: Arial,sans-serif;
    font-size: 11px;
    height: 66px;
    line-height: 66px;
    text-align: center;
    width: 66px;
    position: absolute;
    top: -29px;
    left: -26px;     
}

i.marker_red {
    cursor: pointer;
    color: #ea2626;
    font-size: 3.5em;
    position: absolute;
    bottom: 2px;
    left: -15px; 
}
i.marker_orange {
    cursor: pointer;
    color: rgb(239, 138, 83);
    font-size: 3.5em;
    position: absolute;
    bottom: 2px;
    left: -15px; 
}
i.marker_blue {
    cursor: pointer;
    color: rgb(78, 204, 225);
    font-size: 3.5em;
    position: absolute;
    bottom: 2px;
    left: -15px; 
}
i.marker_grey {
    cursor: pointer;
    color: rgb(147, 159, 180);
    font-size: 3.5em;
    position: absolute;
    bottom: 2px;
    left: -15px;  
}
i.marker_black {
    cursor: pointer;
    color: rgb(71, 78, 91);
    font-size: 3.5em;
    position: absolute;
    bottom: 2px;
    left: -15px; 
}
i.marker_green {
    cursor: pointer;
    color: green;
    font-size: 3.5em;
    position: absolute;
    bottom: 2px;
    left: -15px; 
}

i.fault_report {
    cursor: pointer;
    color: red;
    font-size: 1.4em;
    right: -12px;
    bottom: 33px;
    position: absolute;    
}

.leaflet-container .leaflet-marker-pane img.map_marker {
    /*cursor: pointer;*/
    bottom: 2px;
    left: -15px;
    position: absolute;
    width: 42px;
}

.map_marker_fault_report {
    cursor: pointer;
    right: -12px;
    bottom: 33px;
    position: absolute;
}

#map_infobox {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color:white;
    display: none;
    max-width:700px;
    margin-left:auto;
    margin-right:auto;
    left:0;
    right:0;
    z-index: 1000; 
    border-top: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    border-left: 1px solid #e8e8e8;
}

.map_static {
    height: 40rem;
    max-height: 125px;
    margin: 0 0 1rem 0;
    position: relative;
    box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    overflow: hidden;
}

#map_overlay {
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
}

#map_overlay span {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 35%;
    font-size: 2rem;
    color: whitesmoke
}

#map_wrapper {
    height: 40rem;
    max-height: 600px;
    margin: 0 0 1rem 0;
    position: relative;
    box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.2);
    z-index: 1;
    float: left;
    width: 100%;
    overflow-y: hidden;
}

.map_infobox_small{
    max-height: inherit;
    overflow-x: hidden;   
}

.map_infobox_large{
    max-height: 90%;
    overflow-y: auto;
    overflow-x: hidden;   
}

#list a:hover {
    color: #0ba4ec;
    cursor: pointer;
}

.rating {
    background: url("../../wp-content/themes/gematerial/images/grade-lightgrey.svg") no-repeat;
    background-size: cover;
    cursor: pointer;
    width: 18px;
    height: 18px;
    float: left;
}

.rating.active_hover {
    background: url("../../wp-content/themes/gematerial/images/grade-blue.svg") no-repeat;
    background-size: cover;
}

.rating.active_click {
    background: url("../../wp-content/themes/gematerial/images/grade-blue.svg") no-repeat;
    background-size: cover;
}

.comment_icon.prefix {
    background: url("../../wp-content/themes/gematerial/images/comment-black.svg") no-repeat;
    background-size: cover;
    width: 24px;
    height: 24px;
}
.comment_icon.prefix.active {
    background: url("../../wp-content/themes/gematerial/images/comment-blue.svg") no-repeat;
    background-size: cover;
}

#searchfield i {
    /*
    vertical-align: middle;
    line-height: 30px;
    font-size: 22px;
    margin-left: 2px;  
    */  
}
#search_map {
    /*height: 2rem;
    margin-bottom: 0;*/
}

.delete-complete {
    position: absolute;
    right: 0.75rem;
    bottom: 1rem;
    cursor: pointer;
    display: none;    
}

.autocomplete-content.dropdown-content {
    opacity: 1;
    top: 3.2rem;
    margin: 0 0.75rem;
    right: 0;
}

.autocomplete-content.dropdown-content li > span {
    padding: 7px 10px;
}

#ac_network_search_advanced {
    height: 30px !important;
}

#openinghours_hour_advanced {
    height: 30px !important;
}

#map_option_button {
    color: #343434;
    top: 1rem
}

#map_options {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    z-index: 11;
    background-color: white;
    min-height: 100px;
    display: none;
    margin-top: 1rem
}

.category {
    color: #0ba4ec;
    margin: 0.5rem 0;
    display: inline-block;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.5;
}
.card-title .category a {
    color: #0ba4ec;
}

@media only screen and (min-width: 993px) {
    #map_option_button {
        top: 0.5rem;
    }
    #map_options {
        margin-top: 0.6rem;
    }
}