:root {
  --c-gold: #be9f56;
  --c-aubergine: #351317;
  --c-mint: #dae3dc;
  --f-gibson: "canada-type-gibson", sans-serif;
  --f-kansas: "new-kansas", sans-serif;
}

::-moz-selection { /* Code for Firefox */
  color: #FFF;
  background: var(--c-gold);
}

::selection {
  color: #FFF;
  background: var(--c-gold);
}

/* width */
::-webkit-scrollbar {
  width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--c-gold);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--c-aubergine);
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  scroll-behavior: smooth;

}
html {
  height: 100%;
}
body {
  margin: 0;
  min-height: 100%;
  background-color: #fff;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #333;
  max-width: 100vw;
  max-width: 100dvw;
  overflow-x: hidden;
  overflow-x: clip;
}
.voorwaarden p {
	margin-bottom: 25px;
}
.voorwaarden h2 {
	margin-bottom: 15px;
}
img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}
html.w-mod-touch * {
  background-attachment: scroll !important;
}



.nav-container {
  justify-content: center;
  align-items: center;
  height: 120px;
  padding-left: 48px;
  padding-right: 48px;
  display: flex;
}

.nav {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-items {
  justify-content: space-between;
  align-items: center;
  min-width: 650px;
  display: flex;
}

.nav-btn {
  background-color: var(--c-gold);
  color: var(--c-aubergine);
  text-align: center;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  min-width: 144px;
  height: 30px;
  text-decoration: none;
  display: flex;
}

.nav-logo {
  width: 144px;
}

.nav-item {
  font-family: var(--f-gibson);
  color: var(--c-aubergine);
  text-align: center;
  padding: 20px 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
  transition: all .25s ease-out;
  position: relative;
}


.nav-item.active:after {
  content: ' ';
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  bottom: 0;
  left: calc(50% - 3px);
  background-color: var(--c-mint);
}

.nav-item:hover {
  color: var(--c-gold);
}

.nav-item:hover:after {
  content: ' ';
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  bottom: 0;
  left: calc(50% - 3px);
  background-color: var(--c-mint);
}

.body {
  font-family: var(--f-gibson);
  color: var(--c-aubergine);
  font-size: 16px;
  line-height: 150%;
}

.header {
  position: relative;
}

.content {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 56px;
  padding-right: 56px;
  position: relative;
}

.header-content {
  background-image: url('../img/header-img.jpg');
  background-position: 50% 100%;
  background-size: cover;
  border-radius: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 640px;
  display: flex;
}

.h1 {
  font-family: var(--f-kansas);
  color: #fff;
  letter-spacing: -2.16px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 72px;
  font-weight: 100;
  line-height: 100%;
}

.h1.black {
  color: var(--c-aubergine);
}

.btn-arrow {
  background-image: url(../img/arrow-btn.svg);
  background-repeat: no-repeat;
  background-position: center right 10px;
  /* transition: all 280ms ease-out; */
}

/* .btn-arrow:hover {
  background-position: center right 5px;
} */




.header-btns {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 846px;
  margin-top: 38px;
  display: flex;
}

.header-btn {
  color: var(--c-aubergine);
  text-align: center;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 320px;
  height: 30px;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.header-bg {
  z-index: -1;
  background-color: var(--c-mint);
  height: 50%;
  position: absolute;
  inset: auto 0% 0%;
}

.welkom {
  background-color: var(--c-mint);
  overflow-x: hidden;
  overflow-x: clip;
}

.welkom-content {
  padding-top: 64px;
  padding-bottom: 96px;
}

.welkom-line-block {
  z-index: 2;
  text-transform: uppercase;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.welkom-line-s {
  background-color: var(--c-aubergine);
  width: 100%;
  height: 1px;
}

.welkom-line-p {
  min-width: 255px;
  margin-bottom: 0;
}

.welkom-line-p.t-right {
  text-align: right;
}

.footer {
  background-color: #dae3dc33;
  padding-top: 96px;
  padding-bottom: 96px;
}

.welkom-img {
  z-index: 1;
  text-align: center;
  margin-top: -206px;
  position: relative;
}

.welkom-image {
  border-radius: 6px;
  max-width: 394px;
}

.welkom-text {
  margin-top: 0;
}

.content-small {
  width: 100%;
  max-width: 846px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.header-home-p {
  clear: left;
  max-width: 50%;
  margin-top: -128px;
  margin-bottom: 0;
  padding-top: 176px;
  padding-bottom: 98px;
  font-weight: 400;
}

.welkom-img-2 {
  border-radius: 6px;
  width: 50%;
  max-width: 394px;
  position: absolute;
  inset: 0% -100px auto auto;
}

.wat-sectie {
  background-color: var(--c-aubergine);
  padding-top: 96px;
  padding-bottom: 96px;
  overflow: hidden;
}

.ws-behandelingen {
  color: var(--c-mint);
  width: 100%;
  max-width: 510px;
  margin-bottom: 96px;
  margin-left: auto;
  padding-bottom: 28px;
}

.ws-behandelingen.left {
  margin-left: 0;
  margin-right: auto;
}

.ws-title {
  font-family: var(--f-kansas);
  letter-spacing: -2.16px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 72px;
  font-weight: 100;
  line-height: 100%;
}

.ws-btn {
  color: var(--c-aubergine);
  text-align: center;
  background-color: var(--c-mint);
  letter-spacing: 1.4px;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 192px;
  height: 30px;
  text-decoration: none;
  display: flex;
  padding-bottom: 2px;

}

.ws-p {
  margin-top: 48px;
  margin-bottom: 48px;
}

.ws-img-1 {
  border-radius: 6px;
  position: absolute;
  inset: 0% auto auto -220px;
  overflow: hidden;
}

.ws-img-2 {
  border-radius: 6px;
  position: absolute;
  inset: 0% -220px auto auto;
  overflow: visible;
}

.bio {
  background-color: var(--c-mint);
  padding-top: 96px;
  padding-bottom: 96px;
}

.bio-text {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1054px;
  margin-bottom: 96px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
  display: grid;
}

.p {
  margin-bottom: 0;
}

.bio-headshot {
  width: 100%;
  max-width: 1170px;
  height: 300px;
  margin-bottom: 96px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.bio-hs-foto {
  background-image: url('https://thesourceclinic.be/wp-content/uploads/2025/02/bg-gold.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 671px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  border-radius:6px;
}

.bio-hs-text {
  text-align: center;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.bio-h2 {
  font-family: var(--f-kansas);
  letter-spacing: -2.16px;
  font-size: 72px;
  font-weight: 100;
  line-height: 100%;
}

.footer-copy {
  background-color: #fff;
  padding-top: 21px;
  padding-bottom: 21px;
}

.fc-container {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.fc-p {
  font-weight: 400;
}

.fc-p-a {
  color: var(--c-aubergine);
  text-decoration: none;
  transition: all .25s ease-out;
}

.fc-p-a:hover {
  color: var(--c-gold);
}

.div-block {
  grid-template-rows: auto;
  grid-template-columns: minmax(220px, 1fr) minmax(150px, 1fr) minmax(250px, 1fr) minmax(260px, 1fr);
  grid-auto-columns: 1fr;
  justify-content: stretch;
  justify-items: stretch;
  display: grid;
}

.footer-title {
  letter-spacing: 1.4px;
  text-transform: uppercase;
  margin-bottom: 48px;
  font-size: 14px;
  line-height: 120%;
}

.footer-link {
  color: var(--c-aubergine);
  font-weight: 400;
  text-decoration: none;
  transition: all .25s ease-out;
  display: block;
}

.footer-link:hover {
  color: var(--c-gold);
}

.footer-grid-block {
  padding-left: 20px;
  padding-right: 20px;
}

.footer-grid-block.logo {
  padding-left: 20px;
}

.footer-logo-p {
  letter-spacing: 1.4px;
  text-transform: uppercase;
  margin-top: 24px;
  margin-bottom: 24px;
  font-size: 14px;
}

.footer-block-p {
  font-weight: 400;
}

.footer-logo-sm {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.footer-sm-link {
  width: 24px;
  position: relative;
}

.header-normal {
  background-color: var(--c-mint);
  padding-top: 96px;
  padding-bottom: 96px;
  position: relative;
}

.header-normal.contact {
  padding-bottom: 0;
}

.hn-gradient {
  background-image: linear-gradient(180deg, #fff, var(--c-mint));
  height: 156px;
  position: absolute;
  inset: 0% 0% auto;
}

.hn-p {
  margin-bottom: 0;
  font-weight: 400;
}

.hn-p-right {
  width: 100%;
  max-width: 394px;
  margin-top: 48px;
  margin-left: auto;
}

.content-medium {
  width: 100%;
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
}

.persona {
  position: absolute;
  inset: auto auto -41px 0%;
}

.persona-img {
  background-image: url('https://thesourceclinic.be/wp-content/uploads/2025/02/bg-gold.jpg');
  background-position: 50%;
  background-size: cover;
  width: 284px;
  height: 284px;
  border-radius: 6px;
}

.persona-p {
  position: absolute;
  inset: auto -235px 41px auto;
  max-width: 265px;
}

.bold {
  font-weight: 500;
}

.wat-large-item {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  margin-bottom: 96px;
  display: flex;
}

.wil-text {
  color: var(--c-mint);
  max-width: 505px;
  padding-bottom: 40px;
}

.wat-large-img {
  background-image: url('../img/ws2.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 6px;
  width: 100%;
  max-width: 616px;
}

.wat-large-img._1 {
  background-image: url('../img/ws1.png');
}

.wat-large-img._3 {
  background-image: url('../img/ws3.png');
}

.wat-large-img._1.accu {
  background-position: center top;
  background-image: url('https://thesourceclinic.be/wp-content/uploads/2025/02/accupunctuur1.jpg');
}
.wat-large-img._2.accu {
  background-image: url('https://thesourceclinic.be/wp-content/uploads/2025/02/accupunctuur2.jpg');
}

.wat-large-img._1.werk {
  background-image: url('https://thesourceclinic.be/wp-content/uploads/2025/02/hand.jpg');
}
.wat-large-img._2.werk {
  background-image: url('../img/ws3.png');
}
.wat-large-img._3.werk {
  background-image: url('../img/ws1.png');
}



.image {
  width: 100%;
}

.wil-subtitle {
  letter-spacing: 1.4px;
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 48px;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 16.8px */
}

.wil-title {
  font-family: var(--f-kansas);
  letter-spacing: -2.16px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 72px;
  font-weight: 100;
  line-height: 100%;
}

.wil-p {
  margin-top: 48px;
  margin-bottom: 48px;
}

.wil-btn {
  color: var(--c-aubergine);
  text-align: center;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 320px;
  height: 32px;
  text-decoration: none;
  display: flex;
}

.afspraak-redirect-btn {
  color: var(--c-aubergine);
  text-align: center;
  letter-spacing: 1.4px;
  background-color: #fff;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 320px;
  height: 32px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  line-height: 120%;
  text-decoration: none;
  display: flex;
}

.hn-p-left {
  width: 100%;
  max-width: 394px;
  margin-top: 48px;
  margin-left: 0;
  margin-right: auto;
}

.behandelingen-links {
  width: 100%;
  max-width: 394px;
  margin-top: 48px;
  margin-left: auto;
}

.behandelingen-link {
  color: var(--c-aubergine);
  letter-spacing: 1.4px;
  text-transform: uppercase;
  background-image: url('../img/arrow-btn.svg');
  background-position: center right 10px;
  background-repeat: no-repeat;
  background-size: 10px;
  border-radius: 32px;
  justify-content: flex-start;
  align-items: center;
  height: 32px;
  margin-bottom: 12px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.behandelingen-link:hover {
  background-color: #fff;
}

.behandeling {
  border-bottom: 1px solid #000;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 96px;
  padding-bottom: 96px;
  display: flex;
}

.behandeling-img {
  width: 100%;
  max-width: 284px;
  position: relative;
}

.behandeling-text {
  width: 100%;
  max-width: 394px;
  font-weight: 400;
}

.behandel-title {
  font-family: var(--f-kansas);
  letter-spacing: -1.44px;
  margin-top: 0;
  margin-bottom: 48px;
  font-size: 48px;
  font-weight: 100;
  line-height: 100%;
}

.behandel-title.extra {
  text-align: center;
  margin-bottom: 96px;
}

.behandel-p {
  margin-bottom: 48px;
}

.behandel-btn {
  background-color: var(--c-gold);
  color: var(--c-aubergine);
  text-transform: uppercase;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 144px;
  height: 30px;
  text-decoration: none;
  display: flex;
}

.behandel-li {
  max-width: 298px;
  margin-bottom: 48px;
  padding-left: 20px;
  font-size: 14px;
}

.paragraph-2 {
  margin-bottom: 48px;
  font-size: 14px;
  font-weight: 400;
}

.behandeling-image {
  border-radius: 6px;
  width: 100%;
}

.behandeling-extra {
  padding-top: 96px;
  padding-bottom: 60px;
}

.behandelingen-extra-content {
  justify-content: space-between;
  display: flex;
}

.behandelingen-extra-left, .behandelingen-extra-right {
  width: 100%;
  max-width: 284px;
}

.behandelingen-extra-title {
  letter-spacing: 1.4px;
  text-transform: uppercase;
  margin-bottom: 28px;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
}

.behandelingen-extra-p {
  margin-bottom: 36px;
  font-weight: 400;
}

.faq {
  padding-top: 96px;
  padding-bottom: 96px;
}

.faq-title {
  font-family: var(--f-kansas);
  letter-spacing: -2.16px;
  margin-top: 0;
  margin-bottom: 96px;
  font-size: 72px;
  font-weight: 100;
  line-height: 100%;
}

.faq-item {
  border-bottom: 1px solid var(--c-aubergine);
  margin-bottom: 48px;
  padding-bottom: 48px;
}

.faq-item-title {
  font-family: var(--f-kansas);
  letter-spacing: -1.44px;
  margin-top: 0;
  margin-bottom: 48px;
  font-size: 48px;
  font-weight: 100;
  line-height: 100%;
}

.faq-item-p {
  margin-bottom: 0;
  font-weight: 400;
}

.faq-item-p a {
  color: var(--c-aubergine);
}

.faq-item-p a:hover {
  color: var(--c-gold);
}

.contact-header {
  justify-content: space-between;
  align-items: stretch;
  margin-top: 48px;
  display: flex;
}

.contact-header strong {
  font-weight: 500;
}

.contact-header-afspraak {
  background-color: var(--c-aubergine);
  color: var(--c-mint);
  text-align: center;
  border-radius: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 506px;
  display: flex;
}

.paragraph-3 {
  min-width: 230px;
  margin-bottom: 48px;
}

.header-contact-afspraak-p {
  max-width: 284px;
  margin-bottom: 48px;
  font-weight: 400;
}

.contact-header-btn {
  color: var(--c-aubergine);
  text-align: center;
  letter-spacing: 1.4px;
  background-color: #fff;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 320px;
  height: 32px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  line-height: 120%;
  text-decoration: none;
  display: flex;
}

.source-footer-logo {
  width: 144px;
}

.header-btn,
.ws-btn,
.afspraak-redirect-btn,
.wil-btn,
.behandel-btn,
.contact-header-btn,
.nav-btn {
  transition: all 150ms ease-out;
}

.header-btn:hover,
.afspraak-redirect-btn:hover,
.behandel-btn:hover,
.nav-btn:hover {
  background-color: var(--c-aubergine);
  color: var(--c-mint);
  background-image: url('../img/arrow-btn-m.svg');

}
.ws-btn:hover,
.wil-btn:hover,
.contact-header-btn:hover {
  background-color: var(--c-gold);
}



@media screen and (min-width: 1200px) {
  .mobile-overlay,
  .menu-btn {
    display: none !important;
  }
}


@media screen and (max-width: 1200px) {
  .afspraak-redirect-btn {
    margin-top: 20px;
  }
  
  .nav-items-desktop,
  .nav-btn {
    display: none !important;

  }
  .nav-item.active {
    color: #fff;
  }

  .mobile-overlay {
    display: none;

    justify-content: center;
    align-items: center;
    position: fixed;
    width: 100vw;
    width: 100dvw;
    left: 0;
    top: 0;
    background-color: var(--c-gold);
    height: 100vh;
    height: 100dvh;
    z-index: 300;
    padding: 10px;

  }
  .nav-items {
    flex-direction: column;
    max-width: 296px;
    margin: 0 auto;
  }

  .nav-item:hover {
    color: #fff;
  }

  .nav-logo-overlay {
    position: absolute;
    left: 12px;
    top: 12px;
  }

  .menu-btn {
    background-color: var(--c-gold);
    color: var(--c-aubergine);
    text-align: center;
    border-radius: 30px;
    justify-content: center;
    align-items: center;
    min-width: 96px;
    height: 32px;
    text-decoration: none;
    display: flex;
    padding:  8px 31px 9px 21px;
    letter-spacing: 1.4px;
    background-image: url('../img/menu.svg');
    background-repeat: no-repeat;
    background-position: center right 9px;
    background-size: 12px;
    cursor: pointer;
  }

  .menu-close {
    position: absolute;
    width: 48px;
    height: 32px;
    top: 12px;
    right: 12px;
    background-color: #fff;
    border-radius: 30px;
    background-image: url('../img/close.svg');
    background-repeat: no-repeat;
    background-position: center;
  }
}
@media screen and (max-width: 991px) {
  .header-content {
    padding-left: 40px;
    padding-right: 40px;
  }

  .h1 {
    text-align: center;
  }

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

  .header-btns {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .wat-sectie {
    padding-bottom: 24px;
  }

  .ws-behandelingen {
    max-width: 460px;
  }

  .bio-headshot {
    width: 100%;
    height: auto;
  }

  .bio-hs-foto {
    border-radius: 6px;
    width: 100%;
    min-height: 350px;
    margin-top: -130px;
  }

  .bio-hs-text {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    position: relative;
  }

  .div-block {
    grid-template-rows: auto auto;
    grid-template-columns: minmax(184px, 1fr) minmax(150px, 1fr);
  }

  .footer-grid-block {
    padding-bottom: 0;
  }

  .footer-grid-block.first {
    padding-bottom: 40px;
  }

  .hn-p-right {
    margin-left: 0;
  }

  .persona {
    max-width: 470px;
    margin-top: 40px;
    position: relative;
    bottom: 0;
  }

  .persona-p {
    inset: 20px 0% auto auto;
  }

  .wat-large-item {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column-reverse;
  }

  .wat-large-item.switch-mobile {
    flex-flow: column;
  }

  .wil-text {
    max-width: 100%;
  }

  .wat-large-img {
    max-width: 100%;
    min-height: 300px;
    max-height: 500px;
    margin-bottom: 40px;
    overflow: hidden;
  }

  .hn-p-left {
    margin-left: 0;
  }

  .behandeling {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .contact-header {
    padding-bottom: 96px;
  }
}

@media screen and (max-width: 767px) {
  .nav-container {
    padding: 0px 10px;
  }
  .content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .header-content {
    min-height: 350px;
  }

  .header-btns {
    z-index: 20;
    flex-flow: column;
    position: absolute;
    inset: auto 0% -100px;
  }

  .welkom-content {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .welkom-line-block {
    margin-top: 70px;
    display: block;
  }

  .welkom-line-s {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .welkom-img {
    position: absolute;
    inset: auto auto -40px 15%;
  }

  .welkom-image {
    width: 220px;
    max-width: none;
  }

  .content-small {
    text-align: left;
    margin-bottom: 0;
  }

  .header-home-p {
    max-width: 100%;
    margin-top: 0;
    padding-top: 48px;
    padding-bottom: 220px;
  }

  .welkom-img-2 {
    width: 220px;
    max-width: none;
    top: auto;
    bottom: -100px;
    right: 15%;
  }

  .ws-behandelingen {
    text-align: left;
    max-width: 580px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 28px;
  }

  .ws-behandelingen.left {
    margin-left: auto;
  }

  .ws-img-1 {
    aspect-ratio: auto;
    object-fit: cover;
    object-position: 50% 100%;
    width: 100%;
    max-width: 580px;
    max-height: 350px;
    position: relative;
    left: 0;
  }

  .ws-img-2 {
    object-fit: cover;
    width: 100%;
    max-width: 580px;
    max-height: 350px;
    position: relative;
    right: 0;
    overflow: hidden;
  }

  .bio-text {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .bio-headshot {
    margin-bottom: 48px;
  }

  .div-block {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: minmax(184px, 1fr);
  }

  .footer-title {
    margin-bottom: 24px;
  }

  .footer-grid-block {
    padding-bottom: 48px;
  }

  .hn-gradient {
    height: 112px;
  }

  .wat-large-item {
    margin-bottom: 40px;
  }

  .wil-text {
    padding-bottom: 0;
  }

  .behandelingen-links {
    margin-left: 0;
  }

  .behandeling {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .behandeling-img, .behandeling-text {
    max-width: 500px;
  }

  .behandel-title.extra {
    text-align: left;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .behandeling-image {
    object-fit: cover;
    max-width: 500px;
    max-height: 296px;
  }

  .behandelingen-extra-content {
    flex-flow: column;
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .behandelingen-extra-left, .behandelingen-extra-right {
    max-width: none;
  }

  .faq {
    padding-bottom: 48px;
  }

  .faq-title {
    margin-bottom: 48px;
    font-size: 36px;
  }

  .faq-item-title {
    font-size: 32px;
  }

  .contact-header {
    flex-flow: column;
    padding-bottom: 0;
  }

  .contact-header-afspraak {
    border-radius: 0;
    width: calc(100% + 40px);
    max-width: none;
    margin-left: -20px;
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .wat-flex-1 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 48px;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .body {
    font-size: 14px;
  }

  .content {
    padding-left: 12px;
    padding-right: 12px;
  }

  .header-content {
    background-image: url('../img/header-mobile.jpg');
    background-position: 0 0;
    background-size: cover;
    min-height: 296px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .h1 {
    letter-spacing: -.96px;
    font-size: 32px;
  }

  .header-btns {
    z-index: 20;
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer {
    padding-top: 48px;
  }

  .welkom-img {
    width: 60%;
    bottom: -10px;
    left: -6px;
  }

  .welkom-image {
    object-fit: cover;
    max-height: 200px;
    width: 100%;
    display: none;
  }

  .header-home-p {
    text-align: left;
    padding-bottom: 56px;
  }

  .welkom-img-2 {
    display: none;
    object-fit: cover;
    border-radius: 6px;
    /* width: 60%; */
    max-height: 200px;
    max-width: 150px;
    overflow: hidden;
  }

  .wat-sectie {
    padding-top: 12px;
  }

  .ws-title {
    letter-spacing: -1.08px;
    font-size: 36px;
  }

  .ws-btn {
    width: 100%;
  }

  .ws-img-1 {
    max-height: 296px;
  }

  .bio-text {
    margin-bottom: 48px;
  }

  .bio-hs-foto {
    min-height: 296px;
  }

  .bio-hs-text {
    text-align: left;
    justify-content: space-between;
    align-items: flex-start;
  }

  .bio-h2 {
    text-align: left;
    letter-spacing: -1.08px;
    font-size: 36px;
  }

  .fc-container {
    text-align: left;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer-title {
    letter-spacing: 1.4px;
    font-size: 14px;
  }

  .footer-logo-p {
    letter-spacing: 1.4px;
    margin-top: 10px;
    font-size: 14px;
    line-height: 120%;
  }

  .header-normal {
    padding-top: 48px;
  }

  .hn-gradient {
    height: 112px;
  }

  .hn-p-right {
    max-width: none;
  }

  .persona {
    max-width: 352px;
  }

  .persona-img {
    width: 148px;
    height: 148px;
  }

  .persona-p {
    padding-left: 123px;
    font-size: 14px;
    top: 0;
  }

  .wil-subtitle {
    font-size: 14px;
  }

  .wil-title {
    letter-spacing: -1.08px;
    font-size: 36px;
  }

  .wil-btn, .afspraak-redirect-btn {
    width: 100%;
    max-width: 296px;
  }

  .hn-p-left {
    max-width: none;
  }

  .behandeling {
    padding-top: 12px;
    padding-bottom: 48px;
  }

  .behandel-title {
    letter-spacing: -1.08px;
    font-size: 36px;
  }

  .behandel-title.extra {
    margin-bottom: 48px;
  }

  .behandeling-extra {
    padding-top: 48px;
    padding-bottom: 40px;
  }

  .faq-title {
    font-size: 36px;
  }

  .contact-header-afspraak {
    padding-left: 12px;
    padding-right: 12px;
  }

  .header-contact-afspraak-p {
    width: 100%;
    max-width: 350px;
  }

  .source-footer-logo {
    width: 114px;
  }
}

#w-node-_36873778-73a6-6afa-1b10-a04f7f6ab41e-9e478948, #w-node-_36873778-73a6-6afa-1b10-a04f7f6ab41e-17d2375b, #w-node-_36873778-73a6-6afa-1b10-a04f7f6ab41e-ce88bb5c, #w-node-_36873778-73a6-6afa-1b10-a04f7f6ab41e-04921df5, #w-node-_36873778-73a6-6afa-1b10-a04f7f6ab41e-3c4b887f, #w-node-_36873778-73a6-6afa-1b10-a04f7f6ab41e-1402f310 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


