
.cat-car {
    background: #302755 !important;
    color: #fff!important;
}
.cat-bahn 
{
    background: none !important;
    color: #fff!important;
}

@media only screen and (min-width : 767.98px) {
    .anreise{
        position: relative;
        border-radius: 50px !important;
        background: #36353F;
        border: 0px solid #36353F;
        width: max-content;
        z-index: 99;
        top: 150px;
    }

}
@media only screen and (max-width : 767.98px) {
    .cat-bahn{
        background: #B2A799 !important;
        margin-top: 1rem;
    }
}
