.overflow-auto{
    overflow-y: auto;
    max-height: 300px;
    background-color: white;
    overflow-x: hidden;
    z-index: 10000;
    position: relative;
}

.d-none {
    display: none;
}

.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 ;*/
}

.unter{
    z-index: 0;
}

.ueber {
    z-index: 9;
}

#berufs-auswahl{
    position: relative;
}

@media screen and (max-width: 990px){
    #tabellen-indikator{
        display: none;
        border-bottom: black;
        border-style: solid;
        border-width: 2px;
    }

    .hinweis-auf{
        font-weight: bold;
    }

    .tarife{
        padding-bottom: 10px;
        background-color: white;
        margin-top: 10px;
       
    }

    .tarife:hover{
        box-shadow: 10px 10px lightgrey;
    }
}

@media screen and (min-width: 990px) {
    
    .hinweis-auf{
        display: none;
    }
    
}

