/* <style> */

#map .userlocation,
#map div[title="Ihr Standort"] {
    background: #f09187;
}

#map .userlocation:before,
#map .userlocation:after,
#map div[title="Ihr Standort"]:before,
#map div[title="Ihr Standort"]:after {
    box-shadow: inset 0 0 5px #f09187, inset 0 0 5px #f09187, inset 0 0 5px #f09187, 0 0 5px #f09187, 0 0 5px #f09187, 0 0 5px #f09187;
}
