/*
Theme Name:   Aterlier Inges
Theme URI:    https://www.atelieringes.nl
Description:  Custom theme for atelieringes.nl
Author:       2atWork.com + 5701.nl
Template:     platform
Version:      1.0
Text Domain:  platform-child

REM

16px

8px = 0.5rem
9px = 0.5625rem
10px = 0.625rem
11px = 0.6875rem
12px = 0.75rem
13px = 0.8125rem
14px = 0.875rem
15px = 0.9375rem
16px = 1rem (base)
18px = 1.125rem
20px = 1.25rem
22px = 1.375rem
24px = 1.5rem
26px = 1.625rem
28px = 1.75rem
30px = 1.875rem
32px = 2rem
34px = 2.125rem
36px = 2.25rem
38px = 2.375rem
40px = 2.5rem

*/

:root {
    --black: #000000;
    --dark: #333333;
    --dark-gray: #666666;
    --lighter: #f5f5f5;
    --light: #999999;
    --gray: #bfcbd2;
    --white: #ffffff;
    --primary: #cb5023;
    --yellow: #ffc310;
    --ocher: #c9ae00;
    --purple: #812bac;
    --violet: #7853ff;
    --magenta: #e6007e;
    --dark-red: #b50800;
}

* {
    outline: 0 !important;
}

img {
    image-rendering: optimizeQuality;
}

html {
    font-size: calc(15px + 0.390625vw);
    height: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html.sr .load-hidden {
    visibility: hidden;
}

body {
    position: relative;
    height: 100%;
    font-family: 'Fira Sans', sans-serif;
    font-size: calc(14px + (17 - 14) * ((100vw - 300px) / (1600 - 300)));
    font-weight: 400;
    line-height: 1.6;
    color: var(--dark);
    background-color: var(--lighter);
    overflow-y: scroll;
}

small,
.small {
    font-size: calc(14px + (17 - 14) * ((100vw - 300px) / (1600 - 300)));
}

.border-bottom {
    border-color: #999 !important;
}

.border-light {
    border-color: #FFF !important;
}

@font-face {
    font-family: 'ESRB';
    src: url('fonts/esrb.woff2') format('woff2'),
        url('fonts/esrb.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

::-moz-placeholder {
    font-family: 'Barlow Condensed', sans-serif !important;
    text-transform: uppercase;
    color: var(--dark) !important;
}

:-ms-input-placeholder {
    font-family: 'Barlow Condensed', sans-serif !important;
    text-transform: uppercase;
    color: var(--dark) !important;
}

.form-select,
::placeholder {
    font-family: 'Barlow Condensed', sans-serif !important;
    text-transform: uppercase;
    color: var(--dark) !important;
}

.f-alt {
    font-family: 'Barlow Condensed', sans-serif !important;
    line-height: 1.2;
    font-size: calc(16px + (18 - 14) * ((100vw - 300px) / (1600 - 300)));
}


.f-serif {
    font-family: 'Noto Serif'!important;
    font-weight: 600;
}

.f-cn {
    font-family: 'Fira Sans Condensed', sans-serif !important;
}

.f-sl {
    font-family: 'ESRB', sans-serif !important;
    font-size: calc(32px + (18 - 14) * ((100vw - 300px) / (1600 - 300)));
}

/* Colors */

.bg-none {
    background: none;
}

.bg-dark {
    background: var(--dark) !important;
}

.bg-dark::-moz-placeholder {
    color: var(--lighter) !important;
}

.bg-dark:-ms-input-placeholder {
    color: var(--lighter) !important;
}

.bg-dark::placeholder {
    color: var(--lighter) !important;
}

/*
:root {
    --black: #000000;
    --dark: #333333;
    --dark-gray: #666666;
    --lighter: #f5f5f5;
    --light: #999999;
    --gray: #bfcbd2;
    --white: #ffffff;
    --primary: #cb5023;
    --yellow: #ffc310;
    --ocher: #c9ae00;
    --purple: #812bac;
    --violet: #7853ff;
    --magenta: #e6007e;
    --dark-red: #b50800;
}
*/

.pointer {
    cursor: pointer !important;
}

.stroke {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    color: #FFF;
    width: 100%;
    height: 100%;
    min-height: 3rem;
    text-align: center;
    vertical-align: middle;
    line-height: 1;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
}

.stroke div {
    position: absolute;
    width: 100%;
    height: 100%;
    min-height: 4rem;
    -webkit-mask: url('images/stroke.svg') no-repeat center center;
    mask: url('images/stroke.svg') no-repeat center center;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    z-index: 0;
}

.stroke span {
    text-align: center;
    vertical-align: middle;
    padding-top: 0.4rem;
    line-height: 1;
    z-index: 1;
}

.stroke.bg-dark-red div {
    background-color: var(--dark-red);
}

.stroke.bg-ocher div {
    background-color: var(--ocher);
}

.stroke.bg-purple div {
    background-color: var(--purple);
}

.stroke.bg-violet div {
    background-color: var(--violet);
}


/* Tools */

.m-scene {}

.m-scene .scene_element {
    animation-duration: 600ms;
    transition-timing-function: ease-in;
    animation-fill-mode: both;
}

.m-scene .scene_element--fadein {
    animation-name: fadeIn;
}

.m-scene.is-exiting .scene_element {
    animation-direction: alternate-reverse;
}

.line-height-1 {
    line-height: 1;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.z {
    z-index: -1;
}

.z-1 {
    z-index: 1;
}

.z-fix-0 {
    z-index: 0 !important;
}

.z-fix {
    z-index: 100 !important;
}

.overflow-hidden {
    overflow: hidden;
}

.h-min-100 {
    min-height: 100% !important;
}

.overflow-x-hidden {
    overflow-x: hidden;
}

.overflow-visible {
    overflow: visible;
}

.text-shadow {
    text-shadow: 0px 6px 11px rgba(0,0,0,0.8);
}

.lead {
    font-size: calc(18px + (19 - 16) * ((100vw - 300px) / (1600 - 300)));
    font-weight: 400;
}

@media (min-width: 768px) {

    .h-100-md {
        min-height: 100%;
    }

    .h-auto-md {
        min-height: auto;
    }

    .min-height-event-img {
        min-height: 200px;
        max-height: 200px;
    }
}

@media (min-width: 992px) {

    .h-100-lg {
        min-height: 100%;
    }

    .h-auto-lg {
        min-height: auto;
    }

    .min-height-event-img {
        min-height: 200px;
        max-height: 200px;
    }
}

.h-min-lg-50 {
    min-height: 320px !important;
    height: 45vh !important;
}

body.home .h-min-lg-50 {
    min-height: 480px !important;
    height: 65vh !important;
}

@media (min-width: 992px) {
    .w-lg-50 {
        width: 30% !important;
    }
    .bg-primary-hover:hover img.w-lg-50 {
        width: 32% !important;
    }
}

@media (min-width: 1200px) {
    .w-lg-50 {
        width: 40% !important;
    }
    .bg-primary-hover:hover img.w-lg-50 {
        width: 42% !important;
    }
}

@media (min-width: 1400px) {

    .h-min-lg-50 {
        min-height: 480px !important;
        height: calc(40vh) !important;
    }

    body.home .h-min-lg-50 {
        min-height: 540px !important;
        height: calc(30vh) !important;
    }

}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
}

.noselect a {
    cursor: pointer;
}

.select {
    -webkit-touch-callout: all;
    -webkit-user-select: all;
    -moz-user-select: all;
    -ms-user-select: all;
    user-select: all;
    cursor: default;
}

/* Colors */

.bg-black {
    background: var(--black) !important;
}

.bg-light,
.bg-light-gray {
    background: var(--lighter) !important;
}

.bg-warm-white-gray {
    background: var(--warm-white-gray) !important;
}

.bg-warm-light-gray {
    background: var(--warm-light-gray) !important;
}

.bg-warm-gray {
    background: var(--warm-gray) !important;
}

.bg-warm-dark-gray {
    background: var(--warm-dark-gray) !important;
}

.bg-primary {
    background: var(--primary) !important;
}

.bg-secondary,
.bg-gray {
    background: var(--gray) !important;
}

.text-light {
    color: var(--light) !important;
}

.text-dark-gray {
    color: var(--dark-gray) !important;
}

/* Navbar */

.navbar a {
    font-family: 'Fira Sans';
    color: var(--lighter);
    transition: color 300ms ease;
}

.navbar li:hover a,
.navbar a:hover {
    color: var(--white) !important;
}

.current-menu-item a {
    color: var(--black) !important;
    text-decoration: underline;
}

.navbar .current-menu-item a {
    color: var(--white) !important;
    text-decoration: none;
}

.topbar-social {
    top: 4px;
    right: 7rem;
}

@media(min-width: 768px) {
    .topbar-social {
        top: auto;
        right: 0px;
    }
}

.navbar-toggler-alt {
    position: absolute !important;
    right: 1.5rem !important;
    top: 1.5rem !important;
    z-index: 501 !important;
}

/* Typography */

h1, .h1,
h2, .h2,
h3, .h3 {
    font-family: 'Noto Serif';
    font-weight: 600;
}

.ls-1 {
    letter-spacing: 0.125rem;
}

.logo_c {
    position: relative;
    height: 40px;
    width: 100%;
    z-index: 500;
}

.logo {
    position: relative;
    width: 100%;
    height: 40px;
    background: url('images/atelier-inges_logo.png') no-repeat top center;
    background-size: contain;
}

.logo-alt {
    position: relative;
    width: 100%;
    height: 92px;
    background: url('images/atelier-inges_logo_alt.png') no-repeat top center;
    background-size: contain;
}

.navbar-collapse {
    z-index: 0;
}

@media (min-width: 992px) {
    .logo_c {
        height: 60px;
    }

    .logo {
        height: 120px;
    }
}

/* Images */

.img-object {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.img-contain {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

/* Swiper */
.swiper {
    width: 100%;
    height: 100%;
}

.swiper-carousel {
    width: 100%;
    height: auto;
}

/*
@media (min-width: 576px) and (max-width: 991.98px) {
    .swiper-carousel .swiper-slide {
        width: calc(226.11744084136723%) !important;
        max-width: 365px !important;
    }
}


*/

/* Header */

.header-stroke {
    position: absolute;
    bottom: 0;
    width: 100vw;
    background-image: url('images/atelier-inges_header-stroke.png');
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: bottom center;
    z-index: 1;
}

.card-stroke {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-image: url('images/atelier-inges_header-stroke.png');
    background-size: 300% auto;
    background-repeat: no-repeat;
    background-position: bottom center;
    z-index: 0;
}

.footer-stroke {
    position: absolute;
    bottom: 0;
    width: 100vw;
    background-image: url('images/atelier-inges_footer-stroke.png');
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: bottom center;
    z-index: 1;
}

@media (min-width: 992px) {

    #header-content {
        min-height: 120px;
    }

    #header-content>div {
        min-height: 120px;
    }

}

.bg-image {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.bg-image-header {
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.bg-image-header-alt {
    position: relative;
}

.bg-image-header-alt::before {
    content: '';
    position: absolute;
    top: 0px;
    right: 0;
    height: calc(100% - 30px);
    width: 100%;
    z-index: 0;
    background-image: url();
    background-size: 100% auto;
}

@media (min-width: 480px) {
    .bg-image-header {
        width: 100%;
        background-repeat: no-repeat;
        background-position: top center;
        background-size: 100% auto;
    }
}

@media (min-width: 668px) {
    .bg-image-header {
        width: 100%;
        background-repeat: no-repeat;
        background-position: top center;
        background-size: cover;
    }
}

@media (min-width: 992px) {
    .bg-image-header-alt {
        position: relative;
        min-height: 222px !important;
    }

    .bg-image-header-alt::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        height: 222px;
        width: 100%;
        z-index: 0;
        background-image: url('images/peelmuseum_header_bg_alt.jpg');
        background-size: 100% auto;
        background-position: top center;
    }

    .bg-image-header-alt::after {
        content: '';
        position: absolute;
        bottom: 0;
        right: 0;
        height: 32px;
        width: 220px;
        background-color: #2B2B2B;
        z-index: 1;
    }
}

@media (min-width: 1200px) {
    .bg-image-header {
        width: 100%;
        max-width: 1150px;
        height: auto;
        background-repeat: no-repeat;
        background-position: top center;
        background-size: 100% auto;
    }

    .container-fix {
        max-width: 1150px;
    }
}

.site-header.full.header-img {
    height: 50vh !important;
}

.site-header.half.header-img {
    height: 30vh !important;
}

.content-blocks-body .content-blocks {
    position: relative;
    z-index: 1;
}

@media (min-width: 992px) {
    .site-header.half.header-img {
        height: 50vh !important;
    }

    .site-header {
        position: relative;
        height: auto;
    }

    .site-header.full.header-img {
        min-height: 580px;
    }

    .content-blocks-body .content-blocks {
        position: relative;
        z-index: 1;
    }
}

@media (min-width: 992px) and (min-height: 780px) {
    .site-header.full.header-img {
        min-height: 85vh;
    }
}

@media (min-width: 1200px) {
    .site-header.full.header-img {
        height: calc(100vh - 116px) !important;
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .swiper-carousel {
        max-width: 1140px !important;
        left: 0 !important;
    }

    .swiper-carousel .swiper-slide {
        max-width: 555px !important;
    }
}

@media (min-width: 1400px) {
    .swiper-carousel {
        overflow: inherit;
    }

    .swiper-carousel .swiper-slide {
        width: calc(234.00525854513586%) !important;
        max-width: 645px !important;
    }
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    transform: translate3d(0, 0, 0);
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.swiper-slide video {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.image-section video {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.swiper-header,
.swiper-header img,
.swiper-header video {
    height: 40vh;
}

.swiper-carousel .swiper-slide,
.swiper-carousel video {
    height: 20vh;
}

.swiper-carousel .swiper-slide img,
.swiper-carousel video {
    height: 100%;
}

@media (min-width: 992px) {

    .swiper-header,
    .swiper-header img,
    .swiper-slide video {
        height: 50vh;
    }

    .swiper-carousel .swiper-slide,
    .swiper-carousel-alt .swiper-slide,
    .swiper-carousel .swiper-slide img,
    .swiper-carousel-alt .swiper-slide img {
        height: 20vh;
    }
}

.swiper-button-next,
.swiper-button-prev {
    color: var(--white);
}

.swiper-button-white {
    color: var(--white);
}

.swiper-button-black {
    color: var(--dark);
}

.overflow-hidden-alt {
    overflow: hidden;
}

@media (max-width: 1199.98px) {

    .swiper-button-next,
    .swiper-button-prev {
        transition: color 300ms ease;
    }

    .background--light .swiper-button-next,
    .background--light .swiper-button-prev {
        color: var(--dark) !important;
    }

    .background--dark .swiper-button-next,
    .background--dark .swiper-button-prev {
        color: var(--white) !important;
    }
}

@media (max-width: 767.98px) {
    .overflow-hidden-x-m {
        position: relative;
        overflow-x: hidden;
    }

    .overflow-hidden-x-m .position-absolute {
        position: relative !important;
    }

    .overflow-hidden-alt {
        overflow: visible;
    }
}

@media (max-width: 575.98px) {
    .swiper-relative {
        position: relative;
    }
}

/* Footer */
a {
    transition: color 300ms ease;
}

.footer li:hover a,
.footer a:hover {
    color: var(--white) !important;
}

.footer-brand-offset {
    max-width: calc(100% + 60px);
    position: absolute;
    left: -30px;
    right: 0;
    top: -70px;
}

@media (min-width: 480px) {
    .footer-brand-offset {
        max-width: calc(100% + 30px);
        top: -70px;
        left: -15px;
    }
}

@media (min-width: 768px) {
    .footer-brand-offset {
        max-width: calc(100% + 15px);
        left: -7.5px;
        position: relative;
        top: -50px;
    }
}

@media (min-width: 992px) {
    .footer-brand-offset {
        max-width: 180px;
        left: 0;
        top: -60px;
    }
}

@media (min-width: 1200px) {
    .footer-brand-offset {
        top: -70px;
    }
}

@media (min-width: 1200px) {
    .footer-brand-offset {
        top: -90px;
    }
}

.swiper-header .swiper-button-next,
.swiper-header .swiper-rtl .swiper-button-prev {
    right: 1.6rem;
    left: auto;
}

.swiper-header .swiper-button-prev,
.swiper-header .swiper-rtl .swiper-button-next {
    left: 1.6rem;
    right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 1.6rem;
    left: auto;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 1.6rem;
    right: auto;
}

.carousel-section .swiper-button-next,
.carousel-section .swiper-rtl .swiper-button-prev {
    right: 1.6rem;
    left: auto;
}

.carousel-section-alt .swiper-button-next,
.carousel-section-alt .swiper-rtl .swiper-button-prev {
    right: 1.6rem;
    left: auto;
}

.carousel-section .swiper-button-prev,
.carousel-section .swiper-rtl .swiper-button-next {
    left: 1.6rem;
    right: auto;
}

.carousel-section-alt .swiper-button-prev,
.carousel-section-alt .swiper-rtl .swiper-button-next {
    left: 1.6rem;
    right: auto;
}

.carousel-section .swiper-button-next,
.carousel-section .swiper-rtl .swiper-button-prev,
.carousel-section .swiper-button-prev,
.carousel-section .swiper-rtl .swiper-button-next {
    top: calc(50% + 2.5rem);
}

.carousel-section-alt .swiper-button-next,
.carousel-section-alt .swiper-rtl .swiper-button-prev,
.carousel-section-alt .swiper-button-prev,
.carousel-section-alt .swiper-rtl .swiper-button-next {
    top: 50%;
}

@media (min-width: 1200px) {

    .swiper-header .swiper-button-next,
    .swiper-header .swiper-rtl .swiper-button-prev {
        right: 1%;
        left: auto;
    }

    .swiper-header .swiper-button-prev,
    .swiper-header .swiper-rtl .swiper-button-next {
        left: 1%;
        right: auto;
    }

    .carousel-section .swiper-button-next,
    .carousel-section .swiper-rtl .swiper-button-prev,
    .carousel-section .swiper-button-prev,
    .carousel-section .swiper-rtl .swiper-button-next {
        top: calc(50% + 3.5rem);
    }

    .carousel-section.swiper-offset .swiper-button-next,
    .carousel-section.swiper-offset .swiper-rtl .swiper-button-prev,
    .carousel-section.swiper-offset .swiper-button-prev,
    .carousel-section.swiper-offset .swiper-rtl .swiper-button-next {
        top: calc(50% + 3.5rem);
    }

    .carousel-section-alt .swiper-button-next,
    .carousel-section-alt .swiper-rtl .swiper-button-prev,
    .carousel-section-alt .swiper-button-prev,
    .carousel-section-alt .swiper-rtl .swiper-button-next {
        top: calc(50%);
    }

    .carousel-section-alt.swiper-offset .swiper-button-next,
    .carousel-section-alt.swiper-offset .swiper-rtl .swiper-button-prev,
    .carousel-section-alt.swiper-offset .swiper-button-prev,
    .carousel-section-alt.swiper-offset .swiper-rtl .swiper-button-next {
        top: calc(50%);
    }

    .carousel-section .swiper-button-next,
    .carousel-section .swiper-rtl .swiper-button-prev {
        right: 1%;
        left: auto;
    }

    .carousel-section .swiper-button-prev,
    .carousel-section .swiper-rtl .swiper-button-next {
        left: 1%;
        right: auto;
    }

    .carousel-section-alt .swiper-button-next,
    .carousel-section-alt .swiper-rtl .swiper-button-prev {
        right: 1%;
        left: auto;
    }

    .carousel-section-alt .swiper-button-prev,
    .carousel-section-alt .swiper-rtl .swiper-button-next {
        left: 1%;
        right: auto;
    }
}

@media (min-width: 1400px) {

    .swiper-header .swiper-button-next,
    .swiper-header .swiper-rtl .swiper-button-prev {
        right: 2%;
        left: auto;
    }

    .swiper-header .swiper-button-prev,
    .swiper-header .swiper-rtl .swiper-button-next {
        left: 2%;
        right: auto;
    }

    .carousel-section .swiper-button-next,
    .carousel-section .swiper-rtl .swiper-button-prev {
        right: 2%;
        left: auto;
    }

    .carousel-section .swiper-button-prev,
    .carousel-section .swiper-rtl .swiper-button-next {
        left: 2%;
        right: auto;
    }

    .carousel-section-alt .swiper-button-next,
    .carousel-section-alt .swiper-rtl .swiper-button-prev {
        right: -5%;
        left: auto;
    }

    .carousel-section-alt .swiper-button-prev,
    .carousel-section-alt .swiper-rtl .swiper-button-next {
        left: -5%;
        right: auto;
    }
}

.swiper-carousel .swiper-slide,
.swiper-carousel-alt .swiper-slide {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-carousel .swiper-slide a,
.swiper-carousel-alt .swiper-slide a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-carousel .swiper-wrapper>div.swiper-slide-visible img,
.swiper-carousel .swiper-wrapper>div.swiper-slide-visible~div.swiper-slide-visible img,
.swiper-carousel .swiper-wrapper>div.swiper-slide-visible~div.swiper-slide-visible~div.swiper-slide-visible img,
.swiper-carousel-alt .swiper-slide img {
    transform: scale(1);
    transition: 300ms ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-carousel .swiper-wrapper>div.swiper-slide-visible:hover img,
.swiper-carousel .swiper-wrapper>div.swiper-slide-visible~div.swiper-slide-visible:hover img,
.swiper-carousel .swiper-wrapper>div.swiper-slide-visible~div.swiper-slide-visible~div.swiper-slide-visible:hover img {
    transform: scale(1.02);
}

.swiper-carousel-alt .swiper-slide-visible:hover img {
    transform: scale(1.02);
}

.swiper-carousel .swiper-wrapper>div.swiper-slide-visible~div.swiper-slide-visible~div.swiper-slide-visible~div.swiper-slide-visible:hover img {
    transform: scale(1);
}

.swiper-carousel .swiper-wrapper>div.swiper-slide-visible a::after,
.swiper-carousel .swiper-wrapper>div.swiper-slide-visible~div.swiper-slide-visible a::after,
.swiper-carousel .swiper-wrapper>div.swiper-slide-visible~div.swiper-slide-visible~div.swiper-slide-visible a::after,
.swiper-carousel-alt .swiper-slide a::after {
    box-shadow: inset 0 0 0rem rgba(0, 0, 0, 0.0);
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    transition: all 300ms ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-carousel .swiper-wrapper>div.swiper-slide-visible:hover a::after,
.swiper-carousel .swiper-wrapper>div.swiper-slide-visible~div.swiper-slide-visible:hover a::after,
.swiper-carousel .swiper-wrapper>div.swiper-slide-visible~div.swiper-slide-visible~div.swiper-slide-visible:hover a::after {
    box-shadow: inset 0 0 1rem rgba(0, 0, 0, 0.3);
}

.swiper-carousel-alt .swiper-slide-visible:hover a::after {
    box-shadow: inset 0 0 3rem rgba(0, 0, 0, 0.2);
}

.swiper-carousel .swiper-wrapper>div.swiper-slide-visible~div.swiper-slide-visible~div.swiper-slide-visible~div.swiper-slide-visible:hover a::after {
    box-shadow: inset 0 0 1rem rgba(0, 0, 0, 0.0);
}

@media (min-width: 576px) {

    .swiper-carousel .swiper-slide img,
    .swiper-carousel-alt .swiper-slide img,
    .swiper-carousel .swiper-slide video,
    .swiper-carousel-alt .swiper-slide video {
        opacity: 0;
        transition: all 600ms ease;
        mix-blend-mode: multiply;
    }

    .swiper-header video {
        opacity: 0;
        transition: all 600ms ease;
    }

    .swiper-header video {
        opacity: 1;
    }

    .swiper-carousel .swiper-wrapper>.swiper-slide img,
    .swiper-carousel .swiper-wrapper>.swiper-slide video {
        opacity: 0.15;
        mix-blend-mode: multiply;
    }

    .swiper-carousel-alt .swiper-slide-visible img,
    .swiper-carousel-alt .swiper-slide-visible video {
        opacity: 1;
        mix-blend-mode: normal;
    }

    /*sec*/
    .swiper-carousel .swiper-wrapper>div.swiper-slide-visible img,
    .swiper-carousel .swiper-wrapper>div.swiper-slide-visible video {
        opacity: 1;
        mix-blend-mode: normal;
    }

    /*third*/
    .swiper-carousel .swiper-wrapper>div.swiper-slide-visible~div.swiper-slide-visible img,
    .swiper-carousel .swiper-wrapper>div.swiper-slide-visible~div.swiper-slide-visible video {
        opacity: 1;
        mix-blend-mode: normal;
    }

    /*fourth*/
    .swiper-carousel .swiper-wrapper>div.swiper-slide-visible~div.swiper-slide-visible~div.swiper-slide-visible img,
    .swiper-carousel .swiper-wrapper>div.swiper-slide-visible~div.swiper-slide-visible~div.swiper-slide-visible video {
        opacity: 0.15;
        mix-blend-mode: multiply;
    }

    .swiper-carousel .swiper-wrapper>div.swiper-slide-visible~div.swiper-slide-visible~div.swiper-slide-visible~div.swiper-slide-visible img,
    .swiper-carousel .swiper-wrapper>div.swiper-slide-visible~div.swiper-slide-visible~div.swiper-slide-visible~div.swiper-slide-visible video {
        opacity: 0.15;
        mix-blend-mode: multiply;
    }
}

/* Paralax */
.parallax-container {
    width: 100vw;
    height: 40vh;
}

.section-bg {
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    width: 100vw;
    height: 40vh;
    color: #FFFFFF;
    text-shadow: 0 0 6px rgba(0, 0, 0.9), 0 0 48px rgba(0, 0, 0.4);
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (min-width: 992px) {
    .section-bg {
        background-attachment: fixed;
        width: 100%;
        background-size: contain;
        min-height: 480px;
    }
}

.section-bg-video {
    min-width: 100%;
    position: absolute;
    top: 0;
    z-index: -9999;
    height: 40vh;
}

.scrollreveal {
    opacity: 0.5;
}

.scrollreveal.js-reveal {
    -webkit-animation: fade-in 1s forwards;
    animation: fade-in 1s forwards;
}

@-webkit-keyframes fade-in {
    0% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fade-in {
    0% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}

/* Fancybox */

.fancybox-button {
    background: none;
    color: var(--dark-red);
}

.fancybox-button:hover {
    color: var(--dark-red);
}

.fancybox-button--close {
    top: 1rem;
    right: 1.6rem;
    width: 48px;
    height: 48px;
}

.fancybox-button--close svg {
    width: 48px;
    height: 48px;
}

.fancybox-navigation .fancybox-button {
    z-index: 99996;
}

.fancybox-navigation .fancybox-button div {
    padding: 0;
}

.fancybox-bg {
    background: var(--dark);
}

.btn {
    transition: all 300ms ease;
}

.btn-outline-dark:hover {
    color: var(--white) !important;
}

.fancybox-bg {
    background-color: var(--dark) !important;
    opacity: 1 !important;
}

.fancybox-slide {
    padding: 1.5rem !important;
}

.fancybox-content {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}

.fancybox-content img {
    position: relative;
    object-fit: contain;
    object-position: top left;
    filter: drop-shadow(4px 4px 30px #000);
    backface-visibility: hidden;
}

.fb-caption {
    position: relative;
    margin-top: 1.5rem;
    color: var(--white);
    z-index: 100;
}

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 140px);
    width: 70px;
}

/* CF7 */

.form-select,
.form-control {
    font-size: calc(14px + (17 - 14) * ((100vw - 300px) / (1600 - 300)));
}

.btn-group .btn-dark {
    background: var(--dark-gray) !important;
}

.btn-group .btn-dark:hover {
    background: var(--dark) !important;
}

textarea.form-control {
    border-color: var(--lighter);
}

.form-control {
    transition: all 300ms ease;
}

.event-info .form-control:focus {
    background-color: var(--white) !important;
    box-shadow: 0 0 6px var(--lighter);
    border-color: 1px solid var(--black);
}

.wpcf7-spinner {
    float: right !important;
    visibility: hidden;
    display: inline-block;
    background-color: var(--dark);
    opacity: 0.75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 24px;
    position: relative;
}

.wpcf7-not-valid-tip {
    margin-top: 5px;
    color: var(--primary);
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    font-family: 'Fira Sans', sans-serif !important;
    text-transform: uppercase;
    color: var(--white);
    border-color: var(--primary);
    background-color: var(--primary);
    margin: 1rem 0 0 0;
}

@media (min-width: 768px) {
    .col-md-4 {
        flex: 0 0 auto;
        width: calc(33.33333333% - calc(var(--bs-gutter-x) * .5) - 4px);
    }
}

#nav-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    position: relative;
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    cursor: pointer;
}

#nav-icon span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: var(--lighter);
    border-radius: 9px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
}

/* Icon 3 */
#nav-icon span:nth-child(1) {
    top: 0px;
}

#nav-icon span:nth-child(2), #nav-icon span:nth-child(3) {
    top: 9px;
}

#nav-icon span:nth-child(4) {
    top: 18px;
}

.offcanvas-active #nav-icon span:nth-child(1) {
    top: 9px;
    width: 0%;
    left: 50%;
}

.offcanvas-active #nav-icon span:nth-child(2) {
    transform: rotate(45deg);
}

.offcanvas-active #nav-icon span:nth-child(3) {
    transform: rotate(-45deg);
}

.offcanvas-active #nav-icon span:nth-child(4) {
    top: 9px;
    width: 0%;
    left: 50%;
}

@media (min-width: 768px) {
    .max-width-col {
        max-width: calc(720px / 2 - 13.5px * 2);
    }
}

@media (min-width: 992px) {
    .max-width-col {
        max-width: calc(960px / 2 - 13.5px * 2);
    }
}

@media (min-width: 1200px) {
    .max-width-col {
        max-width: calc(1140px / 2 - 13.5px * 2);
    }
}

@media (min-width: 1400px) {
    .max-width-col {
        max-width: calc(1320px / 2);
    }
}

.news-icon {
    position: absolute;
    top: -62px;
    right: -42px;
    width: 320px;
    height: 200px;
    background: url('images/nieuws_flits.png') no-repeat top center;
    background-size: contain;
}
