#popup-lang-dsgvo {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999999;
    top: 0;
}

.poup-wrap {
    height: 100%;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.poup-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #00000061;
    backdrop-filter: blur(10px);
    z-index: 1;
}

.popup-inner {
    background-color: var(--color-1);
    padding: 5vw;
    border-radius: 10px;
    z-index: 99;
}

.popup-inner * {
    color: var(--color-2);
}

.popup-inner h5 {
    margin-bottom: 0.5em;
}

.popup-inner p {
    font-size: 1.1rem;
}

.popup-inner .buttons {
    margin-top: 2.1em;
    display: flex;
    gap: 5px;
}

.popup-inner .buttons>* {
    border: none;
    width: 50%;
    font-family: var(--mainfont);
    font-weight: 500 !important;
    color: #fff !important;
    padding: 1.2em 3em;
    display: flex;
    font-size: 1rem;
    justify-content: center;
    border-radius: 10px;
    cursor: pointer;
}

#acceptButton {
    background-color: #73b044;

}

#declineButton {
    background-color: #b80025;

}

.glink-dsgvo-wrapper * {
	pointer-events: none;
}



/**für vc editor*/
.vcwb-editor-html #header-lang .gtranslate_wrapper {
    display: none;
}