:root {
  --blackblue: #001418;
  --mintgreen: #82A88F;
  --white: white;
  --tealblue: #2E4C58;
  --creme: #FFFAEC
  --title: Sf Pro Display, Arial, sans-serif;
}

.nav {
  background-color: #fff;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.nav-container {
  width: 100%;
  padding-top: 40px;
  padding-left: 30px;
  padding-right: 30px;
}

::-moz-selection { /* Code for Firefox */
  color: var(--blackblue);
  background: var(--mintgreen);
}
::selection {
  color: var(--blackblue);
  background: var(--mintgreen);
}

/* width */
::-webkit-scrollbar {
  width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--tealblue);

}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--mintgreen);

}


.menu {
  opacity: 1 ;
  align-items: stretch;
  line-height: 1;
  display: flex;
}

.nav-logo {
  padding-bottom: 15px;
}

.menu-item {
  color: var(--blackblue);
  border-bottom: 3px solid #fff;
  margin-left: 18px;
  margin-right: 18px;
  padding-bottom: 15px;
  font-size: 16px;
  text-decoration: none;
  transition: all .245s cubic-bezier(.86, 0, .07, 1);
  display: block;
}

.menu-item:last-of-type {
  margin-right: 0px;
}

.menu-item:hover {
  border-bottom-color: var(--mintgreen);
}

.menu-item.w--current {
  border-bottom-color: var(--mintgreen);
  font-weight: 700;
}

.body {
  color: var(--blackblue);
  font-family: Sfprotext, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.header {
  width: 100%;
  min-height: 680px;
  position: relative;
}

.header-image-home {
  background-image: url('../images/header.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  position: absolute;
  inset: 0%;

 overflow: hidden;
}

.header-image-home video {
  min-width: 100%;
  min-height: 100%;
  object-fit:cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.container {
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.content {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.flex-5050 {
  display: flex;
}

.flex-item-50 {
  width: 50%;
}

.h2 {
  margin-top: 0;
  margin-bottom: 16px;
  /* font-family: Sf Pro Display, Arial, sans-serif; */
  font-family: "condor-wide", sans-serif;
  font-style: normal;
  font-size: 48px;
  font-weight: 400;
  line-height: 56px;
}

.h2.re-subh2 {
  margin-top: 60px;
}

.h2.duurzaamh2 {
  max-width: 470px;
}

.h2.footer-hh2 {
  /* max-width: 600px; */
  margin-bottom: 70px;
}

.h2.events {
  padding-top: 60px;
  color: var(--tealblue);
}

.h2.h2-formulier {
  margin-top: 60px;
	color: var(--tealblue);
}
.h2.home,
.h3.home,
.h4.home {
	color: var(--tealblue);
}

.text {
  margin-bottom: 0;
  position: static;
}

.text.text-margin-top {
  margin-top: 40px;
}

.text.text-margin-bot {
  margin-bottom: 40px;
}

.text.re-p {
  margin-bottom: 20px;
}

.text.sterkte-p {
  max-width: 470px;
  margin-bottom: 20px;
}

.text.text-intro-bedrijf {
  margin-bottom: 40px;
}

.h3 {
  margin-bottom: 16px;
  font-family: Sf Pro Display, Arial, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
}

.h3.people-h3 {
  font-weight: 400;
  line-height: 34px;
}

.footer {
  background-color: var(--blackblue);
  color: var(--white);
  padding: 84px 30px 40px;
}

.flex-item-50-img {
  width: 100%;
  max-width: 595px;
  margin-left: auto;
  margin-right: auto;
  object-fit: cover;
}

.bedr-eve.flex-item-50-img {
  min-height: 666px;
}

.flex-item-50-image {
  text-align: center;
}

.flex-item-50-image video {
  max-width: 100%;
}


.btn {
  background-color: var(--mintgreen);
  color: var(--blackblue);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 12px 16px;
  font-family: Sfprotext, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
}

.home-padding-1 {
  padding-top: 110px;
  padding-bottom: 80px;
}

.redirect-events {
  background-color: var(--blackblue);
  color: var(--white);
  position: relative;
}

.re-content {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.re-text {
  background-color: var(--blackblue);
  width: 60%;
  max-width: 920px;
  padding-top: 100px;
  padding-bottom: 60px;
  padding-left: 134px;
  padding-right: 40px;
}

.div-block {
  background-image: url('../images/home2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  position: absolute;
  inset: 0%;
}

.h4 {
  margin-top: 0;
  font-family: Sf Pro Display, Arial, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 34px;
}

.flex-text .h4 {
  margin-bottom: 20px;
}

.re-item {
  margin-bottom: 20px;
  position: relative;
}

.re-item:first-of-type {
  margin-top: 20px;
}

.re-icon {
  position: absolute;
  inset: 8px auto auto -40px;
}

.div-block-3 {
  padding-right: 100px;
}

.div-block-3 h2.h3 {
  margin-top: 40px;
}

.image-2 {
  z-index: 2;
  position: absolute;
  inset: -200px auto auto 0%;
}

.greep-container {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
}

.greep-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  margin-top: 40px;
  margin-bottom: 40px;
  display: grid;
}

.greep-item {
  color: var(--blackblue);
  text-align: left;
  text-decoration: none;
  position: relative;
}

.greep-item p {
  margin-top: 10px;
}

.greep-img {
  background-position: center;
  background-size: cover;
  background-color: #af2626;
  width: 100%;
  padding-bottom: 100%;
  max-width: 410px;
}

.greep-img.large {
  padding-bottom: 200%;
  max-height: none;
}

.div-block-4 {
  font-family: Sf Pro Display, Arial, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 34px;
}

.footer-content {
  padding-bottom: 100px;
  display: flex;
}

.credits {
  border-top: 1px solid var(--mintgreen);
  padding-top: 40px;
  font-family: Sfprotext, Arial, sans-serif;
  font-size: 12px;
}

.footer-link {
  color: var(--white);
}

.footer-left {
  max-width: 600px;
}

.footer-right {
  margin-left: 60px;
}

.footer-social {
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.footer-social-link {
  height: 32px;
  max-height: 32px;
  padding-left: 12px;
  padding-right: 12px;
}

.div-block-5 {
  justify-content: flex-start;
  align-items: center;
  padding-left: 40px;
  display: flex;
}

.footer-social-img {
  height: 100%;
}

.footer-social-img.fb {
  max-height: 28px;
}

.footer-info-item {
  color: var(--white);
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 15px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.footer-info-item:hover {
  color: var(--mintgreen);
}

.footer-extra-p {
  margin-top: -3px;
  padding-left: 20px;
}

.div-block-6 {
  width: 100%;
  position: absolute;
  inset: auto 0% 134px;
}

.div-block-7 {
  color: var(--white);
  background-color: #001418db;
  max-width: 670px;
  padding: 32px;
}

.h1 {
  font-family: Sf Pro Display, Arial, sans-serif;
  font-size: 48px;
  font-weight: 300;
  line-height: 56px;
}

.header-sub {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.live-events {
  z-index: 2;
  position: absolute;
  inset: auto 0% 0%;
}

.sterkte-container {
  background-color: var(--blackblue);
  color: var(--white);
  position: relative;
}

.starkte-bg-img {
  background-image: url('../images/home2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.starkte-bg-img video {
  min-width: 100%;
  min-height: 100%;
  object-fit:cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.sterkte-grid {
  grid-column-gap: 40px;
  grid-row-gap: 2px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 490px;
  margin-left: 0;
  margin-right: auto;
  display: grid;
}

.sterkte-grid-item {
  display: flex;
}

.sterkte-grid-img {
  height: 14px;
  margin-top: 6px;
  margin-left: -27px;
  margin-right: 10px;
}

.sterkte-text {
  background-color: var(--blackblue);
  width: 50%;
  max-width: 920px;
  padding-top: 180px;
  padding-bottom: 180px;
  padding-left: 160px;
  position: relative;
}

.sterkte-text-img {
  justify-content: flex-start;
  align-items: center;
  margin-left: -140px;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.flex-lr {
  padding-top: 90px;
  padding-bottom: 90px;
  display: flex;
}

.flex-l, .flex-r {
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  display: flex;
}
.flex-l img, .flex-r img{
  max-width: 100%;
}

.flex-l img {
  max-width: 86%;
}


.flex-text {
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.flex-text.right {
  max-width: 500px;
  margin-left: -40px;
  padding-left: 40px;
  padding-right: 0;
}

.flex-text.main {
  padding-left: 0;
  width: 100%;
}

.flex-lr-p {
  max-width: 400px;
}

.line-title-extras {
  height: 20px;
  position: absolute;
  inset: 8px auto auto 0%;
}

.container-quote {
  background-color: var(--blackblue);
  color: var(--white);
  padding-left: 30px;
  padding-right: 30px;
}

.quote {
  text-align: center;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.h-quote {
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Sf Pro Display, Arial, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 60px;
}

.quote-icon {
  width: 60px;
}

.quotee-block {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: relative;
}

.quotee {
  text-align: left;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
}

.quotee-job {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 34px;
}

.image-6 {
  position: absolute;
  inset: 10px auto 0% -60px;
}

.header-image-aanpak {
  background-image: url('../images/header_1.jpg');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.aanpak-list {
  text-align: center;
}

.aanpak-item {
  margin-top: 40px;
}

.aanpak-icon-p {
  max-width: 420px;
  margin: 20px auto 0;
}

.duurzaam-container {
  background-color: var(--mintgreen);
  color: var(--blackblue);
  margin-bottom: 160px;
  position: relative;
}

.duurzaam-text {
  background-color: var(--mintgreen);
  width: 60%;
  max-width: 920px;
  padding: 180px 40px 180px 230px;
  position: relative;
}

.duurzaam-bg-img {
  z-index: 2;
  background-image: url('../images/duurzaam.jpg');
  background-position: center;
  background-size: cover;
  width: 640px;
  height: 110%;
  margin-left: -640px;
  position: absolute;
  inset: 0% 0% 0% 50%;
}

.image-7 {
  margin-left: auto;
  margin-right: auto;
}

.duurzaam-leaf-block {
  text-align: center;
  max-width: 470px;
  margin-bottom: 60px;
}

.heading {
  font-family: Sf Pro Display, Arial, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 44px;
}

.container-carousel {
  padding: 56px 0px;
  background-color: var(--mintgreen);
}

.carousel-item {
  flex-flow: column;
  max-width: 150px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel-item img {
  width: 100%;
}

/* .splide-events li:nth-child(odd) .carousel-item{
  margin-top: 56px;
} */

.carousel-img-1 {
  margin-bottom: 26px;
}

.splide-events li:nth-child(odd)  .carousel-img-1 {
  height: 300px;
}

.splide-events li:nth-child(even)  .carousel-img-1 {
  height: 500px;
}

.carousel-img-2 {
  object-fit: cover;
  height: 300px;
}

.carousel-item img {
  width: 100%;
}

.carousel-bottom {
  background-color: var(--blackblue);
  height: 250px;
  margin-top: -200px;
}

.events-grid {
  grid-column-gap: 24px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-bottom: 100px;
  display: grid;
}

.events-item {
  color: var(--blackblue);
  text-decoration: none;
}

.event-item {
  position: relative;
}

.event-item-img {
  background-color: var(--mintgreen);
  padding-bottom: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
}

.heading-2 {
  font-family: Sf Pro Display, Arial, sans-serif;
}

.event-item-title {
  margin-bottom: 0;
  font-family: Sf Pro Display, Arial, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 34px;
  padding-top: 10px;
}

.text-page-container {
  max-width: 650px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  z-index: 2;
}

.text-page-container h2.h2 {
  margin-top: 20px;
}

.people-block {
  max-width: 1280px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.people-block.bottom {
  margin-bottom: 180px;

}

.people-bg {
  background-color: #f7f7f7;
  margin-left: 100px;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 94px;
  min-height: 520px;
}

.people-text {
  width: 100%;
  max-width: 502px;
  margin-left: auto;
  position: relative;
  z-index: 2;
}

.people-text .h3.people-h3:not(:first-of-type) {
  margin-top: 20px;
}

.people-p {
  font-size: 16px;
  font-weight: 500;
  line-height: 34px;
}

.bold-people {
  font-weight: 500;
}

.people-img {
  z-index: 2;
  position: absolute;
  inset: 182px auto auto 0%;
}

.line-people {
  z-index: 1;
  width: 100%;
  max-width: 850px;
  position: absolute;
  inset: auto 50% 0% auto;
}

.container-people {
  position: relative;
}

.contact-block {
  background-color: #f7f7f7;
  justify-content: flex-start;
  align-items: stretch;
  padding: 72px 126px;
  font-family: Sf Pro Display, Arial, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 44px;
  display: flex;
}

.cb-icon {
  position: absolute;
  inset: 10px auto auto -40px;
}

.cb-block {
  margin-bottom: 40px;
  position: relative;
}

.cb-block.social {
  display: flex;
}

.cb-p {
  margin-bottom: 0;
}

.cb-link {
  color: var(--blackblue);
  font-family: Sfprotext, Arial, sans-serif;
  font-size: 24px;
  font-weight: 500;
  text-decoration: none;
}

.cb-social-link {
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  padding: 10px;
  display: flex;
}

.cb-right {
  margin-left: 140px;
}

.cb-container {
  margin-bottom: 60px;
  padding-bottom: 60px;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  overflow: hidden;
}

.image-8 {
  max-width: 600px;
  position: absolute;
  inset: auto -100px -70px auto;
}



/* EVENT SINGLE */

.event-detail-container {
  background-color: var(--blackblue);
  position: fixed;
  width: 100vw;
  width: 100dvw;
  height: 100vh;
  height: 100dvh;
  left: 0;
  top: 0;
  z-index: 20;
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.event-image-box {
  text-align: center;
  width: 100%;
  height: 100%;
  max-height: 811px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.event-image-box img {
  max-height: 100%;
  max-width: 100%;
}

.event-close {
  position: absolute;
  top: 40px;
  right: 40px;
  cursor: pointer;
  z-index: 25;
}



.splide {
  width: 100%;
}

.splide__arrow {
  background: transparent;
  opacity: 1;
}


.mobilemenu-btn,
.closemenu-btn {
  display: none;
  cursor: pointer;
}




/* GRAVITY FORM */


.gform_button.button {
  background-color: var(--mintgreen) !important;
  color: var(--blackblue) !important;
  border-radius: 8px !important;
  justify-content: center !important;
  align-items: center !important;
  height: auto !important;
  padding: 12px 16px !important;
  font-family: Sfprotext, Arial, sans-serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  display: inline-flex !important;
}

.gfield_required:before {
  content:'*';
  color: red;
  display: inline-block;
  font-size: 18px;
}

.gfield_required_text {
  display: none !important;
}

.gfield_label {
  font-family: var(--title) !important;
  font-size: 18px !important;
  line-height: 34px !important;
  font-weight: 400 !important;
}

.ginput_container input::placeholder,
.ginput_container textarea::placeholder {
  font-family: var(--title) !important;
  font-style: italic !important;
  font-size: 18px !important;
  line-height: 34px !important;
  font-weight: 400 !important;
  color: rgba(0, 20, 24, 0.25);
}

.ginput_container input,
.ginput_container textarea {
  border-radius: 8px !important;
  border-color: #000 !important;
  border-width: 1px !important;
}

.gform-theme--foundation .gform_fields {
  grid-row-gap: 20px !important;
  row-gap: 20px !important;
}

.over-container-50 {
  display: flex;
  margin-bottom: 100px;
  align-items: stretch;
  align-content: flex-start;
  justify-content: flex-start;
  overflow: hidden;
}

.over-contaier-img {
  background-image: url('../images/about-fade.jpg');
  width: 50%;
  position: absolute;
  height: calc( 100% - 70px );
  right: 0;
  top: 70px;
  background-position: center;
  background-size: cover;
}

.over-container-fade {
  width: 100%;
  height: 100%;
  position: absolute;
  width: 300px;
  left: 0;
  top: 0;
  background: rgb(255,255,255);
  background: linear-gradient(90deg, rgba(255,255,255,1) 20%, rgba(255,255,255,0) 100%);
}

.ed-subtitle {
  font-family: "SF Pro Display";
  font-size: 32px;
  font-style: normal;
  font-weight: 300;
  line-height: 34px;
  margin-bottom: 28px;
	color: var(--tealblue);
}

.event-tags {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 22px;
}

.event-icon {
  width: 32px;
}

.event-tag {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 34px;
  padding-right: 10px;
  margin-bottom: 18px;
}


.event-tag-p {
  margin-left: 28px;
  line-height: 1.2;
}

.splide-event-detail {
  max-width: 811px;
  height: 811px;
  width: 100%;
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 80px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('../images/general/line-event-carousel.svg');
}

.splide-event-detail .splide__pagination {
  bottom: 50px;
}


.splide-event-detail .splide__pagination__page {
  width: 12px;
  height: 12px;
  background-color: var(--mintgreen);
  border: 3px solid var(--mintgreen);
  opacity: 1;
}

.splide-event-detail .splide__pagination__page.is-active {
  transform: unset;
  background-color: #fff;
  border: 3px solid var(--mintgreen);
}


.ei-top, .ei-bot {
  z-index: 10;
  transition: all 250ms ease-in-out;
  position: absolute;

}

.ei-top {
  top: 0;
  left: 0;
}

.ei-bot {
  bottom: 0;
  right: 0;
}

.event-item-img {
  overflow: hidden;
}

.events-item:hover .ei-top{
  top: -40px;
  left: -40px;
}

.events-item:hover .ei-bot{
  bottom: -40px;
  right: -40px;
}

@media screen and (min-width: 1051px) {
  .menu {
    opacity: 1 !important;
  }
}


@media screen and (max-width: 1150px) {
  .over-container-50 {
    flex-direction: column-reverse;
  }
  .over-contaier-img {
    height: 400px;
    width: 100%;
    position: relative;
    margin-bottom: 40px;
  }
  .over-container-fade {
    background: rgb(255,255,255);
    width: 100%;
    bottom: 0;
    top: unset;
    height: 100px;
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
  }

  .people-img {
    left: -6%;
  }

  .contact-block {
    padding: 40px 100px;
  }

  .cb-right {
    margin-left: 80px;
  }

  .sterkte-text {
    padding-left: 100px;
  }

}


@media screen and (max-width: 1050px) {
  .people-img {
    left: -10%;
  }

  .nav-container {
    padding-top: 20px;
  }

  .menu {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    height: 100dvh;
    width: 100dvw;
    z-index: 30;
    background-color: var(--white);
    opacity: 0;
    display: none;
    transition: all 250ms ease-in-out;
  }

  .menu.open {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .menu-item {
    margin: 0px;
    padding: 20px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

  .closemenu-btn {
    display: block;
  }

  .mobilemenu-btn {
    display: block;
    margin-bottom: 10px;
  }

  .mobilemenu-btn img {
    max-width: 40px;
  }

  .closemenu-btn {
    cursor: pointer;
    position: absolute;
    right: 35px;
    top: 25px;
  }

  .closemenu-btn img {
    width: 30px;
  }
}

@media screen and (max-width: 991px) {
  .bedr-eve.flex-item-50-img {
    min-height: unset;
    max-width: unset;
  }

  .splide-event-detail {
    max-height: 400px;
  }

  .event-image-box {
    max-height: 400px;
  }

  .div-block-5 {
    padding-left: 0px;
  }
  
  .div-block-5 a:first-of-type {
    padding-left: 0px;
  }

  .contact-block {
    flex-direction: column;
    padding: 40px 80px 20px;
  }

  .cb-right {
    margin-left: 0px;
  }
  .flex-5050 {
    flex-flow: column;
  }

  .flex-item-50 {
    width: 100%;
  }

  .flex-item-50.right {
    padding-top: 60px;
  }

  .h2.duurzaamh2 {
    margin-bottom: 20px;
  }

  .text.sterkte-p {
    max-width: none;
  }

  .home-padding-1 {
    padding-top: 60px;
  }

  .redirect-events {
    flex-flow: column-reverse;
    align-items: stretch;
    display: flex;
  }

  .re-text {
    width: 100%;
    max-width: none;
    padding-left: 60px;
    padding-right: 40px;
  }

  .div-block {
    width: 100%;
    height: 200px;
    position: relative;
  }

  .div-block-3 {
    padding-right: 0;
  }

  .image-2 {
    max-width: 200px;
    display: none;
  }

  .greep-grid {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    place-items: start center;
  }

  .greep-item {
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .greep-img {
    width: 100%;
    max-width: 500px;
  }

  .greep-img.large {
    padding-bottom: 100%;
  }

  .footer-content {
    flex-flow: column;
  }

  .footer-right {
    margin-left: 0;
    padding-top: 40px;
  }

  .live-events {
    max-width: 200px;
    display: none;
  }

  .sterkte-container {
    flex-flow: column-reverse;
    align-items: stretch;
    display: flex;
  }

  .starkte-bg-img {
    width: 100%;
    height: 400px;
    position: relative;
  }

  .sterkte-text {
    width: 100%;
    max-width: none;
    padding: 100px 40px 100px 60px;
  }

  .flex-lr {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .flex-text.right {
    margin-left: 0;
  }

  .flex-text.left {
    padding-left: 30px;
  }

  .line-title-extras {
    left: 10px;
  }

  .line-title-extras.left {
    left: 0;
  }

  .image-5 {
    display: none;
  }

  .aanpak-item {
    text-align: center;
  }

  .aanpak-icon-p {
    margin-left: auto;
    margin-right: auto;
  }

  .duurzaam-container {
    flex-flow: column-reverse;
    align-items: stretch;
    display: flex;
  }

  .duurzaam-text {
    width: 100%;
    max-width: none;
    padding: 100px 40px 40px;
  }

  .duurzaam-bg-img {
    width: 100%;
    max-width: 670px;
    height: 390px;
    margin-bottom: -90px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    left: 0%;
  }

  .duurzaam-leaf-block {
    max-width: none;
    margin-bottom: 20px;
  }

  .people-block {
    flex-flow: column-reverse;
    display: flex;
  }
  .people-block.bottom {
    margin-bottom: 80px;
  }

  .people-bg {
    margin-top: -100px;
    margin-left: 0;
    padding-top: 140px;
    padding-left: 40px;
    padding-right: 40px;
    min-height: unset;
  }

  .people-text {
    max-width: 550px;
    margin-right: auto;
  }

  .people-img {
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 0;
    left: 0%;
  }

  .line-people {
    display: none;
  }

  .events-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .event-tags {
    grid-template-columns: 1fr;
  }
  .flex-l img {
    max-width: 100%;
  }
  .flex-l img, .flex-r img{
    margin-bottom: 25px;
  }
  .starkte-bg-img {
    height: 250px;
  }
  .re-text {
    padding-top: 60px;
  }

  h1.h1 {
    font-size: 40px;
    line-height: 46px;
  }

  .greep-container {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .sterkte-text {
    padding-top: 60px;
  }

  .flex-lr {
    flex-direction: column;
  }

  .flex-l, .flex-r {
    width: 100%;
    justify-content: center;

  }

  .flex-lr:nth-child(odd) {
    flex-direction: column-reverse;
  }

  .duurzaam-text {
    padding-top: 60px;
  }

  .text-page-container {
    width: 100%;
    max-width: 650px;
  }
  .header {
    padding-top: 160px;
    padding-bottom: 60px;
    min-height: unset;
  }
  .header.header-video {
    min-height: 300px;
  }
  .div-block-6 {
    position: relative;
    inset: unset;
  }
}

@media screen and (max-width: 479px) {
  .h2.footer-hh2 {
    margin-bottom: 40px;
  }
  .sterkte-grid {
    grid-template-columns: 1fr;
    margin-left: 30px;
  }

  .header {
    padding-top: 100px;
    padding-bottom: 40px;
  }
  .cb-p,
  .cb-block a,
  .cb-link {
    font-size: 24px;
    line-height: 32px;
  }
  .cb-icon {
    inset: 4px auto auto -40px;
  }
  .contact-block {
    padding:40px 30px 20px 60px;

  }
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .h2 {
    font-size: 32px;
    line-height: 44px;
  }

  .footer {
    padding-top: 60px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .re-text {
    padding-left: 20px;
    padding-right: 20px;
  }

  .h4 {
    font-size: 26px;
  }

  .re-item {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .re-icon {
    display: none;
  }

  .greep-container {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .footer-content {
    padding-bottom: 40px;
  }

  .footer-social {
  }

  .div-block-5 {
    padding-top: 20px;
    padding-left: 0;
  }

  .sterkte-text, .duurzaam-text {
    padding-left: 20px;
    padding-right: 20px;
  }

  .people-bg {
    padding-left: 10px;
    padding-right: 10px;
  }
  .cb-container {
    padding: 0px;
  }
  .events-grid {
    grid-template-columns: 1fr ;
  }
  .image-8 {
    display: none;
  }
  .cb-block.social {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .cb-block.social .cb-p {
    grid-column: 1/4;
  }

  .cb-social-link {
    margin-left: 0px;
    justify-content: flex-start;
  }

  .cb-social-link:first-of-type {
    padding-left: 0px;
  }
}


@font-face {
  font-family: 'Sfprotext';
  src: url('../fonts/SFProText-Heavy.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sfprotext';
  src: url('../fonts/SFProText-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sfprotext';
  src: url('../fonts/SFProText-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sfprotext';
  src: url('../fonts/SFProText-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sfprotext';
  src: url('../fonts/SFProText-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf Pro Display';
  src: url('../fonts/SF-Pro-Display-RegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sf Pro Display';
  src: url('../fonts/SF-Pro-Display-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf Pro Display';
  src: url('../fonts/SF-Pro-Display-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf Pro Display';
  src: url('../fonts/SF-Pro-Display-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

