html, body {
  font-size: 16px;
}

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

.logo {
  width: clamp(180px, 60vw, 260px);
  padding-top: 28px;
  padding-bottom: 30px;
}

.wave-container-1, .wave-container-2, .wave-container-3, .wave-container-4, .wave-container-5, .wave-container-6 {
  height: 60px;
}

h1 {
  margin: 12px 0;
  font-size: 1.6rem;
}

.main-nav {
  margin-top: 16px;
}

.main-nav ul {
  white-space: normal;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 12px;
  max-width: 320px;
  margin-inline: auto;
  padding: 0 8px;
  display: flex;
  overflow: visible;
}

.main-nav li {
  list-style: none;
  display: inline-flex;
}

.main-nav a {
  white-space: nowrap;
  padding: 4px 8px;
  font-size: .7em;
  display: inline-block;
}

.intro {
  font-size: 1em;
}

.intro .img-lisa {
  width: 160px;
  margin-top: 24px;
  margin-bottom: 16px;
}

.intro p {
  padding: 0 8px;
  font-size: .85em;
  line-height: 1.1;
}

.intro-paragraph--fade {
  max-height: 7.2em;
  position: relative;
  overflow: hidden;
}

.intro-paragraph--fade:after {
  content: "";
  pointer-events: none;
  background: linear-gradient(#444f4700, #444f47);
  height: 2.4em;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.intro-more {
  display: none;
}

.intro-toggle {
  display: inline-flex;
}

.intro.intro--open .intro-paragraph--fade {
  max-height: none;
}

.intro.intro--open .intro-paragraph--fade:after {
  display: none;
}

.intro.intro--open .intro-more {
  display: block;
}

.intro.intro--open .intro-toggle-icon {
  transform: rotate(180deg);
}

.brands {
  gap: 2rem;
  padding: 36px 16px;
}

.brand, .zenz, .ASP {
  padding-inline: 0;
}

.brand h2, .zenz h2, .ASP h2 {
  margin-bottom: 24px;
  font-size: 32px;
}

.brand img, .zenz img, .ASP img {
  max-width: 200px;
}

.brand > p, .zenz > p, .ASP > p {
  max-width: 92vw;
  margin-top: 20px;
  padding: 22px 18px;
}

.swimlane {
  padding-top: 10px;
}

.arrow {
  width: 32px;
  height: 32px;
}

.image-container img {
  width: 160px;
  height: 240px;
  margin: 8px;
}

.prijslijst > h2 {
  font-size: 32px;
}

#prijslijst .price-embed {
  height: 4000px;
}

.contact {
  padding-top: 24px;
}

.contact h2, .openingsuren h2 {
  font-size: 30px;
}

.contact p {
  margin: 8px 0;
}

.contact a {
  word-break: break-word;
}

#afspraken {
  padding-left: clamp(16px, 5vw, 28px);
  padding-right: clamp(16px, 5vw, 28px);
}

#afspraken p {
  max-width: none;
  padding: 0;
}

.openingsuren {
  padding-left: clamp(16px, 5vw, 28px);
  padding-right: clamp(16px, 5vw, 28px);
}

.openingsuren-wrapper {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.openingsuren h2 {
  margin-top: 30px;
  margin-bottom: 20px;
}

.openingsuren-wrapper {
  max-width: 320px;
  padding: 0 12px;
}

.openingsuren li {
  margin-bottom: 8px;
}

.openingsuren li .uur {
  min-width: 100px;
  margin-left: 12px;
}

#faq h2 {
  margin: 24px 0;
  font-size: 32px;
}

#faq .faq-list {
  max-width: 92vw;
}

#faq .faq-list > li {
  font-size: 1.05em;
}

#faq .faq-list > li > ul {
  font-size: .95em;
}

.voorwaarden h2 {
  margin-bottom: 24px;
  font-size: 32px;
}

.voorwaarden-list {
  max-width: 92vw;
}

.voorwaarden-list > li {
  font-size: 1.05em;
}

.voorwaarden-list > li > ul {
  font-size: .95em;
}

.scroll-to-top {
  left: 16px;
  bottom: var(--fixed-bottom-offset);
  width: 44px;
  height: 44px;
  font-size: 18px;
}

footer {
  padding: 16px;
  position: relative;
}

.footer-inner {
  flex-direction: column;
  align-items: stretch;
  gap: 16px;
  display: flex;
}

.footer-columns {
  grid-template-rows: auto auto;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px 16px;
  width: calc(100% - 32px);
  margin-left: 16px;
  margin-right: 16px;
  display: grid;
}

.footer-columns .footer-col:first-child {
  grid-area: 1 / 1;
}

.footer-columns .footer-col:nth-child(2) {
  grid-area: 2 / 1;
}

.footer-columns .footer-col:nth-child(3) {
  grid-area: 1 / 2 / span 2;
  align-self: flex-start;
}

.footer-copyright {
  text-align: right;
  align-self: flex-end;
  margin-left: 0;
  padding-right: 16px;
}

.footer-copyright small {
  font-size: .5rem;
}

.social-fixed {
  right: 12px;
  bottom: var(--fixed-bottom-offset);
  gap: 10px;
}

.social-btn {
  width: 30px;
  height: 30px;
}

.social-btn img {
  width: 15px;
  height: 15px;
}

:root {
  --hero-wave-h: 64px;
}

.hero-parallax {
  background-position: 50% 0;
  min-height: 100svh;
  position: relative;
  overflow: hidden;
}

.hero-parallax:before, .hero-parallax:after {
  content: none !important;
}

.hero-wave-top, .hero-wave-bottom {
  width: 100%;
  height: var(--hero-wave-h);
  pointer-events: none;
  z-index: 2;
  position: absolute;
  left: 0;
  transform: none;
}

.hero-wave-top {
  top: -3px;
}

.hero-wave-bottom {
  bottom: -3px;
}

.scroll-to-top, .social-fixed {
  position: fixed;
  bottom: var(--fixed-bottom-offset) !important;
}

.status-popup-overlay.active {
  display: block;
}

.status-popup {
  border-radius: 18px;
  width: calc(100% - 40px);
  max-width: 360px;
  padding: 20px 40px 18px 20px;
  transform: translate(-50%, -50%);
  top: 50% !important;
  left: 50% !important;
  right: auto !important;
}
/*# sourceMappingURL=repo.5bdd2e50.css.map */
