.-highlight {
  color: #E04095;
}

.c-btn svg {
  margin-left: 16px;
  transform: translate(0px, 3px);
}

h1 {
  position: relative;
}
h1 svg {
  position: absolute;
  top: 20px;
  transform: translate(0, -100%);
  left: 50%;
  z-index: -1;
}
@media (max-width: 767px) {
  h1 svg {
    transform: translate(0, -20%);
    left: auto;
    right: 0;
  }
}

.c-card__foot{

    border-bottom-right-radius: 0px; 
    border-bottom-left-radius: 0px;
}

.c-card__list a:first-child .c-card__foot{
  border-radius: 10px 10px 0 0;
}

.c-card__list a:last-child .c-card__foot{
  border-radius: 0 0 10px 10px;
}



.e-owl {
  display: none;
}

#section-home-intro-text {
  padding: calc(30px + 3vw) 0;
}
@media only screen and (max-width: 960px) {
  #section-home-intro-text {
    padding-top: 200px;
  }
}
#section-home-intro-text h1 {
  margin-bottom: 0;
}
@media only screen and (max-width: 960px) {
  #section-home-intro-text h1 {
    margin-bottom: 40px;
  }
}
#section-home-intro-text .o-layout {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  #section-home-intro-text .o-layout {
    flex-flow: column nowrap;
  }
}
@media only screen and (max-width: 960px) {
  #section-home-intro-text .o-layout__item {
    width: 100% !important;
  }
}

#section-home-ervaringen {
  padding: calc(30px + 6vw) 0;
}
#section-home-ervaringen h2 {
  margin-bottom: 60px;
}
#section-home-ervaringen .experience-box {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
}
#section-home-ervaringen .experience-box:after {
  display: none !important;
}
#section-home-activiteiten {
  padding: calc(30px + 6vw) 0;
}
#section-home-activiteiten .c-list--agenda__row {
  line-height: 1.1em;
}

#section-home-experiences {
  padding: calc(30px + 6vw) 0;
}
#section-home-experiences .experiences-box {
  background: #E04095;
  border-radius: 20px;
  padding: 56px;
  position: relative;
}
#section-home-experiences .experiences-box h2 {
  color: #fff;
  line-height: 1.5;
  margin-bottom: 80px;
}
#section-home-experiences .experiences-box .c-btn {
  position: relative;
  z-index: 2;
  background: #fff;
  color: #E04095;
}
#section-home-experiences .experiences-box .c-btn svg path {
  fill: #E04095;
}
#section-home-experiences .experiences-box .bg-shape {
  position: absolute;
  bottom: 0;
  right: 50px;
  z-index: -1;
}
#section-home-experiences .experiences-boxes {
  margin-top: calc(30px + 3.6vw);
}

#section-home-experiences .social-box{
  background: #A3CF62;
  margin-top: 30px;
}

#section-home-experiences .social-box__icon{
margin-right: 20px;
}

#section-home-experiences .rounded-corners {
  border-radius: 10px;
  overflow: hidden;
}
#section-home-experiences .c-box--grid2 .overlay {
  background: linear-gradient(0deg, rgba(224, 245, 238, 0.7) 18.87%, rgba(224, 225, 238, 0) 63.58%);
}
#section-home-experiences .c-box--grid2 .content span.title, #section-home-experiences .c-box--grid2 .content span.baby {
  color: #012d4e;
}
#section-home-experiences .c-box--grid2__pink {
  background: #A3CF62;
}
#section-home-experiences .c-box--grid2__pink .c-btn {
  color: #A3CF62;
  background: #fff;
}
#section-home-experiences .c-box--grid3 .overlay {
  background: linear-gradient(0deg, rgba(224, 245, 238, 0.7) 18.87%, rgba(224, 225, 238, 0) 63.58%);
}
#section-home-experiences .c-box--grid3 .content span {
  color: #012d4e;
}
#section-home-experiences .c-box--grid3 .content .c-btn {
  color: #012d4e;
  background: #fff;
}
#section-home-experiences .c-box--grid3 .content .c-btn svg path {
  fill: #012d4e;
}

#section-home-activiteiten {
  padding: calc(30px + 6vw) 0;
}
#section-home-activiteiten .c-slab__bg--butterfly {
  margin-bottom: 40px;
}

body section:last-child {
  padding-bottom: 120px !important;
}

.last-section {
  padding-bottom: 200px !important;
}
@media only screen and (max-width: 767px) {
  .last-section {
    padding-bottom: 120px !important;
  }
}

.c-slider__prev {
  left: 50%;
  margin-left: -500px;
  border-radius: 4px;
}

.c-slider__next {
  left: 50%;
  margin-left: 440px;
  border-radius: 4px;
}

#cookie-policy {
  display: none !important;
}

.video-poster {
  position: absolute;
  top: 0;
  z-index: 4;
  height: 100%;
  width: 100%;
  background-size: cover;
  margin-left: 0 !important;
  pointer-events: none;
}
.video-poster.hide {
  display: none;
}

.video-button {
  margin-left: 0 !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 5;
}
.video-button.hide {
  display: none;
}

@media only screen and (max-width: 520px) {
  .c-wist-je-dat__img {
    display: none;
  }
}

@media only screen and (max-width: 520px) {
  .c-wist-je-dat {
    width: 100%;
  }
}

#top-bar {
  background: transparent;
  top: 20px;
  position: absolute;
  max-width: 1648px;
  width: calc(100% - 32px);
  left: 50%;
  transform: translate(-50%, 0);
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
}

#top-bar > .inner {
  height: 39px;
  border-radius: 20px;
  padding: 0 16px;
  background: #fff;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
#top-bar .top-bar__bold-link {
  color: #444;
  font-weight: bold;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}
#top-bar .top-bar__bold-link svg {
  margin-left: 10px;
}
#top-bar .divider {
  margin-left: 14px;
  margin-right: 14px;
  height: 30px;
  background: #dfdfdf;
  width: 1px;
}

@media only screen and (max-width: 960px) {
  .c-page-head__logo img {
    margin-left: 16px;
  }
}

.c-page-head__top {
  position: fixed;
  left: 50%;
  top: 80px;
  transform: translate(-50%, 0);
  width: calc(100% - 32px);
  max-width: 1648px;
  border-radius: 40px;
}
@media (max-width: 960px) {
  .c-page-head__top {
    top: 20px;
  }
}
.c-page-head__top .c-site-nav__container {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.c-page-head__top .c-search__icon {
  margin-right: 28px;
  margin-left: 36px;
}
@media only screen and (max-width: 960px) {
  .c-page-head__top .c-search__icon {
    margin-right: 16px;
    margin-left: 20px;
  }
}
.c-page-head__top .c-search__icon > i {
  color: #A3CF62 !important;
  font-size: 20px;
}
.c-page-head__top .c-btn {
  font-weight: 400;
}
@media only screen and (max-width: 1500px) {
  .c-page-head__top .c-btn {
    font-size: 14px;
  }
}

.c-search-bar {
  position: fixed !important;
  width: 100%;
  max-width: 1680px;
  left: 50%;
  transform: translate(-50%, 0);
  border-radius: 37px;
  top: 160px;
}
.c-search-bar .c-btn {
  position: absolute;
  right: 0;
  top: 0px;
  padding: 9px 24px;
}
.c-search-bar .c-search__input {
  border-radius: 24px;
  padding-left: 24px;
}

#close-resp-menu {
  transform: rotate(180deg);
  margin-left: 40px;
  margin-top: 20px;
  cursor: pointer;
}
.c-top-bar.u-padding-vertical-tiny.c-search-bar {
  position: fixed;
  width: calc(100% - 32px);
  left: 50%;
  transform: translate(-50%, 0);
  box-shadow: 0px 20px 50px -4px rgba(0, 0, 0, 0.1);
  background: #edeff3;
  border-radius: 0 0 37px 37px;
  top: 120px;
  z-index: 9;
  max-width: 1648px;
  padding-top: 45px !important;
}
@media only screen and (max-width: 960px) {
  .c-top-bar.u-padding-vertical-tiny.c-search-bar {
    top: 110px;
  }
}

.li_home {
  height: 860px;
}
@media (max-width: 1140px) {
  .li_home {
    height: 640px;
  }
}
@media (max-width: 960px) {
  .li_home {
    height: auto;
  }
}
.li_home .o-wrapper {
  position: relative;
  z-index: 3;
}

.c-page-head__body {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  height: 100%;
  align-items: center;
  padding-top: 100px;
}
@media only screen and (max-width: 960px) {
  .c-page-head__body {
    flex-flow: column nowrap;
    padding-top: 220px;
    padding-bottom: 130px;
    /* margin-bottom: -70px; */
  }
}
@media only screen and (max-width: 767px) {
  .c-page-head__body {
    padding-top: 180px;
  }
}
.c-page-head__body .c-text {
  flex: 0 0 50%;
}
@media only screen and (max-width: 960px) {
  .c-page-head__body .c-text {
    width: 100%;
  }
}
.c-page-head__body .c-egg__wrapper {
  flex: 0 0 50%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
}
@media only screen and (max-width: 960px) {
  .c-page-head__body .c-egg__wrapper {
    justify-content: center;
    margin-top: 500px;
    width: 100%;
    position: absolute;
  }
}
.c-page-head__body .c-egg > div {
  width: 100%;
  max-width: 320px;
}
@media (max-width: 960px) {
  .c-page-head__body .c-egg {
    background: #EFF1F4;
    color: #444;
    height: auto;
    border-radius: 20px;
    padding: 32px 24px;
    max-width: calc(100% - 32px);
  }
}

@media (max-width: 960px) {
  .tester {
    margin-bottom: 0px;
  }
}

.postcode-checker {
  max-width: 100%;
  background: #fff;
  outline: none;
  height: 2.8em;
  border-radius: 1.4em;
  position: relative;
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
}
.postcode-checker .o-form__input {
  background: transparent;
  border: none;
  user-select: none;
  outline: none;
}

.o-list-bare.u-text-footer {
  flex-flow: column nowrap;
  padding-top: 0;
  margin-top: -10px;
}
.o-list-bare.c-list--secondary li a {
  color: #E04095;
  border-bottom: none;
  text-decoration: underline;
}

.footer-item-4 .c-btn {
  margin-top: 40px;
}

main section:last-child {
  padding-bottom: 200px !important;
}

footer {
  margin-top: -120px;
}
footer .footer-flex-items {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0px;
  transform: translate(0, -50%);
  flex-flow: row nowrap;
}
@media only screen and (max-width: 767px) {
  footer .footer-flex-items {
    transform: translate(0, -40px);
    flex-flow: row wrap;
  }
}
footer .footer-flex-items > div {
  background: #E04095;
  border-radius: 10px;
  width: calc(50% - 15px);
  color: #fff;
  padding: 35px 12px;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  footer .footer-flex-items > div {
    width: 100%;
  }
}
footer .footer-flex-items > div a {
  width: 100%;
  display: block;
}
footer .footer-flex-items img {
  position: absolute;
  top: -21px;
  left: 50%;
  margin-left: -21px;
}
footer .footer-flex-items .o-media {
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .o-list-inline-center {
  display: flex;
  justify-content: center;
  margin-top: 80px;
  margin-bottom: 32px;
}
@media only screen and (max-width: 767px) {
  footer #footer-menus {
    margin-top: 30px;
  }
}


.embed-container h2{
    position:absolute;
    bottom:0;
    color:#012d4e;
    left:0;
    z-index:9;
    margin:0 20px 0.5em 20px;
}

/* ervaringen no masonry layout */

.ervaringen-overzicht {
  display: flex;
  flex-wrap: wrap;
}

.ervaring-item{
  width: calc(33.33% - 20px);
  margin: 10px;
}

.ervaring-item img{
  object-fit: cover;
  width: 100%;
    height: 100%;
    max-height: 427px;
}

.ervaring-item-content {
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  border-radius: 10px;
}

.ervaring-item-content .title, .c-card__foot span.title {
  display: block;
}

.ervaring-item-content .title, .c-card__foot span.born {
  display: block;
  margin-bottom: 10px;
}

.ervaring-item-content .intro {
  height: 60px;
  display: inline-block;
}

.ervaring-item-content-foot{
  flex-grow: 1;
}

@media only screen and (max-width: 960px) {

  .ervaring-item{
    width: calc(50% - 20px);
  }

}

@media only screen and (max-width: 700px) {
  .ervaringen-overzicht {
    flex-direction: column;
    align-items: center;
  }
  .ervaring-item{
    width: 320px;
  }
}

@media (max-width: 960px){

  .menu-bar{
    top: 80px;
  }

  .login-bar{
    display: flex !important;
    position: fixed !important;
  }

}

@media (max-width: 750px){
  .login-bar .first{
  }
  .login-bar .call-us .call-us-text{
    display: none;
  }
}

@media (max-width: 650px){
  #top-bar .divider {
    margin-left: 8px;
    margin-right: 8px;
  }
}

@media (max-width: 32em){
  .modal-box {
      max-width: 280px;
      max-height: 90%;
      overflow: scroll;
  }
}

@media (max-width: 46.24em) {
  .login-bar-flex{
    flex-direction: row;
  }
  .login-bar-flex div:not(:last-child){
    margin-bottom: 0;
  }
  .login-bar-flex a:not(:last-child){
    margin-bottom: 0;
  }
}

/* event manager new version */

.page-template-template-activiteiten footer {
  margin-top: 0;
}

.em .em-search{
  background-color: #eceef1 !important;
}

.em-search-main {
  float: none;
}

.em .em-pagination {
  gap: 8px;
}

.em-events-search {  
  background: #eceef1;
  margin-bottom: 25px;
  padding: 21px;
}

.em-view-container {
  margin-bottom: 120px;
}

.em .em.pixelbones .input button.button-primary{
  background-color: #AECC52 !important;
  border-color: #AECC52 !important;
}

.em.pixelbones .input .button.button-primary, .em.pixelbones .input button.button-primary, .em.pixelbones .input .button.button-primary:hover, .em.pixelbones .input button.button-primary:hover {
  background-color: #AECC52 !important;
  border-color: #AECC52 !important;
}

.em .em-pagination .page-numbers {
  padding: 4px 8px;
  color: #012d4e !important;
  background-color: #edeff3 !important;
  border-radius: 3px;
  display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
}

.em .em-pagination .not-current {
 gap: 8px;
}

.em .em-pagination .page-numbers.current {
  text-decoration: none;
  text-underline-offset: inherit;
  font-size: 18px!important;
  height: 40px;
  font-weight: 600;
}

.em .em-pagination .page-numbers:hover {
  height: 40px;
  font-size: 18px !important;
}

.em .em-pagination .page-numbers.next, .em .em-pagination .page-numbers.prev{
  height: 40px;
}

.em .em-pagination .page-numbers.next:hover, .em .em-pagination .page-numbers.prev:hover{
  font-size: 0px !important;
}


.em.em-search.size-small .em-modal-popup .em-search-scope{
  display: block;
  visibility: visible;
}



/* temp uit */
.em-search-views{
  /* display: none;  */
}

.em-search-main-bar {
  margin-bottom: 0;
}

.em-datepicker-range{
  /* display: none; */
}

footer.em-submit-section {
  margin-top: inherit;
  padding-top: inherit;
}

.em-modal-popup section.em-search-advanced-sections{
  padding-bottom: 0px !important;
}

.em-modal-popup section.em-search-advanced-section {
  padding-bottom: 0px !important;
}

.em-modal-popup section.em-search-section-categories{
  padding-bottom: 10px !important;
}

.em-modal-popup .em-search-section-location .em-search-section-content {
  display: flex !important;
}


.zkn-widget__header {
	display: none;
}
.zkn-widget__body {
	display: none;
}
.zkn-widget__footer {
	display: none;
}

.zkn-widget__content {
	display: none;

}
.zkn-widget__footer {
	display: none;
}
.zkn-widget__header .zkn-widget__header-logo-right {
	display: none;
}
.zkn-widget__header .zkn-widget__header-logo-left {
	    width: 95px;
    margin-bottom: 0;
}
#zkn-score-widget-3057716 .zkn-widget-holder .zkn-widget__header {
	margin-bottom: 0;
}
#zkn-score-widget-3057716 .zkn-widget {
	width: auto;
	background-color: transparent!important;
	border: none;
	display: flex;
	padding: 0;
	flex-flow: wrap;
}
#zkn-score-widget-3057716 .zkn-widget-holder .zkn-widget__rating-score {
	    width: 30px;
    height: 30px;
    font-size: 15px;
    border: none;
 
}
#zkn-score-widget-3057716 .zkn-widget-holder .zkn-widget__rating-score  .zkn-widget__rating-score-decimal {
	margin-top: 0;
}




@media (max-width: 600px) {
	
	
  #top-bar .top-bar__bold-link {    font-size: 9px;
    line-height: 1;}

  #top-bar {
   width: calc(100% - 15px);
   top: 10px;
  }
  .c-page-head__top {
		 width: calc(100% - 15px);  
		 top: 70px;
  }
   #top-bar .inner {
	padding: 0 12px;
  }
  .zkn-widget__header .zkn-widget__header-logo-left {
	  width: 19vw;
  }
  #top-bar .divider {
	  margin-left: 5px;
	  margin-right: 5px;
  }
  #top-bar .divider {
	  padding: 0
  }
  #zkn-score-widget-3057716 .zkn-widget-holder.zkn-s336 .zkn-widget__rating-score {
    width: 25px;
    height: 25px;
    font-size: 13px;}
}

@media (max-width: 405px) { 
	 #top-bar .top-bar__bold-link {   
    width: 70px;}
	
}

.c-page-head__button{
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .c-page-head__button{
    display: block;
  }
  .c-btn--second{
    margin-top: 20px;
  }
}

@media only screen and (max-width: 400px) {
  .c-page-head__body .c-egg__wrapper {
  margin-top: 650px;
  }
}

@media (max-width: 370px) { 
	  .zkn-widget__header .zkn-widget__header-logo-left {
	  width:13vw;
	  }	
}
@media (max-width: 348px) { 
	  .zkn-widget__header .zkn-widget__header-logo-left {
	  display: none;
	  }	
}