/*!
Theme Name: Brandeniers starter
Theme URI: https://brandeniers.nl
Author: Brandeniers
Description: Een starter thama
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: brandeniers
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready



/* Algemene styling */

body {
  background: #fff;
  color: #0d1d41;
  margin: 0px;
  font-family: "poppins", sans-serif;
}

.verbergen {
  display: none !important;
}

html {
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  hyphens: auto;
}

/* Default font sizes (for screens wider than 980px) */
h1 {
  font-size: 60px;
  font-family: "geom-graphic", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  margin-block-start: 0px;
  margin-block-end: 0px;
  text-shadow: 0px 3px 6px #1b676b89;
  line-height: 1.3em;
}

h2 {
  font-size: 40px;
  font-family: "geom-graphic", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  margin-block-start: 0px;
  margin-block-end: 0px;
  line-height: 1.2em;
}

h3 {
  font-size: 25px;
  font-family: "geom-graphic", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  margin-block-start: 0px;
  margin-block-end: 0px;
  line-height: 1.6em;
}

h4 {
  font-size: 25px;
  font-family: "geom-graphic", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  margin-block-start: 0px;
  margin-block-end: 0px;
}

h5 {
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-block-start: 0px;
  margin-block-end: 0px;
  font-family: "geom-graphic", sans-serif;
  margin-bottom: 14px;
}

.content-inleiding-row h5,
.usp-inleiding h5 {
  opacity: 0.35 !important;
}

h6 {
  font-size: 20px;
  font-family: "geom-graphic", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  margin-block-start: 0px;
  margin-block-end: 0px;
}

p {
  font-size: 16px;
  line-height: 1.6;
}

/* Media query for screens up to 980px wide */
@media (max-width: 980px) {
  h1 {
    font-size: 50px;
  }
  h2 {
    font-size: 35px;
  }
  h3 {
    font-size: 28px;
  }
  h4 {
    font-size: 22px;
  }
  h5 {
    font-size: 20px;
  }
  h6 {
    font-size: 18px;
  }
}

/* Media query for screens up to 767px wide */
@media (max-width: 767px) {
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 20px;
  }
  h5 {
    font-size: 18px;
  }
  h6 {
    font-size: 16px;
  }

  p {
    font-size: 15px;
  }
}

/* Media query for screens up to 500px wide */
@media (max-width: 479px) {
  h1 {
    font-size: 27px;
  }
  h2 {
    font-size: 25px;
  }
  h3 {
    font-size: 18px;
  }
  h4 {
    font-size: 17px;
  }
  h5 {
    font-size: 15px;
  }
  h6 {
    font-size: 13px;
  }
  p {
    font-size: 14px;
  }
}

a:-webkit-any-link {
  text-decoration: none;
  color: #3382de;
}

.text-light {
  color: white;
}

.text-rood {
  color: #930d27;
}

.text-blauw {
  color: #3382de;
}

.container {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.sectie {
  padding-top: 54px;
  padding-bottom: 54px;
}

/* header-menu */

.navigatie-header {
  padding-bottom: 27px;
  padding-top: 27px;
}
.navigatie-header a {
  color: #000;
}

header {
  z-index: 999;
}

.navigatie-header ul {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  align-items: center;
  margin: 0px;
  flex-wrap: wrap;
}

.navigatie-header li {
  list-style-type: none;
  font-size: 18px;

  padding-left: 31px;
}

@media all and (max-width: 1400px) {
  .navigatie-header li {
    font-size: 14px;
  }
}
@media all and (max-width: 1200px) {
  .navigatie-header li {
    font-size: 11px;
  }
}
.navigatie-header li a {
  text-decoration: none;
}

.menu-container {
  display: grid;
  grid-template-columns: 1fr 5fr;
}

.logo-div {
  display: flex;
  align-items: center;
}

.logo-div img {
  min-width: 200px;
}

#mobile-logo {
  display: none;
}
#mobile {
  display: none;
}
#desktop {
  display: block;
}
.hidden {
  display: none;
}

@media only screen and (max-width: 1100px) {
  #desktop {
    display: none;
  }
  #mobile-logo {
    display: block;
  }

  #mobile {
    display: flex;

    align-items: center;
    padding: 10px;

    border-bottom: 4px solid #fff;
    justify-content: flex-end;
  }

  .menu-icon {
    font-size: 40px;
    cursor: pointer;
    color: #007bff;
    z-index: 999;
  }

  .logo {
    align-items: center;
    position: absolute;
    width: 100%;
    text-align: center;
  }

  .logo img {
    margin-right: auto;
    margin-left: auto;
    width: 150px;
    height: auto;
    margin-top: -35px;
  }

  nav {
    top: 58px;
    right: 0;
    height: 100%;
    width: 100%;
    background-color: #fff;
    transform: translateX(-100%);
    transition: transform 0.3s ease-in-out;
  }

  nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    border: 1px solid #fff;
    gap: 10px;
    display: flex;
    flex-direction: column;
  }

  nav ul li {
  }
  #mobile-menu > ul > li:nth-child(5) {
    border-bottom: 0px !important;
  }

  nav ul li a {
    color: white;
    text-decoration: none;
    display: block;
    text-align: center;
  }

  #mobile-menu.show {
    transform: translateX(0);
    z-index: 999;
    display: block;
    height: auto;
    /* margin-top: 60px; */
    padding: 4px;
  }

  #mobile-menu .knop-a {
    padding: 15px 0px 20px 0px;
    font-size: 16px;
    margin-bottom: 5px;
    margin-top: 10px;
  }

  .hidden {
    display: none;
  }
}

/* Hide the sub-menu by default */
.menu-item-has-children .sub-menu {
  display: none;
  position: absolute;
  background-color: #fff;
  list-style: none;
  padding: 0;
  margin: 0;
  -webkit-box-shadow: 3px 3px 25px 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 3px 3px 25px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 3px 3px 25px 3px rgba(0, 0, 0, 0.4);
  width: 200px;
  padding: 16px;
}

/* Show the sub-menu when the parent is hovered (Desktop) */
.menu-item-has-children:hover .sub-menu {
  display: block;
  z-index: 1000;
}

/* Style the dropdown items */
.sub-menu li {
  padding: 10px;
}

/* Align the dropdown under the parent */
.menu-item-has-children {
  position: relative;
}

/* Mobile-specific submenu styles */
#mobile-menu .menu-item-has-children:hover .sub-menu {
  position: relative;
}

#mobile-menu .sub-menu {
  display: none;
  position: relative;
  background-color: #fff;
}

#mobile-menu .show-submenu {
  display: block;
  width: inherit;
  box-shadow: none;
  padding: inherit;
}

/* Add Font Awesome right arrow next to parent menu items with children */
.menu-item-has-children > a::after {
  font-family: "Font Awesome 5 Free"; /* Specify Font Awesome */
  content: "\f078"; /* Unicode for right chevron */
  font-weight: 900; /* Required for solid Font Awesome icons */
  margin-left: 10px; /* Space between text and icon */
  font-size: 12px; /* Adjust the size of the arrow */
  display: inline-block;
}

/* On mobile, change the arrow direction when submenu is open */
#mobile-menu .menu-item-has-children > a::after {
  content: "\f054"; /* Right arrow initially (Font Awesome) */
}

#mobile-menu .menu-item-has-children.show-submenu > a::after {
  content: "\f078"; /* Down arrow when submenu is open (Font Awesome) */
}

/* rows */

:root {
  --column-gap: 60px; /* Adjust the gap size as needed */
  --row-gap: 30px; /* Adjust the gap size as needed */
}

section {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.row {
  display: flex;
  flex-wrap: wrap;
  width: calc(
    100% + var(--column-gap)
  ); /* Expand the row's width to account for the gap */
  /* margin-left: calc(-0.5 * var(--column-gap)); Offset the row's left margin */
  row-gap: var(--row-gap);
  column-gap: var(--column-gap); /* Use gap to create space between columns */
}

.column {
  box-sizing: border-box; /* Ensures padding doesn't affect the column width */
  position: relative;
}

/* Full width column */
.column.column_1_1 {
  flex: 0 0 calc(100% - var(--column-gap));
}

/* Half width column */
.column.column_1_2 {
  flex: 0 0 calc(50% - var(--column-gap));
}

/* One-sixth width column */
.column.column_1_6 {
  flex: 0 0 calc(16.666% - var(--column-gap));
}

/* One-third width column */
.column.column_1_3 {
  flex: 0 0 calc(33.333% - var(--column-gap));
}

/* One-fourth width column */
.column.column_1_4 {
  flex: 0 0 calc(25% - var(--column-gap));
}

/* One-fifth width column */
.column.column_1_5 {
  flex: 0 0 calc(20% - var(--column-gap));
}

/* Two-sixths width column (equivalent to one-third) */
.column.column_2_6 {
  flex: 0 0 calc(33.333% - var(--column-gap));
}

/* Four-sixths width column (equivalent to two-thirds) */
.column.column_4_6 {
  flex: 0 0 calc(66.666% - var(--column-gap));
}

/* Two-thirds width column */
.column.column_2_3 {
  flex: 0 0 calc(66.666% - var(--column-gap));
}

/* Two-fifths width column */
.column.column_2_5 {
  flex: 0 0 calc(40% - var(--column-gap));
}

/* Three-fourths width column */
.column.column_3_4 {
  flex: 0 0 calc(75% - var(--column-gap));
}

/* Three-fifths width column */
.column.column_3_5 {
  flex: 0 0 calc(60% - var(--column-gap));
}

/* Four-fifths width column */
.column.column_4_5 {
  flex: 0 0 calc(80% - var(--column-gap));
}

@media all and (max-width: 980px) {
  .column.column_1_1 {
    flex: 0 0 calc(100% - var(--column-gap));
  }

  .column.column_1_2 {
    flex: 0 0 calc(50% - var(--column-gap));
  }

  .column.column_1_3,
  .column.column_1_6 {
    flex: 0 0 calc(100% - var(--column-gap)); /* Adjusted to 50% for better layout */
  }

  .column.column_1_4,
  .column.column_1_5,
  .column.column_2_3,
  .column.column_2_5,
  .column.column_3_4,
  .column.column_3_5,
  .column.column_4_5,
  .column.column_2_6,
  .column.column_4_6 {
    flex: 0 0 calc(100% - var(--column-gap)); /* Stack columns on top of each other */
  }
}

@media (max-width: 479px) {
  section {
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
  }

  .column {
    flex: 0 0 calc(100% - var(--column-gap)); /* All columns take full width */
  }

  .row {
    flex-direction: column; /* Stack all columns vertically */
    row-gap: var(--row-gap);
    column-gap: var(--column-gap); /* Keep the gap between rows */
    width: auto;
  }
}

/* Hero */

.hero {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 0px;
  padding-top: 0px;
}
.hero .titel-container {
  border-radius: 25px;
  background-size: cover;
  background-repeat: no-repeat;

  top: 0px;
  left: 0px;
  height: 96%;
  width: 96%;
  margin-left: 2%;
  margin-right: 2%;

  display: flex;
  flex-direction: column;
  justify-content: center;
}

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

.hero .titel-container {
  min-height: 75vh;
}

@media all and (min-width: 981px) {
  .hero-content {
    width: 700px;
  }
}
.hero-content {
  margin: auto;
  text-align: center;
  color: white;
  text-wrap-style: balance;
  max-width: 80%;
}

.hero-subtitle-row {
  text-align: center;
  text-wrap-style: balance;
}

.hero-content p {
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.hero-title-row {
  /* padding-top: 10vh; */
}

@media all and (max-width: 500px) {
  .hero-title-row {
    /* padding-top: 10vh; */
  }
}

#field_1_60 {
  display: none;
}

.quickscan-rij {
  padding: 108px 5% 54px 5%;
  z-index: 2;
  position: relative;
  margin-bottom: -150px;
}

.quickscan-rij > .quickscan-knop-kolom {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

@media all and (max-width: 980px) {
  .quickscan-rij {
    padding: 54px 5% 54px 5%;
  }

  .quickscan-rij > .quickscan-knop-kolom {
    justify-content: flex-start;
  }
}

.image-content.hero-laadpaal-image {
  margin-bottom: -100px;
  display: block;
  z-index: 3;
}

.image-content img {
  border-radius: 10px;
}

/* secties / rows */

section.donkerblauwe-sectie {
  background-color: #0d1d41;
}

.licht-blauwe-achtergrond {
  background-color: #3382de;
}

.witte-achtergrond {
  background-color: #fff;
}

section.grijs-sectie {
  background-color: #faf8f5;
}

.border-radius-10 {
  border-radius: 10px;
}

/*--streepjes--*/
.het-streepje,
.het-streepje3,
.het-streepje4 {
  text-decoration: underline;
  text-decoration-color: #02cdf2;
  text-underline-offset: 6px;
}

/* .het-streepje:after {
  content: "";
  background-image: url(/wp-content/uploads/2024/08/streep11.svg);
  width: 100%;
  height: 14px;
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -4px;
}
*/

.het-streepje2 {
  display: inline-block;
  width: fit-content;
}

.het-streepje2:after {
  /* background-image: url(https://laadsubsidie.com/wp-content/uploads/2024/08/streepje1-1.svg); */
  background-color: #007bff;
  width: 100%;
  display: block;
  /* position: absolute; */
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -3px;
  content: "";
  /* position: absolute; */
  /* inset: 0; */
  height: 3px;
}

/*
h2 .het-streepje3:after {
  content: "";
  background-image: url(/wp-content/uploads/2024/08/streep3.svg);
  width: 100%;
  height: 16px;
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -13px;
  background-position: bottom;
}

.het-streepje4:after {
  content: "";
  height: 3px;
  width: 100%;
  background-color: #02cdf2;
  position: absolute;
  left: 0;
  bottom: 0;
} */

/* #intro h1 span {
  border-bottom: 3px solid #3381dc;
  width: fit-content;
} */

@media all and (max-width: 767px) {
  .het-streepje4:after {
    display: none;
  }
}

/*image */

img {
  max-width: 100%;
  height: auto;
  width: 100%;
}

.image-content {
  display: inline-block;
  position: relative;
  max-width: 100%;
  width: 100%;
}

section.subsidie-info {
  border-radius: 25px;
  padding-top: 200px;
  padding-bottom: 400px;
}

.single-partner section.subsidie-info {
  padding-bottom: 200px;
}

.subsidie-bg-border {
  background-color: #0d1d41;
  border-radius: 25px;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 96%;
  width: 96%;
  margin-left: 2%;
  margin-right: 2%;
}

.quote-tekst-blok {
  background: white;
  max-width: 426px;
  border-radius: 10px;
  padding: 5%;
  bottom: -50px;
  right: -50px;
  position: absolute;
}

@media all and (max-width: 980px) {
  .quote-tekst-blok {
    right: inherit;
  }
}

@media all and (max-width: 500px) {
  .quote-tekst-blok {
    position: relative;
    bottom: 0px;
  }
}

/*---page----*/

.page {
  background-color: white;
}

.entry-header {
  display: none;
}

.entry-content {
  width: 80%;
  margin: auto;
  background-color: white;
  border-radius: 25px;
  padding: 5%;
}

.site-main .page {
  background-image: url(https://laadsubsidie.com/wp-content/uploads/2024/08/Group-4979-e1724767290622.png);
  background-size: cover;
  border-radius: 25px;
  padding-top: 54px;
  padding-bottom: 54px;
  position: relative;
}

#intro {
  padding-bottom: 70px;
}

/* buttons */

.button {
  border-radius: 5px;
  text-decoration: none !important;
  text-transform: uppercase;
  color: white;
  padding: 16px 22px 16px 22px;
  display: inline-block;
  font-weight: bold;
  font-family: "geom-graphic", sans-serif;
  transition: 300ms ease-in all;
}

.button:hover {
  opacity: 0.8;
}

.button.button-rood {
  background-color: #8c0c25;
  color: white;
}

.button.button-blauw {
  background-color: #3382de;
  color: white;
}

.button.button-wit {
  background-color: white;
  color: #000000;
}

.button.button-transparant {
  background-color: none;
  color: #fff;
  border: 1px solid #fff;
}

.button.button-transparant-blauw {
  background-color: none;
  color: #3382de;
  border: 1px solid #3382de;
}

.menu-cta > a {
  padding: 10px 20px 10px 20px;
  background-color: #8c0c25;
  color: white;
  font-weight: bold;
  font-family: "geom-graphic", sans-serif;
  border-radius: 5px;
  text-transform: uppercase;
}

.menu-cta {
  transition: 300ms ease-in all;
}

.menu-cta.lichtblauw > a {
  background-color: #3382de;
}

.menu-cta.donkerblauw > a {
  background-color: #0d1d41;
}

.menu-cta:hover {
  opacity: 0.8;
}

#breadcrumbs a,
#breadcrumbs {
  color: #ffffffcc;
  text-transform: uppercase;
}

.breadcrumb_last {
  display: none;
}

.breadcrumbs.row {
  padding-bottom: 0px;
}

section.parkeerplaats-achtergrond {
  height: 70vh;
  background-image: url(/wp-content/uploads/2024/08/aerial-view-of-cars-at-car-park-almost-empty-park-2024-06-10-16-51-13-utc.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

@media all and (max-width: 980px) {
  section.parkeerplaats-achtergrond {
    height: 40vh;
  }
}

section.parkeerplaats-achtergrond:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: absolute;
  display: block;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.5004595588235294) 0%,
    rgba(255, 255, 255, 0.5032606792717087) 60%,
    rgba(255, 255, 255, 1) 100%
  );
}

.home section.producten {
  margin-top: -400px;
}

.page-id-233 .producten-titel-rijtje {
  display: none;
}

.producten h3 {
  padding-top: 40px;
}

.product h5 {
  border-bottom: 1px solid #3382de;
  margin-bottom: 27px;
  padding-bottom: 27px;
  color: #00000054;
}

.product-image:after {
  content: "";
  background-image: url(/wp-content/uploads/2024/08/blauw-vlak.svg);
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0px;
  left: 0px;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
  background-position: bottom;
}
.product-image img {
  z-index: 2;
  position: relative;
  aspect-ratio: 16 / 9;
}

.compatible h2 {
  text-align: center;
}

.compatible {
  overflow-x: hidden;
}
@media all and (max-width: 980px) {
  .compatible .marquee {
    padding-top: 54px;
    padding-bottom: 54px;
  }
  .compitable-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media all and (max-width: 500px) {
  .compitable-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

/*flickety slider*/

.home-slider {
	padding-top: 0px;
	padding-bottom: 0px;
}

.slider-container {
  margin: 0 auto;
}

.tabs {
  display: flex;
  justify-content: flex-start; /* Align items to the start */
  justify-content: space-between;
  white-space: wrap;
  margin-bottom: 20px;
  border-bottom: 1px solid #3382de;
  flex-wrap: wrap;
}

.tabs .active {
  scroll-margin-left: 20px; /* Adjust as needed */
}

@media all and (max-width: 980px) {
  .tabs {
    justify-content: inherit;
  }
}

.tab {
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  background: transparent;
  text-transform: uppercase;
}

.tab.active {
  font-weight: bold;
  color: #007bff;
  border-bottom: 4px solid #007bff;
}

.workflow .carousel-cell .text-content {
  text-align: center;
  max-width: 800px;
  margin: auto;
  padding-left: 5%;
  padding-right: 5%;
}

.text-content a {
  text-decoration: underline;
}

.workflow .carousel-cell h2 {
  padding-bottom: 14px;
}

.main-carousel {
  width: 100%;
}

.carousel-cell {
  width: 100%;
}

.quote-sectie {
  margin-top: -100px;
}

.testimonial {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 70%;
  margin: auto;
}

.profile-image {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
}

.quote {
  font-weight: bold;
  color: #000;
  text-align: center;
}

.author {
  margin-top: 10px;
  font-size: 1em;
  color: #666;
}

.flickity-prev-next-button {
  background-image: url(/wp-content/uploads/2024/08/arrow-laadsub.svg);
  width: 50px;
  height: 50px;
  color: #fff;
  border-radius: 5px;
  background-position: center;
}

.flickity-prev-next-button:hover {
  background-image: url(/wp-content/uploads/2024/08/arrow-laadsub.svg);
  width: 50px;
  height: 50px;
  background-position: center;
  padding-inline: 0px;
  padding-block: 0px;
  opacity: 0.75;
}

.flickity-prev-next-button.previous {
  transform: scale(-1, 1) translateY(-50%);
}

.flickity-prev-next-button .flickity-button-icon {
  display: none;
}

@media all and (max-width: 767px) {
  .flickity-prev-next-button {
    display: none;
  }

  .testimonial {
    max-width: 100%;
  }
}

/*----Partner worden----*/

section.partner-worden .row {
  padding: 54px 5% 54px 5%;
}

section.partner-worden .column_1_3 {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}

@media all and (max-width: 1400px) {
  .double-button-wrapper a.button.button-transparant {
    margin-bottom: 12px;
  }

  section.partner-worden .column_1_3 {
    align-items: flex-start;
    flex: 100%;
  }
}

:root {
  --color-text: white;
  --color-bg-accent: transparent;
  --size: clamp(10rem, 1rem + 40vmin, 30rem);
  --gap: 25px /*calc(var(--size) / 5); */;
  --duration: 90s;
  --scroll-start: 0;
  --scroll-end: calc(-100% - var(--gap));
}

* {
  box-sizing: border-box;
}

.marquee {
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: 25px;
  mask-image: linear-gradient(
    var(--mask-direction, to right),
    hsl(0 0% 0% / 0),
    hsl(0 0% 0% / 1) 20%,
    hsl(0 0% 0% / 1) 80%,
    hsl(0 0% 0% / 0)
  );
}

.marquee__group {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: var(--gap);
  min-width: 100%;
  animation: scroll-x var(--duration) linear infinite;
}

.marquee__group > div:nth-child(odd) {
  margin-top: 150px;
}

section.compatible .marquee__group > div:nth-child(odd) {
  margin-top: 0px;
}

@media (prefers-reduced-motion: reduce) {
  .marquee__group {
    animation-play-state: paused;
  }
}

.marquee--reverse .marquee__group {
  animation-direction: reverse;
  animation-delay: -3s;
}

@keyframes scroll-x {
  from {
    transform: translateX(var(--scroll-start));
  }
  to {
    transform: translateX(var(--scroll-end));
  }
}

/* Element styles */
.marquee .image-slider-container {
  display: grid;
}
.marquee img {
  height: 22vw;
  place-items: center;
  aspect-ratio: 1 / 1;
  fill: var(--color-text);
  background: transparent;
  padding: 0%; /*calc(var(--size) / 10);*/
  border-radius: 5px;
  object-fit: cover;
}

.compatible .container {
  width: 100%;
}
.compatible .marquee img {
  height: 13vw;
  padding-left: 20%;
  padding-right: 20%;
  object-fit: contain;
}

@media (max-width: 768px) {
  .marquee img {
    width: 175px;
  }
}

@media (max-width: 500px) {
  .marquee img {
    width: 50vw;
    height: 50vw;
  }
}
/* Parent wrapper */
.wrapper {
  /* display: flex; */
  flex-direction: column;
  /* margin: auto; */
  /* max-width: 100vw; */
  /* margin-top: -50px; */
}

@keyframes fade {
  to {
    opacity: 0;
    visibility: hidden;
  }
}

.partner-worden-ul,
.usp-checkmark-ul {
  list-style: none; /* Remove default bullets */
  padding-left: 0; /* Remove padding */
}

.usp-checkmark-ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "geom-graphic", sans-serif;
}

@media all and (max-width: 980px) {
  .usp-checkmark-ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
}

@media all and (min-width: 981px) {
  .partner-worden-ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

.partner-worden-ul li,
.usp-checkmark-ul li {
  position: relative; /* Position relative to add the checkmark */
  padding-left: 25px; /* Adjust padding to make space for the checkmark */
}

/* Checkmark for .partner-worden-ul */
.partner-worden-ul li::before {
  content: url(/wp-content/uploads/2024/08/checkmark-donker.svg);
  position: absolute;
  left: 0;
  top: 0;
  width: 20px; /* Adjust the size of the checkmark */
  height: 20px;
}

/* Checkmark for .usp-checkmark-ul */
.usp-checkmark-ul li::before {
  content: url(/wp-content/uploads/2024/08/checkmark-licht.svg);
  position: absolute;
  left: 0;
  top: 0;
  width: 20px; /* Adjust the size of the checkmark */
  height: 20px;
}

/*gravityforms*/

.formulier-toggle {
  display: none;
}

/* Style the input fields to match the design */
#input_6_6,
.gform_wrapper .gfield input[type="select"],
.gform_wrapper .gfield input[type="textarea"],
.gform_wrapper .gfield input[type="text"],
.gform_wrapper .gfield input[type="email"],
.gform_wrapper .gfield input[type="url"],
.gform_wrapper .gfield input[type="tel"],
.gform_wrapper .gfield input[type="number"],
.gform_wrapper .gfield select {
  width: 100%;
  color: white;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #e0e0e0;
  font-size: 16px;
  font-family: "poppins", sans-serif;
  background: #ffffff26;
}

.gform_wrapper .gfield input::placeholder,
.gform_wrapper .gfield textarea::placeholder {
  font-family: "poppins", sans-serif;
  color: #ffffff99;
}

#gform_6 > div.gform_footer.top_label {
  padding-top: 0px;
}

/* Customize labels to make them bold and similar in style */
.gform_wrapper .gfield_label {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 5px;
}

/* Style the submit button to match the design */
#gform_submit_button_1,
.gform_next_button,
.gform_wrapper .gform_footer .gform_button {
  background-color: #3382de;
  color: #fff;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 5px;
  cursor: pointer;
  font-family: "geom-graphic", sans-serif;
}

#input_6_6 {
  height: 433px;
  border-radius: 5px;
}

@media all and (max-width: 767px) {
  #input_6_6 {
    height: 200px;
  }

  .gfmc-container {
    display: block !important;
  }
}

.gform_previous_button {
  font-family: "geom-graphic", sans-serif;
}

.gfmc-container {
  column-gap: 50px !important;
}

#gform_wrapper_6 > div.gform_heading > p {
	display: none;
}

#contactform {
  padding-bottom: 0px;
}

/* Adjust spacing and alignment */
.gform_wrapper .gform_footer {
  display: flex;
  justify-content: flex-end;
}

.gform_wrapper .gfield {
  flex: 1;
}

.gform_ajax_spinner {
  max-width: 100%;
  width: 50px;
  display: block;
  margin: 20px auto;
}

.page-template-contact textarea.small {
  height: 209px !important;
  border-radius: 5px;
  border: 1px solid #e0e0e0;
}

/* Footer */

.sectie.footer {
  padding-bottom: 27px;
}
.voeter {
  display: flex;
}
.voeter a {
}
.voeter li {
  padding-bottom: 10px;
}
.voeter ul {
  list-style-type: none;
  padding-left: 0px;
}
.footer-kolom {
  width: 25%;
  padding-right: 54px;
}
.social-links {
  display: flex;
}
.social-links li {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}
.footer-kolom img {
  width: 100%;
}
.subvoeter {
  background-color: #fff;
}
.subvoeter > div {
  border-top: 1px solid #3382de;
  padding-top: 27px;
  padding-bottom: 27px;
  text-align: center;
}

.footer-logo-row {
  justify-content: center;
}

.footer-logo-row > div {
  text-align: center;
}

.footer-logo-row img {
  max-width: 300px;
}

.subvoeter a {
}

@media only screen and (max-width: 600px) {
  .voeter {
    display: block;
  }
  .footer-kolom {
    width: 100%;
    padding-right: 0px;
  }
  .footer-kolom img {
    display: none;
  }
}

/*---partners----*/

.single-partner .menu-cta-algemeen {
  display: none;
}

.single-partner .custom-logo-link:before {
  content: "Partner van:";
  color: #3382de;
  font-family: "geom-graphic", sans-serif;
  display: block;
}

.single-partner .custom-logo-link {
  transform: scale(0.7);
}

/*---cta sectie ----*/

#quickscan-cta-sectie {
  background-image: url(/wp-content/uploads/2024/09/Header-illustratie-test-kopie.svg);
  background-size: cover;
  padding-top: 108px;
  padding-bottom: 108px;
}

.quickscan-rij-cta {
  padding: 54px 5% 54px 5%;
}

/*---voor wie---*/

.branches-kolom {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  min-width: 100%;
  text-align: center;
  gap: 27px;
}
@media all and (max-width: 1100px) {
  .branches-kolom {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

@media all and (max-width: 980px) {
  .branches-kolom {
    grid-template-columns: 1fr 1fr;
  }
}

.branches-kolom img {
  width: 40px;
  height: 40px;
}

.branches-titel h2 {
  text-align: center;
  margin: auto;
  max-width: 600px;
}
.page-id-223 #quickscan-cta-sectie {
  padding-bottom: 0px;
  background-position: bottom;
}
.page-id-223 #quickscan-cta-sectie > .container {
  margin-bottom: -100px;
  z-index: 2;
  position: relative;
}

/*----FAQ---*/

.faq-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.faq-section {
  width: 48%; /* Take up about 50%, adjust for margins/gap */
  margin-bottom: 20px;
  background-color: #faf8f5;
  padding: 27px;
  border-radius: 5px;
}

@media all and (max-width: 980px) {
  .faq-section {
    width: 100%;
  }
}

.faq-subject {
  font-size: 18px;
  color: #007bff; /* Adjust the color to match your design */
  text-transform: uppercase;
  margin-bottom: 10px;
}

.faq-list {
  list-style-type: none;
  padding-left: 0;
  gap: 12px;
  display: flex;
  flex-direction: column;
}

.faq-item {
  margin-bottom: 10px;
  border-bottom: 1px solid #3383de29;
}

.faq-question {
  padding: 10px;
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 54px;
  margin-bottom: 16px;
}

.faq-answer {
  display: none;
  color: #0d1d41b3;
  padding-bottom: 33px;
  padding-left: 30px;
}

.faq-toggle {
  border: none;
  font-size: 16px;
  cursor: pointer;
  color: #007bff;
  padding: 0;
  margin: 0;
  font-weight: bold;
  background-image: url(/wp-content/uploads/2024/09/pijltje-faq.svg);
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 0px;
}

.opened .faq-toggle {
  transform: rotate(180deg);
}

.faq-titel {
  font-weight: bold;
  margin-left: 19px;
}

.faq-titel:before {
  content: "";
  position: absolute;
  display: block;
  background-image: url(/wp-content/uploads/2025/11/path.svg);
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  object-fit: contain;
  /* left: 7px; */
  margin-left: -22px;
  margin-top: 8px;
}

/* Single producten */

.specificatie-item {
  display: grid;
  padding-bottom: 10px;
  grid-template-columns: 180px 1fr;
}

.specificatie-kolom {
  background: #e4eefa;
  padding: 27px;
}

.specificaties-list {
  padding: 0px;
}

/*---usp section ---*/

.usp-section {
  text-align: center;
  text-wrap-style: balance;
	
}
.usp-section h5 {
  color: #000000;
}

.usp-section h3.usp-titel {
  color: #3382de;
  max-width: 276px;
  margin: auto;
}

.usp-inleiding-row {
  max-width: 1200px;
  margin: auto;
}

.content-inleiding {
  text-align: center;
  text-wrap-style: balance;
  max-width: 1000px;
  margin: auto;
}

.gallery-slider {
  background-image: url(http://laadsubsitie-it.local/wp-content/uploads/2025/11/Header-illustratie-test-kopie2.svg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  padding-top: 0px;
}

.content-tekst h3 {
  color: #007bff;
  text-wrap-style: balance;
}

.content-tekst ul li {
  list-style: none;
}

.content-tekst ul li:before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #007bff;
  position: absolute;
  margin-left: -33px;
  margin-top: 8px;
}

.content-afbeelding img {
  border-radius: 5px;
}
.content-inleiding,
.content-row:not(:last-child) {
  padding-bottom: 30px;
}

.content-row h5 {
  color: #3382de;
}

.blauwe-underline {
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
}

.blauwe-underline::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 95%;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 10' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M 0,8 Q 50,2 100,6' stroke='%233381DC' stroke-width='2' fill='none'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
