div.titel{
    background-color: #007aad;

    min-height:40px;
    margin-top:10px;
    margin-bottom:0px;
    padding-top: 60px;
    padding-left:20px;
    /*padding-bottom: 5px;*/
    letter-spacing: 2px;
    line-height: 30px;

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

}

div.standorte-menu {
    background-color: #f0f0f0;
    color: #626262;

    height:40px;
    margin-top:0px;
    margin-bottom: 10px;
    padding-top: 0px;
    padding-left: 0px;
    letter-spacing: 2px;

    -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;
}

a.standorte-menu-item {
    border-right: 1px solid #c3c3c3;
    box-sizing: border-box;

    font-size: 15px !important;
    padding-top: 10px;
    height: 100%;
    width: 33.333%;
    text-align: center;

    display: block;
    float: left;
}
a.standorte-menu-item:first-child{
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
}
a.standorte-menu-item:last-child {
    border-right: none;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
    /*padding-right: 100%;*/
}
a.active {
    background-color: #E1ECF7;
}

a.standort-link {
    font-family: Verdana, sans-serif !important;
    font-size: 16px;
    font-weight: bold;
    color: #5D5D5D !important;
}

font.normal {
    color:white !important;;
    font-size: 32px !important;
    padding-left: 5px !important;
    font-weight: normal !important;
    line-height: 5px !important;

    /*display: block;*/
    /*float: left;*/
}

font.bold {
    color:white !important;
    font-size: 32px !important;
    font-weight: bold !important;
    line-height: 5px !important;

    /*display: block;*/
    /*float: left;*/
}

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