/* <style> */

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

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