@media screen and (max-width: 1400px) {
    .block-ausbildung{
        width: 100% !important;
        flex: 1 1 100% !important;
    }
}

.block-ausbildung .container-inhalt{
    width: 100%;
    height: 100%;
    padding: 20px;

    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.block-ausbildung .container-border{
    border: 1px solid #a5a5a5;
}

.block-ausbildung .container-inhalt .offene-stellen-container{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap:20px;

    padding-top: 30px;
}

.block-ausbildung .container-inhalt .offene-stellen-container .offene-stellen-item-container{
    background-color: #FFFFFF;

}

.block-ausbildung .container-inhalt .offene-stellen-container .offene-stellen-item-container:hover{
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);

}


.block-ausbildung .container-inhalt .offene-stellen-container .offene-stellen-item-container-link{
    text-decoration: none !important;
    color:#444;
    padding-left:0% !important;
    padding-right:0% !important;
}


.block-ausbildung .container-inhalt .offene-stellen-container .offene-stellen-item-container .offene-stellen-item-container-title{
    padding-bottom: 20px;
}

.block-ausbildung .container-inhalt .offene-stellen-container .offene-stellen-item-container .offene-stellen-item-container-inner{
    padding: 30px;
}


.block-ausbildung .container-inhalt .offene-stellen-container .offene-stellen-item-container .offene-stellen-item-container-inner .offene-stellen-item-container-title{
    color: #444;
    font-size: 24px;
    font-weight: bold;
}

.block-ausbildung .container-inhalt .offene-stellen-container .offene-stellen-item-container .offene-stellen-item-container-inner .offene-stellen-item-container-arrow{
    display: flex;
    justify-content: flex-end;
    margin-top: 15px;
}

.block-ausbildung .container-inhalt .offene-stellen-container .offene-stellen-item-container .offene-stellen-item-container-inner .offene-stellen-item-container-arrow .offene-stellen-item-container-arrow-svg{
    width: 50px;
    height: auto;
    opacity: 0;
    transform: translateX(-20px);
    transition: transform 0.3s ease, opacity 0.3s ease;
}

@media screen and (min-width: 992px) {
    .block-ausbildung .container-inhalt .offene-stellen-container .offene-stellen-item-container .offene-stellen-item-container-inner .offene-stellen-item-container-infos{
        position: relative;
    }

    .block-ausbildung .container-inhalt .offene-stellen-container .offene-stellen-item-container .offene-stellen-item-container-inner .offene-stellen-item-container-arrow{
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        margin-top: 0;
    }
}

.block-ausbildung .container-inhalt .offene-stellen-container .offene-stellen-item-container:hover .offene-stellen-item-container-arrow .offene-stellen-item-container-arrow-svg {
    opacity: 1;
    transform: translateX(0);
}

.block-ausbildung .container-inhalt .offene-stellen-container .offene-stellen-item-container .offene-stellen-item-container-inner .offene-stellen-item-container-title .offene-stellen-item-container-gender{
    color: #444;
    font-size: 16px;
    font-weight: normal;
}

@media screen and (max-width: 1750px) {
    .offene-stellen-item-container-infos{
        width: 80%;
    }
}

@media screen and (max-width: 991px) {
    .offene-stellen-item-container-infos{
        width: 100%;
    }
}

@media screen and (max-width: 420px) {

    .block-ausbildung .container-inhalt .offene-stellen-container .offene-stellen-item-container .offene-stellen-item-container-inner {
    padding: 0px;
    }

}
