@charset "UTF-8";
/* =============ABSTRACTS==================== */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/slick/slick.eot");
  src: url("../fonts/slick/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick/slick.woff") format("woff"), url("../fonts/slick/slick.ttf") format("truetype"), url("../fonts/slick/slick.svg#slick") format("svg");
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url("../images/ajax-loader.gif") center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* SLICK Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* =============BASE==================== */
/* VARIABLES =================================================================== */
/*
$gutter: 2%;
$columns: 16;
*/
/* STYLES ====================================================================== */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  font-family: sans-serif;
  height: 100%;
  max-width: 3000px;
  margin: 0 auto;
  padding: 0;
}

p {
  margin-top: 0;
}
p:last-of-type {
  margin-bottom: 0;
}

#form-success {
  display: none;
}

#feedback.erroneous, #feedback.error {
  padding: 10px;
  text-align: center;
  background-color: crimson;
  color: #fff;
  margin-bottom: 10px;
  font-weight: bold;
}

/* MEDIA QUERY'S =============================================================== */
* {
  outline: none;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
  margin: 0;
  padding: 0;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: 500;
}

dfn, i {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
  border-radius: 0;
}

input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-adjust-hue-button, input[type=number]::-webkit-outer-adjust-hue-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  border-radius: 0;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

/* GRID ======================================================================== */
.clear:before, .clear:after {
  content: "";
  display: table;
}
.clear:after {
  clear: both;
}

body {
  width: 100%;
}
body:before, body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}

/* EXTRA ======================================================================= */
img.scale {
  max-width: 100%;
  height: auto;
}

::-moz-selection {
  background: RoyalBlue;
  color: #fff;
}

::selection {
  background: RoyalBlue;
  color: #fff;
}

::-moz-selection {
  background: RoyalBlue;
  color: #fff;
}

#privacypolicy {
  position: fixed;
  right: 0;
  bottom: 0;
  background: rgba(238, 238, 238, 0.6);
  color: RoyalBlue;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 30px;
  width: 100%;
  font-size: 11px;
  line-height: 22px;
  opacity: 0;
  -webkit-transform: translate(0, 30px);
      -ms-transform: translate(0, 30px);
          transform: translate(0, 30px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  pointer-events: none;
}
#privacypolicy.active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  pointer-events: auto;
}
#privacypolicy a {
  color: RoyalBlue;
}
#privacypolicy .privacy-btn {
  background-image: url("../images/privacy-close.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: 15px;
  right: 10px;
  width: 15px;
  height: 15px;
  cursor: pointer;
}

/* CMS ========================================================================= */
.uniform__potty {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.erroneous {
  border-color: crimson !important;
}

/* PLUGINS ===================================================================== */
@font-face {
  font-family: "Bulgari";
  src: url("../fonts//Bulgari-Regular.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "britany";
  src: url("../fonts//britany.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
html {
  font-family: gotham, sans-serif;
  font-size: 62.5%;
}

body {
  line-height: 1.8;
  font-size: 1.25rem;
  font-weight: 300;
}

h1, h2, h3 {
  margin: 0;
  padding: 0;
}
h1 a, h2 a, h3 a {
  text-decoration: none;
}

h3 {
  font-weight: 500;
}

p {
  margin: 0;
}
p:not(p:last-of-type) {
  padding-bottom: 2rem;
}

strong {
  font-weight: 400;
}

/*
.readmore{
    summary{
        cursor: pointer;
        text-decoration: underline;
        &:hover{
            text-decoration: none;
        }
    }
}*/
/* basis lay-out, details als verticaal flex container */
.readmore {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* zet de content bovenaan, de summary onderaan */
.readmore .readmore-content {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.readmore > summary {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  list-style: none; /* verbergt standaard marker in sommige browsers */
  cursor: pointer;
}

/* verwijder de standaard marker van summary */
.readmore > summary::-webkit-details-marker {
  display: none;
}

/* tekstwissel: standaard "Lees meer" tonen, "Lees minder" verbergen */
.readmore > summary .readmore-more {
  display: inline;
}

.readmore > summary .readmore-less {
  display: none;
}

/* wanneer open, wisselen */
.readmore[open] > summary .readmore-more {
  display: none;
}

.readmore[open] > summary .readmore-less {
  display: inline;
}

/* optioneel, styling van de “knop” */
.readmore > summary {
  padding-top: 0.5rem;
  text-decoration: underline;
}

.readmore > summary:hover {
  text-decoration: none;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  height: 100%;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

body {
  height: 100%;
  max-width: 100%;
  margin: 0 !important;
  padding: 0;
  color: #4A5A49;
  background-color: #FAF8F2;
}

img {
  height: 100%;
  width: 100%;
}

.main-content {
  min-height: 100vh;
  max-height: unset !important;
}
.main-content .image-section {
  height: 100vh;
}
.main-content .image-section img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.error__container a {
  color: unset;
  text-decoration: underline;
}

.swiper {
  height: 100%;
  width: 100%;
}

ul {
  padding: 0;
  padding-left: 14px;
}

/* styles.css */
.scroll-item {
  -webkit-transform: translateY(100px);
      -ms-transform: translateY(100px);
          transform: translateY(100px); /* Begin buiten beeld */
  opacity: 0; /* Begin als onzichtbaar */
  -webkit-transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: transform 0.6s ease-out, opacity 0.6s ease-out;
  transition: transform 0.6s ease-out, opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
}

.scroll-item.reveal {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0); /* Naar originele positie */
  opacity: 1; /* Volledig zichtbaar */
}

.scroll-item2 {
  -webkit-transform: translateY(100px);
      -ms-transform: translateY(100px);
          transform: translateY(100px); /* Begin buiten beeld */
  opacity: 0; /* Begin als onzichtbaar */
  -webkit-transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: transform 1s ease-out, opacity 1s ease-out;
  transition: transform 1s ease-out, opacity 1s ease-out, -webkit-transform 1s ease-out;
}

.scroll-item2.reveal {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0); /* Naar originele positie */
  opacity: 1; /* Volledig zichtbaar */
}

.isie {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9999999;
  background: white;
  top: 0;
  left: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.isie h1 {
  padding-bottom: 2vw;
}
.isie .close-isie {
  text-decoration: underline;
  padding-top: 1vw;
  cursor: pointer;
}

.hidden {
  display: none;
  visibility: hidden;
  opacity: 0;
  height: 0;
}

.ratio__portrait {
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 150%;
  overflow: hidden;
}
.ratio__landscape {
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 70%;
  overflow: hidden;
}
.ratio__square {
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden;
}
.ratio__fullscreen {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.ratio__thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ratio__logo {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ratio__video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 124%;
}

/* =============COMPONENTS==================== */
/* Main Layout */
header {
  z-index: 90;
}

.plg-header-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 40%;
}

/* Default menu styles for desktop */
#menu {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: gotham, sans-serif;
  position: absolute;
  top: 50px;
  left: 100px;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  opacity: 1;
}

#menu ul li a.active {
  font-weight: 500;
  font-family: gotham, sans-serif;
  position: relative;
}

/* Hide menu initially on mobile */
#menu.active {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

#menu ul {
  list-style: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#menu ul li a {
  text-transform: uppercase;
  text-decoration: none;
  color: #4A5A49;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
}

#menu ul li a:hover {
  color: #4A5A49;
}

#menu ul li a:hover::after {
  width: 100%;
}

.contact-button {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-left: auto;
}

.contact-button-mobile {
  display: none;
}

.contact-button .c-button, .contact-button-mobile .c-button {
  text-decoration: none;
  font-size: 12px;
  font-family: "Gotham-medium";
  color: #4A5A49;
  font-weight: 500;
  padding: 8px 16px;
  border: 1px solid #4A5A49;
  border-radius: 20px;
  letter-spacing: 1px;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}

.contact-button .c-button:hover, .contact-button-mobile .c-button:hover {
  background-color: #4A5A49;
  color: white;
}

.contact-text {
  color: #4A5A49;
  padding: 8px 16px;
}

/* Hamburger and close icons */
.hamburger, .close-menu {
  font-size: 14px;
  background: none;
  border: none;
  color: #4A5A49;
  cursor: pointer;
}

.close-menu {
  display: none;
}

/* Hamburger button visible on mobile */
.hamburger {
  display: none;
}

.site-logo {
  display: none;
}

/* Responsive styles for mobile */
@media (max-width: 1024px) {
  .plg-header-container {
    /*flex-direction: column;
    align-items: flex-start;
    gap: 20px;*/
    padding: 30px 20px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .hamburger {
    display: block;
    /* position: absolute;
     top: 20px;
     right: 20px;*/
    color: #4A5A49;
  }
  .contact-button-mobile {
    display: inline-block;
    width: auto;
  }
  #menu {
    z-index: 2000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: white;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
    opacity: 0;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  #menu.active {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  .close-menu {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 14px;
    color: #4A5A49;
  }
  #menu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    text-align: center;
  }
  #menu ul li a {
    font-size: 18px;
  }
  .contact-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  .contact-button .c-button {
    font-size: 16px;
    text-align: center;
  }
  .contact-text {
    display: none;
  }
  .site-logo {
    display: block;
    height: 20px;
    width: 20px;
    /* Adjust positioning on mobile if needed */
    margin-left: 10px;
  }
}
/* Extra kleine schermen (mobiel kleiner dan 480px) */
@media (max-width: 480px) {
  .plg-header-container {
    padding: 10px;
  }
  .hamburger {
    font-size: 14px;
  }
  #menu {
    padding: 20px;
  }
  #menu ul li a {
    font-size: 16px;
  }
  .contact-button {
    margin: 0;
    width: 100%;
  }
}
.footer {
  background-color: #F8F6F4;
  padding: 70px 100px;
  position: relative;
  z-index: 1001;
}

.footer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: gotham, sans-serif;
  color: #647A67;
}

.footer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.social-icon img {
  width: 22px;
  height: auto;
}

.footer-email a {
  text-decoration: none;
  color: #647A67;
  font-size: 12px;
  letter-spacing: 1px;
  margin-left: 10px;
  text-transform: uppercase;
}

.footer-email a:hover {
  text-decoration: underline;
}

.footer-links {
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-link {
  font-size: 12px;
  color: #647A67;
  text-decoration: none;
  letter-spacing: 1px;
}

.footer-link:hover {
  text-decoration: underline;
}

.separator {
  width: 1px;
  height: 1em;
  background-color: #ccc;
  margin: 0 10px;
}

.termsfeed-com---nb {
  background-color: #FAF8F2 !important;
  border: none;
  border-top: 1px solid #4A5A49 !important;
  font-family: gotham, Arial, Helvetica, sans-serif !important;
}
.termsfeed-com---nb .cc-nb-title-container {
  display: none !important;
}
.termsfeed-com---nb .cc-nb-text {
  font-size: 14px !important;
  color: #4E5E4C !important;
}
.termsfeed-com---nb .cc-nb-buttons-container .cc-nb-okagree, .termsfeed-com---nb .cc-nb-buttons-container .cc-nb-changep {
  background-color: #4A5A49 !important;
  color: white !important;
  font-size: 12px !important;
  letter-spacing: 1px !important;
  font-family: gotham, Arial, Helvetica, sans-serif !important;
}
.termsfeed-com---nb .cc-nb-buttons-container .cc-nb-changep {
  background-color: transparent !important;
  color: #4A5A49 !important;
}

.termsfeed-com---pc-dialog {
  font-family: gotham, Arial, Helvetica, sans-serif !important;
}
.termsfeed-com---pc-dialog .cc-cp-body-content-entry-title {
  font-size: 16px !important;
}
.termsfeed-com---pc-dialog .cc-cp-foot-byline {
  display: none !important;
}

.termsfeed-com---palette-light .cc-cp-foot-save {
  background-color: #4A5A49 !important;
  color: white !important;
  font-size: 12px !important;
  letter-spacing: 1px !important;
  font-family: gotham, Arial, Helvetica, sans-serif !important;
}

/* Tablet weergave */
@media (max-width: 1024px) {
  .footer {
    padding: 20px 50px;
  }
  .footer-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    text-align: center;
  }
  .footer-email a,
  .footer-link {
    font-size: 16px;
  }
}
/* Mobiele weergave */
@media (max-width: 768px) {
  .footer {
    padding: 20px 20px;
  }
  .footer-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    gap: 15px;
  }
  .footer-social {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 8px;
  }
  .footer-email a,
  .footer-link {
    font-size: 12px;
  }
  .social-icon img {
    width: 18px;
  }
}
/* Extra kleine schermen (mobiel kleiner dan 480px) */
@media (max-width: 480px) {
  .footer {
    padding: 20px 10px;
  }
  .separator {
    width: 1px;
    height: 1em;
    background-color: #ccc;
    margin: 0px;
  }
  .footer-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    gap: 5px;
  }
  .footer-social {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 5px;
  }
  .footer-email a {
    display: block;
    font-size: 9px;
  }
  .footer-links {
    font-size: 11px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    margin-top: 10px;
  }
  .footer-link {
    font-size: 9px;
  }
  .social-icon img {
    width: 16px;
  }
}
#plg-textpage {
  margin-top: 150px;
  padding: 50px 20px;
  background-color: #FAF8F2;
  font-family: Arial, sans-serif;
  color: #333;
  line-height: 1.6;
}

.plg-container {
  max-width: 1200px;
  margin: 0 auto;
  background: #FAF8F2;
  padding: 20px 30px;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.plg-container h1 {
  font-size: 14px;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
  text-align: center;
}

.plg-container p {
  font-size: 12px;
  margin-bottom: 15px;
  text-align: justify;
}

.plg-container a {
  color: #007BFF;
  text-decoration: underline;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.plg-container a:hover {
  color: #0056b3;
}

@media (max-width: 768px) {
  #plg-textpage {
    padding: 30px 10px;
  }
  .plg-container {
    padding: 15px 20px;
  }
  .plg-container h1 {
    font-size: 1.8rem;
  }
  .plg-container p {
    font-size: 0.9rem;
  }
}
/* Base styling */
form, input, label, textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: transparent;
  color: white;
}

.placeholder {
  text-transform: uppercase;
  color: white;
}

form {
  text-transform: uppercase;
  list-style-type: none;
  padding: 0;
  width: 100%;
  max-width: 500px;
  margin-top: 50px;
}

.error {
  color: crimson;
}

.error::-webkit-input-placeholder {
  color: crimson;
}

.error::-moz-placeholder {
  color: crimson;
}

.error:-ms-input-placeholder {
  color: crimson;
}

.error::-ms-input-placeholder {
  color: crimson;
}

.error::placeholder {
  color: crimson;
}

.error + label {
  color: crimson;
  font-weight: bold;
}

.error + label a {
  color: crimson !important;
}

.error a {
  color: crimson;
}

.error .checkbox:before {
  border: 0.5px solid crimson;
}

.form-group {
  border-bottom: 1px solid white;
  margin-top: -1px;
  position: relative;
}

.noline {
  border-bottom: none;
  margin-top: 0;
}

#group-policy {
  padding: 5px 0;
}

label, input {
  -webkit-transition: color 0.4s ease, background-color 0.1s ease-in-out;
  transition: color 0.4s ease, background-color 0.1s ease-in-out;
}

label {
  color: white;
  font-size: 70%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  position: absolute;
  top: 10px;
  left: 0px;
}

input:focus + label, textarea:focus + label {
  color: white;
  font-weight: bold;
  letter-spacing: -0.01em;
}

input[type=checkbox]:focus + label {
  color: unset;
  font-weight: unset;
  letter-spacing: 0.03em;
}

input, textarea {
  background-color: transparent;
  border: none;
  color: white;
  font-size: 12px;
  margin: 0;
  padding: 2em 10px 30px 0px;
  outline: none;
  width: 100%;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: white;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: white;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: white;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: white;
}

input::placeholder, textarea::placeholder {
  color: white;
}

input:focus, textarea:focus {
  color: white;
  background-color: transparent;
}

input.error, textarea.error {
  padding: 2em 10px 2em 10px;
}

.error-text {
  position: absolute;
  bottom: 10px;
  left: 10px;
  margin: 0;
  font-size: 70%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: crimson;
}

.policy {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}

.policy a {
  text-decoration: underline;
  color: white;
}

#policy {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  display: inline-block;
  width: 0;
  height: 0;
  position: absolute;
  left: -99999999px;
}

#policy:checked + label:after {
  content: "";
  /*background: white;
  border: .5px solid white;*/
  content: "✓";
  line-height: 0.8;
  font-size: 16px;
  font-family: system-ui;
  font-weight: normal;
  position: absolute;
  top: 0;
  left: -25px;
  width: 12px;
  height: 12px;
}

.checkbox {
  position: relative;
  margin-left: 26px;
}

.checkbox:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border: 0.5px solid white;
  left: -25px;
  top: 0;
}

.checkbox a {
  text-decoration: underline;
  color: white;
}

.label--required:after {
  content: "*";
  color: crimson;
  margin-left: 5px;
}

.meer-informatie-container .submit-button {
  all: unset; /* haalt vrijwel alle standaard button styling weg */
  display: inline-block; /* voeg dit weer toe zodat je er nog op kunt klikken */
  cursor: pointer; /* maakt duidelijk dat het klikbaar is */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  form {
    width: 90%;
  }
  label {
    font-size: 0.8em;
  }
  input, textarea {
    font-size: 16px;
    padding: 1.5em 10px 10px 10px;
  }
  .error-text {
    font-size: 60%;
  }
  .policy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 480px) {
  form {
    margin-top: 20px;
    width: 100%;
  }
  input, textarea {
    font-size: 14px;
    padding: 1em 8px 8px 8px;
  }
  label {
    font-size: 0.7em;
    top: 8px;
    left: 8px;
  }
  .submit-button {
    padding: 10px;
  }
}
/* Basis styling voor het form-group element */
.form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 1rem;
  max-width: 100%;
}

/* Zorgt ervoor dat de label en input checkbox naast elkaar staan */
.form-group.policy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5rem;
}

/* Responsive styling voor de checkbox en label */
.form-group.policy label.checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
}

/* Error tekst styling */
.error-text {
  color: crimson;
  font-size: 0.875rem;
  margin-top: 0.5rem;
  max-width: 100%;
}

@media (max-width: 768px) {
  .form-group.policy label.checkbox {
    font-size: 0.9rem;
  }
  .error-text {
    font-size: 0.8rem;
  }
}
input:-internal-autofill-selected {
  -webkit-appearance: menulist-button;
     -moz-appearance: menulist-button;
          appearance: menulist-button;
  background-image: none !important;
  background-color: transparent;
  color: fieldtext !important;
}

.fancybox__content {
  padding: 5rem !important;
}
.fancybox__content .carousel__button.is-close {
  top: 0 !important;
  right: 0;
}
.fancybox__content .carousel__button.is-close svg {
  color: #222222;
  -webkit-filter: none;
          filter: none;
  width: 2rem;
  height: 2rem;
}

.termsfeed-com---palette-light .cc-nb-okagree {
  color: #fff;
  background-color: black !important;
}

.termsfeed-com---palette-light .cc-nb-reject {
  color: #fff;
  background-color: black !important;
}

.termsfeed-com---nb-simple {
  right: 0;
  top: auto;
  bottom: 0;
  left: auto;
  max-width: 100% !important;
  position: fixed;
}

.swiper-buttons-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.swiper-buttons-prev, .swiper-buttons-next {
  position: relative;
  cursor: pointer;
  padding: 1rem 0;
}
.swiper-buttons-prev span, .swiper-buttons-next span {
  position: relative;
  display: block;
  width: 2.5rem;
  height: 1px;
  background: #222222;
  margin: 2px 0 0 2rem;
}
.swiper-buttons-prev span:before, .swiper-buttons-prev span:after, .swiper-buttons-next span:before, .swiper-buttons-next span:after {
  content: "";
  width: 4px;
  height: 1px;
  background: #222222;
  position: absolute;
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
  top: 0;
  right: 0;
}
.swiper-buttons-prev span:before, .swiper-buttons-next span:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.swiper-buttons-prev span:after, .swiper-buttons-next span:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.swiper-buttons-prev span {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.maak-afspraakbutton {
  color: white;
  font-size: 14px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "avenir";
}

.maak-afspraakbutton-contact {
  color: #4A5A49;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "avenir";
  letter-spacing: 1px;
}

.submit-button {
  font-size: 14px;
  text-align: start;
  margin-top: 5px;
}

.columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: -1rem;
  margin-right: -1rem;
}

.column {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  margin-left: 1rem;
  margin-right: 1rem;
  max-width: 100%;
}

@media (max-width: 1024px) {
  .column {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.main-content {
  padding-left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 100vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.containerhome {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.main-content h1 {
  text-align: center;
  font-size: 40px;
  line-height: 1.1;
}

.svg-icon-bubbels {
  width: 100px;
  height: auto;
}

.scroll-down-button {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 10;
}

.scroll-down-button a {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.scroll-down-button a:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.scroll-down-button img {
  width: 24px;
  height: 24px;
}

.svg-container {
  text-align: start;
}

.afspraak-button {
  width: 25%;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Gotham-medium";
  display: inline-block;
  padding: 15px 8px;
  background-color: transparent;
  color: #4E5E4C;
  text-align: center;
  text-decoration: none;
  border-radius: 60px;
  margin-top: 10px;
  border: solid 1px #4E5E4C;
  letter-spacing: 1px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: relative;
  overflow: hidden;
}

.arrowheader {
  padding-top: 2rem;
  display: inline-block;
}

.afspraak-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(78, 94, 76, 0.2);
  z-index: 0;
  -webkit-transition: left 0.5s ease-in-out;
  transition: left 0.5s ease-in-out;
}

.afspraak-button:hover::before {
  left: 0;
}

.afspraak-button:hover {
  color: #FFFFFF;
  background-color: #4E5E4C;
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
  z-index: 1;
}

.intro {
  line-height: 0.9;
  position: fixed;
  top: 250px;
  left: 0;
  width: 50%;
  width: 50%;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 100px;
  padding-right: 0;
  z-index: 900;
}

.intro h1 {
  font-size: 36px;
  margin: 0;
}

.intro p {
  text-align: start;
  font-family: "Bulgari";
  font-size: 75px;
  color: #4A5A49;
}

.button {
  background-color: #007bff;
  color: white;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5px;
}

.button:hover {
  background-color: #0056b3;
}

.image-section {
  background-color: #CDD9D3;
  width: 100%;
}

.image-section img {
  height: auto;
  display: block;
}

/* Responsive styles for tablets */
@media (max-width: 1024px) {
  .main-content {
    width: 100%;
    padding-left: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .afspraak-button {
    width: 100%;
    margin: 1%;
  }
  .image-section {
    background-color: #F8F6F4;
    width: 50%;
  }
  .intro {
    width: 50%;
    position: relative;
    width: auto;
    padding-left: 50px;
    padding-right: 20px;
    top: 0;
  }
  .intro h1 {
    font-size: 28px;
  }
  .intro p {
    font-size: 36px;
  }
}
/* Responsive styles for mobile */
@media (max-width: 768px) {
  .scroll-down-button {
    display: none;
  }
  .image-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 100%;
  }
  .main-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: unset;
  }
  .main-content .image-section {
    height: auto;
  }
  .main-content .image-section img {
    height: auto;
  }
  .afspraak-button {
    width: 50%;
    margin: 10px 0;
  }
  .intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
    top: 0;
    margin: 0;
  }
  .intro h1 {
    font-size: 24px;
  }
  .intro p {
    font-size: 28px;
  }
}
@media (min-width: 425px) {
  .image-section {
    background-color: #CDD9D3;
  }
  .main-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
/* klachten */
.meer-informatie-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.svg-icon {
  width: 12px;
  height: 12px;
  margin-right: 15px;
}

.div-right, .div-left {
  width: 50%;
}

.div-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Bulgari";
  padding: 100px;
  background-color: #CDD9D3;
}

.voordelen-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style-type: none;
  padding: 0;
  gap: 50px;
}

.voordeel-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 20px; /* Ruimte tussen de lijstitems */
}

.voordeelimg {
  width: 60px; /* Stel een maximale breedte in voor de afbeelding */
  height: auto; /* Behoud de aspectratio */
  margin-right: 70px; /* Ruimte tussen afbeelding en tekst */
}

.voordeel-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; /* Stapelt tekst en link onder elkaar */
}

.titelvoordeel {
  font-family: "britany";
  font-size: 50px;
  margin-bottom: 80px;
  font-weight: 100;
}

.voordeeltext {
  margin-bottom: 15px;
  line-height: 0.9;
  font-size: 45px;
  /* Ruimte tussen de regels van de tekst */
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; /* Zorg ervoor dat de tekst het resterende ruimte opvult */
}

.meer-informatie-button {
  color: #4A5A49;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "avenir";
  letter-spacing: 1px;
}

.redenen {
  font-size: 12px;
  text-transform: uppercase;
  position: relative;
  font-weight: bolder;
  text-align: left;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  font-family: gotham, sans-serif;
  margin-top: 70px;
  padding-bottom: 100px;
  letter-spacing: 1px;
  color: #4E5E4C;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 99%; /* Verwijder eventueel padding links */
}

.redenen a {
  text-decoration: none;
  color: #4E5E4C;
}

.redenen::before {
  content: "";
  position: absolute;
  left: -160px;
  top: 9%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 150px;
  height: 1px;
  background-color: #4A5A49;
}

/* Tablet weergave */
@media (max-width: 1024px) {
  .containerhome {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .containerhome .div-right, .containerhome .div-left {
    width: 100%;
  }
  .titelvoordeel {
    font-size: 40px;
  }
  .voordeeltext {
    font-size: 28px;
  }
  .voordeelimg {
    max-width: 80px;
    margin-right: 20px;
  }
  .redenen {
    display: none;
  }
  .redenen::before {
    left: -20px;
    width: 15%;
  }
}
/* Mobiele weergave */
@media (max-width: 768px) {
  .svg-icon {
    width: 8px; /* Adjust size as needed */
    height: 8px;
    margin-right: 4px; /* Space between icon and text */
  }
  .div-right {
    padding: 50px;
  }
  .containerhome.no-content {
    display: none;
  }
  .main-content {
    margin-top: 0px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .intro h1 {
    font-size: 28px;
  }
  .intro p {
    text-align: center;
    font-size: 40px;
    line-height: 1.1;
  }
  .afspraak-button {
    width: 50%;
    padding: 8px 12px;
  }
  .voordeel-item {
    margin-top: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .voordeel-content {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .titelvoordeel {
    line-height: 1.4;
    font-size: 32px;
    text-align: center;
  }
  .voordeeltext {
    font-size: 24px;
  }
  .voordeelimg {
    max-width: 60px;
    margin-bottom: 10px;
  }
  .redenen {
    font-size: 16px;
    margin-left: 0;
    padding-left: 0;
    width: 100% !important;
    text-align: center;
  }
  .redenen::before {
    display: none;
  }
}
/* Main Layout */
.div-right-2 {
  height: 100vh;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 100px;
  background-image: url("/assets/images/backgroundliesbeth.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #CDD9D3;
}

.div-left-2 {
  padding-left: 50%;
}

.homeliesbethtekst {
  font-size: 16px;
  padding: 150px;
  color: #4A5A49;
  font-family: gotham, sans-serif;
}

.div-left-bubbels {
  width: 60%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 100px;
  background-image: url("/assets/images/bubbels.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.pijlers-section {
  padding-top: 200px;
  text-align: center;
  font-family: "Bulgari";
}

/* Pijlers Grid */
.pijlers-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(250px, 1fr) 20px minmax(250px, 1fr);
  grid-template-columns: repeat(2, minmax(250px, 1fr)); /* Two-column layout with minimum width */
  gap: 20px;
  margin-right: 30px;
}

/* Align the first item of the second row to the right on desktop */
.pijlers-container .pijler:nth-child(3) {
  -ms-grid-column: 2;
  grid-column: 2; /* Moves the third item to the second column */
}

.pijler {
  max-width: 300px;
  padding: 20px;
  border-radius: 8px;
  text-align: left;
}

.pijler-title {
  font-size: 35px;
  font-weight: 100;
  color: #4A5A49;
  margin-bottom: 10px;
  font-family: "britany";
}

.pijler-text {
  font-family: gotham, sans-serif;
  font-size: 16px;
  line-height: 1.2;
  color: #4A5A49;
}

.containerunder {
  padding-top: 200px;
  padding-bottom: 100px;
  position: relative;
  z-index: 901;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  background-color: #647A67;
}

.div-left-under,
.div-right-under {
  width: 50%;
}

.div-right-under {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

/* Responsive Adjustments */
/* Tablet view */
@media (max-width: 1024px) {
  .div-right-2, .div-left-2 {
    padding-top: 0px;
  }
  .div-left-bubbels {
    display: none;
  }
  .div-left-2 {
    padding-left: 25%;
  }
  .homeliesbethtekst {
    padding: 50px;
    font-size: 16px;
  }
  .pijlers-section {
    padding-top: 100px;
  }
  /* Switch Pijlers grid to single-column layout on tablets */
  .pijlers-container {
    background-image: url("/assets/images/bubbels.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 0;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* Reset custom positioning for single-column layout */
  .pijlers-container .pijler:nth-child(3) {
    grid-column: auto;
  }
}
/* Mobile view */
@media (max-width: 768px) {
  .div-right-2 {
    height: auto;
    padding: 0px;
    background-size: cover;
  }
  .homeliesbethtekst {
    padding: 50px;
    font-size: 14px;
  }
  .div-left-bubbels {
    display: none;
  }
  .pijlers-section {
    padding-top: 0px;
  }
  .containerunder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .div-left-under,
  .div-right-under {
    width: 100%;
  }
  /* Maintain single-column layout for Pijlers grid on mobile */
  .pijlers-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 50px 20px;
  }
  .pijlers-container .pijler {
    width: 100%;
    max-width: unset;
    padding: 0;
    margin: 0;
    margin-bottom: 25px;
  }
  .pijlers-container .pijler:last-child {
    margin: 0;
  }
  /* Ensure normal stacking order on mobile */
  .pijlers-container .pijler:nth-child(3) {
    grid-column: auto;
  }
  .pijler-title {
    font-size: 32px;
  }
  .pijler-text {
    font-size: 14px;
  }
}
.containerunder {
  padding-top: 200px;
  padding-bottom: 100px;
  position: relative;
  z-index: 902;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  background-color: #647A67;
}

.div-left-under,
.div-right-under {
  width: 50%;
}

.div-right-under {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.undertitel {
  padding-left: 100px;
  line-height: 0.9;
  font-size: 70px;
  font-family: "Bulgari";
  color: #F5E1D5;
}

.redenen-under {
  text-transform: uppercase;
  padding-bottom: 50px;
  font-size: 14px;
  position: relative;
  text-align: left;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  font-family: gotham, sans-serif;
  margin-top: 20px;
  margin-left: 190px;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
}

.redenen-under a {
  color: #F5E1D5;
  text-decoration: none;
}

.redenen-under::before {
  content: "";
  position: absolute;
  left: -160px;
  top: 16%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 150px;
  height: 1px;
  background-color: #F5E1D5;
}

/* Tablet weergave */
@media (max-width: 1024px) {
  .containerunder {
    margin-top: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .div-left-under,
  .div-right-under {
    width: 100%;
  }
  .undertitel {
    padding-left: 0px;
    font-size: 50px;
    text-align: center;
  }
  .redenen-under {
    display: none;
  }
  .redenen-under::before {
    left: -20px;
    width: 100px;
  }
}
/* Mobiele weergave */
@media (max-width: 768px) {
  .containerunder {
    padding-top: 50px;
    padding-bottom: 30px;
    margin: 0;
  }
  .undertitel {
    padding-left: 20px;
    font-size: 36px;
    text-align: center;
  }
  .redenen-under {
    font-size: 16px;
    margin-left: 10px;
  }
  .redenen-under::before {
    left: -10px;
    width: 60px;
  }
}
.liesbethjans {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  min-height: 100vh;
  width: 100%;
}

.text-side {
  max-width: 580px;
}

.intro2,
.image-section-liesbethjans {
  width: 50%;
}

.image-section-liesbethjans {
  height: 100vh;
}

.svg-container2 {
  position: absolute;
  top: 50px;
  right: 50px;
  z-index: 10;
  width: auto;
  height: auto;
}

.intro2 {
  padding-top: 150px;
  padding-left: 100px;
  padding-right: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.titelliesbethjans {
  text-align: start;
  font-family: "Bulgari";
  font-size: 68px;
  line-height: 0.9;
  color: #4a5a49;
}

.textliesbethjans {
  text-align: start;
  padding-top: 30px;
  font-size: 18px;
  max-width: 500px;
  font-family: gotham, sans-serif;
}

.hero-afbeelding {
  width: 100%;
  max-height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.journeysection {
  background-color: #f5e1d4;
  padding: 100px;
}
.journeysection .journeycontainer {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.journeysection .journey-title {
  font-family: "Bulgari";
  font-size: 50px;
  line-height: 0.9;
  color: #4a5a49;
  margin-bottom: 25px;
}
.journeysection .journey-text {
  font-size: 16px;
  line-height: 1.5;
  font-family: gotham, sans-serif;
}
.journeysection .journey-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% + 80px);
  margin-left: -40px;
  margin-right: -40px;
  margin-top: 60px;
}
.journeysection .journey-grid .journey-item {
  width: calc(33.333% - 80px);
  margin: 40px 40px 0;
}
@media (max-width: 1300px) {
  .journeysection .journey-grid .journey-item {
    width: calc(50% - 80px);
  }
}
.journeysection .journey-grid + .journey-text {
  margin-top: 100px;
}
.journeysection .journey-item-image {
  width: 50px;
  height: 50px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.journeysection .journey-item-image img {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom left;
     object-position: bottom left;
  margin: auto auto 0 0;
}
.journeysection .journey-item-image.circle img {
  width: auto;
  height: 40%;
}
.journeysection .journey-item-title {
  font-size: 16px;
  line-height: 1.5;
  padding-bottom: 15px;
  padding-top: 20px;
  font-family: gotham, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  width: 100%;
  max-width: 80%;
  min-height: 80px;
}
.journeysection .journey-item-text {
  font-size: 16px;
  line-height: 1.5;
  font-family: gotham, sans-serif;
}

/* Tablets (max-width: 1024px) */
@media (max-width: 1024px) {
  .liesbethjans {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    min-height: unset;
  }
  .intro2 {
    padding-left: 30px;
    padding-right: 50px;
  }
  .intro2 .titelliesbethjans {
    font-size: 50px;
  }
  .textliesbethjans {
    padding-top: 30px;
    font-size: 16px;
  }
  .journeysection {
    padding: 40px;
  }
}
/* Zeer kleine mobiele apparaten (max-width: 480px) */
@media (max-width: 480px) {
  .intro2 .titelliesbethjans {
    font-size: 40px;
  }
  .intro2 {
    width: 100%;
    padding-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .intro2,
  .image-section-liesbethjans {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .liesbethjans {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .textliesbethjans {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 14px;
  }
}
.title-content {
  font-family: "bulgari";
}

.expertise-section {
  background-color: #5f7363;
  color: white;
  padding: 120px;
  padding-left: 200px;
  padding-right: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.content-container2 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.title-content h2 {
  font-size: 45px;
  font-family: "britany";
  font-weight: normal;
  line-height: 1.2;
  margin: 0;
}

.text-content p {
  font-size: 16px;
  color: #e0e0e0;
  margin-top: 0;
  margin-bottom: 20px;
  max-width: 550px;
}

.button-container {
  margin-top: 20px;
}

.appointment-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #e0e0e0;
  font-size: 14px;
  text-decoration: none;
  border: 1px solid #e0e0e0;
  padding: 8px 16px;
  border-radius: 5px;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}

.appointment-button:hover {
  background-color: #e0e0e0;
  color: #5f7363;
}

.appointment-button span {
  margin-right: 8px;
  font-size: 18px;
}

.svg-icon-liesbethjans {
  width: 30px;
  height: 30px;
  margin-right: 8px;
}

.div-rechts {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50%;
  font-family: gotham, sans-serif;
}

.div-links {
  width: 50%;
}

@media (max-width: 1024px) {
  .expertise-section {
    background-color: #5f7363;
    color: white;
    padding: 50px;
    padding-left: 50px;
    padding-right: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
/* Tablet view */
@media (max-width: 768px) {
  .content-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 50px;
  }
  .title-content h2 {
    font-size: 32px;
    text-align: start;
  }
  .text-content p {
    font-size: 15px;
    text-align: start;
    max-width: 100%;
  }
  .div-rechts,
  .div-links {
    width: 100%;
    text-align: center;
  }
  .svg-container2 {
    display: none;
  }
  .web-container {
    margin-top: 0;
  }
  #content .liesbethjans {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #content .intro2 {
    margin: 0;
    padding: 50px 20px;
  }
  .intro2, .image-section-liesbethjans {
    width: 100%;
    height: auto;
  }
  .image-section-liesbethjans {
    height: 70vh;
  }
  .intro2 .titelliesbethjans {
    font-size: 50px;
    text-align: start;
  }
  .textliesbethjans {
    padding-top: 20px;
    font-size: 14px;
    text-align: start;
  }
  .journeysection {
    padding: 30px;
  }
  .journeysection .journey-grid {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
  }
  .journeysection .journey-grid .journey-item {
    width: 100%;
    margin: 40px 0 0 0;
  }
  .journeysection .journey-item-title {
    min-height: unset;
    margin: 0;
    padding: 10px 0;
  }
  .journeysection + .journey-text {
    margin-top: 40px;
  }
  .expertise-section {
    padding: 0;
  }
  .content-container2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 50px 20px;
  }
  .content-container2 .div-right, .content-container2 .div-left {
    width: 100%;
  }
}
/* Mobile view */
@media (max-width: 480px) {
  .content-container2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .expertise-section {
    padding: 30px;
  }
  .title-content h2 {
    line-height: 1.4;
    font-size: 32px;
  }
  .text-content p {
    font-size: 14px;
    max-width: 100%;
  }
  .appointment-button {
    font-size: 13px;
    padding: 10px 20px;
  }
}
.modalclass {
  padding: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 150px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
}

.image-section-modal {
  width: 100%;
}

.modalpicture {
  border-radius: 100%;
}

.modal_right,
.modal_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
}

.modalclass .titelliesbethjans {
  text-align: start;
  font-family: "Bulgari";
  font-size: 80px;
  line-height: 0.9;
  color: #647a67;
}
@media (max-width: 1300px) {
  .modalclass .titelliesbethjans {
    font-size: 50px;
  }
}

/* Tablet view */
@media (max-width: 1024px) {
  .modalclass {
    gap: 50px;
    padding: 50px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .modal_right,
  .modal_left {
    width: 50%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .modalclass .titelliesbethjans {
    font-size: 60px;
    text-align: center;
  }
}
/* Tablet view */
@media (max-width: 768px) {
  .modalclass {
    padding: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .modal_right,
  .modal_left {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .modalclass .titelliesbethjans {
    font-size: 60px;
    text-align: center;
  }
}
/* Mobile view */
@media (max-width: 480px) {
  .modalclass {
    padding: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .modal_right,
  .modal_left {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .modalclass .titelliesbethjans {
    font-size: 40px;
    text-align: center;
  }
}
.underclass {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0 auto;
  background-color: #ccd9d3;
}

.underclass,
.titel {
  text-align: start;
  font-family: "Bulgari";
  font-size: 50px;
  line-height: 0.9;
  color: #4a5a49;
}

.underclass,
.textliesbethjans {
  text-align: start;
  font-size: 16px;
  line-height: 1.4;
  color: #4a5a49;
  font-family: "Gotham";
}

.under_left {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  padding-right: 20px;
}

.under_right {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.imageunder-section-liesbethjans {
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
  width: 900px;
  height: 900px;
  overflow: hidden;
  border-radius: 100%;
}

.underpicture {
  overflow: hidden;
  position: absolute;
  left: -600px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: auto;
  height: 100%;
}

.textunder-side {
  max-width: 600px;
}

/* Responsieve styling voor tablets */
@media (max-width: 1024px) {
  .under_left,
  .under_right {
    width: 100%;
    padding: 50px;
  }
  .imageunder-section-liesbethjans {
    width: 600px;
    height: 600px;
    -webkit-transform: translateX(20%);
        -ms-transform: translateX(20%);
            transform: translateX(20%);
  }
  .underpicture {
    left: -300px;
  }
}
/* Responsieve styling voor mobiele apparaten */
@media (max-width: 768px) {
  .underclass {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 30px;
  }
  .underclass,
  .titel {
    text-align: start;
    font-family: "Bulgari";
    font-size: 32px;
    line-height: 0.9;
    color: #4a5a49;
  }
  .under_left,
  .under_right {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    padding-right: 0;
    padding: 0px;
  }
  .imageunder-section-liesbethjans {
    width: 300px;
    height: 300px;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    margin-top: 20px;
    border-radius: 50%;
  }
  .underpicture {
    left: -100px;
  }
}
.osteocontainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.osteoblok {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.image-section-osteo {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.image-section-osteo img {
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.textosteo-side {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #cdd9d3;
  padding: 50px;
}

.textosteo {
  font-size: 16px;
  max-width: 550px;
  font-family: gotham, sans-serif;
}

/* Tablet view */
@media (max-width: 1024px) {
  .osteocontainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .osteoblok {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    /*align-items: center;*/
  }
  .textosteo-side,
  .image-section-osteo {
    width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .textosteo-side .textosteo,
  .image-section-osteo .textosteo {
    font-size: 14px;
    padding: 30px;
  }
}
/* Mobiele view */
@media (max-width: 768px) {
  .osteoblok {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .osteoblok .textosteo-side,
  .osteoblok .image-section-osteo {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .osteoblok .textosteo-side .textosteo,
  .osteoblok .image-section-osteo .textosteo {
    padding: 0;
    margin: 0;
    max-width: unset;
  }
  .osteoblok .textosteo-side {
    padding: 100px 20px;
  }
  .textosteo-side,
  .image-section-osteo {
    min-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .textosteo {
    font-size: 14px;
    padding: 30px;
  }
}
.content-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 100px;
  /*padding-top: 300px;
    padding-bottom: 300px;*/
}

.content-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1400px;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.content-block.full {
  max-width: unset;
  padding: 0 100px;
}
@media (max-width: 1024px) {
  .content-block.full {
    padding: 0 30px;
  }
}

.circlecontainer {
  padding: 100px 0;
}

.left-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 100px;
  padding-right: 50px;
}
@media (max-width: 1300px) {
  .left-content {
    padding-left: 0;
  }
}

.left-title {
  font-size: 50px;
  font-family: "bulgari";
  color: #333;
  margin-bottom: 20px;
}

.left-text {
  font-size: 16px;
  max-width: 500px;
  font-family: gotham, sans-serif;
  color: #333;
}

.right-circle-container {
  position: relative;
  /*width: 300px;
  height: 300px;*/
  width: 600px;
  height: 600px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.circle-background {
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.overlay-text {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  font-size: 50px;
  width: 100%;
  height: 100%;
  font-family: "britany";
  color: #4a5b47;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.origin-section {
  padding: 100px;
  background-color: #f5e1d4;
}
.origin-section .origin-container {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.origin-section .origin-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.origin-section .origin-grid .origin-item {
  width: calc(33.33% - 120px);
  margin: 30px 60px 0;
}
.origin-section .origin-title {
  line-height: 0.9;
  font-size: 50px;
  margin-bottom: 20px;
  font-family: "bulgari";
}
.origin-section .origin-content {
  font-size: 16px;
  line-height: 1.5;
  padding-bottom: 30px;
  padding-top: 30px;
  font-family: gotham, sans-serif;
}
.origin-section .origin-grid {
  font-size: 16px;
  line-height: 1.5;
  padding-bottom: 30px;
  font-family: gotham, sans-serif;
  width: calc(100% + 120px);
  margin-left: -60px;
  margin-right: -60px;
}
.origin-section .origin-grid .origin-item-title {
  font-size: 16px;
  line-height: 1.5;
  padding-bottom: 30px;
  padding-top: 30px;
  font-family: gotham, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}

.therapy-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
}

.therapy-section-left {
  width: 50%;
  background-size: cover;
  background-position: center;
}

.therapy-section-right {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px;
  color: #f5e1d4;
  background-color: #647a67;
}

.therapy-content {
  max-width: 550px;
  text-align: left;
}

.therapy-title {
  line-height: 0.9;
  font-size: 50px;
  margin-bottom: 20px;
  font-family: "bulgari";
  color: #f5e1d4;
}

.therapy-description {
  font-size: 16px;
  line-height: 1.5;
  padding-bottom: 30px;
  padding-top: 30px;
  font-family: gotham, sans-serif;
}

.therapy-button {
  display: inline-block;
  padding: 10px 20px;
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  font-family: gotham, sans-serif;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}

.maak-afspraakbutton-osteo {
  color: #f5e1d4;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "avenir";
  letter-spacing: 1px;
}

/* Tablet-styling */
@media (max-width: 1024px) {
  .maak-afspraakbutton-osteo {
    font-size: 14px;
  }
  .origin-section {
    padding: 40px;
  }
  .origin-section .origin-grid {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
  }
  .origin-section .origin-grid .origin-item {
    width: calc(33.333% - 40px);
    margin-left: 20px;
    margin-right: 20px;
  }
  .therapy-content {
    max-width: 800px;
    text-align: left;
  }
  .therapy-section {
    min-height: 30vh;
  }
  .therapy-section-right {
    width: 100%;
  }
  .content-container {
    padding: 80px 40px;
    padding-top: 150px;
    padding-bottom: 100px;
  }
  .content-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .right-circle-container {
    margin-top: 100px;
  }
  .circle-background {
    width: 350px;
    height: 350px;
  }
  .overlay-text {
    padding-right: 0px;
    font-size: 32px;
  }
  .therapy-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .therapy-title {
    font-size: 28px;
    text-align: start;
  }
  .therapy-button {
    font-size: 32px;
  }
}
/* Mobiele styling */
@media (max-width: 768px) {
  .content-container {
    padding: 50px 20px;
  }
  .content-container .content-block.full {
    padding: 0;
  }
  .content-container .content-block.full .left-content {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .content-container .content-block.full .left-content .left-title {
    text-align: left;
  }
  .content-container .content-block.full .left-content .left-text {
    max-width: unset;
  }
  .left-content {
    margin-bottom: 50px;
  }
  .right-circle-container {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    margin-top: 0;
  }
  .right-circle-container,
  .circle-background {
    /* width: 250px;
     height: 250px;*/
    width: 100%;
    height: auto;
    margin-top: 0;
  }
  .right-circle-container {
    padding: 50px 0;
  }
  .circle-background {
    width: 400px;
    height: 400px;
  }
  .overlay-text {
    text-align: center;
    max-width: 100%;
    padding-top: 20px;
    padding-right: 0px;
  }
  .left-text {
    text-align: start;
    font-size: 14px;
  }
  .origin-section {
    padding: 50px 20px;
  }
  .origin-section .origin-grid {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
  .origin-section .origin-grid .origin-item {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
  .therapy-section {
    gap: 10px;
    width: 100%;
    min-height: 50vh;
    overflow: hidden;
  }
  .therapy-section-right {
    width: 100%;
    padding: 50px 20px;
    margin-top: 0;
  }
  .therapy-section-left {
    display: none;
  }
  .therapy-title {
    text-align: start;
    font-size: 50px;
    line-height: 0.9;
    margin-bottom: 0px;
  }
  .therapy-description {
    font-size: 14px;
  }
  .therapy-button {
    font-size: 12px;
  }
}
/* Pregnancy Section */
.kinderostepathie {
  background-color: #F9E1D4;
}

.pregnancy-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.pregnancy-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 50px;
  padding-left: 200px;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #CDD9D3;
}

.pregnancy-top-content {
  max-width: 600px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.pregnancy-top-title {
  text-align: start;
  font-family: "Bulgari";
  font-size: 50px;
  line-height: 0.9;
  color: #4A5A49;
}

.pregnancy-top-text {
  text-align: start;
  font-size: 16px;
  color: #4A5A49;
  font-family: gotham, sans-serif;
}

.pregnancy-image-container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pregnancy-image {
  width: 500px;
  height: 500px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transform: translateY(390px);
      -ms-transform: translateY(390px);
          transform: translateY(390px);
}

.pregnancy-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  padding-left: 200px;
  padding-bottom: 200px;
  background-color: #FAF8F2;
}

.pregnancy-bottom-content {
  max-width: 800px;
  text-align: center;
}

.meer-informatie-container-kinder {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pregnancy-bottom-text {
  margin-top: 200px;
  font-size: 55px;
  max-width: 450px;
  color: #4a5b47;
  text-align: start;
  font-family: "britany";
}

.maak-afspraakbutton-kinder {
  color: #4A5A49;
  letter-spacing: 1px;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "avenir";
}

.blog-container {
  background-color: #EBEFE8;
  padding: 200px;
}
.blog-container .blog-slidercontainer {
  position: relative;
}
.blog-container .blog-navbutton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 50%;
  z-index: 10;
}
.blog-container .blog-navbutton img {
  display: inline-block;
  width: 20px;
  height: auto;
  margin-bottom: 20px;
  pointer-events: none;
}
.blog-container .blog-navbutton .blog-navbutton-text {
  font-size: 14px;
  font-family: gotham, sans-serif;
  text-transform: uppercase;
  pointer-events: none;
}
.blog-container .blog-navbutton.slick-disabled {
  visibility: hidden;
  pointer-events: none;
}
.blog-container .slick-slide.slick-active:last-child .blog-item {
  border-right: none !important;
}
.blog-container .blog-next {
  right: -30px;
  -webkit-transform: translate(100%, -50%);
      -ms-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}
.blog-container .blog-prev {
  left: -30px;
  -webkit-transform: translate(-100%, -50%);
      -ms-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
}
.blog-container .blog-title {
  font-size: 50px;
  font-family: "bulgari";
  color: #4A5A49;
  margin-bottom: 20px;
  line-height: 0.9;
}
.blog-container .blog-text {
  font-size: 16px;
  line-height: 1.5;
  font-family: gotham, sans-serif;
  max-width: 66.666%;
}
.blog-container .blog-items {
  width: calc(100% + 80px);
  margin-left: -40px;
  margin-right: -40px;
  margin-top: 100px;
}
.blog-container .blog-item {
  color: #647A67;
  padding: 10px 40px;
  font-family: gotham, sans-serif;
}
.blog-container .blog-item .blogdate {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #4A5A49;
}
.blog-container .blog-item .blog-title {
  font-size: 32px;
  font-family: "bulgari";
  margin-bottom: 10px;
  line-height: 0.9;
}
.blog-container .blog-item .blog-text {
  font-size: 16px;
  line-height: 1.5;
  font-family: gotham, sans-serif;
  color: #4A5A49;
}
.blog-container .itemswborder .blog-item {
  border-right: 1px solid #707070;
}

/* Tablet Styling */
@media (max-width: 1024px) {
  .pregnancy-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    padding: 40px 30px;
  }
  .pregnancy-bottom {
    display: none;
  }
  .pregnancy-top-content {
    max-width: 100%;
  }
  .pregnancy-image-container {
    display: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .pregnancy-image {
    width: 300px;
    height: 300px;
    -webkit-transform: translateY(50px);
        -ms-transform: translateY(50px);
            transform: translateY(50px);
  }
  .pregnancy-top-title {
    font-size: 50px;
  }
  .pregnancy-top-text {
    font-size: 15px;
  }
  .pregnancy-bottom-text {
    font-size: 30px;
  }
  .blog-container {
    padding: 100px;
  }
}
/* Mobile Styling */
@media (max-width: 768px) {
  .pregnancy-top {
    padding: 30px;
  }
  .pregnancy-top-title {
    text-align: start;
    font-family: "Bulgari";
    font-size: 32px;
    line-height: 0.9;
    color: #4A5A49;
    margin-top: 20px;
  }
  .pregnancy-top-text {
    font-size: 14px;
  }
  .pregnancy-image {
    width: 400px;
    height: 400px;
    -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
            transform: translateY(30px);
  }
  .pregnancy-bottom-content {
    padding: 30px;
    background-color: #fbeee7;
  }
  .pregnancy-bottom-text {
    font-size: 24px;
    margin-top: 20px;
  }
  .pregnancy-bottom {
    padding-bottom: 0px;
  }
  .blog-container {
    padding: 40px;
  }
  .blog-container .blog-slidercontainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 100px;
  }
  .blog-container .blog-slidercontainer .blog-items {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 20px;
  }
  .blog-container .blog-slidercontainer .blog-items .blog-item {
    width: 100%;
    padding: 0;
  }
  .blog-container .blog-slidercontainer .blog-navbutton {
    position: relative;
    left: unset;
    top: unset;
    right: unset;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    width: 50%;
  }
  .blog-container .blog-next {
    right: 0;
    -webkit-transform: translate(0%, -50%);
        -ms-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .blog-container .blog-prev {
    left: 0;
    -webkit-transform: translate(0%, -50%);
        -ms-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .blog-container .itemswborder .blog-item {
    border-right: none;
  }
}
/* Extra Small Mobile Styling */
@media (max-width: 480px) {
  .pregnancy-top {
    padding: 30px;
  }
  .pregnancy-top-title {
    font-size: 32px;
    text-align: start;
  }
  .pregnancy-top-text {
    font-size: 14px;
    text-align: start;
  }
  .pregnancy-image {
    width: 300px;
    height: 300px;
    -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
            transform: translateY(20px);
  }
  .pregnancy-bottom-text {
    font-size: 20px;
  }
}
/* Consult Section */
.consult-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #F9E1D3;
}

/*
.consult-image {
    transform: translateX(-75%);
    width: 900px;
    height: 900px;
    overflow: hidden;
border-radius: 100%;
}*/
.consult-image-container {
  width: 40%;
  position: relative;
}

.consult-image {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.consult-image img {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 0% 50%;
     object-position: 0% 50%;
  left: 0;
}

/*
.consult-image img {
    width: 100%;
    object-fit: cover;
}*/
.consult-content {
  color: #635c5a;
  width: 50%;
  padding: 200px 200px 200px 50px;
}

.consult-title {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 1rem;
  color: #38302e;
}

.consult-description {
  font-size: 1rem;
  margin-bottom: 1.5rem;
}

.consult-contact {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: #38302e;
  font-weight: 500;
}

.consult-container .titelliesbethjans {
  text-align: start;
  font-family: "Bulgari";
  font-size: 50px;
  line-height: 0.9;
  color: #4A5A49;
}

.consult-container .textliesbethjans {
  padding-top: 40px;
  font-size: 16px;
  font-family: "Gotham";
}

.children-container {
  width: 100%;
  padding: 200px;
  height: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.children-container .children-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.children-container .children-image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.children-container .children-content {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
  max-width: 600px;
  margin: auto auto auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.children-container .children-title {
  line-height: 0.9;
  font-size: 50px;
  margin-bottom: 20px;
  font-family: "bulgari";
  color: #4A5A49;
}
.children-container .children-text {
  font-size: 16px;
  line-height: 1.5;
  font-family: gotham, sans-serif;
}
.children-container .children-button-container {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.children-container .children-button {
  color: #4A5A49;
  letter-spacing: 1px;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "avenir";
}

/* Responsive adjustments for Consult Section */
@media (max-width: 1024px) {
  .consult-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 40px 0;
  }
  .consult-image {
    /* width: 400px;
     height: 400px;
     transform: translateX(0);
     margin-bottom: 20px;
     margin-right: 40px;*/
  }
  .consult-content {
    padding-left: 0;
    padding-right: 50px;
    text-align: center;
  }
  .titelliesbethjans {
    font-size: 48px;
  }
  .children-container {
    padding: 40px;
    min-height: unset;
    height: auto;
  }
  .children-container .children-content {
    height: auto;
    min-height: unset;
  }
}
@media (max-width: 768px) {
  .consult-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 50px 20px;
  }
  .consult-container .consult-content {
    width: 100%;
    max-width: unset;
    margin: 0;
    padding: 0;
  }
  .consult-container .consult-image-container {
    display: none !important;
  }
  .consult-container .consult-image-container .consult-image {
    border-radius: none !important;
  }
  .consult-container .titelliesbethjans {
    text-align: start;
    font-family: "Bulgari";
    font-size: 32px;
    line-height: 0.9;
    color: #4A5A49;
    margin-top: 20px;
  }
  .consult-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .consult-container .textliesbethjans {
    padding-top: 20px;
    font-size: 14px;
    font-family: "Gotham";
    max-width: unset;
    width: 100%;
  }
  .consult-image {
    width: 300px;
    height: 300px;
    margin: 40px 0 0 0;
  }
  .consult-title {
    font-size: 1.3rem;
  }
  .consult-description {
    font-size: 0.9rem;
  }
  .titelliesbethjans {
    font-size: 40px;
  }
  .textliesbethjans {
    font-size: 16px;
  }
  .children-container {
    padding: 100px 20px;
  }
  .children-container .children-title {
    font-size: 32px;
  }
  .children-container .children-text {
    font-size: 14px;
  }
  .children-container .children-content {
    width: 100%;
    max-width: unset;
  }
  .children-container .children-image {
    opacity: 0.6;
  }
  .blog-container .blog-text {
    width: 100%;
    max-width: unset;
  }
}
@media (max-width: 480px) {
  .consult-image {
    display: none;
  }
  .consult-title {
    font-size: 1.2rem;
  }
  .consult-description {
    font-size: 0.85rem;
  }
  .titelliesbethjans {
    font-size: 32px;
  }
  .textliesbethjans {
    font-size: 14px;
  }
}
/* Base styling */
.complaints-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.complaints-page .titelliesbethjans {
  text-align: start;
  font-family: "Bulgari";
  font-size: 50px;
  line-height: 0.9;
  color: #4A5A49;
  max-width: 550px;
}

.complaints-list {
  background-color: #6c7d69;
  padding: 200px;
  width: 50%;
  color: #F5E1D5;
  text-decoration: none;
}
@media (max-width: 1300px) {
  .complaints-list {
    padding: 200px 100px;
  }
}

.complaints-title {
  font-family: gotham, sans-serif;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 50px;
  text-transform: uppercase;
}

.complaint-item {
  margin-bottom: 15px;
  text-decoration: none;
  cursor: pointer;
  position: relative;
}

.complaint-item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 2px;
  background-color: currentColor;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

.complaint-item:hover::after {
  width: 20%;
}

.complaint-detail {
  padding-left: 100px;
  padding-right: 100px;
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.complaint-detail-title {
  font-size: 1.5em;
  font-weight: bold;
}

.complaint-detail-description {
  font-size: 1em;
  color: #555555;
}

.complaints-list ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-family: gotham, sans-serif;
  color: #F5E1D5;
}

.complaints-list ul li.active {
  color: #F5E1D5;
  font-family: gotham, sans-serif;
  font-weight: 800;
  cursor: pointer; /* Verander de cursor om aan te geven dat het klikbaar is */
}

.complaints-list ul li.active {
  color: #F5E1D5;
  font-family: gotham, sans-serif;
  font-weight: 800;
  cursor: pointer; /* Verander de cursor om aan te geven dat het klikbaar is */
}

.complaint-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 20px;
  padding-right: 30px;
  margin-top: 20px;
  height: 20%;
}

.nav-button {
  background: none;
  border: none;
  font-size: 30px;
  color: #4A5A49;
  cursor: pointer;
  -webkit-transition: color 0.3s ease, -webkit-transform 0.2s ease;
  transition: color 0.3s ease, -webkit-transform 0.2s ease;
  transition: color 0.3s ease, transform 0.2s ease;
  transition: color 0.3s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}

.nav-button:hover {
  color: #6c7d69;
}

.nav-button:disabled {
  color: #ccc;
  opacity: 0.5;
  cursor: not-allowed;
}

/* Tablet styling */
@media (max-width: 1024px) {
  .complaints-page {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .complaints-list,
  .complaint-detail {
    width: 100%;
    padding: 80px;
  }
  .complaints-title {
    font-size: 14px;
  }
  .complaint-detail-title {
    font-size: 1.3em;
  }
  .complaint-detail-description {
    font-size: 0.9em;
  }
}
/* Mobile styling */
@media (max-width: 768px) {
  .complaints-page .titelliesbethjans {
    text-align: start;
    font-family: "Bulgari";
    font-size: 32px;
    line-height: 0.9;
    color: #4A5A49;
    max-width: 550px;
  }
  .complaints-list,
  .complaint-detail {
    width: 100%;
    padding: 40px;
  }
  .complaints-title {
    font-size: 12px;
  }
  .complaint-detail-title {
    font-size: 1.2em;
  }
  .complaint-detail-description {
    font-size: 0.85em;
  }
  .complaints-list ul {
    font-size: 16px;
  }
}
/* Extra small mobile styling */
@media (max-width: 480px) {
  .complaints-list,
  .complaint-detail {
    padding: 30px;
  }
  .complaints-title {
    font-size: 12px;
    margin-bottom: 15px;
  }
  .complaint-detail-title {
    font-size: 1em;
  }
  .complaint-detail-description {
    font-size: 0.8em;
  }
  .complaints-list ul {
    font-size: 14px;
  }
}
.contact-page {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contact-button2 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-left: auto;
}

.contact-button2 .c-button2 {
  text-decoration: none;
  font-size: 16px;
  color: #3a3a3a;
  font-weight: 500;
  padding: 8px 16px;
  border: 1px solid #4A5A49;
  border-radius: 20px;
  letter-spacing: 1px;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}

.contact-info {
  background-color: #dfece8;
  padding: 40px 40px 140px 100px;
  padding-top: 400px;
  width: 50%;
  font-family: gotham, sans-serif;
}

.contactgegevens {
  font-size: 16px;
  padding-bottom: 110px;
}

.contact-info ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.contact-formulier {
  background-color: #4A5A49;
  padding: 150px;
  width: 50%;
  color: #ffffff;
  font-family: gotham, sans-serif;
}

.contacttitle {
  line-height: 1.2;
  font-size: 40px;
  margin-bottom: 50px;
  font-family: "britany";
}

.contacttext {
  font-size: 16px;
}
.contacttext ul {
  padding-left: 0;
  padding-right: 0;
  padding-left: 12px;
}

.error-policy {
  margin-top: 15px;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .contact-info,
  .contact-formulier {
    padding: 80px;
    width: 100%;
  }
  .contacttitle {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .contact-page {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contact-info,
  .contact-formulier {
    width: 100%;
    padding: 50px 20px;
  }
  .contacttitle {
    font-size: 32px;
  }
  .contacttext {
    font-size: 16px;
  }
  .contact-formulier .text-side {
    max-width: unset;
    width: 100%;
  }
  .contact-formulier form {
    max-width: unset;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .contact-page {
    font-size: 14px;
  }
  .contact-info {
    margin-top: 10px;
    padding: 30px;
  }
  .contact-formulier {
    padding: 30px;
  }
  .contactgegevens {
    font-size: 14px;
    padding-bottom: 20px;
  }
  .contacttitle {
    font-size: 28px;
  }
  .contacttext {
    font-size: 14px;
  }
  .contact_button {
    margin-top: 20px;
    font-size: 16px;
  }
}
.svg-icon-contact {
  width: 30px;
  height: 30px;
  margin-right: 8px;
}

/* Basis styling voor desktop */
.vacaturetexts {
  line-height: 1.4;
  font-size: 16px;
  text-align: start;
}

.titelvacature {
  text-align: start;
  font-family: "Bulgari";
  font-size: 50px;
  line-height: 0.9;
  color: #4a5a49;
}

.content-container-vacature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 20px;
  padding-top: 200px;
  padding-bottom: 200px;
  background-color: #cdd9d3;
}

.overlay-text-vacture {
  position: relative;
  z-index: 999;
  font-size: 50px;
  font-family: "britany";
  color: #263326;
  max-width: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  position: absolute;
  top: 0;
  right: -100px;
}
@media (max-width: 1300px) {
  .overlay-text-vacture {
    right: 0;
    font-size: 42px;
  }
}

.circle-background-container {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
}

.right-circle-container-vacature {
  position: relative;
  /*width: 300px;
  height: 300px;*/
  width: 50%;
  height: auto;
  /*flex: 1;
  display: flex;
  align-items: center;*/
  padding-right: 100px;
}
.right-circle-container-vacature .circle-background {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  position: relative;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
}

.left-content-vacature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  width: 50%;
  padding: 0 0 0 200px;
}
@media (max-width: 1300px) {
  .left-content-vacature {
    width: 100%;
    padding: 0;
  }
}

/*
.underpicture-vacature {
    overflow: hidden;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    height: 100%;
}*/
.imageunder-section-vacature {
  /*transform: translateX(50%);
  width: 800px;
  height: 1050px;
  overflow: hidden;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;*/
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.imageunder-section-vacature .underpicture-vacature {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 100% 50%;
     object-position: 100% 50%;
  right: 0;
}

.underclass-vacature {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /*align-items: center;*/
  background-color: #f5e1d5;
}
.underclass-vacature .under_left {
  width: 50%;
  padding-top: 200px;
  padding-bottom: 200px;
  padding-left: 200px;
  padding-right: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 1300px) {
  .underclass-vacature .under_left {
    padding-left: 50px;
  }
}
.underclass-vacature .under_left .textunder-side {
  width: 100%;
  max-width: unset;
}
.underclass-vacature .textliesbethjans {
  max-width: unset;
}
@media (max-width: 1300px) {
  .underclass-vacature .under_right {
    width: 40%;
    padding: 0;
  }
}

/* Responsieve aanpassingen voor grote tablets en kleine laptops */
@media (max-width: 1300px) {
  .content-container-vacature .content-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .content-container-vacature .content-block .left-text {
    width: 100%;
    max-width: unset;
  }
  .right-circle-container-vacature {
    /*width: 250px;
    height: 250px;*/
    margin-top: 50px;
  }
  /*.underclass-vacature {
      padding: 20px;
  }*/
  /*.under_right {
      display: none;
  }*/
  /*.right-circle-container-vacature {
      display: none !important;
  }*/
}
/* Responsieve aanpassingen voor tablets */
@media (max-width: 1024px) {
  .content-container-vacature {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 50px 20px;
  }
  .content-container-vacature .content-block.full {
    padding: 0;
  }
  .overlay-text-vacture {
    padding-left: 20px;
    text-align: center;
  }
  .right-circle-container-vacature {
    /* width: 200px;
     height: 200px;
     margin: 10px 0;*/
  }
  .underclass-vacature {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 50px 20px;
  }
  .underclass-vacature .under_left {
    padding: 0;
    width: 100%;
    max-width: unset;
  }
}
/* Responsieve aanpassingen voor mobiele apparaten */
@media (max-width: 768px) {
  .overlay-text-vacture {
    padding-left: 10px;
    max-width: 100%;
  }
  .content-container-vacature {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .right-circle-container-vacature {
    /*width: 150px;
    height: 150px;*/
  }
  .underclass-vacature {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px;
  }
  /*.titelvacature {
      font-size: 32px;
  }*/
  .right-circle-container-vacature {
    width: 80%;
  }
  .contact-info, .contact-formulier {
    padding: 50px 20px;
  }
}
/* Extra kleine schermen (mobiel) */
@media (max-width: 480px) {
  .content-container-vacature {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .overlay-text-vacture {
    font-size: 20px;
    padding-left: 5px;
    text-align: center;
  }
  .right-circle-container-vacature {
    width: 120px;
    height: 120px;
  }
  .underclass-vacature {
    padding: 30px;
  }
  .vacaturetexts {
    line-height: 1.4;
    font-size: 14px;
    text-align: start;
  }
}
.error-page {
  text-align: center;
  margin: 20rem auto;
  color: #4E5E4C;
  font-size: 14px;
}

.error-page a {
  color: #4E5E4C;
}

.error-page .error-suggestions {
  list-style: none;
  padding: 0;
}

.error-page .error-suggestions li {
  margin: 0.5rem 0;
}

.error-page .error-suggestions a {
  text-decoration: none;
  color: #4E5E4C;
}

/* locaties */
.praktijk-locaties {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-top: 30px;
  z-index: 903;
  background-color: #f8f6f4;
}

.locatie {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}

.locatie-tekst {
  width: 50%;
  padding: 20px;
  padding-left: 100px;
  color: #4a5a49;
  font-family: "Bulgari";
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.locatie-title {
  font-size: 42px;
  line-height: 0.9;
  margin-bottom: 10px;
}

.locatie p {
  font-family: gotham, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.locatie-route {
  font-family: gotham, sans-serif;
  font-size: 16px;
  text-decoration: none;
  color: #4a5a49;
  -webkit-transition: color 0.3s, border-color 0.3s;
  transition: color 0.3s, border-color 0.3s;
}

.locatie-route:hover {
  color: #333;
  border-color: #333;
}

.locatie-afbeelding {
  width: 50%;
}

.locatie-afbeelding img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.locatie-kaart {
  width: 100%;
  height: 500px;
}

/* Media Queries voor responsiviteit */
/* Voor tablets en kleinere schermen */
/* Voor smartphones */
@media (max-width: 480px) {
  .locatie-title {
    font-size: 28px; /* Verklein lettergrootte */
  }
  .locatie p {
    font-size: 12px; /* Verklein fontgrootte voor kleinere schermen */
  }
  .locatie-kaart iframe {
    width: 100%;
    height: 300px; /* Kleinere hoogte voor smartphones */
  }
} /* Extra styling voor tablets */
@media (max-width: 1024px) {
  .locatie {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; /* Stapel elementen verticaal voor tablets */
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; /* Centreer inhoud */
    padding: 0 15px;
  }
  .locatie-kaart {
    margin-top: 20px;
  }
  .locatie-tekst {
    width: 80%; /* Beperk breedte voor betere leesbaarheid */
    padding: 15px;
  }
  .locatie-afbeelding {
    width: 80%;
  }
  .locatie-kaart iframe {
    width: 90%; /* Maximaliseer ruimtegebruik */
    height: 350px; /* Pas hoogte aan voor tablets */
  }
}
@media (max-width: 768px) {
  .praktijk-locaties {
    margin-top: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .locatie {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; /* Stapel inhoud verticaal */
  }
  .locatie-tekst,
  .locatie-afbeelding {
    width: 100%;
    padding: 10px; /* Verminder padding voor kleinere schermen */
    text-align: start; /* Maak tekst centreren */
  }
  .locatie-kaart iframe {
    width: 100%; /* Vul volledige breedte */
    height: auto; /* Zorg voor proportionele hoogte */
  }
}
/* =============PAGES==================== */