/* <style> */

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

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