.overflow-auto{
    overflow-y: auto;
    max-height: 300px;
    background-color: white;
    overflow-x: hidden;
    z-index: 10000;
    position: relative;
}

.d-none {
    display: none !important;
}

.h-4{
    font-weight: bold;
}

.tarife:nth-child(odd) {
    background-color: #fff;
    /*border-color: #408FE5;*/
    /*border-style: solid;*/
    /*border-width: 2px;*/
    /*border-right: none;*/
    /*border-left:none ;*/
}

.tarife:nth-child(even) {
    background-color: #D0E3F9;
    /*border-color: #408FE5;*/
    /*border-style: solid;*/
    /*border-width: 2px;*/
    /*border-right: none;*/
    /*border-left:none ;*/
}

#berufs-auswahl .unter {
    z-index: 0;
}

#berufs-auswahl .ueber {
    z-index: 9;
}

#berufs-auswahl {
    position: relative;
}

#berufs-auswahl .hinweis-auf {
    font-weight: bold;
}

#berufs-auswahl .tarife {
    padding-bottom: 15px;
}

@media (max-width:767px) {
    /* .berufe-anzeige-click-fix{
        display: none;
    } */
    .click-fix{
        display:inline-block;
        margin-bottom: 20px;
    }
}
