/* CSS Document */

.article.widget-basic-banner[data-banner-type='1'] {
    margin-left: 50%;
    width: 100vw;
    transform: translate3d(-50%, 0, 0);
}

.row:has(.article.widget-basic-banner[data-banner-type='1']) .group > .margin > .padding {
    display: block;
}

.article.widget-basic-banner > .margin > .padding {
    padding: 0;
}

.article.widget-basic-banner .wrap {
    position: relative;
}

.article.widget-basic-banner .wrap.border-on-image:before {
    content: '';
    position: absolute;
    display: block;
    inset: 1.25rem;
    border: 1px solid #fff;
    z-index: 1;
}

.article.widget-basic-banner .wrap[data-fullscreen='1'] {
    height: 100vh;
}

.article.widget-basic-banner .wrap > .image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    z-index: -1;
}

.article.widget-basic-banner .wrap > .image.fixed-height img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.article.widget-basic-banner.done-loading .wrap > .image,
.article.widget-basic-banner.done-loading .wrap > .play-button,
.article.widget-basic-banner.done-loading .wrap > .text-wrap {
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
}

.article.widget-basic-banner .wrap > .text-wrap {
    margin: 0 auto;
    position: relative;
    opacity: 0;
    z-index: 0;
    overflow: hidden;
}

.article.widget-basic-banner .wrap > .text-wrap > .overlay-text {
    position: absolute;
    z-index: 2;
    padding: 20px 75px;
    height: 100%;
}

/*
* auto height instellingen
*/
.article.widget-basic-banner.fixed-height .wrap {
    float: left;
    width: 100%;
}

.article.widget-basic-banner.fixed-height .wrap > .image {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
}

.article.widget-basic-banner.fixed-height .wrap > .image img {
    display: block;
}

.article.widget-basic-banner.fixed-height .wrap > .text-wrap {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

/*
* AUTO
*/
.article.widget-basic-banner .wrap > .text-wrap.auto {
    max-width: 1500px;
    height: 100%;
}

.article.widget-basic-banner .wrap > .text-wrap.auto > .overlay-text {
    display: table;
    height: 100%;
    left: 0;
}

.article.widget-basic-banner .wrap > .text-wrap.auto > .overlay-text > div {
    vertical-align: top;
    display: table-cell;
    position: relative;
    max-width: 100%;
}

/*
* TL
*/
.article.widget-basic-banner .wrap > .text-wrap.tl {
    max-width: 1500px;
    height: 100%;
}

.article.widget-basic-banner .wrap > .text-wrap.tl > .overlay-text {
    display: table;
    height: 100%;
    left: 0;
}

.article.widget-basic-banner .wrap > .text-wrap.tl > .overlay-text > div {
    vertical-align: top;
    display: table-cell;
    position: relative;
    max-width: 750px;
}

/*
* TC
*/
.article.widget-basic-banner .wrap > .text-wrap.tc {
    max-width: 1500px;
    height: 100%;
}

.article.widget-basic-banner .wrap > .text-wrap.tc > .overlay-text {
    display: table;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

.article.widget-basic-banner .wrap > .text-wrap.tc > .overlay-text > div {
    vertical-align: top;
    display: table-cell;
    max-width: 75px;
}

/*
* TR
*/
.article.widget-basic-banner .wrap > .text-wrap.tr {
    max-width: 1500px;
    height: 100%;
}

.article.widget-basic-banner .wrap > .text-wrap.tr > .overlay-text {
    display: table;
    height: 100%;
    right: 0;
}

.article.widget-basic-banner .wrap > .text-wrap.tr > .overlay-text > div {
    vertical-align: top;
    display: table-cell;
    position: relative;
    max-width: 750px;
}

/*
* ML
*/
.article.widget-basic-banner .wrap > .text-wrap.ml {
    height: 100%;
}

.article.widget-basic-banner .wrap > .text-wrap.ml > .overlay-text {
    display: table;
    height: 100%;
    left: 0;
}

.article.widget-basic-banner .wrap > .text-wrap.ml > .overlay-text > div {
    vertical-align: middle;
    display: table-cell;
    position: relative;
    max-width: 750px;
}

/*
* MC
*/
.article.widget-basic-banner .wrap > .text-wrap.mc {
    max-width: 1500px;
    height: 100%;
}

.article.widget-basic-banner .wrap > .text-wrap.mc > .overlay-text {
    display: table;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

.article.widget-basic-banner .wrap > .text-wrap.mc > .overlay-text > div {
    vertical-align: middle;
    display: table-cell;
    max-width: 750px;
    overflow: hidden;
    max-height: 100%;
}

/*
* MR
*/
.article.widget-basic-banner .wrap > .text-wrap.mr {
    max-width: 1500px;
    height: 100%;
}

.article.widget-basic-banner .wrap > .text-wrap.mr > .overlay-text {
    display: table;
    height: 100%;
    right: 0;
}

.article.widget-basic-banner .wrap > .text-wrap.mr > .overlay-text > div {
    vertical-align: middle;
    display: table-cell;
    position: relative;
    max-width: 750px;
}

/*
* BL
*/
.article.widget-basic-banner .wrap > .text-wrap.bl {
    max-width: 1500px;
    height: 100%;
}

.article.widget-basic-banner .wrap > .text-wrap.bl > .overlay-text {
    display: table;
    height: 100%;
    left: 0;
}

.article.widget-basic-banner .wrap > .text-wrap.bl > .overlay-text > div {
    vertical-align: bottom;
    display: table-cell;
    position: relative;
    max-width: 750px;
}

/*
* BC
*/
.article.widget-basic-banner .wrap > .text-wrap.bc {
    max-width: 1500px;
    height: 100%;
}

.article.widget-basic-banner .wrap > .text-wrap.bc > .overlay-text {
    display: table;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

.article.widget-basic-banner .wrap > .text-wrap.bc > .overlay-text > div {
    vertical-align: bottom;
    display: table-cell;
    max-width: 750px;
}

/*
* BR
*/
.article.widget-basic-banner .wrap > .text-wrap.br {
    max-width: 1500px;
    height: 100%;
}

.article.widget-basic-banner .wrap > .text-wrap.br > .overlay-text {
    display: table;
    height: 100%;
    right: 0;
}

.article.widget-basic-banner .wrap > .text-wrap.br > .overlay-text > div {
    vertical-align: bottom;
    display: table-cell;
    position: relative;
    max-width: 750px;
}

.article.widget-basic-banner .wrap > .close-button {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.15s ease-in-out;
}

.article.widget-basic-banner .wrap > .close-button > i {
    color: #fff;
    font-size: 30px;
    cursor: pointer;
}

.article.widget-basic-banner .wrap > .play-button {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    text-align: center;
    display: table;
    opacity: 0;
    z-index: -1;
}

.article.widget-basic-banner .wrap > .play-button > div {
    vertical-align: middle;
    display: table-cell;
}

.article.widget-basic-banner .wrap > .play-button > div > i {
    font-size: 60px;
    height: 40px;
    width: 40px;
    color: #fff;
    border-radius: 50%;
    cursor: pointer;
    opacity: 0.9;
    margin-left: -20px;
    transition: opacity 0.15s ease-in-out;
}

.article.widget-basic-banner .wrap > .play-button > div > i:hover {
    opacity: 1;
}

.article.widget-basic-banner .wrap > .video-embed {
    display: none;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    overflow: hidden;
}

.article.widget-basic-banner .wrap > .video-embed iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.article.widget-basic-banner .wrap > .video-embed .cover {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.article.widget-basic-banner .wrap > .video-embed[data-background='1'] .cover {
    display: block;
}

.article.widget-basic-banner .wrap > .video-embed.active {
    display: block;
    opacity: 1;
}

.article.widget-basic-banner .wrap > .video-embed.active ~ .close-button {
    opacity: 1;
    z-index: 6;
}
.article.widget-basic-banner .wrap > .video-embed[data-background='1'][data-auto-play='1'] ~ .close-button {
    display: none;
}

.overlay-text h1,
.overlay-text h2 {
    font-size: 95px;
    line-height: 81px;
    font-weight: 100;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.25);
}

body.black-pattern .overlay-text h1,
body.black-pattern .overlay-text h2 {
    font-family: 'novecento-sans-condensed', sans-serif;
    font-weight: 400;
}

.overlay-text .page-name {
    display: block;
    font-size: 35px;
    font-family: 'novecento-sans-condensed', sans-serif;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.2);
    text-transform: lowercase;
    font-weight: 500;
    padding-bottom: 15px;
}

.overlay-text .page-label {
    display: inline-flex;
    font-weight: 600;
    font-size: 12px;
    padding: 4px 16px;
    text-transform: uppercase;
    border-radius: 13px;
    background-color: #eb6338;
    color: #fff;
    line-height: 14px;
    margin-bottom: 1rem;
    letter-spacing: 0.5px;
}
.overlay-text .page-label[data-value='Product van de maand'] {
    background-color: #ed3637;
}

/* A */
@media (max-width: 1194px) {
}

/* B */
@media (max-width: 991px) {
}

/* C */
@media (max-width: 767px) {
    .article.widget-basic-banner .wrap > .close-button {
        right: 0px;
        top: 0px;
    }

    .article.widget-basic-banner .wrap > .close-button > i {
        padding: 20px;
    }

    .article.widget-basic-banner .wrap > .text-wrap > .overlay-text {
        padding: 20px 45px;
    }

    .article.widget-basic-banner .wrap.text-under {
        height: auto !important;
    }
    .article.widget-basic-banner .wrap.text-under > .image {
        position: relative;
    }
    .article.widget-basic-banner .wrap.text-under > .text-wrap > .overlay-text {
        position: relative;
        padding: 20px 15px;
    }

    .overlay-text h1,
    .overlay-text h2 {
        font-size: 44px;
        line-height: 38px;
    }
}

/* D */
@media (max-width: 479px) {
}
