/* MKE - 12.05.2021 - KITCOMM-173 */
.local-video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
.local-video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* MKE - 18.12.2024 - ODSUPPORT-7912 */
.jobs .joblist {
    display: flex;
    flex-direction: column;
}
.jobs .joblist .jobs__link {
    display: inline-block;
    margin-bottom: 8px;
    line-height: 1.4em;
}
