/* reset */ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; } body {line-height: 1; } ol, ul {list-style: none; } blockquote, q {quotes: none; } blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none; } /* remember to define focus styles! */ :focus {outline: 0; } /* remember to highlight inserts somehow! */ ins {text-decoration: none; } del {text-decoration: line-through; } /* tables still need 'cellspacing="0"' in the markup */ table {border-collapse: collapse; border-spacing: 0; }


/* CBX custom styling */
body{
    font-family: var(--font-text);
    color: var(--donker);
    background-color: var(--light);
    font-weight: 500;
    padding-top: 90px; /* make room for header#masthead */
    font-size: 1.1em;
    line-height: 1.7;
    overflow-x: hidden;
    overflow-y: auto;
    overflow-anchor: none;
}
/** {
    box-sizing: border-box;
    border: 1px dashed #ff00ff;
}*/
h1, h2, h3, h4, h5, h6{
    font-family: var(--font-title);
    font-weight: normal;
    margin: 0;
    margin-bottom: .5em;
    hyphens: none;
    margin-top: 2px;
    word-break: break-word;
}
h1{
    /* text-transform: uppercase; */
}
h2{
    font-size: 2em;
    line-height: 1;
    margin-top: -13px;
    position: relative;
    z-index: 3;
}
h3{
    font-size: 2.2em;
    line-height: 1;
    /* font-size: 1.4em; */
}
p{
    margin: 0px auto;
    /*margin-bottom: 1em;*/
    font-size: 1.2em;
    hyphens: none;
    max-width: 1100px;
    position: relative;
    z-index: 3;
}
p strong{
    font-family: var(--font-title);
    font-weight: normal;
}
p + h2 {
    margin-top: 20px;
}
a, a:visited {
    color: var(--groen);
    text-decoration: none;
}
a.wp-block-button__link:visited {
	color: #fff;
}
a:hover {
    color: var(--geel);
}

#page {
    overflow: hidden;
}

/* loader */
#loading {
    position: fixed;
    left:  0;
    top:  0;
    width: 100%;
    height: 100%;
    background:  var(--light);
    background-image: url('../assets/images/loading.gif');
    background-size: 32px 32px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    z-index: 99;
    transition: opacity 600ms ease-out;
    pointer-events: none;
}
#loading.complete {
    opacity: 0;
}

/* Custom classes */
.alignfull {
    width: 100vw;
    margin-left: calc(50% - 50vw);
}
/* .alignwide {
    width: calc(100% + 20vw);
    position: relative;
    left: -10vw;
    max-width: 100vw;
} */
.m-top {
    /* margin-top: 75px !important; */
    margin-top: 3rem !important;
}
.m-bot {
    /* margin-bottom: 75px !important; */
    margin-bottom: 3rem !important;
}
.no-margin {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
}
.pad-top-0 {
    padding-top: 0 !important;
}
.pad-bot-0 {
    padding-bottom: 0 !important;
}
.btn {
    font-family: var(--font-text);
    background: var(--cta);
    color: var(--blauw);
    font-size: 2.1em;
    padding: 10px 20px;
    width: fit-content;
    /* text-transform: uppercase; */
    display: inline-block;
    line-height: 1;
    font-weight: bold;
}
.bg-dark {
    background: var(--blauw);
    color: var(--wit);
}
.bg-light {
    background: var(--light);
}
.bg-white {
    background: #fff;
}
.font-title {
    font-family: var(--font-title);
}
.font-extra {
    font-family: var(--font-extra);
}
.specblock {
    line-height: 1.2;
    /* font-family: var(--font-extra); */
    /* color:  var(--secondary); */
    color:  var(--wit);
    /* font-size: 1.8em; */
    text-align: center;
    width: 100%;
    /* margin-top: -50px; */
}
p.specblock {
    font-size: 2em;
}
.specblock a {
    font-family: var(--font-text);
}
h3.specblock {
    margin-bottom: 0;
    /* font-size: 2em; */
    line-height: 1.2;
}
.specblock h3 {
    margin-bottom: 0;
    /* font-size: 2em; */
}
.specblock .pop-up-container .show-pop-up {
    margin-bottom: 0 !important;
}
.wp-block-column.specblock * {
    /* margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important; */
}
.font-large {
    font-size: 1.8rem;
}
.font-xlarge {
    font-size: 2.6rem;
}
.color-dark {
    color: var(--blauw);
}
.color-medium {
    color: var(--blauw);
}
.color-light {
    color: var(--geel);
}
.color-white {
    color: #fff;
}
.text-uc {
    text-transform: uppercase;
}
.space-between {
    justify-content: space-between !important;
}


/* RIJEN (gegroepeerde blokken) */
.wp-block-group {
    position: relative;
    padding-top: 75px; /* previously:  120 */
    /* padding-bottom: 130px; */
    padding-bottom: 100px; /* previously:  170 */
    z-index: 9;
    margin-top: 0px;
}
.wp-block-group:nth-of-type(1) { 
    /* padding-top: 100px;  */
    padding-top: 75px;
    padding-bottom: 75px;
}
.wp-block-group:nth-of-type(odd) {
    background: #fff;
}
.wp-block-group:nth-of-type(even) {
    /* color: var(--zwart); */
}
.wp-block-group .wp-block-group__inner-container {
    /*border: 1px solid #f00;*/
    max-width: 1400px;
    margin: 0 auto;
    width: 90%;
}
.wp-block-group.nopadding {
    padding: 0 !important;
}
.category-eventcase .wp-block-group.nopadding::before {
    background-image: none;
}
/* SCHUINE ZIJDES RIJEN (aan onderkant rijen) en uitzonderingen */
.wp-block-group:before {
    content: "";
    width: 100%;
    height: 60px;
    position: absolute;
    left: 0;
    bottom: -1px;
    z-index: 9;
    background-image: url("../assets/images/curve.svg");
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: stretch;
    pointer-events: none;
}
.wp-block-group:nth-of-type(odd):before {
    background-image: url("../assets/images/curve_alt.svg");
}
.wp-block-group:last-of-type:before {
    display: none;
}
.curve_top_extra:before {
    content: "";
    width: 100%;
    height: 60px;
    position: absolute;
    left:  0;
    top:  -1px;
    z-index: 4;
    background-image: url("../assets/images/curve_top_extra.svg");
    background-position: top left;
    background-repeat: no-repeat;
    background-size: stretch;
}
.wp-block-group.no-before:before {
    display: none;
}
.wp-block-group.no-before {
    padding-bottom: 100px;
    padding-top: 45px;
}


/* eerste alinea groter font */
.entry-content > .wp-block-group:first-child p:first-child:not(.nobig),
.entry-content > p:first-child:not(.nobig){
    font-size: 2.2em;
    line-height: 1.3;
    /*margin-bottom: 4rem;*/
    font-weight: 500;
    margin-top: -20px;
    font-weight: bold;
    /* color: var(--zwart); */
}
.entry-content > .wp-block-group:first-child p:first-child:not(.nobig).font-large {
    font-size: 1.4em;
}

/* ons verhaal lijst met usps*/
body.page-id-55 .entry-content ul{
    padding: 0 0px;
    margin:  0;
    padding:  50px;
    background: var(--light);
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 50px;
    max-width: 900px;
}
.entry-content ul:not(.font-large):not(.font-xlarge){
    font-size: 1.2em;
}
ul.checkmark-list {
    margin: auto;
    max-width: 900px;
}
ul.checkmark-list li {
}
ul.checkmark-list li,
body.page-id-55 .entry-content ul li{
    padding-left: 0;
    margin-left: 0;
    list-style-type: none;
    background-image: url('../assets/icons/donker/checkmark.svg');
    background-size: 16px 16px;
    background-position: 0px 9px;
    background-repeat: no-repeat;
    padding-left: 40px;
    position: relative;
    z-index: 2;
}
body.page-id-55 .entry-content ul:after {
    content: "";
    position: absolute;
    right: -5%;
    top: 0;
    width: 35%;
    height: 100%;
    background: #fff;
    opacity: 0.3;
    z-index: 1;
    transform: skewX(5deg);
}
h2#h-duurzame-evenementenlocatie-wat-inspyrium-nog-meer-doet {
    text-align: center;
}


/* menu / navigation */
#open-menu{
    display: none;
    cursor: pointer;
}
#open-menu svg{
    fill: var(--groen);
    width: 35px;
    height: 35px;
}
#close-menu{
    
    padding: 0px;
    display: block;
    width: 35px;
    height: 35px;
    position: absolute;
    top: 20px;
    right: 20px;

    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
#close-menu svg{
    fill: var(--groen);
    width: 35px;
    height: 35px;
}
.main-navigation ul{
    display: flex;
    list-style-type: none;
    margin: 0;
}
#mobile-navigation{
    position: fixed;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    max-width: 500px;
    z-index: 9223;
    transition: transform 500ms ease-in-out;
}
#mobile-navigation.hidden{
    display: initial;
    transform: translateX(100%);
}
#mobile-navigation .mobile-nav-container{
    display: flex;
    justify-content: center;
    background: var(--blauw);
    width: 100%;
    height: 100%;
    position: relative;
}
#mobile-navigation .menu-mobiel-menu-container{
    height: 70%;
    margin: auto;
}
#mobile-navigation ul{
    list-style-type: none;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    height: 100%;
    margin: 0;
    padding: 0;

}
#mobile-navigation ul li a:hover,
#mobile-navigation ul li.current_page_item a{
    color: var(--groen);
}
#mobile-navigation ul li a{
    color: var(--wit);
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.5em;
    font-family: var(--font-title);
}

/* header */
header#masthead {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9;
    background: var(--blauw);
    color: var(--on-blue);
    /*transition: box-shadow 600ms; */
    z-index: 92;
    box-shadow: 0px 1.9px 1.7px rgba(0, 0, 0, 0.011), 0px 4.6px 4.1px rgba(0, 0, 0, 0.016), 0px 8.6px 7.8px rgba(0, 0, 0, 0.02), 0px 15.4px 13.8px rgba(0, 0, 0, 0.024), 0px 28.8px 25.9px rgba(0, 0, 0, 0.029), 0px 69px 62px rgba(0, 0, 0, 0.04) ;
}
body.scroll header#masthead {
    /* on scroll */
}
header#masthead:before {
    content: "";
    width: 100%;
    height: 60px;
    position: absolute;
    left: 0;
    bottom: -59px;
    z-index: 9;
    background-image: url("../assets/images/curve_header.svg");
    background-position: top left;
    background-repeat: no-repeat;
    background-size: stretch;
    pointer-events: none;
}
.site-header{
    width: 90%;
    height: 120px;
    display: flex;
    justify-content: space-between;
    padding: 0 0px;
    transition: height 300ms ease-out;
    max-width: 1400px;
    margin: 0 auto;
}
.site-header,
body.scroll header#masthead .site-header {
    height: 90px;
}
.site-header #logo{
    align-self: center;
    position: relative;
    z-index: 9;
}
.site-header #logo a{
    font-weight: bold;
    text-decoration: none;
    display: block;
    margin-top: 30px;
    transition: all 300ms;
}
.site-header #logo a,
body.scroll .site-header #logo a {
    margin-top: 35px;
}
.site-header #logo a svg,
.site-header #logo a img {
    height: 25px; /* 55 height: 70px; */
    fill: var(--wit);
}
#site-navigation ul{
    padding: 0;
}
.site-header #site-navigation{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.site-header #site-navigation .menu-top-menu-container{
    display: flex;
    justify-content: flex-end;
    margin-bottom: 10px;
    transition: margin 200ms;
}
.site-header #site-navigation .menu-top-menu-container,
body.scroll .site-header #site-navigation .menu-top-menu-container {
     margin-bottom: 7px;
}
.site-header #site-navigation .menu-hoofdmenu-container{
    align-self: center;
    line-height: 1.3rem;
}
.site-header #site-navigation ul li:not(:last-child){
    border-right:  2px solid var(--wit);
    margin-right: 1rem;
    padding-right: 1rem;
}
.site-header #site-navigation ul li a{
    text-decoration: none;
    /* text-transform: uppercase; */
    font-family: var(--font-title);
}
#primary-menu{
    margin-top: 5px;
}
#primary-menu li a{
    color: var(--wit);
}
#top-menu{
    line-height: 1.1em;
}
#top-menu li a{
    color: var(--groen);
}
#top-menu li a:hover {
    color: var(--geel);
}
.site-header #site-navigation ul li a:hover{
    color: var(--groen);
}
.site-header #site-navigation #top-menu li a:hover{
    color: var(--geel);
}
.site-header #site-navigation ul li.current_page_item a{
    color: var(--groen);
}
.site-header #site-navigation .menu-hoofdmenu-container ul li a{
    font-size: 1.4em;
}
.site-header #site-navigation .menu-top-menu-container ul li a{
    font-size: .8em;
    padding-bottom: 15px;
    text-transform: none;
    font-family: var(--font-text);
    font-weight: 500;    
}
.site-header #site-navigation .menu-top-menu-container ul li {
    border: 0; margin-right: 0;
}

.entry-header{
    background: var(--blauw);
}
.entry-header .header-content:not(.has-paragraph){
    text-align: center;
    color: #fff;
    z-index: 1;
    text-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}
.entry-header .header-content h1.entry-title{
    color: #fff;
    font-weight: 500;
    margin: 0;
    text-align: center;
    /* padding: 0 100px; */
    line-height: 1em;
    /*word-break: break-word;*/
    /*max-width: 75%;*/
    margin: 0 auto;
    font-size: 4.5vw;
}
/* page header */
.entry-header .header-content.has-paragraph h1{
    text-transform: initial;
    font-size: 40px;
}
.entry-header .header-content p{
    margin: 0;
}

/* page header video */
.entry-header .video-header{
    height: calc(100vh - 90px);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.entry-header .video-header:after {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("../assets/images/raster.png");
    position: absolute;
    left: 0;
    top: 0;
    box-sizing: border-box;
    z-index: 8;
}
.entry-header .video-header .header-content {
    z-index: 82;
}
.entry-header .video-header video{
    /* opacity: .85; */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* Mute toggle */
.entry-header .video-header .mute-toggle {
    position: absolute;
    bottom: 50px;
    right: min(5vw, 50px);
    /* bottom: 50px;
    right: 50px; */
    z-index: 83;
}
.entry-header .video-header .mute-toggle .icon {
    width: 40px;
    height: 40px;
    display: block;
    cursor: pointer;
}
.entry-header .video-header .mute-toggle .icon svg {
    width: 100%;
    height: 100%;
    fill: #fff;
}
.entry-header .video-header .mute-toggle.muted .icon.playing {
    display: none;
}
.entry-header .video-header .mute-toggle.playing .icon.muted {
    display: none;
}

/* page header image */
.entry-header .image-header{
    height: 50vh;
    /* height: 65vh; */
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.entry-header .image-header img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* content */
.site-main{ 
    /* header & footer both 100px = 200px */
    min-height: calc(100vh - 350px);
    width: 100%;
    /*overflow-x: hidden;*/
}
#primary{
    text-align: center;
}

/* columns */
.full-width{
    width: 100vw;
    position: relative;
    left: calc(-50vw + 50%);
}
.wp-block-columns {
    margin-bottom: -30px;

    align-items: flex-start;
    /*border:  1px solid #f00;*/
}
.wp-block-columns.custom-column{
    /*border:  1px solid #f00;*/
}
.wp-block-columns .wp-block-column.contact-info {
    align-self: stretch;
}
.wp-block-columns.custom-column .wp-block-column p:last-child{
    margin-bottom: 0;
}
/* .wp-block-columns.custom-column .wp-block-column:last-of-type, */
body.page-id-61 .wp-block-columns .wp-block-column:first-of-type {
    background:  var(--blauw);
    color: var(--wit);
    position: relative;
    overflow: hidden;
}
body.page-id-61 .wp-block-columns .wp-block-column.contact-info.bg-dark {
    background: var(--wit);
    color: var(--donker);
}
.wp-block-columns.custom2 {
    align-items: center;
}
.wp-block-columns.custom-column .wp-block-column:last-of-type {
    padding: 0;
    background: transparent;
}
.wp-block-columns.custom-column .wp-block-column:last-of-type h2,
.wp-block-columns.custom-column .wp-block-column:last-of-type ul {
    padding: 0 50px;
    background: var(--blauw);
    margin-bottom: 0;
    margin-top: 0;
    width: 100%;
}
.wp-block-columns.custom-column .wp-block-column:last-of-type h2 {
    padding-top: 50px;
    padding-bottom: 30px;
    margin-bottom: -1px;
}
.wp-block-columns.custom-column .wp-block-column:last-of-type ul {
    padding-bottom: 50px;
}
.wp-block-columns.custom-column .wp-block-column:last-of-type ul li {
    background-image: url('../assets/icons/wit/checkmark.svg');
}
.wp-block-columns.custom-column .wp-block-column:last-of-type .wp-block-buttons {
    justify-content: flex-start;
    text-transform: uppercase;
    font-family: var(--font-title);
}
.wp-block-columns.custom-column .wp-block-column:last-of-type .wp-block-buttons .wp-block-button__link {
    /* font-weight: 100; */
    font-size: 22px;
}

/*.wp-block-columns.custom-column .wp-block-column:last-of-type:after,
body.page-id-61 .wp-block-columns .wp-block-column:first-of-type:after {
    content: "";
    position: absolute;
    right: -5%;
    top: 0;
    width: 35%;
    height: 100%;
    background: var(--light);
    opacity: 0.3;
    z-index: 1;
    transform: skewX(5deg);
    opacity: 0.4;
}*/

.wp-block-columns.custom-column .wp-block-column ul {
    margin-top: 30px;
}
.wp-block-columns.custom-column .wp-block-column ul li {
    padding-left: 0;
    margin-left: 0;
}
.wp-block-columns.custom-column .wp-block-column ul li{
    /* margin-bottom: 1rem; */
    padding-left: 0;
    margin-left: 0;
    list-style-type: none;
    background-image: url('../assets/icons/blauw/checkmark.svg');
    background-size: 16px 16px;
    background-position: 0px 9px;
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    padding-left: 40px;
    position: relative;
    z-index: 2;
}
.wp-block-columns .wp-block-column {
    text-align: left!important;
}
.wp-block-columns .wp-block-column p:not(.specblock) {
    margin-left: 0;
}
.wp-block-columns .wp-block-column p + p {
    margin-top: 30px;
}
.wp-block-columns .wp-block-column p + p + div.pop-up-container {
    margin-top: 30px;
}
.category-eventcase .wp-block-columns:not(.m-top) .wp-block-column.bg-dark {
    margin-top: 30px;
}
.wp-block-columns .wp-block-column.bg-dark p:nth-of-type(3) {
    margin-top: -8px;
}
.wp-block-column{
    text-align: left;
    display: flex;
    flex-direction: column;
    flex-grow: 1 !important;
}
.wp-block-column:not(.no-padding){
    padding: 50px;
    box-sizing: border-box;
}
.wp-block-column:not(:first-child){
    margin-left: 0 !important;
}
.wp-block-columns.no-margin:not(.alignfull):not(.alignwide){
    margin: 0;
}

.wp-block-column.flexed {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


/* buttons (in content of wordpress...) */
.wp-block-button{
    font-weight: bold;
    display: block;
    white-space: nowrap;
}
.wp-block-button__link{
	display: inline-block;
    border-radius: 0;
    font-family: var(--font-text);
    /* font-weight: bold; */
    /* text-transform: uppercase; */
    line-height: 1;
    padding: 20px 35px;
    /*transition: background 200ms ease-in-out, color 200ms ease-in-out;*/
    margin-top: 30px;
    background-color: var(--cta);
    color: #fff;
    transition: background-color 200ms ease-in-out, color 200ms ease-in-out;
    background-image: url("../assets/images/ctabg.svg?123");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
}
.wp-block-button__link:hover{
    background-color: var(--blauw);
}
.bg-dark .wp-block-button__link:hover {
    background-color: var(--geel);
}
.wp-block-button.large .wp-block-button__link {
    white-space: break-spaces;
    padding: 20px;
    font-size: 2.3em;
    line-height: 1.3em;
}
.wp-block-buttons {
    justify-content: center;
}
.type-page .wp-block-buttons {
    justify-content: flex-start;
}
.wp-block-buttons>.wp-block-button.single{
    margin-bottom: 0;
}
.wp-block-cover{
    height: 600px;
}


/* footer */
.site-footer{
    width: 100%;
    padding: 20px 0;
    background: var(--geel);
    font-size: 1.2em;
    position: relative;
    /* z-index: 9222; */
    z-index: 91;
    
    max-width: 100vw;
    /* overflow-x: hidden; */
}
.site-footer:after {
    content: "";
    position: absolute;
    right: -5%;
    top: 0;
    width: 35%;
    height: 100%;
    background: #fff;
    opacity: 0.3;
    z-index: 1;
    transform: skewX(5deg);
}
.site-footer #extra-footer-container {
    max-width: 1500px;
    width: 90%;
    margin: 0 auto;
    background: #fff;
    margin-top: -63px;  
    display: flex;
    justify-content: flex-start;
    position: relative;
    z-index: 3;

    /* background-image: url('../assets/images/beeldmerk.svg');
    background-size: 600px;
    background-repeat: no-repeat;
    background-position: 120% 80%; */




}
.site-footer #extra-footer-container .col a {
    color: var(--blauw);
    text-decoration: none;
}
.site-footer #extra-footer-container .col a:hover {
    color: var(--groen);
}
.site-footer #extra-footer-container .col {
    width: 23%;
    padding: 40px;
    padding-top: 30px;
    box-sizing: border-box;
}
.site-footer #extra-footer-container .col.story {
    width: 32%;
}
.site-footer #extra-footer-container .col .head {
    font-weight: normal;
    font-family: var(--font-title);
    text-transform: uppercase;
    font-size: 1.2em;
    margin-bottom: 5px;
}
.site-footer #extra-footer-container .col ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.site-footer #extra-footer-container .streepjes {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 150px;
    width: 500px;
    background: repeating-linear-gradient(
        45deg,
        var(--groen),
        var(--groen) 25px,
        #fff 0px,
        #fff 50px   
    );
    clip-path: polygon(12% 57%, 100% 0%, 100% 100%, 0% 100%);
}
.site-footer #extra-footer-container .col a.btn {
    margin-top: auto;
    color: #fff;
    background-image: url("../assets/images/ctabg.svg?123");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
    transition: background-color 200ms ease-in-out, color 200ms ease-in-out;
    font-size: .9em;
    width: 100%;
    margin-bottom: 1em;
    padding: 13px 20px;
}
.site-footer #extra-footer-container .col a.btn:hover {
    background-color: var(--blauw);
}
.site-footer #footer-container {
    max-width: 1400px;
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 2;
}
.site-footer #footer-container a {
    color: var(--blauw);
    text-decoration: none;
}
.site-footer #footer-container a:hover {
    color: var(--groen);
}
.site-footer #footer-container ul  {
    margin: 0;
    padding: 0;
    display: flex;
}
.site-footer #footer-container ul li {
    list-style-type: none;
    margin:  0;
    padding: 0;
}
.site-footer #footer-container ul.naw li {
    margin-right: 2em;
}
.site-footer #footer-container ul.social-buttons li {
    margin-left: 1em;
}
.site-footer #footer-container ul.social-buttons li a {
    display: block;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    /*background: #fff;*/
}
.site-footer #footer-container ul.social-buttons li svg {
    display: block;
    width: 36px;
    height: 36px;
    fill: var(--blauw);
    cursor: pointer;
}
.site-footer #footer-container ul.social-buttons li:hover svg {
    fill: var(--groen);
}
/*.site-footer #footer-container ul.social-buttons li.lvc a svg {
    width: 36px;
    height: 36px;
}
*/


/* hide onnodige BS die niet verwijderd of uitgezet kan worden (thanks WordPress!) */
.entry-footer .edit-link { /* Edit link om een post of pagina te bewerken als je ingelogd bent in Wordpress */
    display: none !important;
}


/* Home page */
/* .home .entry-content p:first-child{
    font-size: 2em;
    line-height: normal;
} */

.home .wp-container-4.wp-block-group {
    background-color: var(--blauw);
}

/* Ons verhaal */
.page-id-55 .wp-block-media-text__content p,
/* .page-id-55 h2, */
.page-id-55 ul {
    text-align: left;
}


/* Bloktype media en text ernaast */
.wp-block-media-text{
    /* height: 50vw; */
    /* max-height: 500px; */
    margin-bottom: 90px;

    /* border:  6px dashed #f00; */
}
.wp-block-media-text:last-of-type {
    margin-bottom: 0;
}
.wp-block-media-text .wp-block-media-text__content{
    padding: 60px 60px;
}
.wp-block-media-text .wp-block-media-text__media{
    width: 100%;
    height: 100%;
    /* clip-path: polygon(0 2%,100% 0,100% 100%,0% 98%); */
}
.wp-block-media-text:nth-of-type(even) .wp-block-media-text__media{
    /* css */
}
.wp-block-media-text .wp-block-media-text__media img {
    width: 100%;
    display: block;
    height: 100%; /* <!-- off for simpleParallax!!! */
    object-fit: cover; /*  <!-- off for simpleParallax!!! */
}

/* Bezoekersinformatie */
.page-id-92 .wp-block-media-text__content{
    text-align: left;
}
.page-id-92 .entry-content.container{
    padding: 0;
    padding-top: 0 !important;
}
.page-id-92 .entry-content.container > h2{
    text-align: center;
}
.page-id-92 .entry-content.container > p {
    text-align: center;
    padding: 0px 50px;
    margin-bottom: 50px;
}
.page-id-92 .entry-content.container > ul {
    padding: 0;
    margin-top: -25px;
    list-style-type: none;
}
.page-id-92 .entry-content.container > ul li{
    text-align: center;
}
.page-id-92 .wp-block-group:last-child {
    /* padding-top: 75px !important;
    padding-bottom: 75px !important; */
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.page-id-92 .wp-block-group.special-clip {
    clip-path: polygon(0 0, 100% 40px, 100% 100%, 0 100%) !important;
}
/* Contact-page */
/*.page-id-61 .wp-block-button__link{
    width: 250px;
    text-align: left;
}*/

/* Team-page */
.page-id-59 .wp-block-media-text{
    text-align: left;
}
.page-id-59 .entry-content.container > p {
    padding: 0 50px;
}
.page-id-59 .has-media-on-the-right .wp-block-media-text__content {
    
} 


/* Essential Grid styling */
h2.esg-center a{
    color: #fff;
}


/* Form style */
.wpcf7 form label{
    display: block;
    margin-bottom: 10px;
    font-family: var(--font-title);
}
.wpcf7 form input,
.wpcf7 form select,
.wpcf7 form textarea{
    position: relative;
    padding: 5px 9px;
    font-family: var(--font-text);
    background: var(--wit);
    color: var(--donker);
    font-size: inherit;
    font-weight: bold;
    border-radius: 0;
    border: none;
    max-width: 100%;
    min-width: 100%;
}
.wpcf7 form input:-webkit-autofill,
.wpcf7 form select:-webkit-autofill,
.wpcf7 form textarea:-webkit-autofill {
    -webkit-text-fill-color: var(--donker);
}

.wpcf7 form input:focus,
.wpcf7 form textarea:focus,
.wpcf7 form select:focus,
.wpcf7 form input:focus-visible,
.wpcf7 form select:focus-visible,
.wpcf7 form textarea:focus-visible {
    color: var(--donker);;
    border: none;
    outline: none;
}
.wpcf7 form input::placeholder,
.wpcf7 form textarea::placeholder{
    color: var(--donker);;
}
.wpcf7 form textarea::placeholder{
    position: absolute;
    top: calc(50% - .6em);
}
.wpcf7 form input[type="submit"]{
    width: auto;
    background: var(--cta);
    font-family: var(--font-text);
    min-width: 0;
    /*float: right;*/
    margin-top: 0px;
    padding: 20px;
    line-height: 1;
    font-size: 1.4em;
    cursor: pointer;
    transition: color 200ms ease-in-out, background 200ms ease-in-out;
    background-color: var(--cta);
    color: #fff;
    transition: background-color 200ms ease-in-out;
    background-image: url("../assets/images/ctabg.svg?123");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
    font-weight: bold;
    /* text-transform: uppercase; */
}
.wpcf7 form input[type="submit"]:hover{
    background-color: var(--geel);
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color:  transparent;
    padding:  0;
    margin-left: 0;
}
.wpcf7-not-valid-tip {
    font-family: var(--font-text);
    font-size: .8em;
    color:  var(--cta);
}

.bestanden .wpcf7 form input,
.bestanden .wpcf7 form textarea {
    background-color: var(--blauw);
    color: var(--wit);
}
.bestanden .wpcf7 form input[type="submit"] {
    background-color: var(--groen);
}
.bestanden .wpcf7 form input[type="submit"]:hover {
    background-color: var(--geel);
} 
/* RUIMTES DETAILPAGINA */
/*.evenementen-template-default .entry-header .image-header,
.ruimtes-template-default .entry-header .image-header{
    height: 30rem;
}*/
/*.ruimtes-template-default .entry-content  p {
     margin-bottom: 1rem; 
    margin-bottom: 2.5rem;
}*/
.ruimtes-template-default .entry-content > p {
    padding: 0 50px;
}
/* .ruimtes-template-default .entry-content p:first-child{
    font-size: 1.4em;
} */
.evenementen-template-default .entry-content ul,
.ruimtes-template-default .entry-content ul{
    margin: 0;
    padding: 0;
    /*padding-left: 1em;
    list-style: initial;*/

}


/* INSPIRATIE GRID */
/* #inspiration .eg-inspiratie-wrapper{
    background: var(--primary);
}
#inspiration .eg-inspiratie-wrapper div{
    color: var(--dark);
    transition: color 200ms ease-in-out;
}
#inspiration .eg-inspiratie-wrapper div.esg-center{
    margin: 0;
    padding: 0 1rem;
}
#inspiration .eg-inspiratie-wrapper:hover div{
    color: #fff;
}
#inspiration .filter-blog{
    background: var(--secondary);
}
#inspiration .filter-blog div.esg-center{
    color: #fff;
}
#inspiration .filter-eventcase div.esg-center{
    color: #fff;
    text-shadow: 0 0 10px rgb(0 0 0 / 50%);
} */

/* GRID LOAD MORE BUTTON */
.esg-loadmore-wrapper{
    margin-top: 3rem;
    margin-bottom: 3rem;
}
.esg-loadmore-wrapper div.esg-loadmore{
    color: var(--wit);
    font-family: var(--font-title);
    text-transform: uppercase;
    background: var(--blauw);
    padding: 20px;
    font-size: 1.3em;
    line-height: 1;
    width: auto;
    max-width: 100%;
    font-weight: normal;
    border-radius: 0;
    border: none;
    transition: none;
}
.esg-loadmore-wrapper div.esg-loadmore:hover{
    background: var(--groen);
    box-shadow: none;
}
.esg-loadmore-wrapper div.esg-loadmore.hovered {
    color: var(--blauw);
}

/* INSPIRATIE HEADER - REMOVED */
/*.page-id-57 .entry-header{
    background: var(--primary);
}
.page-id-57 .entry-header .image-header{
    min-height: 15rem;
    height: auto;
}
.page-id-57 .header-content.has-paragraph{
    text-shadow: none;
    align-self: flex-start;
    margin-top: 5rem;
}
.page-id-57 .header-content.has-paragraph h1{
    color: var(--dark);
    text-transform: uppercase;
    margin-bottom: 1rem;
}
.page-id-57 .entry-content.container{
    padding-top: 0!important;
}
#h-filters-keuzemogelijkheden{
    margin-top: 0rem;
    padding-bottom: 5rem;
    font-size: 4rem;
}*/

/* Eventcases */
.category-eventcase .entry-content.container{
    padding-top: 0;
    padding-top: 0;
}
.post.category-eventcase h2 {
    font-size: 1.8em;
    margin-top: 0;
}
.caseheading /* eventcase label.. */ {
    font-family: var(--font-extra);
    color:  var(--groen);
    font-size: 2.4em;
    margin-bottom: 10px;
}

/* CSS for FX.js */
figure {
    overflow: hidden;
    /*background: #524b40*/
}
img,
video {
    opacity: 1;
    /*transform: translateY(50px);*/
    transition: all 600ms cubic-bezier(0.76, 0, 0.24, 1);
    position: relative;
    z-index: 1;
}

/* exclude: */
.map img,
/* all: */
img.is-onscreen,
video.is-onscreen {
    transform: translateY(0);
    opacity: 1;
}
/*h2, p {
    transition: all 600ms cubic-bezier(0.76, 0, 0.24, 1);
    transform: translateY(10%);
}
h2.is-onscreen, 
p.is-onscreen {
    transform: translateY(0);
}*/

/*.wp-block-group__inner-container {
    transition: all 600ms cubic-bezier(0.76, 0, 0.24, 1);
    transform: translateY(10%);
}
.wp-block-group__inner-container.is-onscreen {
    transform: translateY(0%);
}*/

/*.wp-block-group {
    opacity: 1;
    position: relative; 
}
.wp-block-group.is-onscreen {
    opacity: 1;
}
.wp-block-group:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    background: #9b907b;
    transition: all 600ms ease-out;
    transition-delay: 0ms;
    z-index: 9;

    background-image: url('../assets/images/pseudoloader.gif');
    background-position: 50% 130px;
    background-repeat: no-repeat;
}
.wp-block-group.is-onscreen:after {
    width: 0%;
}
.wp-block-group:nth-of-type(odd):after {
    background-color: #f8f2ea; 
    right: auto;
    left: 0;
    background-image: url('../assets/images/pseudoloader_light.gif');
}
*/

footer {
   
}
footer#colophon #footer-container .col {
    opacity: 1;
    transition: all 600ms ease-out;
    transition-delay: 00ms;    
    min-height: 100px;
    margin-top: 50px;
}
footer#colophon.is-onscreen #footer-container .col {
    opacity: 1;
}
footer#colophon #footer-container .col ul.social-buttons li {
    transform: translateY(0px);
    transition: all 600ms cubic-bezier(0.76, 0, 0.24, 1);
}
footer#colophon.is-onscreen #footer-container .col ul.social-buttons li {
    transform: translateY(0px);
}
footer#colophon #footer-container .col ul.social-buttons li:nth-of-type(1) {
    transition-delay: 0ms;
}
footer#colophon #footer-container .col ul.social-buttons li:nth-of-type(2) {
    transition-delay: 150ms;
}
footer#colophon #footer-container .col ul.social-buttons li:nth-of-type(3) {
    transition-delay: 600ms;
}
footer#colophon #footer-container .col ul.social-buttons li:nth-of-type(4) {
    transition-delay: 900ms;
}

/* scroll icon */
.video-header:before {
    content: "";
    display: flex;
    justify-content: center;
    margin-top: 45px;
    width: 36px;
    height: 36px;
    /*border: 4px solid #fff;
    border-radius: 40px;*/

    position: absolute;
    left: 50%;
    bottom: 50px;
    z-index: 81;
    margin-left: -18px;

    animation: MoveUpDown 2s infinite;


    background-image: url('../assets/images/arrow-scroll.svg');
    background-size: 36px;
    background-repeat: no-repeat;
}
@keyframes MoveUpDown {
  0%, 100% {
    bottom: 50px;
  }
  50% {
    bottom: 100px;
  }
}



/* overrule essential grid css */
#esg-grid-2-1,
#esg-grid-1-1,
#esg-grid-3-1 {
    /*border: 2px solid #f00!important;*/
    padding-bottom: 0!important;
    margin-bottom: -50px!important;
}
.eec h2 a.eg-events-element-1 {
    /* font-size: .8em!important; */
    line-height: 1;
}
.eec h2.eg-inspiratie-element-1 {
    font-size:2em!important;
    line-height: 1;
}



/* DISABLE SELECTION */
.btn, header, footer, #esg-grid-2-1, #esg-grid-1-1, #esg-grid-3-1 {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}


/* BESTANDEN DOWNLOAD WALL */
body.bestanden-template-default main#primary {
    width: 100%;
    display: flex;
    justify-content: center;
    padding:  100px 0;
    background:  #fff;
}
body.bestanden-template-default .entry-header {
    background:  transparent;
}
body.bestanden-template-default .entry-header .image-header {
    height: auto;
    padding: 30px;
}
body.bestanden-template-default .entry-header .header-content h1.entry-title {
    color:  var(--blauw);
    font-size: 2.5em;
    text-shadow:  none;
}
body.bestanden-template-default .entry-header .header-content h1.entry-title:before {
    content: "DOWNLOAD ";
    color:  var(--groen);
    display: block;
}
body.bestanden-template-default article {
    max-width: 700px;
    width: 100%;
    text-align: left;
}
body.bestanden-template-default h2 {
    font-size: 1em;
    background:  var(--geel);
    color:  var(--blauw);
    text-align: center;
    display: block;
    margin: 0 auto;
    max-width: 700px;
    width: 100%;
    padding:  20px 20px;
    margin-bottom:  30px;
    font-family: var(--font-text);
    font-weight: bold;
}
body.bestanden-template-default .wpcf7 form input[type="submit"]{ 
    margin-top: 20px;
}
body.bestanden-template-default .wpcf7 form textarea {
    height: 120px;
}


/* 404 */
body.error404 {
    padding-top: 300px;
}
body.error404 h1 {
    font-size: 3em;
    max-width: 500px;
    width: 90%;
    margin:  0 auto;
    line-height: 1;
    margin-bottom: 50px;
}







.wp-block-group.infopage {
    /*border:  1px solid #f00;*/
    text-align: left;
    max-width: 600px;
    margin: 0 auto;
    padding:  30px;
    padding-top: 50px;
    background: var(--light);;
}
.wp-block-group.infopage p,
.wp-block-group.infopage ul {
    margin-bottom: 1.4em;
    font-size: 1em!important;
}
.wp-block-group.infopage h2 {
    margin-top: 0;
}
.wp-block-group.infopage ul li {
    list-style-type: disc;
    margin-left: 20px;
    padding-left: 20px;
}


/* Pagina's met een dynamische blokken: */
.page-id-55,
.page-id-59,
.page-id-92,
.page-id-1688 {
    background: #fff;
}
.page-id-55 .wp-block-group:before {
    background-image: none;
}
.page-id-55 .wp-block-group:not(:first-child) {
    padding: 0;
}
.page-id-55 .wp-block-group:nth-of-type(1) {
    padding-bottom: 75px;
}
.page-id-55 .wp-block-group.pad-bot {
    padding: 3rem 0 3rem;
}
.page-id-55 .wp-block-media-text {
    /* clip-path: polygon(0 0, 100% 6%, 100% 94%, 0 100%); */
    clip-path: polygon(0 6%, 100% 0%, 100% 100%, 0 94%);
    margin-bottom: 5rem;
}
.page-id-55 .wp-block-media-text .wp-block-media-text__content {
    padding-right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    width: 700px;
    max-width: 45vw;
}
.page-id-55 .wp-block-media-text .wp-block-media-text__content p,
.page-id-55 .wp-block-media-text .wp-block-media-text__content h2 {
    margin-right: 0;
    text-align: right;
}

.page-id-92 .wp-block-group::before,
.page-id-59 .wp-block-group::before {
    background-image: none;
}
.page-id-92 .wp-block-group {
    padding-bottom: 4rem;
    padding-top: 5rem;
}
.page-id-92 .wp-block-group:nth-of-type(odd){
    background-color: var(--light);
    /* clip-path: polygon(0 0, 100% 6%, 100% 94%, 0 100%); */
    clip-path: polygon(0 0, 100% 40px, 100% calc(100% - 40px), 0 100%);
}
.page-id-92 .wp-block-group:nth-of-type(even){
    padding: 50px 0;
}
.page-id-92 .wp-block-group:nth-of-type(1) {
    background: #fff;
    padding-top: 2.5rem;
}
.page-id-92 .wp-block-group:last-child {
    /* clip-path: polygon(0 0, 100% 6%, 100% 100%, 0 100%); */
    /* clip-path: polygon(0 0, 100% 40px, 100% 100%, 0 100%); */
}
.page-id-92 .wp-block-columns .wp-block-column:first-child {
    padding-left: 0;
}

/* GRID EXTRA SYLING */
#events, #rooms {
    margin-bottom: 75px;
}
#inspiration {
    position: relative;
    padding-bottom: 10rem;
}
#inspiration .esg-loadmore-wrapper {
    position: absolute;
    bottom: -7rem;
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
}

#inspiration a {
    color: #fff;
}

.category-eventcase .m-bot {
    margin-bottom: 0!important;
}

/* ugly eventcase galery blocks fix */
.category-eventcase .wp-block-columns:not(.m-top) .wp-block-column.bg-dark.no-margin {
    margin-top: 0;
}
.gallery:nth-of-type(2) {
    margin-top: 45px;
}

/* blog opsomming */
.post.category-blog ul {
    width: fit-content;
    margin: auto;
}
.post.category-blog ul li {
    list-style-type: none;
    background-image: url('../assets/icons/blauw/checkmark.svg');
    background-size: 16px 16px;
    background-position: 0px 9px;
    background-repeat: no-repeat;
    padding-left: 40px;
    position: relative;
    /* right: 20px; */
}

/* .post-5104 */.post.category-blog h2,
/* .post-5104 */.post.category-blog h3,
/* .post-5104 */.post.category-blog h4,
/* .post-5104 */.post.category-blog h5,
/* .post-5104 */.post.category-blog h6 {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
/* .post-5104 */.post.category-blog p {
    text-align: left;
    margin-bottom: .5em;
}
/* .post-5104 */.post.category-blog ul {
    text-align: left;
    width: 1100px;
    max-width: 100%;
    margin-bottom: .5em;
}
.post.category-blog .wp-block-buttons {
    max-width: 1100px;
    margin: 30px auto;
    justify-content: left;
}
.post.category-blog .wp-block-button__link {
    margin-top: 0;
}
.post.category-blog .large .wp-block-button__link {
    font-size: 1.8em;
    padding: 20px 35px;
}

.post.category-blog .entry-content>.wp-block-group:first-child p:first-child:not(.nobig),
.post.category-blog .entry-content>p:first-child:not(.nobig) {
    margin-bottom: 3rem;
}
.post.category-blog .wp-block-group:last-child {
    margin-bottom: 6rem;
}
/* .post.category-blog .challenge-us:last-child {
    margin-bottom: 6rem;
} */


/* Footer changes 22-10-2024 */
.site-footer {
    background-color: var(--blauw);
}
.site-footer::after {
    /* background-color: #000; */
    opacity: 0.1;
}
.site-footer #footer-container a {
    color: var(--wit);
}
.site-footer #footer-container ul.naw li {
    color: var(--wit);
}
.site-footer #footer-container ul.social-buttons li svg {
    fill: var(--groen);
}
.site-footer #footer-container ul.social-buttons li:hover svg {
    fill: var(--wit);
}
