/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!../node_modules/resolve-url-loader/index.js??ruleSet[1].rules[3].use[3]!../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[4]!../node_modules/import-glob/index.js!./styles/main.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/**
 * Button style
 */
/**
 * Required Variables
 */
/**
 * Responsive breakpoints mixin
 * gebruik: @include media(mobile-only) { }
 */
:root {
  --scroll-padding: 120px;
}

html {
  box-sizing: border-box;
  scroll-behavior: smooth;
  scroll-padding: var(--scroll-padding, 80px);
  overflow-x: hidden;
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

::selection {
  color: var(--wp--preset--color--base);
  background: var(--wp--preset--color--primary);
}

@media only screen and (min-width: 782px) {
  .hidden-desktop {
    display: none !important;
  }
}

@media only screen and (max-width: 781px) {
  .hidden-mobile {
    display: none !important;
  }
}

.wp-site-blocks {
  padding: 0;
}
.wp-site-blocks main {
  margin: 0;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  margin: 0;
}

/* Firefox */
input[type=number] {
  appearance: textfield;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.35);
  transition: background 0.4s ease;
}
header.scrolled .header {
  background: rgba(255, 255, 255, 0.9) !important;
  backdrop-filter: blur(8px);
}
header .diensten {
  width: 100%;
  max-width: var(--wp--style--global--wide-size);
  margin-left: auto;
  margin-right: auto;
}
header .diensten ul {
  padding: 0;
  list-style: none;
  display: flex;
}
header .diensten ul li {
  border-right: solid 1px var(--wp--preset--color--base);
  padding: 0 10px;
  line-height: 18px;
}
header .diensten ul li a {
  text-decoration: none;
}
header .diensten ul li a:hover {
  text-decoration: underline;
}
header .diensten ul li:first-child {
  padding-left: 0;
}
header .diensten ul li:last-child {
  border-right: 0;
}

header .header > div {
  display: flex;
  gap: var(--wp--preset--spacing--60);
}

@media only screen and (max-width: 1023px) {
  body main.fixed:not(.is-layout-constrained), body main.fixed:not(.is-layout-flow) {
    padding-top: var(--wp--preset--spacing--50);
  }
  header {
    transform: translateY(-100%);
    transition: transform 0.25s ease;
  }
  header.show {
    transform: translateY(0);
  }
  header .header {
    padding: var(--wp--preset--spacing--30);
  }
  header .header .rijHeader {
    padding-top: var(--wp--preset--spacing--30) !important;
    padding-bottom: var(--wp--preset--spacing--30) !important;
  }
  header .header .containerButtons {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  header .header .containerButtons .wp-block-buttons {
    gap: var(--wp--preset--spacing--30);
  }
  header .header .containerButtons .wp-block-buttons .wp-block-button {
    width: 100%;
  }
  header .header .containerButtons .wp-block-buttons .wp-block-button a {
    font-size: var(--wp--preset--font-size--medium);
    padding: 4px 10px;
  }
  header .header .containerLogo {
    gap: var(--wp--preset--spacing--30);
    flex-direction: column;
    align-items: flex-start;
  }
  header .header .containerLogo .wp-block-site-logo img.custom-logo {
    width: 150px;
  }
  header .header .containerLogo p {
    line-height: var(--wp--preset--font-size--small);
    font-size: var(--wp--preset--font-size--medium) !important;
  }
  header .header.fixed {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  header .header > div {
    display: flex;
    flex-wrap: inherit;
  }
  header .header .brand {
    margin: 0;
    grid-area: inherit;
  }
  main.fixed h1 {
    margin-top: var(--wp--preset--spacing--70) !important;
  }
}
@media only screen and (max-width: 781px) {
  header .header > div {
    gap: var(--wp--preset--spacing--30);
  }
  header .containerLogo {
    width: 50%;
    gap: var(--wp--preset--spacing--10) !important;
  }
  header .containerLogo .wp-block-site-logo img.custom-logo {
    width: 125px;
  }
  header .containerButtons .wp-block-buttons .wp-block-button a {
    padding: 4px !important;
    font-size: var(--wp--preset--font-size--small) !important;
  }
  main.fixed h1 {
    margin-top: var(--wp--preset--spacing--60) !important;
    margin-bottom: var(--wp--preset--spacing--50) !important;
  }
}
footer.wp-block-template-part {
  margin-block-start: 0;
  position: relative;
  overflow: hidden;
  background: var(--wp--preset--color--primary);
}
footer.wp-block-template-part::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -80px;
  height: 160px;
  background: #fff;
  clip-path: ellipse(60% 100% at 50% 0%);
}
footer.wp-block-template-part a {
  transition: all 0.4s;
  text-decoration: underline;
  font-weight: 700;
}
footer.wp-block-template-part p {
  margin-block-start: 10px;
}
footer.wp-block-template-part code {
  font-family: var(--wp--preset--font-family--system-font) !important;
}
footer.wp-block-template-part ul.wp-block-list {
  padding-left: 0;
  list-style: none;
  gap: var(--wp--preset--spacing--40);
  display: flex;
  flex-direction: row;
}
footer.wp-block-template-part p.has-cta-background-color {
  border-radius: 20px 0;
  width: auto;
  display: inline-block;
  padding: 5px 20px !important;
  line-height: 30px;
}
footer.wp-block-template-part .footer-info .wp-block-column:first-child {
  text-align: center;
}
footer.wp-block-template-part .footer-closure ul.wp-block-list {
  justify-content: center;
}

@media only screen and (max-width: 781px) {
  footer.wp-block-template-part::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -80px;
    height: 160px;
    background: #fff;
    clip-path: ellipse(75% 100% at 55% 0%);
  }
  footer.wp-block-template-part ul.wp-block-list li {
    margin-bottom: 5px;
  }
  footer.wp-block-template-part .footer-content {
    margin-bottom: var(--wp--preset--spacing--60) !important;
    margin-top: var(--wp--preset--spacing--80) !important;
  }
  footer.wp-block-template-part .wp-block-columns {
    gap: var(--wp--preset--spacing--60);
  }
  footer.wp-block-template-part .wp-block-columns .wp-block-column {
    text-align: center;
  }
  footer.wp-block-template-part .wp-block-columns .wp-block-column:first-child {
    padding-right: 0 !important;
  }
  footer.wp-block-template-part .wp-block-columns.footer-closure {
    gap: var(--wp--preset--spacing--20);
  }
  footer.wp-block-template-part .wp-block-columns.footer-closure .wp-block-column {
    padding-right: 0 !important;
  }
  footer.wp-block-template-part .wp-block-columns.footer-closure .wp-block-column p.has-text-align-left {
    text-align: center;
  }
}
.flip-wrapper {
  display: inline-block;
}
.flip-wrapper .rotating-word {
  display: inline-block;
  backface-visibility: hidden;
  transform-origin: 50% 50%;
  background: var(--wp--preset--color--cta);
  padding: 6px 12px;
  border-radius: 20px 0;
}

.map-wrapper {
  position: relative;
  max-width: 500px;
  width: 100%;
}
.map-wrapper .map-nl {
  display: block;
  width: 100%;
  height: auto;
}
.map-wrapper .place-sign {
  position: absolute;
  width: 450px;
  bottom: -100%;
  transform: translateX(-50%) rotate(5deg);
}
.map-wrapper .map-marker {
  position: absolute;
  width: 38px;
  height: 38px;
  transform: translate(-50%, -50%);
}
.map-wrapper .price {
  top: 5%;
  left: 10%;
  width: 220px;
  position: absolute;
}

.wp-block-gutsliders-testimonial-slider {
  padding: 0 !important;
}
.wp-block-gutsliders-testimonial-slider .swiper-testimonial-outer {
  background: none !important;
}
.wp-block-gutsliders-testimonial-slider .swiper-testimonial-outer .gutslider-testimonial-wrapper {
  height: inherit;
}
.wp-block-gutsliders-testimonial-slider .swiper-testimonial-outer .gutslider-testimonial-inner {
  padding: 0;
  gap: var(--wp--preset--spacing--60);
}
.wp-block-gutsliders-testimonial-slider .swiper-testimonial-outer .gutslider-testimonial-inner .author-photo {
  text-align: right;
}
.wp-block-gutsliders-testimonial-slider .swiper-testimonial-outer .gutslider-testimonial-inner .author-photo img {
  border-radius: 9999px;
  width: 70%;
  height: 70%;
}
.wp-block-gutsliders-testimonial-slider .swiper-testimonial-outer .gutslider-testimonial-inner .gutslider-content-wrap {
  display: flex;
  flex-direction: column;
}
.wp-block-gutsliders-testimonial-slider .swiper-testimonial-outer .gutslider-testimonial-inner .gutslider-content-wrap .gutslider-designation {
  order: 1;
  font-size: var(--wp--preset--font-size--large);
  font-weight: 700;
  line-height: var(--wp--custom--typography--line-height--xsmall);
  color: var(--wp--preset--color--contrast);
}
.wp-block-gutsliders-testimonial-slider .swiper-testimonial-outer .gutslider-testimonial-inner .gutslider-content-wrap .gutslider-testimonial {
  order: 2;
  font-size: var(--wp--preset--font-size--medium);
  font-style: normal;
}
.wp-block-gutsliders-testimonial-slider .swiper-testimonial-outer .gutslider-testimonial-inner .gutslider-content-wrap .author-rating {
  order: 3;
  display: none;
}
.wp-block-gutsliders-testimonial-slider .swiper-testimonial-outer .gutslider-testimonial-inner .gutslider-content-wrap .author-rating .gkits-star-rating svg {
  fill: var(--wp--preset--color--contrast);
}
.wp-block-gutsliders-testimonial-slider .swiper-testimonial-outer .gutslider-testimonial-inner .gutslider-content-wrap .gutslider-name {
  order: 4;
  display: none;
}
.wp-block-gutsliders-testimonial-slider .swiper-pagination {
  position: relative;
  margin-top: var(--wp--preset--spacing--70);
}
.wp-block-gutsliders-testimonial-slider .swiper-pagination .swiper-pagination-bullet {
  height: 15px;
  width: 15px;
  margin: 0 8px;
}
.wp-block-gutsliders-testimonial-slider .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--wp--preset--color--primary);
}

/* Hellevoetsluis */
.hellevoetsluis .map-wrapper .map-marker {
  top: 57%;
  left: 22%;
}
.hellevoetsluis .map-wrapper .place-sign {
  left: 65%;
}

/* Oegstgeest */
.oegstgeest .map-wrapper .map-marker {
  top: 45%;
  left: 29%;
}
.oegstgeest .map-wrapper .place-sign {
  left: 65%;
}

/* Voorburg */
.voorburg .map-wrapper .map-marker {
  top: 49%;
  left: 26%;
}
.voorburg .map-wrapper .place-sign {
  left: 65%;
}

/* Leidschendam */
.leidschendam .map-wrapper .map-marker {
  top: 48%;
  left: 28%;
}
.leidschendam .map-wrapper .place-sign {
  left: 65%;
}

@media only screen and (max-width: 959px) {
  .map-wrapper .price {
    top: 0;
    width: 180px;
  }
}
@media only screen and (max-width: 781px) {
  .map-wrapper {
    max-width: 100%;
  }
  .map-wrapper .place-sign {
    width: 300px;
    bottom: 0 !important;
  }
  .map-wrapper .price {
    top: 0;
    left: 0;
    width: 160px;
  }
  /* Hellevoetsluis */
  .hellevoetsluis .map-wrapper .map-marker {
    top: 55%;
    left: 22%;
  }
  /* Oegstgeest */
  .oegstgeest .map-wrapper .map-marker {
    top: 44%;
    left: 28%;
  }
  /* Voorburg */
  .voorburg .map-wrapper .map-marker {
    top: 48%;
    left: 26%;
  }
  /* Leidschendam */
  .leidschendam .map-wrapper .map-marker {
    top: 46%;
    left: 28%;
  }
  .wp-block-gutsliders-testimonial-slider .swiper-testimonial-outer .gutslider-testimonial-inner {
    flex-direction: column;
    text-align: center;
  }
  .wp-block-gutsliders-testimonial-slider .swiper-testimonial-outer .gutslider-testimonial-inner .author-photo {
    text-align: center;
  }
}
.error404 .wp-block-group.is-style-indrukwekkend-afgerond {
  padding: var(--wp--preset--spacing--40);
}

.wp-block-button .wp-element-button {
  transition: all 0.4s;
}
.wp-block-button .wp-element-button.has-secondary-background-color {
  border-color: var(--wp--preset--color--secondary);
}
.wp-block-button .wp-element-button:hover {
  border-color: var(--wp--preset--color--contrast);
}
.wp-block-button.is-style-outline .wp-element-button {
  transition: all 0.4s;
  border-color: currentColor;
  background: none !important;
  padding: 6px 20px;
}
.wp-block-button.is-style-outline .wp-element-button:hover {
  border-color: var(--wp--preset--color--contrast);
  background-color: var(--wp--preset--color--contrast) !important;
  color: var(--wp--preset--color--base) !important;
}

.wp-block-columns.pakketten .wp-block-column {
  border-bottom-right-radius: 25px;
  border-top-left-radius: 25px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.wp-block-columns.pakketten .wp-block-column:hover .wp-block-buttons .wp-block-button a.wp-block-button__link {
  background: var(--wp--preset--color--contrast) !important;
  border-color: var(--wp--preset--color--contrast) !important;
}
.wp-block-columns.pakketten .wp-block-column.laatste {
  position: relative;
}
.wp-block-columns.pakketten .wp-block-column.laatste::before {
  content: "Meest gekozen";
  background: var(--wp--preset--color--cta);
  color: var(--wp--preset--color--base);
  right: -20px;
  border-radius: 20px 0;
  position: absolute;
  transform: rotate(6deg);
  padding: 5px 20px;
  top: -15px;
  font-weight: 800;
}
.wp-block-columns.pakketten .wp-block-column .wp-block-group {
  margin-top: auto;
  position: initial;
}
.wp-block-columns.pakketten .wp-block-column h3::before {
  content: "";
  background-repeat: no-repeat;
  background-position: center left;
  padding-right: 100px;
}
.wp-block-columns.pakketten .wp-block-column h3.io::before {
  background-image: var(--wp--custom--images--io);
}
.wp-block-columns.pakketten .wp-block-column h3.tvc::before {
  background-image: var(--wp--custom--images--tvc);
}
.wp-block-columns.pakketten .wp-block-column h3.itv::before {
  background-image: var(--wp--custom--images--itv);
}
.wp-block-columns.pakketten .wp-block-column figure.wp-block-image img {
  border-top-left-radius: 25px;
  width: 100%;
}
.wp-block-columns.pakketten .wp-block-column .wp-block-separator {
  border-width: 1px;
  color: var(--wp--preset--color--contrast);
  margin-block-start: 24px;
}
.wp-block-columns.pakketten .wp-block-column section.wp-block-group {
  margin: 0;
}
.wp-block-columns.pakketten .wp-block-column .wp-block-buttons .wp-block-button a.wp-block-button__link {
  transition: all 0.4s;
}
.wp-block-columns.pakketten .wp-block-column .wp-block-buttons .wp-block-button a.wp-block-button__link::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
}

@media only screen and (max-width: 1023px) {
  .wp-block-columns.pakketten {
    flex-wrap: wrap !important;
  }
  .wp-block-columns.pakketten .wp-block-column {
    flex-basis: 100% !important;
  }
}
@media only screen and (max-width: 781px) {
  .wp-block-columns.reverse .wp-block-column:first-child {
    order: 2;
  }
  .wp-block-columns.pakketten .wp-block-column.laatste::before {
    right: 0;
  }
}
.wp-block-cover.is-style-afgerond-onder {
  clip-path: ellipse(100% 100% at 50% 0);
  overflow: hidden;
}

.gform_wrapper {
  margin-top: 0;
}
.gform_wrapper .gform_validation_errors {
  display: none;
}
.gform_wrapper form .gfield_validation_message {
  display: none;
}
.gform_wrapper form .ginput_complex .gfield_validation_message {
  width: inherit;
  display: inherit;
}
.gform_wrapper form .gform-body .field_straat,
.gform_wrapper form .gform-body .field_plaats {
  display: none;
}
.gform_wrapper form .gform-body .gform_fields {
  grid-column-gap: var(--wp--preset--spacing--30);
}
.gform_wrapper form .gform-body .gform_fields .gfield_error input {
  border: solid 2px #ea2323;
}
.gform_wrapper form .gform-body .gform_fields input {
  font-size: var(--wp--preset--font-size--normal);
  border: solid 2px var(--wp--preset--color--base);
  border-radius: var(--wp--custom--button--radius);
  padding: var(--wp--preset--spacing--30) var(--wp--preset--spacing--50);
  font-family: var(--wp--preset--font-family--system-font);
}
.gform_wrapper form .gform-footer {
  margin: 0 !important;
  padding: 0 !important;
}
.gform_wrapper form .gform-footer .gform_button {
  border-radius: var(--wp--custom--button--radius);
  font-size: var(--wp--preset--font-size--medium) !important;
  padding: var(--wp--preset--spacing--40) var(--wp--preset--spacing--70);
  background-color: var(--wp--preset--color--secondary);
  border: solid 2px var(--wp--preset--color--base);
  color: var(--wp--preset--color--base);
  cursor: pointer;
  transition: all 0.4s;
  margin-bottom: 0;
  font-family: var(--wp--preset--font-family--system-font);
}
.gform_wrapper form .gform-footer .gform_button:hover {
  color: var(--wp--preset--color--contrast);
  background-color: var(--wp--preset--color--base);
}

.is-content-justification-center .gform_wrapper.gravity-theme input[type=email],
.is-content-justification-center .gform_wrapper.gravity-theme select {
  padding: 10px;
  border-radius: 25px;
  border: 1px solid var(--wp--preset--color--primary);
}

.gform_wrapper.gravity-theme .gf_progressbar_wrapper {
  margin-bottom: 40px;
}
.gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: var(--wp--preset--spacing--40);
}
.gform_wrapper.gravity-theme .gform_fileupload_rules {
  padding-top: 0;
}
.gform_wrapper.gravity-theme .gform_fileupload_multifile {
  background: var(--wp--preset--color--base);
}
.gform_wrapper.gravity-theme .gform_fileupload_multifile .gform-theme-field-control {
  height: 192px;
  background: var(--wp--preset--color--base);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.gform_wrapper.gravity-theme .gform_fileupload_multifile .gform_button_select_files {
  background-color: transparent;
  border: solid 1px var(--wp--preset--color--primary);
  color: var(--wp--preset--color--primary);
  margin-top: 5px;
  font-weight: 400;
}
.gform_wrapper.gravity-theme .gform_fileupload_multifile .gform_button_select_files:hover {
  color: var(--wp--preset--color--base);
}
.gform_wrapper.gravity-theme input:not([type=radio]) {
  padding: 10px;
  font-size: var(--wp--preset--font-size--small);
  border: solid 2px var(--wp--preset--color--primary);
  border-radius: 4px;
}
.gform_wrapper.gravity-theme textarea {
  padding: 10px;
  border: solid 2px var(--wp--preset--color--primary);
  border-radius: 4px;
}
.gform_wrapper.gravity-theme .gfield_label {
  font-size: inherit;
  font-weight: 700;
  margin-bottom: 2px;
}
.gform_wrapper.gravity-theme .gfield_checkbox label,
.gform_wrapper.gravity-theme .gfield_radio label {
  font-size: var(--wp--preset--font-size--small);
  font-weight: 500;
  color: var(--wp--preset--color--contrast);
}
.gform_wrapper.gravity-theme .gfield_checkbox input {
  padding: 0;
  margin: 0;
  height: 18px;
  width: 18px;
  margin-right: 2px;
}
.gform_wrapper.gravity-theme .ginput_container_select select {
  padding: 10px;
  background: #fff;
  height: 43px;
  font-size: var(--wp--preset--font-size--small);
  border: solid 2px var(--wp--preset--color--primary);
  border-radius: 4px;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 512 512%27%3e%3c%21--%21Font Awesome Free 6.7.2 by %40fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--%3e%3cpath fill=%27%235c2483%27 d=%27M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z%27/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.7rem top 50%;
  background-size: 1rem auto;
}
.gform_wrapper.gravity-theme .gfield_html_formatted {
  font-size: var(--wp--preset--font-size--small);
  color: var(--wp--preset--color--contrast);
}
.gform_wrapper.gravity-theme .gform_fields .gfield.label-animation {
  position: relative;
  margin-top: 20px;
}
.gform_wrapper.gravity-theme .gform_fields .gfield.label-animation label {
  position: absolute;
  font-weight: normal;
  top: 0;
  padding: 10px;
  margin-left: 10px;
  transition: top 0.2s ease-in-out, font-size 0.2s ease-in-out;
}
.gform_wrapper.gravity-theme .gform_fields .gfield.label-animation label.active {
  top: -20px;
  font-size: 14px;
  background: #fff;
}

@media only screen and (max-width: 481px) {
  .gform_wrapper input {
    line-height: 1 !important;
  }
}
.postcode-check .gform_wrapper {
  margin-top: var(--wp--preset--spacing--50);
}
.postcode-check .gform_wrapper form {
  display: flex;
  flex-direction: row;
  gap: var(--wp--preset--spacing--60);
}
.postcode-check .gform_wrapper form .gform-body input {
  margin-bottom: 0 !important;
  padding: 13px 20px !important;
  line-height: var(--wp--custom--typography--line-height--xlarge) !important;
}
.postcode-check .gform_wrapper form .gform-footer {
  display: initial;
}
.postcode-check .gform_wrapper form .gform-footer input {
  border-color: var(--wp--preset--color--contrast);
  background: var(--wp--preset--color--contrast);
  padding: 9px 20px !important;
  transition: all 0.4s;
  font-size: var(--wp--preset--font-size--button) !important;
  font-weight: 500;
  line-height: var(--wp--custom--typography--line-height--xlarge) !important;
  border-width: 3px !important;
}
.postcode-check .gform_wrapper form .gform-footer:hover input {
  border-color: var(--wp--preset--color--cta);
  background: var(--wp--preset--color--cta);
  color: var(--wp--preset--color--base);
}

@media only screen and (max-width: 1023px) {
  .postcode-check .gform_wrapper form {
    flex-direction: column;
    gap: var(--wp--preset--spacing--40);
  }
}
@media only screen and (max-width: 781px) {
  .postcode-check .gform_wrapper form .ginput_complex {
    flex-direction: column;
  }
  .postcode-check .gform_wrapper form .ginput_complex .field_postcode,
  .postcode-check .gform_wrapper form .ginput_complex .field_huisnummer {
    width: 100%;
    padding-right: 0;
  }
}
.wp-block-group.is-style-afgerond {
  border-radius: 20px 0;
}
.wp-block-group.is-style-afgerond-boven {
  clip-path: ellipse(100% 100% at 40% 0);
  overflow: hidden;
}

@media only screen and (max-width: 781px) {
  .is-style-indrukwekkend-bgkcolmns .wp-block-column .groepPadding {
    padding-right: var(--wp--preset--spacing--40) !important;
    padding-left: var(--wp--preset--spacing--40) !important;
    margin-bottom: var(--wp--preset--spacing--60) !important;
  }
  .wp-block-group.is-style-afgerond-boven {
    clip-path: ellipse(150% 92% at 40% 0);
    margin-bottom: 0 !important;
  }
  .wp-block-group.last {
    margin-bottom: 0 !important;
  }
}
.wp-block-image.is-style-indrukwekkend-circle {
  position: relative;
}
.wp-block-image.is-style-indrukwekkend-circle img {
  border-radius: 9999px;
}
.wp-block-image.is-style-indrukwekkend-schuin {
  background-color: transparent !important;
}

ul.wp-block-list.is-style-list-vinkjes {
  list-style: none;
  padding-left: 0;
}
ul.wp-block-list.is-style-list-vinkjes li {
  margin-bottom: var(--wp--preset--spacing--20);
  background-image: var(--wp--custom--images--check);
  background-repeat: no-repeat;
  padding-left: var(--wp--preset--spacing--60);
  background-position-y: 7px;
}

.wp-block-media-text figure img {
  border-radius: 20px 0;
}

blockquote.wp-block-quote {
  position: relative;
  margin: 5rem 0;
  border-left: 2px solid var(--wp--preset--color--primary);
  max-width: calc(0.7 * var(--wp--style--global--content-size));
  padding-left: 70px;
}
blockquote.wp-block-quote::before {
  content: "“";
  font-weight: 300;
  position: absolute;
  top: -1rem;
  left: 40px;
  font-size: 4rem;
}
blockquote.wp-block-quote p {
  margin-top: 0;
  position: relative;
  font-weight: 300;
}
blockquote.wp-block-quote cite {
  text-transform: none;
  font-weight: 400;
  font-size: var(--wp--preset--font-size--small);
  display: inline-block;
  line-height: var(--wp--preset--font-size--small);
}
