/* custom css file for the website, you can add your own styles here */

.text-block__content p{
  font-size: 16px;
  line-height: 1.75;
}

.text-block__content h2{
  margin-bottom: 28px;
  margin-top: 28px;
  color: var(--ppc-sand-dark);
  font-size: 42px;
}

.text-block__content h3{
  margin-bottom: 28px;
  margin-top: 28px;
  
  font-size: 22px;
}

.text-block__content h4{
  margin-bottom: 28px;
  margin-top: 28px;
  
  font-size: 18px;
}

.filter-bar {
  align-items: center;
  gap: 12px 14px;
}

.filter-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  min-height: 44px;
  padding: 0 22px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}

.filter-btn:hover,
.filter-btn:focus,
.filter-btn:focus-visible {
  text-decoration: none;
}

.wrapper-all-paginatie {
  display: flex;
  justify-content: center;
  margin-top: 56px;
}

.vco-pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.vco-pagination__btn,
.vco-pagination__ellipsis {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  box-sizing: border-box;
  color: var(--ppc-sand-dark);
  border: 1px solid var(--ppc-line);
  border-radius: 4px;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.vco-pagination__ellipsis {
  width: 28px;
  border-color: transparent;
}

.vco-pagination__btn:hover,
.vco-pagination__btn:focus,
.vco-pagination__btn:focus-visible,
.vco-pagination__btn.is-active {
  color: var(--ppc-white);
  background: var(--ppc-ink);
  border-color: var(--ppc-ink);
  text-decoration: none;
  outline: none;
  transform: scale(1.025);
}

.vco-pagination__btn i {
  font-size: 12px;
  line-height: 1;
}

@media (max-width: 575.98px) {
  .filter-btn {
    flex: 1 1 calc(50% - 8px);
    min-width: 0;
    padding: 0 14px;
  }

  .vco-pagination {
    gap: 8px;
  }

  .vco-pagination__btn,
  .vco-pagination__ellipsis {
    width: 40px;
    height: 40px;
  }
}
.realisatie-review {
  padding: 0 0 48px;
}

.realisatie-review__inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 42px 52px;
  background: var(--ppc-cream);
  border-left: 4px solid var(--ppc-sand-dark);
  border-radius: 4px;
}

.realisatie-review__inner .section-kicker {
  margin-top: -6px;
  margin-bottom: 30px;
}

.realisatie-review__inner blockquote {
  margin: 0;
  color: var(--ppc-ink);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
}

.realisatie-review__inner blockquote p:last-child {
  margin-bottom: 0;
}

@media (max-width: 575.98px) {
  .realisatie-review {
    padding-bottom: 36px;
  }

  .realisatie-review__inner {
    padding: 32px 24px;
  }

  .realisatie-review__inner blockquote {
    font-size: 16px;
  }
}

/* Contentafbeeldingen krijgen server-side hun echte width/height mee, zodat de
   browser ruimte reserveert en de tekst eronder niet wegspringt tijdens het laden.
   height:auto zorgt dat die maten enkel als verhouding gelden en de afbeelding
   niet uitgerekt wordt zodra max-width:100% de breedte terugschaalt.
   Specifiekere regels (.values-image img, .realisation-card figure img) blijven gelden. */
img {
  height: auto;
}
