
/* element media content */
.feature-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.feature-container.media-position-left {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.feature-tabs {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-betweenen;
  justify-content: space-between;
}

.tab {
  padding: 24px 0;
  border-bottom: 1px solid rgba(13, 12, 12, 0.05);
  cursor: pointer;
  position: relative;
}

.feature-container.title-bold h3 {
  font-weight: 700;
}

.feature-container.custom-tab-content .tab {
  padding-top: 32px;
  padding-bottom: 32px;
}

.feature-container.custom-tab-content .tab.active {
  padding-top: 24px;
  padding-bottom: 24px;
}

.feature-container.custom-tab-content .tab:first-of-type {
  padding-top: 0;
}

.tab h3 {
  font-size: var(--text-lg);
  font-weight: 700;
  line-height: var(--lineheight-s);
  letter-spacing: -0.96px;
  margin: 0;
  color: var(--black-base);
  /* opacity: 0.6; */
  -webkit-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  transition: color 0.4s ease;
}

.tab h3:hover {
  color: var(--black);
}

.tabs-wrapper {
  margin-bottom: 30px;
}

.tab-content-wrapper {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.tab-content {
  opacity: 0;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-transition:
    opacity 0.4s ease 0.1s,
    -webkit-transform 0.4s ease 0.1s;
  transition:
    opacity 0.4s ease 0.1s,
    -webkit-transform 0.4s ease 0.1s;
  -o-transition:
    opacity 0.4s ease 0.1s,
    -o-transform 0.4s ease 0.1s;
  -moz-transition:
    opacity 0.4s ease 0.1s,
    transform 0.4s ease 0.1s,
    -moz-transform 0.4s ease 0.1s;
  transition:
    opacity 0.4s ease 0.1s,
    transform 0.4s ease 0.1s;
  transition:
    opacity 0.4s ease 0.1s,
    transform 0.4s ease 0.1s,
    -webkit-transform 0.4s ease 0.1s,
    -moz-transform 0.4s ease 0.1s,
    -o-transform 0.4s ease 0.1s;
}

.tab-content p {
  margin: 16px 0 0px 0;
  color: var(--black-base);
  font-size: var(--text-base);
}

.progress-track {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  background-color: transparent;
  width: 100%;
}

.progress-fill {
  height: 100%;
  background-color: #A3F029;
  width: 0%;
}

.tab.active h3 {
  color: var(--black-base);
  opacity: 1;
}

.feature-container.custom-tab-content .tab-content p {
  padding: 27px 0;
}

.tab.active .tab-content {
  opacity: 1;
  padding-top: 8px;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.feature-container.custom-tab-content .tab.active .tab-content {
  padding-top: 0;
}

.feature-image-container {
  -webkit-flex-basis: 584px;
  -ms-flex-preferred-size: 584px;
  flex-basis: 584px;
  position: relative;
  min-height: 584px;
  overflow: hidden;
  background-color: #f0f0f0;

  -webkit-border-radius: 24px;

     -moz-border-radius: 24px;

          border-radius: 24px;
}

/* .feature-image-container::before {
  content: "14";
  position: absolute;
  right: 16px;
  bottom: 16px;
  width: 149px;
  height: 160px;
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(52px);
  backdrop-filter: blur(52px);
  border-radius: 16px;
  color: #a6ff00;
  font-size: 80px;
  font-weight: 600;
  line-height: 1;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 35px;
  box-sizing: border-box;
  z-index: 4;
}

.feature-image-container::after {
  content: "Coaches";
  position: absolute;
  right: 16px;
  bottom: 12px;
  width: 149px;
  height: 160px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 26px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  box-sizing: border-box;
  z-index: 5;
  pointer-events: none;
} */

.tag-blur h1 {
  font-size: 80px;
  font-weight: 600;
  line-height: 128%;
  margin-bottom: 0;
  font-family: var(--fontfamily-sans) !important;
  color: #A3F029;
  margin-bottom: -16px;
  margin-top: 24px;
}

.tag-blur p {
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
  color: #ffffff;

}

.tag-blur {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.tag-blur > .wpb_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.tag-blur > .wpb_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}


.row-info-media > .wpb_column > .vc_column-inner > .wpb_wrapper {
  padding: 0px 32px 20px 32px
}

.row-info-media {
    background: rgba(255, 255, 255, 0.2);
    -webkit-backdrop-filter: blur(52px);
    backdrop-filter: blur(52px);
    -webkit-border-radius: 16px;
       -moz-border-radius: 16px;
            border-radius: 16px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: absolute;
    bottom: 24px;
    right: 24px;
    z-index: 9;
}


.img-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease-in-out;
  -o-transition: opacity 0.8s ease-in-out;
  -moz-transition: opacity 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out;
  z-index: 1;
}

.img-slide.active {
  opacity: 1;
  z-index: 2;
}

.page-id-5780
  .site.site-has-banner
  .site-header:not(.sticky-active):not(.highlight) {
  border-bottom: 1px solid rgba(193, 200, 206, 0.5);
}

.expand-card-slider {
  overflow: hidden;
  position: relative;
}

.slider-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-transition: -webkit-transform 0.45s linear;
  transition: -webkit-transform 0.45s linear;
  -o-transition: -o-transform 0.45s linear;
  -moz-transition: transform 0.45s linear, -moz-transform 0.45s linear;
  transition: transform 0.45s linear;
  transition: transform 0.45s linear, -webkit-transform 0.45s linear, -moz-transform 0.45s linear, -o-transform 0.45s linear;
  will-change: transform;
}

.card-slide {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 150px;
     -moz-box-flex: 0;
      -ms-flex: 0 0 150px;
          flex: 0 0 150px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  -webkit-transition:
    width 0.45s linear,
    opacity 0.45s linear,
    -webkit-flex-basis 0.45s linear,
    -webkit-flex-basis 0.45s linear,
    -webkit-transform 0.45s linear;
  transition:
    width 0.45s linear,
    opacity 0.45s linear,
    -webkit-flex-basis 0.45s linear,
    -webkit-flex-basis 0.45s linear,
    -webkit-transform 0.45s linear;
  -o-transition:
    flex-basis 0.45s linear,
    width 0.45s linear,
    opacity 0.45s linear,
    -o-transform 0.45s linear;
  -moz-transition:
    flex-basis 0.45s linear,
    width 0.45s linear,
    transform 0.45s linear,
    opacity 0.45s linear,
    -moz-flex-basis 0.45s linear,
    -moz-transform 0.45s linear;
  transition:
    flex-basis 0.45s linear,
    width 0.45s linear,
    transform 0.45s linear,
    opacity 0.45s linear;
  transition:
    flex-basis 0.45s linear,
    width 0.45s linear,
    transform 0.45s linear,
    opacity 0.45s linear,
    -webkit-flex-basis 0.45s linear,
    -webkit-flex-basis 0.45s linear,
    -moz-flex-basis 0.45s linear,
    -ms-flex-preferred-size 0.45s linear,
    -webkit-transform 0.45s linear,
    -moz-transform 0.45s linear,
    -o-transform 0.45s linear;
}

.card-slide.is-active {
  -webkit-flex-basis: 627px;
      -ms-flex-preferred-size: 627px;
          flex-basis: 627px;
}

.card-slide.is-half {
  -webkit-flex-basis: 300px;
      -ms-flex-preferred-size: 300px;
          flex-basis: 300px;
}

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

.expanded-panel {
  margin-top: 32px;
  opacity: 0;
  visibility: hidden;
  max-width: 0;
  overflow: hidden;
  -webkit-transition:
    opacity 0.5s linear,
    max-width 0.3s ease-in,
    visibility 0.5s linear;
  -o-transition:
    opacity 0.5s linear,
    max-width 0.3s ease-in,
    visibility 0.5s linear;
  -moz-transition:
    opacity 0.5s linear,
    max-width 0.3s ease-in,
    visibility 0.5s linear;
  transition:
    opacity 0.5s linear,
    max-width 0.3s ease-in,
    visibility 0.5s linear;
}

.expanded-panel.is-visible {
  opacity: 1;
  visibility: visible;
  max-width: 1300px;
}

.expanded-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  background-color: #e0e3e7;
  color: #000;
  overflow: hidden;
}

.expanded-left {
  padding: 40px;
  position: relative;
}

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

.close-expand {
  position: absolute;
  top: 37px;
  right: 40px;
  width: 24px;
  height: 24px;
  border: 0;
  cursor: pointer;
  font-size: 24px;
  -webkit-transition:
    background-color 0.3s linear,
    color 0.3s linear,
    border-color 0.3s linear;
  -o-transition:
    background-color 0.3s linear,
    color 0.3s linear,
    border-color 0.3s linear;
  -moz-transition:
    background-color 0.3s linear,
    color 0.3s linear,
    border-color 0.3s linear;
  transition:
    background-color 0.3s linear,
    color 0.3s linear,
    border-color 0.3s linear;
  padding: 0;
}

.expanded-content {
  display: none;
}

.expanded-panel {
  position: absolute;
  width: 100%;
  height: 450px;
  bottom: 0;
  left: 0;
}
.expanded-panel .expanded-grid {
  height: 100%;
}

.row-wrapper {
  position: relative;
}

button.read-more-btn {
  padding-left: 0;
  text-decoration: underline;
}

.expanded-content-inner .description,
.expanded-title {
  margin-bottom: 24px;
}

.expanded-grid .cta-whbutton .label-cta {
  font-weight: 400;
  margin-right: 5px;
}

.expanded-grid .cta-whbutton img.icon-cta {
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.vc_row.row-state {
  position: relative;
}

.vc_row.row-state::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100vw;
  height: 1px;
  background: #d9d9d9;
}

.expanded-content-inner .description {
  max-height: 223px;
  overflow-y: auto;
}

/* PAGE TEAM */

.section-team .whfilter-filter {
  margin-top: 40px;
}

.section-team .whfilter-filter .meta-checkbox-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}


@media all and (max-width: 1024px) {
  .feature-container {
    gap: 40px;
  }

  .tag-blur h1 {
    font-size: 62px;
  }
}

@media all and (min-width: 901px) and (max-width: 1200px) {
    .feature-image-container {
        -webkit-flex-basis: 452px;
            -ms-flex-preferred-size: 452px;
                flex-basis: 452px;
    }
}

@media all and (max-width: 900px) {
  .feature-container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
  }

  .feature-image-container::before,
  .feature-image-container::after {
    display: none;
  }

  .feature-image-container {
    width: -webkit-calc(100% + 48px);
    width: -moz-calc(100% + 48px);
    width: calc(100% + 48px);
    margin: -24px; 
    -webkit-border-radius: 0; 
       -moz-border-radius: 0; 
            border-radius: 0;
    min-height: 447px;
    -webkit-flex-basis: 375px;
        -ms-flex-preferred-size: 375px;
            flex-basis: 375px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .feature-tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .section-aanpak .subheading-section .wpb_text_column {
    margin-bottom: 3px;
  }

  .section-aanpak .tabs-button {
    margin-bottom: 48px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .row-info-media {
    bottom: 24px;
    right: 0;
  }


}
