div.standorte {
    margin-top: 15px;
}

div.standort {
    background-color: #f0f0f0;
    color: #626262;

    height: 40px;

    margin-top:5px;
    margin-bottom: 5px;
    padding-top: 10px;
    padding-left: 18px;

    font-family: Verdana, sans-serif !important;
    font-size: 14px;
    /*font-weight: bold;*/
    letter-spacing: 2px;

    background-image: url('../images/arrow_link.png');
    background-position: 95% 13px;
    background-repeat: no-repeat;


    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;

    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;

    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;

    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;

}
div.standort:hover {
    background-color: #E1ECF7;
}

img.standorte-marker {
    width: 22px;
    display: block;
    float: left;
    margin-left: 22px;
    margin-bottom: 5px;
    margin-top: 19px;
}
div.standorte-abc {
    display: block;
    float: left;
    margin-left: 10px;
    margin-top: 20px;

    font-family: Verdana, sans-serif !important;
    font-size: 16px;
    font-weight: bold;
}


div.color-Assistance {
    background-color: #3D808C !important;
}
div.color-Akademie {
    background-color: #AD325D !important;

}
div.color-Lernwelten {
    background-color: #889B32 !important;
}

img.standorte-map {
    margin-top: 37px;
}

:focus-visible {
    outline: 0 !important;
}