/*
Theme Name: Promozaad
Theme URI: http://www.swiftweb.nl;
Author: SwiftWeb
Author URI: http://www.swiftweb.nl;
Description: Maatwerk website Promozaad
Version: 1.0
*/

:root {
  --groen: #41503C;
  --donkergroen: #2B3428;
  --lichtgroen: #E0F1DA;
  --felgroen: #59E85F;
  --groenvariant: #4C5B47;
  --element-padding: 0 0 100px 0;
  --element-margin: 0 0 100px 0;
  --smaller-section-padding: 80px 0;
  --border-radius: 30px;
  --desktop-margin: 150px 0;
}

body > div.container {
  padding-bottom: 100px;
}

body.home > div.container,
body.zadenzakjes > div.container,
body.specials > div.container,
body.loonafvullen > div.container,
body.over-ons > div.container  {
  padding-bottom: 0;
}

body.page {
  background-color: var(--groen);
}

body .last-section{
  background-color: white;
}

footer {
  background-color: white !important;
}

* {
  padding: 0;
  margin: 0;
}

html {
  scroll-behavior: smooth;
}


img {
  max-width: 100%;
}

body {
  color: var(--donkergroen);
  position: relative;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
}


h1 {
  font-size: clamp(35px, 4vw, 50px);
  font-weight: 300;
  margin-bottom: 20px;
  text-wrap: balance;
  color: var(--lichtgroen);
}

h1 span {
  color: var(--felgroen);
  font-family: "Handlee", cursive;
}

h2 {
  font-size: clamp(26px, 3.5vw, 40px);
  margin-bottom: 20px;
  font-weight: 300;
  color: var(--lichtgroen);
}

h2 span {
  font-family: "Handlee", cursive;
  color: var(--felgroen);
  font-weight: 400;
}

h3 {
  font-size: clamp(24px, 3vw, 30px);
  font-weight: 400;
  margin-bottom: 10px;
  color: var(--lichtgroen);
}

h3 span {
  font-family: "Handlee", cursive;
  color: var(--felgroen);
  font-weight: 400;
}

h4 {
  font-size: clamp(24px, 2.5vw, 24px);
  line-height: 35px;
  color: var(--lichtgroen);
}

h5 {
  font-size: clamp(14px, 2vw, 14px);
}

h6 {
  font-size: clamp(12px, 1.5vw, 14px);
}

p {
  font-size: clamp(15px, 1.5vw, 15px);
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 25px;
  color: var(--lichtgroen);
}

a {
  font-size: clamp(15px, 1.5vw, 15px);
  line-height: 28.8px;
  font-weight: 400;
  color: var(--lichtgroen);
  display: inline-block;
  border-radius: var(--border-radius);
  text-decoration: underline;

}

a:hover {
  color: var(--lichtgroen);
}

strong {
  font-weight: bold;
}

html {
  scroll-behavior: smooth;
}

p:empty {
  margin: 0;
}

ul li:not(header ul li),
ol li:not(header ol li) {
  font-size: clamp(16px, 1.5vw, 16px);
  position: relative;
  line-height: 36px;
  color: var(--lichtgroen);
}

ul li:last-child,
ol li:last-child {
  margin-bottom: 0;
}

header ul li {
  list-style: none;
}

ul:not(header ul), ol {
  padding-left: 20px;
}

/* Theme CSS */


.vc_row-o-equal-height .wpb_wrapper {
  height: 100%;
}

header {
  background-color: var(--donkergroen);
  border-radius: 0 0 30px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 27.5px 50px;
  position: relative;
}

header a {
  color: var(--lichtgroen);
}

header a:hover {
  color: var(--lichtgroen);
}

header ul {
  margin-bottom: 0;
}

.header-section {
  width: 100%;
}

.header-section a {
  text-decoration: none;
}

.primary-menu-nav ul {
  display: flex;
  gap: 30px;
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translate(50%, -50%);
}

.container {
  max-width: 1290px;
}

.pz-btn {
  position: relative;
  display: inline-block;
  padding: 0 50px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  overflow: hidden;
  transition: background-color 0.4s ease-in-out, border-color 0.4s ease-in-out, color 0.1s;
  z-index: 1;
  height: 50px;
  line-height: 50px;
  color: var(--donkergroen);
}

.pz-btn:hover {
  color: var(--donkergroen);
  text-decoration: none;
}

.label-up {
  display: flex;
  height: 100%;
  position: relative;
  top: 0%;
  transition: 0.4s;
  align-items: center;
  justify-content: center;
}

.pz-btn:hover .label-up {
  top:-100%;
}

.btn-donkergroen {
  background-color: var(--donkergroen);
}

.btn-lichtgroen {
  background-color: var(--lichtgroen);
}

.btn-felgroen {
  background-color: var(--felgroen);
}

.btn-transparant {
  background-color: transparent;
  border: 1px solid var(--donkergroen);
}

.button-container {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.nav-last-div .pz-btn {
  font-weight: 700;
  position: relative;
  padding: 0 25px;
  padding-left: 40px;
  font-size: 15px;
  height: 35px;
  line-height: 35px;
}

.nav-last-div .pz-btn::before {
  content: "";
  background-image: url(./img/Tel.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 14px;
  height: 14px;
  display: block;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.nav-last-div {
  display: flex;
  gap: 20px;
}

.primary-menu-nav .current-menu-item a {
  color: var(--felgroen);
}

.front-page-header {
  background-color: var(--groen);
  position: relative;
  padding-bottom: 100px;
  height: 70dvh;
  margin-top: -90px;
}

.front-page-header::before {
  content: "";
  background-image: url(./img/Vorm.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: -200px;
  right: 0;
  width: 942px;
  height: 100%;
  z-index: 1;
}

.header-background-image {
  position: absolute;
  width: 942px;
  height: 50%;
  top: 0;
  right: 0;
  z-index: 1;
}

.header-background-image img {
  width: 100%;
  height: 100%;
}

.front-page-header::after {
  content: "";
  background-image: url(./img/illustratie.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
  position: absolute;
  width: 100%;
  height: 290px;
  bottom: -40px;
  bottom: 0;
}

.front-page-inner {
  display: flex;
  align-items: center;
  padding-top: 100px;
}

.front-page-inner h1 {
  width: 75%;
  text-wrap: balance;
}

.front-page-right {
  flex-shrink: 0;
}

.front-page-inner img {
  width: 490px;
  height: 525px;
  object-fit: cover;
  position: relative;
  z-index: 2;
}

.usp-single::before {
  content: "";
  background-image: url(./img/pz-check.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 20px;
  height: 22px;
  flex-shrink: 0;
}

.usp-single {
  display: flex;
  align-items: flex-start;
  gap: 5px;
}

.usp-single p {
  margin-bottom: 0;
  font-weight: 600;
  font-size: clamp(18px, 1.5vw, 20px);
  line-height: 30px;
  color: var(--lichtgroen);
}

.pz-usps-inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}

.pz-banner {
  padding: var(--element-padding);
  position: relative;
  z-index: 1;

  margin-top: -50px;
}

.pz-banner .button-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.pz-banner-inner {
  background-color: var(--groenvariant);
  border-radius: var(--border-radius);
  display: flex;
  position: relative;
  padding: 50px 60px;
  margin-top: 85px;
  z-index: 3;
}

.pz-banner-inner .pz-banner-left img {
  position: absolute;
  bottom: 0;
  width: 352px;
  left: 58px;
}

.pz-banner h2 {
  font-size: clamp(30px, 4vw, 50px);
  color: var(--lichtgroen);
}

html[lang="en"] .pz-banner h2{
  font-size: clamp(30px, 4vw, 44px);
}

html[lang="fr"] .pz-banner h2 {
  font-size: clamp(30px, 4vw, 30px);
}

.pz-banner a {
  padding-left: 70px;
}

.pz-banner-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.pz-banner .pz-banner-right h2 span {
  font-family: "Nunito", sans-serif;
  color: var(--lichtgroen);
  font-weight: 300;
}

.pz-banner .pz-banner-right h2 span span {
  font-family: "Handlee", cursive;
  color: var(--felgroen);
  font-weight: 400;
}

.pz-banner-right h2 > span:last-child {
  margin-left: 50px;
}

.pz-banner-right h2 {
  color: var(--lichtgroen);
  width: 50%;
  text-wrap: balance;
  margin-bottom: 0;
}

.pz-banner-left p span {
  color: var(--felgroen);
  font-size: clamp(18px, 4vw, 22px);
  font-family: "Handlee", cursive;
  font-weight: 400;
  display: block;
}

.pz-banner-left p {
  font-size: 14px;
  background-color: var(--donkergroen);
  padding: 10px 20px;
  border-radius: 20px;
  width: fit-content;
  color: var(--lichtgroen);
  white-space: nowrap;
  text-align: center;
  margin-bottom: 0;
  margin-top: -25px;
  margin-left: -30px;
}

.pz-banner a:first-child::before {
  content: "";
  background-image: url(./img/Tel.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 14px;
  height: 14px;
  display: block;
  position: absolute;
  left: 64px;
  top: 50%;
  transform: translateY(-50%);
}

.pz-banner a:last-child::before {
  content: "";
  background-image: url(./img/pz-mail.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 14px;
  height: 14px;
  display: block;
  position: absolute;
  left: 50px;
  top: 50%;
  transform: translateY(-50%);
}

.pz-banner-background {
  position: absolute;
  top: 46%;
  transform: translateY(-50%);
  height: 450px;
  object-fit: cover;
}

.producten-category-single {
  border-radius: var(--border-radius);
  padding: 40px;
  background-color: var(--lichtgroen);
  position: relative;
  padding-top: 350px;
  text-align: center;
  margin-top: 30px;
}

.producten-category  .producten-category-single:first-child img {
  top: 30px;
  transform: translateX(-57%);
}

.producten-category-single p {
  margin-bottom: 30px;
  color: var(--donkergroen);
  font-weight: 700;
  font-size: clamp(14px, 4vw, 17px);
}

.producten-category-single img {
  position: absolute;
  left: 50%;
  top: -20px;
  transform: translateX(-50%);

  object-fit: contain;
}

.producten-category {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

.producten-section {
  background-color: var(--groen);
  position: relative;
  padding: var(--element-margin);
}

.pz-usps.background-no-color {
  padding: 30px 0 50px 0;
  position: relative;
  z-index: 2;
}

.assortiment-header h2 {
  color: var(--lichtgroen);
  font-size: clamp(26px, 3.5vw, 60px);
}

.assortiment-header {
  padding-top: 100px;
  margin-bottom: 50px;
  text-align: center;
}

.tekst-image-right p,
.tekst-image-right h2 {
  color: var(--donkergroen);
}

.assortiment-single {
  text-align: center;
}

.assortiment-single img {
  height: 240px;
  width: fit-content;
}

.assortiment-single .assortiment-titel {
  font-size: clamp(18px, 4vw, 22px);
  color: var(--felgroen);
  margin-top: 30px;
  min-height: 50px;
}

.assortiment-single p {
  color: var(--lichtgroen);
}

.assortiment-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
}

.producten-section::before {
  content: "";
  background-image: url(./img/vorm-links.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 850px;
  height: 100%;

}

.titel-opsomming-inner {
  display: flex;
  gap: 100px;
}

.titel-opsomming-inner .titel-opsomming-left {
  flex: 1;
}

.titel-opsomming-left h2 {
  color: var(--donkergroen);
}

.titel-opsomming-inner a {
  text-decoration: underline;
  font-size: clamp(16px, 1.5vw, 16px);
  color: var(--donkergroen);
}

.titel-opsomming-inner a:hover {
  color: var(--donkergroen);
}

.archive .archive-content .row > div:first-child a,
.archive .page-header-left a {
  color: var(--lichtgroen);
  text-decoration: underline;
}


.titel-opsomming-right ul li,
.zadenzakjes-single ul li,
.single-zadenzakje-content-right ul li,
.archive-content ul li {
  list-style: none;
  padding-left: 25px;
  color: var(--donkergroen);
}

.titel-opsomming-right ul li::before,
.zadenzakjes-single ul li::before,
.single-zadenzakje-content-right ul li::before,
.archive-content ul li::before {
  content: "";
  background-image: url(./img/pz-check.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 20px;
  height: 22px;
  display: inline-block;
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: 5px;
}

.titel-opsomming-section {
  padding-bottom: 200px;
  margin: var(--element-margin);
  position: relative;
}

.titel-opsomming-section::after {
  content: "";
  background-image: url(./img/Lijn\ met\ zaadzakje.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  width: 100%;
  height: 300px;
  bottom: 0;
}

.tekst-image-right h2 {
  font-size: clamp(20px, 1.5vw, 34px);
  font-weight: 400;
}

.tekst-image-inner {
  display: flex;
  align-items: center;
  gap: 100px;
}

.tekst-image-inner img {
  height: 375px;
  width: 100%;
}

.tekst-image-inner > div {
  z-index: 1;
  position: relative;
}

.tekst-image-section {
  position: relative;
  padding-bottom: 100px;
}

.pz-usps.background-no-color .pz-usps-inner {
  background-color: white;
  padding: 30px 60px;
  border-radius: var(--border-radius);
}

.pz-usps.background-no-color .pz-usps-inner p {
  color: var(--donkergroen);
}

.container-1 {
  max-width: 1290px;
  margin: auto;
  padding: 0 30px;
}

.info-grid-inner h3 {
  font-size: clamp(24px, 1.5vw, 24px);
  margin-bottom: 30px;
  color: var(--donkergroen);
}

.info-grid-inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}

.info-single {
  border-radius: var(--border-radius);

}

.info-single p {
  color: var(--donkergroen);
}

.info-single a {
  text-decoration: underline;
  color: var(--donkergroen);
}

.info-single img {
  margin-bottom: 30px;
}

.info-grid-section {
  padding: var(--element-padding);
  position: relative;
  z-index: 2;
}

footer {
  position: relative;
}

footer::before {
  content: "";
  background-image: url(./img/rand-footer.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
  position: absolute;
  width: 100%;
  height: 135px;
  display: block;
  top: -50px;
  left: 0;
  z-index: 4;
}

footer::after {
  content: "";
  background-image: url(./img/footer-illustratie.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  width: 100%;
  height: 398px;
  display: block;
  bottom: -45px;
  z-index: 4;
}

.front-page-left {
  position: relative;
  z-index: 1;

}

.front-page-left h1 {
  font-size: clamp(44px, 4vw, 65px);
  line-height: clamp(50px, 4vw, 80px);
}

.footer-inner {
  display: flex;
  padding-bottom: 150px;
  padding-top: 100px;
  position: relative;
  z-index: 5;
  gap: 100px;
}

footer a,
footer p,
.footer-bottom a,
.footer-bottom p {
  color: var(--donkergroen);
  text-decoration: none;
}

footer a:hover {
  color: var(--donkergroen);
  text-decoration: none;
}

.footer-info {
  display: flex;
  gap: 100px;
}

.footer-info p {
  margin-bottom: 0;
}

.footer-info a {
  display: flex;
  align-items: center;
  gap: 5px;
  line-height: 25px;
}

.footer-logo p {
  color: var(--felgroen);
}

.footer-call::before {
  content: "";
  background-image: url(./img/Tel.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 14px;
  height: 14px;
  display: inline-block;
}

.footer-info-contact a:last-child::before {
  content: "";
  background-image: url(./img/pz-mail.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 14px;
  height: 14px;
  display: inline-block;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  padding-top: 45px;
  height: 175px;
}

.footer-bottom-left {
  gap: 20px;
}

.footer-bottom-left,
.footer-bottom-right {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.footer-bottom a {
  font-size: 13px;
  text-decoration: underline;
}

.footer-bottom p {
  margin-bottom: 0;
  font-size: 13px;
}

.footer-bottom img {
  margin-bottom: 5px;
}

.over-ons-header {
  background-color: var(--groen);
  padding: var(--element-padding);
  position: relative;
  z-index: 2;
}

.over-ons-content {
  border-radius: var(--border-radius);
  padding: 60px;
  background-color: var(--lichtgroen);
  position: relative;
  z-index: 3;
}

.page-template-over-ons p,
.page-template-loonafvullen p {
  color: var(--donkergroen);
}

.page-template-over-ons .usp-single p,
.page-template-loonafvullen .usp-single p {
  color: var(--lichtgroen);
}

.over-ons-head {
  margin-top: 200px;
  text-align: center;
  margin-bottom: 75px;
  position: relative;
  z-index: 3;
}

.over-ons-content-top {
  display: flex;
  padding-bottom: 50px;
}

.over-ons-top-left h3 {
  color: var(--donkergroen);
}

.over-ons-top-left {
  padding-right: 50px;
  border-right: 1px solid var(--donkergroen);
  width: 41%;
  flex-shrink: 0;
}

.over-ons-top-left p {
  font-size: clamp(18px, 1.5vw, 25px);
  margin-bottom: 0;
  line-height: 35px;
}

.over-ons-top-right {
  padding-left: 50px;
}

.over-ons-top-right p:last-child {
  margin-bottom: 0;
}

.over-ons-top-right .button-container a {
  border: 1px solid var(--donkergroen);
}

.over-ons-top-right .button-container {
  margin-top: 30px;
  gap: 20px;
  display: flex;
}

.loonafvullen .over-ons-top-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.loonafvullen .over-ons-top-right a {
  padding-left: 70px;
}

.loonafvullen .over-ons-top-right a:first-child::before {
  content: "";
  background-image: url(./img/Tel.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 14px;
  height: 14px;
  display: block;
  position: absolute;
  left: 50px;
  top: 50%;
  transform: translateY(-50%);
}

.loonafvullen .over-ons-top-right a:last-child::before {
  content: "";
  background-image: url(./img/pz-mail.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 14px;
  height: 14px;
  display: block;
  position: absolute;
  left: 50px;
  top: 50%;
  transform: translateY(-50%);
}

.pz-page-header {
  background-color: var(--groen);
  padding-top: 225px;
  padding-bottom: 100px;
  margin-top: -150px;
}

.page-header {
  margin-top: -90px;
}

.pz-page-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 75px;
  padding: 0 50px;
  margin-bottom: -25px;
  position: relative;
  z-index: 2;
}

.archive .pz-page-header-inner {
  justify-content: center;
}

.specials .pz-page-header {
  padding-top: 125px;
}

.pz-page-header-inner .page-header-right {
  width: 250px;
  flex-shrink: 0;
}

.pz-page-header-inner p {
  color: var(--lichtgroen);
}

.zadenzakjes-single {
  display: flex;
  width: 100%;

}

.zadenzakjes-single h3 {
  color: var(--donkergroen);
}

.zadenzakjes-single p {
  color: var(--donkergroen);
}

.zadenzakjes-single > div:first-child {
  background-color: #D8E9D2;
  border-radius: 25px 0 0 25px;
  padding: 20px;
  width: 40%;
  display: flex;
}

.zadenzakjes-single > div:last-child {
  background-color: var(--lichtgroen);
  border-radius: 0 25px 25px 0;
  padding: 40px;
  flex: 1;
}

.zadenzakjes-content {
  background-color: var(--groen);
}

.zadenzakjes-single ul {
  margin-bottom: 30px;
}

.zadenzakjes-grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-bottom: 100px;
}

.zadenzakjes-single img {
  height: 300px;
  width: 100%;
  object-fit: contain;
  margin: auto;
}

.pz-page-header h3 {
  color: var(--felgroen);
  font-family: "Handlee", cursive;
}

.vc_row.vc_column-gap-10>.vc_column_container {
  padding: 0 !important;
}

.single .zadenzakjes-bottom {
  position: absolute;
  top: 25%;
  right: 0;
}

.single-special .zadenzakjes-bottom {
  position: absolute;
  top: 10%;
  right: 0;
}

.zadenzakjes-top  {
  position: absolute;
  top: 65px;
}

.zadenzakjes-bottom {
  position: absolute;
  top: 20%;
  right: 0;
}

.zadenzakjes-licht {
  position: absolute;
  top: 68%;
  right: 0;
  z-index: 1;
}

.zadenzakjes-homepage-2 {
  position: absolute;
  right: 0;
  top: 63%;
  z-index: 1;
}

.single-special .offerte-aanvragen {
  position: relative;
  z-index: 2;
}

.werkwijze-section {
  position: relative;
  z-index: 2;
}

.wpb_wrapper {
  position: relative;
  z-index: 2;
}

.specials-content {
  background-color: var(--groen);
  padding: var(--element-padding);
  margin-top: -75px;
}

.specials-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.specials-category {
  background-color: var(--lichtgroen);
  border-radius: var(--border-radius);
  padding: 30px;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

.specials-category > div {
  text-align: center;
}

.specials-category img {
  height: 300px;
  object-fit: contain;
  width: 100%;
}

.specials-category h4,
.specials-category p {
  text-align: center;
  color: var(--donkergroen);
}

.tekst-image-section.image-small .tekst-image-left img {
  width: 379px;
  height: 100%;
  position: relative;
  z-index: 1;
}

.tekst-image-section.image-small .tekst-image-left::after {
  content: "";
  background-image: url(./img/cirkel-2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 100%;
  height: 300px;
  display: block;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);

}

.tekst-image-section.image-small .tekst-image-inner .tekst-image-left {
  text-align: center;
  flex-shrink: 0;
}

.tekst-image-right {
  width: 60%;
}

.tekst-image-section.image-small .tekst-image-left {
  width: 27%;
  flex: unset;
}

.tekst-image-section > img {
  width: 100%;
  position: absolute;
  bottom: 0;
}

.mogelijkheden-section h2 {
  font-size: clamp(24px, 3.5vw, 35px);
  font-weight: 400;
  color: var(--donkergroen);
}

.mogelijkheden-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(301px, 1fr));
  gap: 20px;
}

.mogelijkheden-single {
  background-color: #E9F6E5;
  border-radius: var(--border-radius);
  padding: 30px;
}

.mogelijkheden-single p {
  margin-bottom: 10px;
  color: var(--donkergroen);
}

.mogelijkheden-single h4 {
  min-height: 70px;
  margin-bottom: 20px;
  color: var(--donkergroen);
}

.mogelijkheden-section {
 padding-bottom: 50px;
}

.werkwijze-single {
  display: flex;
  align-items: center;
  gap: 20px;
}

.werkwijze-single p {
  margin-bottom: 0;
  color: var(--donkergroen);
}

.werkwijze-grid {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.werkwijze-single .img-wrapper {
  background-image: url(./img/cirkel-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  flex-shrink: 0;
}

.single-zadenzakje .page-header-right {
  width: 28%;
}

.single-zadenzakje .pz-page-header-inner {
  padding-right: 0;

}

.single-zadenzakje .page-header-left {
  width: 72%;
}

.single-klanten-logo p {
  margin-bottom: 0;
  font-size: 15px;
  white-space: nowrap;
}

.single-klanten-logo {
  display: flex;
  align-items: center;
  border-radius: 10px;
  padding: 15px 33px;
  background-color: #51604C;
}

.single-zadenzakje.pz-page-header::after {
  content: "";
  background-image: url(./img/teken-lijn.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  flex-shrink: 0;
  margin-top: 100px;
}

.single-zadenzakje-content {
  background-color: var(--groen);
  padding: var(--element-padding);
}


.single-zadenzakje-content-left {
  background-color: #D8E9D2;
  width: 40%;
  position: relative;
  border-radius: 25px 0 0 25px;
}

.single-zadenzakje-content-left img {
  width: 500px;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.single-zadenzakje-content-right {
  background-color: var(--lichtgroen);
  width: 60%;
  padding: 50px;
  border-radius: 0 25px 25px 0;

}

.single-zadenzakje-content-right ol,
.single-zadenzakje-content-right ul {
  padding-left: 0;
}

.single-zadenzakje-content-right p {
  margin-bottom: 10px;
  color: var(--donkergroen);
}

.single-zadenzakje-content-right h3 {
  margin-bottom: 20px;
  color: var(--donkergroen);
}

.tekst-licht p,
.tekst-licht a {
  color: var(--donkergroen);
}

.single-zadenzakje-content-right a {
  color: var(--donkergroen);
}

.single-zadenzakje-content-right .pz-btn {
  margin-top: 20px;
}

.single-zadenzakje-content-inner {
  display: flex;
}

.single-zadenzakje-content-inner ol li {
  list-style: none;
  font-size: 15px;
  margin-bottom: 0;
  line-height: 25px;
  color: var(--donkergroen);
}

.single-zadenzakje-slider {
  background-color: var(--groen);
  padding: var(--element-padding);
}

.single-zadenzakje-slider h2 {
  color: var(--lichtgroen);
  text-align: center;
  margin-bottom: 50px;
}

.single-zadenzakje .pz-usps {
  padding: var(--element-padding);
  background-color: var(--groen);

}

.single-zadenzakje .pz-usps-inner {
  position: relative;
  z-index: 2;
}

#offerte-aanvragen .container {
  padding-top: 100px;
}

#offerte-aanvragen::before {
  content: "";
  background-image: url(./img/promozaad-rand.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 190px;
  display: block;
  position: absolute;
  top: -3px;
  z-index: 3;
}

.offerte-aanvragen {
  background-color: var(--lichtgroen);
  padding-top: 150px;
  padding-bottom: 200px;
  position: relative;
  z-index: 2;
}

.offerte-aanvragen h3 {
  margin-bottom: 20px;
}

.gform_body .gform_fields .gfield_label {
  font-weight: 700;
  gap: 0;

}

.gform_required_legend {
  display: none;
}

.gfield_required.gfield_required_asterisk {
  color: var(--donkergroen);
  font-size: 15px;
  font-weight: 700;
}

.gform_body .gform_fields .ginput_container input,
.gform_body .gform_fields .ginput_container textarea,
.gform_body .gform_fields .ginput_container select {
  border: 1px solid transparent;
  box-shadow: unset;
  border-radius: 10px;
  transition: all 0s;
}

.gform_body .gform_fields .ginput_container input:focus,
.gform_body .gform_fields .ginput_container textarea:focus,
.gform_body .gform_fields .ginput_container select:focus {
  border: 2px solid var(--groen);
  box-shadow: none !important;
  outline: none !important;
}

.gform_body .gform_fields input::placeholder,
.gform_body .gform_fields textarea::placeholder {
  font-weight: 400;
  opacity: 0.4;
}

.gform_body .gform_fields {
  row-gap: 20px !important;
}

.gform_wrapper .gform_footer .gform_button {
  background-color: var(--felgroen) !important;
  border-radius: 40px !important;
  padding: 15px 50px !important;
  color: var(--donkergroen) !important;
  font-weight: 600 !important;
  font-size: 18px !important;
}

.offerte-aanvragen-left {
  margin-right: 50px;
}

#input_1_10 {
  flex-grow: 1;
}

.banner-verticaal {
  background-color: var(--groenvariant);
  border-radius: var(--border-radius);
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 50px 0;
  padding-bottom: 0;
  z-index: 3;
  width: 92%;
}

.offerte-aanvragen-right {
  display: flex;
  justify-content: flex-end;
}

.banner-verticaal .button-container {
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.banner-verticaal .button-container a {
  font-weight: 700;
  max-width: 250px;
  width: 100%;
}

.banner-verticaal h3 {
  color: var(--lichtgroen);
  font-size: clamp(32px, 3.5vw, 32px);
  text-align: center;
  text-wrap: balance;
  margin-bottom: 30px;
}

.banner-verticaal .img-wrapper {
  position: relative;
  height: 300px;
}

.banner-verticaal .img-wrapper img {
  position: absolute;
  bottom: 0;
  width: 100%;
  max-width: 352px;
  right: 50%;
  transform: translateX(50%);
  z-index: 1;
}

.pz-banner .button-container a {
  font-weight: 700;
}

.banner-verticaal .img-wrapper p span {
  color: var(--felgroen);
  font-family: "Handlee", cursive;
  font-size: 20px;
  display: block;
}

.banner-verticaal .img-wrapper p {
  font-size: 14px;
  background-color: var(--donkergroen);
  padding: 10px 20px;
  border-radius: 20px;
  width: fit-content;
  color: var(--lichtgroen);
  white-space: nowrap;
  text-align: center;
  margin-bottom: 0;
  position: absolute;
  top: 45%;
  right: -20px;
  transform: translateY(-50%);
}

.banner-verticaal a:first-child::before {
  content: "";
  background-image: url(./img/Tel.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 14px;
  height: 14px;
  display: block;
  position: absolute;
  left: 50px;
  top: 50%;
  transform: translateY(-50%);
}

.banner-verticaal a:last-child::before  {
  content: "";
  background-image: url(./img/pz-mail.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 14px;
  height: 14px;
  display: block;
  position: absolute;
  left: 35px;
  top: 50%;
  transform: translateY(-50%);
}

.archive .page-header-left {
  text-align: center;
}

.archive .page-header-left ul {
  list-style: none;
}

.archive .page-header-left  p {
  text-wrap: balance;
}

.archive-single {
  border-radius: var(--border-radius);
  background-color: var(--lichtgroen);
  padding: 30px;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.archive-single p {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  color: var(--donkergroen);
}

.archive-grid {
  background-color: var(--groen);
  padding: var(--element-padding);
}

.archive-grid-inner {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 300px));
  max-width: 100%;
  gap: 20px;
}

.archive-grid .button-container {
display: flex;
justify-content: center;
  margin-top: 50px;
}

.archive-grid .button-container a {
  position: relative;
  padding-right: 35px;
}

.archive-single .post-thumbnail {
  text-align: center;
}

.archive-single .post-thumbnail img {

  max-width: 240px;
}

.archive-grid .button-container a::before {
  content: "";
  background-image: url(./img/chevron-left.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 7px;
  height: 13px;
  display: block;
  position: absolute;
  top: 49%;
  transform: translateY(-50%);
  left: 35px;
}

.archive-grid::after {
  content: "";
  background-image: url(./img/teken-lijn.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  flex-shrink: 0;
  margin-top: 100px;
} 

.archive-content {
  background-color: var(--groen);
padding-bottom: 150px;

}

.archive-content h3 {
  color: var(--lichtgroen);
}

.archive-content p {
  color: var(--lichtgroen);
}

.archive-content ul li {
  color: var(--lichtgroen);
  padding-left: 25px;
}

.vc_col-has-fill>.vc_column-inner, .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_column_container>.vc_column-inner {
  padding-top: 0 !important;
}


.single-slider-single {
margin-right: 20px;
}

.single-slider-single img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.single-slider-content .slick-list {
 margin-left: 20px;
}

.single-slider-content .slick-list {
  width: 90%;
}

.single-slider-content {
display: flex !important;
justify-content: center;
}

body .slick-prev {
  background-image: url(img/slider-prev.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 26.5px;
  height: 53px;
  opacity: 0.5;
  left: 0;
  z-index: 2;
  transition: all 0.3s;
}

body .slick-next {
  background-image: url(img/slider-next.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 26.4px;
  height: 53px;
  opacity: 0.5;
  z-index: 2;
  right: 0;
  transition: all 0.3s;
}

body .slick-next:hover, body .slick-next:focus {
  background-image: url(img/slider-next.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 1;
}

body .slick-prev:hover, body .slick-prev:focus {
  background-image: url(img/slider-prev.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 1;
}

body .slick-prev:before,
body .slick-next:before {
  display: none;
}

.special-single {
  text-align: center;
}

.single-specials-content {
  background-color: var(--groen);
}

.single-specials-content ol {
  list-style:disc;
  padding-left: 20px;

}

.single-specials-content ol li {
  line-height: 25px;
  font-size: 15px;
  color: var(--donkergroen);
}

.single-special .pz-usps {
  background-color: var(--groen);
  padding: var(--element-padding);
  padding-top: 100px;
}

.single-special-content-left {
  background-color: #D8E9D2;
  width: 40%;
  position: relative;
  border-radius: 25px 0 0 25px;
  display: flex;
  justify-content: center;
}

.single-special-content-inner {
  display: flex;
}

.single-special-content-left > img {
  width: 350px;
  height: 100%;
  object-fit: contain;
  margin-top: 30px;

}

.archive-single img {
  height: fit-content;
}

.pz-vergroten {
  width: 100px;
  position: absolute;
  top: 40px;
  left: 40px;
  cursor: pointer;
}

.producten-category-single  h3 {
  font-size: clamp(24px, 3vw, 30px);
  color: var(--donkergroen);
}


.slick-dots li button::before {
  color: var(--felgroen) !important;
  opacity: 1 !important;
}

.slick-dots {
 bottom: -35px !important;
 z-index: 2;
}

.pz-hamburger {
  display: none;
  margin-right: 20px;
}

.pz-hamburger img {
  width: 30px;
  height: 26px;
}

.slick-dots li button:before {
  font-size: 11px !important;
  width: 18px !important;
  height: 18px !important;
}

.slick-dots li.slick-active button {
  background: transparent;
  border-color: var(--felgroen); 
  position: relative; 
}

.slick-dots li.slick-active button:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px; 
  background: transparent;
  border-radius: 50%; 
  border: 3px solid var(--felgroen);
}

.pz-banner-verticaal-section {
  display: none;
}

.footer-back-to-start::after {
  content: "";
  background-image: url(./img/pz-chevron-up.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 15px;
  height: 9px;
  display: block;
}

.footer-back-to-start {
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: var(--lichtgroen);
  border-radius: 30px 30px 0 0;
  padding: 11px 29px;
  position: fixed;
  bottom: -47px;
  right: 50%;
  transform: translateX(50%);
  z-index: 5;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  opacity: 0;
  transition: all 0.3s;
}

.footer-logo a {
  margin-bottom: 10px;
}

.tekst-image-mobile {
  display: none;
}

.werkwijze-single div p:first-child {
  font-size: 17px;
}

.rank-math-breadcrumb p {
  color: var(--lichtgroen);
  position: relative;
  z-index: 3;
}

.rank-math-breadcrumb a {
  color: var(--lichtgroen);
  text-decoration: underline;
  position: relative;
  z-index: 3;
}

.breadcrumbs {
  margin-top: -90px;
  background-color: var(--groen);
}

.rank-math-breadcrumb {
  padding-top: 100px;
  padding-left: 50px;
}

.wpml-ls-legacy-dropdown-click {
  width: fit-content;
 
}

.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle {
  height: 35px !important;
  background-color: var(--felgroen);
  border-color: var(--felgroen);
  border-radius: 30px;
  display: flex;
  gap: 5px;
  align-items: center;
  padding: 5px 15px;
}

.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle img {
  border-radius: 5px;
}

.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle::after {
  content: "";
  background-image: url(./img/pz-chevron-down.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 12px;
  height: 8px;
  display: inline-block;
  border: unset;
  border-top: unset;
  position: relative;
  right: unset;
  top: unset;
}

.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:hover {
  background-color: var(--felgroen);
}

.nav-last-div .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
  border-top: none;
}

.nav-last-div .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a:hover {
  background-color: var(--felgroen);
  border-color: var(--felgroen);
}

.nav-last-div .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a {
 padding: 5px 15px;
 margin-top: 5px;
}

#menu_checkbox {
  display: none;
  width: 32px;
  height: 26px;
}

.animated-hamburger-menu {
  display: inline-block;

  cursor: pointer;
  margin-bottom: 0;
}

.animated-hamburger-menu div {
  position: relative;
  top: 0;
  height: 4px;
  background-color: var(--lichtgroen);
  margin-bottom: 5px;
  transition: 0.3s ease transform, 0.3s ease top, 0.3s ease width, 0.3s ease right;
  border-radius: 2px;
}

.animated-hamburger-menu div:first-child {
  transform-origin: 0;
}

.animated-hamburger-menu div:nth-child(2) {
  right: 0;
  width: 32px;
}

.animated-hamburger-menu div:last-child {
  margin-bottom: 0;
  transform-origin: 25px;
}

#menu_checkbox:checked + .animated-hamburger-menu div:first-child {
  top: -2.5px;
  transform: rotateZ(45deg);
}

#menu_checkbox:checked + .animated-hamburger-menu div:last-child {
  top: 2.5px;
  transform: rotateZ(45deg);
  opacity: 0;
}

#menu_checkbox:checked + .animated-hamburger-menu div:nth-child(2) {
  width: 32px;
  top: 0;
  right: 5px;
  transform: rotateZ(-45deg);

}

.btn-mobile-nav {
  display: none;
}

.error-div {
  height: 75vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.error-div-outer {
  background-color: var(--groen);
  margin-top: -90px;
}

.error-div-outer p {
  color: var(--lichtgroen);
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 0;
  text-align: center;
}

.error-div-outer h2 {
  text-align: center;
  color: var(--lichtgroen);
}

.error-div-outer a {
  margin-top: 20px;
}



@media (max-width: 1366px) {
  .single-klanten-logo {
    flex-direction: column;
    gap: 10px;
  }
}

@media (max-width: 1200px) {

  .footer-info,
  .footer-inner {
    gap: 50px;
  }

  .footer-inner {
    flex-wrap: wrap;
  }

  .pz-banner-inner .pz-banner-left img {
    width: 340px;
  }

  .pz-banner .button-container {
    max-width: 230px;
  }

  .pz-banner .button-container a {
    padding: 0 20px;
    padding-left: 38px;
  }

  .pz-banner-inner {
    padding: 50px 60px;
    padding-right: 30px;
  }

  .pz-banner a:first-child::before {
    left: 35px;
  }

  .pz-banner a:last-child::before {
    left: 20px;
  }

  .nav-last-div {
    gap: 10px;
  }

  .primary-menu-nav ul {
    gap: 15px;
    right: 53%;
  }
}

@media (max-width: 991px) {

  .btn-mobile-nav {
    display: flex;
  }

  .header-left {
    display: flex;
    gap: 20px;
    align-items: center;
  }

  .footer-inner {
    padding-top: 50px;
    padding-bottom: 20px;
  }

  .pz-banner-inner {
    padding: 50px 30px;
  }
 
  .pz-banner-left p {
    margin-left: 0;
    margin-top: -20px;
  }

  .pz-banner-inner .pz-banner-left img {
    width: 250px;
    margin-left: 10px;
  }

  .pz-banner-right h2 {
    width: 75%;
    text-align: center;
    margin-left: 10px;
  }

  .pz-banner-right {
    width: 77%;
    margin-left: auto;
  }

  .front-page-inner img {
    width: 400px;
    height: 100%;
  }

  footer::after {
    height: 200px;
    position: relative;
    bottom: 0;
  }

  .primary-menu-nav {
    display: none;
  }

  .producten-category .producten-category-single {
    width: 261px !important;
    height: auto !important;
    padding: 30px;
    padding-top: 225px;

  }

  .offerte-aanvragen-left {
    margin-bottom: 50px;
  }

  .primary-menu-nav ul {
    right: 50%;
  }

  .banner-verticaal {
    width: 100%;
  }

  .assortiment-grid .assortiment-single {
    width: 250px !important;
    height: auto !important;
  }

  .producten-category-single  h3 {
    min-height: 58px;
    margin-bottom: 10px;
  }

  .assortiment-single img {
    width: 100%;
    object-fit: contain;
  }

  .producten-category-single-inner {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }

  .producten-category-single p {
    margin-bottom: 20px;
  }

  .producten-category .slick-track,
  .assortiment-grid .slick-track {
    display: flex !important;
    gap: 20px;
  }

  .producten-category .slick-track img {
    width: 250px;
    top: 5%;
    max-height: 175px;
  }

  .producten-section .container {
    padding-right: 0;
  }

  .titel-opsomming-right ul li::before, .zadenzakjes-single ul li::before, .single-zadenzakje-content-right ul li::before, .archive-content ul li::before {
    top: 0px;
  }

  footer::before {
    background-size: cover;
    height: 85px;
  }

  .primary-menu-nav {
    background-color: var(--donkergroen);
    position: fixed;
    width: 100%;
    height: calc(100dvh - 108px);
    transform: translateX(100%);
    padding: 0;
    opacity: 0;
    transition: all 0.3s ease-out;
    display: block;
    z-index: 998;
    border-radius: var(--border-radius);
  }

  .nav-open .primary-menu-nav {
    transform: translateX(-20px);
    opacity: 1;
    position: absolute;
    height: calc(100dvh - 108px);
    top: 84px;
  }

  .primary-menu-nav .menu {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding: 30px 0;
    gap: 10px;
    height: 100%;
    justify-content: flex-start;
    overflow-y: auto;
}

  

  .primary-menu-nav .menu li {
    width: 100%;
    padding: 0 30px;
  }


  .primary-menu-nav .menu li a {
    font-size: 17px;
  }

  .nav-open .pz-header-class {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .nav-open .header-right {
    width: 100%;
  }

  .nav-last-div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
  }

  .pz-header-class {
    position: relative;
  }

  header {
    padding: 20px;
  }

 

}

@media (max-width: 768px) {

  .tekst-image-mobile {
    display: block;
  }

  .tekst-image-desktop {
    display: none;
  }

  footer::after {
    height: 245px;
    width: 100%;
    bottom: 0;
    background-image: url(./img/footer-illustratie-mob.svg);
  }

  .pz-banner-verticaal-section {
    display: block;
    position: relative;
  }

  .pz-banner {
    display: none;
  }

  .banner-verticaal {
    width: 100%;
  }

  .banner-verticaal .img-wrapper p {
    right: -10px;
    top: 35%;
  }

  .header-left a {
    width: 130px;
  }
  .front-page-inner img {
    position: relative;
    width: 310px;
  }

  .front-page-inner {
    flex-direction: column-reverse;
  }

  .pz-banner-background {
    top: -1%;
    height: 102%;
    transform: unset;
  }

  .front-page-header {
    height: 100dvh;
  }

  .titel-opsomming-inner {
    flex-direction: column;
    gap: 0;
  }

  .titel-opsomming-right ul li::before,
  .zadenzakjes-single ul li::before,
  .single-zadenzakje-content-right ul li::before,
  .archive-content ul li::before {
    width: 16px;
    height: 18px;
  }

  .archive-grid {
    padding-bottom: 75px;
  }

  .single-special-content-inner {
    flex-direction: column;
  }

  .single-special-content-left {
    border-radius: 25px 25px 0 0;
    width: 100%;
  }

  .single-special-content-left > img {
    width: 200px;
  }

  .single-special .pz-usps {
  padding: 50px 0;
  padding-bottom: 25px;
  }

  .single-zadenzakje.pz-page-header::after,
  .archive-grid::after {
    height: 15px;
    background-size: cover;
    margin-top: 50px;
  }

  .single-zadenzakje-content-inner {
    flex-direction: column;
  }

  .single-zadenzakje-content-left img {
    width: 200px;
    position: relative;
    top: unset;
    transform: unset;
    right: unset;
    padding: 20px 0;
  }

  .specials .pz-page-header-inner {
    flex-direction: unset;
  }

  .specials .page-header-right {
    display: none;
  }

  .specials-content {
    padding-bottom: 50px;
    margin-top: 0;
  }

  .specials .pz-banner-verticaal-section {
    padding-bottom: 75px;
  }

  .single-zadenzakje-content-left {
    border-radius: 25px 25px 0 0;
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .single-zadenzakje-content-right {
    width: 100%;
    border-radius: 0 0 25px 25px;
  }

  .banner-verticaal .img-wrapper {
    height: 275px;
  }

  .titel-opsomming-section {
    padding-bottom: 0;
    margin-bottom: 350px;
    position: relative;
  }

  .titel-opsomming-section::after {
    background-image: url(./img/Lijn-met-zaadzakje-mob.svg);
    height: 296px;
    top: 90%;
  }

  .tekst-image-section.image-small .tekst-image-left {
    width: 50%;
    margin-bottom: 20px;
  }

  .zadenzakjes-grid {
    padding-bottom: 50px;
  }

  .tekst-image-section.image-small .tekst-image-inner {
    padding-top: 50px;
  }

  body > div.container {
    padding-bottom: 50px;
  }

  .tekst-image-inner {
    flex-direction: column;
    gap: 30px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .tekst-image-right {
    width: 100%;
  }

  .footer-back-to-start.active {
    opacity: 1;
    bottom: 0;
    white-space: nowrap;
  }

  .rank-math-breadcrumb {
    padding-left: 0;
}

  .pz-page-header-inner {
    flex-direction: column-reverse;
    gap: 20px;
    padding: 0;
    margin-bottom: 0;
    padding-top: 50px;
  }

  .pz-page-header-inner .page-header-right {
    width: 150px;
  }

  .pz-page-header {
    padding-top: 125px;
    padding-bottom: 50px;
  }

  .zadenzakjes-single img {
    height: 200px;
  }

  .single-zadenzakje .page-header-left {
    width: 100%;
  }

  .zadenzakjes-single {
    flex-direction: column;
  }

  .zadenzakjes-single > div:first-child {
    border-radius: 25px 25px 0 0;
    width: 100%;
  }

  .zadenzakjes-single > div:last-child {
    border-radius: 0 0 25px 25px;
  }

  .tekst-image-section {
    position: relative;
    padding-bottom: 0;
  }

  .tekst-image-section.extra-padding-bottom {
    padding-bottom: 150px;
  }

  .tekst-image-mobile {
    height: 180px;
  }

  .pz-usps.background-no-color .pz-usps-inner  {
    padding: 20px 30px;
    gap: 10px;
  }

  .nav-last-div a .label-up {
    display: none;
  }

  .nav-last-div .pz-btn {
    padding: 0 25px;
  }

  .nav-last-div .pz-btn::before {
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .titel-opsomming-right ul li, .zadenzakjes-single ul li, .single-zadenzakje-content-right ul li, .archive-content ul li {
    line-height: 25px;
  }

  .titel-opsomming-right ul, .zadenzakjes-single ul, .single-zadenzakje-content-right ul, .archive-content ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .front-page-header::after {
    background-image: url(./img/home-header-after.png);
    bottom: 0;
  }

  #offerte-aanvragen .container {
    padding-top: 0;
  }

  #offerte-aanvragen  {
    padding-bottom: 150px;
    padding-top: 100px;
  }

  .offerte-aanvragen-left {
    margin-right: 0;
  }

  #offerte-aanvragen::before {
    height: 100px;
  }

  .footer-inner {
    justify-content: center;
    margin-bottom: 50px;
    row-gap: 0;
  }

  .footer-bottom-left {
    gap: 10px;
justify-content: center;
  }

  .footer-bottom {
    justify-content: center;
    margin-bottom: 75px;
  }

  .footer-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .werkwijze-single {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }

  .werkwijze-grid {
    gap: 30px;
  }

  .werkwijze-single .img-wrapper {
    width: 40px;
    height: 40px;
  }

  .single-zadenzakje-content {
    padding-bottom: 50px;
  }

  body .slick-next {
    width: 20px;
    height: 30px;
  }

  body .slick-prev {
    width: 20px;
    height: 30px;
  }

  .single-zadenzakje-slider {
    padding-bottom: 50px;
  }

  .single-zadenzakje .pz-usps {
    padding-bottom: 50px;
  }

  .over-ons-content-top {
    flex-direction: column;
  }

  .over-ons-top-left {
    border-right: none;
    border-bottom: 1px solid var(--donkergroen);
    padding-right: 0;
    width: 100%;
    padding-bottom: 30px;
  }

  .over-ons-content {
    padding: 30px;
  }

  .over-ons-header {
    padding-bottom: 50px;
  }

  .over-ons-top-right {
    padding-left: 0;
    padding-top: 30px;
  }

  .over-ons-content-top {
    padding-bottom: 30px;
  }

  .header-background-image {
    width: 500px;
  }

  .over-ons-head {
    margin-top: 150px;
    margin-bottom: 50px;
  }

  .over-ons-top-right .button-container {
    margin-top: 0;
  }
}

@media (max-width: 575px) {
  .info-grid-inner {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .info-single img {
    width: 100%;
    margin-bottom: 20px;
  }

  .info-grid-inner h3 {
    margin-bottom: 10px;
  }

  .footer-inner {
    padding-top: 30px;
  }

  .mogelijkheden-single h4 {
    min-height: fit-content;
  }

 

}

@media (max-width: 500px) {
  .tekst-image-inner img {
    height: 225px;
    width: 100%;
  }

  .btn-mobile-nav {
    margin-right: 10px;
  }

  .nav-last-div .pz-btn {
    padding: 0 20px;
    border-radius: 100px;
  }

  .front-page-inner h1 {
    width: 100%;
  }

  .front-page-header::before {
    background-image: url(./img/home-header-mob.svg);
    width: 500px;
  }

  .titel-opsomming-section {
    padding-bottom: 0;
    margin-bottom: 250px;
    position: relative;
  }

  .tekst-image-section.image-small .tekst-image-left {
    width: 75%;
    margin-bottom: 20px;
  }

  .single-zadenzakje-content-right {
    padding: 30px;
  }

  .specials-category img {
    height: 200px;
  }

  .front-page-header::after {
    height: 195px;
  }

  .titel-opsomming-section::after {
    height: 200px;
    bottom: -200px;
    top: unset;
    object-fit: cover;
  }

  .nav-open .primary-menu-nav .menu li:last-child::after {
    content: "";
    background-image: url(./img/home-header-after.png);
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 300px;
    max-width: 100%;
    background-size: contain;
    position: absolute;
    top: 5%;
    left: 0px;
    pointer-events: none;
  }

  .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle {
    padding: 5px 10px;
  }

  .header-left {
    gap: 0px;
  }

  .animated-hamburger-menu div:nth-child(2) {
    width: 25px;
  }

  .animated-hamburger-menu div {
    height: 3px;
  }

  .assortiment-header {
    padding-top: 50px;
  }
}
