.ce_er24_legal_text.imprint h2 {
    font-size: 1rem;
    text-transform: unset;
    font-weight: 700;
    margin-bottom: 12px;
}

.altcha-main svg {
    width: 24px;
}

.widget.widget-altcha input {
    opacity: 1;
    appearance: auto;
}

.widget.widget-altcha .external-link::after {
    display: none;
}

.widget.widget-altcha label {
    font-size: 0.9em !important;
    font-weight: 400 !important;
    color: #707070 !important;
}

.video_container .play-button {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    color: inherit;
    font: inherit;
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: transform 0.3s ease-in-out;
}

.video_container .play-button:hover {
    transform: scale(1.1);
}

.video_container .play-button::before {
    content: '\f04b';
    font-family: 'Font Awesome 5 Free';
    font-size: 2em;
    font-weight: 700;
    color: #fff;
    background-color: #e2c204;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    width: 3.25em;
    height: 3.25em;
}

@media screen and (max-width: 500px) {
    .video_container .play-button::before {
        font-size: 1.5em;
    }
}
