.ausbildungsnachweis .overflow-auto{
    overflow-y: auto;
    max-height: 300px;
    background-color: white;
    overflow-x: hidden;
    z-index: 10000;
    position: relative;
}

.ausbildungsnachweis .h-4{
    font-weight: bold;
}
.ausbildungsnachweis .institutionen:nth-child(odd) {
    background-color: #fff;
    /*border-color: #408FE5;*/
    /*border-style: solid;*/
    /*border-width: 2px;*/
    /*border-right: none;*/
    /*border-left:none ;*/
}

.ausbildungsnachweis .institutionen:nth-child(even) {
    background-color: #D0E3F9;
    /*border-color: #408FE5;*/
    /*border-style: solid;*/
    /*border-width: 2px;*/
    /*border-right: none;*/
    /*border-left:none ;*/
}



@media (max-width:767px) {
    /* .berufe-anzeige-click-fix{
        display: none;
    } */
    .ausbildungsnachweis .click-fix{
        display:inline-block;
        margin-bottom: 20px;
    }
}

.ausbildungsnachweis .text-bold {
    font-weight: bold;
}