@charset "UTF-8";
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.container, body .lazyblock.wp-block-lazyblock-layout .glb-layout > .layout-container {
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 640px) {
  .container, body .lazyblock.wp-block-lazyblock-layout .glb-layout > .layout-container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container, body .lazyblock.wp-block-lazyblock-layout .glb-layout > .layout-container {
    max-width: 720px;
  }
}
@media (min-width: 1024px) {
  .container, body .lazyblock.wp-block-lazyblock-layout .glb-layout > .layout-container {
    max-width: 960px;
  }
}
@media (min-width: 1280px) {
  .container, body .lazyblock.wp-block-lazyblock-layout .glb-layout > .layout-container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {
  .container, body .lazyblock.wp-block-lazyblock-layout .glb-layout > .layout-container {
    max-width: 1400px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
}

.row, body .lazyblock.wp-block-lazyblock-layout .glb-layout > .layout-container .lazyblock-inner-blocks {
  display: flex;
  flex-wrap: wrap;
  margin-right: -16px;
  margin-left: -16px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-2xl,
.col-2xl-auto, .col-2xl-12, .col-2xl-11, .col-2xl-10, .col-2xl-9, .col-2xl-8, .col-2xl-7, .col-2xl-6, .col-2xl-5, .col-2xl-4, .col-2xl-3, .col-2xl-2, .col-2xl-1, .col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, body .lazyblock.wp-block-lazyblock-layout .glb-layout > .layout-container .lazyblock-inner-blocks > div.lazyblock, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 640px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1024px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6, body .lazyblock.wp-block-lazyblock-layout .glb-layout > .layout-container .lazyblock-inner-blocks > div.lazyblock {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1280px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2, body .glb-tekstuele-infographic.tekstuele-infographic--vertical .tekstuele-infographic__item:nth-child(even) {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1536px) {
  .col-2xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-2xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-2xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-2xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-2xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-2xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-2xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-2xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-2xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-2xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-2xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-2xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-2xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-2xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-2xl-first {
    order: -1;
  }
  .order-2xl-last {
    order: 13;
  }
  .order-2xl-0 {
    order: 0;
  }
  .order-2xl-1 {
    order: 1;
  }
  .order-2xl-2 {
    order: 2;
  }
  .order-2xl-3 {
    order: 3;
  }
  .order-2xl-4 {
    order: 4;
  }
  .order-2xl-5 {
    order: 5;
  }
  .order-2xl-6 {
    order: 6;
  }
  .order-2xl-7 {
    order: 7;
  }
  .order-2xl-8 {
    order: 8;
  }
  .order-2xl-9 {
    order: 9;
  }
  .order-2xl-10 {
    order: 10;
  }
  .order-2xl-11 {
    order: 11;
  }
  .order-2xl-12 {
    order: 12;
  }
  .offset-2xl-0 {
    margin-left: 0;
  }
  .offset-2xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-2xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-2xl-3 {
    margin-left: 25%;
  }
  .offset-2xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-2xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-2xl-6 {
    margin-left: 50%;
  }
  .offset-2xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-2xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-2xl-9 {
    margin-left: 75%;
  }
  .offset-2xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-2xl-11 {
    margin-left: 91.6666666667%;
  }
}
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 640px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1024px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1280px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1536px) {
  .d-2xl-none {
    display: none !important;
  }
  .d-2xl-inline {
    display: inline !important;
  }
  .d-2xl-inline-block {
    display: inline-block !important;
  }
  .d-2xl-block {
    display: block !important;
  }
  .d-2xl-table {
    display: table !important;
  }
  .d-2xl-table-row {
    display: table-row !important;
  }
  .d-2xl-table-cell {
    display: table-cell !important;
  }
  .d-2xl-flex {
    display: flex !important;
  }
  .d-2xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

/*! modern-normalize v2.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
/*
Document
========
*/
/**
Use a better box model (opinionated).
*/
*,
::before,
::after {
  box-sizing: border-box;
}

html {
  /* Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3) */
  font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  line-height: 1.15; /* 1. Correct the line height in all browsers. */
  -webkit-text-size-adjust: 100%; /* 2. Prevent adjustments of font size after orientation changes in iOS. */
  -moz-tab-size: 4; /* 3. Use a more readable tab size (opinionated). */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
}

/*
Sections
========
*/
body {
  margin: 0; /* Remove the margin in all browsers. */
}

/*
Grouping content
================
*/
/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
}

/*
Text-level semantics
====================
*/
/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: 700;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}

/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
Tabular data
============
*/
/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
}

/*
Forms
=====
*/
/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
Remove the inner border and padding in Firefox.
*/
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
Restore the focus styles unset by the previous rule.
*/
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/
:-moz-ui-invalid {
  box-shadow: none;
}

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/
legend {
  padding: 0;
}

/**
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Interactive
===========
*/
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}

[class*=gico-] {
  background-size: 16px;
  background-repeat: no-repeat;
}

.gico-check-gold {
  background-image: url(grfx/check-gold.svg);
}

.gico-check-blue {
  background-image: url(grfx/check-blue.svg);
}

.gico-terugkoopgrantie-gold {
  background-image: url(grfx/terugkoopgrantie-gold.svg);
}

.gico-ster-gold {
  background-image: url(grfx/ster-gold.svg);
}

.gico-thuiswinkel-gold {
  background-image: url(grfx/thuiswinkel-gold.svg);
}

.gico-heart-gold {
  background-image: url(grfx/heart-gold.svg);
}

.gico-lock-gold {
  background-image: url(grfx/lock-gold.svg);
}

.gico-discreet-gold {
  background-image: url(grfx/discreet-gold.svg);
}

.gico-plus-circle {
  background-image: url(grfx/plus-circle.svg);
}

.gico-min-circle {
  background-image: url(grfx/min-circle.svg);
}

.gico-goudbus--blauw {
  background-image: url(grfx/goudbus--blauw.svg);
}

.gico-coffee--blue {
  background-image: url(grfx/coffee--blue.svg);
}

.gico-goudbus--goud {
  background-image: url(grfx/goudbus--goud.svg);
}

.gico-facebook--blue {
  background-image: url(grfx/facebook--blue.svg);
}

.gico-instagram--blue {
  background-image: url(grfx/instagram--blue.svg);
}

.gico-linkedin--blue {
  background-image: url(grfx/linkedin--blue.svg);
}

.gico-facebook--white {
  background-image: url(grfx/facebook--white.svg);
}

.gico-instagram--white {
  background-image: url(grfx/instagram--white.svg);
}

.gico-linkedin--white {
  background-image: url(grfx/linkedin--white.svg);
}

.gico-facebook--gold {
  background-image: url(grfx/facebook--gold.svg);
}

.gico-instagram--gold {
  background-image: url(grfx/instagram--gold.svg);
}

.gico-linkedin--gold {
  background-image: url(grfx/linkedin--gold.svg);
}

@font-face {
  font-family: "gwk-icons";
  src: url("fonts/gwk-icons.ttf?628gyy") format("truetype"), url("fonts/gwk-icons.woff?628gyy") format("woff"), url("fonts/gwk-icons.svg?628gyy#gwk-icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
._gico, body .product-preview__rating .stars .gico-rating-star.half:after, body .product-preview__rating .gwk-rating .stars .gico-rating-star.half .half.gico-fill:after, body .gwk-rating .product-preview__rating .stars .gico-rating-star.half .half.gico-fill:after, body .js-dropdown-head:after, body .faq__item:after, body .gwk-slider__button-prev:after, body .gwk-slider__button-next:after, body ul.list--arrows li:before, body ul.list-w-arrows li:before, [class^=gico-]:before, [class*=" gico-"]:before {
  /* use !important to prevent  issues with browser extensions that change fonts */
  all: initial;
  font-size: inherit;
  color: inherit;
  font-family: "gwk-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.gico-veiling-hamer:before {
  content: "\e918";
}

.gico-heart-filled:before {
  content: "\e919";
}

.gico-globe:before {
  content: "\e91a";
}

.gico-euro:before {
  content: "\e91b";
}

.gico-clock:before {
  content: "\e911";
}

.gico-mail:before {
  content: "\e912";
}

.gico-min-circle:before {
  content: "\e913";
}

.gico-play-button:before {
  content: "\e914";
}

.gico-plus-circle:before {
  content: "\e915";
}

.gico-calendar:before {
  content: "\e90f";
}

.gico-cart:before {
  content: "\e90d";
}

.gico-check:before {
  content: "\e916";
}

.gico-check-filled:before {
  content: "\e906";
}

.gico-chevron-down:before {
  content: "\e905";
}

.gico-chevron-left:before {
  content: "\e907";
}

.gico-chevron-right:before {
  content: "\e908";
}

.gico-chevron-up:before {
  content: "\e909";
}

.gico-conversation:before {
  content: "\e900";
}

.gico-cross:before {
  content: "\e902";
}

.gico-gps:before {
  content: "\e90a";
}

.gico-heart:before {
  content: "\e901";
}

.gico-languages:before {
  content: "\e917";
}

.gico-location:before {
  content: "\e90e";
}

.gico-person:before {
  content: "\e903";
}

.gico-phone:before {
  content: "\e904";
}

.gico-rating-star:before, body .gwk-rating .stars .gico-rating-star.half .gico-fill:before {
  content: "\e910";
}

.gico-search:before {
  content: "\e90c";
}

.gico-whatsapp:before {
  content: "\e90b";
}

@font-face {
  font-family: "Interstate";
  src: url("fonts/Interstate-Black.woff2") format("woff2"), url("fonts/Interstate-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Interstate";
  src: url("fonts/Interstate-Regular.woff2") format("woff2"), url("fonts/Interstate-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Interstate";
  src: url("fonts/Interstate-Light.woff2") format("woff2"), url("fonts/Interstate-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Interstate";
  src: url("fonts/Interstate-Bold.woff2") format("woff2"), url("fonts/Interstate-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
:root {
  --h--x-large: 900 3.5rem/1em Interstate, sans-serif;
  --h--large: 900 2.75rem/1em Interstate, sans-serif;
  --h--medium: 900 2.2rem/1em Interstate, sans-serif;
  --h--medium-lc: 900 2.75rem/1em Interstate, sans-serif;
  --h--small: 900 1.875rem/1em Interstate, sans-serif;
  --h--x-small: 900 1.5rem/1em Interstate, sans-serif;
  --h--xx-small: 900 1.125rem/1em Interstate, sans-serif;
  --h--xx-small-lc: 700 20px/125% Interstate, sans-serif;
  --h--xxx-small: 900 1rem/1em Interstate, sans-serif;
}

:root {
  --p--default: 300 1.125rem/175% Interstate, sans-serif;
  --p--intro: 500 19px/175% Interstate, sans-serif;
  --p--small: 300 1rem/175% Interstate, sans-serif;
  --p--x-small: 300 0.875rem/125% Interstate, sans-serif;
  --p--xx-small: 300 0.8125rem/125% Interstate, sans-serif;
}

@media (max-width: 639px) {
  :root {
    --h--x-large: 900 2.125rem/1em Interstate, sans-serif;
    --h--large: 900 1.5rem/1.1em Interstate, sans-serif;
    --h--medium: 900 1.4rem/1.1em Interstate, sans-serif;
    --h--medium-lc: 900 1.4rem/1.1em Interstate, sans-serif;
    --h--small: 900 1.2rem/1.1em Interstate, sans-serif;
    --h--x-small: 900 1.15rem/1.1em Interstate, sans-serif;
    --h--xx-small: 900 1rem/1em Interstate, sans-serif;
    --h--xx-small-lc: 700 16/125% Interstate, sans-serif;
    --h--xxx-small: 900 0.875rem/1em Interstate, sans-serif;
  }
}
@media (max-width: 639px) {
  :root {
    --p--default: 300 1rem/175% Interstate, sans-serif;
    --p--intro: 500 1rem/150% Interstate, sans-serif;
    --p--small: 300 0.9rem/175% Interstate, sans-serif;
    --p--x-small: 300 0.85rem/1.1rem Interstate, sans-serif;
    --p--xx-small: 300 0.8rem/1.1rem Interstate, sans-serif;
  }
}
.h--x-large {
  font: var(--h--x-large);
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.h--large {
  font: var(--h--large);
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.h--medium {
  font: var(--h--medium);
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.h--medium-lc {
  font: var(--h--medium-lc);
  text-transform: none;
  margin-bottom: 1rem;
}

.h--small {
  font: var(--h--small);
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.h--x-small {
  font: var(--h--x-small);
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.h--xx-small {
  font: var(--h--xx-small);
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.h--xx-small-lc {
  font: var(--h--xx-small-lc);
  text-transform: none;
  margin-bottom: 1rem;
}

.h--xxx-small {
  font: var(--h--xxx-small);
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.p--default {
  font: var(--p--default);
}

.p--intro {
  font: var(--p--intro);
}

.p--small {
  font: var(--p--small);
}

.p--x-small {
  font: var(--p--x-small);
}

.p--xx-small {
  font: var(--p--xx-small);
}

.text--light {
  font-weight: 300;
}

.text--regular {
  font-weight: 400;
}

.text--bold {
  font-weight: 700;
}

.text--black {
  font-weight: 900;
}

.text--left {
  text-align: left;
}

.text--right {
  text-align: right;
}

.text--center {
  text-align: center;
}

.text--justify {
  text-align: justify;
}

.text--nowrap {
  white-space: nowrap;
}

.text--default-case {
  text-transform: initial;
}

.text--lowercase {
  text-transform: lowercase;
}

.text--uppercase {
  text-transform: uppercase;
}

.text--capitalize {
  text-transform: capitalize;
}

.text-decoration:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3px;
  transition: 0.3s all;
  height: 1px;
  background-color: var(--gwk-goud);
}
.text-decoration:hover:before {
  transform: translateY(-2px);
  background-color: var(--gwk-blauw);
}

.text-decoration--after:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3px;
  transition: 0.3s all;
  height: 1px;
  background-color: var(--gwk-goud);
}
.text-decoration--after:hover:after {
  transform: translateY(-2px);
  background-color: var(--gwk-blauw);
}

:root {
  --gwk-blauw: #001F78;
  --gwk-goud: #AE9A63;
  --grijs-100: #F5F5F6;
  --grijs-300: #EDEDED;
  --grijs-500: #A8A9AF;
  --grijs-700: #808487;
  --grijs-900: #3E404F;
  --geel: #FFE649;
  --lichtblauw: #3B82F6;
  --groen: #18B949;
  --groen-600: #198754;
  --rood: #BF2727;
  --cta-geel: #FEBD00;
  --aftersale-paars: #a98eda;
  --wit: #FFFFFF;
}

.gwk-blauw {
  background-color: #001F78;
}
.gwk-blauw--hover-only:hover {
  background-color: #001F78;
}
.gwk-blauw--hover-lighten:hover {
  background-color: rgb(0, 44.175, 171);
}
.gwk-blauw--hover-darken:hover {
  background-color: rgb(0, 17.825, 69);
}

.text--gwk-blauw {
  color: #001F78;
}
.text--gwk-blauw-hover:hover {
  color: #001F78;
}
.text--gwk-blauw-only {
  color: #001F78 !important;
}

.gico--gwk-blauw:before {
  color: #001F78;
}

.border--gwk-blauw {
  border-color: #001F78;
}

.border--gwk-blauw {
  border-color: #001F78;
}

.fill--gwk-blauw {
  fill: #001F78;
}

.gwk-goud {
  background-color: #AE9A63;
}
.gwk-goud--hover-only:hover {
  background-color: #AE9A63;
}
.gwk-goud--hover-lighten:hover {
  background-color: rgb(191.4303797468, 175.7341772152, 132.5696202532);
}
.gwk-goud--hover-darken:hover {
  background-color: rgb(146.1265822785, 127.3924050633, 75.8734177215);
}

.text--gwk-goud {
  color: #AE9A63;
}
.text--gwk-goud-hover:hover {
  color: #AE9A63;
}
.text--gwk-goud-only {
  color: #AE9A63 !important;
}

.gico--gwk-goud:before {
  color: #AE9A63;
}

.border--gwk-goud {
  border-color: #AE9A63;
}

.border--gwk-goud {
  border-color: #AE9A63;
}

.fill--gwk-goud {
  fill: #AE9A63;
}

.grijs-100 {
  background-color: #F5F5F6;
}
.grijs-100--hover-only:hover {
  background-color: #F5F5F6;
}
.grijs-100--hover-lighten:hover {
  background-color: white;
}
.grijs-100--hover-darken:hover {
  background-color: rgb(218.1578947368, 218.1578947368, 221.8421052632);
}

.text--grijs-100 {
  color: #F5F5F6;
}
.text--grijs-100-hover:hover {
  color: #F5F5F6;
}
.text--grijs-100-only {
  color: #F5F5F6 !important;
}

.gico--grijs-100:before {
  color: #F5F5F6;
}

.border--grijs-100 {
  border-color: #F5F5F6;
}

.border--grijs-100 {
  border-color: #F5F5F6;
}

.fill--grijs-100 {
  fill: #F5F5F6;
}

.grijs-300 {
  background-color: #EDEDED;
}
.grijs-300--hover-only:hover {
  background-color: #EDEDED;
}
.grijs-300--hover-lighten:hover {
  background-color: white;
}
.grijs-300--hover-darken:hover {
  background-color: rgb(211.5, 211.5, 211.5);
}

.text--grijs-300 {
  color: #EDEDED;
}
.text--grijs-300-hover:hover {
  color: #EDEDED;
}
.text--grijs-300-only {
  color: #EDEDED !important;
}

.gico--grijs-300:before {
  color: #EDEDED;
}

.border--grijs-300 {
  border-color: #EDEDED;
}

.border--grijs-300 {
  border-color: #EDEDED;
}

.fill--grijs-300 {
  fill: #EDEDED;
}

.grijs-500 {
  background-color: #A8A9AF;
}
.grijs-500--hover-only:hover {
  background-color: #A8A9AF;
}
.grijs-500--hover-lighten:hover {
  background-color: rgb(194.5688622754, 195.2634730539, 199.4311377246);
}
.grijs-500--hover-darken:hover {
  background-color: rgb(141.4311377246, 142.7365269461, 150.5688622754);
}

.text--grijs-500 {
  color: #A8A9AF;
}
.text--grijs-500-hover:hover {
  color: #A8A9AF;
}
.text--grijs-500-only {
  color: #A8A9AF !important;
}

.gico--grijs-500:before {
  color: #A8A9AF;
}

.border--grijs-500 {
  border-color: #A8A9AF;
}

.border--grijs-500 {
  border-color: #A8A9AF;
}

.fill--grijs-500 {
  fill: #A8A9AF;
}

.grijs-700 {
  background-color: #808487;
}
.grijs-700--hover-only:hover {
  background-color: #808487;
}
.grijs-700--hover-lighten:hover {
  background-color: rgb(154.2226720648, 157.3967611336, 159.7773279352);
}
.grijs-700--hover-darken:hover {
  background-color: rgb(102.995951417, 106.4291497976, 109.004048583);
}

.text--grijs-700 {
  color: #808487;
}
.text--grijs-700-hover:hover {
  color: #808487;
}
.text--grijs-700-only {
  color: #808487 !important;
}

.gico--grijs-700:before {
  color: #808487;
}

.border--grijs-700 {
  border-color: #808487;
}

.border--grijs-700 {
  border-color: #808487;
}

.fill--grijs-700 {
  fill: #808487;
}

.grijs-900 {
  background-color: #3E404F;
}
.grijs-900--hover-only:hover {
  background-color: #3E404F;
}
.grijs-900--hover-lighten:hover {
  background-color: rgb(84.4255319149, 87.1489361702, 107.5744680851);
}
.grijs-900--hover-darken:hover {
  background-color: rgb(39.5744680851, 40.8510638298, 50.4255319149);
}

.text--grijs-900 {
  color: #3E404F;
}
.text--grijs-900-hover:hover {
  color: #3E404F;
}
.text--grijs-900-only {
  color: #3E404F !important;
}

.gico--grijs-900:before {
  color: #3E404F;
}

.border--grijs-900 {
  border-color: #3E404F;
}

.border--grijs-900 {
  border-color: #3E404F;
}

.fill--grijs-900 {
  fill: #3E404F;
}

.geel {
  background-color: #FFE649;
}
.geel--hover-only:hover {
  background-color: #FFE649;
}
.geel--hover-lighten:hover {
  background-color: rgb(255, 237.0054945055, 124);
}
.geel--hover-darken:hover {
  background-color: rgb(255, 222.9945054945, 22);
}

.text--geel {
  color: #FFE649;
}
.text--geel-hover:hover {
  color: #FFE649;
}
.text--geel-only {
  color: #FFE649 !important;
}

.gico--geel:before {
  color: #FFE649;
}

.border--geel {
  border-color: #FFE649;
}

.border--geel {
  border-color: #FFE649;
}

.fill--geel {
  fill: #FFE649;
}

.lichtblauw {
  background-color: #3B82F6;
}
.lichtblauw--hover-only:hover {
  background-color: #3B82F6;
}
.lichtblauw--hover-lighten:hover {
  background-color: rgb(107.7609756098, 161.0975609756, 248.2390243902);
}
.lichtblauw--hover-darken:hover {
  background-color: rgb(11.1512195122, 99.1219512195, 242.8487804878);
}

.text--lichtblauw {
  color: #3B82F6;
}
.text--lichtblauw-hover:hover {
  color: #3B82F6;
}
.text--lichtblauw-only {
  color: #3B82F6 !important;
}

.gico--lichtblauw:before {
  color: #3B82F6;
}

.border--lichtblauw {
  border-color: #3B82F6;
}

.border--lichtblauw {
  border-color: #3B82F6;
}

.fill--lichtblauw {
  fill: #3B82F6;
}

.groen {
  background-color: #18B949;
}
.groen--hover-only:hover {
  background-color: #18B949;
}
.groen--hover-lighten:hover {
  background-color: rgb(33.7081339713, 226.2918660287, 92.3205741627);
}
.groen--hover-darken:hover {
  background-color: rgb(18.1435406699, 139.8564593301, 55.1866028708);
}

.text--groen {
  color: #18B949;
}
.text--groen-hover:hover {
  color: #18B949;
}
.text--groen-only {
  color: #18B949 !important;
}

.gico--groen:before {
  color: #18B949;
}

.border--groen {
  border-color: #18B949;
}

.border--groen {
  border-color: #18B949;
}

.fill--groen {
  fill: #18B949;
}

.groen-600 {
  background-color: #198754;
}
.groen-600--hover-only:hover {
  background-color: #198754;
}
.groen-600--hover-lighten:hover {
  background-color: rgb(32.96875, 178.03125, 110.775);
}
.groen-600--hover-darken:hover {
  background-color: rgb(17.03125, 91.96875, 57.225);
}

.text--groen-600 {
  color: #198754;
}
.text--groen-600-hover:hover {
  color: #198754;
}
.text--groen-600-only {
  color: #198754 !important;
}

.gico--groen-600:before {
  color: #198754;
}

.border--groen-600 {
  border-color: #198754;
}

.border--groen-600 {
  border-color: #198754;
}

.fill--groen-600 {
  fill: #198754;
}

.rood {
  background-color: #BF2727;
}
.rood--hover-only:hover {
  background-color: #BF2727;
}
.rood--hover-lighten:hover {
  background-color: rgb(216.1695652174, 64.8304347826, 64.8304347826);
}
.rood--hover-darken:hover {
  background-color: rgb(148.647826087, 30.352173913, 30.352173913);
}

.text--rood {
  color: #BF2727;
}
.text--rood-hover:hover {
  color: #BF2727;
}
.text--rood-only {
  color: #BF2727 !important;
}

.gico--rood:before {
  color: #BF2727;
}

.border--rood {
  border-color: #BF2727;
}

.border--rood {
  border-color: #BF2727;
}

.fill--rood {
  fill: #BF2727;
}

.cta-geel {
  background-color: #FEBD00;
}
.cta-geel--hover-only:hover {
  background-color: #FEBD00;
}
.cta-geel--hover-lighten:hover {
  background-color: rgb(255, 202.5393700787, 50);
}
.cta-geel--hover-darken:hover {
  background-color: rgb(203, 151.0511811024, 0);
}

.text--cta-geel {
  color: #FEBD00;
}
.text--cta-geel-hover:hover {
  color: #FEBD00;
}
.text--cta-geel-only {
  color: #FEBD00 !important;
}

.gico--cta-geel:before {
  color: #FEBD00;
}

.border--cta-geel {
  border-color: #FEBD00;
}

.border--cta-geel {
  border-color: #FEBD00;
}

.fill--cta-geel {
  fill: #FEBD00;
}

.aftersale-paars {
  background-color: #a98eda;
}
.aftersale-paars--hover-only:hover {
  background-color: #a98eda;
}
.aftersale-paars--hover-lighten:hover {
  background-color: rgb(198.24, 180.42, 230.58);
}
.aftersale-paars--hover-darken:hover {
  background-color: rgb(139.76, 103.58, 205.42);
}

.text--aftersale-paars {
  color: #a98eda;
}
.text--aftersale-paars-hover:hover {
  color: #a98eda;
}
.text--aftersale-paars-only {
  color: #a98eda !important;
}

.gico--aftersale-paars:before {
  color: #a98eda;
}

.border--aftersale-paars {
  border-color: #a98eda;
}

.border--aftersale-paars {
  border-color: #a98eda;
}

.fill--aftersale-paars {
  fill: #a98eda;
}

.wit {
  background-color: #FFFFFF;
}
.wit--hover-only:hover {
  background-color: #FFFFFF;
}
.wit--hover-lighten:hover {
  background-color: white;
}
.wit--hover-darken:hover {
  background-color: rgb(229.5, 229.5, 229.5);
}

.text--wit {
  color: #FFFFFF;
}
.text--wit-hover:hover {
  color: #FFFFFF;
}
.text--wit-only {
  color: #FFFFFF !important;
}

.gico--wit:before {
  color: #FFFFFF;
}

.border--wit {
  border-color: #FFFFFF;
}

.border--wit {
  border-color: #FFFFFF;
}

.fill--wit {
  fill: #FFFFFF;
}

.text--gwk-goud strong,
.text--gwk-goud b {
  color: var(--wit);
}

.text--gwk-blauw strong,
.text--gwk-blauw b {
  color: var(--gwk-goud);
}

.text--wit strong,
.text--wit b {
  color: var(--gwk-goud);
}

:root {
  --default-animation: 0.4s all ease;
  --ease-transform: transform 0.6s cubic-bezier(0.85, 0, 0.15, 1);
  --gwk-font: $font;
}

html#gwk {
  margin-top: 0 !important;
}

#wpadminbar {
  transition: 0.3s all 0.3s;
  transform-origin: top left;
}
#wpadminbar:not(:hover) {
  transform: rotate(-10deg);
}

#error-page .header {
  opacity: 0.1;
}

.error404 {
  padding-top: 114px;
}
@media (min-width: 992px) {
  .error404 {
    padding-top: 175px;
  }
}
.error404 .header:not(.header--small) {
  box-shadow: none !important;
}

.animation-404-wrapper {
  width: 100%;
  background-color: #fff;
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: flex;
  height: 420px;
  position: relative;
}

@media (max-width: 767px) {
  .animation-404-wrapper {
    height: auto;
    overflow: visible;
  }
}
.animation-404-wrapper .container, .animation-404-wrapper body .lazyblock.wp-block-lazyblock-layout .glb-layout > .layout-container, body .lazyblock.wp-block-lazyblock-layout .animation-404-wrapper .glb-layout > .layout-container {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  margin: auto;
}

@media (max-width: 767px) {
  .animation-404-wrapper .container, .animation-404-wrapper body .lazyblock.wp-block-lazyblock-layout .glb-layout > .layout-container, body .lazyblock.wp-block-lazyblock-layout .animation-404-wrapper .glb-layout > .layout-container {
    margin: 300px auto 0;
    height: auto;
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
}
@media (max-width: 600px) {
  .animation-404-wrapper .container, .animation-404-wrapper body .lazyblock.wp-block-lazyblock-layout .glb-layout > .layout-container, body .lazyblock.wp-block-lazyblock-layout .animation-404-wrapper .glb-layout > .layout-container {
    margin: 250px auto 0;
    height: auto;
    padding: 0;
    display: block;
  }
}
.animation-404-wrapper .container .info-box, .animation-404-wrapper body .lazyblock.wp-block-lazyblock-layout .glb-layout > .layout-container .info-box, body .lazyblock.wp-block-lazyblock-layout .animation-404-wrapper .glb-layout > .layout-container .info-box {
  background-color: #001f78;
  margin: auto 0;
  display: inline-block;
  padding: 25px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .animation-404-wrapper .container .info-box, .animation-404-wrapper body .lazyblock.wp-block-lazyblock-layout .glb-layout > .layout-container .info-box, body .lazyblock.wp-block-lazyblock-layout .animation-404-wrapper .glb-layout > .layout-container .info-box {
    margin-left: -40px;
  }
}
@media (max-width: 767px) {
  .animation-404-wrapper .container .info-box, .animation-404-wrapper body .lazyblock.wp-block-lazyblock-layout .glb-layout > .layout-container .info-box, body .lazyblock.wp-block-lazyblock-layout .animation-404-wrapper .glb-layout > .layout-container .info-box {
    display: block;
  }
}
.animation-404-wrapper .container .info-box *, .animation-404-wrapper body .lazyblock.wp-block-lazyblock-layout .glb-layout > .layout-container .info-box *, body .lazyblock.wp-block-lazyblock-layout .animation-404-wrapper .glb-layout > .layout-container .info-box * {
  font-family: sans-serif;
  color: #fff;
  margin: 0;
}

.animation-404-wrapper .container .info-box h2, .animation-404-wrapper body .lazyblock.wp-block-lazyblock-layout .glb-layout > .layout-container .info-box h2, body .lazyblock.wp-block-lazyblock-layout .animation-404-wrapper .glb-layout > .layout-container .info-box h2 {
  font-size: 30px;
  font-family: sans-serif;
  color: #fff;
  margin: 0 0 1rem 0;
  text-transform: uppercase;
}

.animation-404-wrapper .container .info-box .button, .animation-404-wrapper body .lazyblock.wp-block-lazyblock-layout .glb-layout > .layout-container .info-box .button, body .lazyblock.wp-block-lazyblock-layout .animation-404-wrapper .glb-layout > .layout-container .info-box .button {
  border: none;
}

.animation-404-wrapper .overflow-hidden {
  position: absolute;
  overflow: hidden;
  inset: 0;
}

.animation-404-wrapper .box {
  left: calc(50% - 440px);
  width: 880px;
  flex: 0 0 880px;
  height: 400px;
  position: absolute;
  display: flex;
  background-size: 100%;
  background-position: center;
  background-color: #ededed;
  background-image: url(grfx/animation-404/grot.svg);
  animation: 1.8s rockBreak cubic-bezier(0.94, 0.33, 0.4, 1) infinite;
}

.animation-404-wrapper .box:before {
  content: "";
  position: absolute;
  left: 1px;
  top: 0;
  bottom: 0;
  width: calc(50vw - 440px);
  transform: translateX(-100%);
  background-color: #ededed;
  background-image: url(grfx/animation-404/pijp.svg);
  background-size: 350px 400px;
  background-position: top right;
}

@media (max-width: 767px) {
  .animation-404-wrapper .box {
    transform: scale(0.7) translateX(-15%);
    transform-origin: top;
  }
}
@media (max-width: 600px) {
  .animation-404-wrapper .box {
    transform: scale(0.6) translateY(-10px) translateX(-15%);
  }
}
@media (min-width: 1536px) {
  .animation-404-wrapper .box {
    left: calc(50% - 250px);
  }
  .animation-404-wrapper .box:before {
    width: calc(50vw - 255px);
  }
}
.animation-404-wrapper .box .goud {
  width: 195px;
  height: 163px;
  background-image: url(grfx/animation-404/goud.svg);
  background-size: 100%;
  position: absolute;
  right: 32px;
  bottom: 46px;
}

.animation-404-wrapper .box .goud .ster {
  position: absolute;
  background-image: url(grfx/animation-404/ster.svg);
  background-size: cover;
  width: 18px;
  height: 18px;
  display: block;
  animation: 3s twinkle infinite;
}

.animation-404-wrapper .box .goud .ster:nth-child(1) {
  top: 89px;
  left: 1px;
  animation-delay: 100ms;
  width: 24px;
  height: 24px;
}

.animation-404-wrapper .box .goud .ster:nth-child(2) {
  top: 121px;
  left: 15px;
  animation-delay: 300ms;
  animation-duration: 3.5s;
}

.animation-404-wrapper .box .goud .ster:nth-child(3) {
  top: 75px;
  left: 28px;
  animation-delay: 500ms;
  animation-duration: 4s;
}

.animation-404-wrapper .box .goud .ster:nth-child(4) {
  top: 47px;
  left: 162px;
  animation-delay: 700ms;
}

.animation-404-wrapper .box .goud .ster:nth-child(5) {
  top: 20px;
  left: 174px;
  animation-delay: 900ms;
  width: 24px;
  height: 24px;
}

.animation-404-wrapper .box .goud .ster:nth-child(6) {
  top: 1px;
  left: 149px;
  animation-delay: 1100ms;
  animation-duration: 4s;
}

.animation-404-wrapper .box .poppetje {
  width: 143px;
  height: 283px;
  position: absolute;
  left: 429px;
  top: 77px;
}

.animation-404-wrapper .box .poppetje__body {
  position: absolute;
  z-index: 2;
  background-image: url(grfx/animation-404/poppetje.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  top: 95px;
  left: 23px;
  width: 87px;
  height: 204px;
}

.animation-404-wrapper .box .poppetje__pickaxe {
  position: absolute;
  z-index: 3;
  background-image: url(grfx/animation-404/armen.svg);
  background-size: cover;
  background-position: center;
  top: 24px;
  left: 0;
  width: 143px;
  height: 154px;
  transform-origin: 65px 134px;
  animation: 1.8s smack cubic-bezier(0.94, 0.33, 0.4, 1) infinite;
}

.animation-404-wrapper .box .poppetje__pickaxe-bg {
  position: absolute;
  z-index: 1;
  background-image: url(grfx/animation-404/armen-bg.svg);
  background-size: cover;
  background-position: center;
  top: 24px;
  left: 0;
  width: 143px;
  height: 154px;
  transform-origin: 65px 134px;
  animation: 1.8s smack cubic-bezier(0.94, 0.33, 0.4, 1) infinite;
}

.animation-404-wrapper .box .rocks {
  position: absolute;
  top: 0px;
  left: 123px;
  width: 80%;
  height: 400px;
}

.animation-404-wrapper .box .rocks .rock {
  position: absolute;
  width: 8px;
  height: 7px;
  background-size: cover;
  background-image: url(grfx/animation-404/rock.svg);
  animation: 1.8s moveRock cubic-bezier(0, 0.62, 0.43, 0.35) infinite;
}

.animation-404-wrapper .box .rocks .rock:nth-child(1) {
  offset-path: path("m158.93.27l-54.13,86.2c-.78,1.25-2.21,1.9-3.67,1.75-4.91-.53-16.56,1.88-21.43,34.5,0,0-64.76-20.18-79.24,10.35");
  left: 333px;
  top: 231px;
  animation-name: moveRock3;
}

.animation-404-wrapper .box .rocks .rock:nth-child(2) {
  offset-path: path("m326.04,117.93S164.82-219.12.47,248.82");
  left: 170px;
  top: 115px;
  animation-name: moveRock2;
}

.animation-404-wrapper .box .rocks .rock:nth-child(3) {
  offset-path: path("m211.79,167S119.45-284.98.49,300.42");
  left: 284px;
  top: 65px;
}

.animation-404-wrapper .box .rocks .rock:nth-child(4) {
  offset-path: path("m84.04,195.35S133.42-131.59,219.38,61.52c0,0-51.99-37.57-44.95,69.26,0,0-164.35,28.19-173.93,189.59");
  left: 419px;
  top: 37px;
  animation-name: moveRock3;
}

.animation-404-wrapper .box .rocks .rock:nth-child(5) {
  offset-path: path("m297.07,121.54s21.71-138.52,96.94-68.09c0,0-208.32-210.61-393.55,208.19");
  left: 199px;
  top: 112px;
}

@keyframes twinkle {
  0% {
    opacity: 0;
    transform: translateY(10px) rotate(-5deg);
  }
  90% {
    opacity: 1;
    transform: translateY(0px) rotate(5deg);
  }
  100% {
    opacity: 0;
    transform: translateY(0px) rotate(10deg);
  }
}
@keyframes smack {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(-6px, 3px) rotate(89deg);
  }
  40% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes smackBg {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(-6px, 3px) rotate(89deg);
  }
  40% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes moveRock {
  0% {
    offset-distance: 0%;
    opacity: 0;
  }
  17% {
    offset-distance: 0%;
    opacity: 0;
  }
  18% {
    offset-distance: 0%;
    opacity: 1;
  }
  40% {
    offset-distance: 100%;
    opacity: 1;
  }
  90% {
    offset-distance: 100%;
    opacity: 0;
  }
  100% {
    offset-distance: 100%;
    opacity: 0;
  }
}
@keyframes moveRock2 {
  0% {
    offset-distance: 0%;
    opacity: 0;
  }
  17% {
    offset-distance: 0%;
    opacity: 0;
  }
  18% {
    offset-distance: 0%;
    opacity: 1;
  }
  50% {
    offset-distance: 100%;
    opacity: 1;
  }
  90% {
    offset-distance: 100%;
    opacity: 0;
  }
  100% {
    offset-distance: 100%;
    opacity: 0;
  }
}
@keyframes moveRock3 {
  0% {
    offset-distance: 0%;
    opacity: 0;
  }
  17% {
    offset-distance: 0%;
    opacity: 0;
  }
  18% {
    offset-distance: 0%;
    opacity: 1;
  }
  60% {
    offset-distance: 100%;
    opacity: 1;
  }
  90% {
    offset-distance: 100%;
    opacity: 0;
  }
  100% {
    offset-distance: 100%;
    opacity: 0;
  }
}
body {
  font-family: "Interstate", sans-serif;
  background-color: #fff;
  color: var(--gwk-blauw);
  line-height: 1rem;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-top: 192px;
  --fancybox-opacity: 0.6;
  /**
   * Swiper 11.1.1
   * Most modern mobile touch slider and framework with hardware accelerated transitions
   * https://swiperjs.com
   *
   * Copyright 2014-2024 Vladimir Kharlampidi
   *
   * Released under the MIT License
   *
   * Released on: April 9, 2024
   */
}
body .text-button {
  font: 700 18px/175% "Interstate", sans-serif;
  text-transform: uppercase;
  position: relative;
  padding-right: 50px;
  color: var(--gwk-goud);
  transition: 0.3s all;
}
body .text-button:before {
  content: none !important;
}
body .text-button:after {
  content: "";
  transition: 0.3s all;
  background-color: var(--gwk-goud);
  -webkit-mask-image: url(grfx/arrow-right-gold.svg);
  mask-image: url(grfx/arrow-right-gold.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  display: block;
  position: absolute;
  right: 10px;
  top: 5px;
  width: 27px;
  height: 10px;
  border: none;
}
body .text-button:hover {
  color: var(--lichtblauw);
}
body .text-button:hover:after {
  background-color: var(--lichtblauw);
  transform: translateX(10px);
}
body .text-button:visited {
  color: var(--gwk-blauw);
}
body .text-button:visited:after {
  background-color: var(--gwk-blauw);
}
body .text-button:visited:hover {
  color: var(--lichtblauw);
}
body .text-button:visited:hover:after {
  background-color: var(--lichtblauw);
}
body .button {
  border-radius: 4px;
  font: 700 1rem/100% "Interstate", sans-serif;
  text-align: center;
  border: none;
  outline: none;
  padding: 16px 20px;
  transition: 0.4s all;
  display: inline-block;
  cursor: pointer;
  text-decoration: none !important;
  -webkit-appearance: none;
  --ico-padding: 46px;
  --ico-offset: 1rem;
  --ico-paddingL: 58px;
  --ico-offsetL: 28px;
}
body .button:hover {
  cursor: pointer;
}
body .button[class^=gico], body .button[class*=" gico"] {
  position: relative;
}
body .button[class^=gico]:before, body .button[class*=" gico"]:before {
  position: absolute;
  top: 1rem;
}
@media (max-width: 639px) {
  body .button[class^=gico]:before, body .button[class*=" gico"]:before {
    font-size: 16px;
    top: 0.75rem;
  }
}
body .button.gico--square {
  width: 48px;
  height: 48px;
}
body .button.gico--square:before {
  color: inherit;
  inset: 0;
  line-height: 48px;
  text-align: center;
}
@media (max-width: 639px) {
  body .button {
    --ico-padding: 34px;
    --ico-offset: 0.6rem;
    --ico-paddingL: 46px;
    --ico-offsetL: 1rem;
  }
}
body .button.gico--left {
  padding-left: var(--ico-padding) !important;
}
body .button.gico--left:before {
  left: var(--ico-offset) !important;
}
body .button.gico--right {
  padding-right: var(--ico-padding) !important;
}
body .button.gico--right:before {
  right: var(--ico-offset) !important;
}
@media (max-width: 639px) {
  body .button {
    padding: 12px 14px;
    font: 700 0.9rem/100% "Interstate", sans-serif;
  }
}
body .button--small {
  padding: 12px 14px;
  font: 700 0.9rem/100% "Interstate", sans-serif;
}
body .button--large {
  padding: 22px 30px;
  font-size: 1.125rem;
}
body .button--large[class^=gico]:before, body .button--large[class*=" gico"]:before {
  top: 24px;
}
body .button--large.gico--left {
  padding-left: var(--ico-paddingL);
}
body .button--large.gico--left:before {
  left: var(--ico-offsetL);
}
body .button--large.gico--right {
  padding-left: var(--ico-paddingL);
}
body .button--large.gico--right:before {
  left: var(--ico-offsetL);
}
body .button--primary {
  color: var(--wit) !important;
  background-color: var(--lichtblauw) !important;
}
body .button--primary[class^=gico]:before {
  color: var(--wit);
}
body .button--primary.active, body .button--primary:hover {
  color: var(--wit) !important;
  background-color: var(--gwk-blauw) !important;
}
body .button--secondary {
  color: var(--gwk-blauw) !important;
  background-color: var(--grijs-100) !important;
}
body .button--secondary.active, body .button--secondary:hover {
  color: var(--wit) !important;
  background-color: var(--gwk-blauw) !important;
}
body .button--diap {
  color: var(--gwk-blauw) !important;
  background-color: var(--wit) !important;
}
body .button--diap[class^=gico]:before {
  color: var(--wit) !important;
}
body .button--diap.active, body .button--diap:hover {
  background-color: var(--lichtblauw) !important;
  color: var(--wit) !important;
}
body .button--ghost {
  color: var(--lichtblauw) !important;
  box-shadow: 0 0 0 2px var(--lichtblauw) inset !important;
}
body .button--ghost.active, body .button--ghost:hover {
  color: var(--gwk-blauw) !important;
  box-shadow: 0 0 0 2px var(--gwk-blauw) inset !important;
}
body .button--cta {
  color: var(--gwk-blauw) !important;
  background-color: var(--cta-geel) !important;
}
body .button--cta.active, body .button--cta:hover {
  background-color: var(--geel) !important;
}
body .button--cta.checkout {
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 1rem;
}
body .button--cta.checkout:before {
  top: 1.11rem;
}
body .button--disabled {
  color: var(--grijs-500) !important;
  background-color: var(--grijs-100) !important;
  pointer-events: none;
}
body .button--loading {
  pointer-events: none;
  opacity: 0.9;
}
body .button--loading:after {
  content: "";
  position: absolute;
  left: calc(50% - 15px);
  display: block;
  width: 30px;
  top: calc(50% - 15px);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(farthest-side, var(--gwk-blauw) 94%, rgba(255, 255, 255, 0.2)) top/6px 6px no-repeat, conic-gradient(rgba(255, 255, 255, 0.2) 30%, var(--gwk-blauw));
  -webkit-mask: radial-gradient(farthest-side, rgba(0, 0, 0, 0) calc(100% - 6px), #000 0);
  animation: l13 1s infinite linear;
}
@keyframes l13 {
  100% {
    transform: rotate(1turn);
  }
}
body .button--container-read-more {
  display: block;
  width: -moz-max-content;
  width: max-content;
  margin: 2rem auto 0;
}
@media (max-width: 639px) {
  body .button--container-read-more {
    margin: 1rem auto 0;
  }
}
body .form-group {
  position: relative;
  margin-bottom: 20px;
  display: flex;
  border-radius: 4px;
  flex-direction: column;
}
body .form-group.form-row {
  flex-direction: row;
}
body .form-group > label {
  transition: 0.3s all;
  pointer-events: none;
  font: 300 1rem/28px var(--gwk-font);
  color: var(--grijs-700);
  display: block;
  padding: 6px 0px;
}
body .form-group .after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  overflow: hidden;
}
body .form-group > input[type=text],
body .form-group > input[type=number],
body .form-group > input[type=password],
body .form-group > input[type=email],
body .form-group > input[type=file],
body .form-group > input[type=tel],
body .form-group > select,
body .form-group > textarea,
body .form-group > .rich-select > .rich-select__display.dropdown > input.rich-select__input {
  font: var(--p--default);
  order: 2;
  padding: 8px 16px;
  width: 100%;
  outline: none;
  overflow: hidden;
  resize: vertical;
  background-color: #fff;
  border-radius: 4px;
  border: solid 1px var(--grijs-500);
  transition: 0.3s all;
  color: var(--gwk-blauw);
}
@media (max-width: 767px) {
  body .form-group > input[type=text],
  body .form-group > input[type=number],
  body .form-group > input[type=password],
  body .form-group > input[type=email],
  body .form-group > input[type=file],
  body .form-group > input[type=tel],
  body .form-group > select,
  body .form-group > textarea,
  body .form-group > .rich-select > .rich-select__display.dropdown > input.rich-select__input {
    padding: 8px 12px;
  }
}
body .form-group > input[type=text]:focus,
body .form-group > input[type=number]:focus,
body .form-group > input[type=password]:focus,
body .form-group > input[type=email]:focus,
body .form-group > input[type=file]:focus,
body .form-group > input[type=tel]:focus,
body .form-group > select:focus,
body .form-group > textarea:focus,
body .form-group > .rich-select > .rich-select__display.dropdown > input.rich-select__input:focus {
  border-color: var(--lichtblauw);
}
body .form-group > input[type=text]:focus ~ label,
body .form-group > input[type=number]:focus ~ label,
body .form-group > input[type=password]:focus ~ label,
body .form-group > input[type=email]:focus ~ label,
body .form-group > input[type=file]:focus ~ label,
body .form-group > input[type=tel]:focus ~ label,
body .form-group > select:focus ~ label,
body .form-group > textarea:focus ~ label,
body .form-group > .rich-select > .rich-select__display.dropdown > input.rich-select__input:focus ~ label {
  color: var(--lichtblauw);
}
body .form-group > select {
  padding: 12px 16px;
}
body .form-group.label-inside > label {
  left: 16px;
  top: 13px;
  position: absolute;
  transform-origin: top left;
  background-color: #fff;
  padding: 4px;
}
@media (max-width: 767px) {
  body .form-group.label-inside > label {
    left: 12px;
    top: 12px;
  }
}
body .form-group.label-inside > input[type=text]:not(:-moz-placeholder) ~ label, body .form-group.label-inside > input[type=password]:not(:-moz-placeholder) ~ label, body .form-group.label-inside > input[type=email]:not(:-moz-placeholder) ~ label, body .form-group.label-inside > input[type=tel]:not(:-moz-placeholder) ~ label, body .form-group.label-inside > input[type=file]:not(:-moz-placeholder) ~ label, body .form-group.label-inside > select:not(:-moz-placeholder) ~ label, body .form-group.label-inside > textarea:not(:-moz-placeholder) ~ label {
  transform: translate(0px, -21px) scale(0.7);
}
body .form-group.label-inside > input[type=text]:focus ~ label, body .form-group.label-inside > input[type=text]:not(:placeholder-shown) ~ label,
body .form-group.label-inside > input[type=password]:focus ~ label,
body .form-group.label-inside > input[type=password]:not(:placeholder-shown) ~ label,
body .form-group.label-inside > input[type=email]:focus ~ label,
body .form-group.label-inside > input[type=email]:not(:placeholder-shown) ~ label,
body .form-group.label-inside > input[type=tel]:focus ~ label,
body .form-group.label-inside > input[type=tel]:not(:placeholder-shown) ~ label,
body .form-group.label-inside > input[type=file]:focus ~ label,
body .form-group.label-inside > input[type=file]:not(:placeholder-shown) ~ label,
body .form-group.label-inside > select:focus ~ label,
body .form-group.label-inside > select:not(:placeholder-shown) ~ label,
body .form-group.label-inside > textarea:focus ~ label,
body .form-group.label-inside > textarea:not(:placeholder-shown) ~ label {
  transform: translate(0px, -21px) scale(0.7);
}
body .form-group > input[type=file] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}
body .form-group > textarea {
  min-height: 130px;
}
body .form-group.form-error > input[type=text],
body .form-group.form-error > input[type=password],
body .form-group.form-error > input[type=email],
body .form-group.form-error > input[type=tel],
body .form-group.form-error > input[type=file],
body .form-group.form-error > select,
body .form-group.form-error > textarea,
body .form-group.form-error > input[type=text].rich-select__input,
body .form-group.form-error > .rich-select > .dropdown > input {
  border-color: var(--rood) !important;
}
body .form-group.form-error label {
  color: var(--rood);
}
body .rich-select {
  position: relative;
  z-index: 10;
}
body .rich-select__display {
  position: relative;
}
body .rich-select__display.dropdown input.rich-select__input {
  font-weight: 700;
  padding: 12px 20px;
}
@media (max-width: 639px) {
  body .rich-select__display.dropdown input.rich-select__input {
    padding: 10px 35px 10px 15px;
  }
}
body .rich-select__display.dropdown:after {
  content: "";
  display: block;
  position: absolute;
  right: 15px;
  top: 18px;
  border-right: 2px solid var(--gwk-blauw);
  border-bottom: 2px solid var(--gwk-blauw);
  transform: translateY(7px) rotate(225deg);
  transform-origin: center;
  width: 10px;
  height: 10px;
  transition: 0.3s all;
}
body .rich-select__display.search {
  max-width: 450px;
  margin: 30px auto;
}
body .rich-select__display.search:before {
  position: absolute;
  right: 15px;
  top: 12px;
  font-size: 24px;
}
body .rich-select__display.search input.rich-select__input {
  background-color: #fff;
}
body .rich-select__list {
  position: absolute;
  background: #fff;
  top: 65px;
  left: 0;
  right: 0;
  z-index: 11;
  overflow: auto;
  height: 250px;
  transition: var(--ease-transform);
}
body .rich-select__list > * {
  max-width: 100%;
}
body .rich-select__option {
  display: flex;
  transition: var(--ease-transform);
  background-color: #fff;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
body .rich-select__option-image {
  width: 50px;
  display: flex;
}
body .rich-select__option-image img,
body .rich-select__option-image div {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
body .rich-select__option-text {
  padding-left: 20px;
  flex: 1;
}
@media (max-width: 639px) {
  body .rich-select__option-text {
    padding-left: 10px;
  }
}
body .rich-select__option.active, body .rich-select__option:hover {
  background-color: var(--grijs-300);
}
body .rich-select:not(.active) .rich-select__list {
  height: 0px;
  box-shadow: 0 !important;
}
body .rich-select:not(.active) .rich-select__display input.rich-select__input {
  background-color: var(--grijs-300);
  border: 1px solid var(--grijs-300);
}
body .rich-select:not(.active) .rich-select__display:after {
  transform: rotate(45deg);
}
body .rich-select__table {
  background-color: #fff;
  -moz-column-count: 3;
       column-count: 3;
}
@media (max-width: 1023px) {
  body .rich-select__table {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media (max-width: 639px) {
  body .rich-select__table {
    -moz-column-count: 1;
         column-count: 1;
  }
}
body .rich-select__table .rich-select__display {
  position: relative;
}
body .rich-select__table .rich-select__display:after {
  content: none;
}
body .rich-select__table .rich-select__option {
  border-bottom: 1px solid var(--grijs-300);
}
body label.checkbox {
  width: 16px;
  height: 16px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  vertical-align: middle;
}
body label.checkbox--large {
  transform: scale(1.5);
}
body label.checkbox--large > span {
  border-width: 1px;
}
body label.checkbox span {
  width: 16px;
  height: 16px;
  display: block;
  border: solid 2px var(--gwk-goud);
  border-radius: 2px;
  overflow: hidden;
  transition: 0.3s all;
  position: absolute;
  inset: 0;
  background-color: #fff;
  cursor: pointer;
}
body label.checkbox span:after {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 10px;
  top: 1px;
  left: 4px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
}
body label.checkbox input[type=checkbox] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  opacity: 0;
}
body label.checkbox input[type=checkbox]:checked + span {
  background-color: var(--gwk-goud);
  border: solid 1px var(--gwk-goud);
}
body label.checkbox.error span, body label.checkbox.form-error span {
  box-shadow: 0 0 7px rgba(255, 0, 0, 0.7);
}
body label.checkbox + .checkbox-label {
  display: inline-block;
  margin-left: 15px;
  cursor: pointer;
}
body .radiobutton__display {
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  vertical-align: middle;
  border-radius: 100%;
  border: solid 2px var(--grijs-500);
  background-color: #fff;
  box-sizing: content-box;
}
body .radiobutton__display span {
  position: absolute;
  inset: 0;
}
body .radiobutton__display span:after {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0px;
  left: 0px;
  border-radius: 100%;
  transform: scale(0);
  transform-origin: center;
  transition: 0.3s all;
  background-color: var(--gwk-goud);
}
body .radiobutton__display input[type=radio] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  opacity: 0;
}
body .radiobutton__display input[type=radio]:checked + span:after {
  transform: scale(0.5);
}
body .radiobutton__label {
  display: inline-block;
  margin-left: 5px;
}
body .radiobutton-row {
  font: var(--p--default);
  display: flex;
  gap: 10px;
}
body .radiobutton-row .main-label {
  margin-right: 10px;
  font-weight: 400;
}
body label.toggle {
  width: 36px;
  height: 14px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  vertical-align: middle;
  border-radius: 14px;
}
body label.toggle span {
  position: absolute;
  background-color: var(--grijs-500);
  border-radius: 14px;
  inset: 0;
  transition: 0.3s all;
}
body label.toggle span:after {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  top: -3px;
  left: -3px;
  border-radius: 100%;
  transform-origin: center;
  transition: 0.3s all;
  background-color: var(--grijs-300);
  box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.2);
}
body label.toggle input[type=checkbox] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  opacity: 0;
}
body label.toggle input[type=checkbox]:checked + span {
  background-color: var(--gwk-goud);
}
body label.toggle input[type=checkbox]:checked + span:after {
  transform: translateX(28px);
}
body .js-form .loader {
  display: none;
}
body .js-form.loading {
  pointer-events: none;
  position: relative;
}
body .js-form.loading:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 11;
  position: absolute;
  inset: -10px;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(1px);
          backdrop-filter: blur(1px);
}
body .js-form.loading .loader {
  z-index: 11;
  opacity: 1;
  position: absolute;
  left: calc(50% - 50px);
  top: calc(50% - 50px);
  width: 100px;
  aspect-ratio: 1;
  display: grid;
  border: 4px solid rgba(0, 0, 0, 0);
  border-radius: 50%;
  border-right-color: var(--gwk-blauw);
  animation: l15 1s infinite linear;
  transition: 0.5s all;
}
body .js-form.loading .loader::before,
body .js-form.loading .loader::after {
  content: "";
  grid-area: 1/1;
  margin: 2px;
  border: inherit;
  border-radius: 50%;
  animation: l15 2s infinite;
}
body .js-form.loading .loader::after {
  margin: 8px;
  animation-duration: 3s;
}
@keyframes l15 {
  100% {
    transform: rotate(1turn);
  }
}
body .js-form.loading--succes:before {
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
body .js-form.loading--succes .loader {
  animation: none;
  background: var(--groen);
  border: none;
}
body .js-form.loading--succes .loader:before {
  animation: 0;
  border-bottom: 6px solid #fff;
  border-right: 6px solid #fff;
  position: absolute;
  top: 44%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  height: 44px;
  width: 25px;
  border-radius: 3px;
}
body .js-form.loading--succes .loader:after {
  content: none;
}
@media (max-width: 1023px) {
  body {
    padding-top: 117px;
  }
}
body .lazyblock.wp-block-lazyblock-layout {
  max-width: 100%;
  position: relative;
}
body .lazyblock.wp-block-lazyblock-layout.is-selected {
  border: 2px solid #000;
}
@media (max-width: 1023px) {
  body .lazyblock.wp-block-lazyblock-layout .glb-layout .row, body .lazyblock.wp-block-lazyblock-layout .glb-layout > .layout-container .lazyblock-inner-blocks {
    gap: 20px;
  }
}
body .lazyblock.wp-block-lazyblock-layout .glb-layout > .layout-container {
  min-height: 150px;
  width: 100%;
}
body .lazyblock.wp-block-lazyblock-layout .glb-layout > .layout-container .block-list-appender {
  width: 50%;
  position: relative;
}
body .lazyblock.wp-block-lazyblock-layout .glb-layout > .layout-container .block-list-appender .block-editor-inserter button.block-editor-button-block-appender {
  height: 150px;
  width: 100%;
  background-color: #fff;
  color: var(--gwk-blauw);
  border: 1px solid var(--gwk-blauw);
  margin: auto;
}
body .lazyblock.wp-block-lazyblock-layout .glb-layout > .layout-container .lazyblock-inner-blocks > div:nth-child(3) {
  display: none !important;
}
body .lazyblock.wp-block-lazyblock-layout .glb-layout > .layout-container .lazyblock-inner-blocks > div.lazyblock .lzb-preview-server > section {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
body .lazyblock.wp-block-lazyblock-layout .glb-layout > .layout-container .lazyblock-inner-blocks > div.lazyblock .lzb-preview-server > section > .container, body .lazyblock.wp-block-lazyblock-layout .glb-layout > .layout-container .lazyblock-inner-blocks > div.lazyblock .lzb-preview-server > section.glb-layout > .layout-container {
  all: unset;
  padding: 0;
}
body .lazyblock.wp-block-lazyblock-layout .glb-layout > .layout-container .lazyblock-inner-blocks > div.lazyblock .lzb-preview-server > section > .container > .row, body .lazyblock.wp-block-lazyblock-layout .glb-layout > .layout-container .lazyblock-inner-blocks > div.lazyblock .lzb-preview-server > section.glb-layout > .layout-container > .row, body .lazyblock.wp-block-lazyblock-layout .glb-layout > .layout-container .lazyblock-inner-blocks > div.lazyblock .lzb-preview-server > section > .container > .lazyblock-inner-blocks, body .lazyblock.wp-block-lazyblock-layout .glb-layout > .layout-container .lazyblock-inner-blocks > div.lazyblock .lzb-preview-server > section.glb-layout > .layout-container > .lazyblock-inner-blocks {
  all: unset;
  margin: 0;
}
body .lazyblock.wp-block-lazyblock-layout .glb-layout > .layout-container .lazyblock-inner-blocks > div.lazyblock .lzb-preview-server > section > .container > .row > div, body .lazyblock.wp-block-lazyblock-layout .glb-layout > .layout-container .lazyblock-inner-blocks > div.lazyblock .lzb-preview-server > section.glb-layout > .layout-container > .row > div, body .lazyblock.wp-block-lazyblock-layout .glb-layout > .layout-container .lazyblock-inner-blocks > div.lazyblock .lzb-preview-server > section > .container > .lazyblock-inner-blocks > div, body .lazyblock.wp-block-lazyblock-layout .glb-layout > .layout-container .lazyblock-inner-blocks > div.lazyblock .lzb-preview-server > section.glb-layout > .layout-container > .lazyblock-inner-blocks > div {
  all: unset;
}
body ::-moz-selection {
  color: #ffffff;
  background: var(--gwk-goud);
}
body ::selection {
  color: #ffffff;
  background: var(--gwk-goud);
}
body .shadow--mini {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15) !important;
}
body .shadow--small {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25) !important;
}
body .shadow--medium, body .product-preview:hover {
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15) !important;
}
body .fancybox__backdrop {
  opacity: 0.6;
}
body.overlay-active {
  overflow: hidden;
  width: calc(100% - 17px);
}
body .flex {
  display: flex;
}
@media (max-width: 639px) {
  body .order-xs-first {
    order: -1;
  }
}
body section.padding {
  padding: 80px 0;
}
@media (max-width: 1279px) {
  body section.padding {
    padding: 60px 0;
  }
}
@media (min-width: 1024px) {
  body section.padding--reduce {
    padding: 40px 0;
  }
}
@media (max-width: 1023px) {
  body section.padding {
    padding: 40px 0;
  }
}
@media (max-width: 639px) {
  body section.padding {
    padding: 25px 0;
  }
}
body section.padding.pt-none {
  padding-top: 0 !important;
}
body section.padding.pb-none {
  padding-bottom: 0 !important;
}
body .anchor-block {
  scroll-margin-top: 100px;
}
@media (max-width: 767px) {
  body .anchor-block {
    scroll-margin-top: 40px;
  }
}
body .section-heading {
  text-align: center;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  body .section-heading {
    margin-bottom: 2rem;
  }
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body .hx {
  color: inherit;
  text-wrap: balance;
  margin-top: 0;
  font-weight: 900;
}
body h1 strong,
body h2 strong,
body h3 strong,
body h4 strong,
body h5 strong,
body h6 strong,
body .hx strong {
  color: var(--gwk-goud);
  font-weight: 900;
}
body h1 {
  font: var(--h--large);
  text-transform: uppercase;
  margin-bottom: 1rem;
}
body h2 {
  font: var(--h--medium);
  text-transform: uppercase;
  margin-bottom: 1rem;
}
body h3 {
  font: var(--h--small);
  text-transform: uppercase;
  margin-bottom: 1rem;
}
body h4 {
  font: var(--h--x-small);
  text-transform: uppercase;
  margin-bottom: 1rem;
}
body h5 {
  font: var(--h--xx-small);
  text-transform: uppercase;
  margin-bottom: 1rem;
}
body h6 {
  font: var(--h--xxx-small);
  text-transform: uppercase;
  margin-bottom: 1rem;
}
body a {
  font: inherit;
  position: relative;
  text-decoration: none;
  color: inherit;
}
body p {
  font: var(--p--default);
  color: var(--gwk-blauw);
  margin-bottom: 1rem;
  margin-top: 0;
}
body p a:not(.button) {
  display: inline-block;
}
body p a:not(.button):before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3px;
  transition: 0.3s all;
  height: 1px;
  background-color: var(--gwk-goud);
}
body p a:not(.button):hover:before {
  transform: translateY(-2px);
  background-color: var(--gwk-blauw);
}
body p a:not(.button):before {
  bottom: 0;
}
body p.intro {
  font: var(--p--intro);
}
@media (max-width: 767px) {
  body p {
    text-wrap: balance;
  }
}
body div.intro > p {
  font: var(--p--intro);
}
body img {
  display: block;
  max-width: 100%;
}
body ul {
  padding-left: 15px;
}
body ul li {
  font: var(--p--default);
}
body ul.list-w-arrows {
  padding-left: 0;
}
body ul.list-w-arrows li {
  list-style: none;
}
body ul.list-w-arrows li:before {
  content: "\e908";
}
body ul.list--bullet {
  padding-left: 0;
}
body ul.list--bullet li {
  list-style: none;
}
body ul.list--bullet li:before {
  content: "•";
  font-size: 2em;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
body ul.list--count {
  padding-left: 0;
}
body ul.list--count li {
  list-style: none;
  counter-increment: li;
}
body ul.list--count li:before {
  content: counter(li);
  display: inline-block;
  width: 1em;
  margin-right: 6px;
}
body ul.list--arrows {
  padding-left: 0;
}
body ul.list--arrows li {
  list-style: none;
}
body ul.list--arrows li:before {
  content: "\e908";
  margin-right: 9px;
  top: 2px;
  position: relative;
}
body ul.list--arrows--gwk-goud li:before {
  color: var(--gwk-goud);
}
body ul.list--arrows--gwk-blauw li:before {
  color: var(--gwk-blauw);
}
body ul.list--arrows--wit li:before {
  color: #fff;
}
body ul.list--proscons {
  padding-left: 0;
}
body ul.list--proscons li {
  list-style: none;
  padding-left: 40px;
  position: relative;
}
body ul.list--proscons li:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 6px;
  border-radius: 100%;
  background-size: 100%;
}
body ul.list--proscons li.pro:before {
  background-image: url(grfx/plus-circle.svg);
}
body ul.list--proscons li.con:before {
  background-image: url(grfx/min-circle.svg);
}
body hr {
  border-color: var(--grijs-100);
  opacity: 0.5;
}
body table {
  width: 100%;
  border-collapse: collapse;
}
body table td,
body table th {
  padding: 3px;
  text-align: left;
}
body table tr {
  border-top: 1px solid var(--grijs-300);
}
body table tr:first-child {
  border: none;
}
body .loading-block-style {
  position: relative;
}
body .loading-block-style:before, body .loading-block-style:after {
  content: "";
  position: absolute;
  display: block;
}
body .loading-block-style:before {
  z-index: 20;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  inset: -5px;
}
body .loading-block-style:after {
  height: 8px;
  width: clamp(150px, 40%, 400px);
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  z-index: 21;
  --c: no-repeat linear-gradient(var(--gwk-goud) 0 0);
  background: var(--c), var(--c), var(--gwk-blauw);
  background-size: 60% 100%;
  border-radius: 5px;
  opacity: 0.9;
  animation: l16 2s infinite cubic-bezier(0.42, 0.1, 0.4, 1.2);
}
@keyframes l16 {
  0% {
    background-position: -150% 0, -150% 0;
  }
  100% {
    background-position: 250% 0, 250% 0;
  }
}
body .loading-block-style.fancybox__content {
  overflow: hidden;
  border-radius: 8px;
}
body #main-header.header {
  background: #fff;
}
body #main-header.header.small-header {
  transform: translateY(-36px);
}
body #main-header.header .usp-header {
  margin-bottom: 0;
  padding: 8px 0;
}
body #main-header.header .usp-header .usp-list > li,
body #main-header.header .usp-header .top-bar-menu > li {
  font: 300 14px/20px "Interstate", sans-serif;
}
body #main-header.header .usp-header .usp-list > li a:before,
body #main-header.header .usp-header .top-bar-menu > li a:before {
  height: 15px;
  width: 15px;
  line-height: 15px;
  font-size: 7px;
}
body #main-header.header ul li {
  font-size: 16px;
}
body #main-header.header .wrapper-mid-header {
  margin-top: 20px;
}
body .header {
  position: fixed;
  background: var(--wit);
  width: 100%;
  top: 0;
  left: 0;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  transition: all 0.2s ease-in-out;
  z-index: 1000;
}
body .header .flex {
  display: flex;
}
body .header .top-bar {
  color: var(--wit);
  padding: 10px 0;
}
body .header .top-bar ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
body .header .top-bar ul li {
  display: inline-block;
  margin-right: 25px;
  font: var(--p--x-small);
}
body .header .top-bar ul.usp-list {
  margin-right: auto;
}
body .header .top-bar ul.usp-list li a {
  padding-left: 15px;
  transition: all 0.2s ease-in-out;
}
body .header .top-bar ul.usp-list li a:hover {
  color: var(--gwk-goud);
}
body .header .top-bar ul.usp-list li:before {
  color: var(--groen);
}
@media (max-width: 1279px) {
  body .header .top-bar ul.usp-list li {
    position: absolute;
    animation: 12s fadeInFadeOut infinite;
  }
  body .header .top-bar ul.usp-list li:nth-child(1) {
    animation-delay: 0s;
  }
  body .header .top-bar ul.usp-list li:nth-child(2) {
    animation-delay: -8s;
  }
  body .header .top-bar ul.usp-list li:nth-child(3) {
    animation-delay: -4s;
  }
}
body .header .top-bar ul.top-menu {
  margin-left: auto;
}
body .header .top-bar ul.top-menu li {
  display: none;
}
body .header .top-bar ul.top-menu li a {
  transition: all 0.2s ease-in-out;
}
body .header .top-bar ul.top-menu li a:hover {
  color: var(--gwk-goud);
}
body .header .top-bar ul.top-menu li:last-child {
  margin-right: 0;
}
body .header .top-bar ul.top-menu li.top-menu__select-language {
  z-index: 1;
  display: block;
}
body .header .top-bar ul.top-menu li.top-menu__select-language > span {
  position: relative;
  padding: 0 23px 0 30px;
  transition: all 0.2s ease-in-out;
}
body .header .top-bar ul.top-menu li.top-menu__select-language > span i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
body .header .top-bar ul.top-menu li.top-menu__select-language > span i.gico-globe {
  left: 0;
  font-size: 20px;
  line-height: 16px;
}
body .header .top-bar ul.top-menu li.top-menu__select-language > span i.gico-chevron-down {
  right: 0;
  line-height: 100%;
  font-size: 10px;
}
body .header .top-bar ul.top-menu li.top-menu__select-language > span i.gico-chevron-down:before {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: var(--wit);
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 440px) {
  body .header .top-bar ul.top-menu li.top-menu__select-language > span span {
    display: none;
  }
}
body .header .top-bar ul.top-menu li.top-menu__select-language:hover .top-menu__language-picker, body .header .top-bar ul.top-menu li.top-menu__select-language:focus .top-menu__language-picker {
  opacity: 1;
  visibility: visible;
  transform: translateY(10px);
}
body .header .top-bar ul.top-menu li.top-menu__select-language:hover {
  cursor: default;
  color: var(--gwk-goud);
}
body .header .top-bar ul.top-menu li.top-menu__select-language:hover i.gico-chevron-down:before {
  transform: rotate(180deg) translateY(50%);
  color: var(--gwk-goud);
  transition: all 0.2s ease-in-out;
}
body .header .top-bar ul.top-menu__language-picker {
  position: absolute;
  right: 0;
  top: 12px;
  flex-direction: column;
  color: var(--gwk-blauw);
  border-radius: 0.3rem;
  padding: 30px 30px 20px 30px;
  background: var(--wit);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 639px) {
  body .header .top-bar ul.top-menu__language-picker > span {
    font: var(--p--default);
    font-weight: 700;
  }
}
body .header .top-bar ul.top-menu__language-picker .wpml-ls {
  min-width: 12rem;
}
body .header .top-bar ul.top-menu__language-picker .wpml-ls ul {
  flex-direction: column;
}
body .header .top-bar ul.top-menu__language-picker .wpml-ls ul li {
  font: var(--p--small);
  margin-right: 0;
  display: block;
}
@media (max-width: 639px) {
  body .header .top-bar ul.top-menu__language-picker .wpml-ls ul li {
    font: var(--p--default);
  }
}
body .header .top-bar ul.top-menu__language-picker .wpml-ls:after {
  position: absolute;
  content: "";
  top: -5px;
  right: 70px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid var(--wit);
}
body .header .main-bar {
  background: var(--wit);
}
body .header .main-bar .col-lg-12 {
  padding-top: 18px;
  padding-bottom: 18px;
  flex-direction: row;
}
body .header .main-bar__mobile-menu-trigger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  width: 50px;
  height: 100%;
  margin: 0 20px 0 -12px;
  padding: 0 12px;
}
@media (max-width: 1023.98px) {
  body .header .main-bar__mobile-menu-trigger {
    display: flex;
  }
}
body .header .main-bar__mobile-menu-trigger .menu-line {
  width: 100%;
  height: 2px;
  background: var(--gwk-blauw);
  margin: 3px auto;
}
body .header .main-bar__logo {
  display: inline-block;
  align-self: center;
}
body .header .main-bar__logo img {
  width: auto;
  height: 70px;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 1023.98px) {
  body .header .main-bar__logo img {
    height: 44px;
  }
}
body .header .main-bar__right {
  margin-left: auto;
  flex-direction: row;
  align-items: center;
}
@media screen and (max-width: 379px) {
  body .header .main-bar__right:has(.auction-login-button) .main-bar__menu-icon {
    padding: 5px;
  }
  body .header .main-bar__right:has(.auction-login-button) .main-bar__menu-icon i {
    font-size: 24px !important;
  }
}
body .header .main-bar__menu-icon {
  gap: 5px;
  color: var(--gwk-blauw);
  transition: all 0.2s ease-in-out;
  flex-direction: column;
  align-items: center;
  margin-right: 30px;
  font-weight: 300;
}
body .header .main-bar__menu-icon i {
  font-size: 30px;
}
@media (max-width: 1023.98px) {
  body .header .main-bar__menu-icon i {
    font-size: 23px;
  }
}
@media screen and (max-width: 480px) {
  body .header .main-bar__menu-icon i {
    font-size: 28px;
  }
}
@media screen and (max-width: 320px) {
  body .header .main-bar__menu-icon i {
    font-size: 23px;
  }
}
body .header .main-bar__menu-icon--tel {
  display: none;
  align-items: flex-start;
  border-right: 1px solid var(--grijs-300);
  padding-right: 30px;
}
body .header .main-bar__menu-icon--tel i {
  font: var(--p--small);
  line-height: 100%;
}
@media (max-width: 1023.98px) {
  html:lang(de-DE) body .header .main-bar__menu-icon--tel {
    max-width: 250px;
  }
}
body .header .main-bar__menu-icon:last-child {
  margin-right: 0;
}
body .header .main-bar__menu-icon:hover {
  color: var(--gwk-goud);
  cursor: pointer;
}
body .header .main-bar__menu-icon:hover i:before {
  cursor: pointer;
}
@media screen and (max-width: 480px) {
  body .header .main-bar__menu-icon span {
    display: none;
  }
}
body .header .main-bar .ripple-effect {
  margin-right: 20px;
}
body .header .main-bar .ripple-effect:last-child {
  margin-right: 0;
}
@keyframes fadeInFadeOut {
  0% {
    opacity: 0;
  }
  4% {
    opacity: 1;
  }
  33.33% {
    opacity: 1;
  }
  37.33% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
body .header .bottom-bar {
  border-top: 1px solid var(--grijs-300);
}
@media (max-width: 1023.98px) {
  body .header .bottom-bar {
    border-top: none;
  }
}
body .header .bottom-bar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
body .header .bottom-bar ul li a {
  transition: all 0.2s ease-in-out;
  text-rendering: optimizeLegibility;
}
body .header .bottom-bar ul li a:hover {
  color: var(--gwk-goud);
}
body .header .bottom-bar ul.main-menu {
  width: 100%;
}
body .header .bottom-bar ul.main-menu li.menu-item {
  display: inline-block;
  font: var(--p--x-small);
  font-weight: 700;
  margin-left: 5px;
}
body .header .bottom-bar ul.main-menu li.menu-item > ul {
  opacity: 0;
  visibility: hidden;
  margin-top: -10px;
  transition: all 0.2s ease-in-out;
}
body .header .bottom-bar ul.main-menu li.menu-item > a {
  display: inline-block;
  padding: 15px;
}
body .header .bottom-bar ul.main-menu li.menu-item > a:before {
  display: none;
}
body .header .bottom-bar ul.main-menu li.menu-item a.grey-bg-menu-item:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 80%;
  border-radius: 3px;
  background: var(--grijs-100);
  z-index: -1;
}
body .header .bottom-bar ul.main-menu li.menu-item:has(ul) > a {
  padding-right: 35px;
}
body .header .bottom-bar ul.main-menu li.menu-item:has(ul) > a:before {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  font-size: 12px;
  color: var(--gwk-blauw);
  transition: all 0.2s ease-in-out;
  pointer-events: none;
}
body .header .bottom-bar ul.main-menu li.menu-item:has(ul):hover > a {
  color: var(--gwk-goud);
}
body .header .bottom-bar ul.main-menu li.menu-item:has(ul):hover > a:before {
  color: var(--gwk-goud);
  transform: rotate(180deg) translateY(50%);
}
body .header .bottom-bar ul.main-menu li.menu-item .menu-item__list {
  position: absolute;
  top: 47px;
  width: 100%;
  min-width: 16rem;
  max-width: 20rem;
  margin-left: -15px;
}
body .header .bottom-bar ul.main-menu li.menu-item .menu-item__list li {
  font: var(--p--small);
  width: 100%;
}
body .header .bottom-bar ul.main-menu li.menu-item .menu-item__list:has(.menu-item__list--sub) {
  width: 100%;
  max-width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  left: 0;
  margin-left: 0;
}
body .header .bottom-bar ul.main-menu li.menu-item .menu-item__list:has(.menu-item__list--sub) > .menu-item__container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
}
body .header .bottom-bar ul.main-menu li.menu-item .menu-item__list:has(.menu-item__list--sub) > .menu-item__container:has(li:nth-child(5):last-child):not(:has(li:nth-child(7))) > li {
  width: 25%;
}
@media (max-width: 1023.98px) {
  body .header .bottom-bar ul.main-menu li.menu-item .menu-item__list:has(.menu-item__list--sub) > .menu-item__container:has(li:nth-child(5):last-child):not(:has(li:nth-child(7))) > li {
    width: 100%;
  }
}
body .header .bottom-bar ul.main-menu li.menu-item .menu-item__list:has(.menu-item__list--sub) > .menu-item__container:has(li:nth-child(7)) > li {
  width: 20%;
}
@media (max-width: 1023.98px) {
  body .header .bottom-bar ul.main-menu li.menu-item .menu-item__list:has(.menu-item__list--sub) > .menu-item__container:has(li:nth-child(7)) > li {
    width: 100%;
  }
}
body .header .bottom-bar ul.main-menu li.menu-item .menu-item__list:has(.menu-item__list--sub) > .menu-item__container:has(li:nth-child(9):last-child) > li {
  width: 25%;
}
@media (max-width: 1023.98px) {
  body .header .bottom-bar ul.main-menu li.menu-item .menu-item__list:has(.menu-item__list--sub) > .menu-item__container:has(li:nth-child(9):last-child) > li {
    width: 100%;
  }
}
body .header .bottom-bar ul.main-menu li.menu-item .menu-item__list:has(.menu-item__list--sub) > .menu-item__container > li {
  width: 20%;
  display: inline-block;
  padding-right: 20px;
}
body .header .bottom-bar ul.main-menu li.menu-item .menu-item__list:has(.menu-item__list--sub) > .menu-item__container > li > a {
  font-weight: 700;
}
@media (max-width: 1023.98px) {
  body .header .bottom-bar ul.main-menu li.menu-item .menu-item__list:has(.menu-item__list--sub) > .menu-item__container > li > a {
    padding: 10px 16px 6px 16px;
  }
}
body .header .bottom-bar ul.main-menu li.menu-item .menu-item__list:has(.menu-item__list--sub) > .menu-item__container > li:has(a.vdr-menu-nl), body .header .bottom-bar ul.main-menu li.menu-item .menu-item__list:has(.menu-item__list--sub) > .menu-item__container > li:has(a.vdr-menu-eng) {
  display: none;
}
body .header .bottom-bar ul.main-menu li.menu-item .menu-item__list:has(.menu-item__list--sub) > .menu-item__container > li:has(a.show-vdr-menu) {
  display: block;
}
body .header .bottom-bar ul.main-menu li.menu-item .menu-item__list:has(.menu-item__list--sub) > .menu-item__container > li:has(.parent-link) {
  display: none;
}
body .header .bottom-bar ul.main-menu li.menu-item .menu-item__list:has(.menu-item__list--sub) > .menu-item__container #auction-language-switch-wrap {
  display: grid;
  width: 100%;
  grid-template-columns: 185px 1fr;
  margin-bottom: 20px;
  align-items: center;
}
body .header .bottom-bar ul.main-menu li.menu-item .menu-item__list:has(.menu-item__list--sub) > .menu-item__container #auction-language-switch-wrap .lang-toggle {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
body .header .bottom-bar ul.main-menu li.menu-item .menu-item__list:has(.menu-item__list--sub) > .menu-item__container #auction-language-switch-wrap .lang-toggle__switch {
  display: inline-block;
  background: var(--grijs-300);
  border-radius: 16px;
  width: 58px;
  height: 32px;
  position: relative;
  vertical-align: middle;
  transition: background 0.25s;
}
body .header .bottom-bar ul.main-menu li.menu-item .menu-item__list:has(.menu-item__list--sub) > .menu-item__container #auction-language-switch-wrap .lang-toggle__switch:before {
  content: "";
  display: block;
  background: linear-gradient(to bottom, #fff 0%, #eee 100%);
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
  width: 24px;
  height: 24px;
  position: absolute;
  top: 4px;
  left: 4px;
  transition: left 0.25s;
}
body .header .bottom-bar ul.main-menu li.menu-item .menu-item__list:has(.menu-item__list--sub) > .menu-item__container #auction-language-switch-wrap .lang-toggle__checkbox:checked + .lang-toggle__switch {
  background: #56c080;
}
body .header .bottom-bar ul.main-menu li.menu-item .menu-item__list:has(.menu-item__list--sub) > .menu-item__container #auction-language-switch-wrap .lang-toggle__checkbox:checked + .lang-toggle__switch:before {
  left: 30px;
}
body .header .bottom-bar ul.main-menu li.menu-item .menu-item__list:has(.menu-item__list--sub) > .menu-item__container #auction-language-switch-wrap .lang-toggle__checkbox {
  position: absolute;
  visibility: hidden;
}
body .header .bottom-bar ul.main-menu li.menu-item .menu-item__list:has(.menu-item__list--sub) > .menu-item__container #auction-language-switch-wrap .lang-toggle__label {
  margin-left: 5px;
  position: relative;
  top: 2px;
  font: var(--p--small);
  font-weight: 700;
}
body .header .bottom-bar ul.main-menu li.menu-item .menu-item__list:has(.menu-item__list--sub) > .menu-item__container #auction-language-switch-wrap .lang-toggle:hover {
  cursor: pointer;
}
body .header .bottom-bar ul.main-menu li.menu-item .menu-item__list:has(.menu-item__list--sub) > .menu-item__container #auction-language-switch-wrap .vdr-search-form {
  position: relative;
  margin-left: 25px;
}
body .header .bottom-bar ul.main-menu li.menu-item .menu-item__list:has(.menu-item__list--sub) > .menu-item__container #auction-language-switch-wrap .vdr-search-form__searchbar {
  padding: 25px 48px 25px 30px;
  border-radius: 25px;
  background: var(--grijs-300);
  border: none;
  box-shadow: none;
  font-size: 16px;
  font-weight: 300;
  display: block;
  width: 100%;
  height: 34px;
  line-height: 1.42857143;
  color: #555;
  transition: all 0.2s ease-in-out;
}
body .header .bottom-bar ul.main-menu li.menu-item .menu-item__list:has(.menu-item__list--sub) > .menu-item__container #auction-language-switch-wrap .vdr-search-form__searchbar:focus {
  outline: none;
  background: var(--grijs-100);
}
body .header .bottom-bar ul.main-menu li.menu-item .menu-item__list:has(.menu-item__list--sub) > .menu-item__container #auction-language-switch-wrap .vdr-search-form__button {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background: none;
  padding: 0 15px 0 10px;
  border: none;
}
body .header .bottom-bar ul.main-menu li.menu-item .menu-item__list:has(.menu-item__list--sub) > .menu-item__container #auction-language-switch-wrap .vdr-search-form__button:before {
  color: var(--gwk-blauw);
  font-size: 26px;
}
body .header .bottom-bar ul.main-menu li.menu-item .menu-item__list .read-more-link {
  color: var(--gwk-goud);
  font-style: italic;
}
body .header .bottom-bar ul.main-menu li.menu-item .menu-item__list--sub {
  width: 100%;
}
body .header .bottom-bar ul.main-menu li.menu-item .menu-item__list--sub li {
  width: 100%;
  font-weight: 300;
}
body .header .bottom-bar ul.main-menu li.menu-item .menu-item__container {
  padding: 30px;
  width: 100%;
  background: var(--wit);
  border-radius: 0 0 5px 5px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
body .header .bottom-bar ul.main-menu li.menu-item .menu-item__container > li:first-child > a {
  font-weight: 700;
}
body .header .bottom-bar ul.main-menu li.menu-item:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: translateY(10px);
}
body .header .bottom-bar ul.main-menu li.menu-item:first-child {
  margin-left: 0;
}
body .header a:focus {
  text-decoration: none;
}
body .header--small {
  transition: all 0.2s ease-in-out;
  transform: translateY(-39px);
}
body .header--small .main-bar__logo img {
  height: 51px;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 1023.98px) {
  body .header--small .main-bar__logo img {
    height: 44px;
  }
}
body .header--small .main-bar .logo-40-year {
  width: 40px;
  height: 40px;
}
@media (max-width: 1023.98px) {
  body .header--small .bottom-bar,
  body .header--small .overlay-mobile {
    margin-top: 39px;
  }
}
body .ripple-effect {
  overflow: hidden;
  position: relative;
  border-radius: 5px;
  padding: 10px;
  margin: -10px;
  margin-right: 20px;
  transition: background-color 0.3s linear, border 0.3s linear;
}
body .ripple-effect:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  background-image: radial-gradient(circle, #000 10%, rgba(0, 0, 0, 0) 10.01%);
  background-repeat: no-repeat;
  background-position: 50%;
  transform: scale(10);
  opacity: 0;
  transition: transform 0.5s, opacity 1s;
}
body .ripple-effect:active:after {
  transform: scale(0);
  opacity: 0.2;
  transition: 0s;
}
body .overlay-mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.55);
  transition: all 0.2s ease-in-out;
}
body .overlay-mobile.active {
  opacity: 1;
  visibility: visible;
}
body .header-mobile-menu {
  display: none;
}
@media (max-width: 1023.98px) {
  body .header .bottom-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 20rem;
    height: 100dvh;
    height: 100vh;
    z-index: 1001;
    overflow: hidden;
    background: var(--wit);
    transform: translate(-100%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease-in-out;
    box-shadow: 0 4px 6px 5px rgba(0, 0, 0, 0.1), 0 2px 4px 3px rgba(0, 0, 0, 0.06);
  }
  body .header .bottom-bar .container, body .header .bottom-bar .lazyblock.wp-block-lazyblock-layout .glb-layout > .layout-container, body .lazyblock.wp-block-lazyblock-layout .header .bottom-bar .glb-layout > .layout-container {
    height: 100%;
  }
  body .header .bottom-bar .container .row, body .header .bottom-bar .lazyblock.wp-block-lazyblock-layout .glb-layout > .layout-container .row, body .lazyblock.wp-block-lazyblock-layout .header .bottom-bar .glb-layout > .layout-container .row, body .lazyblock.wp-block-lazyblock-layout .glb-layout > .layout-container .header .bottom-bar .container .lazyblock-inner-blocks, body .header .bottom-bar .lazyblock.wp-block-lazyblock-layout .glb-layout > .layout-container .lazyblock-inner-blocks, body .lazyblock.wp-block-lazyblock-layout .header .bottom-bar .glb-layout > .layout-container .lazyblock-inner-blocks {
    height: 100%;
  }
  body .header .bottom-bar .col-lg-12 {
    padding: 0;
    flex-direction: column;
  }
  body .header .bottom-bar ul.main-menu {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
  }
  body .header .bottom-bar ul.main-menu li.menu-item {
    width: 100%;
    margin: 0;
    padding: 0;
    font: var(--p--default);
    font-weight: 700;
    border-bottom: 1px solid var(--grijs-300);
  }
  body .header .bottom-bar ul.main-menu li.menu-item a {
    display: block;
    padding: 10px 16px;
  }
  body .header .bottom-bar ul.main-menu li.menu-item:has(ul) > a {
    pointer-events: none;
  }
  body .header .bottom-bar ul.main-menu li.menu-item:has(ul) > a:before {
    font-size: 15px;
    right: 16px;
    transform: translateY(-50%) rotate(-90deg);
  }
  body .header .bottom-bar ul.main-menu li.menu-item a.grey-bg-menu-item:after {
    content: none;
  }
  body .header .bottom-bar ul.main-menu li.menu-item .menu-item__list,
  body .header .bottom-bar ul.main-menu li.menu-item .menu-item__list:has(.menu-item__list--sub) {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 46px 0 0 0;
    opacity: 1;
    overflow-y: auto;
    visibility: visible;
    transform: translateX(0%);
    box-shadow: none;
  }
  body .header .bottom-bar ul.main-menu li.menu-item .menu-item__list .menu-item__container,
  body .header .bottom-bar ul.main-menu li.menu-item .menu-item__list:has(.menu-item__list--sub) .menu-item__container {
    box-shadow: none;
    padding: 0 0 20px 0;
    margin: 0;
  }
  body .header .bottom-bar ul.main-menu li.menu-item .menu-item__list .menu-item__container > li:first-child > a,
  body .header .bottom-bar ul.main-menu li.menu-item .menu-item__list:has(.menu-item__list--sub) .menu-item__container > li:first-child > a {
    padding-top: 10px;
  }
  body .header .bottom-bar ul.main-menu li.menu-item .menu-item__list .menu-item__container li,
  body .header .bottom-bar ul.main-menu li.menu-item .menu-item__list:has(.menu-item__list--sub) .menu-item__container li {
    width: 100%;
    padding: 0;
    font: var(--p--default);
  }
  body .header .bottom-bar ul.main-menu li.menu-item .menu-item__list .menu-item__container li > a,
  body .header .bottom-bar ul.main-menu li.menu-item .menu-item__list:has(.menu-item__list--sub) .menu-item__container li > a {
    padding: 3px 16px;
  }
  body .header .bottom-bar ul.main-menu li.menu-item .menu-item__list .menu-item__container li ul,
  body .header .bottom-bar ul.main-menu li.menu-item .menu-item__list:has(.menu-item__list--sub) .menu-item__container li ul {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
  }
  body .header .bottom-bar ul.main-menu li.menu-item .menu-item__list .menu-item__container li ul li a,
  body .header .bottom-bar ul.main-menu li.menu-item .menu-item__list:has(.menu-item__list--sub) .menu-item__container li ul li a {
    padding: 3px 16px;
  }
  body .header .bottom-bar ul.main-menu li.menu-item .menu-item__list .menu-item__container li a:hover,
  body .header .bottom-bar ul.main-menu li.menu-item .menu-item__list:has(.menu-item__list--sub) .menu-item__container li a:hover {
    background-color: var(--grijs-300);
  }
  body .header .bottom-bar ul.main-menu li.menu-item .menu-item__list .menu-item__container li:has(.parent-link),
  body .header .bottom-bar ul.main-menu li.menu-item .menu-item__list:has(.menu-item__list--sub) .menu-item__container li:has(.parent-link) {
    display: block;
  }
  body .header .bottom-bar ul.main-menu li.menu-item .menu-item__list .menu-item__container li:has(.parent-link) a,
  body .header .bottom-bar ul.main-menu li.menu-item .menu-item__list:has(.menu-item__list--sub) .menu-item__container li:has(.parent-link) a {
    padding: 10px 35px 10px 16px;
    margin-bottom: -10px;
  }
  body .header .bottom-bar ul.main-menu li.menu-item .menu-item__list .menu-item__container li:has(.parent-link) a:before,
  body .header .bottom-bar ul.main-menu li.menu-item .menu-item__list:has(.menu-item__list--sub) .menu-item__container li:has(.parent-link) a:before {
    position: absolute;
    top: 50%;
    display: block;
    transition: all 0.2s ease-in-out;
    pointer-events: none;
    font-size: 15px;
    right: 16px;
    transform: translateY(-50%) rotate(-90deg);
  }
  body .header .bottom-bar ul.main-menu li.menu-item .menu-item__list .menu-item__container #auction-language-switch-wrap,
  body .header .bottom-bar ul.main-menu li.menu-item .menu-item__list:has(.menu-item__list--sub) .menu-item__container #auction-language-switch-wrap {
    padding: 10px 16px;
    grid-template-columns: 1fr;
    row-gap: 20px;
    margin-bottom: 0;
  }
  body .header .bottom-bar ul.main-menu li.menu-item .menu-item__list .menu-item__container #auction-language-switch-wrap .lang-toggle__label,
  body .header .bottom-bar ul.main-menu li.menu-item .menu-item__list:has(.menu-item__list--sub) .menu-item__container #auction-language-switch-wrap .lang-toggle__label {
    font: var(--p--default);
    font-weight: 700;
  }
  body .header .bottom-bar ul.main-menu li.menu-item .menu-item__list .menu-item__container #auction-language-switch-wrap .vdr-search-form,
  body .header .bottom-bar ul.main-menu li.menu-item .menu-item__list:has(.menu-item__list--sub) .menu-item__container #auction-language-switch-wrap .vdr-search-form {
    margin: 0;
  }
  body .header .bottom-bar ul.main-menu li.menu-item .menu-item__list.active {
    display: block;
    z-index: 1;
    background: var(--wit);
  }
  body .header .bottom-bar ul.main-menu li.menu-item:hover > a {
    background-color: var(--grijs-300);
  }
  body .header .bottom-bar.active {
    opacity: 1;
    visibility: visible;
    transform: translate(0%);
  }
  body .header .header-mobile-menu {
    position: sticky;
    display: flex;
    align-items: center;
    justify-content: space-between;
    top: 0;
    height: 46px;
    width: 100%;
    z-index: 501;
    background: var(--gwk-blauw);
  }
  body .header .header-mobile-menu button {
    background: none;
    border: none;
    outline: none;
    margin: 0;
    padding: 0;
    height: 46px;
    width: 46px;
  }
  body .header .header-mobile-menu button:before {
    color: var(--wit);
  }
  body .header .header-mobile-menu button.menu-mobile-button-arrow {
    display: none;
  }
  body .header .header-mobile-menu button.menu-mobile-button-close:before {
    font-weight: 700;
  }
  body .header .header-mobile-menu .menu-mobile-title {
    color: var(--wit);
    font-weight: 700;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 0 20px;
  }
  body .header .header-mobile-menu.active button.menu-mobile-button-arrow {
    display: block;
  }
}
@keyframes slideLeft {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}
@keyframes slideRight {
  0% {
    opacity: 1;
    transform: translateX(0%);
  }
  100% {
    opacity: 0;
    transform: translateX(100%);
  }
}
body .live-auction-button {
  float: right;
  color: var(--wit);
}
body .live-auction-button a {
  font: var(--p--x-small);
  font-weight: 700;
  padding: 15px 20px 15px 20px;
  display: inline-block;
}
body .live-auction-button a:hover {
  color: var(--wit) !important;
}
body .live-auction-button a.is-live:after {
  background: #dc3545;
}
body .live-auction-button a.red-bg-menu-item:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 80%;
  border-radius: 3px;
  z-index: -1;
  transition: all 0.2s ease;
}
body .live-auction-button a.red-bg-menu-item:hover:after {
  transition: all 0.2s ease;
  background: #ab2633;
}
@media (max-width: 1280px) {
  body .live-auction-button {
    display: none;
  }
}
@media (max-width: 1024px) {
  body .live-auction-button {
    display: block;
    width: 100%;
  }
}
body .live-blob {
  background: white;
  display: inline-block;
  border-radius: 50%;
  height: 10px;
  width: 10px;
  margin-right: 10px;
  box-shadow: 0 0 0 0 rgb(255, 255, 255);
  transform: scale(1);
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@media (max-width: 1024px) {
  body ul.main-menu .live-auction-button {
    padding: 10px 16px;
  }
  body ul.main-menu .live-auction-button a {
    width: 100%;
    font: var(--p--default);
    font-weight: 700;
  }
}
body .live-auction-button-mobile {
  display: none;
}
@media (max-width: 1280px) {
  body .live-auction-button-mobile {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -37px;
    height: 40px;
    background: #dc3545;
  }
  body .live-auction-button-mobile > .container > a, body .lazyblock.wp-block-lazyblock-layout .live-auction-button-mobile.glb-layout > .layout-container > a {
    /* padding-left: 20px;
    padding-right: 20px; */
    height: 40px;
    display: block;
    line-height: 40px;
    padding: 0;
  }
  body .live-auction-button-mobile > a:after {
    border-radius: 0;
  }
}
body .logo-40-year-spacer {
  width: 2px;
  background: #AE9A63;
  align-self: stretch;
  margin: 0 20px;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 380px) {
  body .logo-40-year-spacer {
    margin: 0 10px;
  }
}
body .logo-40-year {
  width: 55px;
  height: 55px;
  align-self: center;
  pointer-events: none;
  transition: all 0.2s ease-in-out;
}
body .small-header .logo-40-year {
  width: 40px;
  height: 40px;
}
@media (max-width: 1023px) {
  body .logo-40-year {
    height: 40px;
    width: 40px;
  }
}
@media only screen and (max-width: 380px) {
  body html:lang(nl-NL) .header-item-right .menu-icon span,
  body html:lang(nl-BE) .header-item-right .menu-icon span {
    display: none;
  }
}
@media only screen and (max-width: 670px) {
  body html:lang(fr-BE) .header-item-right .menu-icon-tel-xs {
    margin-right: 30px;
    display: flex;
  }
  body html:lang(fr-BE) .header-item-right .menu-icon-tel {
    display: none;
  }
}
@media only screen and (max-width: 440px) {
  body html:lang(fr-BE) .header-item-right .menu-icon span {
    display: none;
  }
}
@media only screen and (max-width: 630px) {
  body .header-item-right:has(> :nth-child(4)) .menu-icon-tel-xs {
    margin-right: 30px;
    display: flex;
  }
  body .header-item-right:has(> :nth-child(4)) .menu-icon-tel {
    display: none;
  }
}
@media only screen and (max-width: 450px) {
  body .header-item-right:has(> :nth-child(4)) .menu-icon span {
    display: none;
  }
}
@media only screen and (max-width: 380px) {
  body .header-item-right:has(> :nth-child(4)) .menu-icon-tel-xs {
    margin-right: 15px;
  }
  body .header-item-right:has(> :nth-child(4)) .auction-login-button {
    margin-left: 15px;
  }
}
body .footer,
body footer {
  margin-top: 0;
}
body .footer h4,
body footer h4 {
  text-transform: none;
}
body .footer ul li,
body footer ul li {
  font-size: 16px;
}
body .footer__top,
body footer__top {
  border-top: 1px solid color-mix(in srgb, var(--grijs-500) 40%, transparent);
  border-bottom: 1px solid color-mix(in srgb, var(--grijs-500) 40%, transparent);
  text-align: center;
}
body .footer__top a,
body footer__top a {
  color: #fff;
  padding: 20px;
  display: inline-block;
  font-weight: 700;
  text-decoration: none;
}
body .footer__top a:hover,
body footer__top a:hover {
  color: var(--gwk-goud);
}
@media (min-width: 640px) and (max-width: 767px) {
  body .footer__top .footer__top-links,
  body footer__top .footer__top-links {
    -moz-columns: 2;
         columns: 2;
  }
  body .footer__top .footer__top-links a:first-child,
  body footer__top .footer__top-links a:first-child {
    -moz-column-span: all;
         column-span: all;
  }
}
@media (max-width: 767px) {
  body .footer__top,
  body footer__top {
    border: none;
  }
  body .footer__top .footer__top-links,
  body footer__top .footer__top-links {
    margin-top: 20px;
  }
  body .footer__top a,
  body footer__top a {
    display: block;
    font: 700 16px/175% "Interstate", sans-serif;
    position: relative;
    text-align: left;
    padding: 14px 0;
  }
  body .footer__top a:after,
  body footer__top a:after {
    content: "\e908";
    font-family: "gwk-icons" !important;
    font-size: 12px;
    position: absolute;
    right: 0;
    top: 50%;
    font-weight: 300;
    transform: translateY(-50%);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  body .footer__top a:not(:first-child),
  body footer__top a:not(:first-child) {
    border-top: 1px solid color-mix(in srgb, var(--grijs-500) 40%, transparent);
  }
}
body .footer__body,
body footer__body {
  padding-top: 50px;
}
body .footer .social-links p,
body footer .social-links p {
  color: var(--gwk-goud);
  font: var(--h--xx-small);
  text-transform: uppercase;
  margin-bottom: 1rem;
  margin-top: 2rem;
}
body .footer .social-links .link-wrap,
body footer .social-links .link-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 120px;
  gap: 20px;
}
body .footer .social-links .link-wrap:hover a,
body footer .social-links .link-wrap:hover a {
  opacity: 0.6;
}
body .footer .social-links .link-wrap a,
body footer .social-links .link-wrap a {
  display: block;
  aspect-ratio: 1;
  width: 100%;
  background-size: cover;
  transition: 0.3s all;
}
body .footer .social-links .link-wrap a:hover,
body footer .social-links .link-wrap a:hover {
  transform: scale(1.1);
  opacity: 1;
}
@media (max-width: 1023px) {
  body .footer .social-links,
  body footer .social-links {
    margin: auto;
    display: flex;
    height: 20px;
  }
  body .footer .social-links p,
  body footer .social-links p {
    margin-right: 30px;
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 0;
  }
}
@media (max-width: 639px) {
  body .footer .social-links,
  body footer .social-links {
    margin: 0;
  }
  body .footer .social-links p,
  body footer .social-links p {
    font-size: 17px;
    line-height: 18px;
  }
  body .footer .social-links .link-wrap,
  body footer .social-links .link-wrap {
    margin-left: auto;
    width: 100px;
  }
}
body .footer__info img,
body footer__info img {
  height: 66px;
  width: auto;
  display: block;
  margin-bottom: 30px;
}
body .footer__info p,
body footer__info p {
  color: var(--grijs-300);
  font-size: 14px;
  line-height: 175%;
}
body .footer__navigation,
body footer__navigation {
  -moz-column-count: 3;
       column-count: 3;
}
body .footer__navigation li,
body footer__navigation li {
  list-style: none;
}
body .footer__navigation ul,
body footer__navigation ul {
  padding: 0;
}
@media (max-width: 767px) {
  body .footer__navigation,
  body footer__navigation {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media (max-width: 639px) {
  body .footer__navigation,
  body footer__navigation {
    -moz-column-count: 1;
         column-count: 1;
  }
}
body .footer__navigation > ul.footer__navigation-group,
body footer__navigation > ul.footer__navigation-group {
  margin-bottom: 2rem;
  margin-top: 0;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
body .footer__navigation > ul.footer__navigation-group .footer__subscribe .form-group,
body footer__navigation > ul.footer__navigation-group .footer__subscribe .form-group {
  flex-direction: row;
}
body .footer__navigation > ul.footer__navigation-group .footer__subscribe .form-group input,
body footer__navigation > ul.footer__navigation-group .footer__subscribe .form-group input {
  order: 1;
  border-radius: 4px 0 0 4px;
}
body .footer__navigation > ul.footer__navigation-group .footer__subscribe .form-group button,
body footer__navigation > ul.footer__navigation-group .footer__subscribe .form-group button {
  order: 2;
  border-radius: 0 4px 4px 0;
  height: auto;
}
body .footer__navigation > ul.footer__navigation-group .footer__subscribe .form-group button:hover,
body footer__navigation > ul.footer__navigation-group .footer__subscribe .form-group button:hover {
  cursor: pointer;
}
body .footer__navigation > ul.footer__navigation-group .footer__subscribe .form-group button:before,
body footer__navigation > ul.footer__navigation-group .footer__subscribe .form-group button:before {
  pointer-events: none;
}
body .footer__navigation > ul.footer__navigation-group .footer__subscribe--sub,
body footer__navigation > ul.footer__navigation-group .footer__subscribe--sub {
  display: inline-block;
  color: var(--grijs-100);
  font: 300 14px/200% "Interstate", sans-serif;
  text-transform: none;
  margin-bottom: 0;
}
body .footer__navigation > ul.footer__navigation-group .footer__subscribe--response,
body footer__navigation > ul.footer__navigation-group .footer__subscribe--response {
  display: none;
  margin-top: -15px;
  color: var(--wit);
  font: 300 14px/200% "Interstate", sans-serif;
}
body .footer__navigation > ul.footer__navigation-group .footer__subscribe--response > span,
body footer__navigation > ul.footer__navigation-group .footer__subscribe--response > span {
  color: var(--groen);
  margin-right: 15px;
}
body .footer__navigation > ul.footer__navigation-group .footer__subscribe--response.error > span,
body footer__navigation > ul.footer__navigation-group .footer__subscribe--response.error > span {
  display: inline-flex;
  background: var(--rood);
  color: var(--wit);
  width: 18px;
  height: 18px;
  border-radius: 50%;
}
body .footer__navigation > ul.footer__navigation-group .footer__subscribe--response.error > span:before,
body footer__navigation > ul.footer__navigation-group .footer__subscribe--response.error > span:before {
  margin-left: auto;
  margin-right: auto;
  font-size: 10px;
  line-height: 18px;
}
body .footer__navigation > ul.footer__navigation-group > li,
body .footer__navigation > ul.footer__navigation-group > p.footer__subscribe--title,
body footer__navigation > ul.footer__navigation-group > li,
body footer__navigation > ul.footer__navigation-group > p.footer__subscribe--title {
  color: var(--gwk-goud);
  font: var(--h--xx-small);
  text-transform: uppercase;
  margin-bottom: 1rem;
}
body .footer__navigation > ul.footer__navigation-group > li > ul.footer__navigation-group-content,
body .footer__navigation > ul.footer__navigation-group > p.footer__subscribe--title > ul.footer__navigation-group-content,
body footer__navigation > ul.footer__navigation-group > li > ul.footer__navigation-group-content,
body footer__navigation > ul.footer__navigation-group > p.footer__subscribe--title > ul.footer__navigation-group-content {
  margin-top: 8px;
}
body .footer__navigation > ul.footer__navigation-group > li > ul.footer__navigation-group-content > li a,
body .footer__navigation > ul.footer__navigation-group > p.footer__subscribe--title > ul.footer__navigation-group-content > li a,
body footer__navigation > ul.footer__navigation-group > li > ul.footer__navigation-group-content > li a,
body footer__navigation > ul.footer__navigation-group > p.footer__subscribe--title > ul.footer__navigation-group-content > li a {
  display: inline-block;
  color: var(--grijs-100);
  font: 300 14px/200% "Interstate", sans-serif;
  text-transform: none;
}
body .footer__navigation > ul.footer__navigation-group > li > ul.footer__navigation-group-content > li a:before,
body .footer__navigation > ul.footer__navigation-group > p.footer__subscribe--title > ul.footer__navigation-group-content > li a:before,
body footer__navigation > ul.footer__navigation-group > li > ul.footer__navigation-group-content > li a:before,
body footer__navigation > ul.footer__navigation-group > p.footer__subscribe--title > ul.footer__navigation-group-content > li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3px;
  transition: 0.3s all;
  height: 1px;
  background-color: var(--gwk-goud);
}
body .footer__navigation > ul.footer__navigation-group > li > ul.footer__navigation-group-content > li a:hover:before,
body .footer__navigation > ul.footer__navigation-group > p.footer__subscribe--title > ul.footer__navigation-group-content > li a:hover:before,
body footer__navigation > ul.footer__navigation-group > li > ul.footer__navigation-group-content > li a:hover:before,
body footer__navigation > ul.footer__navigation-group > p.footer__subscribe--title > ul.footer__navigation-group-content > li a:hover:before {
  transform: translateY(-2px);
  background-color: var(--gwk-blauw);
}
body .footer__navigation > ul.footer__navigation-group > li > ul.footer__navigation-group-content > li a:before,
body .footer__navigation > ul.footer__navigation-group > p.footer__subscribe--title > ul.footer__navigation-group-content > li a:before,
body footer__navigation > ul.footer__navigation-group > li > ul.footer__navigation-group-content > li a:before,
body footer__navigation > ul.footer__navigation-group > p.footer__subscribe--title > ul.footer__navigation-group-content > li a:before {
  opacity: 0;
  bottom: -1px;
}
body .footer__navigation > ul.footer__navigation-group > li > ul.footer__navigation-group-content > li a:hover:before,
body .footer__navigation > ul.footer__navigation-group > p.footer__subscribe--title > ul.footer__navigation-group-content > li a:hover:before,
body footer__navigation > ul.footer__navigation-group > li > ul.footer__navigation-group-content > li a:hover:before,
body footer__navigation > ul.footer__navigation-group > p.footer__subscribe--title > ul.footer__navigation-group-content > li a:hover:before {
  opacity: 1;
  background-color: var(--gwk-goud);
}
@media (max-width: 639px) {
  body .footer__navigation > ul.footer__navigation-group,
  body footer__navigation > ul.footer__navigation-group {
    padding: 16px 0 12px;
    margin: 0;
    position: relative;
  }
  body .footer__navigation > ul.footer__navigation-group > li,
  body .footer__navigation > ul.footer__navigation-group > p.footer__subscribe--title,
  body footer__navigation > ul.footer__navigation-group > li,
  body footer__navigation > ul.footer__navigation-group > p.footer__subscribe--title {
    margin-bottom: 0;
  }
  body .footer__navigation > ul.footer__navigation-group:not(:first-child),
  body footer__navigation > ul.footer__navigation-group:not(:first-child) {
    border-top: 1px solid #ffffff;
  }
  body .footer__navigation > ul.footer__navigation-group:after,
  body footer__navigation > ul.footer__navigation-group:after {
    content: "\e905";
    font-family: "gwk-icons" !important;
    font-size: 12px;
    position: absolute;
    right: 0;
    top: 22px;
    font-weight: 700;
    color: var(--gwk-goud);
    transform: translateY(-50%) rotate(180deg);
    transition: 0.6s all cubic-bezier(0.85, 0, 0.15, 1);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  body .footer__navigation > ul.footer__navigation-group ul.footer__navigation-group-content,
  body .footer__navigation > ul.footer__navigation-group .footer__subscribe,
  body footer__navigation > ul.footer__navigation-group ul.footer__navigation-group-content,
  body footer__navigation > ul.footer__navigation-group .footer__subscribe {
    margin-top: 2px !important;
    margin-bottom: 2px;
  }
  body .footer__navigation > ul.footer__navigation-group ul.footer__navigation-group-content li,
  body .footer__navigation > ul.footer__navigation-group .footer__subscribe li,
  body footer__navigation > ul.footer__navigation-group ul.footer__navigation-group-content li,
  body footer__navigation > ul.footer__navigation-group .footer__subscribe li {
    overflow: hidden;
    transition: 0.6s all cubic-bezier(0.85, 0, 0.15, 1);
    max-height: 30px;
  }
  body .footer__navigation > ul.footer__navigation-group .footer__subscribe,
  body footer__navigation > ul.footer__navigation-group .footer__subscribe {
    overflow: hidden;
    transition: 0.6s all cubic-bezier(0.85, 0, 0.15, 1);
    max-height: 300px;
  }
  body .footer__navigation > ul.footer__navigation-group .footer__subscribe > .form-group,
  body footer__navigation > ul.footer__navigation-group .footer__subscribe > .form-group {
    padding-top: 1rem;
  }
  body .footer__navigation > ul.footer__navigation-group:not(.active):after,
  body footer__navigation > ul.footer__navigation-group:not(.active):after {
    transform: translateY(-50%);
  }
  body .footer__navigation > ul.footer__navigation-group:not(.active) .footer__navigation-group-content li,
  body .footer__navigation > ul.footer__navigation-group:not(.active) .footer__subscribe,
  body footer__navigation > ul.footer__navigation-group:not(.active) .footer__navigation-group-content li,
  body footer__navigation > ul.footer__navigation-group:not(.active) .footer__subscribe {
    margin-top: 0;
    max-height: 0;
  }
}
@media (max-width: 639px) {
  body .footer__navigation > ul.footer__navigation-group.active ul.footer__navigation-group-content li:first-child,
  body footer__navigation > ul.footer__navigation-group.active ul.footer__navigation-group-content li:first-child {
    margin-top: 10px !important;
  }
}
body .footer .gold-de-logo-footer img,
body footer .gold-de-logo-footer img {
  height: 70px;
}
@media (max-width: 767px) {
  body .footer .gold-de-logo-footer img,
  body footer .gold-de-logo-footer img {
    margin: auto auto 30px auto;
  }
}
@media (max-width: 639px) {
  body .footer .gold-de-logo-footer img,
  body footer .gold-de-logo-footer img {
    margin: auto auto 30px 0px;
  }
}
body .footer__sub,
body footer__sub {
  padding: 30px 0;
}
@media (max-width: 639px) {
  body .footer__sub,
  body footer__sub {
    padding: 10px 0 30px;
  }
}
body .footer__sub .flex,
body footer__sub .flex {
  display: flex;
}
@media (max-width: 1279px) {
  body .footer__sub .flex,
  body footer__sub .flex {
    flex-direction: column;
  }
}
body .footer__sub-content,
body footer__sub-content {
  font: 300 13px/20px "Interstate", sans-serif;
  color: #fff;
  margin-right: auto;
  display: flex;
}
body .footer__sub-content > span,
body .footer__sub-content > a,
body footer__sub-content > span,
body footer__sub-content > a {
  display: flex;
  margin: auto 20px auto 0;
  gap: 20px;
  font: 300 13px/20px "Interstate", sans-serif;
}
@media (max-width: 1279px) {
  body .footer__sub-content > span,
  body .footer__sub-content > a,
  body footer__sub-content > span,
  body footer__sub-content > a {
    margin: 10px auto;
  }
}
body .footer__sub-content .customer-rating__rating-stars,
body footer__sub-content .customer-rating__rating-stars {
  margin: auto;
}
@media (max-width: 1279px) {
  body .footer__sub-content,
  body footer__sub-content {
    margin: 10px auto;
    order: 2;
  }
}
@media (max-width: 639px) {
  body .footer__sub-content,
  body footer__sub-content {
    margin: 10px 0;
    flex-wrap: wrap;
  }
  body .footer__sub-content > span,
  body footer__sub-content > span {
    order: 2;
    flex: 0 0 100%;
    justify-content: center;
  }
  body .footer__sub-content .customer-rating,
  body footer__sub-content .customer-rating {
    order: 1;
    gap: 7px;
  }
  body .footer__sub-content .customer-rating .customer-rating__rating-stars,
  body footer__sub-content .customer-rating .customer-rating__rating-stars {
    margin: auto 5px;
  }
}
body .footer__sub-menu,
body footer__sub-menu {
  font: 300 13px/20px "Interstate", sans-serif;
  color: var(--grijs-500);
  margin-left: auto;
}
@media (max-width: 1279px) {
  body .footer__sub-menu,
  body footer__sub-menu {
    margin: 10px auto;
    order: 1;
  }
}
@media (max-width: 639px) {
  body .footer__sub-menu,
  body footer__sub-menu {
    margin: 10px 0;
  }
}
body .footer__sub-menu ul,
body footer__sub-menu ul {
  display: inline-block;
  padding: 0;
  margin: 0;
}
body .footer__sub-menu ul li,
body footer__sub-menu ul li {
  display: inline-block;
  margin-left: 20px;
}
@media (max-width: 1279px) {
  body .footer__sub-menu ul li,
  body footer__sub-menu ul li {
    margin: 10px;
  }
}
@media (max-width: 639px) {
  body .footer__sub-menu ul li,
  body footer__sub-menu ul li {
    margin: 10px 0;
    display: block;
  }
}
body .footer__sub-menu ul li a,
body footer__sub-menu ul li a {
  font: 300 13px/125% "Interstate", sans-serif;
  color: var(--grijs-500);
  display: block;
}
body .accent-image {
  --space: 24px;
  position: relative;
  padding: var(--space) var(--space) var(--space) 0;
  display: block;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  body .accent-image {
    --space: 12px;
    margin-bottom: 10px;
  }
}
body .accent-image img {
  width: 100%;
  position: relative;
  z-index: 1;
}
body .accent-image__label {
  font: var(--p--small);
  color: var(--gwk-goud);
  font-weight: 700;
  float: left;
  margin-top: 20px;
}
body .accent-image:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  width: calc(50% + var(--space));
  background: var(--gwk-goud);
  z-index: 0;
}
body .accent-bar {
  position: relative;
}
body .accent-bar:after {
  background-color: var(--geel);
  width: 33.3333333333%;
  height: 0;
  padding-bottom: clamp(10px, 1.25%, 20px);
  position: absolute;
  content: "";
  z-index: 1;
  bottom: 0;
}
body .accent-bar--left:after {
  left: 0;
}
body .accent-bar--right:after {
  right: 0;
}
body #breadcrumbs {
  overflow: auto;
  height: 28px;
}
body #breadcrumbs > span {
  width: -moz-max-content;
  width: max-content;
  display: block;
}
body .banner {
  background-size: cover;
  background-position: center center;
  position: relative;
  height: 0;
}
body .banner--portrait {
  padding-bottom: 144%;
}
@media (max-width: 639px) {
  body .banner--portrait {
    padding-bottom: 100%;
  }
}
body .banner--landscape {
  padding-bottom: 50%;
}
body .banner__content {
  position: absolute;
  inset: 0;
  padding: 40px 40px 60px 40px;
  display: flex;
}
body .banner__content-pos {
  margin-top: auto;
  margin-bottom: auto;
}
@media (max-width: 1279px) {
  body .banner__content {
    padding: 25px 25px 60px 25px;
  }
}
body .banner__content h2,
body .banner__content p {
  color: #fff;
}
@media (max-width: 639px) {
  body .banner__content p {
    display: none;
  }
}
body .banner .button {
  position: absolute;
  left: 25px;
  bottom: 25px;
}
body .glb-diensten-overzicht h2,
body .glb-diensten-overzicht h3 {
  text-align: center;
  margin-bottom: 40px;
}
body .diensten-icoon .st0 {
  fill: transparent;
}
body .diensten-icoon .st1,
body .diensten-icoon .toggle-fill {
  fill: var(--gwk-blauw) !important;
}
body .diensten-icoon .toggle-stroke {
  stroke: var(--gwk-blauw) !important;
}
body .diensten {
  --size: 70px;
  --itemFlex: 0 0 calc(33% - 60px);
  display: flex;
  flex-wrap: wrap;
  max-width: 850px;
  gap: 20px;
  margin: auto;
}
body .diensten--active-5 {
  justify-content: space-evenly;
}
body .diensten--active-3, body .diensten--active-6 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 767px) {
  body .diensten--active-3, body .diensten--active-6 {
    grid-template-columns: repeat(2, 1fr);
  }
}
body .diensten--active-3 {
  max-width: 600px;
}
body .diensten--active-4 {
  max-width: 600px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
body .diensten--active-4 .dienst {
  --itemFlex: 0 0 calc(50% - 90px);
}
@media (max-width: 767px) {
  body .diensten--active-4 .dienst {
    --itemFlex: 0 0 calc(50% - 60px);
  }
}
@media (max-width: 767px) {
  body .diensten {
    --size: 50px;
  }
}
body .diensten .dienst {
  position: relative;
  padding-left: 90px;
  display: flex;
  height: var(--size);
  flex: var(--itemFlex);
  text-decoration: none !important;
}
@media (max-width: 767px) {
  body .diensten .dienst {
    padding-left: 65px;
  }
}
body .diensten .dienst span {
  margin: auto 0 auto 0;
  font-size: 18px;
  font-weight: 700;
}
body .diensten .dienst .diensten-icoon .toggle-fill,
body .diensten .dienst .diensten-icoon .toggle-stroke {
  transition: 0.4s;
}
body .diensten .dienst:hover .diensten-icoon .st1,
body .diensten .dienst:hover .diensten-icoon .toggle-fill {
  fill: var(--gwk-goud) !important;
}
body .diensten .dienst:hover .diensten-icoon .toggle-stroke {
  stroke: var(--gwk-goud) !important;
}
body .diensten .dienst svg.diensten-icoon {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: var(--size);
  height: var(--size);
}
@keyframes icoon--kopen--ster-links {
  0% {
    opacity: 0;
    transform: translate(-13px, 64px);
  }
  30% {
    opacity: 1;
  }
  35% {
    opacity: 0;
    transform: translate(-5px, -10px);
  }
  100% {
    opacity: 0;
  }
}
@keyframes icoon--kopen--ster-rechts {
  0% {
    transform: rotate(-5deg) translate(0, 85px);
    opacity: 0;
  }
  50% {
    transform: rotate(-5deg) translate(0, 85px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  85% {
    transform: translate(0px, 20px) rotate(-5deg);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px) rotate(5deg);
    opacity: 0;
  }
}
body .diensten .dienst--kopen .diensten-icoon--kopen .ster_links,
body .diensten .dienst--kopen .diensten-icoon--kopen .ster_rechts {
  opacity: 0;
}
body .diensten .dienst--kopen:hover .diensten-icoon--kopen .ster_links {
  opacity: 0;
  animation: icoon--kopen--ster-links 3.5s ease 3;
}
body .diensten .dienst--kopen:hover .diensten-icoon--kopen .ster_rechts {
  opacity: 0;
  animation: icoon--kopen--ster-rechts 3.5s ease 3;
}
@keyframes icoon--verkopen--euro {
  0% {
    opacity: 1;
    transform: translate(0, 0px);
  }
  15% {
    opacity: 0;
    transform: translate(0, 0px);
  }
  30% {
    opacity: 0;
    transform: translate(0, -40px);
  }
  80% {
    opacity: 1;
  }
  90% {
    opacity: 1;
    transform: translate(0, 0px);
  }
}
body .diensten .dienst--verkopen:hover .diensten-icoon--verkopen .euro {
  animation: icoon--verkopen--euro 1.8s ease 1;
}
body .diensten .dienst--verkopen .euro .st0 {
  fill: #ffffff;
}
@keyframes icoon--verpanden--ring {
  0% {
    transform: translate(0px, 0) scale(1);
  }
  33% {
    transform: translate(-10px, 0) scale(0.5);
  }
  66% {
    transform: translate(21px, -10px) scale(1.1);
  }
  100% {
    transform: translate(0px, 0) scale(1);
  }
}
@keyframes icoon--verpanden--euro {
  0% {
    transform: translate(0px, 0);
  }
  33% {
    transform: translate(0, -34px) scale(1.5);
  }
  66% {
    transform: translate(13px, -10px) scale(0.6);
  }
  100% {
    transform: translate(0px, 0) scale(1);
  }
}
body .diensten .dienst--verpanden .diensten-icoon--verpanden .ring {
  transform-origin: left;
}
body .diensten .dienst--verpanden .diensten-icoon--verpanden .euro {
  transform-origin: right;
}
body .diensten .dienst--verpanden .diensten-icoon--verpanden .euro .st0 {
  fill: #ffffff;
}
body .diensten .dienst--verpanden:hover .diensten-icoon--verpanden .euro {
  animation: icoon--verpanden--euro 2.8s ease 1;
}
body .diensten .dienst--verpanden:hover .diensten-icoon--verpanden .ring {
  animation: icoon--verpanden--ring 2.8s ease 1;
}
@keyframes icoon--geld-wisselen--pond {
  0% {
    transform: translate(0px, 0);
  }
  50% {
    transform: translate(-67px, 60px);
  }
  100% {
    transform: translate(0px, 0);
  }
}
@keyframes icoon--geld-wisselen--euro {
  0% {
    transform: translate(0px, 0);
  }
  50% {
    transform: translate(67px, -60px);
  }
  100% {
    transform: translate(0px, 0);
  }
}
body .diensten .dienst--geld-wisselen:hover .diensten-icoon--geld-wisselen .euro {
  animation: icoon--geld-wisselen--euro 2s cubic-bezier(0.69, 0, 0.12, 1.56) 2;
}
body .diensten .dienst--geld-wisselen:hover .diensten-icoon--geld-wisselen .pond {
  background-color: #000;
  animation: icoon--geld-wisselen--pond 2s cubic-bezier(0.69, 0, 0.12, 1.56) 2;
}
@keyframes icoon--veilen--hamer {
  0% {
    transform: translate(0px, 0px);
  }
  30% {
    transform: translate(40px, -50px) rotate(40deg);
  }
  50% {
    transform: translate(-30px, 0px) rotate(-45deg);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
body .diensten .dienst--veilen:hover .diensten-icoon--veilen .hamer {
  transform-origin: center;
  animation: icoon--veilen--hamer 1.8s cubic-bezier(0.49, 0.44, 0, 1) infinite;
}
@keyframes icon--taxeren--vergrootglas {
  0% {
    transform: rotate(0deg) translate(-40px) rotate(0deg);
  }
  100% {
    transform: rotate(360deg) translate(-40px) rotate(-360deg);
  }
}
body .diensten .dienst--taxeren:hover .diensten-icoon--taxeren .vergrootglas {
  background-color: #000;
  animation: icon--taxeren--vergrootglas 2.4s ease infinite;
}
body .diensten--inline {
  max-width: 100%;
}
body .diensten--inline .dienst {
  flex: 1 1 15%;
}
body .diensten--faq {
  max-width: 100%;
  margin: 30px 0;
}
@media (max-width: 639px) {
  body .diensten--faq {
    gap: 0px;
  }
}
body .diensten--faq .dienst {
  height: auto;
  margin: 10px 0;
  --itemFlex: 1 0 calc(33% - 60px);
}
@media (max-width: 1023px) {
  body .diensten--faq .dienst {
    --itemFlex: 1 0 calc(50% - 60px);
  }
}
@media (max-width: 639px) {
  body .diensten--faq .dienst {
    --itemFlex: 1 0 calc(100%);
  }
}
@media (max-width: 639px) {
  body .diensten--faq .dienst {
    padding-right: 18px;
  }
  body .diensten--faq .dienst:not(:hover):after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 13px;
    height: 13px;
    border-bottom: 2px solid var(--gwk-blauw);
    border-right: 2px solid var(--gwk-blauw);
    transform: rotate(45deg);
  }
  body .diensten--faq .dienst:not(:hover) ul {
    display: none;
  }
}
body .diensten--faq .dienst span {
  font-weight: 300;
  line-height: 24px;
  display: block;
  margin: 0;
}
@media (max-width: 767px) {
  body .diensten--faq .dienst span {
    font-size: 16px;
  }
}
body .diensten--faq .dienst span strong {
  display: block;
}
body .diensten--faq .dienst span ul {
  list-style: none;
  margin: 12px 0 0 0;
}
body .diensten--faq .dienst span ul li {
  transition: 0.3s all 0s;
}
body .diensten--faq .dienst span ul li:before {
  transition: 0.3s all 0s;
  display: inline-block;
}
body .diensten--faq .dienst span ul li:hover {
  color: var(--gwk-goud);
  cursor: pointer;
}
body .diensten--faq .dienst span ul li:hover:before {
  transform: translateX(3px);
}
body .diensten.gwk-blauw .dienst {
  color: #fff;
}
body .diensten.gwk-blauw .diensten-icoon .st0 {
  fill: #ffffff;
}
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
body :root {
  --swiper-theme-color:#007aff;
}
body :host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
body .swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}
body .swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
body .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
body .swiper-android .swiper-slide, body .swiper-ios .swiper-slide, body .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
body .swiper-horizontal {
  touch-action: pan-y;
}
body .swiper-vertical {
  touch-action: pan-x;
}
body .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
body .swiper-slide-invisible-blank {
  visibility: hidden;
}
body .swiper-autoheight, body .swiper-autoheight .swiper-slide {
  height: auto;
}
body .swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
body .swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}
body .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
body .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
body .swiper-3d {
  perspective: 1200px;
}
body .swiper-3d .swiper-cube-shadow, body .swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}
body .swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
body .swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
body .swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
body .swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
body .swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
body .swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
body .swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
body .swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
body .swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
body .swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
body .swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
body .swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
body .swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
body .swiper-3d .swiper-slide-shadow, body .swiper-3d .swiper-slide-shadow-bottom, body .swiper-3d .swiper-slide-shadow-left, body .swiper-3d .swiper-slide-shadow-right, body .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
body .swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
body .swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
body .swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
body .swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
body .swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
body .swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
body .swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, body .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
body .swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}
body .swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
body .swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}
body .swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
body .swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}
body .swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}
body :root {
  --swiper-navigation-size:44px;
}
body .swiper-button-next, body .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
body .swiper-button-next.swiper-button-disabled, body .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
body .swiper-button-next.swiper-button-hidden, body .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
body .swiper-navigation-disabled .swiper-button-next, body .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}
body .swiper-button-next svg, body .swiper-button-prev svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform-origin: center;
}
body .swiper-rtl .swiper-button-next svg, body .swiper-rtl .swiper-button-prev svg {
  transform: rotate(180deg);
}
body .swiper-button-prev, body .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}
body .swiper-button-next, body .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
body .swiper-button-lock {
  display: none;
}
body .swiper-button-next:after, body .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
body .swiper-button-prev:after, body .swiper-rtl .swiper-button-next:after {
  content: "prev";
}
body .swiper-button-next, body .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
body .swiper-button-next:after, body .swiper-rtl .swiper-button-prev:after {
  content: "next";
}
body .swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
body .swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
body .swiper-pagination-disabled > .swiper-pagination, body .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
body .swiper-horizontal > .swiper-pagination-bullets, body .swiper-pagination-bullets.swiper-pagination-horizontal, body .swiper-pagination-custom, body .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
body .swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
body .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
body .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
body .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
body .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
body .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
body .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
body .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
body .swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
body button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
body .swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
body .swiper-pagination-bullet:only-child {
  display: none !important;
}
body .swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
body .swiper-pagination-vertical.swiper-pagination-bullets, body .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
body .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, body .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
body .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, body .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
body .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, body .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}
body .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, body .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
body .swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, body .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
body .swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, body .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}
body .swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}
body .swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
body .swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}
body .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
body .swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
body .swiper-horizontal > .swiper-pagination-progressbar, body .swiper-pagination-progressbar.swiper-pagination-horizontal, body .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, body .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
body .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, body .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, body .swiper-pagination-progressbar.swiper-pagination-vertical, body .swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}
body .swiper-pagination-lock {
  display: none;
}
body .swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}
body .swiper-scrollbar-disabled > .swiper-scrollbar, body .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}
body .swiper-horizontal > .swiper-scrollbar, body .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
body .swiper-scrollbar.swiper-scrollbar-vertical, body .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
body .swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}
body .swiper-scrollbar-cursor-drag {
  cursor: move;
}
body .swiper-scrollbar-lock {
  display: none;
}
body .swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
body .swiper-zoom-container > canvas, body .swiper-zoom-container > img, body .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
body .swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}
body .swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
body .swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
body .swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}
body .swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
body .swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
body .swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
body .swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
body .swiper-fade .swiper-slide-active {
  pointer-events: auto;
}
body .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
body .swiper-cube {
  overflow: visible;
}
body .swiper-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
body .swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
body .swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}
body .swiper-cube .swiper-slide-active, body .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
body .swiper-cube .swiper-slide-active, body .swiper-cube .swiper-slide-next, body .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
body .swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
body .swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}
body .swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
body .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom, body .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left, body .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right, body .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}
body .swiper-flip {
  overflow: visible;
}
body .swiper-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}
body .swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
body .swiper-flip .swiper-slide-active, body .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
body .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom, body .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left, body .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right, body .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}
body .swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}
body .swiper-cards {
  overflow: visible;
}
body .swiper-cards .swiper-slide {
  transform-origin: center bottom;
  backface-visibility: hidden;
  overflow: hidden;
}
body .gwk-slider {
  width: 100%;
  overflow: hidden;
}
body .gwk-slider__container {
  padding: 0 40px;
  position: relative;
}
body .gwk-slider__container .swiper-slide {
  overflow: hidden;
}
body .gwk-slider__pagination {
  text-align: center;
  margin-top: 20px;
}
body .gwk-slider__pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: var(--grijs-500);
  transition: 0.3s all;
  cursor: pointer;
}
body .gwk-slider__pagination .swiper-pagination-bullet:hover {
  transform: scale(1.2);
}
body .gwk-slider__pagination .swiper-pagination-bullet-active {
  background: var(--gwk-blauw);
}
body .gwk-slider__button-next, body .gwk-slider__button-prev {
  color: var(--gwk-goud);
  position: absolute;
  top: calc(50% - 30px);
  z-index: 10;
  display: block;
  cursor: pointer;
  outline: none !important;
}
body .gwk-slider__button-next:hover, body .gwk-slider__button-prev:hover {
  cursor: pointer !important;
}
body .gwk-slider__button-next:after, body .gwk-slider__button-prev:after {
  font-size: 30px;
  font-weight: 900;
  cursor: pointer;
}
body .gwk-slider__button-next {
  right: 0px;
}
body .gwk-slider__button-next:after {
  content: "\e908";
}
body .gwk-slider__button-prev {
  left: 0px;
}
body .gwk-slider__button-prev:after {
  content: "\e907";
}
body .gwk-slider--default .swiper-slide__inner {
  font: var(--p--x-small);
  margin: 5px;
}
body .gwk-slider.gwk-slider--slide.gwk-slider--spv-3 .swiper-slide__inner, body .gwk-slider.gwk-slider--slide.gwk-slider--spv-4 .swiper-slide__inner, body .gwk-slider.gwk-slider--slide.gwk-slider--spv-5 .swiper-slide__inner {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  text-align: center;
  color: var(--gwk-blauw);
  font-weight: 400;
  background-color: #fff;
}
body .gwk-slider.gwk-slider--slide.gwk-slider--spv-3 .swiper-slide__inner:not(.no-title), body .gwk-slider.gwk-slider--slide.gwk-slider--spv-4 .swiper-slide__inner:not(.no-title), body .gwk-slider.gwk-slider--slide.gwk-slider--spv-5 .swiper-slide__inner:not(.no-title) {
  aspect-ratio: 1/1;
}
@media (max-width: 639px) {
  body .gwk-slider.gwk-slider--slide.gwk-slider--spv-3 .swiper-slide__inner:not(.no-title), body .gwk-slider.gwk-slider--slide.gwk-slider--spv-4 .swiper-slide__inner:not(.no-title), body .gwk-slider.gwk-slider--slide.gwk-slider--spv-5 .swiper-slide__inner:not(.no-title) {
    aspect-ratio: 2.2/2;
  }
}
body .gwk-slider.gwk-slider--slide.gwk-slider--spv-3 .swiper-slide__inner:not(.no-title) img, body .gwk-slider.gwk-slider--slide.gwk-slider--spv-4 .swiper-slide__inner:not(.no-title) img, body .gwk-slider.gwk-slider--slide.gwk-slider--spv-5 .swiper-slide__inner:not(.no-title) img {
  max-width: 80%;
  max-height: 80%;
  width: auto;
  margin: 20px auto -20px auto;
}
body .gwk-slider.gwk-slider--slide.gwk-slider--spv-3 .swiper-slide__inner span, body .gwk-slider.gwk-slider--slide.gwk-slider--spv-4 .swiper-slide__inner span, body .gwk-slider.gwk-slider--slide.gwk-slider--spv-5 .swiper-slide__inner span {
  display: block;
  margin: 20px auto auto auto;
  min-height: 2rem;
}
body .gwk-slider.gwk-slider--fade .swiper-slide:not(.swiper-slide-active) {
  opacity: 0 !important;
}
body .gwk-slider.gwk-slider--fade .swiper-slide__inner {
  aspect-ratio: 16/9;
}
body .gwk-stepper__steps {
  border-bottom: 1px solid var(--grijs-300);
  position: relative;
  overflow: auto;
}
body .gwk-stepper__steps-inner {
  width: -moz-max-content;
  width: max-content;
  position: relative;
}
body .gwk-stepper__step-indicator {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  width: 0;
  background-color: var(--gwk-goud);
  transition: 0.4s all;
}
body .gwk-stepper__step {
  font: var(--p--default);
  font-weight: 700;
  color: var(--grijs-500);
  display: inline-block;
  min-width: 120px;
  padding: 6px 20px 6px 0;
  margin-right: 10px;
  cursor: pointer;
}
body .gwk-stepper__step.active {
  color: var(--gwk-goud);
}
@media (max-width: 767px) {
  body .gwk-stepper__step {
    min-width: 50px;
  }
}
body .gwk-slideout {
  position: fixed;
  inset: 0;
  z-index: 10;
}
body .gwk-slideout:not(.active) {
  pointer-events: none;
}
body .gwk-slideout:not(.active) .gwk-slideout__inner {
  transform: translateX(100%);
}
body .gwk-slideout:not(.active) .gwk-slideout__backdrop {
  opacity: 0;
  pointer-events: none;
}
body .gwk-slideout__inner {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 12;
  width: 750px;
  transition: var(--ease-transform);
}
@media (max-width: 767px) {
  body .gwk-slideout__inner {
    width: 98vw;
  }
}
body .gwk-slideout__backdrop {
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  inset: 0;
  z-index: 11;
  transition: 0.6s all;
}
body .gwk-slideout__header {
  background-color: var(--gwk-blauw);
  display: flex;
  padding: 15px;
}
@media (max-width: 767px) {
  body .gwk-slideout__header {
    padding: 10px;
  }
}
body .gwk-slideout__close {
  margin-left: auto;
  width: 50px;
  height: 50px;
  position: relative;
}
body .gwk-slideout__close:after, body .gwk-slideout__close:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  top: 50%;
  height: 2px;
  background: #fff;
  transform: rotate(45deg);
}
body .gwk-slideout__close:after {
  transform: rotate(-45deg);
}
@media (max-width: 767px) {
  body .gwk-slideout__close {
    width: 35px;
    height: 35px;
  }
}
body .gwk-slideout__body {
  padding: 50px;
  background-color: #fff;
  overflow: auto;
  height: calc(100vh - 80px);
}
@media (max-width: 767px) {
  body .gwk-slideout__body {
    padding: 20px;
    height: calc(100vh - 50px);
  }
}
body .customer-rating {
  display: flex;
  flex-wrap: wrap;
}
body .customer-rating__logo {
  background-image: url(grfx/customer-rating.svg);
  background-size: cover;
  width: 80px;
  min-width: 80px;
  height: 20px;
  display: inline-block;
  position: relative;
  top: -3px;
}
body .customer-rating__rating-stars {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  height: 16px;
  width: 90px;
  gap: 2px;
}
body .customer-rating__rating-stars > div {
  background-size: cover;
  width: 16px;
  height: 16px;
}
body .customer-rating__rating-stars > .on {
  background-image: url(grfx/rating-star.svg);
  background-color: #fff;
  border-radius: 18px;
  width: 18px;
  height: 18px;
  background-size: 18px 18px;
  background-repeat: no-repeat;
}
body .customer-rating__rating-stars > .half {
  background-image: url(grfx/rating-star.svg);
  background-color: #fff;
  border-radius: 18px;
  width: 18px;
  height: 18px;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  border-right: 9px solid var(--gwk-blauw);
}
body .customer-rating__rating-text {
  font: 300 13px/20px "Interstate", sans-serif;
  color: #fff;
}
body .valuta-widget {
  overflow: visible !important;
}
body .valuta-widget .dialog__heading {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
body .valuta-widget .currency-switch {
  display: grid;
  grid-template-columns: 1fr 50px 1fr;
}
body .valuta-widget .currency-switch .input-group {
  width: 100%;
  position: relative;
  display: block;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  margin-bottom: 0;
}
body .valuta-widget .currency-switch .input-group input {
  padding-left: 70px;
}
@media (max-width: 639px) {
  body .valuta-widget .currency-switch .input-group input {
    padding: 17px 15px 3px 12px;
  }
}
body .valuta-widget .currency-switch .input-group .input-group-addon {
  all: unset;
  position: absolute;
  left: 1px;
  top: 1px;
  bottom: 1px;
  background-color: var(--grijs-300);
  color: var(--grijs-900);
  font-weight: 700;
  width: 55px;
  text-align: center;
  line-height: 48px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
@media (max-width: 639px) {
  body .valuta-widget .currency-switch .input-group .input-group-addon {
    background: none;
    pointer-events: none;
    font-size: 12px;
    text-align: left;
    padding-left: 11px;
    line-height: 23px;
  }
}
body .valuta-widget .button-wrap {
  margin-top: 16px;
}
body .valuta-widget .button-wrap .button--cta {
  margin-left: auto;
}
body .wp-pagination {
  margin: 30px auto;
  display: none;
}
@media (min-width: 1024px) {
  body .wp-pagination--large {
    display: block;
  }
}
@media (max-width: 1023px) {
  body .wp-pagination--small {
    display: block;
  }
}
body ul.page-numbers {
  display: flex;
  padding: 0;
}
body ul.page-numbers li {
  list-style: none;
  width: 40px;
  height: 40px;
}
body ul.page-numbers li span,
body ul.page-numbers li a {
  display: block;
  background: var(--grijs-300);
  color: var(--gwk-blauw);
  text-align: center;
  line-height: 40px;
  transition: 0.3s all;
}
body ul.page-numbers li:hover a,
body ul.page-numbers li span.current {
  background-color: var(--gwk-blauw);
  color: #fff;
}
@media (max-width: 767px) {
  body ul.page-numbers li:has(.dots) {
    width: 15px;
  }
}
body .post-preview {
  display: grid;
  grid-template-columns: 1fr 148px;
  gap: 20px;
  margin-bottom: 24px;
  text-decoration: none !important;
}
@media (min-width: 768px) {
  body .post-preview__wrap [class^=col] {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
body .post-preview .post-preview__intro {
  display: none;
}
body .post-preview .image {
  height: 100px;
  overflow: hidden;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body .post-preview .image img {
  position: relative;
  width: 100% !important;
  height: auto !important;
}
body .post-preview p {
  margin: auto 0;
  line-height: 125%;
}
@media (max-width: 639px) {
  body .post-preview {
    grid-template-columns: 1fr 110px;
    gap: 15px;
  }
  body .post-preview .image {
    height: 70px;
  }
}
@media (max-width: 767px) {
  body .post-preview {
    box-shadow: none !important;
  }
  body .post-preview.featured .accent-image {
    --space: 0;
  }
  body .post-preview.featured .button {
    display: none;
  }
}
@media (min-width: 768px) {
  body .post-preview:not(.post-preview--small) {
    gap: 0px;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    height: 100%;
    background-color: #ffffff;
  }
  body .post-preview:not(.post-preview--small) .image {
    flex: 0 0 100%;
    order: 1;
    height: auto;
    overflow: hidden;
    aspect-ratio: 16/9;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  body .post-preview:not(.post-preview--small) p.text--bold {
    order: 2;
    padding: 20px;
    height: 50%;
    margin: 0 auto auto;
    flex: 0 0 100%;
  }
  body .post-preview:not(.post-preview--small) p.text--bold .post-preview__intro {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    font: var(--p--small);
  }
  body .post-preview.featured {
    box-shadow: none !important;
    display: flex;
  }
  body .post-preview.featured > .text {
    flex: 1 1 50% !important;
    margin: auto !important;
    height: auto !important;
    order: 1;
    padding: 60px 60px 60px 0;
  }
  body .post-preview.featured > .text .title {
    font: var(--h--small);
    text-transform: uppercase;
  }
  body .post-preview.featured > .image,
  body .post-preview.featured > .image-wrap {
    order: 2;
    flex: 1 1 50%;
    position: relative;
    padding: 0;
  }
}
body .nieuws-overview .accent-image {
  margin-bottom: 0;
}
body .nieuws-overview .featured .button {
  margin-top: 30px;
}
body .pill {
  display: inline-block;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 300;
  padding-left: 30px;
  padding: 2px 6px 2px 6px;
  border-radius: 20px;
}
body .pill--groen {
  color: #fff;
  background-color: var(--groen);
}
body .pill--groen-600 {
  color: #fff;
  background-color: var(--groen-600);
}
body .pill--grijs {
  color: #fff;
  background-color: var(--grijs-700);
}
body .pill--blauw {
  color: #fff;
  background-color: var(--gwk-blauw);
}
body .pill--paars {
  color: #fff;
  background-color: var(--aftersale-paars);
}
body .veiling__agenda--grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
}
@media (min-width: 1024px) {
  body .veiling__agenda--grid {
    margin-top: 2rem;
  }
}
@media (max-width: 639px) {
  body .veiling__agenda--grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
body .veiling__agenda .gwk-slider .gwk-slider__pagination {
  display: none;
}
body .veiling__agenda-item {
  display: grid;
  grid-template-columns: 115px 1fr;
  gap: 25px;
}
@media (max-width: 1279px) {
  body .veiling__agenda-item {
    gap: 15px;
    grid-template-columns: 100px 1fr;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .veiling__agenda-item {
    grid-template-columns: 1fr;
  }
}
body .veiling__agenda-item__image {
  width: 115px;
  height: 115px;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  body .veiling__agenda-item__image {
    width: 100px;
    height: 100px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .veiling__agenda-item__image {
    width: 130px;
    height: 130px;
  }
  body .veiling__agenda-item__image img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  body .veiling__agenda-item__image {
    width: 100px;
    height: 100px;
  }
}
body .veiling__agenda-item__content {
  display: flex;
  flex-direction: column;
  margin: auto 0;
  width: -moz-max-content;
  width: max-content;
}
body .veiling__agenda-item__content .title {
  margin-bottom: 12px;
  line-height: 18px;
  font-weight: 500;
}
body .veiling__agenda-item .lot-count {
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 24px;
}
body .veiling__agenda-item .lot-count:before {
  color: var(--gwk-goud);
  font-size: 24px;
  margin-right: 15px;
  display: inline-block;
  vertical-align: sub;
}
body .veiling__agenda-item .subauction-date {
  margin-bottom: 10px;
  font-size: 15px;
  padding-left: 40px;
  position: relative;
}
@media (min-width: 1280px) {
  body .veiling__agenda-item .subauction-date.full-date {
    grid-column: 2;
    margin-top: 0px;
  }
  body .veiling__agenda-item .subauction-date.full-date .line-break {
    display: none;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  body .veiling__agenda-item .subauction-date.full-date {
    grid-column: span 2;
  }
  body .veiling__agenda-item .subauction-date.full-date .line-break {
    display: none;
  }
}
@media (max-width: 767px) {
  body .veiling__agenda-item .subauction-date.full-date {
    grid-column: span 2;
  }
  body .veiling__agenda-item .subauction-date.full-date .line-break {
    display: none;
  }
}
body .veiling__agenda-item .subauction-date:before {
  position: absolute;
  top: 3px;
  left: 0;
  width: 20px;
  height: 20px;
  font-size: 24px;
  color: var(--gwk-goud);
}
body .veiling__agenda-item .days-till-auction:before {
  color: #fff;
  font-size: 15px;
  margin-right: 6px;
  display: inline-block;
  vertical-align: text-bottom;
}
body .veiling__agenda-item--portrait {
  grid-template-columns: 1fr;
  max-width: 300px;
  display: flex;
  flex-wrap: wrap;
}
body .veiling__agenda-item--portrait .veiling__agenda-item__image {
  width: 100%;
  height: auto;
  aspect-ratio: 6/5;
  position: relative;
  overflow: hidden;
}
body .veiling__agenda-item--portrait .veiling__agenda-item__image img {
  width: 100%;
}
body .veiling__agenda-item--portrait .days-till-auction {
  position: absolute;
  right: 10px;
  top: 10px;
}
body .veiling__agenda-cta {
  margin-top: 30px;
}
@media (min-width: 1024px) {
  body .veiling__lots-list {
    max-width: 385px;
  }
}
@media (max-width: 1023px) {
  body .veiling__lots-list {
    margin-top: 40px;
  }
}
body .veiling__lots-list__header {
  border: 1px solid var(--gwk-blauw);
  display: flex;
  margin-bottom: 20px;
  border-radius: 4px;
  background-color: #fff;
}
body .veiling__lots-list__header-item {
  padding: 10px;
  flex: 25%;
  transition: 0.4s all;
  display: flex;
  position: relative;
  cursor: pointer;
}
body .veiling__lots-list__header-item svg {
  transition: 0.4s all;
  margin: auto;
}
body .veiling__lots-list__header-item.mostbids svg {
  stroke: var(--gwk-blauw);
  fill: none;
  width: 26px;
}
body .veiling__lots-list__header-item.leadingbids svg {
  fill: var(--gwk-blauw);
  width: 18px;
}
body .veiling__lots-list__header-item.mostliked svg {
  fill: none;
  stroke: var(--gwk-blauw);
  stroke-width: 1.5;
  stroke-miterlimit: 10;
  width: 24px;
}
body .veiling__lots-list__header-item.handpicked svg {
  fill: var(--gwk-blauw);
  stroke: none;
  width: 34px;
}
body .veiling__lots-list__header-item:after {
  content: attr(data-tooltip);
  color: #fff;
  background-color: var(--gwk-blauw);
  position: absolute;
  inset: 0;
  font-size: 13px;
  text-align: center;
  vertical-align: middle;
  line-height: 16px;
  padding: 4px 13px;
  pointer-events: none;
  opacity: 0;
  transition: 0.3s all;
}
body .veiling__lots-list__header-item:hover:after {
  opacity: 1;
}
body .veiling__lots-list__header-item.active, body .veiling__lots-list__header-item:hover {
  background-color: var(--gwk-blauw);
}
body .veiling__lots-list__header-item.active.mostbids svg, body .veiling__lots-list__header-item:hover.mostbids svg {
  stroke: #fff;
}
body .veiling__lots-list__header-item.active.leadingbids svg, body .veiling__lots-list__header-item:hover.leadingbids svg {
  fill: #fff;
}
body .veiling__lots-list__header-item.active.mostliked svg, body .veiling__lots-list__header-item:hover.mostliked svg {
  fill: #fff;
  stroke: rgba(255, 255, 255, 0);
  stroke-width: 1.5;
  stroke-miterlimit: 10;
}
body .veiling__lots-list__header-item.active.handpicked svg, body .veiling__lots-list__header-item:hover.handpicked svg {
  fill: #fff;
}
body .veiling__lots-list__wrap {
  display: flex;
  overflow: hidden;
}
body .veiling__lots-list__content {
  flex: 100% 0 0;
  transition: 0.6s all cubic-bezier(0.52, 0.24, 0, 1);
}
body .veiling__lots-list__content.live .veiling__lot:first-child .current-lot {
  display: block;
}
body .veiling__lots-list__content.live .veiling__lot:first-child .leading-bid,
body .veiling__lots-list__content.live .veiling__lot:first-child .total-bids,
body .veiling__lots-list__content.live .veiling__lot:first-child .loved {
  display: none;
}
body .veiling__lots-list__content.live .veiling__lot--single {
  height: auto;
  grid-template-columns: 1fr;
}
body .veiling__lots-list__content.live .veiling__lot--single .veiling__lot__image {
  height: 220px;
  width: auto;
}
body .veiling__lot {
  text-decoration: none;
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 5px;
  margin-bottom: 10px;
  border: 1px solid var(--grijs-300);
  transition: 0.3s all;
}
body .veiling__lot:hover {
  background-color: var(--grijs-100);
}
body .veiling__lot__image {
  background: #fff;
  width: 110px;
  display: flex;
  height: 110px;
  text-align: center;
  justify-content: center;
}
body .veiling__lot__image picture {
  margin: auto;
  max-width: 250px;
  max-height: 250px;
}
body .veiling__lot__image img {
  display: block;
  max-width: 240px;
  max-height: 150px;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
body .veiling__lot__content {
  padding: 8px;
}
body .veiling__lot__content .title {
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 10px;
  height: 3em;
  overflow: hidden;
}
body .veiling__lot__content .lotnumber {
  color: var(--grijs-500);
}
body .veiling__lot__content .data {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
  line-height: 26px;
}
body .veiling__lot__content .data .current-lot {
  color: var(--rood);
  position: relative;
  display: none;
  width: 100%;
  padding-right: 30px;
  font-size: 16px;
}
body .veiling__lot__content .data .current-lot:before, body .veiling__lot__content .data .current-lot:after {
  content: "";
  display: block;
  position: absolute;
  right: 12px;
  bottom: 7px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: var(--rood);
}
body .veiling__lot__content .data .current-lot:after {
  animation: 1.4s currentLotA ease infinite;
}
body .veiling__lot__content .data .current-lot:before {
  animation: 1.4s currentLotB ease infinite;
}
@keyframes currentLotA {
  0% {
    transform: scale(1);
  }
  80% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes currentLotB {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}
body .veiling__lot__content .data .label {
  font-size: 13px;
  font-weight: 300;
  display: block;
  color: var(--grijs-700);
  padding: 0;
  text-align: left;
}
body .veiling__lot__content .data .number {
  font-size: 16px;
  font-weight: 400;
  color: var(--gwk-blauw);
}
body .veiling__lot__content .data .loved {
  color: var(--lichtblauw);
  font-size: 18px;
  margin-top: auto;
}
body .veiling__lot--portrait {
  grid-template-columns: 1fr;
}
body .veiling__lot--portrait .veiling__lot__image {
  width: auto;
  height: auto;
  aspect-ratio: 1;
}
body .veiling__resultaten-grid {
  display: grid;
  gap: 10px;
  margin: 30px 0;
  grid-template-columns: repeat(3, 1fr);
}
body .veiling__resultaten-grid .read-more {
  text-align: center;
  margin-top: 30px;
}
@media (min-width: 768px) {
  body .veiling__resultaten-grid .read-more {
    grid-column: span 3;
  }
}
@media (max-width: 767px) {
  body .veiling__resultaten-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
body .veiling__resultaten .veiling__lot {
  --imageSize: 150px;
  --grid: var(--imageSize) 1fr;
  grid-template-columns: var(--grid);
  padding: 10px;
}
@media (max-width: 1279px) {
  body .veiling__resultaten .veiling__lot {
    --grid: 1fr;
  }
}
@media (max-width: 767px) {
  body .veiling__resultaten .veiling__lot {
    --imageSize: 130px;
    --grid: var(--imageSize) 1fr;
    padding: 0px;
  }
}
body .veiling__resultaten .veiling__lot__image {
  width: var(--imageSize);
  height: var(--imageSize);
}
@media (max-width: 1279px) {
  body .veiling__resultaten .veiling__lot__image {
    margin: auto;
  }
}
body .veiling__resultaten .veiling__lot--highlight-leading-bids .data, body .veiling__resultaten .veiling__lot--highlight-most-bids .data, body .veiling__resultaten .veiling__lot--highlight-most-liked .data {
  flex-wrap: wrap;
}
body .veiling__resultaten .veiling__lot--highlight-leading-bids .data .suffix, body .veiling__resultaten .veiling__lot--highlight-most-bids .data .suffix, body .veiling__resultaten .veiling__lot--highlight-most-liked .data .suffix {
  display: none;
}
body .veiling__resultaten .veiling__lot--highlight-leading-bids .data > span, body .veiling__resultaten .veiling__lot--highlight-most-bids .data > span, body .veiling__resultaten .veiling__lot--highlight-most-liked .data > span {
  flex: 0 0 50%;
  order: 2;
  display: flex;
  flex-wrap: wrap;
  line-height: 16px;
}
body .veiling__resultaten .veiling__lot--highlight-leading-bids .data > span .gico, body .veiling__resultaten .veiling__lot--highlight-most-bids .data > span .gico, body .veiling__resultaten .veiling__lot--highlight-most-liked .data > span .gico {
  flex: 0 0 30px;
  order: 2;
  display: none;
}
body .veiling__resultaten .veiling__lot--highlight-leading-bids .data > span .number, body .veiling__resultaten .veiling__lot--highlight-most-bids .data > span .number, body .veiling__resultaten .veiling__lot--highlight-most-liked .data > span .number {
  order: 2;
  font-weight: 300;
  color: var(--grijs-700);
}
body .veiling__resultaten .veiling__lot--highlight-leading-bids .data > span.price .number:before, body .veiling__resultaten .veiling__lot--highlight-most-bids .data > span.price .number:before, body .veiling__resultaten .veiling__lot--highlight-most-liked .data > span.price .number:before {
  content: "€";
}
body .veiling__resultaten .veiling__lot--highlight-leading-bids .data > span:before, body .veiling__resultaten .veiling__lot--highlight-most-bids .data > span:before, body .veiling__resultaten .veiling__lot--highlight-most-liked .data > span:before {
  content: attr(data-label);
  font-size: 12px;
  font-weight: 700;
  color: var(--grijs-700);
  order: 1;
  flex: 0 0 100%;
}
body .veiling__resultaten .veiling__lot--highlight-leading-bids .data > span.price, body .veiling__resultaten .veiling__lot--highlight-most-bids .data > span.bidding, body .veiling__resultaten .veiling__lot--highlight-most-liked .data > span.likes {
  order: 1;
  font-size: 30px;
  flex: 0 0 100%;
  margin-bottom: 20px;
}
body .veiling__resultaten .veiling__lot--highlight-leading-bids .data > span.price .number, body .veiling__resultaten .veiling__lot--highlight-most-bids .data > span.bidding .number, body .veiling__resultaten .veiling__lot--highlight-most-liked .data > span.likes .number {
  font-size: 22px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--gwk-blauw);
}
body .veiling__resultaten .veiling__lot--highlight-leading-bids .data > span.price .number:before, body .veiling__resultaten .veiling__lot--highlight-most-bids .data > span.bidding .number:before, body .veiling__resultaten .veiling__lot--highlight-most-liked .data > span.likes .number:before {
  content: none;
}
body .veiling__resultaten .veiling__lot--highlight-leading-bids .data > span.price .gico, body .veiling__resultaten .veiling__lot--highlight-most-bids .data > span.bidding .gico, body .veiling__resultaten .veiling__lot--highlight-most-liked .data > span.likes .gico {
  flex: 0 0 50px;
  display: block;
}
@media (max-width: 1023px) {
  body .veiling__resultaten .veiling__lot--highlight-leading-bids .data > span.price, body .veiling__resultaten .veiling__lot--highlight-most-bids .data > span.bidding, body .veiling__resultaten .veiling__lot--highlight-most-liked .data > span.likes {
    margin-top: 10px;
    margin-bottom: 15px;
  }
  body .veiling__resultaten .veiling__lot--highlight-leading-bids .data > span.price .number, body .veiling__resultaten .veiling__lot--highlight-most-bids .data > span.bidding .number, body .veiling__resultaten .veiling__lot--highlight-most-liked .data > span.likes .number {
    font-size: 17px;
    line-height: 20px;
  }
  body .veiling__resultaten .veiling__lot--highlight-leading-bids .data > span.price .gico, body .veiling__resultaten .veiling__lot--highlight-most-bids .data > span.bidding .gico, body .veiling__resultaten .veiling__lot--highlight-most-liked .data > span.likes .gico {
    flex: 0 0 35px;
    font-size: 22px;
  }
}
body .veiling__resultaten .veiling__lot--highlight-leading-bids .data > span.price:before, body .veiling__resultaten .veiling__lot--highlight-most-bids .data > span.bidding:before, body .veiling__resultaten .veiling__lot--highlight-most-liked .data > span.likes:before {
  content: none;
}
body .veiling__resultaten .veiling__lot--highlight-leading-bids .data > span.price .suffix, body .veiling__resultaten .veiling__lot--highlight-most-bids .data > span.bidding .suffix, body .veiling__resultaten .veiling__lot--highlight-most-liked .data > span.likes .suffix {
  display: inline-block;
}
body .veiling__resultaten .veiling__lot--highlight-leading-bids .data > span.price > .gico-euro {
  font-size: 24px;
  line-height: 35px;
  flex: 0 0 40px;
}
body .responsive-iframe {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
body .responsive-iframe--16x9 {
  padding-bottom: 56.25%;
}
body .responsive-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
body .quote {
  position: relative;
  padding-top: 30px;
}
body .quote:before {
  content: "“";
  font-size: 1.5rem;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
}
body .gouden-quote {
  position: relative;
  border-left: 9px solid var(--gwk-goud);
  padding: 65px 0px 40px 40px;
  font: var(--h--small);
  color: var(--gwk-goud);
  max-width: 580px;
}
body .gouden-quote:before {
  content: "“";
  font: var(--h--x-large);
  display: block;
  position: absolute;
  top: 20px;
  left: 40px;
}
@media (max-width: 639px) {
  body .gouden-quote {
    border-left: 7px solid var(--gwk-goud);
    padding: 35px 0px 20px 25px;
  }
  body .gouden-quote:before {
    top: 10px;
    left: 28px;
  }
}
body .long-copy__breadcrumbs {
  margin-bottom: 40px;
}
@media (max-width: 639px) {
  body .long-copy__breadcrumbs {
    margin-bottom: 20px;
  }
}
body .long-copy__head h1 {
  color: var(--gwk-blauw);
  font: var(--h--medium);
}
body .long-copy__head .meta {
  color: var(--grijs-900);
  font: var(--p--small);
}
@media (max-width: 1023px) {
  body .long-copy__head .meta {
    margin-bottom: 40px;
  }
}
@media (max-width: 639px) {
  body .long-copy__head .meta {
    margin-bottom: 20px;
  }
  body .long-copy__head .meta span.divider {
    display: none;
  }
  body .long-copy__head .meta span.divider:first-child {
    display: inline-block;
    padding: 5px;
  }
}
body .long-copy__head .meta .tag {
  border-radius: 12px;
  margin-right: 12px;
  padding: 4px 12px;
  background-color: var(--grijs-300);
}
@media (max-width: 639px) {
  body .long-copy__head .meta .tag__wrap {
    display: block;
    margin-top: 12px;
  }
}
body .long-copy__content {
  padding-top: 50px;
}
@media (max-width: 1023px) {
  body .long-copy__content {
    padding-top: 25px;
  }
}
body .long-copy__content h2 {
  font: var(--h--x-small);
  color: var(--gwk-blauw);
}
@media (max-width: 1023px) {
  body .long-copy__content .related-post__wrap {
    margin-top: 40px;
  }
}
@media (max-width: 639px) {
  body .long-copy__content .related-post__wrap h2 {
    font: var(--h--medium);
    text-align: center;
    margin-bottom: 2rem;
  }
}
body .long-copy__content-item {
  padding-top: 40px;
}
body .long-copy__content-item:first-child {
  padding-top: 0;
}
@media (max-width: 1023px) {
  body .long-copy__content-item {
    padding-top: 25px;
  }
}
body .appointment-form .swiper-slide {
  padding: 5px;
}
body .appointment-form .locatiezoeker__list {
  min-height: 300px;
}
body .appointment-form .locatiezoeker__list .notice {
  display: none;
}
@media (max-width: 639px) {
  body .appointment-form .button--cta {
    width: 100%;
  }
}
body .appointment-form .update-appointment-notice {
  position: absolute;
  inset: 0;
  z-index: 100;
  padding: 20px 0;
  background: #fff;
}
body .appointment-form .diensten-grid--afspraak {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
body .appointment-form.is-pawn .disabled-pawn {
  pointer-events: none;
  background-color: var(--grijs-300);
}
body .appointment-form.is-pawn .disabled-pawn .notice {
  display: block;
}
body .appointment-form.is-pawn .disabled-pawn .locatiezoeker__list-item__delivery {
  display: none;
}
body .appointment-form.is-currency .disabled-currency {
  pointer-events: none;
  background-color: var(--grijs-300);
}
body .appointment-form.is-currency .disabled-currency .notice {
  display: block;
}
body .appointment-form.is-currency .disabled-currency .locatiezoeker__list-item__delivery {
  display: none;
}
body .appointment-form #afspraak__notice {
  padding: 5px 10px;
  border-radius: 4px;
  background-color: var(--grijs-100);
  border: 2px solid var(--grijs-300);
  font-size: 15px;
  margin-bottom: 15px;
}
body .appointment-form #afspraak__notice:empty {
  display: none;
}
body .appointment-form #afspraak__notice p {
  font-size: 16px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  body .appointment-form .timepicker {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid var(--grijs-300);
    max-width: calc(100% - 6px);
  }
}
body .appointment-form .timepicker__wrap {
  display: grid;
  gap: 4px;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1023px) {
  body .appointment-form .timepicker__wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  body .appointment-form .timepicker__wrap {
    grid-template-columns: repeat(4, 1fr);
  }
}
body .appointment-form .timepicker__moment {
  border: 1px solid var(--gwk-blauw);
  padding: 8px 2px;
  font-size: 15px;
  border-radius: 4px;
  text-align: center;
  transition: 0.3s all;
  cursor: pointer;
}
body .appointment-form .timepicker__moment hr {
  margin: 3px 5px -3px 5px;
}
body .appointment-form .timepicker__moment:hover {
  background: rgba(0, 31, 120, 0.2);
}
body .appointment-form .timepicker__moment.selected {
  background: var(--gwk-blauw);
  color: #fff;
}
body .appointment-form .timepicker__moment.taken {
  background: var(--grijs-500);
  color: var(--grijs-900);
  cursor: not-allowed;
}
body .appointment-form .locatiezoeker__detail--withtime {
  grid-template-columns: 1fr 345px 1fr !important;
  padding: 0 !important;
  box-shadow: none !important;
}
body .appointment-form .locatiezoeker__detail--withtime .opening .opening-hours {
  -moz-column-count: 1 !important;
       column-count: 1 !important;
}
@media (max-width: 1279px) {
  body .appointment-form .locatiezoeker__detail--withtime .button {
    padding: 16px 14px;
  }
}
@media (min-width: 768px) {
  body .appointment-form .locatiezoeker__detail.locatiezoeker__detail--withtime .datepicker {
    margin-top: 0px !important;
    border-top: 0px solid var(--grijs-300) !important;
    padding-top: 0px !important;
  }
  body .appointment-form .locatiezoeker__detail.locatiezoeker__detail--withtime .datepicker p {
    margin: 0 !important;
  }
}
@media (max-width: 767px) {
  body .appointment-form .locatiezoeker__detail--withtime {
    grid-template-columns: 1fr !important;
  }
  body .appointment-form .diensten-grid--afspraak {
    grid-template-columns: repeat(2, 1fr);
  }
  body .appointment-form .locatiezoeker__detail--withtime .opening {
    display: none;
  }
}
body .appointment-form .checkbox-wrap {
  display: flex;
}
body .appointment-form .checkbox-wrap .checkbox {
  margin-top: 7px;
}
body .kennisbank__item {
  width: 100%;
  display: grid;
  margin-bottom: 10px;
  grid-template-columns: 1fr 260px;
  gap: 15px;
  transition: 0.4s all;
  padding: 20px;
  cursor: pointer;
  border-bottom: 1px solid var(--grijs-100);
}
@media (max-width: 1023px) {
  body .kennisbank__item {
    padding: 10px 0;
  }
}
body .kennisbank__item:hover {
  box-shadow: 0 0 11px rgba(0, 0, 0, 0.1);
}
body .kennisbank__item[data-post-type=faq] {
  grid-template-columns: 1fr;
}
body .kennisbank__item__content {
  width: 100%;
  display: flex;
  flex-direction: column;
}
body .kennisbank__item__content h4 {
  margin-top: auto;
  font: var(--h--x-small);
  text-transform: none;
  font-weight: 700;
}
body .kennisbank__item__content .button {
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 639px) {
  body .kennisbank__item__content {
    order: 2;
  }
}
body .kennisbank__item__image {
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
}
body .kennisbank__item__image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  body .kennisbank__item {
    grid-template-columns: 1fr 150px;
    gap: 5px;
  }
}
@media (max-width: 639px) {
  body .kennisbank__item {
    grid-template-columns: 1fr;
  }
  body .kennisbank__item .kennisbank__item__image {
    width: 100%;
    padding-bottom: 56%;
    position: relative;
    overflow: hidden;
    display: block;
  }
  body .kennisbank__item .kennisbank__item__image img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
  }
}
body .kennisbank__item .meta {
  color: var(--grijs-900);
  font: var(--p--small);
  margin-top: 20px;
}
@media (max-width: 1023px) {
  body .kennisbank__item .meta {
    margin-bottom: 40px;
  }
}
body .kennisbank__item .meta span.divider {
  margin: 0 7px;
}
@media (max-width: 1023px) {
  body .kennisbank__item .meta {
    margin-top: 20px;
    margin-bottom: 0;
  }
  body .kennisbank__item .meta span.divider {
    display: none;
  }
  body .kennisbank__item .meta span.divider:first-child {
    display: inline-block;
    padding: 5px;
  }
}
body .kennisbank__item .meta .tag {
  border-radius: 12px;
  margin-right: 12px;
  padding: 4px 12px;
  background-color: var(--grijs-300);
}
@media (max-width: 639px) {
  body .kennisbank__item .meta .tag__wrap {
    display: block;
    margin-top: 12px;
  }
}
body .kennisbank__popup {
  max-width: 700px;
  color: var(--gwk-blauw);
}
@media (max-width: 767px) {
  body .kennisbank__popup.fancybox__content {
    padding: 1.3rem;
  }
}
body .filter-list {
  transition: all 0.4s ease-in-out;
}
body .filter-list__container {
  position: sticky;
  top: 160px;
}
body .filter-list__head {
  margin: 15px 0;
  font: var(--h--xx-small-lc);
  text-transform: none;
  font-weight: 700;
  border-bottom: 1px solid var(--grijs-300);
  padding-bottom: 6px;
}
body .filter-list__head:after {
  color: var(--gwk-goud);
}
body .filter-list__item {
  margin-bottom: 6px;
  padding: 1px 0;
}
body .filter-list__item label {
  font-weight: 300;
  color: var(--grijs-900);
}
body .filter-list__item label span {
  color: var(--grijs-700);
}
body .filter-list__item .checkbox {
  margin-top: -3px;
  margin-right: 4px;
}
body .specificaties {
  background-color: var(--gwk-blauw);
  padding: 25px;
}
body .specificaties__heading {
  font: var(--h--small);
  color: var(--gwk-goud);
}
body .specificaties__table,
body .specificaties table {
  width: 100%;
  border-collapse: collapse;
}
body .specificaties__table tr,
body .specificaties table tr {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
body .specificaties__table td,
body .specificaties__table th,
body .specificaties table td,
body .specificaties table th {
  padding: 3px;
  font: 300 16px/20px "Interstate", sans-serif;
  color: #fff;
}
body .specificaties__table td a,
body .specificaties__table th a,
body .specificaties table td a,
body .specificaties table th a {
  transition: 0.3s all;
}
body .specificaties__table td a:hover,
body .specificaties__table th a:hover,
body .specificaties table td a:hover,
body .specificaties table th a:hover {
  color: var(--gwk-goud);
}
body .specificaties table tr:first-child {
  border-top: none;
}
body .specificaties table th {
  font-weight: 700;
  text-align: left;
}
body .categorie-banner-balk h3 {
  text-align: center;
  margin-bottom: 3rem;
}
body .categorie-banner-balk .row, body .categorie-banner-balk .lazyblock.wp-block-lazyblock-layout .glb-layout > .layout-container .lazyblock-inner-blocks, body .lazyblock.wp-block-lazyblock-layout .glb-layout > .layout-container .categorie-banner-balk .lazyblock-inner-blocks {
  justify-content: center;
}
body .categorie-banner-balk .banner {
  margin-bottom: 2rem;
}
@media (max-width: 639px) {
  body .categorie-banner-balk .banner {
    margin-bottom: 1rem;
  }
  body .categorie-banner-balk .row div.banner--portrait:nth-child(4), body .categorie-banner-balk .lazyblock.wp-block-lazyblock-layout .glb-layout > .layout-container .lazyblock-inner-blocks div.banner--portrait:nth-child(4), body .lazyblock.wp-block-lazyblock-layout .glb-layout > .layout-container .categorie-banner-balk .lazyblock-inner-blocks div.banner--portrait:nth-child(4),
  body .categorie-banner-balk .row div.banner--portrait:nth-child(5),
  body .categorie-banner-balk .lazyblock.wp-block-lazyblock-layout .glb-layout > .layout-container .lazyblock-inner-blocks div.banner--portrait:nth-child(5),
  body .lazyblock.wp-block-lazyblock-layout .glb-layout > .layout-container .categorie-banner-balk .lazyblock-inner-blocks div.banner--portrait:nth-child(5) {
    display: none;
  }
}
body .categorie-banner-balk.dark-overlay .banner {
  background-position: 55% center;
  transition: 1.5s all ease;
}
body .categorie-banner-balk.dark-overlay .banner__content {
  background-color: rgba(0, 0, 0, 0.5);
  transition: 1s all;
  padding: 20px 20px 71px 25px;
}
@media (max-width: 1279px) {
  body .categorie-banner-balk.dark-overlay .banner__content p {
    font-size: 14px;
    display: block;
  }
}
body .categorie-banner-balk.dark-overlay .banner:hover {
  background-position: 50% center;
}
body .categorie-banner-balk.dark-overlay .banner:hover .banner__content {
  opacity: 0;
}
body .contact-types {
  display: grid;
  gap: 50px;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1279px) {
  body .contact-types {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  body .contact-types {
    gap: 10px;
  }
}
@media (max-width: 639px) {
  body .contact-types {
    grid-template-columns: repeat(2, 1fr);
  }
  body .contact-types a:first-child {
    grid-column: span 2;
    aspect-ratio: 16/9;
  }
}
body .contact-types a {
  aspect-ratio: 1;
  display: flex;
  background-size: cover;
  background-position: center;
  position: relative;
}
body .contact-types a .content {
  display: block;
  position: relative;
  z-index: 1;
  margin: auto;
  color: #fff;
  text-align: center;
  padding-top: 120px;
}
@media (max-width: 767px) {
  body .contact-types a .content {
    padding-top: 80px;
  }
}
body .contact-types a .content:after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: calc(50% - 50px);
  height: 100px;
  width: 100px;
  background-size: 40px;
  z-index: 2;
}
@media (max-width: 767px) {
  body .contact-types a .content:after {
    left: calc(50% - 35px);
    height: 70px;
    width: 70px;
    background-size: 30px;
  }
}
body .contact-types a .content--afspraak:after {
  background-image: url(grfx/location--wit.svg);
}
body .contact-types a .content--bellen:after {
  background-image: url(grfx/phone--wit.svg);
}
body .contact-types a .content--bericht:after {
  background-image: url(grfx/mail-icon--wit.svg);
}
body .contact-types a .content:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 100px;
  height: 100px;
  border: 2px solid #fff;
  border-radius: 100%;
  top: 0;
  left: calc(50% - 50px);
  z-index: 1;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}
@media (max-width: 767px) {
  body .contact-types a .content:before {
    width: 70px;
    height: 70px;
    left: calc(50% - 35px);
  }
}
body .contact-types a::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  opacity: 0.5;
  transition: 0.3s all;
  background-color: var(--gwk-blauw);
}
body .contact-types a:hover:after {
  opacity: 1;
}
body .testimonial {
  max-width: 500px;
  margin: 0 auto 2rem;
}
body .testimonial__image {
  width: calc(100% - 30px);
  height: 0;
  padding-bottom: 70%;
  background-size: cover;
  background-position: center center;
}
body .testimonial__content {
  margin-top: -16%;
  padding: 60px 20px 20px 20px;
  position: relative;
  background-color: var(--wit);
  margin-left: 130px;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  body .testimonial__content {
    margin-left: 30px;
    margin-top: -10%;
  }
}
body .testimonial__content p:last-child {
  margin-bottom: 0;
}
@media (max-width: 639px) {
  body .testimonial__content {
    padding-top: 40px;
    margin-top: -10%;
    margin-left: 74px;
  }
}
body .testimonial__content:before {
  content: "“";
  font: var(--h--x-large);
  text-transform: uppercase;
  margin-bottom: 1rem;
  color: var(--gwk-goud);
  position: absolute;
  left: 20px;
  top: 15px;
}
body .testimonial--wit .testimonial__content {
  background-color: var(--wit);
}
body .testimonial--wit .testimonial__content p {
  color: var(--gwk-blauw);
}
body .testimonial--blauw .testimonial__content {
  background-color: var(--gwk-blauw);
}
body .testimonial--blauw .testimonial__content p {
  color: #ffffff;
}
body .payment-logobalk {
  border-top: 1px solid var(--grijs-300);
}
body .payment-logobalk__inner {
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 639px) {
  body .payment-logobalk__inner {
    padding: 10px 0;
    flex-wrap: wrap;
  }
}
body .payment-logobalk__inner span {
  display: flex;
  width: 90px;
  height: 90px;
  padding: 10px;
}
@media (max-width: 639px) {
  body .payment-logobalk__inner span {
    width: 60px;
    height: 60px;
    padding: 0;
  }
}
body .payment-logobalk__inner span img {
  width: 100%;
  margin: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
}
body .payment-logobalk__inner span.logo-betalen-in-de-winkel-nl, body .payment-logobalk__inner span.logo-betalen-in-de-winkel-be, body .payment-logobalk__inner span.logo-betalen-in-de-winkel-fr, body .payment-logobalk__inner span.logo-betalen-in-de-winkel-de {
  width: 140px;
}
@media (max-width: 1023px) {
  body .faq {
    margin-bottom: 30px;
  }
}
body .faq h3 {
  color: var(--gwk-blauw);
}
body .faq p:empty {
  display: none;
}
body .faq__item {
  display: block;
  position: relative;
  padding: 15px 30px 15px 0;
  border-bottom: 1px solid var(--grijs-500);
  text-wrap: pretty;
}
body .faq__item:after {
  content: "\e905";
  position: absolute;
  right: 10px;
  top: 15px;
  transition: var(--ease-transform);
}
body .faq__item.active:after {
  transform: rotate(180deg);
}
body .faq__title {
  font: var(--h-xx-small-lc);
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 700;
  cursor: pointer;
}
body .faq__content {
  transition: 0.6s all cubic-bezier(0.85, 0, 0.15, 1);
  max-height: 0px;
  overflow: hidden;
}
body .js-dropdown-head {
  display: block;
  position: relative;
  cursor: pointer;
}
body .js-dropdown-head:after {
  content: "\e905";
  position: absolute;
  right: 0px;
  font-size: 14px;
  top: 4px;
  transition: var(--ease-transform);
  transform: rotate(180deg);
}
body .js-dropdown-content {
  transition: 0.6s all cubic-bezier(0.85, 0, 0.15, 1);
  overflow: hidden;
}
body .js-dropdown:not(.active) .js-dropdown-content {
  max-height: 0px;
}
body .js-dropdown:not(.active) .js-dropdown-head:after {
  transform: rotate(0deg);
}
body .js-dropdown.sub-dropdown .js-dropdown-head {
  padding-left: 22px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
}
body .js-dropdown.sub-dropdown .js-dropdown-head:after {
  right: initial;
  left: 1px;
  top: 2px;
  font-size: 12px;
}
@media (min-width: 1024px) {
  body .specialist-beantwoord {
    margin-top: 60px;
  }
}
body .specialist-beantwoord .specialist {
  display: flex;
}
@media (max-width: 1023px) {
  body .specialist-beantwoord .specialist {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding-top: 20px;
  }
}
body .specialist-beantwoord .specialist__foto {
  width: 100%;
  max-width: 300px;
  margin: -100px 0 -40px 0;
  display: flex;
}
@media (max-width: 1023px) {
  body .specialist-beantwoord .specialist__foto {
    margin: 0 0 -40px 0;
    order: 2;
  }
}
body .specialist-beantwoord .specialist__foto img {
  display: block;
  width: 100%;
  height: -moz-max-content;
  height: max-content;
  margin-top: auto;
}
body .specialist-beantwoord .specialist__info {
  margin: auto 0px auto 23px;
}
@media (max-width: 1023px) {
  body .specialist-beantwoord .specialist__info {
    margin: auto 0px auto 0px;
  }
}
body .specialist-beantwoord .specialist__info h5 {
  color: var(--gwk-goud);
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  body .specialist-beantwoord .specialist__info h5 {
    padding-top: 40px;
  }
}
@media (max-width: 1023px) {
  body .specialist-beantwoord .specialist {
    order: 2;
  }
}
body .specialist-beantwoord .content h3 {
  margin-bottom: 0.5rem;
}
@media (min-width: 1280px) {
  body .specialist-beantwoord .content h3 {
    margin-bottom: 1rem;
  }
}
body .specialist-beantwoord .content h3 strong {
  display: block;
}
body .specialist-beantwoord .content ul {
  padding-left: 1rem;
}
@media (max-width: 1023px) {
  body .specialist-beantwoord .content ul {
    padding-left: 0;
  }
}
body .specialist-beantwoord .content ul li {
  font: var(--p--default);
  margin-bottom: 0.5rem;
  padding-left: 30px;
  position: relative;
  font-weight: 700;
}
@media (min-width: 1280px) {
  body .specialist-beantwoord .content ul li {
    margin-bottom: 1rem;
  }
}
body .specialist-beantwoord .content ul li:last-child {
  margin-bottom: 0;
}
body .specialist-beantwoord .content ul li:before {
  position: absolute;
  left: 0;
  top: 7px;
  color: var(--gwk-goud);
}
body .audio-player {
  margin: 30px auto;
}
body .audio-player audio {
  width: 100%;
}
body .video-player {
  position: relative;
}
body .video-player video {
  height: auto;
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
}
body .video-player.active .video-player__play-button {
  opacity: 0;
  pointer-events: none;
}
body .video-player__play-button {
  --size: 80px;
  border-radius: 100%;
  cursor: pointer;
  position: absolute;
  height: var(--size);
  width: var(--size);
  left: calc(50% - var(--size) / 2);
  top: calc(50% - var(--size) / 2);
  transition: all 0.3s;
  z-index: 2;
  background-image: url(grfx/play-button.svg);
  background-size: cover;
}
body .video-player__play-button:hover {
  transform: scale(1.1);
}
body .video-player__caption {
  font: var(--p--small);
  color: var(--wit);
  background-color: var(--gwk-goud);
  padding: 12px 15px;
}
body .video-player__popup {
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  transition: all 0.5s;
  width: 100%;
  z-index: 9999;
}
body .video-player__popup:after {
  color: #24222c;
  content: "+";
  cursor: pointer;
  display: block;
  font-size: 100px;
  position: absolute;
  right: 30px;
  top: 30px;
  transform: rotate(45deg);
  z-index: 9999;
}
body .video-background {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
@media (max-width: 1023px) {
  body .video-background {
    position: relative;
    padding-bottom: 50.8%;
  }
}
body .video-background > .video-player {
  transform: translate(-50%, -50%);
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
}
body .tekstblok-linkgrid__links {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, 1fr);
}
body .tekstblok-linkgrid__links.grid-1 {
  grid-template-columns: repeat(1, 1fr);
}
@media (max-width: 1023px) {
  body .tekstblok-linkgrid__links {
    margin-top: 30px;
  }
}
body .tekstblok-linkgrid__links.grid-1, body .tekstblok-linkgrid__links.grid-2, body .tekstblok-linkgrid__links.grid-3, body .tekstblok-linkgrid__links.grid-4 {
  max-width: 500px;
}
@media (min-width: 1024px) {
  body .tekstblok-linkgrid__links.grid-1, body .tekstblok-linkgrid__links.grid-2, body .tekstblok-linkgrid__links.grid-3, body .tekstblok-linkgrid__links.grid-4 {
    margin-left: auto;
  }
}
@media (min-width: 768px) {
  body .tekstblok-linkgrid__links.grid-5, body .tekstblok-linkgrid__links.grid-6 {
    grid-template-columns: repeat(3, 1fr);
  }
}
body .tekstblok-linkgrid__links > a {
  transition: var(--default-animation);
  background-color: #fff;
}
body .tekstblok-linkgrid__links > a:not(.cover):hover {
  background-color: var(--grijs-100);
}
body .tekstblok-linkgrid__links > a,
body .tekstblok-linkgrid__links > span {
  font: var(--p--x-small);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  text-align: center;
  color: var(--gwk-blauw);
  font-weight: 400;
  aspect-ratio: 1/1;
  text-decoration: none !important;
}
@media (max-width: 639px) {
  body .tekstblok-linkgrid__links > a,
  body .tekstblok-linkgrid__links > span {
    aspect-ratio: 0;
  }
}
body .tekstblok-linkgrid__links > a img,
body .tekstblok-linkgrid__links > a picture,
body .tekstblok-linkgrid__links > span img,
body .tekstblok-linkgrid__links > span picture {
  max-width: 120px;
  margin: auto auto -10px auto;
}
body .tekstblok-linkgrid__links > a span,
body .tekstblok-linkgrid__links > span span {
  display: block;
  margin: 23% auto 10%;
  height: 2rem;
}
body .tekstblok-linkgrid__links > span {
  background-color: var(--grijs-300);
}
body .tekstblok-linkgrid__links > span.no-title img,
body .tekstblok-linkgrid__links > span.no-title picture {
  margin: auto;
  max-width: 70%;
}
body .tekstblok-linkgrid__links > span.cover {
  background-size: cover;
  background-position: center;
}
body .tekstblok-linkgrid__links > span.cover img {
  display: none;
}
body .tekstblok-linkgrid__links > span.cover span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 10px;
  width: 100%;
  margin: auto 0 0 0;
  font-weight: 700;
}
body .tekstblok-50-50 p {
  margin-bottom: 1rem;
}
body .tekstblok-50-50 .content {
  background-color: inherit;
}
@media (max-width: 639px) {
  body .tekstblok-50-50 .content {
    margin-bottom: 0;
  }
}
body .tekstblok-50-50 .media {
  margin-left: auto;
  margin-top: 0;
}
body .tekstblok-50-50 .media img {
  width: 100%;
}
@media (max-width: 1023px) {
  body .tekstblok-50-50 .media {
    margin-top: 30px;
  }
}
body .tekstblok-50-50--flip .media {
  margin-left: 0;
  margin-right: auto;
}
@media (min-width: 1024px) {
  body .tekstblok-50-50--flip .content {
    order: 2;
  }
}
body .tekstblok-50-50--boxed > .container, body .lazyblock.wp-block-lazyblock-layout .tekstblok-50-50--boxed.glb-layout > .layout-container {
  background-color: var(--grijs-100);
  padding: 50px;
}
body .tekstblok-50-50--boxed > .container .content, body .lazyblock.wp-block-lazyblock-layout .tekstblok-50-50--boxed.glb-layout > .layout-container .content {
  background-color: var(--grijs-100);
  margin-bottom: 0;
}
body .tekstblok-50-50--boxed > .container .media > *, body .lazyblock.wp-block-lazyblock-layout .tekstblok-50-50--boxed.glb-layout > .layout-container .media > * {
  max-width: 100%;
}
@media (max-width: 1279px) {
  body .tekstblok-50-50--boxed > .container, body .lazyblock.wp-block-lazyblock-layout .tekstblok-50-50--boxed.glb-layout > .layout-container {
    padding: 32px;
  }
}
@media (max-width: 1023px) {
  body .tekstblok-50-50--boxed > .container, body .lazyblock.wp-block-lazyblock-layout .tekstblok-50-50--boxed.glb-layout > .layout-container {
    padding: 30px 15px;
  }
  body .tekstblok-50-50--boxed > .container .media, body .lazyblock.wp-block-lazyblock-layout .tekstblok-50-50--boxed.glb-layout > .layout-container .media {
    margin-top: 30px;
  }
}
body .usp-bar {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 767px) {
  body .usp-bar {
    grid-template-columns: repeat(1, 1fr);
  }
}
body .usp-bar .usp-bar__item,
body .usp-bar .usp-bar__item > p {
  font: var(--p--x-small);
  font-weight: 700;
  color: var(--gwk-blauw);
  padding-left: 25px;
  background-position: left center;
  margin-top: 8px;
  margin-bottom: 8px;
}
body .usp-bar--met-icoon .usp-bar__item,
body .usp-bar--met-icoon .usp-bar__item > p {
  padding-left: 35px;
}
body .usp-bar--met-icoon [class*=gico-] {
  background-size: 22px;
}
body .usp-bar--singles {
  display: flex;
}
@media (max-width: 767px) {
  body .usp-bar--singles {
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  body .usp-bar--singles .usp-bar__item:nth-child(1) {
    margin-left: auto;
  }
  body .usp-bar--singles .usp-bar__item:nth-child(2) {
    margin-left: 40px;
    margin-right: 40px;
  }
  body .usp-bar--singles .usp-bar__item:last-child, body .usp-bar--singles .usp-bar__item:nth-child(3) {
    margin-right: auto;
  }
}
body .usp-bar--stacked {
  display: flex;
  flex-direction: column;
}
@media (max-width: 639px) {
  body .usp-bar--collapse-mobile {
    flex-direction: row;
    width: 100%;
    position: relative;
    height: 34px;
  }
  body .usp-bar--collapse-mobile .usp-bar__item {
    position: absolute;
    inset: 0;
    opacity: 0;
    animation: 9s inlineSlider infinite;
  }
  body .usp-bar--collapse-mobile .usp-bar__item:nth-child(1) {
    animation-delay: 0s;
  }
  body .usp-bar--collapse-mobile .usp-bar__item:nth-child(2) {
    animation-delay: 3s;
  }
  body .usp-bar--collapse-mobile .usp-bar__item:nth-child(3) {
    animation-delay: 6s;
  }
  @keyframes inlineSlider {
    0% {
      transform: translateX(10%);
      opacity: 0;
    }
    5% {
      transform: translateX(0%);
      opacity: 1;
    }
    25% {
      transform: translateX(0%);
      opacity: 1;
    }
    33% {
      transform: translateX(-60%);
      opacity: 0;
    }
    100% {
      transform: translateX(-80%);
      opacity: 0;
    }
  }
}
body .usp-bar--doubles .usp-bar__item {
  display: flex;
  flex-direction: column;
}
body .usp-bar--doubles .usp-bar__item p {
  background-position: left 6px;
}
@media (max-width: 767px) {
  body .usp-bar--doubles .usp-bar__item {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
}
body .usp-bar--detailed {
  gap: 40px;
}
@media (max-width: 767px) {
  body .usp-bar--detailed {
    gap: 10px;
  }
}
body .usp-bar--detailed .usp-bar__item {
  font: var(--p--x-small);
  font-weight: 700;
  padding-left: 40px;
  padding-top: 4px;
  background-size: 24px;
  background-position: left top;
}
body .usp-bar--detailed .usp-bar__item span {
  display: block;
  margin-top: 8px;
  font: var(--p--small);
}
body .dialog {
  border-radius: 8px;
  overflow: hidden;
  background-color: var(--wit);
}
body .dialog__heading {
  padding: 26px;
  background-color: var(--gwk-blauw);
}
@media (max-width: 639px) {
  body .dialog__heading {
    padding: 18px;
  }
}
body .dialog__heading h5 {
  margin-bottom: 0;
}
body .dialog__content {
  padding: 26px;
  color: var(--gwk-blauw);
}
@media (max-width: 639px) {
  body .dialog__content {
    padding: 18px;
  }
}
body .dialog .button-wrap {
  width: 100%;
  display: flex;
}
body .dialog .button-wrap a:first-child {
  margin-right: auto;
}
body .breadcrumbs a,
body .breadcrumbs .breadcrumb_last {
  font: var(--p--xx-small);
  color: var(--grijs-900);
  display: inline-block;
  position: relative;
}
body .breadcrumbs a:before,
body .breadcrumbs .breadcrumb_last:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3px;
  transition: 0.3s all;
  height: 1px;
  background-color: var(--gwk-goud);
}
body .breadcrumbs a:hover:before,
body .breadcrumbs .breadcrumb_last:hover:before {
  transform: translateY(-2px);
  background-color: var(--gwk-blauw);
}
body .breadcrumbs a:before,
body .breadcrumbs .breadcrumb_last:before {
  background: transparent;
}
body .breadcrumbs a:hover:before, body .breadcrumbs a.active:before, body .breadcrumbs a:last-child:before,
body .breadcrumbs .breadcrumb_last:hover:before,
body .breadcrumbs .breadcrumb_last.active:before,
body .breadcrumbs .breadcrumb_last:last-child:before {
  background: var(--gwk-goud);
}
body .breadcrumbs .gico-chevron-right {
  font-size: 10px;
  padding: 0 4px;
  display: inline-block;
}
body .breadcrumbs .gico-chevron-right:before {
  color: var(--gwk-goud);
}
body .goldrush {
  position: relative;
  max-width: 740px;
}
@keyframes rotate-clockwise {
  to {
    motion-offset: 100%;
    offset-distance: 100%;
  }
}
body .goldrush.loading .gico-search:after {
  transform: none;
  animation: rotate-clockwise 1s linear infinite;
}
body .goldrush .gico-cross {
  width: 30px;
  height: 30px;
  margin-top: 10px;
  border-radius: 100%;
  padding: 0;
  display: inline-block;
  line-height: 30px;
  font-size: 12px;
  cursor: pointer;
}
body .goldrush .gico-cross:before {
  line-height: 30px;
  text-align: center;
}
body .goldrush .gico-search {
  transition: 0.6s all;
  font-size: 20px;
}
body .goldrush .gico-search:after {
  content: "";
  display: block;
  background: var(--gwk-blauw);
  width: 6px;
  height: 6px;
  border-radius: 100%;
  z-index: 1;
  left: 5px;
  top: 5px;
  offset-path: path("m19.38,38.38C8.9,38.38.38,29.85.38,19.38S8.9.38,19.38.38s19,8.52,19,19-8.52,19-19,19Z");
  motion-offset: 0%;
  offset-distance: 0%;
  position: absolute;
  transition: 0.4s all;
  transform: translate(-12px, 13px) scale(0);
}
body .goldrush__output {
  position: absolute;
  width: 100%;
  z-index: 2;
  top: calc(100% + 10px);
  background: #fff;
  padding: 4px 8px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
}
body .goldrush__output > div {
  border-bottom: 1px solid var(--grijs-300);
}
body .goldrush__output > div .hide {
  display: none;
}
body .goldrush__output > div:not(.active) {
  display: none;
}
body .goldrush__output > div.active:last-of-type {
  border: none;
}
body .goldrush__output [reactive=goldrush-products] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  padding-top: 20px;
}
body .goldrush__result {
  padding: 8px;
  color: var(--gwk-blauw);
  transition: 0.3s all;
}
body .goldrush__result:hover {
  color: var(--gwk-blauw);
}
body .goldrush__result:hover a {
  color: var(--gwk-blauw);
}
body .goldrush__result .gico-location {
  font-size: 24px;
  position: relative;
  top: 3px;
  margin-right: 4px;
}
body .goldrush__result .location-adress {
  font: var(--p--xx-small);
  margin-left: 12px;
}
body .goldrush__result a:not(.product-preview) {
  text-decoration: none !important;
  display: block;
  color: var(--gwk-blauw);
}
body .goldrush__result:hover {
  background-color: var(--grijs-300);
  color: var(--gwk-blauw);
}
body .goldrush__result:hover a {
  color: var(--gwk-blauw);
}
body .gwk-rating {
  display: grid;
  margin-top: 10px;
  grid-template-columns: 93px 1fr;
  gap: 8px;
}
body .gwk-rating .amount {
  font-size: 12px;
  font-weight: 300;
  color: var(--grijs-700);
}
body .gwk-rating .stars {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 3px;
}
body .gwk-rating .stars .gico-rating-star, body .gwk-rating .stars .gico-rating-star.half .gico-fill {
  font-size: 16px;
  width: 16px;
  height: 16px;
  color: var(--groen);
}
body .gwk-rating .stars .gico-rating-star.off:before, body .gwk-rating .stars .gico-rating-star.half .off.gico-fill:before, body .gwk-rating .stars .gico-rating-star.half:before, body .gwk-rating .stars .gico-rating-star.half .half.gico-fill:before {
  color: var(--grijs-300);
}
body .gwk-rating .stars .gico-rating-star.half .gico-fill {
  width: 8px;
  overflow: hidden;
  display: block;
  margin-top: -18px;
  position: relative;
}
body .product-preview {
  background-color: #fff;
  text-decoration: none !important;
  transition: 0.3s all;
}
@media (min-width: 1024px) {
  body .product-preview {
    display: grid;
    grid-template-columns: 110px 1fr;
    gap: 40px;
  }
}
body .product-preview__image {
  width: 110px;
  height: 110px;
  padding: 10px;
  display: flex;
  position: relative;
  background: var(--grijs-100);
}
body .product-preview__image img {
  width: 100%;
  margin: auto;
}
body .product-preview__image .image__label {
  position: absolute;
  padding: 6px;
  display: inline-block;
  right: 0;
  top: 0;
  font-size: 12px;
  line-height: 12px;
  font-weight: 300;
}
body .product-preview--rj .product-preview__image {
  background: #fff;
  border-bottom: 2px solid var(--grijs-100);
}
body .product-preview__title {
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
  color: var(--gwk-blauw);
  height: 60px;
  text-transform: none;
  margin-bottom: 0;
}
body .product-preview__rating {
  display: grid;
  margin-top: 10px;
  grid-template-columns: 93px 1fr;
  gap: 8px;
}
body .product-preview__rating .amount {
  font-size: 12px;
  font-weight: 300;
  color: var(--grijs-700);
}
body .product-preview__rating .stars {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 3px;
}
body .product-preview__rating .stars .gico-rating-star, body .product-preview__rating .gwk-rating .stars .gico-rating-star.half .gico-fill, body .gwk-rating .product-preview__rating .stars .gico-rating-star.half .gico-fill {
  font-size: 16px;
  width: 16px;
  height: 16px;
  color: var(--groen);
}
body .product-preview__rating .stars .gico-rating-star.off:before, body .product-preview__rating .gwk-rating .stars .gico-rating-star.half .off.gico-fill:before, body .gwk-rating .product-preview__rating .stars .gico-rating-star.half .off.gico-fill:before, body .product-preview__rating .stars .gico-rating-star.half:before, body .product-preview__rating .gwk-rating .stars .gico-rating-star.half .half.gico-fill:before, body .gwk-rating .product-preview__rating .stars .gico-rating-star.half .half.gico-fill:before {
  color: var(--grijs-300);
}
body .product-preview__rating .stars .gico-rating-star.half, body .product-preview__rating .gwk-rating .stars .gico-rating-star.half .half.gico-fill, body .gwk-rating .product-preview__rating .stars .gico-rating-star.half .half.gico-fill {
  position: relative;
}
body .product-preview__rating .stars .gico-rating-star.half:after, body .product-preview__rating .gwk-rating .stars .gico-rating-star.half .half.gico-fill:after, body .gwk-rating .product-preview__rating .stars .gico-rating-star.half .half.gico-fill:after {
  content: "\e910";
  width: 8px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
body .product-preview__rating .stars .gico-rating-star.half .gico-fill {
  display: none;
}
body .product-preview__usps {
  margin-top: 10px;
  display: inline-block;
}
body .product-preview__usps ul {
  padding: 0;
  margin: 4px 0;
  list-style: none;
}
body .product-preview__usps ul li {
  font-size: 11px;
  color: var(--grijs-900);
}
body .product-preview__price {
  font: var(--h--x-small);
  margin-top: 10px;
  font-size: 18px !important;
  font-weight: 700 !important;
  color: var(--gwk-blauw);
}
body .product-preview__availability {
  margin-top: 10px;
  color: var(--gwk-blauw);
  margin-bottom: 0;
  font: var(--p--xx-small);
}
body .product-preview__availability .gico {
  display: inline-block;
  color: var(--groen);
  margin-right: 5px;
}
body .product-preview__availability.unavailable .gico {
  color: transparent;
  width: 16px;
}
body .product-preview.portrait {
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  gap: 0px;
}
body .product-preview.portrait .product-preview__content {
  padding: 15px;
}
@media (max-width: 767px) {
  body .product-preview.portrait .product-preview__content {
    padding: 10px;
  }
}
body .product-preview.portrait .product-preview__content .product-preview__price {
  font: var(--h--x-small);
  margin-top: 15px;
  margin-bottom: 0;
}
body .product-preview.portrait .product-preview__image {
  width: 100%;
  padding: 20px 32px;
  height: 140px;
}
body .product-preview.portrait .product-preview__image picture {
  display: flex;
  width: 100%;
}
body .product-preview.portrait .product-preview__image picture img {
  max-height: 100%;
  margin: auto;
  width: auto;
}
@media (max-width: 767px) {
  body .product-preview.portrait .product-preview__image {
    padding: 15px 35px;
    width: 100%;
    height: 100px;
  }
}
body .locatiezoeker {
  --height: 600px;
}
@media (max-width: 1023px) {
  body .locatiezoeker {
    --height: 450px;
  }
}
@media (max-width: 639px) {
  body .locatiezoeker {
    --height: 300px;
  }
}
body .locatiezoeker > h1,
body .locatiezoeker > h2,
body .locatiezoeker > h3,
body .locatiezoeker > h4,
body .locatiezoeker > h5,
body .locatiezoeker > h6,
body .locatiezoeker > .hx {
  text-align: center;
}
body .locatiezoeker h6,
body .locatiezoeker .hx {
  margin-bottom: 12px;
}
body .locatiezoeker__wrap {
  display: grid;
  gap: 20px;
  margin-top: 32px;
  height: var(--height);
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 767px) {
  body .locatiezoeker__wrap {
    grid-template-columns: repeat(1, 1fr);
    height: auto;
  }
}
body .locatiezoeker__map {
  height: var(--height);
  background-color: #fafafa;
  position: relative;
  width: 100%;
}
body .locatiezoeker__map .maps {
  height: var(--height);
}
body .locatiezoeker__map .maps #map {
  height: var(--height) !important;
}
body .locatiezoeker__content {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
}
@media (min-width: 767px) {
  body .locatiezoeker__content {
    height: var(--height);
  }
}
body .locatiezoeker__search {
  height: 48px;
  margin-bottom: 20px;
}
@media (max-width: 639px) {
  body .locatiezoeker__search {
    margin-bottom: 0;
  }
}
body .locatiezoeker__search .form-group input[type=text] {
  padding-right: 85px;
}
body .locatiezoeker__search .button {
  border-radius: 0;
  height: auto;
  padding: 15px 14px;
}
body .locatiezoeker__search .button:before {
  position: relative;
  top: 0;
  line-height: unset;
}
body .locatiezoeker__list {
  overflow: auto;
}
@media (min-width: 768px) {
  body .locatiezoeker__list {
    padding-top: 0;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  body .locatiezoeker__list {
    height: var(--height);
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    z-index: 1;
    transition: 0.4s height ease;
    margin-top: 10px;
    border-radius: 4px;
  }
  body .locatiezoeker__list:not(.active) {
    height: 0;
    padding-top: 0;
    box-shadow: none;
  }
  body .locatiezoeker__list:not(.active).has-selected {
    height: 180px;
    padding-top: 0;
    position: relative;
    top: 0;
  }
  body .locatiezoeker__list.active {
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15) !important;
  }
}
body .locatiezoeker__list-item {
  min-height: 130px;
  padding: 12px;
  background-color: #fff;
  transition: 0.4s all;
  border-bottom: 1px solid #ededed;
  display: grid;
  grid-template-columns: 98px 1fr 208px 44px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1279px) {
  body .locatiezoeker__list-item {
    padding-left: 0;
    padding-right: 7px;
    grid-template-columns: 1fr 208px 44px;
  }
}
@media (max-width: 1023px) {
  body .locatiezoeker__list-item {
    padding: 10px;
    grid-template-columns: 1fr;
    height: auto;
  }
}
body .locatiezoeker__list-item:hover {
  background-color: var(--grijs-300);
  cursor: pointer;
}
body .locatiezoeker__list-item:hover .locatiezoeker__list-item__link {
  transform: translateX(5px);
}
body .locatiezoeker__list-item.disabled {
  pointer-events: none;
  background-color: var(--grijs-300);
}
body .locatiezoeker__list-item.disabled .locatiezoeker__list-item__delivery {
  display: none;
}
body .locatiezoeker__list-item__image {
  width: 98px;
  height: 98px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1279px) {
  body .locatiezoeker__list-item__image {
    display: none;
  }
}
body .locatiezoeker__list-item__image img {
  aspect-ratio: 1/1;
  width: 98px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body .locatiezoeker__list-item__info {
  margin-left: 16px;
  margin-top: auto;
  margin-bottom: auto;
  padding-right: 10px;
}
@media (max-width: 1279px) {
  body .locatiezoeker__list-item__info {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  body .locatiezoeker__list-item__info {
    order: 2;
    margin-top: 8px;
    padding-right: 20px;
  }
}
body .locatiezoeker__list-item__info p {
  font-size: 13px;
  font-weight: 300;
  margin-bottom: 10px;
  line-height: 125%;
}
body .locatiezoeker__list-item__info h6,
body .locatiezoeker__list-item__info .hx {
  font: var(--h--xxx-small);
  display: block;
  text-transform: none;
  margin-bottom: 10px;
  color: var(--gwk-blauw);
}
body .locatiezoeker__list-item__contact {
  min-width: 145px;
  margin: auto auto auto 0;
}
@media (max-width: 767px) {
  body .locatiezoeker__list-item__contact {
    order: 3;
  }
}
body .locatiezoeker__list-item__contact a {
  font-size: 14px;
  font-weight: 300;
  line-height: 175%;
  color: var(--gwk-blauw);
  display: inline-block;
  margin-bottom: 15px;
  padding-left: 30px;
}
body .locatiezoeker__list-item__contact a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3px;
  transition: 0.3s all;
  height: 1px;
  background-color: var(--gwk-goud);
}
body .locatiezoeker__list-item__contact a:hover:after {
  transform: translateY(-2px);
  background-color: var(--gwk-blauw);
}
body .locatiezoeker__list-item__contact a:before {
  position: absolute;
  left: 0;
  font-size: 18px;
  top: 3px;
}
body .locatiezoeker__list-item__contact a:after {
  left: 30px;
}
body .locatiezoeker__list-item__link {
  margin: auto 0 auto auto;
  transition: 0.4s all;
  position: absolute;
  right: 0;
  top: 1px;
  bottom: 1px;
  display: flex;
}
body .locatiezoeker__list-item__link a {
  background-color: var(--grijs-100);
  display: flex;
  padding: 16px 14px;
}
body .locatiezoeker__list-item__link a:before {
  margin: auto;
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .locatiezoeker__list-item__link {
    display: none;
  }
}
@media (max-width: 767px) {
  body .locatiezoeker__list-item__link {
    order: 1;
    margin-bottom: -30px;
  }
}
body .locatiezoeker__list-item__link > a:before {
  color: var(--gwk-goud);
}
body .locatiezoeker .notice {
  font-size: 12px;
  display: block;
  margin-top: 7px;
  background: var(--gwk-blauw);
  color: #fff;
  position: relative;
  padding: 4px;
  text-align: center;
}
body .locatiezoeker .notice.small {
  padding: 1px 8px;
  margin-bottom: 5px;
  width: -moz-max-content;
  width: max-content;
}
body .locatiezoeker .notice:empty {
  display: none;
}
body .locatiezoeker .gmaps-location {
  background-color: #fff;
  transition: 0.4s all;
  border-bottom: 1px solid #ededed;
  margin: 0;
  padding: 8px 6px;
}
body .locatiezoeker .gmaps-location:before {
  margin-right: 10px;
  position: relative;
  top: 2px;
}
body .locatiezoeker .gmaps-location:hover {
  background-color: #f0f0f0;
  cursor: pointer;
}
body .locatiezoeker .user-position {
  position: relative;
  width: 18px;
  height: 18px;
}
body .locatiezoeker .user-position:before, body .locatiezoeker .user-position:after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  border-radius: 100%;
  background-color: var(--gwk-goud);
}
body .locatiezoeker .user-position:after {
  animation: 2s pulseA ease infinite;
}
body .locatiezoeker .user-position:before {
  animation: 2s pulseB ease infinite;
}
@keyframes pulseA {
  0% {
    transform: scale(1);
  }
  80% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes pulseB {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(3);
  }
}
body .locatiezoeker .gm-style .gm-style-iw-chr {
  height: 15px;
  position: relative;
  z-index: 1;
}
body .locatiezoeker .gm-style .gm-style-iw-c {
  width: -moz-max-content !important;
  width: max-content !important;
  max-width: 350px;
}
body .locatiezoeker .gm-style-iw-d {
  width: auto !important;
  overflow: hidden !important;
  padding: 0px 10px 10px 0px;
}
body .locatiezoeker .infowindow {
  width: 330px !important;
}
@media (max-width: 1023px) {
  body .locatiezoeker .infowindow {
    width: 100% !important;
  }
}
body .locatiezoeker .infowindow h5 {
  text-transform: capitalize;
  padding-right: 23px;
  pointer-events: none;
}
body .locatiezoeker .infowindow p {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 3px;
  margin-top: 7px;
}
body .locatiezoeker .infowindow .item-image {
  width: auto;
  height: 100%;
  background-size: cover;
}
body .locatiezoeker .marker {
  width: 27px;
  height: 32px;
}
body .locatiezoeker .marker--disabled {
  filter: grayscale(1) brightness(0.9) !important;
  opacity: 0.7 !important;
}
body .locatiezoeker__dates {
  --height: auto;
  margin-bottom: 40px;
}
body .locatiezoeker__dates.form-error {
  background-color: rgba(255, 0, 0, 0.1);
  box-shadow: -2px 2px 3px 7px rgba(255, 0, 0, 0.1);
}
body .locatiezoeker__dates.form-error input[name=pickup-date]:empty ~ .locatiezoeker__detail-wrap .flatpickr-calendar {
  background-color: rgba(255, 0, 0, 0.1);
  box-shadow: -2px 2px 3px 7px rgba(255, 0, 0, 0.1);
}
body .locatiezoeker__dates .locatiezoeker__wrap {
  display: grid;
  gap: 5px;
  margin-top: 12px;
  grid-template-columns: 1fr;
}
body .locatiezoeker__dates .locatiezoeker__list {
  height: auto;
}
@media (max-width: 767px) {
  body .locatiezoeker__dates .locatiezoeker__list {
    position: relative;
    top: 0;
    height: auto !important;
  }
}
body .locatiezoeker__dates .locatiezoeker__list-item {
  padding: 5px;
  grid-template-columns: 1fr 170px;
  height: auto;
  min-height: 80px;
}
@media (max-width: 639px) {
  body .locatiezoeker__dates .locatiezoeker__list-item {
    grid-template-columns: 1fr;
  }
}
body .locatiezoeker__dates .locatiezoeker__list-item__info {
  margin-left: 8px;
  padding-right: 0;
  padding-top: 8px;
}
@media (max-width: 1023px) {
  body .locatiezoeker__dates .locatiezoeker__list-item__info {
    order: 1;
    padding: 0;
    margin-left: 0;
  }
  body .locatiezoeker__dates .locatiezoeker__list-item__info p {
    display: none;
  }
}
body .locatiezoeker__dates .locatiezoeker__list-item__delivery {
  margin-top: 7px;
}
@media (max-width: 1023px) {
  body .locatiezoeker__dates .locatiezoeker__list-item__delivery {
    order: 2;
  }
}
@media (max-width: 639px) {
  body .locatiezoeker__dates .locatiezoeker__list-item__delivery p {
    background: var(--gwk-blauw);
    color: #fff;
    padding: 4px;
  }
  body .locatiezoeker__dates .locatiezoeker__list-item__delivery p strong {
    display: block;
  }
  body .locatiezoeker__dates .locatiezoeker__list-item__delivery p br {
    display: none;
  }
}
body .locatiezoeker__dates .locatiezoeker__detail-wrap {
  display: none;
}
body .locatiezoeker__dates .locatiezoeker__detail-wrap .locatiezoeker__detail {
  display: grid;
  grid-template-columns: 1fr 355px;
  gap: 10px;
  padding: 20px;
  background: #fff;
  border-radius: 4px;
}
@media (max-width: 1279px) {
  body .locatiezoeker__dates .locatiezoeker__detail-wrap .locatiezoeker__detail {
    grid-template-columns: 1fr;
  }
}
body .locatiezoeker__dates .locatiezoeker__detail-wrap .locatiezoeker__detail .head {
  font-weight: 700;
  margin-bottom: 8px;
}
body .locatiezoeker__dates .locatiezoeker__detail-wrap .locatiezoeker__detail .gico {
  padding-left: 35px;
  position: relative;
}
body .locatiezoeker__dates .locatiezoeker__detail-wrap .locatiezoeker__detail .gico:before {
  position: absolute;
  left: 0;
  top: 4px;
  font-size: 24px;
}
body .locatiezoeker__dates .locatiezoeker__detail-wrap .locatiezoeker__detail .info h4 {
  text-transform: none;
}
body .locatiezoeker__dates .locatiezoeker__detail-wrap .locatiezoeker__detail .info .close {
  font-size: 14px;
  font-weight: 400;
  padding-bottom: 3px;
  border-bottom: 1px solid var(--gwk-blauw);
  transition: 0.3s all;
  position: relative;
  cursor: pointer;
}
body .locatiezoeker__dates .locatiezoeker__detail-wrap .locatiezoeker__detail .info .close:hover {
  color: var(--gwk-goud);
  border-color: var(--gwk-goud);
}
body .locatiezoeker__dates .locatiezoeker__detail-wrap .locatiezoeker__detail .opening {
  margin-top: 20px;
  border-top: 1px solid var(--grijs-300);
  padding-top: 10px;
}
body .locatiezoeker__dates .locatiezoeker__detail-wrap .locatiezoeker__detail .opening .head {
  padding-left: 35px;
}
body .locatiezoeker__dates .locatiezoeker__detail-wrap .locatiezoeker__detail .opening-hours {
  position: relative;
  padding: 0;
  margin: 10px 0 0 0;
}
@media (min-width: 640px) {
  body .locatiezoeker__dates .locatiezoeker__detail-wrap .locatiezoeker__detail .opening-hours {
    -moz-column-count: 2;
         column-count: 2;
  }
}
body .locatiezoeker__dates .locatiezoeker__detail-wrap .locatiezoeker__detail .opening-hours li {
  padding-left: 35px;
  position: relative;
  list-style: none;
  line-height: 24px;
  font-size: 15px;
}
body .locatiezoeker__dates .locatiezoeker__detail-wrap .locatiezoeker__detail .opening-hours li.today {
  font-weight: 700;
}
body .locatiezoeker__dates .locatiezoeker__detail-wrap .locatiezoeker__detail .opening-hours li:before {
  content: attr(data-day);
  position: absolute;
  left: 0;
}
body .locatiezoeker__dates .locatiezoeker__detail-wrap .locatiezoeker__detail .datepicker {
  margin-top: 16px;
}
@media (max-width: 1279px) {
  body .locatiezoeker__dates .locatiezoeker__detail-wrap .locatiezoeker__detail .datepicker {
    margin-top: 10px;
    border-top: 1px solid var(--grijs-300);
    padding-top: 10px;
  }
}
body .locatiezoeker__dates .locatiezoeker__detail-wrap .locatiezoeker__detail .datepicker p {
  margin-bottom: 0;
  line-height: 32px;
  width: -moz-max-content;
  width: max-content;
}
@media (min-width: 1280px) {
  body .locatiezoeker__dates .locatiezoeker__detail-wrap .locatiezoeker__detail .datepicker p {
    margin: auto;
  }
}
body .locatiezoeker__dates .locatiezoeker__detail-wrap .locatiezoeker__detail .datepicker .flatpickr-calendar {
  box-shadow: none;
  color: var(--gwk-blauw);
}
@media (min-width: 1280px) {
  body .locatiezoeker__dates .locatiezoeker__detail-wrap .locatiezoeker__detail .datepicker .flatpickr-calendar {
    margin: auto;
  }
}
body .locatiezoeker__dates .locatiezoeker__detail-wrap .locatiezoeker__detail .datepicker .flatpickr-weekwrapper {
  background: var(--grijs-100);
}
body .locatiezoeker__dates .locatiezoeker__detail-wrap .locatiezoeker__detail .datepicker .flatpickr-weekday {
  color: var(--gwk-blauw);
}
body .locatiezoeker__dates .locatiezoeker__detail-wrap .locatiezoeker__detail .datepicker .flatpickr-days, body .locatiezoeker__dates .locatiezoeker__detail-wrap .locatiezoeker__detail .datepicker .flatpickr-weeks {
  margin-top: 3px;
}
body .locatiezoeker__dates .locatiezoeker__detail-wrap .locatiezoeker__detail .datepicker .flatpickr-day {
  transition: 0.3s all;
}
body .locatiezoeker__dates .locatiezoeker__detail-wrap .locatiezoeker__detail .datepicker .flatpickr-day:not(.flatpickr-disabled) {
  color: var(--gwk-blauw);
}
body .locatiezoeker__dates .locatiezoeker__detail-wrap .locatiezoeker__detail .datepicker .flatpickr-day.flatpickr-disabled {
  opacity: 0.7;
  pointer-events: none;
}
body .locatiezoeker__dates .locatiezoeker__detail-wrap .locatiezoeker__detail .datepicker .flatpickr-day.selected {
  color: #fff;
  background-color: var(--gwk-blauw);
  border-color: rgba(0, 0, 0, 0);
}
body .locatiezoeker__dates.show-detail .locatiezoeker__detail-wrap {
  display: block;
}
body .locatiezoeker__dates.show-detail .locatiezoeker__wrap {
  display: none;
}
body .locatiezoeker__provincies-wrap {
  display: flex;
  flex-wrap: wrap;
}
body .locatiezoeker__provincies .provincie {
  margin-top: 30px;
  flex: 1 1 25%;
  max-width: 50%;
}
@media (max-width: 1279px) {
  body .locatiezoeker__provincies .provincie {
    flex: 1 1 30%;
  }
}
@media (max-width: 1023px) {
  body .locatiezoeker__provincies .provincie {
    flex: 1 1 50%;
  }
}
@media (max-width: 639px) {
  body .locatiezoeker__provincies .provincie {
    max-width: 100%;
    margin-top: 10px;
    flex: 1 1 100%;
  }
}
body .locatiezoeker__provincies .provincie--single ul li:nth-child(5) > a {
  color: var(--gwk-blauw);
}
body .locatiezoeker__provincies .provincie--single ul li:nth-child(5) > a:before {
  content: "\e908";
}
@media (min-width: 768px) {
  body .locatiezoeker__provincies .provincie--single {
    flex: 1 1 50%;
    max-width: 100%;
  }
  body .locatiezoeker__provincies .provincie--single ul {
    -moz-column-count: 2;
         column-count: 2;
  }
}
body .locatiezoeker__provincies ul {
  list-style: none;
  padding: 0;
}
body .locatiezoeker__provincies ul li {
  padding: 0 30px 0 0;
  position: relative;
}
body .locatiezoeker__provincies ul li a {
  color: var(--gwk-blauw);
  display: block;
  flex: 1 1 100%;
}
body .locatiezoeker__provincies ul li a:before {
  color: var(--gwk-goud);
  position: absolute;
  right: 5px;
  top: 7px;
  transition: 0.3s all;
}
body .locatiezoeker__provincies ul li a:hover:before {
  transform: translateX(5px);
}
body .locatiezoeker__provincies ul li:nth-child(5) a {
  color: var(--gwk-goud);
}
body .locatiezoeker__provincies ul li:nth-child(5) a:before {
  content: none;
}
@media (max-width: 1279px) {
  body .locatiezoeker__provincies ul li {
    font-size: 16px;
    display: flex;
  }
  body .locatiezoeker__provincies ul li a:before {
    top: 6px;
  }
}
body .location-detail__maps {
  background-position: center;
  background-size: cover;
  height: 200px;
  display: block;
}
body .location-detail__breadcrumbs {
  padding: 25px 0;
}
body .location-detail__header {
  display: flex;
  position: relative;
}
body .location-detail__header .image {
  width: 200px;
  height: 200px;
  background-size: cover;
  cursor: pointer;
}
body .location-detail__header:after {
  content: "+";
  position: absolute;
  width: 26px;
  height: 26px;
  color: #fff;
  border: 2px solid #fff;
  text-align: center;
  line-height: 23px;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  font-size: 22px;
  left: 160px;
  top: 160px;
  opacity: 0.7;
  pointer-events: none;
  transition: 0.3s all;
}
@media (max-width: 767px) {
  body .location-detail__header:after {
    display: none;
  }
}
body .location-detail__header:hover:after {
  opacity: 1;
}
body .location-detail__header img {
  display: none;
}
@media (max-width: 767px) {
  body .location-detail__header {
    height: 175px;
    position: relative;
    overflow: hidden;
    margin: 0 -15px;
  }
  body .location-detail__header img {
    width: 120px;
    height: 120px;
    position: absolute;
    z-index: 2;
    right: 10px;
    top: 10px;
    display: block;
    border-radius: 100%;
  }
}
body .location-detail__maps {
  flex: 1;
}
@media (max-width: 767px) {
  body .location-detail__maps {
    position: absolute;
    inset: 0;
  }
}
body .location-detail__info {
  display: flex;
  gap: 35px;
  padding-bottom: 40px;
  flex-wrap: wrap;
}
@media (max-width: 1279px) {
  body .location-detail__info {
    gap: 20px;
    padding-bottom: 20px;
  }
}
@media (min-width: 640px) {
  body .location-detail__info .button--cta:before {
    font-size: 23px;
    top: 11px;
    left: 14px !important;
  }
}
body .location-detail__info-image {
  flex: 1 0 auto;
  max-width: 260px;
}
body .location-detail__info-data {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  height: -moz-max-content;
  height: max-content;
}
@media (max-width: 1279px) {
  body .location-detail__info-data {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 0px 34px;
  }
}
@media (max-width: 1023px) {
  body .location-detail__info-data {
    flex: 1 0 100%;
  }
}
body .location-detail__info-heading {
  flex: 0 0 100%;
  display: flex;
  flex-wrap: wrap;
  grid-column: span 2;
}
body .location-detail__info-heading h1 {
  text-transform: none;
  display: inline-block;
  margin-bottom: 0;
  flex: 0 0 100%;
  margin-bottom: 5px;
}
body .location-detail__opening-state {
  font-size: 16px;
  padding-left: 10px;
  margin-top: 5px;
  margin-bottom: 0;
  position: relative;
  padding-right: 20px;
  padding-left: 17px;
  order: 1;
}
body .location-detail__opening-state.open {
  color: var(--groen);
}
body .location-detail__opening-state.closed {
  color: var(--rood);
}
body .location-detail__opening-state.closing {
  color: var(--cta-geel);
}
body .location-detail__opening-state:before {
  position: relative;
  left: -10px;
  top: 1px;
}
@media (min-width: 640px) {
  body .location-detail__opening-state:after {
    display: block;
    position: absolute;
    height: 16px;
    width: 1px;
    background-color: var(--grijs-500);
    right: 0;
    top: 6px;
  }
}
@media (max-width: 639px) {
  body .location-detail__opening-state {
    flex: 0 0 100%;
    padding-left: 10px;
  }
}
body .location-detail__reviews {
  font-size: 14px;
  display: inline-block;
  margin-left: 25px;
  order: 3;
}
@media (max-width: 1279px) {
  body .location-detail__reviews {
    order: 3;
  }
}
@media (max-width: 639px) {
  body .location-detail__reviews {
    order: 2;
    margin-left: 0;
    flex: 0 0 100%;
  }
}
body .location-detail__info-address, body .location-detail__info-contact {
  margin-top: 15px;
}
@media (min-width: 768px) {
  body .location-detail__info-address, body .location-detail__info-contact {
    margin-top: 48px;
  }
}
body .location-detail__info-address p, body .location-detail__info-contact p {
  margin-bottom: 3px;
  font-size: 20px;
  text-wrap: auto;
}
@media (max-width: 767px) {
  body .location-detail__info-address, body .location-detail__info-contact {
    flex: 1 0 100%;
  }
}
@media (max-width: 639px) {
  body .location-detail__info-address, body .location-detail__info-contact {
    margin-top: 10px;
  }
  body .location-detail__info-address p, body .location-detail__info-contact p {
    font-size: 18px;
  }
}
body .location-detail__info-address {
  font: var(--p--default);
  position: relative;
  margin-bottom: 3px;
  display: inline-block;
}
body .location-detail__info-address a {
  display: inline-block;
  padding-left: 44px;
  position: relative;
  line-height: 32px;
}
body .location-detail__info-address a:before {
  position: absolute;
  left: 0;
  top: 3px;
  font-size: 26px;
}
body .location-detail__info-address p.bezoeken {
  margin-top: 12px;
  max-width: 410px;
}
body .location-detail__info-address p.bezoeken .gico-coffee--blue {
  display: inline-block;
  padding-left: 45px;
  background-size: 30px;
  background-position: 0px 3px;
  margin-top: 4px;
  font-size: 18px;
}
@media (max-width: 1279px) {
  body .location-detail__info-address {
    flex: 1;
  }
}
body .location-detail__info-contact .button {
  margin-top: 48px;
}
body .location-detail__info-phone, body .location-detail__info-mail {
  display: block;
  margin-bottom: 12px;
  font: var(--p--default);
}
body .location-detail__info-phone:before, body .location-detail__info-mail:before {
  margin-right: 12px;
  font-size: 26px;
  position: relative;
  top: 5px;
}
@media (max-width: 639px) {
  body .location-detail__info-phone, body .location-detail__info-mail {
    padding-left: 40px;
    position: relative;
  }
  body .location-detail__info-phone:before, body .location-detail__info-mail:before {
    margin-right: 12px;
    font-size: 26px;
    position: absolute;
    top: 0px;
    left: 0;
  }
}
body .location-detail__info-opening {
  width: 250px;
  background-color: var(--grijs-100);
  padding: 20px;
}
body .location-detail__info-opening p {
  margin-bottom: 0;
  position: relative;
  padding-left: 45px;
}
body .location-detail__info-opening p:before {
  position: absolute;
  left: 0;
  top: 4px;
  font-size: 1.5rem;
}
body .location-detail__info-opening ul {
  padding: 0;
  list-style: none;
}
body .location-detail__info-opening ul li {
  font-size: 16px;
  display: flex;
  line-height: 22px;
  margin-bottom: 6px;
}
body .location-detail__info-opening ul li.today {
  font-weight: 700;
}
body .location-detail__info-opening ul li.changed {
  color: var(--rood);
}
body .location-detail__info-opening ul li .day {
  display: inline-block;
  width: 40px;
}
@media (max-width: 1023px) {
  body .location-detail__info-opening {
    width: 100%;
    max-width: 350px;
  }
  body .location-detail__info-opening ul li {
    font-size: 18px;
  }
}
@media (max-width: 1279px) {
  body .location-detail__info-opening {
    width: 237px;
  }
  body .location-detail__info-opening ul li {
    font-size: 15px;
  }
}
@media (max-width: 639px) {
  body .location-detail__info-opening {
    max-width: 100%;
  }
}
body .location-detail__content h2 {
  font: var(--h--small);
  text-transform: uppercase;
  margin-bottom: 1rem;
}
body .location-detail--mini__inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 20px 0;
}
body .location-detail--mini__distance {
  font-size: 16px;
  display: block;
  color: var(--grijs-500);
  text-transform: none;
  font-weight: 300;
}
body .location-detail--mini__distance:empty {
  display: none;
}
body .location-detail--mini__interaction {
  margin-top: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
body .location-detail--mini__interaction p {
  order: 0;
  flex: 0 0 100%;
}
body .location-detail--mini__adress {
  font-size: 16px;
  margin-bottom: 0.6rem;
}
body .location-detail--mini .bus {
  width: 31px;
  display: inline-block;
  height: 15px;
  background-size: 100%;
  margin-left: 5px;
}
body .location-detail--mini .location-detail__opening-state {
  position: relative;
  padding-left: 20px;
  font-size: 14px;
  margin-top: 0;
  line-height: 18px;
  height: 32px;
  margin-bottom: 12px;
}
body .location-detail--mini .location-detail__opening-state span {
  display: inline-block;
}
body .location-detail--mini .location-detail__opening-state:before {
  position: absolute;
  left: 0;
  top: 2px;
}
body .location-detail--mini .location-detail__opening-state:after {
  content: none;
}
@media (max-width: 767px) {
  body .location-detail--mini__inner {
    border-top: 1px solid var(--grijs-300);
  }
  body .location-detail--mini:first-child > div {
    border: none;
  }
}
body .glb-raad-het-gewicht-header {
  background-color: var(--gwk-goud);
}
body .glb-raad-het-gewicht-header img {
  max-height: 400px;
  margin: auto;
  display: block;
}
@media (max-width: 1023px) {
  body .glb-layout > .container > .row, body .lazyblock.wp-block-lazyblock-layout .glb-layout > .layout-container > .row, body .lazyblock.wp-block-lazyblock-layout .glb-layout > .layout-container .glb-layout > .container > .lazyblock-inner-blocks, body .lazyblock.wp-block-lazyblock-layout .glb-layout > .layout-container > .lazyblock-inner-blocks {
    gap: 20px;
  }
}
body .glb-button.align-left {
  text-align: left;
}
body .glb-button.align-left .button:nth-child(2),
body .glb-button.align-left .button:nth-child(3) {
  margin-left: 10px;
}
body .glb-button.align-center {
  text-align: center;
}
body .glb-button.align-center .button {
  margin: 0 5px;
}
body .glb-button.align-right {
  text-align: right;
}
body .glb-button.align-right .button:nth-child(2),
body .glb-button.align-right .button:nth-child(3) {
  margin-left: 10px;
}
body .glb-button .button + .button {
  margin-top: 20px;
}
body .glb-slider img {
  width: 100%;
  margin: auto;
}
body .glb-slider.slides--space .gwk-slider__container {
  padding: 0;
}
body .glb-slider.slides--space .gwk-slider .swiper-slide__inner {
  box-shadow: none;
  padding: 40px;
}
body .glb-pagina-divider {
  background-color: var(--gwk-blauw);
  color: var(--wit);
}
body .glb-pagina-divider p {
  color: inherit;
}
body .glb-pagina-divider p a {
  color: inherit;
}
body .glb-pagina-divider h2 {
  font: var(--h--large);
  margin: auto 0;
}
@media (max-width: 1023px) {
  body .glb-pagina-divider h2 {
    margin-bottom: 25px;
  }
}
body .glb-pagina-divider ul li {
  margin-bottom: 5px;
}
body .glb-pagina-divider ul li:before {
  color: var(--gwk-goud);
}
body .glb-usps h2 {
  text-align: center;
}
body .hero-usps {
  padding: 15px 0px;
  border-bottom: 1px solid var(--grijs-300);
}
@media (max-width: 639px) {
  body .hero-usps {
    overflow: hidden;
  }
}
body .glb-pagina-header {
  position: relative;
}
body .glb-pagina-header .hero-header {
  height: 600px;
  height: clamp(400px, 100vh - 200px, 600px);
  display: flex;
  position: relative;
}
body .glb-pagina-header .hero-header--small {
  height: 450px;
}
body .glb-pagina-header .hero-header--only-heading {
  height: 250px;
  background-color: var(--gwk-blauw);
  min-height: 150px;
}
@media (min-width: 1024px) {
  body .glb-pagina-header .hero-header--only-heading .hero-header__content {
    padding: 0;
  }
}
@media (min-width: 1024px) {
  body .glb-pagina-header .hero-header--only-heading .hero-header__content {
    padding: 0;
  }
}
body .glb-pagina-header .hero-header--only-heading:after {
  display: block !important;
}
@media (max-width: 1023px) {
  body .glb-pagina-header .hero-header {
    background-image: none !important;
    height: auto;
    flex-direction: column;
  }
  body .glb-pagina-header .hero-header:after {
    display: none;
  }
  body .glb-pagina-header .hero-header .dialog {
    margin: 30px 0;
  }
}
body .glb-pagina-header .hero-header .mobile-background {
  aspect-ratio: 10/4;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 1024px) {
  body .glb-pagina-header .hero-header .mobile-background {
    height: 100%;
    position: absolute;
    inset: 0;
  }
}
body .glb-pagina-header .hero-header .mobile-background img,
body .glb-pagina-header .hero-header .mobile-background picture {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body .glb-pagina-header .hero-header .slider-background {
  width: 100%;
  background-color: var(--gwk-blauw);
}
body .glb-pagina-header .hero-header .slider-background .gwk-slider__container {
  padding: 0;
  position: relative;
}
@media (max-width: 1023px) {
  body .glb-pagina-header .hero-header .slider-background:not(.slider-background--content) {
    height: 0;
    padding-bottom: 40%;
  }
}
@media (min-width: 1024px) {
  body .glb-pagina-header .hero-header .slider-background {
    position: absolute;
    inset: 0;
    overflow: hidden;
  }
  body .glb-pagina-header .hero-header .slider-background .gwk-slider__container {
    width: 100%;
    padding: 0;
  }
  body .glb-pagina-header .hero-header .slider-background .gwk-slider__container .abs-center {
    position: relative;
    width: 100%;
    height: clamp(400px, 100vh - 100px, 600px);
  }
  body .glb-pagina-header .hero-header .slider-background .gwk-slider__container .abs-center img {
    position: absolute;
    height: auto;
    max-width: 120%;
    top: 50%;
    transform: translateY(-50%);
  }
  body .glb-pagina-header .hero-header .slider-background + .content-container {
    position: relative;
    z-index: 1;
  }
}
body .glb-pagina-header .hero-header .container, body .glb-pagina-header .hero-header .lazyblock.wp-block-lazyblock-layout .glb-layout > .layout-container, body .lazyblock.wp-block-lazyblock-layout .glb-pagina-header .hero-header .glb-layout > .layout-container {
  margin-top: auto;
  margin-bottom: auto;
}
@media (max-width: 1023px) {
  body .glb-pagina-header .hero-header .container, body .glb-pagina-header .hero-header .lazyblock.wp-block-lazyblock-layout .glb-layout > .layout-container, body .lazyblock.wp-block-lazyblock-layout .glb-pagina-header .hero-header .glb-layout > .layout-container {
    width: 100%;
    max-width: 100%;
  }
}
body .glb-pagina-header .hero-header__content {
  padding: 36px;
  background-color: var(--gwk-blauw);
}
@media (max-width: 1023px) {
  body .glb-pagina-header .hero-header__content {
    margin: 0 -1rem;
    padding: 30px 20px;
  }
}
body .glb-pagina-header .hero-header__content h1, body .glb-pagina-header .hero-header__content h2, body .glb-pagina-header .hero-header__content h3 {
  text-wrap: auto;
}
body .glb-pagina-header .hero-header__content p {
  color: var(--wit);
}
body .glb-pagina-header .hero-header__content .button {
  margin-top: 20px;
}
@media (max-width: 1023px) {
  body .glb-pagina-header .hero-header:not(.has-widget) .content-container {
    background-color: var(--gwk-blauw);
  }
}
body .glb-pagina-header__breadcrumbs {
  padding: 25px 0;
}
body .glb-pagina-header .has-koers {
  --padding: 30px;
  background-color: var(--gwk-blauw);
  max-height: 400px;
  overflow: hidden;
}
@media (max-width: 767px) {
  body .glb-pagina-header .has-koers {
    --padding: 15px;
  }
}
@media (max-width: 767px) {
  body .glb-pagina-header .has-koers .content-container {
    padding: var(--padding);
    width: -moz-max-content;
    width: max-content;
    margin: auto;
  }
}
body .glb-pagina-header .has-koers .col-md-5 {
  display: flex;
}
body .glb-pagina-header .has-koers .hero-header__content {
  background: none;
  padding: 0;
  margin: auto 0;
}
@media (min-width: 1024px) {
  body .glb-pagina-header .has-koers .hero-header__content h1 {
    font: var(--h--x-large);
  }
}
body .glb-pagina-header .has-koers .mobile-background {
  display: none;
}
body .glb-pagina-header .contains-tooltip {
  position: relative;
}
body .glb-pagina-header .tooltip {
  position: absolute;
  right: 0;
  top: 0;
  background: var(--gwk-blauw);
  color: #fff;
  border-radius: 4px;
  padding: 10px 20px 10px 10px;
  font-size: 14px;
  line-height: 20px;
  max-width: 238px;
  max-height: 80px;
  z-index: 1;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.2);
  transition: 0.5s all cubic-bezier(0, 0.96, 0.12, 1) 0.1s;
  overflow: hidden;
  cursor: pointer;
}
body .glb-pagina-header .tooltip:after {
  content: "i";
  position: absolute;
  font-weight: 700;
  right: 9px;
  font-size: 15px;
  top: 1px;
  color: var(--gwk-blauw);
  transition: 0.5s all cubic-bezier(0, 0.96, 0.12, 1) 0.1s;
}
body .glb-pagina-header .tooltip:not(:hover) {
  max-width: 22px;
  max-height: 22px;
  padding: 10px 12px 10px 10px;
  border-radius: 100%;
  color: var(--gwk-blauw);
}
body .glb-pagina-header .tooltip:not(:hover):after {
  color: #fff;
}
body .glb-pagina-header .edm-ticker {
  background-color: #fff;
  padding: var(--padding);
  max-width: 450px;
  margin-left: auto;
  width: -moz-max-content;
  width: max-content;
  position: relative;
  margin-top: 60px;
  margin-bottom: 30px;
}
@media (max-width: 639px) {
  body .glb-pagina-header .edm-ticker {
    width: 100%;
    margin-top: 64px;
    margin-bottom: 0;
  }
  body .glb-pagina-header .edm-ticker > p {
    margin-bottom: 5px;
  }
  body .glb-pagina-header .edm-ticker .andere-koersen a:nth-child(2):after {
    content: "";
    display: none;
  }
}
body .glb-pagina-header .edm-ticker .price__sign {
  width: 13px;
  height: 18px;
  background-size: 100%;
  background-position: left top;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(grfx/arrows/arrow-down--rood.svg);
}
body .glb-pagina-header .edm-ticker .price__sign.up {
  background-image: url(grfx/arrows/arrow-up--groen.svg);
}
@media (max-width: 639px) {
  body .glb-pagina-header .edm-ticker .price__sign {
    width: 11px;
    height: 15px;
  }
}
body .glb-pagina-header .edm-ticker__data {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 639px) {
  body .glb-pagina-header .edm-ticker__data {
    gap: 10px;
  }
}
body .glb-pagina-header .edm-ticker__data p {
  font: var(--p--x-small);
  margin-bottom: 0;
  margin-top: 5px;
}
body .glb-pagina-header .edm-ticker__data .price {
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 639px) {
  body .glb-pagina-header .edm-ticker__data .price {
    font-size: 18px;
  }
}
body .glb-pagina-header .edm-ticker__data .current {
  position: relative;
}
body .glb-pagina-header .edm-ticker__data .current:after {
  content: "";
  display: block;
  height: 100%;
  width: 1px;
  background-color: var(--grijs-300);
  position: absolute;
  right: -10px;
  top: 0;
}
@media (max-width: 639px) {
  body .glb-pagina-header .edm-ticker__data .current:after {
    right: 0;
  }
}
body .glb-pagina-header .edm-ticker__data .current .change__sign:after {
  content: "-";
  display: inline-block;
  width: 10px;
  height: 10px;
}
body .glb-pagina-header .edm-ticker__data.up .current .price {
  color: var(--groen);
}
body .glb-pagina-header .edm-ticker__data.up .current .price__sign {
  background-image: url(grfx/arrows/arrow-up--groen.svg);
}
body .glb-pagina-header .edm-ticker__data.up .change__sign:after {
  content: "+";
}
body .glb-pagina-header .edm-ticker__transaction {
  display: flex;
  gap: 15px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  body .glb-pagina-header .edm-ticker {
    margin-right: auto;
    margin-left: 0;
  }
  body .glb-pagina-header .edm-ticker .edm-ticker__transaction {
    gap: 10px;
  }
}
body .glb-pagina-header .edm-ticker .andere-koersen {
  color: #fff;
  margin-left: auto;
  display: flex;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font: var(--p--x-small);
  background: var(--gwk-blauw);
  position: absolute;
  top: -32px;
  right: 0;
  left: 0;
  --c: no-repeat linear-gradient(var(--gwk-blauw) 0 0);
  background: var(--c), var(--c), var(--grijs-700);
  background-size: 60% 100%;
  animation: l16 5s ease infinite;
}
@media (max-width: 639px) {
  body .glb-pagina-header .edm-ticker .andere-koersen {
    top: -64px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
body .glb-pagina-header .edm-ticker .andere-koersen a {
  padding: 7px 15px 7px 25px;
  margin: auto;
  height: 32px;
  display: block;
  width: 100%;
  font-weight: 500;
  text-decoration: none !important;
  background-color: var(--grijs-900);
  position: relative;
  color: var(--grijs-500);
}
body .glb-pagina-header .edm-ticker .andere-koersen a:hover, body .glb-pagina-header .edm-ticker .andere-koersen a.active {
  background-color: rgb(255, 255, 255);
  color: var(--gwk-blauw);
}
body .glb-pagina-header .edm-ticker .andere-koersen a:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 7px;
  bottom: 7px;
  width: 1px;
  background: #fff;
  opacity: 0.5;
}
body .glb-pagina-header .edm-ticker .andere-koersen a:last-child:after {
  content: none;
}
body .glb-pagina-header .edm-ticker .andere-koersen a .price__sign {
  position: absolute;
  width: 10px;
  height: 15px;
  top: 8px;
  left: 10px;
}
body .glb-pagina-header .edm-ticker .andere-koersen:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  background: var(--grijs-300);
  height: 3px;
}
body .glb-pagina-header .edm-ticker .andere-koersen:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
  background: var(--grijs-700);
  height: 3px;
  width: 100%;
}
@keyframes l16 {
  0% {
    background-position: -150% 0, -150% 0;
  }
  66% {
    background-position: 250% 0, -150% 0;
  }
  100% {
    background-position: 250% 0, 250% 0;
  }
}
body .glb-pagina-header .edm-ticker.counting .andere-koersen:after {
  animation: countdown 60s linear forwards;
}
@keyframes countdown {
  0% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}
body .glb-pagina-header .edm-ticker.loading .andere-koersen:after {
  --c: no-repeat linear-gradient(var(--gwk-blauw) 0 0);
  background: var(--c), var(--c), var(--grijs-300);
  background-size: 60% 100%;
  animation: l16 3s ease infinite;
}
@keyframes l16 {
  0% {
    background-position: -150% 0, -150% 0;
  }
  66% {
    background-position: 250% 0, -150% 0;
  }
  100% {
    background-position: 250% 0, 250% 0;
  }
}
body .glb-pagina-header .goudprijs-pijl {
  background-image: url(grfx/arrows/goudprijs-header-pijl.svg);
  background-size: cover;
  width: 420px;
  aspect-ratio: 16/9;
  display: block;
  position: absolute;
  left: calc(50% - 300px);
  bottom: 0;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  body .glb-pagina-header .goudprijs-pijl {
    left: calc(50% - 283px);
    width: 323px;
  }
}
@media (max-width: 1023px) {
  body .glb-pagina-header .goudprijs-pijl {
    display: none;
  }
}
body .glb-pagina-header .goudprijs-pijl-animated {
  width: 425px;
  height: 287px;
  display: block;
  position: absolute;
  left: calc(50% - 300px);
  bottom: -5px;
}
body .glb-pagina-header .goudprijs-pijl-animated .line,
body .glb-pagina-header .goudprijs-pijl-animated .head {
  animation: 3.5s fillLine 2 cubic-bezier(0.34, 0.86, 0.79, 1) forwards;
}
body .glb-pagina-header .goudprijs-pijl-animated .line {
  position: absolute;
  left: 0;
  bottom: 0;
  stroke-dasharray: 585;
  stroke-dashoffset: 585;
}
body .glb-pagina-header .goudprijs-pijl-animated .head {
  offset-path: path("M6 280.5C89.0664 198.002 143.971 143.974 217.446 70.5C230.946 57 241.141 57 246.459 62C250.526 65.8226 284.53 100 291 106.5C297.47 113 306.5 116 318.5 104C363.384 59.116 373.255 50.5198 418.5 6");
  offset-distance: 0%;
  animation-name: followLine;
  position: absolute;
  left: -2px;
  top: 3px;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  body .glb-pagina-header .goudprijs-pijl-animated {
    left: calc(50% - 233px);
    transform: scale(0.7);
    transform-origin: bottom left;
  }
}
@media (max-width: 1023px) {
  body .glb-pagina-header .goudprijs-pijl-animated {
    display: none;
  }
}
@keyframes fillLine {
  90% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes followLine {
  90% {
    offset-distance: 100%;
  }
  100% {
    offset-distance: 100%;
  }
}
body .glb-laatste-nieuws h2 {
  text-align: center;
  margin-bottom: 4rem;
}
@media (max-width: 1023px) {
  body .glb-laatste-nieuws h2 {
    margin-bottom: 2rem;
    box-shadow: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .glb-laatste-nieuws .row, body .glb-laatste-nieuws .lazyblock.wp-block-lazyblock-layout .glb-layout > .layout-container .lazyblock-inner-blocks, body .lazyblock.wp-block-lazyblock-layout .glb-layout > .layout-container .glb-laatste-nieuws .lazyblock-inner-blocks {
    gap: 30px;
  }
}
body .glb-parallax-section {
  min-height: 600px;
  height: 75vh;
  padding: 0;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1023px) {
  body .glb-parallax-section {
    height: 400px;
    min-height: 400px;
  }
}
@media (max-width: 639px) {
  body .glb-parallax-section {
    height: 250px;
    min-height: 250px;
  }
}
body .glb-parallax-section .parallax-wrapper img,
body .glb-parallax-section .simpleParallax img {
  width: 100%;
}
body .glb-afbeelding-met-tekstblok .afbeelding {
  aspect-ratio: 16/9;
  background-size: cover;
  background-position: center;
  display: flex;
}
body .glb-afbeelding-met-tekstblok .afbeelding .content {
  margin: auto 40px;
  padding: 30px 40px;
  max-width: 500px;
}
@media (max-width: 1023px) {
  body .glb-afbeelding-met-tekstblok .afbeelding .content {
    margin: auto;
    padding: 30px 0px;
  }
}
body .glb-afbeelding-met-tekstblok .afbeelding .content h3 {
  color: var(--gwk-goud);
}
body .glb-afbeelding-met-tekstblok .afbeelding .content h3 strong {
  color: var(--gwk-blauw);
}
@media (max-width: 1023px) {
  body .glb-afbeelding-met-tekstblok .afbeelding {
    background-image: none !important;
    height: auto;
    flex-direction: column;
  }
  body .glb-afbeelding-met-tekstblok .afbeelding:after {
    display: none;
  }
  body .glb-afbeelding-met-tekstblok .afbeelding .content {
    max-width: 100%;
  }
  body .glb-afbeelding-met-tekstblok .afbeelding .dialog {
    margin: 30px 0;
  }
}
body .glb-afbeelding-met-tekstblok .afbeelding .mobile-background {
  background-size: cover;
  background-position: center;
  height: 0;
  padding-bottom: 65%;
  width: 100%;
}
@media (min-width: 1024px) {
  body .glb-afbeelding-met-tekstblok .afbeelding .mobile-background {
    display: none;
  }
}
@media (max-width: 1023px) {
  body .glb-afbeelding-met-tekstblok.grijs-100 {
    padding: 30px 0;
  }
  body .glb-afbeelding-met-tekstblok.grijs-100 .afbeelding .content {
    padding: 30px;
  }
}
body .glb-afbeelding-met-tekstblok.blauw .content {
  background-color: #fff;
}
body .glb-afbeelding-met-tekstblok.blauw .content h3 {
  color: var(--gwk-goud);
}
body .glb-afbeelding-met-tekstblok.blauw .content h3 strong {
  color: var(--gwk-blauw);
}
body .glb-afbeelding .layout {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
@media (max-width: 1023px) {
  body .glb-afbeelding .layout {
    gap: 6px;
  }
}
body .glb-afbeelding .layout img,
body .glb-afbeelding .layout picture {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
body .glb-afbeelding .layout div {
  overflow: hidden;
}
body .glb-afbeelding .layout div:nth-child(1) {
  grid-row: span 1;
  aspect-ratio: 16/10.5;
  order: 3;
  max-width: 260px;
  margin-left: auto;
}
@media (max-width: 767px) {
  body .glb-afbeelding .layout div:nth-child(1) {
    aspect-ratio: 16/11;
    max-width: 100%;
  }
}
body .glb-afbeelding .layout div:nth-child(2) {
  grid-row: span 2;
  order: 2;
  max-width: 245px;
}
@media (min-width: 1024px) {
  body .glb-afbeelding .layout div:nth-child(2) {
    margin-top: -60px;
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) {
  body .glb-afbeelding .layout div:nth-child(2) {
    aspect-ratio: 1/1.5;
  }
}
body .glb-afbeelding .layout div:nth-child(3) {
  grid-row: span 1;
  aspect-ratio: 1/1;
  order: 1;
  max-width: 150px;
  margin-top: auto;
  margin-left: auto;
}
@media (max-width: 767px) {
  body .glb-afbeelding .layout div:nth-child(3) {
    aspect-ratio: 16/11;
    max-width: 100%;
  }
}
body .glb-tabel table td,
body .glb-tabel table th {
  padding: 10px 0;
}
body .glb-tekstuele-infographic .head {
  margin-bottom: 80px;
}
@media (max-width: 1023px) {
  body .glb-tekstuele-infographic .head {
    margin-bottom: 40px;
  }
}
body .glb-tekstuele-infographic .head h2 {
  text-align: center;
  color: #fff;
}
body .glb-tekstuele-infographic .head p {
  text-align: center;
  color: #fff;
}
body .glb-tekstuele-infographic .tekstuele-infographic__inner {
  padding: 30px 50px 30px 20px;
  border: 2px solid var(--gwk-goud);
  position: relative;
}
body .glb-tekstuele-infographic .tekstuele-infographic__inner.borderless {
  border: 0;
}
@media (max-width: 767px) {
  body .glb-tekstuele-infographic .tekstuele-infographic__inner.borderless {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
}
body .glb-tekstuele-infographic .tekstuele-infographic__inner h3 {
  color: var(--gwk-goud);
}
body .glb-tekstuele-infographic .tekstuele-infographic__inner p {
  color: #fff;
}
body .glb-tekstuele-infographic .tekstuele-infographic__inner img {
  position: absolute;
  top: 30px;
  width: 110px;
  height: 110px;
  left: calc(100% - 30px);
}
@media (max-width: 639px) {
  body .glb-tekstuele-infographic .tekstuele-infographic__inner {
    padding: 25px 15px 16px 15px;
    margin-right: 10px;
  }
  body .glb-tekstuele-infographic .tekstuele-infographic__inner h3 {
    margin-bottom: 20px;
  }
  body .glb-tekstuele-infographic .tekstuele-infographic__inner img {
    width: 70px;
    height: 70px;
    top: -20px;
    left: calc(100% - 50px);
  }
}
body .glb-tekstuele-infographic.tekstuele-infographic--vertical .tekstuele-infographic__item {
  margin-bottom: 100px;
}
@media (max-width: 1023px) {
  body .glb-tekstuele-infographic.tekstuele-infographic--vertical .tekstuele-infographic__item {
    margin-bottom: 30px;
  }
}
@media (min-width: 1280px) {
  body .glb-tekstuele-infographic.tekstuele-infographic--vertical .tekstuele-infographic__item:nth-child(even) {
    margin-top: 400px;
    margin-bottom: -100px;
  }
}
@media (min-width: 1024px) {
  body .glb-tekstuele-infographic.tekstuele-infographic--vertical .tekstuele-infographic__item:nth-child(even) {
    margin-top: 300px;
    margin-bottom: -100px;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  body .glb-tekstuele-infographic.tekstuele-infographic--vertical .tekstuele-infographic__item:nth-child(even) .tekstuele-infographic__inner {
    margin-left: 50px;
  }
}
@media (max-width: 639px) {
  body .glb-tekstuele-infographic.tekstuele-infographic--vertical .tekstuele-infographic__item:nth-child(even) .tekstuele-infographic__inner {
    margin-left: 15px;
  }
}
body .glb-tekstuele-infographic.tekstuele-infographic--vertical .tekstuele-infographic__item:nth-child(even) .tekstuele-infographic__inner {
  padding: 30px 20px 30px 50px;
}
body .glb-tekstuele-infographic.tekstuele-infographic--vertical .tekstuele-infographic__item:nth-child(even) .tekstuele-infographic__inner img {
  left: auto;
  right: calc(100% - 30px);
}
@media (max-width: 639px) {
  body .glb-tekstuele-infographic.tekstuele-infographic--vertical .tekstuele-infographic__item:nth-child(even) .tekstuele-infographic__inner {
    padding: 25px 15px 16px 15px;
    margin-left: 0px;
    margin-right: 10px;
  }
  body .glb-tekstuele-infographic.tekstuele-infographic--vertical .tekstuele-infographic__item:nth-child(even) .tekstuele-infographic__inner h3 {
    margin-bottom: 20px;
  }
  body .glb-tekstuele-infographic.tekstuele-infographic--vertical .tekstuele-infographic__item:nth-child(even) .tekstuele-infographic__inner img {
    width: 70px;
    height: 70px;
    top: -20px;
    left: calc(100% - 50px);
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  body .glb-tekstuele-infographic.tekstuele-infographic--vertical .tekstuele-infographic__item:nth-child(odd) .tekstuele-infographic__inner {
    margin-right: 50px;
  }
}
body .glb-tekstuele-infographic.tekstuele-infographic--vertical .tekstuele-infographic__item:last-child {
  margin-bottom: 0;
}
@media (min-width: 1280px) {
  body .glb-tekstuele-infographic.tekstuele-infographic--horizontal .row, body .glb-tekstuele-infographic.tekstuele-infographic--horizontal .lazyblock.wp-block-lazyblock-layout .glb-layout > .layout-container .lazyblock-inner-blocks, body .lazyblock.wp-block-lazyblock-layout .glb-layout > .layout-container .glb-tekstuele-infographic.tekstuele-infographic--horizontal .lazyblock-inner-blocks {
    justify-content: space-evenly;
  }
}
@media (min-width: 1024px) {
  body .glb-tekstuele-infographic.tekstuele-infographic--horizontal .row.compact [class^=col], body .glb-tekstuele-infographic.tekstuele-infographic--horizontal .lazyblock.wp-block-lazyblock-layout .glb-layout > .layout-container .compact.lazyblock-inner-blocks [class^=col], body .lazyblock.wp-block-lazyblock-layout .glb-layout > .layout-container .glb-tekstuele-infographic.tekstuele-infographic--horizontal .compact.lazyblock-inner-blocks [class^=col] {
    padding-right: 5px;
    padding-left: 5px;
    flex-grow: 1;
    max-width: 100%;
  }
  body .glb-tekstuele-infographic.tekstuele-infographic--horizontal .row.compact [class^=col] p, body .glb-tekstuele-infographic.tekstuele-infographic--horizontal .lazyblock.wp-block-lazyblock-layout .glb-layout > .layout-container .compact.lazyblock-inner-blocks [class^=col] p, body .lazyblock.wp-block-lazyblock-layout .glb-layout > .layout-container .glb-tekstuele-infographic.tekstuele-infographic--horizontal .compact.lazyblock-inner-blocks [class^=col] p {
    font: var(--p--small);
  }
}
body .glb-tekstuele-infographic.tekstuele-infographic--horizontal .tekstuele-infographic__item {
  margin-top: 70px;
}
body .glb-tekstuele-infographic.tekstuele-infographic--horizontal .tekstuele-infographic__inner {
  padding: 65px 15px 15px 15px;
  height: 100%;
}
body .glb-tekstuele-infographic.tekstuele-infographic--horizontal .tekstuele-infographic__inner.borderless {
  padding: 65px 0px 0px 0px;
}
@media (max-width: 767px) {
  body .glb-tekstuele-infographic.tekstuele-infographic--horizontal .tekstuele-infographic__inner.borderless {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
}
body .glb-tekstuele-infographic.tekstuele-infographic--horizontal .tekstuele-infographic__inner img {
  position: absolute;
  top: -50px;
  width: 90px;
  height: 90px;
  left: calc(50% - 45px);
}
body .glb-tekstuele-infographic.wit {
  background-color: var(--grijs-100);
}
body .glb-tekstuele-infographic.wit h2,
body .glb-tekstuele-infographic.wit h3,
body .glb-tekstuele-infographic.wit p {
  color: var(--gwk-blauw);
}
body .glb-tekstuele-infographic.wit .tekstuele-infographic__inner {
  background-color: var(--wit);
}
body .glb-tijdlijn-attentie-blok {
  position: relative;
  color: #fff;
}
body .glb-tijdlijn-attentie-blok p {
  color: #fff;
}
body .glb-tijdlijn-attentie-blok .col {
  display: flex;
  margin-left: 250px;
}
@media (max-width: 1023px) {
  body .glb-tijdlijn-attentie-blok .col {
    margin-left: 160px;
  }
}
@media (max-width: 767px) {
  body .glb-tijdlijn-attentie-blok .col {
    margin-left: 102px;
    flex-direction: column;
  }
}
body .glb-tijdlijn-attentie-blok .image {
  max-width: 250px;
  width: 100%;
}
@media (max-width: 1023px) {
  body .glb-tijdlijn-attentie-blok .image {
    max-width: 250px;
    margin: 30px 0 30px;
    display: block;
  }
}
@media (max-width: 639px) {
  body .glb-tijdlijn-attentie-blok .image {
    margin-top: 0;
    margin-bottom: 15px;
    max-width: 120px;
  }
}
body .glb-tijdlijn-attentie-blok .content {
  max-width: 600px;
  margin: auto auto auto 30px;
  background-color: var(--gwk-blauw) !important;
}
@media (max-width: 767px) {
  body .glb-tijdlijn-attentie-blok .content {
    margin-left: 0;
  }
}
body .glb-tijdlijn-attentie-blok .background-container {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 200px;
  left: calc(50% - 660px);
  overflow: hidden;
}
body .glb-tijdlijn-attentie-blok .background-container .timeline img {
  width: 150px;
}
@media (max-width: 1279px) {
  body .glb-tijdlijn-attentie-blok .background-container {
    left: calc(50% - 485px);
  }
}
@media (max-width: 1023px) {
  body .glb-tijdlijn-attentie-blok .background-container {
    left: calc(50% - 370px);
  }
}
@media (max-width: 767px) {
  body .glb-tijdlijn-attentie-blok .background-container {
    left: calc(50% - 328px);
  }
}
@media (max-width: 639px) {
  body .glb-tijdlijn-attentie-blok .background-container {
    position: absolute;
    top: 0;
    bottom: 14px;
    width: 110px;
    left: 0;
    padding: 0;
  }
}
body .glb-bedrijf-in-cijfers h2 {
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}
@media (max-width: 1023px) {
  body .glb-bedrijf-in-cijfers h2 {
    margin-bottom: 40px;
  }
}
body .glb-bedrijf-in-cijfers .cijfer-wrap {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
@media (min-width: 768px) and (max-width: 1023px) {
  body .glb-bedrijf-in-cijfers .cijfer-wrap {
    grid-template-columns: repeat(6, 1fr);
    gap: 30px;
  }
  body .glb-bedrijf-in-cijfers .cijfer-wrap .cijfer {
    grid-column: span 2;
  }
  body .glb-bedrijf-in-cijfers .cijfer-wrap .cijfer:nth-child(4) {
    grid-column: 2/span 2;
  }
}
@media (max-width: 767px) {
  body .glb-bedrijf-in-cijfers .cijfer-wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
    margin: auto;
    width: -moz-max-content;
    width: max-content;
  }
}
body .glb-bedrijf-in-cijfers .cijfer {
  display: flex;
  flex-direction: column;
}
body .glb-bedrijf-in-cijfers .cijfer .icoon {
  width: 100px;
  height: 100px;
  margin: auto;
  background-position: center;
  background-size: cover;
}
body .glb-bedrijf-in-cijfers .cijfer .text {
  text-align: center;
  font-size: 20px;
  line-height: 130%;
  margin-top: 20px;
  color: #fff;
}
body .glb-bedrijf-in-cijfers .cijfer .text strong {
  display: block;
}
@media (max-width: 767px) {
  body .glb-bedrijf-in-cijfers .cijfer {
    gap: 17px;
    flex-direction: row;
  }
  body .glb-bedrijf-in-cijfers .cijfer .icoon {
    width: 70px;
    height: 70px;
    margin: auto 0;
  }
  body .glb-bedrijf-in-cijfers .cijfer .text {
    text-align: left;
    font-size: 18px;
    margin-top: 10px;
  }
}
body .glb-bedrijf-in-cijfers .cijfer--geholpen-klanten .icoon {
  background-image: url(grfx/bedrijf-in-cijfers/geholpen-klanten-blauw.svg);
}
body .glb-bedrijf-in-cijfers .cijfer--alle-diensten .icoon {
  background-image: url(grfx/bedrijf-in-cijfers/alle-diensten-blauw.svg);
}
body .glb-bedrijf-in-cijfers .cijfer--medewerkers .icoon {
  background-image: url(grfx/bedrijf-in-cijfers/medewerkers-blauw.svg);
}
body .glb-bedrijf-in-cijfers .cijfer--beoordeling .icoon {
  background-image: url(grfx/bedrijf-in-cijfers/beoordeling-blauw.svg);
}
body .glb-bedrijf-in-cijfers .cijfer--locaties .icoon {
  background-image: url(grfx/bedrijf-in-cijfers/locaties-blauw.svg);
}
body .glb-producten-display .products {
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  margin: 30px auto;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 1279px) {
  body .glb-producten-display .products {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 1023px) {
  body .glb-producten-display .products {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  body .glb-producten-display .products {
    grid-template-columns: repeat(2, 1fr);
  }
}
body .glb-producten-display .products .product-preview {
  max-width: 200px;
}
body .glb-producten-display .gwk-stepper__steps {
  max-width: 1040px;
  margin: auto;
}
@media (max-width: 1023px) {
  body .glb-producten-display:not(.full-grid-layout) .product-preview:nth-child(5) {
    display: none;
  }
}
@media (min-width: 1280px) {
  body .glb-producten-display.grid-layout-6 .products, body .glb-producten-display.grid-layout-9 .products {
    grid-template-columns: repeat(3, 1fr);
  }
  body .glb-producten-display.grid-layout-7 .products, body .glb-producten-display.grid-layout-8 .products {
    grid-template-columns: repeat(4, 1fr);
  }
}
body .glb-jubileumshop__header {
  background-color: #dadada;
  overflow: hidden;
}
body .glb-jubileumshop__header img {
  max-height: 400px;
  margin: auto;
  display: block;
}
body .glb-jubileumshop__sfeerbeeld {
  height: 400px;
  background-size: cover;
  background-attachment: fixed;
}
@media (max-width: 1023px) {
  body .glb-jubileumshop__sfeerbeeld {
    height: 280px;
    background-attachment: initial;
  }
}
@media (max-width: 1023px) {
  body .glb-jubileumshop .tekstblok-50-50 .gwk-slider__container {
    padding: 0;
  }
}
body .glb-jubileumshop .product-preview {
  cursor: pointer;
}
body .glb-jubileumshop .product-preview .product-preview__image {
  background-color: #fff;
  border: 5px solid var(--grijs-300);
}
body .glb-jubileumshop .product-preview .product-preview__content {
  border-left: 5px solid var(--grijs-300);
  border-right: 5px solid var(--grijs-300);
  border-bottom: 5px solid var(--grijs-300);
}
body .glb-jubileumshop .product-preview .product-preview__title {
  overflow: hidden;
}
@media (max-width: 639px) {
  body .glb-jubileumshop .product-preview .product-preview__title {
    line-height: 120%;
  }
}
body .glb-jubileumshop .product-preview.met-deco {
  position: relative;
}
body .glb-jubileumshop .product-preview.met-deco:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 30%;
  max-width: 70px;
  aspect-ratio: 1;
  background-size: 100%;
  z-index: 1;
}
body .glb-jubileumshop .product-preview.met-deco.nl:before {
  background-image: url(grfx/jubileum/nl-cadeau-label.svg);
}
body .glb-jubileumshop .product-preview.met-deco.be:before {
  background-image: url(grfx/jubileum/be-cadeau-label.svg);
}
body .glb-jubileumshop .product-preview.met-deco.fr:before {
  background-image: url(grfx/jubileum/fr-cadeau-label.svg);
}
body .glb-jubileumshop .product-preview.met-deco.de:before {
  background-image: url(grfx/jubileum/de-cadeau-label.svg);
}
body .glb-jubileumshop .product-preview.met-wrap .product-preview__image {
  position: relative;
}
body .glb-jubileumshop .product-preview.met-wrap .product-preview__image:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40%;
  max-width: 100px;
  aspect-ratio: 1;
  background-size: 100%;
  z-index: 1;
}
body .glb-jubileumshop .product-preview.met-wrap.nl .product-preview__image:after {
  background-image: url(grfx/jubileum/nl-wrap.svg);
}
body .glb-jubileumshop .product-preview.met-wrap.be .product-preview__image:after {
  background-image: url(grfx/jubileum/nl-wrap.svg);
}
body .glb-jubileumshop .product-preview.met-wrap.fr .product-preview__image:after {
  background-image: url(grfx/jubileum/fr-wrap.svg);
}
body .glb-jubileumshop .product-preview.met-wrap.de .product-preview__image:after {
  background-image: url(grfx/jubileum/de-wrap.svg);
}
@media (max-width: 1023px) {
  body .glb-jubileumshop .price-stepper {
    position: sticky;
    top: 78px;
    z-index: 10;
    background: #fff;
  }
}
body .glb-jubileumshop .button.btt,
body .glb-jubileumshop .button.load-more {
  background-color: transparent;
  border: 2px solid var(--gwk-goud);
  color: var(--gwk-goud);
}
body .glb-jubileumshop .button.btt:hover,
body .glb-jubileumshop .button.load-more:hover {
  background: var(--gwk-goud);
  color: #fff;
}
body .glb-jubileumshop .button.btt:hover:before,
body .glb-jubileumshop .button.load-more:hover:before {
  border-color: #fff;
}
body .glb-jubileumshop .btt {
  position: relative;
  aspect-ratio: 1;
  width: 51px;
  height: 51px;
  max-width: 250px;
  margin: 0 20px 0 auto;
}
body .glb-jubileumshop .btt + .button {
  margin: 0 auto 0 0;
}
body .glb-jubileumshop .btt:before {
  content: "";
  position: absolute;
  inset: 17px;
  display: block;
  border-left: 3px solid var(--gwk-goud);
  border-top: 3px solid var(--gwk-goud);
  transform: translateY(3px) rotate(45deg);
}
@media (max-width: 767px) {
  body .glb-jubileumshop .btt {
    width: 42px;
    height: 42px;
  }
  body .glb-jubileumshop .btt:before {
    inset: 13px;
  }
}
body .glb-jubileumshop .gwk-stepper__steps {
  margin-bottom: 30px;
  margin-top: 10px;
}
body .glb-jubileumshop .gwk-stepper__nav {
  position: sticky;
  top: 162px;
}
body .glb-jubileumshop .gwk-stepper__nav-item {
  font-weight: 700;
  color: var(--grijs-500);
  font-size: 20px;
  margin-bottom: 0;
  border-bottom: 2px solid var(--gwk-goud);
  padding: 7px 12px;
  position: relative;
  transition: 0.3s all;
  cursor: pointer;
}
@media (max-width: 639px) {
  body .glb-jubileumshop .gwk-stepper__nav-item {
    line-height: 120%;
  }
}
body .glb-jubileumshop .gwk-stepper__nav-item .gico {
  transition: 0.3s all;
  position: absolute;
  right: 10px;
  top: 10px;
}
body .glb-jubileumshop .gwk-stepper__nav-item:hover, body .glb-jubileumshop .gwk-stepper__nav-item.active {
  background-color: var(--gwk-goud);
  color: #fff;
}
body .glb-jubileumshop .gwk-stepper__nav-item:hover .gico, body .glb-jubileumshop .gwk-stepper__nav-item.active .gico {
  transform: translateX(5px);
}
@media (max-width: 1023px) {
  body .glb-jubileumshop .gwk-stepper__nav {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  body .glb-jubileumshop .gwk-stepper__nav-item {
    padding: 7px 22px 7px 5px;
    font-size: var(--p--default);
  }
  body .glb-jubileumshop .gwk-stepper__nav-item.pg-all {
    grid-column: span 2;
  }
}
body .glb-jubileumshop #shop-products {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1279px) {
  body .glb-jubileumshop #shop-products {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 639px) {
  body .glb-jubileumshop #shop-products {
    grid-template-columns: repeat(2, 1fr);
  }
}
@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
body .glb-jubileumshop .products {
  display: grid;
  gap: 15px;
  padding: 4px;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1279px) {
  body .glb-jubileumshop .products {
    grid-template-columns: repeat(3, 1fr);
  }
}
body #product_container--clone {
  max-width: 80vw;
}
@media (max-width: 767px) {
  body #product_container--clone {
    padding: 0 0 20px 0;
  }
}
body #pc_inner {
  max-width: 80vw;
  color: var(--gwk-blauw);
}
body #pc_inner .price {
  font-size: 22px;
  color: var(--gwk-blauw);
}
body #pc_inner table {
  margin-bottom: 20px;
}
body #pc_inner table tr td {
  vertical-align: top;
  padding: 9px 3px;
}
body #pc_inner table tr td:first-child {
  font-weight: 700;
}
body #pc_inner .jbc-image-wrap {
  display: inline-block;
  position: relative;
  padding: 20px;
  display: flex;
}
@media (min-width: 768px) {
  body #pc_inner .jbc-image-wrap {
    margin: -21px -19px -21px -38px;
  }
}
@media (max-width: 767px) {
  body #pc_inner .jbc-image-wrap {
    margin: 0 -16px 20px;
    width: calc(100% + 32px);
    min-height: 100px;
    min-width: 200px;
  }
}
body #pc_inner .jbc-image-wrap picture,
body #pc_inner .jbc-image-wrap img {
  max-width: 90%;
  max-height: 90%;
  margin: auto;
}
@media (max-width: 767px) {
  body #pc_inner .jbc-image-wrap picture,
  body #pc_inner .jbc-image-wrap img {
    max-width: 60%;
    max-height: 60%;
    margin: auto;
  }
}
body #pc_inner .jbc-image-wrap:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 30%;
  max-width: 90px;
  aspect-ratio: 1;
  background-size: 100%;
  z-index: 1;
}
body #pc_inner .jbc-image-wrap.nl:before {
  background-image: url(grfx/jubileum/nl-cadeau-label.svg);
}
body #pc_inner .jbc-image-wrap.be:before {
  background-image: url(grfx/jubileum/nl-cadeau-label.svg);
}
body #pc_inner .jbc-image-wrap.fr:before {
  background-image: url(grfx/jubileum/fr-cadeau-label.svg);
}
body #pc_inner .jbc-image-wrap.de:before {
  background-image: url(grfx/jubileum/de-cadeau-label.svg);
}
body #pc_inner .jbc-image-wrap.met-wrap:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40%;
  max-width: 100px;
  aspect-ratio: 1;
  background-size: 100%;
  z-index: 1;
}
body #pc_inner .jbc-image-wrap.met-wrap.nl:after {
  background-image: url(grfx/jubileum/nl-wrap.svg);
}
body #pc_inner .jbc-image-wrap.met-wrap.be:after {
  background-image: url(grfx/jubileum/nl-wrap.svg);
}
body #pc_inner .jbc-image-wrap.met-wrap.fr:after {
  background-image: url(grfx/jubileum/fr-wrap.svg);
}
body #pc_inner .jbc-image-wrap.met-wrap.de:after {
  background-image: url(grfx/jubileum/de-wrap.svg);
}
body section.glb-valuta-checkout {
  padding: 10px 0 60px;
}
@media (min-width: 1024px) {
  body .valuta-checkout__dialog {
    position: sticky;
    top: 150px;
  }
}
body .valuta-checkout__order-list p {
  font-weight: 600;
  display: flex;
  width: 100%;
  margin-bottom: 10px;
}
body .valuta-checkout__order-list p span {
  margin-left: auto;
  font-weight: 300;
}
body .valuta-checkout__order-list p.valuta-list {
  flex-wrap: wrap;
}
body .valuta-checkout__order-list p.valuta-list span {
  flex: 0 0 100%;
  font-size: 16px;
  line-height: 28px;
  display: inline-block;
}
body .valuta-checkout__order-list .button {
  display: block;
  margin-top: 20px;
  margin-bottom: 25px;
}
body .valuta-checkout__order-list.valuta-thanks h4 {
  text-transform: none;
  margin-bottom: 5px;
}
body .valuta-checkout__order-list.valuta-thanks p:not(.valuta-list) {
  font-weight: 300;
}
body .valuta-checkout__cart {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  body .valuta-checkout__cart .sub {
    display: flex;
  }
  body .valuta-checkout__cart .sub .button {
    flex: 0 0 max-content;
  }
  body .valuta-checkout__cart .sub .info {
    margin: auto auto auto 20px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  body .valuta-checkout__cart .sub .button {
    display: block;
    margin-top: 30px;
  }
  body .valuta-checkout__cart .sub .info {
    display: block;
    margin-top: 20px;
    font-size: 14px;
  }
}
body .valuta-checkout__cart-line {
  margin-bottom: 20px;
  display: grid;
  gap: 15px;
  grid-template-columns: 40px 150px 1fr 150px;
  border-bottom: 1px solid var(--grijs-300);
  padding: 15px 0;
}
body .valuta-checkout__cart-line .amount {
  display: flex;
  flex-direction: column;
}
body .valuta-checkout__cart-line .amount .number {
  padding: 11px 13px;
  border-radius: 4px;
  border: 1px solid var(--grijs-500);
  color: var(--gwk-blauw);
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 10px;
}
body .valuta-checkout__cart-line .amount .rate {
  font-size: 14px;
  font-weight: 300;
  color: var(--grijs-500);
}
body .valuta-checkout__cart-line .info {
  font: var(--p--default);
  line-height: 24px;
}
body .valuta-checkout__cart-line .info__title {
  font-weight: 300;
  color: var(--gwk-blauw);
}
body .valuta-checkout__cart-line .info__country {
  font-weight: 300;
  color: var(--grijs-700);
}
body .valuta-checkout__cart-line .price {
  text-align: right;
  font-size: 18px;
  font-weight: 700;
  color: var(--gwk-blauw);
}
body .valuta-checkout__cart-line .price .cart-line-delete {
  color: var(--rood);
  font-weight: 300;
  font-size: 16px;
  margin-top: 5px;
  cursor: pointer;
}
body .valuta-checkout__cart-line .price .cart-line-delete:hover {
  text-decoration: underline;
}
@media (max-width: 639px) {
  body .valuta-checkout__cart-line {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0 0 10px;
    gap: 12px;
    margin-bottom: 12px;
  }
  body .valuta-checkout__cart-line .image {
    order: 1;
  }
  body .valuta-checkout__cart-line .amount {
    order: 3;
    max-width: 150px;
  }
  body .valuta-checkout__cart-line .amount .number {
    padding: 8px 10px;
  }
  body .valuta-checkout__cart-line .info {
    order: 2;
    min-width: 260px;
  }
  body .valuta-checkout__cart-line .price {
    order: 4;
    margin-left: auto;
  }
}
body .valuta-checkout__personal {
  margin-top: 30px;
}
body .valuta-checkout__pickup {
  margin-top: 30px;
}
body .valuta-checkout__acceptance {
  margin-bottom: 30px;
}
body .valuta-checkout__acceptance .form-group p {
  display: flex;
}
body .valuta-checkout__acceptance .form-group p .checkbox {
  margin-top: 7px;
}
body .valuta-checkout__acceptance .form-group p .checkbox.form-error + span, body .valuta-checkout__acceptance .form-group p .checkbox.form-error + label {
  background-color: rgba(255, 0, 0, 0.1);
  box-shadow: -2px 2px 3px 7px rgba(255, 0, 0, 0.1);
}
body .valuta-checkout__thanks, body .valuta-checkout__pickup-location, body .valuta-checkout__faq {
  margin-top: 30px;
  margin-bottom: 30px;
}
body .valuta-checkout__thanks .button, body .valuta-checkout__pickup-location .button, body .valuta-checkout__faq .button {
  margin-bottom: 15px;
}
body .valuta-checkout__pickup-location .location-preview {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (min-width: 1280px) {
  body .valuta-checkout__pickup-location .location-preview {
    display: grid;
    grid-template-columns: 150px 1fr 1fr;
  }
}
@media (max-width: 639px) {
  body .valuta-checkout__pickup-location .location-preview {
    flex-direction: column;
  }
}
body .valuta-checkout__pickup-location .location-preview .image {
  width: 150px;
}
body .valuta-checkout__pickup-location .location-preview .location-detail__info-address,
body .valuta-checkout__pickup-location .location-preview .location-detail__info-contact {
  margin-top: 0;
  text-wrap: auto;
  min-width: 230px;
}
body .valuta-checkout__pickup-location .location-preview .location-detail__info-address a[class*=gico-],
body .valuta-checkout__pickup-location .location-preview .location-detail__info-contact a[class*=gico-] {
  padding-left: 38px;
  transition: 0.3s all;
}
body .valuta-checkout__pickup-location .location-preview .location-detail__info-address a[class*=gico-]:hover,
body .valuta-checkout__pickup-location .location-preview .location-detail__info-contact a[class*=gico-]:hover {
  color: var(--gwk-goud);
}
body .valuta-checkout__pickup-location .location-preview .location-detail__info-address a[class*=gico-]:before,
body .valuta-checkout__pickup-location .location-preview .location-detail__info-contact a[class*=gico-]:before {
  position: absolute;
  left: 0;
}

/* Afspraak planner */
.appointment-data-section {
  margin-top: 30px;
}

/* Video galerij */
body .gwk-slider__container--oud-wordt-nieuw {
  padding: 0px;
  margin-top: 20px;
}
body .gwk-slider__container--oud-wordt-nieuw .gwk-slider__button-next,
body .gwk-slider__container--oud-wordt-nieuw .gwk-slider__button-prev {
  display: none;
}
@media (max-width: 1023.98px) {
  body .gwk-slider__container--oud-wordt-nieuw {
    padding: 0 40px;
  }
  body .gwk-slider__container--oud-wordt-nieuw .gwk-slider__button-next,
  body .gwk-slider__container--oud-wordt-nieuw .gwk-slider__button-prev {
    display: block;
  }
  body .gwk-slider__container--oud-wordt-nieuw .gwk-slider__button-next,
  body .gwk-slider__container--oud-wordt-nieuw .gwk-slider__button-prev {
    display: none;
  }
}
@media (max-width: 1023.98px) and (max-width: 1023.98px) {
  body .gwk-slider__container--oud-wordt-nieuw {
    padding: 0 40px;
  }
  body .gwk-slider__container--oud-wordt-nieuw .gwk-slider__button-next,
  body .gwk-slider__container--oud-wordt-nieuw .gwk-slider__button-prev {
    display: block;
  }
}

.glb-video-galerij {
  color: var(--wit);
}

.glb-video-galerij h2 {
  margin-bottom: 1rem;
}

.glb-video-galerij p {
  color: var(--wit);
  margin-bottom: 1rem;
}/*# sourceMappingURL=style.css.map */