table.tbl_passend_fuer, .tbl_passend_fuer td, .tbl_passend_fuer th {
    border: 1px solid #dee2e6;
}

.tbl_passend_fuer {
    width: 100%;
    border-collapse: collapse;
}

.tbl_passend_fuer td, .tbl_passend_fuer th {
    padding: 5px;
    white-space: nowrap;
}

.tbl_passend_fuer tr:nth-child(even) {
    background: #f3f3f3;
}

.tbl_passend_fuer tr:nth-child(odd) {
    background: #FFF;
}

.tbl_passend_fuer tr.tr_heading {
    background: #ddd;
}

#tab-Fahrzeugliste {
    overflow: auto;
}

.markenauswahl {
    text-align: center;
}

.markenauswahl a {
    text-align: center;
    border: 1px solid #ddd;
    padding: 24px;
    background-color: #efefef;
    text-decoration: none;
    width: 100%;
    height: 100%;
    display: block;
}

.markenauswahl a:hover {
    background-color: #3cdbc0;
    color: #fff;
}

.box{
    box-sizing: border-box;
    border: 3px solid transparent;
    background-clip:padding-box;
}

.wrap_zurueck_zu_suchergebnissen {
    color: #fff;
    margin-bottom: 24px;
    max-width: 300px;
    text-align: center;
}

.wrap_zurueck_zu_suchergebnissen a {
    background-color: #3cdbc0;
    color: #fff;
    padding: 0.5rem;
    display: block;
    text-decoration: none;
    font-weight: bold;
}

.wrap_zurueck_zu_suchergebnissen a:hover {
    background-color: #15af97;
}

.wrap_head_fahrzeugsuche {
    color: #fff;
    margin-bottom: 24px;
    text-align: center;
}

.wrap_head_fahrzeugsuche a {
    background-color: #3cdbc0;
    color: #fff;
    padding: 0.5rem;
    display: block;
    text-decoration: none;
    font-weight: bold;
}

.wrap_head_fahrzeugsuche a:hover {
    background-color: #15af97;
}

#dm_fahrzeugsuche_ktypes_marke_kategorie:hover, #dm_fahrzeugsuche_ktypes_modelle_kategorie:hover, #dm_fahrzeugsuche_ktypes_motoren_kategorie:hover {
    background-color: #888;
    cursor: pointer;
}

.dm-message-container {
    align-items: center;
    justify-content: center;
    height: 100%;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 3000;
    display: none;
}

.dm-message {
    background-color: #148271;
    color: #fff;
    padding: 10px 30px;
    border-radius: 5px;
    display: none;
}

@media screen and (min-width: 700px) {
    #filter-btn {
        display: none;
    }
}

@media screen and (max-width: 700px) {
    #f {
        display: none;
    }
        #filter-title {
        display: none;
    }
}
