@charset "UTF-8";
/*---------------------------------------/*
 # SETTINGS
/*---------------------------------------*/
/*---------------------------------------/*
 # GENERIC - BOOTSTRAP
/*---------------------------------------*/
.footer {
  background-color: #e5e4e2;
  color: black;
  padding: 20px 0;
  box-shadow: 0 -18px 30px -20px rgba(0, 0, 0, 0.3);
}

.footer a {
  color: black;
  text-decoration: none;
}

.footer a:hover {
  text-decoration: underline;
}

.footer-logo img {
  max-height: 3rem;
  width: auto;
}

.cookie-demo-banner {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  z-index: 2000;
  background: #fff;
  border: 1px solid #d5d5d5;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
  color: #111;
}

@media only screen and (min-width: 768px) {
  .cookie-demo-banner {
    right: auto;
    left: 50%;
    width: 720px;
    transform: translateX(-50%);
  }
}

@media only screen and (min-width: 992px) {
  .cookie-demo-banner {
    width: 960px;
  }
}

@media only screen and (min-width: 1200px) {
  .cookie-demo-banner {
    width: 1140px;
  }
}

@media only screen and (min-width: 1400px) {
  .cookie-demo-banner {
    width: 1320px;
  }
}

.cookie-demo-banner__content {
  max-width: 1100px;
  margin: 0 auto;
  padding: 1rem 1.25rem;
}

.cookie-demo-banner h2,
.cookie-demo-modal h2 {
  margin: 0 0 0.45rem;
  font-family: "Montserrat", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
}

.cookie-demo-banner p,
.cookie-demo-modal p {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
}

.cookie-demo-banner__actions,
.cookie-demo-modal__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: flex-end;
  margin-top: 0.85rem;
}

.cookie-demo-button {
  min-width: 9rem;
  padding: 0.55rem 0.85rem;
  border: 1px solid #222;
  background: #fff;
  color: #111;
  font: 600 0.85rem "Montserrat", sans-serif;
  cursor: pointer;
}

.cookie-demo-button:hover,
.cookie-demo-button:focus-visible {
  background: #82ff32;
  border-color: #82ff32;
}

.cookie-demo-modal {
  position: fixed;
  inset: 0;
  z-index: 2001;
  display: grid;
  place-items: center;
  padding: 1rem;
  background: rgba(0, 0, 0, 0.45);
}

.cookie-demo-modal__panel {
  position: relative;
  width: min(34rem, 100%);
  padding: 1.5rem;
  background: #fff;
  color: #111;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

.cookie-demo-modal__close {
  position: absolute;
  top: 0.65rem;
  right: 0.8rem;
  border: 0;
  background: transparent;
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
}

.cookie-demo-option {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  margin-top: 1rem;
  font: 600 0.9rem "Montserrat", sans-serif;
}

.cookie-demo-option input {
  margin-right: 0.4rem;
}

.cookie-demo-option span {
  padding-left: 1.35rem;
  color: #555;
  font-size: 0.78rem;
  font-weight: 400;
}

@media only screen and (max-width: 575.98px) {
  .cookie-demo-banner {
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    transform: none;
  }

  .cookie-demo-banner__actions,
  .cookie-demo-modal__actions {
    justify-content: stretch;
  }

  .cookie-demo-button {
    flex: 1 1 100%;
  }
}

/*---------------------------------------/*
 # ELEMENTS
/*---------------------------------------*/
.main {
  background-color: white;
}

.navbar-toggler {
  border: none;
  border-color: none;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.navbar-toggler-icon {
  height: 2rem;
  width: 2rem;
  background-image: url(../images/hamburgermenu-AHW-Lavaert.svg);
}
.navbar-toggler-icon:active {
  background-image: url(../images/hamburgermenu-active-AHW-Lavaert.svg);
}

.dropdown-menu {
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
@media only screen and (max-width: 992px) {
  .dropdown-menu {
    box-shadow: none;
  }
}
.dropdown-menu .dropdown-item {
  background-color: white;
}

@media (min-width: 992px) {
  .dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0;
  }
  .c-groenebar .c-header__lang-dropdown:hover > .dropdown-menu {
    display: none;
  }
  .c-groenebar .c-header__lang-dropdown > .dropdown-menu.show {
    display: block !important;
  }
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: 0;
}

@media (min-width: 992px) {
  .dropdown-submenu:hover > .dropdown-menu {
    display: block;
  }
}
@media only screen and (max-width: 992px) {
  .dropdown-submenu > .dropdown-menu {
    position: static;
    display: block;
    padding-left: 0.75rem;
  }
}
.owl-theme .owl-dots .owl-dot span {
  background: #82ff32 !important;
  opacity: 20%;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #82ff32 !important;
  opacity: 100%;
}

.owl-one {
  justify-content: center;
  align-items: center;
}
.owl-one .owl-nav {
  display: none;
}

.owl-two {
  margin-bottom: 0;
}
.owl-two .owl-dots {
  display: none;
}
.owl-two .owl-nav {
  padding-top: 2rem;
}
.owl-two-prev {
  height: 5rem;
}

/*---------------------------------------/*
 # OBJECTS
/*---------------------------------------*/
/* Limit the height of the carousel images */
.carousel-item img {
  max-height: calc(100vh - 9.5rem); /* Limit height to viewport height */
  width: 100%; /* Ensure full width */
  -o-object-fit: cover;
     object-fit: cover; /* Ensure images scale properly */
  -o-object-position: center;
     object-position: center; /* Center the image */
}

.c-hero,
.c-hero .carousel,
.c-hero .carousel-inner,
.c-hero .carousel-item {
  height: calc(100vh - 9.5rem);
}

.c-hero .carousel-item img {
  height: 100%;
  max-height: calc(100vh - 9.5rem);
}

.card-body {
  display: flex; /* Use flexbox for the card body */
  flex-direction: column; /* Stack items vertically */
  flex: 1; /* Allow the card body to take up available space */
  justify-content: space-between; /* Space between title, text, and button */
}

.navbar-toggler {
  border: none;
}

/*---------------------------------------/*
 # COMPONENTS
/*---------------------------------------*/
.c-header {
  position: sticky;
  top: 0;
  z-index: 1100;
  background-color: white;
}
.c-header .navbar {
  background-color: white;
}
.c-header__logo {
  max-height: 3rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  transition: transform 0.3s ease; /* Smooth transition for the transform property */
}
.c-header__logo:hover {
  transform: scale(1.05); /* Scale up to 105% of its original size */
}
.c-header__link {
  color: black;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 600;
}
.c-header__link:hover {
  color: #82ff32;
}
.c-header__link:active {
  color: #82ff32;
}
.c-header__link--arrow {
  max-height: 1rem;
}
.c-header__link--arrow:hover {
  color: #82ff32;
}
.c-header__dropdown--item {
  color: black;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 600;
}
.c-header__dropdown--item:hover {
  color: #82ff32;
}
.c-header__dropdown--item:active {
  color: #82ff32;
}
.c-header .c-groenebar {
  display: flex;
  height: 2rem;
  width: 100%;
  background-color: #82ff32;
  margin: 0;
  padding: 0;
  align-items: center;
  text-align: end;
  position: relative;
  overflow: visible;
  border-bottom: 1px solid rgba(0, 0, 0, 0.18);
  transition: height 0.3s ease, box-shadow 0.3s ease;
}
.c-header .c-groenebar .container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.c-header .c-groenebar::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 12px;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.38) 0%, rgba(0, 0, 0, 0.16) 45%, rgba(0, 0, 0, 0) 100%);
  transition: opacity 0.3s ease;
}
.c-header .c-groenebar__contact {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  color: black;
  text-decoration: none;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.c-header .c-groenebar__contact--mail {
  margin-left: 1rem;
}
.c-header .c-groenebar__contact:hover {
  text-decoration: underline;
}
.c-header .c-groenebar__lang {
  margin-left: 1.5rem;
}
.c-header .c-groenebar__lang-toggle {
  color: black;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
}
.c-header .c-groenebar__lang-toggle:hover {
  text-decoration: underline;
}
.c-header .c-groenebar__lang-toggle::after {
  display: none;
}
.c-header .c-groenebar__lang-menu {
  right: 0;
  left: auto;
  min-width: 0;
  width: auto;
  padding: 0.25rem 0;
}
.c-header .c-groenebar__lang-menu .dropdown-item {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  white-space: nowrap;
  padding: 0.35rem 0.7rem;
  text-decoration: none !important;
}
.c-header .c-groenebar__lang-menu .dropdown-item .c-lang-label {
  text-decoration: none;
}
.c-header .c-groenebar__lang-menu .dropdown-item.is-active .c-lang-label {
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 2px;
}
.c-header .c-lang-flag {
  width: 20px;
  height: 14px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2px;
  vertical-align: -2px;
  flex: 0 0 auto;
}
@media only screen and (max-width: 992px) {
  .c-header .c-groenebar {
    justify-content: center; /* Center content horizontally */
    text-align: center; /* Ensure text aligns in the center */
    flex-direction: column; /* Optional: stack items vertically if needed */
  }
  .c-header .c-groenebar .container {
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.35rem;
  }
  .c-header .c-groenebar .c-groenebar__contact {
    margin-right: 0.5rem;
    margin-left: 0.5rem; /* Reset margin to avoid alignment issues */
  }
  .c-header .c-groenebar .c-groenebar__lang {
    margin-left: 0;
  }
}
@media only screen and (max-width: 575.98px) {
  .c-header .c-groenebar {
    justify-content: center; /* Center content horizontally */
    text-align: center; /* Ensure text aligns in the center */
    flex-direction: column; /* Optional: stack items vertically if needed */
  }
  .c-header .c-groenebar .c-groenebar__contact {
    margin-right: 0rem;
    margin-left: 0rem; /* Reset margin to avoid alignment issues */
  }
  .c-header .c-groenebar .c-groenebar__contact--mail {
    display: none;
  }
  .c-header .c-groenebar .c-groenebar__lang {
    margin-left: 0;
  }
}
.c-header.is-compact .c-groenebar {
  height: 0.35rem;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}
.c-header.is-compact .c-groenebar::after {
  opacity: 0.95;
}
.c-header.is-compact .c-groenebar .c-groenebar__contact {
  opacity: 0;
  transform: translateY(-0.4rem);
  pointer-events: none;
}
.c-header.is-compact .c-groenebar .c-groenebar__lang {
  opacity: 0;
  transform: translateY(-0.4rem);
  pointer-events: none;
}
.c-header__cta {
  color: black;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 1rem;
  margin-left: 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 1200px) {
  .c-header__cta {
    font-size: 1rem;
  }
}
.c-header__cta {
  background-image: linear-gradient(to top, #82ff32 0%, #82ff32 50%, transparent 50%, transparent 100%);
  transform: skew(-20deg); /* Apply skew to the background */
  transform-origin: center; /* Set the origin for the skew */
  border: none;
  border-radius: 0;
  align-self: center;
  margin-top: 0;
  margin-left: 1rem;
}
.c-header__cta--text {
  display: inline-block; /* Ensure text is inline-block */
  transform: skew(20deg); /* Counteract the skew */
  position: relative; /* Position relative to keep it above the background */
  z-index: 1; /* Bring the text above the skewed background */
}
.c-header__cta-logo {
  height: 1.25rem;
  width: auto;
  margin-right: 0;
  vertical-align: -1px;
}
.c-header__cta:hover {
  background-image: linear-gradient(to top, lightgrey 0%, lightgrey 50%, transparent 50%, transparent 100%);
}

.c-products {
  background-color: #faf9f6;
  padding-bottom: 4rem;
  text-align: center;
}
.c-products__cardlink {
  text-decoration: none;
}
@media only screen and (max-width: 992px) {
  .c-products__cards {
    display: none;
  }
}
.c-products__carousel {
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: none;
}
@media only screen and (max-width: 992px) {
  .c-products__carousel {
    display: block;
  }
}
.c-products__title {
  margin-top: 7rem;
  display: inline-block; /* Change to inline-block to fit the text width */
  position: relative; /* Position relative for the pseudo-element */
  padding: 10px; /* Padding for spacing */
  padding-left: 20px;
  padding-right: 20px;
  font-family: "filson-pro", sans-serif;
  font-weight: 800;
  font-size: 2.5rem;
  overflow: hidden; /* Hide overflow to prevent skewed background from showing outside */
  /* Skewed background using a pseudo-element */
  background-image: linear-gradient(to top, #82ff32 0%, #82ff32 50%, transparent 50%, transparent 100%);
  transform: skew(-20deg); /* Apply skew to the background */
  transform-origin: center; /* Set the origin for the skew */
  /* Counter-transform to negate the skew for the text */
}
.c-products__title--text {
  display: inline-block; /* Ensure text is inline-block */
  transform: skew(20deg); /* Counteract the skew */
  position: relative; /* Position relative to keep it above the background */
  z-index: 1; /* Bring the text above the skewed background */
}
@media only screen and (max-width: 992px) {
  .c-products__title {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .c-products__title {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 575.98px) {
  .c-products__title {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 418px) {
  .c-products__title {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 360px) {
  .c-products__title {
    font-size: 0.9rem;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.c-products__text {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1.3rem;
  margin-top: 0.8rem;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 992px) {
  .c-products__text {
    font-size: 1.1rem;
  }
}
@media only screen and (max-width: 768px) {
  .c-products__text {
    font-size: 0.95rem;
  }
}
@media only screen and (max-width: 575.98px) {
  .c-products__text {
    font-size: 13px;
  }
}

.c-card {
  flex-direction: column;
  flex: 1;
  border: none;
  border-radius: 0;
  box-shadow: 4px 4px 3px rgba(0, 0, 0, 0.2);
}
.c-card__box {
  margin-bottom: 3rem;
  transition: transform 0.3s ease; /* Smooth transition for the transform property */
}
.c-card__box:hover {
  transform: scale(1.05); /* Scale up to 105% of its original size */
}
@media only screen and (max-width: 575.98px) {
  .c-card__box {
    margin-left: auto;
    margin-right: auto;
    max-width: 20rem;
  }
}
.c-card_image {
  height: 250px;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0;
}
.c-card__title {
  text-decoration: none;
  color: black;
  text-align: start;
  font-family: "filson-pro", sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  margin-top: 1rem;
  margin-bottom: 0;
}
@media only screen and (max-width: 1200px) {
  .c-card__title {
    font-size: 0.95rem;
  }
}
.c-card__text {
  color: black;
  text-align: start;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 0.95rem;
  line-height: 1.65;
  margin-bottom: 1.2rem;
  margin-top: 1.2rem;
}
@media only screen and (max-width: 575.98px) {
  .c-card__text {
    font-size: 0.9rem;
    line-height: 1.55;
  }
}
.c-card__button {
  color: black;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
}
@media only screen and (max-width: 1200px) {
  .c-card__button {
    font-size: 1rem;
  }
}
.c-card__button {
  background-image: linear-gradient(to top, #82ff32 0%, #82ff32 50%, transparent 50%, transparent 100%);
  transform: skew(-20deg); /* Apply skew to the background */
  transform-origin: center; /* Set the origin for the skew */
  border: none;
  border-radius: 0;
  margin-bottom: 1rem;
  align-self: center;
  margin-top: 0;
  margin-left: 0.4rem;
}
.c-card__button--text {
  display: inline-block; /* Ensure text is inline-block */
  transform: skew(20deg); /* Counteract the skew */
  position: relative; /* Position relative to keep it above the background */
  z-index: 1; /* Bring the text above the skewed background */
}
.c-card__button:hover {
  background-image: linear-gradient(to top, lightgrey 0%, lightgrey 50%, transparent 50%, transparent 100%);
}

.c-about {
  margin-top: 0;
  margin-bottom: 0;
}
.c-about__box {
  text-align: center;
  padding: 0;
  overflow: visible;
  position: relative;
  z-index: 2;
  box-shadow: 0 18px 30px -20px rgba(0, 0, 0, 0.22), 0 -18px 30px -20px rgba(0, 0, 0, 0.22);
}
.c-about__content-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 3rem;
  padding-right: 3rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: white;
  position: relative;
  z-index: 2;
  box-shadow: none;
}
.c-about__content-col::after {
  content: "";
  position: absolute;
  top: 0;
  right: -26px;
  width: 26px;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.18) 36%, rgba(0, 0, 0, 0.08) 68%, rgba(0, 0, 0, 0) 100%);
}
@media only screen and (max-width: 768px) {
  .c-about__content-col {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
    box-shadow: none;
  }
  .c-about__content-col::after {
    display: none;
  }
}
.c-about__title {
  align-self: center;
  display: inline-block; /* Change to inline-block to fit the text width */
  position: relative; /* Position relative for the pseudo-element */
  padding: 10px; /* Padding for spacing */
  padding-left: 20px;
  padding-right: 20px;
  font-family: "filson-pro", sans-serif;
  font-weight: 800;
  font-size: 2.5rem;
  overflow: hidden; /* Hide overflow to prevent skewed background from showing outside */
  /* Skewed background using a pseudo-element */
  background-image: linear-gradient(to top, #82ff32 0%, #82ff32 50%, transparent 50%, transparent 100%);
  transform: skew(-20deg); /* Apply skew to the background */
  transform-origin: center; /* Set the origin for the skew */
}
.c-about__title--text {
  display: inline-block; /* Ensure text is inline-block */
  transform: skew(20deg); /* Counteract the skew */
  position: relative; /* Position relative to keep it above the background */
  z-index: 1; /* Bring the text above the skewed background */
}
@media only screen and (max-width: 992px) {
  .c-about__title {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 768px) {
  .c-about__title {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 575.98px) {
  .c-about__title {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 418px) {
  .c-about__title {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 360px) {
  .c-about__title {
    font-size: 0.9rem;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.c-about__text {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1.3rem;
  margin-top: 1rem;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 1200px) {
  .c-about__text {
    font-size: 1.2rem;
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 992px) {
  .c-about__text {
    font-size: 0.95rem;
  }
}
@media only screen and (max-width: 575.98px) {
  .c-about__text {
    font-size: 13px;
  }
}
.c-about__button {
  color: black;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
}
@media only screen and (max-width: 1200px) {
  .c-about__button {
    font-size: 1rem;
  }
}
.c-about__button {
  background-image: linear-gradient(to top, #82ff32 0%, #82ff32 50%, transparent 50%, transparent 100%);
  transform: skew(-20deg); /* Apply skew to the background */
  transform-origin: center; /* Set the origin for the skew */
  border: none;
  border-radius: 0;
  margin-bottom: 1rem;
  align-self: center;
  margin-top: auto; /* Push the button to the bottom */
  margin-left: auto;
  margin-right: auto;
}
.c-about__button--text {
  display: inline-block; /* Ensure text is inline-block */
  transform: skew(20deg); /* Counteract the skew */
  position: relative; /* Position relative to keep it above the background */
  z-index: 1; /* Bring the text above the skewed background */
}
.c-about__button:hover {
  background-image: linear-gradient(to top, lightgrey 0%, lightgrey 50%, transparent 50%, transparent 100%);
}
@media only screen and (max-width: 768px) {
  .c-about__button {
    margin-bottom: 0;
  }
}
.c-about__image {
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .c-about__image {
    display: none;
  }
}
.c-about__image-col {
  padding-left: 0;
  padding-right: 0;
}
.c-about .c-about__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; /* Ensures the image covers the container area */
  -o-object-position: center;
     object-position: center; /* Centers the image within the container */
}

.c-services {
  background-color: #e5e4e2;
  padding-top: 7rem;
  padding-bottom: 7rem;
  position: relative;
  overflow: hidden;
}
.c-services__card {
  width: 100%; /* Let the card take full width of the column */
  height: fit-content;
  aspect-ratio: auto;
  display: flex; /* Flexbox layout for inner alignment */
  flex-direction: column; /* Stack content vertically */
  justify-content: flex-start;
  align-items: center; /* Center content horizontally */
  min-height: 0; /* Voorkom minimale height override op flex */
  padding: 1rem; /* Ensure there’s some spacing inside */
  box-sizing: border-box; /* Include padding in size calculation */
  border: none;
  border-radius: 0;
  box-shadow: 4px 4px 3px rgba(0, 0, 0, 0.2);
  text-align: center;
  transition: transform 0.3s ease; /* Hover effect */
  overflow: hidden; /* Prevent any overflowing content */
}
.c-services__card:hover {
  transform: scale(1.05); /* Smooth hover zoom */
}
@media only screen and (max-width: 767.98px) {
  .c-services__card {
    padding: 1.5rem; /* Meer padding voor ademruimte */
    margin-bottom: 2rem; /* Extra spacing tussen gestapelde cards */
  }
}
@media only screen and (max-width: 575.98px) {
  .c-services__card {
    padding: 1rem; /* Minder padding op heel klein scherm */
  }
}
.c-services__icon {
  max-height: 77px;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 767.98px) {
  .c-services__icon {
    max-height: 60px; /* Kleiner icon op mobiel */
    margin-top: 0.5rem;
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 575.98px) {
  .c-services__icon {
    max-height: 50px; /* Nog kleiner icon */
  }
}
.c-services__title {
  font-family: "filson-pro", sans-serif;
  font-weight: 700;
  font-size: 1.3rem;
  margin: 0;
}
@media only screen and (max-width: 767.98px) {
  .c-services__title {
    font-size: 1.2rem; /* Iets kleiner */
    margin-bottom: 0.5rem;
  }
}
@media only screen and (max-width: 575.98px) {
  .c-services__title {
    font-size: 1.1rem;
  }
}
.c-services__text {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.65;
  height: fit-content;
  flex-grow: 0;
  margin-top: 1rem; /* Extra top-margin voor betere scheiding */
  margin-bottom: 1rem; /* Beperk bottom voor button */
}
@media only screen and (max-width: 767.98px) {
  .c-services__text {
    font-size: 0.95rem;
    line-height: 1.55;
    margin-top: 0.5rem;
  }
}
@media only screen and (max-width: 575.98px) {
  .c-services__text {
    font-size: 0.94rem;
    line-height: 1.5;
    padding: 0 0.5rem; /* Side-padding voor wrap */
  }
}
.c-services__button {
  padding: 5px 20px; /* is spelen met achtergrond dikte en breedte! */
  color: black;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
}
@media only screen and (max-width: 1200px) {
  .c-services__button {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .c-services__button {
    font-size: 1rem; /* Kleiner button-text */
    padding: 0.5rem 1.5rem; /* Kompacter padding */
    margin-bottom: 0; /* Verwijder extra bottom op mobiel */
  }
}
@media only screen and (max-width: 575.98px) {
  .c-services__button {
    font-size: 0.9rem;
    padding: 0.4rem 1rem;
    width: -moz-fit-content;
    width: fit-content; /* Button past zich aan tekst aan */
  }
}
.c-services__button {
  background-image: linear-gradient(to top, #82ff32 0%, #82ff32 50%, transparent 50%, transparent 100%);
  transform: skew(-20deg); /* Apply skew to the background */
  transform-origin: center; /* Set the origin for the skew */
  border: none;
  border-radius: 0;
  margin-bottom: 1rem;
  align-self: center;
  margin-top: auto; /* Push the button to the bottom */
  margin-left: 0.4rem;
}
.c-services__button--text {
  display: inline-block; /* Ensure text is inline-block */
  transform: skew(20deg); /* Counteract the skew */
  position: relative; /* Position relative to keep it above the background */
  z-index: 1; /* Bring the text above the skewed background */
}
@media only screen and (max-width: 767.98px) {
  .c-services__button--text {
    font-size: 0.95rem; /* Zorg dat skew werkt op klein scherm */
  }
}
.c-services__button:hover {
  background-image: linear-gradient(to top, lightgrey 0%, lightgrey 50%, transparent 50%, transparent 100%);
}
@media only screen and (max-width: 768px) {
  .c-services__button {
    margin-bottom: 1rem; /* Gefixt: geen 4rem meer, consistent met boven */
  }
}
.c-services__arrow {
  height: 2.5rem;
  color: #e5e4e2;
}
.c-services__arrow:target {
  background-color: white;
  color: #82ff32;
}
.c-services__arrow:focus {
  background-color: white;
}
.c-services__arrow:focus-within {
  background-color: white;
}
.c-services__arrow:hover {
  background-color: white;
  color: #82ff32;
}

.c-partners {
  text-align: center;
  position: relative;
  z-index: 1;
  box-shadow: 0 18px 30px -20px rgba(0, 0, 0, 0.34), 0 -18px 30px -20px rgba(0, 0, 0, 0.12);
}
.c-partners__title {
  margin-top: 7rem;
  display: inline-block; /* Change to inline-block to fit the text width */
  position: relative; /* Position relative for the pseudo-element */
  padding: 10px; /* Padding for spacing */
  padding-left: 20px;
  padding-right: 20px;
  font-family: "filson-pro", sans-serif;
  font-weight: 800;
  font-size: 2.5rem;
  overflow: hidden; /* Hide overflow to prevent skewed background from showing outside */
  /* Skewed background using a pseudo-element */
  background-image: linear-gradient(to top, #82ff32 0%, #82ff32 50%, transparent 50%, transparent 100%);
  transform: skew(-20deg); /* Apply skew to the background */
  transform-origin: center; /* Set the origin for the skew */
  /* Counter-transform to negate the skew for the text */
}
.c-partners__title--text {
  display: inline-block; /* Ensure text is inline-block */
  transform: skew(20deg); /* Counteract the skew */
  position: relative; /* Position relative to keep it above the background */
  z-index: 1; /* Bring the text above the skewed background */
}
@media only screen and (max-width: 992px) {
  .c-partners__title {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .c-partners__title {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 575.98px) {
  .c-partners__title {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 418px) {
  .c-partners__title {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 360px) {
  .c-partners__title {
    font-size: 0.9rem;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.c-partners__text {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1.3rem;
  margin-top: 0.8rem;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 992px) {
  .c-partners__text {
    font-size: 1.1rem;
  }
}
@media only screen and (max-width: 768px) {
  .c-partners__text {
    font-size: 0.95rem;
  }
}
@media only screen and (max-width: 575.98px) {
  .c-partners__text {
    font-size: 13px;
  }
}
.c-partners__merk {
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease; /* Smooth transition for the transform property */
}
.c-partners__merk:hover {
  transform: scale(1.05); /* Scale up to 105% of its original size */
}

.c-map {
  overflow: hidden;
}

.c-about-werkwijze {
  background-color: #faf9f6;
  padding-top: 0;
  padding-bottom: 0;
}

.c-about-faq {
  padding-top: 0;
}

.c-opvoorraad {
  padding-top: 1.5rem;
}

.c-stock__meta {
  margin-top: auto;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
}

.c-stock__specs {
  text-align: left;
  flex: 1 1 auto;
}

.c-stock__spec {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9rem;
  line-height: 1.45;
  white-space: nowrap;
}

.c-stock__prices {
  text-align: right;
  flex: 0 0 auto;
  min-width: 9.5rem;
}

.c-stock__price-excl {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 0.88rem;
  color: #6c757d;
  white-space: nowrap;
}

.c-stock__price-incl {
  margin: 0.15rem 0 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  white-space: nowrap;
}

.c-stock__cta {
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.c-stock__cta .c-card__button {
  margin-left: 0;
  margin-bottom: 0;
}

.c-reviews {
  background-color: #ffffff;
}

.cookie-external-hidden {
  display: none !important;
}

.c-reviews__embed-wrap {
  background-color: #ffffff;
  box-shadow: none;
  padding: 1.5rem;
}

@media only screen and (max-width: 575.98px) {
  .c-stock__meta {
    flex-direction: column;
    align-items: flex-start;
  }
  .c-stock__prices {
    text-align: left;
  }
}

.c-contactformulier {
  padding: 4rem 0; /* Extra spacing rond sectie */
  background-color: #faf9f6; /* Match producten-sectie */
}
.c-eduard-config__divider {
  border: 0;
  border-top: 2px solid #ffffff;
  opacity: 1;
  width: min(760px, 92%);
  margin: 1.25rem auto 1rem;
}

.c-eduard-config__form-wrap .contact-form {
  text-align: left;
}

.c-typehero {
  background-color: #faf9f6;
}

.c-typehero__box {
  min-height: 560px;
}

.c-typehero__image-col,
.c-typehero__content-col {
  min-height: 560px;
}

.c-typehero__carousel,
.c-typehero__carousel .carousel-inner,
.c-typehero__carousel .carousel-item {
  height: 100%;
}

.c-typehero__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-typehero__control {
  width: 3.2rem;
  height: 3.2rem;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  opacity: 1;
  border-radius: 0;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-typehero__control .c-services__arrow {
  width: 2.7rem;
  height: 2.7rem;
  color: rgba(217, 217, 217, 0.72);
}

.c-typehero__control:hover,
.c-typehero__control:focus {
  background-color: transparent !important;
}

.c-typehero__control:hover .c-services__arrow,
.c-typehero__control:focus .c-services__arrow {
  color: #82ff32;
}

.c-typehero__control .c-services__arrow:hover,
.c-typehero__control .c-services__arrow:focus,
.c-typehero__control .c-services__arrow:focus-within {
  background-color: transparent !important;
}

.c-typehero__content-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 3rem 4rem;
}

@media only screen and (max-width: 992px) {
  .c-typehero__box,
  .c-typehero__image-col,
  .c-typehero__content-col {
    min-height: 420px;
  }

  .c-typehero__content-col {
    padding: 2.25rem 1.5rem;
  }
}
.c-contactformulier .contact-form {
  background-color: white;
  box-shadow: 4px 4px 3px rgba(0, 0, 0, 0.2);
  padding: 2.5rem;
}
@media only screen and (max-width: 768px) {
  .c-contactformulier .contact-form {
    padding: 1.5rem 1.25rem;
  }
}

.c-contactformulier__label {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

.c-contactformulier__input,
.c-contactformulier__select,
.c-contactformulier__textarea {
  display: block;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4;
}

.c-contactformulier__input,
.c-contactformulier__select {
  height: 3.25rem;
  padding: 0.75rem 0.9rem;
}

.c-contactformulier__select {
  line-height: normal;
}

.c-contactformulier__textarea {
  min-height: 9rem;
  padding: 0.75rem 0.9rem;
  overflow-y: hidden;
  resize: none;
}

.c-contactformulier__input::-moz-placeholder, .c-contactformulier__textarea::-moz-placeholder {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

.c-contactformulier__input::placeholder,
.c-contactformulier__textarea::placeholder {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

.c-contactformulier__consent-label {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
.c-contactformulier form button[type="submit"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.c-contactformulier__title {
  margin-top: 0;
  display: inline-block; /* Change to inline-block to fit the text width */
  margin-left: auto;
  margin-right: auto;
  position: relative; /* Position relative for the pseudo-element */
  padding: 10px; /* Padding for spacing */
  padding-left: 20px;
  padding-right: 20px;
  font-family: "filson-pro", sans-serif;
  font-style: normal !important;
  font-weight: 800;
  font-size: 2.5rem;
  overflow: hidden; /* Hide overflow to prevent skewed background from showing outside */
  /* Skewed background using a pseudo-element */
  background-image: linear-gradient(to top, #82ff32 0%, #82ff32 50%, transparent 50%, transparent 100%);
  transform: skew(-20deg); /* Apply skew to the background */
  transform-origin: center; /* Set the origin for the skew */
  /* Counter-transform to negate the skew for the text */
}

.c-contactformulier__heading-wrap,
.c-contactformulier__intro-wrap {
  text-align: center;
}

.c-contactformulier__privacy-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1.3rem;
  text-align: center;
  max-width: 70ch;
  margin-top: 0.8rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}

@media only screen and (max-width: 992px) {
  .c-contactformulier__privacy-text {
    font-size: 1.1rem;
  }
}
@media only screen and (max-width: 768px) {
  .c-contactformulier__privacy-text {
    font-size: 0.95rem;
  }
}
@media only screen and (max-width: 575.98px) {
  .c-contactformulier__privacy-text {
    font-size: 13px;
  }
}
.c-contactformulier__title--text {
  display: inline-block;
  transform: skew(20deg);
  position: relative;
  z-index: 1;
  font-style: normal !important;
}

@media only screen and (max-width: 992px) {
  .c-contactformulier__title {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .c-contactformulier__title {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 575.98px) {
  .c-contactformulier__title {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 418px) {
  .c-contactformulier__title {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 360px) {
  .c-contactformulier__title {
    font-size: 0.9rem;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.c-partners__title--text {
  display: inline-block; /* Ensure text is inline-block */
  transform: skew(20deg); /* Counteract the skew */
  position: relative; /* Position relative to keep it above the background */
  z-index: 1; /* Bring the text above the skewed background */
}

@media only screen and (max-width: 992px) {
  .c-partners__title {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .c-partners__title {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 575.98px) {
  .c-partners__title {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 418px) {
  .c-partners__title {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 360px) {
  .c-partners__title {
    font-size: 0.9rem;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.c-partners__text {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1.3rem;
  margin-top: 0.8rem;
  margin-bottom: 4rem;
}

@media only screen and (max-width: 992px) {
  .c-partners__text {
    font-size: 1.1rem;
  }
}
@media only screen and (max-width: 768px) {
  .c-partners__text {
    font-size: 0.95rem;
  }
}
@media only screen and (max-width: 575.98px) {
  .c-partners__text {
    font-size: 13px;
  }
}
.c-contactformulier__required {
  color: red;
}

.c-contactformulier__consent .form-check-input {
  accent-color: #82ff32;
}

.c-contactformulier__input.is-invalid,
.c-contactformulier__select.is-invalid,
.c-contactformulier__textarea.is-invalid {
  border-color: #dc3545 !important;
  box-shadow: 0 0 0 0.18rem rgba(220, 53, 69, 0.18);
}

.c-contactformulier__consent.is-invalid {
  border: 1px solid #dc3545;
  border-radius: 0.35rem;
  padding: 0.35rem 0.5rem;
}

.c-contactformulier__input.is-invalid-animated,
.c-contactformulier__select.is-invalid-animated,
.c-contactformulier__textarea.is-invalid-animated,
.c-contactformulier__consent.is-invalid-animated {
  animation: formFieldShake 0.32s ease;
}

@keyframes formFieldShake {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-4px);
  }
  50% {
    transform: translateX(4px);
  }
  75% {
    transform: translateX(-2px);
  }
  100% {
    transform: translateX(0);
  }
}
.c-footer__title {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

/*---------------------------------------/*
 # UTILITIES
/*---------------------------------------*//*# sourceMappingURL=screen.css.map */
