body{
    margin-top: 73px;
    background: #F5F5F5;
    overflow-x: hidden;
    width: 100%;
}
@media only screen and (min-width: 40em) {
	body{
		margin-top: 81px;
	}
}
.grid-container {
   padding: 0 1.5rem;
}



.grid-container.full {
   padding: 0 1.5rem 0 1.5rem;
}
@media only screen and (min-width: 64em) {
   .grid-container.full {
      padding: 0 0 0 0;
   }
}


@media only screen and (max-width:40em) {
   .grid-container.small-full {
      padding: 0;
   }
}


/* ----------------------------
   TITLES & TEXT
   ---------------------------- */

body, h1, h2, h3, h4, h5, h6, p, li, a{
    font-family: aktiv-grotesk, sans-serif;
}
h1, h2, h3, h4, h5, h6{
    font-weight: 800;
    color: #2F353E;
}
p{
    color: #2F353E;
    line-height: 1.8;
}
p strong{
    font-weight: 600;
    color: #EA513B;
}
h2{
    font-size: 1.8rem;
}

@media only screen and (min-width: 40em) {
   h2 {
      font-size: 2.2rem;
   }
   p {
      line-height: 2;
   }
}

.underline {
    text-decoration: underline;
    transition: all ease 0.25s;
}
.underline:hover {
    color: #F0B803 !Important;
}

/* icons */
i {
    color: white;
    opacity: 0.5;

}

i:hover {
    opacity: 1;
}
/* ----------------------------
   BUTTONS & FORMS
   ---------------------------- */


.button{
    background: #F0B803;
    font-family: aktiv-grotesk, sans-serif;
    font-weight: 600;
    padding: 1.3rem 3rem 1.3rem 1.8rem;
    position: relative;
}
.button:after{
    display: block;
    position: absolute;
    content: '';
    width: 7px;
    height: 11px;
    top: 23px;
    right: 1.4rem;
    background: url('../img/chevron.png');
    background-size: 100% 100%;
}
.secondary.button{
    background: #F24F38;
    color: #fff;
}
.sticky{
    z-index: 3;
}
[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'], textarea{
  border-radius: 3px;
  box-shadow: 0 !important;
  border: 0 !important;
  padding-left: 1rem;
}
.facetwp-type-fselect .fs-wrap, .facetwp-type-fselect .fs-dropdown{
  border-radius: 3px;
  max-width: 200px;
}
.fs-label-wrap{
  border: 0 !important;
  border-radius: 3px;
}
.fs-label-wrap .fs-label{
  padding: .72rem !important;
}
.facetwp-overlay{
	display: none !important;
}


/* ----------------------------
   HEADER & MENU
   ---------------------------- */


.topbar{
    position: fixed;
    top: 0; left: 0; right: 0;
    background: #fff;
    z-index: 10;
}
.admin-bar .topbar{
    top: 32px;
}
.topbar .logo{
    max-width: 50px;
    margin: 1rem 0;
}
@media screen and (min-width: 40em) {
	.topbar .logo{
		max-width: 70px;
		margin: 1.5rem 0;
	}
}
.topbar .menu a{
    color: #2F353E;
    transition: all .25s ease;
}
.topbar .menu .bold a{
  font-weight: bold;
}
.topbar .menu a:hover, .topbar .menu .active a{
    color: #EA513B;
    background: none;
}
.topbar .menu a:hover, .topbar .menu .current-menu-item a{
    color: #EA513B;
    background: none;
}
.topbar .menu a {
    padding: 0.7rem 0.8rem !important;
}

.menuicon{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    height: 20px;
    cursor: pointer;
    display: block;
    float: right;
    z-index: 20;
    float: right;
    margin: 9px 0px 0 0px;
    margin-left: .8rem;

}

.menuicon span{
    width: 100%;
    height: 3px;
    background: #000000;
    display: block;
    position: absolute;
    transition: all .5s ease-in-out;
}
.menuicon span:nth-child(1){
    top: 0;
}
.menuicon span:nth-child(2){
    top: 8px;
    transition: all .5s ease-in-out;
}
.menuicon span:nth-child(3){
    top: 16px;
}
.open.menuicon span:nth-child(1){
    top: 9px;
    transform: rotate(225deg);
    width: 22px;
}
.open.menuicon span:nth-child(2){
    transform: rotate(500deg);
    opacity: 0;
}
.open.menuicon span:nth-child(3){
    top: 9px;
    transform: rotate(-225deg);
    width: 22px;
}

.topbar .mobile-menu{
    height: 0;
    overflow: hidden;
    position: relative;
}
.topbar.open .mobile-menu{
    height: 100vh;
    background: #000000;
}
.topbar .mobile-menu .menu{
    position: relative;
    z-index: 1;
}
.topbar .mobile-menu #search{
    margin-bottom: 0px !important;
}

.topbar.open .mobile-menu select{
    background: black;
    color: white;
    font-size: 16px;
    border: 1px solid white;
}
.topbar .facetwp-input-wrap {

margin-bottom: 16px;
}

.topbar .facetwp-input-wrap {
width: 100%;
}

.mobile-menu .menu{
    margin: 2rem 0 2rem 0;
}
.mobile-menu .menu a{
    font-weight: bold;
    font-size: 24px;
    padding: .25em 0;
    color: white;
}
.topbar .mobile-menu .current-menu-item a {
   color: #FFD54C;
}
.mobile-menu .small a {
   font-size: 16px;
   font-weight: normal;
}
.mobile-menu .image {
   position: absolute;
   top: 2rem;
   width: 130px;
   right: 1.5rem;
}

.is-dropdown-submenu{
    border: 0;
}

.secondary.menu a{
  font-weight: bold;
  padding-left: .8rem;
  padding-right: .8rem;
}
.secondary.menu .icon{
  width: 15px;
  height: 15px;
}




.searchbar {
   position: fixed;
   top: 82px;
   padding: 25px 0;
   background: black;
   width: 100%;
   z-index: 9;
   transition: all .25s ease;

   max-height: 0;
   transform: translateY(-150px);

}

 @media only screen and (min-width: 40em) {
     .searchbar {
 top: 100px;
     }
 }
.searchbar.open{
   transform: translateY(0px);
   max-height: 120px;
   transition: all .25s ease;
}

@media only screen and (min-width: 40em) {
   .searchbar.open {
      max-height: 80px;
   }
}

.search-icon.active svg {
   fill: red;
}
.searchbar input {
   margin: 0;
   padding: .72rem 1rem;
}

.menu-archief-container .current-menu-item a {
 
    text-decoration: underline !important;
    color: #2F353E !important;

}
.menu-archief-container a:hover {

    text-decoration: underline !important;
    

}



/* ----------------------------
   COVER
   ---------------------------- */

.cover{
    background: #FFD54C;
    padding: 6rem 0 3rem 0;
}
.cover .cover-logo{
    max-width: 80%;
}
.front.cover {
    padding-top: 0;
    padding-bottom: 0;
}
@media screen and (min-width: 40em) {
    .cover{
        padding: 14rem 0 4rem 0;
    }
.front.cover {
    padding: 3rem 0px 0px 0px;
}

}
@media screen and (min-width: 64em) {


    .front.cover {
        padding: 0px;
    }

}
@media screen and (min-width: 85em) {
    .cover {
        padding: 14rem 0 4rem 0;        /* WAS 45vh */
    }
}
@media screen and (min-width: 85em) {
    .notfullheight.cover {
        padding: 14rem 0 4rem 0;
        padding-top: 45vh;

    }
}
 @media screen and (max-width: 40em) {
    .cover .trumpet{
        margin: 0 !important;
    }
    .cover h2{
        font-size: 1.5rem !important;
        margin: 0px !important;
    }
    .cover .hero-mobile{
     
    }
}
.cover h2{
    font-size: 2rem;
    color: #EA513B;
    max-width: 220px;
    margin: 1.5rem 0 0 0;
    line-height: 1;
}
.cover h2 img{
    max-width: 42px;
    float: left;
    margin-right: 1rem;
}
.cover h3{
    font-weight: normal;
    color: #fff;
    margin: 0;
}

.cover .slide{
    position: relative;
}
.cover .slide .content{
    position: absolute;
    bottom: 4rem;
    right: 2rem;
    z-index: 5;
}
.cover .slide .overlay{
    position: absolute;
    left: 0; right: 0; bottom: 0;
    z-index: 4;
    background: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    height: 200px;
}
.cover .slide h4{
    color: #fff;
    font-weight: normal;
    font-size: 1.5rem;
    margin-bottom: .1em;
    font-weight: 600;
    margin-left: 3rem;
    text-align: right;
    max-width: 400px;
    line-height: 1.2;
   
}
 @media screen and (min-width: 40em) {
    .cover .slide h4 {
            font-size: 2rem;
            line-height: 1.4;

    }
 }
.cover .slide p{
    font-size: 1.5rem;
    color: #fff;
    text-align: right;
    margin: 0;
}
.cover .slide img{
    width: 100%;
       height: calc(50vh );
       object-fit: cover;
       
    }
    @media screen and (min-width: 40em) {
        .cover .slide img{
    height: calc(100vh - 81px);
 
    }
    
}

.intro p{
    margin: 0;
    font-size: 1rem;
}
@media screen and (min-width: 40em) {
    .intro p{
        font-size: 1.2rem;
    }
}

.page.cover{
    position: relative;
}

.page.cover .grid-container{
    position: relative;
    z-index: 3;
}
.page.cover h1{
    font-size: 2rem;
    color: #fff;
    line-height: 1;
}
.page.cover p{
    font-size: 1.1rem;
    color: #fff;
    padding-left: 3px;
    margin: .5rem 0;
	    line-height: 1.4;
}
@media screen and (min-width: 40em) {
	.page.cover h1{
		    font-size: 3.5rem;
	}
	.page.cover p{
		    font-size: 1.3rem;
		    line-height: 1.8;
		margin: 0;
	}
}

.page.cover .overlay{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, .7), rgba(0, 0, 0, 0));
    height: 300px;
    z-index: 1;
}

@media screen and (min-width: 64em) {
   .page.cover h1  {
      font-size: 5rem;
   }
    .cover-text{
        max-width: 360px;
        float: right;
    }
}



.full.page.cover .grid-container{
   position: relative;
}
.full.page.cover h1 {
   font-size: 1.5rem;
   line-height: 1.2;
}
.full.page.cover p {
   font-size: 1rem;
   line-height: 1.6;
}
.full.page.cover p.small {
   font-size: 14px;
   line-height: 1.6;
   max-width: 350px;
}
.full.page.cover .inner{
   padding: 7rem 0 0 0;
}
.full.page.cover:after{
    position: absolute;
    left: 50%; bottom: -15px;
    width: 30px;
    height: 30px;
    margin-left: -20px;
    content: '';
    display: block;
    background: #FFD54C;
    z-index: 2;
    transform: rotate(45deg);
}

.full.page.cover .back-button {
   color: white;
   font-weight: bold;
   position: absolute;
   right: auto;
   top: -4rem;
   z-index: 10;
}
.full.page.cover .back-button img{
   height: 14px;
   margin-right: 10px;
   margin-top: -2px;
}


@media only screen and (min-width: 40em) {
   .full.page.cover .back-button {
      right: 1.5rem;
      bottom: .6rem;
      top: auto;
   }
   .full.page.cover h1 {
      font-size: 5rem;
      line-height: 1;
      margin-bottom: 2rem;
   }
   .full.page.cover p {
      font-size: 1.3rem;
      line-height: 1.8;
   }
}

/* ----------------------------
   BLOCKS
   ---------------------------- */

.block{
    margin-top: 3rem;
    margin-bottom: 3rem;
}
.white.block, .yellow.block{
    background: #fff;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 3rem;
    padding-bottom: 3rem;
}
@media screen and (min-width: 40em) {
    .block{
        margin-top: 5rem;
        margin-bottom: 5rem;
    }
    .white.block, .yellow.block{
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
}
.no-margin.block{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.no-padding.block{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.yellow.block{
    background: #FFD54C;
}
.card.yellow.block{
    margin-top: 10rem;
}
.card.yellow.block .card{
    margin-top: -10em;
}


.block .title{
    margin-bottom: 2rem;
}
.block .button-container{
    margin-top: 2rem;
}



.block .card{
    background: #fff;
    border: 0;
    padding: 2rem 0;
    border-radius: 5px;
}
.block .card h2{
    padding: 0 1.5rem;
    margin-bottom: 1rem;
}
.block .card h4{
    margin-bottom: .25rem;
    font-size: 1.25rem;
}
.block .card .inner{
    padding: 0 1.5rem;
}
@media screen and (min-width: 40em) {
    .block .card{
        padding: 4rem 0;
    }
    .block .card h2{
        padding: 0 3.5rem;
        margin-bottom: 1rem;
    }
    .block .card h4{
        margin-bottom: 1rem;
        font-size: 1.25rem;
    }
    .block .card .inner{
        padding: 0 3.5rem;
    }
}

.news.card{
    padding: 0;
    margin: 0;
}
.news.card .inner{
    padding: 0 2rem 2rem 2rem;
}
.news.card.about .inner{
    padding: 2rem;
}

.news.card p{
    margin-bottom: 0;
}
.news.card .date{
    background: #FFD54C;
    color: #000;
    display: inline-block;
    padding: .3rem 1rem;
    font-weight: 600;
    margin-top: -2rem;
    border-radius: 3px;
    margin-bottom: 1rem;
}



.event.card{
    padding: 0;
    position: relative;
    border-bottom: 0;
    transition: all .25s ease;
}
.event.card:hover{
  box-shadow: 0px 10px 40px rgba(0, 0, 0, .1);
  transform: translateY(-5px);
}
.event.card .inner{
    padding: 2rem;
    position: relative;
    z-index: 5;
}
.event.card .date{
    margin: 0;
}

.event.card .location{
    margin-top: 1em;
    margin-bottom: 0;
    font-size: .85em;
}



.event.card .location svg{
  position: relative;
  top: 1px;
  width: 12px;
  height: 12px;
  margin-right: .2rem;
}

.event.card h4, .event.card .date, .event.card .location {
   color: white;
}
.event.card.search h4, .event.card.search .date{
    color: #2F353E !important;
}

.event.card .image {
   position: absolute;
   width: 100%;
   height: 100%;
}
.event.card .image img {
   width: 100%;
   height: 100%;
   object-fit: cover;

}
.event.card .overlay {
   background: black;
   top: 0;
   left: 0;
   bottom: 0;
   right: 0;
   width: 100%;
   height: 100%;
   position: absolute;
   opacity: .4;
   z-index: 1;
}
.location.card .ribbon {
   width: 100%;
   height: 100%;
   position: absolute;
	background-position: top left;
   opacity: 1;
   z-index: 2;

}

@media only screen and (min-width: 40em) {
   .event.card .location {
      margin-top: 2em;
   }
   .event.card .image {
      position: relative;
      height: 200px;
   }
   .event.card .image img {

      position: absolute;
   }
   .event.card h4, .event.card .date, .event.card .location {
      color: #2F353E;
   }
}


.highlight.event .inner{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
}
.highlight.event p, .highlight.event h4{
    color: #fff;
}
.highlight.event .overlay{
    position: absolute;
    left: 0; right: 0; bottom: 0;
    z-index: 1;
    background: linear-gradient(to top, rgba(0, 0, 0, .7), rgba(0, 0, 0, 0));
    height: 300px;
}


.location.card{
  padding: 0;
  height: 290px !important;
  position: relative;
  overflow: visible;
}
.location.card .inner{
  position: absolute;
  padding: 1.5rem;
  bottom: 0; left: 0; right: 0;
  z-index: 3;
}

.location.card .test {
    position: absolute;
    top: 24px;
    right: 24px;
    z-index: 4;
    background: #FFD54C;
    color: white;
    display: inline-block;
    padding: .3rem 1rem;
    font-weight: 600;

    border-radius: 3px;

    transition: all ease 0.25s;
}
.test:hover {
    background: #F24F38 !important;
}
.location.card .overlay{
    position: absolute;
    left: 0; right: 0; bottom: 0;
    z-index: 2;
    background: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    height: 200px;
}

.location.card h4{
  font-size: 1.2rem;
  margin: 0;
  color: #fff;
}
.location.card .address{
  color: #fff;
  margin-bottom: 0;
}
.location.card a {
    line-height: 2;;
}

.kolommen .inner{
  background: #fff;
  padding: 3rem;
}


/* ----------------------------
   SLICK
   ---------------------------- */


.slick-dots{
    bottom: -48px;
}
.slick-dots li{
    margin: 0;
}
.slick-dots li button:before{
    font-size: 1.8rem;
    color: #FFD54C;
    width: 12px;
    opacity: .5;
}
.slick-dots li.slick-active button:before{
    color: #FFD54C;
    opacity: 1;
}
.cover-slick {
    margin: 0 -1.5rem 0 -1.5rem !important;
    
}
@media screen and (min-width: 64em) {
    .cover-slick{
        margin: 0 !important;
    }

}
.cover-slick .slick-dots{
    text-align: right;
    bottom: 2rem;
    right: 2rem;
}



.announced .next-slide{
    background: #fff;
    width: 65px;
    height: 65px;
    text-align: center;
    padding: 1.2em 1em;
    cursor: pointer;
    border-radius: 3px;
}
.announced .next-slide img{
    width: 15px;
    height: 15px;
    transition: all .1s ease;
}
.announced .next-slide:hover img{
  width: 18px;
  height: 18px;
}


.announced-slick{
    margin-top: 2rem;
    margin-bottom: 2rem;
    border-radius: 3px;
    overflow: hidden;
}
.announced-slick .slick-list{
   padding:0 20% 0 0;
}

.announced-slick .slick-dots{
    text-align: left;
}
.announced-slick img{
    height: 250px;
    object-fit: cover;
}
@media screen and (min-width: 40em) {
    .announced-slick img{
        height: 400px;
    }
}
.announced-slick li button:before{
    color: #F24F38;
}
.announced-slick .slick-dots li.slick-active button:before{
    color: #F24F38;
}

.announced-slick .slide{
    position: relative;
    margin-left: 15px;
    margin-right: 15px;
    border-radius: 5px;
    overflow: hidden;
}
.announced-slick .slide .content{
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    right: 1rem;
    z-index: 5;
    
}
@media only screen and (min-width: 40em) {
    .announced-slick .slide .content {
        position: absolute;
        bottom: 2rem;
        left: 2.5rem;
        right: 2.5rem;
        z-index: 5;

    }
}

.announced-slick .slide .overlay{
    position: absolute;
    left: 0; right: 0; bottom: 0;
    z-index: 4;
    background: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    height: 200px;
}
.announced-slick .slide h4{
    color: #fff;
    font-weight: normal;
    font-size: 1.5rem;
    margin-bottom: .1em;
    font-weight: 600;
}
.announced-slick .slide p{
    color: #fff;
    margin: 0;
    font-size: 1.3rem;
}


/* ----------------------------
   FOOTER
   ---------------------------- */

.footer{
    padding: 3rem 0;
    background: #000101;
}
@media screen and (min-width: 40em) {
    .footer{
        padding: 3rem 0;
    }
}
.footer-logo{
    max-width: 150px;
    margin-bottom: 1.5rem;
}

.footer h5{
    color: #fff;
    font-size: 1rem;

}
  @media screen and (max-width: 40em) {
      .footer h5 {
          margin-top: 32px;
      }
  }
.footer .menu a{
    padding: .5rem 0;
    color: #fff;
    opacity: .5;
}
.footer .menu a:hover{
    opacity: 1;
}

.footer input {
/*     padding: 20.8px; */

margin-top: 0;
margin-top: 16px;
margin-bottom: 16px;
padding-left: 0;

color: white;
height: 1.4375px;
background: #F24F38;
    box-shadow: none !important;
    border-radius: 0;
    background: none !important;
    border: 0;
    border-bottom: 1px solid #BABABA;
}
.footer .button {
   /*  padding: 0.65rem 3rem 0.65rem 1.8rem; */
     padding: .3rem 3rem .3rem 1rem;
     line-height: 2;

}
.footer .button:after {
    top: 13px
}

.footer .socials {
    margin-top: 16px !important;
}

.bottom-footer {
   background: #000101;
   padding: .5rem 0;
}
.bottom-footer p, .bottom-footer a {
   font-size: 14px;
   margin: 0;
   color: white;
   opacity: .6;
}
.bottom-footer a:hover {
   opacity: 1;
}



/* ----------------------------
   AGENDA & SINGLE EVENT
   ---------------------------- */

.filterbar{
    background: #FFD54C;
    padding: .7rem 0;
}
.filterbar .menu a{
    color: #000;
}
.embed-container {
    width: 100%;
}
.embed-container iframe {
    width: 100%;
    height: 400px;
}
#mobilefilters {
        margin-top: 20px;
}

.infobar{
    background: #FFD54C;
    padding: 2rem 0;
}
.infobar h4{
    color: #F24F38;
    margin: 0;
}
.infobar .adres {
   font-size: 14px;
   color: #2F353E;
   margin-bottom: 10px;
}
.infobar .adres img {
   height: 14px;
    opacity: .5;
    margin-right: 10px;
    margin-top: -2px;
}
.infobar .price{
    margin: 0;
}

@media only screen and (max-width: 40em) {
   .infobar .button{
       margin: 0;
       padding: 10px 20px 10px 10px;
   }
   .infobar .button:after {
       width: 6px;
       height: 10px;
       top: 13px;
       right: 6px;
   }
}

.event-content .inner{
    padding: 2rem 0;
}
.event-content p:not(last-child) {
   margin-bottom: 2rem;
}
@media only screen and (min-width: 40em) {
   .event-content .inner{
       padding: 5rem 3rem 5rem 0;
   }
}

 .sidebar{
    padding: 2rem 1.5rem;
    background: #F5F5F5;
    position: relative;
}
.single .sidebar tr td{
    padding-right: 0px;
}

.event-content .sidebar p{
   margin-bottom: 0;
}
.sidebar a{
   font-size: 14px;
   opacity: .5;
   text-decoration: none;
   color: black;
}
 .sidebar h6 {
   margin-top: 1.8rem;
}
@media only screen and (min-width: 40em) {
   .sidebar {
      padding: 5rem 3rem;
   }
   .sidebar:after {
      content: '';
      position: absolute;
      background: #F5F5F5;
      top: 0;
      right: 0;
      left: 100%;
      width: 100%;
      bottom: 0;
   }
}


.badges{
    margin: 0 0 1rem 0;
    font-size: .8em;
}
.badges.extramargin {
    margin-top: 1.6rem;
}
.badges li{
    display: inline-block;
    margin: 0 .2em .2em 0;
    background: #FFD54C;
    border-radius: 3px;
    padding: .3em 1em;
    transition: all ease 0.25s;
}
.badges a {
    font-size: 12.8px !important;
}
.badges li:hover {
    background: tomato;
}
.badges.grey li{
    background: #2F353E;
}
.badges.grey li:hover {
    background: tomato;
}
.sidebar .badges.grey a {
    color: #fff;

}

.textlink{
    color: #999999;
    margin: 2rem 0 0 0;
    font-weight: bold;
}
.textlink a{
    color: #999999;
    margin: 0;
    font-weight: bold;
}
.textlink a.large{
    font-size: 1.2rem;
    color: #F24F38;
}



/* ----------------------------
   MISC
   ---------------------------- */



.soon .item{
    padding: 1rem 1.5rem;
    transition: background .25s ease;
    cursor: pointer;
    position: relative;
}
@media screen and (min-width: 64em) {
    .soon .item{
        padding: 1rem 3.5rem;
    }
}
.soon .item:after{
    position: absolute;
    left: -39px; top: calc(50% - 20px);
    width: 40px;
    height: 40px;
    content: '';
    display: block;
    background: #FFD54C;
    opacity: 0;
    transform: rotate(45deg);
}
.soon .item:hover{
    background: #000;
}
.soon .item:hover:after{
    opacity: 1;
}
.soon h5{
    font-size: 15px;
    margin-bottom: 0;
    transition: color .25s ease;
}

.soon .date, .soon .location, .soon .time{
    opacity: .35;
    margin: 0;
    line-height: 1.6;
    transition: color .25s ease;
    font-size: 14px;
}
.soon .date{
    font-weight: 600;
}

@media only screen and (min-width: 40em) {
   .soon h5 {
      font-size: 1rem;
   }
   .soon .date, .soon .time , .soon .location {
      font-size: 1rem;
   }
}
.soon .item:hover h5{
    color: #FFD54C;
}
.soon .item:hover .date{
    color: #FFD54C;
    opacity: 1;
}
.soon .item:hover .location, .soon .item:hover .time{
    color: #fff;
}

.newsletter h3{
    margin-bottom: 2rem;
}
.newsletter p{
    margin-top: 1rem;
}
.newsletter input{
    box-shadow: none !important;
    border-radius: 0;
    background: none !important;
    border: 0;
    border-bottom: 1px solid #BABABA;
}
.newsletter button{
    margin-left: 2rem;
}

.partners .cell{
  opacity: .5;
  transition: all .25s ease;
}
.partners .cell:hover{
  opacity: 1;
}
.partners .cell img{
  padding: 0 10px;
}




/* ----------------------------
   FAVOURITE
   ---------------------------- */

.favourite{
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 1;
  cursor: pointer;
}
.favourite svg{
  width: 16px;
  height: 16px;
}


/* ----------------------------
   FACETWP
   ---------------------------- */

.filter-bar input{
  margin-bottom: 0;
}
.facetwp-facet{
  margin: 0 !important;
}
/* .facetwp-checkbox{
  display: inline-block;
  border: 2px solid #fff;
  color: #fff;
  margin: 0 10px 10px 0 !important;
  padding: .3rem .7rem !important;
  font-size: .8rem;
  background: none !important;
  border-radius: 3px;
  position: relative;
} */


.facetwp-facet-gratis .facetwp-checkbox {

    font-size: 24px;
    color: black;
     background-size: 43px 39px;
     border-radius: 3px;
     overflow: hidden;
     width: 1px;
    padding-left: 40px;
    background: black;
    border: white solid 2px;
}
.facetwp-facet-gratis .facetwp-checkbox.checked {
   
    border: white solid 2px;
    position: relative;
    background: black;
}
.facetwp-facet-gratis .facetwp-checkbox.checked:after {
    content: '';
    position: absolute;
    left: 3px;
    right: 3px;
    top: 3px;
    bottom: 3px;
    background: #FFD54B;
}
.sub-filter{
  background: #000;
  padding: 2rem 0;
}

.facetwp-overlay {
    position: absolute;
    background-color: #000 !important;
    opacity: 0.6;
}
.filter-bar h4{
  color: #fff;
  font-size: 14px;
}

@media only screen and (min-width: 40em){
   .filter-bar h4 {
      font-size: 1.2rem;
   }
}
/* .facetwp-checkbox.checked{
  background: #fff !important;
  color: #000 !important;
} */
/* .facetwp-checkbox.checked:after{
  content: '✕';
  background: #fff;
  display: block;
  position: absolute;
  top: -4px; right: -4px;
  font-weight: bold;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  text-align: center;
  font-size: 9px;
  color: #000;
} */
.fs-search input{
  margin-bottom: 0 !important;
}


#filtericon{
  cursor: pointer;
}
#filtericon .st1 {
   transition: .25s ease;
}
#filtericon.active #dot1 {
   transform: translateX(-19px);
}
#filtericon.active #dot2 {
   transform: translateX(19px);
}
#filtericon.active #dot3 {
   transform: translateX(-5px);
}

.load-more-button{
  margin-top: 2rem;
}

.facetwp-type-search .facetwp-input-wrap{
  width: 100%;
}


.facet-reset{
    font-size: 18px;
    font-weight: 500;
    padding: 4px 10px;
    line-height: 1.7em!important;
    color: #FFD54C;
    font-weight: bold;
    border-radius: 3px;
    -webkit-transition: all .2s;
    transition: all .2s;
    cursor: pointer;
}
.facet-reset:hover{
}

.facetwp-counter {
    display: none;
}

.facetwp-load-more {
cursor: pointer;
	transition: all ease 0.25s
}
.facetwp-load-more:hover{
	opacity: 0.75;
}


/* FACET MAP / KAART */

.facetwp-facet-kaart{
    position: relative;
    width: 100%;
}

/* LANGUAGE SWITCHER */

.topbar select{

    border: none ;
    margin-bottom: 0;
}

font {
    vertical-align: unset !important;
}


.locatiepin{
	padding: 1rem;
}
.locatiepin .button{
	padding: .75rem 2rem .75rem .75rem;
}
.locatiepin .button:after{
	top: 14px;
    right: .8rem;
}



tbody th, tbody td{
	padding: .5rem 0;
}
tr, thead, tbody, tfoot{
	background: none !important;
	border: 0 !important;
}
tr td:first-child{
	padding-right: 1rem;
	font-weight: bold;
}

/* SEARCH */

.searchblock .event.card.search {
    position: relative;

}
.searchblock .event.card.search img{
    width: 100%;

}
.searchblock .pagetype{
    position: absolute;
    top: 0px;
    /* left: 0px; */
    /* width: 200px; */
    z-index: 2;
    background: #F24F38;
    color: white;
    /* transform: rotate(-90deg); */
        padding: 20px 9px 20px 9px;
    display: flex;
    justify-content: center;
    align-items: center;
    writing-mode: vertical-rl;
        height: 150px;
        border-radius: 3px;
        right: 0px;
        /* top: 25%; */
}

.searchblock .content {

}

.translatebar{
    position: fixed;
    background: #EA513B;
    transform: translateY(0);
    width: 100%;
    transition: all ease 0.25s;
}
.translatebar.scrollUp{
    transform: translateY(-50px);
}
.translatebar.scroll{
    transform: translateY(-50px);
}
.translatebar select{
    margin: 5px 0 !important;
}

.mobile-menu svg{
   
        fill: white;
        width: 40px;
        height: 40px;
}
.mobile-menu .menu-socials a{
    padding: 0px !important;
}