.elementor-kit-11{--e-global-color-primary:#FF00E6;--e-global-color-secondary:#FDE8FB;--e-global-color-text:#212224;--e-global-color-accent:#707070;--e-global-color-f8b4928:#FFFFFF;--e-global-color-c3e85a7:#000000;--e-global-color-288c3cc:#F7F7F7;--e-global-color-ec94d24:#F7E733;--e-global-color-f21850a:#D4D4D4;--e-global-typography-primary-font-family:"Aeonik";--e-global-typography-primary-font-size:48px;--e-global-typography-primary-font-weight:400;--e-global-typography-primary-font-style:normal;--e-global-typography-secondary-font-family:"Aeonik";--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Aeonik";--e-global-typography-text-font-size:22px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.6em;--e-global-typography-accent-font-family:"Aeonik";--e-global-typography-accent-font-size:22px;--e-global-typography-accent-font-weight:400;color:#212224;font-family:"Aeonik", Arial;font-size:22px;font-weight:400;line-height:1.6em;}.elementor-kit-11 button,.elementor-kit-11 input[type="button"],.elementor-kit-11 input[type="submit"],.elementor-kit-11 .elementor-button{background-color:#FF06E6;color:#FFFFFF;}.elementor-kit-11 e-page-transition{background-color:#FFBC7D;}.elementor-kit-11 a{color:var( --e-global-color-primary );font-family:"Aeonik", Arial;font-size:22px;font-weight:400;text-decoration:none;}.elementor-kit-11 h1{color:#FFFFFF;font-family:"Aeonik", Arial;}.elementor-kit-11 h3{color:#63275B;font-family:"SangBlue Kingdom", Arial;font-size:48px;font-weight:500;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1260px;}.e-con{--container-max-width:1260px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}:root { --Magenta:#FF00e6; --Click-geel:#F7E733; --Dark-grey:#707070; }
/* Start custom CSS */body    {
    margin: 0px;
    overflow-x: hidden;
}
:root {
  --ma-magenta: #ff00ff;
  --ma-magenta-tint: #FDE8FB;
  --ma-geel: #F7E733;
  --ma-dark-grey: #707070;
  --ma-zwart: #000000;
  --ma-wit: #ffffff;
  --ma-text-black: #212224;
}

/* Hele kaart beweegt */
.ma-course-card:hover {
  transform: translateX(4px);
}

/* Ma Richting homepage - desktop */

/* Binnenste breedtebegrenzer */
.ma-container {
  width: 100%;
  max-width: 1280px;
  margin-inline: auto;
  padding-inline: 24px;
}

/* Hele kaart */
.ma-course-card {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0;
  position: relative;
  overflow: visible;
}

/* Foto links */
.ma-course-image-wrap {
  flex: 0 0 30%;
  height: 335px;
  min-height: 335px;
  overflow: hidden;
  position: relative;
  padding: 0;
  margin: 0;
      transform: translate(-50px, 50px) !important;
}

/* Afbeelding vullen/croppen */
.ma-course-image,
.ma-course-image img,
.ma-course-image-wrap img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  padding: 0;
  margin: 0;
}

/* Roze tekstvlak rechts */
.ma-course-panel {
  flex: 1 1 auto;
  height: 235px;
  min-height: 235px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 5%;
  position: relative;
  overflow: visible;
  background-color: var(--ma-magenta);
}

/* Tekstgroep */
.ma-course-text {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 720px;
}

/* Titel */
.ma-course-title {
  margin: 0;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.05;
}

/* Beschrijving */
.ma-course-description {
  margin: 0;
  font-size: clamp(16px, 1.4vw, 20px);
  line-height: 1.5;
}

/* Pijl buitenboord rechts */
.ma-course-arrow {
  width: 76px;
  height: 76px;
  min-width: 76px;
  min-height: 76px;
  flex: 0 0 76px;

  display: flex;
  align-items: center;
  justify-content: center;

  position: absolute;
  right: -18px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;

  padding: 0;
  margin: 0;
  background-color: var(--ma-yellow);
}

/* Icon in pijl */
.ma-course-arrow svg,
.ma-course-arrow i,
.ma-course-arrow .elementor-icon,
.ma-course-arrow .e-font-icon-svg {
  width: 42px;
  height: 42px;
  font-size: 42px;
  line-height: 1;
  display: block;
}

@media (max-width: 1024px) {
  .ma-course-card {
    gap: 14px;
  }

  .ma-course-image-wrap {
    width: 34%;
    min-width: 240px;
    transform: translate(-6px, -6px);
  }

  .ma-course-panel {
    padding: 28px 32px;
    gap: 24px;
    min-height: 200px;
  }
}

/* ================================
   MOBILE STYLE - MA COURSE CARDS
   overlap / poster style
   ================================ */

@media (max-width: 767px) {

  .ma-container {
    width: 100%;
    max-width: 100%;
    padding-inline: 30px;
  }

  .ma-course-list {
    display: flex;
    flex-direction: column;
    gap: 68px;
    width: 100%;
  }

  .ma-course-card {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0px;
    height: auto;
    min-height: 0;
    position: relative;
    overflow: visible;
    transform: none !important;
    margin-bottom: 34px;
  }

  .ma-course-image-wrap {
    order: 1;
    width: 100%;
    max-width: none;
    min-width: 0;
    flex: none;
    height: 190px;
    min-height: 190px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 1;
  }

  .ma-course-image,
  .ma-course-image img,
  .ma-course-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    padding: 0;
    margin: 0;
  }

  .ma-course-panel {
    order: 2;

    /* smaller than the image */
    width: calc(100% + 10px);
    max-width: none;
    align-self: flex-end;

    flex: none;
    height: auto;
    min-height: 145px;

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;

    /* overlap image */
    margin-top: -24px;

    padding: 24px 70px 26px 24px;
    position: relative;
    overflow: visible;
    transform: none !important;
    z-index: 2;
  }

  .ma-course-text {
    width: 100%;
    max-width: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .ma-course-title {
    margin: 0;
    font-size: 28px;
    line-height: 1;
    letter-spacing: -0.02em;
    max-width: 9ch;
    text-align: left !important;
  }

  .ma-course-description {
    margin: 0;
    font-size: 14px;
    line-height: 1.25;
    max-width: 24ch;
  }

  .ma-course-arrow {
    width: 54px;
    height: 54px;
    min-width: 54px;
    min-height: 54px;
    max-width: 54px;
    max-height: 54px;
    flex: none;

    position: absolute;
    right: -14px;
    bottom: 24px;
    top: auto;
    left: auto;

    transform: none !important;
    z-index: 5;

    display: flex;
    align-items: center;
    justify-content: center;
  }

  .ma-course-arrow svg,
  .ma-course-arrow i,
  .ma-course-arrow .elementor-icon,
  .ma-course-arrow .e-font-icon-svg {
    width: 32px;
    height: 32px;
    font-size: 32px;
    line-height: 1;
  }

  .ma-course-card:hover,
  .ma-course-card.is-hovering,
  .ma-course-card:hover .ma-course-arrow,
  .ma-course-card.is-hovering .ma-course-arrow {
    transform: none !important;
  }
  
.ma-course-list,
.ma-course-list > .e-con-inner {
  display: flex !important;
  flex-direction: column !important;
  gap: 48px !important;
  row-gap: 48px !important;
    }
}



/*header mobiel*/
#mynav {

}

#nav-icon {
  width: 26px;
  height: 19px;
  padding:0!important;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
#nav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #212224;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#nav-icon span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#nav-icon span:nth-child(2) {
  top: 8px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#nav-icon span:nth-child(3) {
  top: 16px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#nav-icon.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -2px;
  left: 0px;
}
#nav-icon.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
#nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 16px;
  left: 0px;
}

/*BUTTONS*/
.elementor-button-content-wrapper   {
    align-items: center;
    white-space: normal;
}
.elementor-button-icon  {
    background-color: #f7e733;
    padding: 5px 10px 0px 10px;
}
.elementor-button  {
   padding: 0px;
}

.elementor-kit-11 .elementor-button-icon   {
    background-color: #f7e733;
    padding: 5px 10px 0px 10px;
    
} 
.elementor-button-text  {
         margin-left:15px;
         white-space: normal;
}

.wpc-filters-main-wrap li.wpc-term-item a    {
    color: #000000;
}

/* Mobiel menu - actieve pagina zonder grijze achtergrond */
.elementor-nav-menu .elementor-item-active {
    background-color: transparent !important;
    color: #212224 !important; /* pas aan naar je eigen tekstkleur */
}

/* scroll reveal / lazy load */
body:not(.elementor-editor-active) .scroll-reveal {
  opacity: 0;
  transition: opacity .6s ease;
}

body:not(.elementor-editor-active) .scroll-reveal.in-view {
  opacity: 1;
}

body.elementor-editor-active .scroll-reveal {
  opacity: 1 !important;
}

/* Hover tilt */
.tilt-card {
  transition: transform 0.18s ease;
  transform-style: preserve-3d;
  will-change: transform;
}

/*alternating color headings*/
.elementor-widget-text-editor em,
.elementor-heading-title em {
  font-style: normal;
  color: #000000;
}

.section-projecten     {
 width: 100%;
  max-width: 100%;
  --width: 100%;
  background: #ff00e6;
  padding: 5%;
  box-sizing: border-box;
}

/*NEWS LISTING HOMEPAGE*/
.news-card {
  position: relative;
  display: grid;
  grid-template-columns: 160px 1fr;
  align-items: stretch;
  width: 100%;
  max-width: 620px;
  min-height: 120px;
  margin-bottom: 48px;
  background: #000;
}

.news-card__image {
  width: 100%;
  height: 100px;
  overflow: hidden;
}

.news-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.news-card__content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #000;
  padding: 24px 0 24px 36px;
}

.news-card__title {
  color: #fff;
  font-size: 28px;
  line-height: 0.95;
  font-weight: 800;
  max-width: 330px;
  margin: 0;
}

.news-card__arrow {
  position: absolute;
  right: -22px;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  background: #fff200;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  font-weight: 900;
  line-height: 1;
}

.news-card__date time {
  position: absolute;
  left: 100px !important;
  top: 30px !important;
  background: #ff00d4;
  color: #fff;
  padding: 12px 12px !important;
  font-size: 200px !important;
  font-weight: 700;
  z-index: 2;
  width: 100%;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Aeonik';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://gu14gm0nib.wpdns.site/wp-content/uploads/sites/5/2024/06/fonnts.com-Aeonik_Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'Aeonik';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://gu14gm0nib.wpdns.site/wp-content/uploads/sites/5/2024/06/fonnts.com-Aeonik_Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Aeonik';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('http://gu14gm0nib.wpdns.site/wp-content/uploads/sites/5/2024/06/fonnts.com-Aeonik_OVERVIEW_Medium.ttf') format('truetype');
}
/* End Custom Fonts CSS */