.gdo_dsgvo_overlay {
    position: fixed;
    background: #000;
    opacity: 0.2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: unset;
    display: block;
    z-index: 5000;
}

.gdo_dsgvo_info {
    position: fixed;
    background: mistyrose;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 128px;
    padding: 32px;
    font-size: 16px;
    z-index: 5001;
}
