@import "fonts.css";
@import "../fonts/font-awesome/css/font-awesome.css";

.gdpr-automated {
	display: none !important;
	opacity: 0 !important;
	visibility: hidden !important;
	max-height: 0px !important;
}

.module-gdpr-facade {
    position: relative;
    width: 100%;
    height: 100%;
    color: #fff;
    overflow: hidden;
}

.module-gdpr-facade .message-wrapper {
    display: none;
}

.module-gdpr-facade.video-embed {
    padding-bottom: unset;
    height: unset;
    position: relative;
    width: 100%;
}

.module-gdpr-facade.video-embed .ratio::before {
    display: block;
    padding-top: 56.25%;
    content: "";
}

.module-gdpr-facade.video-embed .ratio .video-embed-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.module-gdpr-facade.video-embed .fgr-facade::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #1b1b1b;
}

.module-gdpr-facade.video-embed .logo-facade {
    position: absolute;
    top: 1rem;
    left: 1rem;
    z-index: 3;
    height: 40px;
    width: auto;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .module-gdpr-facade.video-embed .logo-facade {
        display: none;
    }
}

@media screen and (max-width: 575px) {
    .module-gdpr-facade.video-embed .logo-facade {
        display: none;
    }
}

.module-gdpr-facade.video-embed .message .title {
    font-weight: bold;
    margin-top: 0px;
}

@media screen and (max-width: 575px) {
    .module-gdpr-facade.video-embed .message .title {
        font-size: 12px;
        line-height: 1.3;
        margin-bottom: 5px;
    }
}

@media screen and (max-width: 575px) {
    .module-gdpr-facade.video-embed .message .text {
        font-size: 12px;
        line-height: 1.3;
        margin-bottom: 10px;
    }
}

.module-gdpr-facade.video-embed .control-facade {
    position: absolute;
    left: 1rem;
    bottom: 8px;
    right: 1rem;
    color: #fff;
    display: flex;
    justify-content: space-between;
}

.module-gdpr-facade.video-embed .message .btn {
    font-family: 'Open Sans';
}

@media screen and (max-width: 575px) {
    .module-gdpr-facade.video-embed .message .btn {
        font-size: 10px !important;
    }
}

@media screen and (max-width: 767px) {
    .module-gdpr-facade.video-embed .control-facade {
        bottom: 5px;
    }
}

.module-gdpr-facade.video-embed .control-facade::before,
.module-gdpr-facade.video-embed .control-facade::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    top: -15px;
}

@media screen and (max-width: 767px) {
    .module-gdpr-facade.video-embed .control-facade::before,
    .module-gdpr-facade.video-embed .control-facade::after {
        top: -10px;
    }
}

.module-gdpr-facade.video-embed .control-facade::before {
    background-color: #f00;
    z-index: 1;
    width: 30%;
}

.module-gdpr-facade.video-embed .control-facade::after {
    background-color: #e8e8e8;
}

@media screen and (max-width: 767px) {
    .module-gdpr-facade.video-embed .control-facade .icons img {
        max-height: 16px;
    }
}

.module-gdpr-facade .fgr-facade {
    display: block;
}

.module-gdpr-facade .fgr-facade::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    z-index: 2;
}

.module-gdpr-facade .fgr-facade .img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: blur(3px);
}

.module-gdpr-facade .message-wrapper .message {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: unset;
    user-select: none;
    text-align: center;
    z-index: 3;
    padding-left: 15px;
    padding-right: 15px;
}

.module-gdpr-facade .message-wrapper .message .title,
.module-gdpr-facade .message-wrapper .message .text {
    text-shadow: 0px 0px 5px #000;
}

.module-gdpr-facade .message-wrapper .message .title {
    display: flex;
    justify-content: center;
}

.module-gdpr-facade .message-wrapper .message .title img {
    max-width: 20px;
    margin-right: 8px;
}

@media screen and (max-width: 767px) {
    .module-gdpr-facade .message-wrapper .message .title img {
        max-width: 15px;
    }
}

.module-gdpr-facade .message-wrapper .message .btn {
    display: block;
    width: 100%;
    padding: 0.625rem 0.9375rem;
    cursor: pointer;
}

.module-gdpr-facade .message-wrapper .message .btn.btn-primary {
    color: #fff;
    background-color: #008bd0;
    border: none;
}

.module-gdpr-facade .message-wrapper .message .btn.btn-secondary {
    color: #008bd0;
    background-color: #fff;
    border-color: #008bd0;
    margin-top: 10px;
}

@media screen and (max-width: 575px) {
    .module-gdpr-facade .message-wrapper .message .btn {
        line-height: 1;
        padding-top: 8px;
        padding-bottom: 8px;
    }
}

.module-gdpr-facade .message-wrapper .copyright {
    position: absolute;
    bottom: 0;
    right: 0.5rem;
    font-size: 0.6rem;
    z-index: 2;
}

@media print {
    .module-gdpr-facade {
        display: none !important;
    }
}