.videoheader-image {
width: 100%;
height: 100%;
object-fit: cover;
}

.video-text .ce_doublepic_element {
    margin-bottom: 0;
}

.double-image-text-layout-0 .big-image,
.double-image-text-layout-1 .big-image {
    max-width: 565px;
    aspect-ratio: 1;
}

.double-image-text-layout-0 .videoheader_element_frame,
.double-image-text-layout-1 .videoheader_element_frame {
    max-width: 565px;
    aspect-ratio: 1;
}

.video-text .btn {width: 50%;}


/* ab hier fabse */

.videoheader-container-element {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    z-index: 99999999999999;
    background-color: #000000ab;
    justify-content: center;
    align-items: center;
    display: none;
}

.videoheader_element_frame {
    position: relative;
}

.videoheader_element {
    margin-right: calc((100vw - 75.75rem) / 2);
}

.play {
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.play-txt {
    margin-left: 0.25rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 0.15rem;
}

.play-inner span {
    pointer-events: none;
    color: var(--White);
    font-size: 1.25rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.play-inner {
    display: flex;
    color: var(--White);
    padding: 0.94rem 1.88rem 0.88rem;
    background: rgba(9, 9, 9, 0.20);
    backdrop-filter: blur(20.75px);
}

.videoheader_element_frame:hover .play-inner {
    color: var(--Red);
}

.videoheader_element_frame:hover .play-inner span {
    pointer-events: none;
    color: var(--Red);
}

.videoheader_element .videoheader_element_frame > img {
    width: 100%;
    height: auto;
}

@media(max-width: 1200px) {
    .videoheader_element {
        margin-right: 0;
    }
}

.show .videoheader-container-element {
    display: flex;
}

.able .able-vidcap-container video {
    max-width: 100%;
    width: 100%;
    max-height: 60vh;
}

@media(max-width: 991px) {
    .able .able-vidcap-container video {
        max-height: 80vh;
    }
}

img.videoheader-image {
    cursor: pointer;
}

.close-btn {
    position: fixed;
    right: 2rem;
    top: 2rem;
    cursor: pointer;
}

.close-btn span {
    color: var(--White);
    font-size: 4rem;
}

.videoheader_container_wrap h1 {
    font-size: 4.375rem;
    line-height: 4.375rem;
}

.videoheader_text_wrap {
    max-width: 49rem;
}

.videoheader_text_wrap .teaser-text {
    max-width: 42.625rem;
}

.videotext .videoheader_text_wrap {
    max-width: 55.25rem;
}

.videotext .videoheader_element {
    margin-right: 0;
}

.videotext .bodytext {
    max-width: 22.9375rem;
    padding-left: 6.5rem;
}

.videotext-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media(max-width: 991px) {
    .videotext .bodytext {
        max-width: 100%;
        margin-top: 3rem;
        padding: 0 50px;
    }
}

.videopictext .videopictext-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.videopictext .videopictext-left .videoheader_text_wrap {
    max-width: 32rem;
}

.videopictext .videoheader_element_frame {
    padding-left: 4rem;
    padding-bottom: 4rem;
}

.videopictext .play {
    width: calc(100% - 4rem);
    height: calc(100% - 4rem);
}

.videopictext .small-image {
    pointer-events: none;
    position: absolute;
    bottom: 6rem;
    left: -1.5rem;
}

.able-transcript-area {
    left: 0 !important;
    position: fixed !important;
    top: 0 !important;
}

@media(max-width: 991px) {
    .close-btn {
        z-index: 99999999;
        background-color: #ffffff1f;
        height: 64px;
    }

    .videoheader_container_wrap h1 {
        font-size: 3.25rem;
        line-height: 3.5rem;
    }

    .videopictext .play {
        width: 100%;
        height: 100%;
    }

    .videopictext .videoheader_element_frame {
        padding-left: 4rem;
        padding-bottom: 4rem;
    }

    .videopictext .videopictext-left {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-bottom: 5rem;
    }

    .videopictext .videopictext-left .videoheader_text_wrap {
        max-width: 80%;
    }
}

@media(max-width: 600px) {
    .videopictext .videopictext-left .videoheader_text_wrap {
        max-width: 100%;
    }

    .videopictext .link-type-4 a.button {
        width: 100%;
        text-align: center;
    }

    .videopictext .ce_link_element.link-type-4 {
        width: 100%;
    }
}

/* Able Player Fixes */

.able-big-play-button {
    font-size: 2rem;
}
