.tx_atlvideoarea .hellgrau {
    background-color: #f0f0f0;
}

@media (max-width: 767px) {
    .tx_atlvideoarea {
        padding: 5%;
    }
}

.tx_atlvideoarea .reyher-gelb {
    background-color: #ffb800;
}

.tx_atlvideoarea .video-container {
    height: auto;
    max-width: 100%;
}

.tx-atl-video-area .video-area {
    padding-bottom: 100px;
}

.tx_atlvideoarea .mehr-video-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.tx_atlvideoarea .mehrvideos {
    position: absolute;
}

.tx_atlvideoarea .thumbnail {
    width: 100%;
    height: auto;
}

.tx_atlvideoarea .dividebox {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.tx_atlvideoarea .thumbnail-top {
    flex: 1 1 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tx_atlvideoarea .paddingdiv {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.tx_atlvideoarea .paddingdiv-mini {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.tx_atlvideoarea .play-overlay {
    width: 20%;
    height: auto;
}

.tx_atlvideoarea .video-info {
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    background-color: rgb(255 255 255 / .9);
    height: 45%;
    padding-left: 15px;
}

.tx_atlvideoarea .video-info-text {
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 1.3;
}

.tx_atlvideoarea {
    position: relative;
    display: flex;
    justify-content: center;
}

.tx_atlvideoarea .topic-videos-bg,
#video-viewer {
    position: fixed;
    width: 570px;
    background-color: #e3e3e3;
    padding: 20px;
    display: none;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -40%);
    z-index: 1500;
    max-width: 90%;
    max-height: 90%;
    overflow: auto;
}

.tx_atlvideoarea .topic-description {
    margin-bottom: 2rem;
}

#video-viewer {
    z-index: 1600;
    width: 100%;
    height: auto;
    max-width: 65%;
    padding-bottom: 5px;
}

@media (max-width: 768px) {
    #video-viewer {
        max-width: 90%;
        overflow-y: scroll;
    }
}

.tx_atlvideoarea .thumbnail-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 41.9%;
}

.tx_atlvideoarea .thumbnail-container2 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.tx_atlvideoarea .more-video-button {
    cursor: pointer;
    border: none;
    outline: none;
    background: none;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.tx_atlvideoarea .more-video-button:focus {
    outline: none;
}

.tx_atlvideoarea .video-thumbnail {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tx_atlvideoarea .play-overlay2 {
    position: absolute;
    width: 25%;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.tx_atlvideoarea .video-entry p {
    font-size: small;
}

.tx_atlvideoarea .close-videos-button {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    border: none;
    outline: none;
    background: none;
    font-weight: bold;
    font-size: 1.8rem;
}

.tx_atlvideoarea .youtube-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    width: 100%;
}

.tx_atlvideoarea .youtube-container iframe,
.tx_atlvideoarea .youtube-container object,
.tx_atlvideoarea .youtube-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#video-title h6 {
    margin-bottom: 1rem;
    padding-left: 15px;
}

.tx_atlvideoarea .open-video {
    cursor: pointer;
}

@media (max-width: 768px) {
    .tx_atlvideoarea .topic-videos-bg,
    #video-viewer {
        padding: 16px;
    }

    #video-title {
        width: 91%;
    }

    #video-title h6 {
        margin-bottom: 6px;
    }
}

.tx_atlvideoarea .playbutton {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* 2clickoverlay */

.tx_atlvideoarea .ce-video-2click {
    padding: 56.34% 0 0;
    position: relative;
    width: 100%;
}

.tx_atlvideoarea .youtube-overlay > *:not(button) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.tx_atlvideoarea .youtube-overlay iframe {
    border: none;
}

.tx_atlvideoarea .youtube-overlay {
    top: 109px;
    left: 109px;
    right: 109px;
    bottom: 109px;
    width: auto;
    height: auto;
    background-color: #fff;
    text-align: center;
    padding: 20px;
}

.tx_atlvideoarea .youtube-overlay > div.overlay-info {
    background-color: rgb(255 255 255 / .9);
    width: 100%;
    top: 0;
    left: 0;
    height: auto;
    padding: 15px 15px 80px;
    border: solid 3px #e3e3e3;
}

.tx_atlvideoarea .youtube-overlay button {
    background-color: #ffb800;
    border: 1px solid #000;
    color: #000;
    padding: 8px 25px 8px 30px;
    margin: 12px 0;
    font-size: 1rem;
    cursor: pointer;
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width: 1024px) {
    .tx_atlvideoarea .youtube-overlay {
        top: 12px;
        left: 12px;
        right: 12px;
        bottom: 12px;
        padding: 0;
    }

    .tx_atlvideoarea .youtube-overlay p {
        margin-bottom: 0;
    }

    .tx_atlvideoarea .youtube-overlay button {
        margin: 3px 0 0;
    }
}
