.section-popup-gdpr {
    position:fixed;
    bottom: 0px;
    left:0px;
    right:0px !important;

    height:auto;
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 150px;
    margin: 0px;
    width:100%;
    z-index: 489;
    background: var(--themecolor);
    color: #fff;
    visibility: hidden;

}
.section-popup-gdpr .section-inner {
    width: 100%;
}
.section-popup-gdpr .section-inner .gdpr-popup {
    position: relative;
    width: 95%;
    padding: 3%;
}
.section-popup-gdpr .btn-close {
    color: #fff;
    font-weight: bold;
    padding-left: 10px;
    padding-left: 3%;
    cursor: pointer;

}
.section-popup-gdpr a {
    color: #fff;
	text-decoration:underline !important;
}

.hidden {
    visibility: hidden;
}

.visible {
    visibility: visible;
}