/* <style> */

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

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