/*
Theme Name: Fysio Vitaal
Theme URI: https://fysiovitaal.nl
Author: Pixel Creation
Author URI: https://www.pixelcreation.nl/
Description: Gemaakt door Pixel Creation
Version: 1.0
Text Domain: fysio-vitaal
*/
@font-face {
  font-family: "Geist";
  src: url("fonts/Geist-Bold.woff2") format("woff2"), url("fonts/Geist-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Geist";
  src: url("fonts/Geist-SemiBold.woff2") format("woff2"), url("fonts/Geist-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Geist";
  src: url("fonts/Geist-Light.woff2") format("woff2"), url("fonts/Geist-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Geist";
  src: url("fonts/Geist-Regular.woff2") format("woff2"), url("fonts/Geist-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Geist";
  src: url("fonts/Geist-Medium.woff2") format("woff2"), url("fonts/Geist-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Geist";
  src: url("fonts/Geist-ExtraLight.woff2") format("woff2"), url("fonts/Geist-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Geist";
  src: url("fonts/Geist-Thin.woff2") format("woff2"), url("fonts/Geist-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Geist", sans-serif;
  font-size: clamp(16px, 1vw, 19px);
  color: #09373b;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* MAIN */
::selection {
  color: white;
  background: #8ac489;
}

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

div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

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

ul {
  list-style-type: none;
}

/* ACCESSIBILITY */
.skip-links a {
  position: absolute;
  top: -100vh;
  left: -100vw;
  z-index: 9999;
  padding: 1.2rem 2rem;
  color: white;
  border-top: 2px solid white;
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  background-color: #1d1d1d;
}
.skip-links a:focus {
  top: 8rem;
  left: 0;
}

a:focus-visible, button:focus-visible {
  outline: 2px dotted black;
  z-index: 9999;
  outline-offset: 0;
  -webkit-box-shadow: 0 0 0 2px white;
  box-shadow: 0 0 0 2px white;
}

/* BARBA */
.preloader {
  padding: 0 4em;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  inset: 0;
  visibility: visible;
  opacity: 1;
  background-color: #70ba6f;
  z-index: 99;
}

.start-fade {
  z-index: 100;
}
.start-fade .logo {
  position: relative;
  overflow: hidden;
}
.start-fade .logo .logo-overlay {
  position: absolute;
  inset: 0;
  opacity: 0.6;
  transform-origin: right top;
  transform: scaleX(1) rotate(0.001deg);
  background-color: #70ba6f;
}
.start-fade svg {
  width: 22em;
  max-width: 100%;
}
.start-fade svg path {
  fill: white;
}

.loading-fade svg {
  width: 3.8em;
}
.loading-fade svg path {
  fill: white;
}

/* TYPOGRAPHY */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .h7 {
  margin: 0;
  font-weight: 600;
  letter-spacing: -0.022em;
}

h1, .h1 {
  font-size: 3em;
  line-height: 1.2;
}
@media screen and (min-width: 576px) {
  h1, .h1 {
    font-size: 4em;
  }
}

h2, .h2 {
  margin: 0 0 0.4em 0;
  font-size: 2.5em;
  line-height: 1.2;
}
@media screen and (min-width: 576px) {
  h2, .h2 {
    font-size: 3.25em;
  }
}

h3, .h3 {
  margin: 0 0 0.4em 0;
  font-size: 2em;
  line-height: 1.2;
}
@media screen and (min-width: 576px) {
  h3, .h3 {
    font-size: 2.5em;
  }
}

h4, .h4 {
  margin: 0 0 0.45em 0;
  font-size: 1.5em;
  line-height: 1.2;
}

h5, .h5 {
  font-size: 1.375em;
  line-height: 1.2;
}

p, ul, ol {
  margin: 0 0 1.5em 0;
  font-size: 1.125em;
  line-height: 1.68;
}

a {
  color: inherit;
  transition: 0.5s cubic-bezier(0.3, 1, 0.3, 1);
}

.intro p, .intro ul {
  font-size: 1.25em;
}

.page-content h1, .page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6 {
  margin-bottom: 0.25em;
  font-size: 1.25em;
}
.page-content p {
  margin: 0 0 1.2em 0;
}
.page-content ul li {
  padding: 0 0 0 1.5em;
  position: relative;
}
.page-content ul li:before {
  content: "\f00c";
  position: absolute;
  left: 0;
  font-family: "Font Awesome 7 Pro";
  color: #70ba6f;
}
.page-content ol {
  padding: 0 0 0 1.1em;
}
@media screen and (min-width: 992px) {
  .page-content.two-column {
    column-count: 2;
    gap: 0 4em;
  }
}

.btn-row {
  margin: 2em 0 0 0;
}

/* GSAP */
.navbar-inner, .fade-in, .hero .btn {
  visibility: hidden;
}
.navbar-inner.active, .fade-in.active, .hero .btn.active {
  visibility: unset;
}

/* SPLIT TEXT */
.split-heading {
  visibility: hidden;
}

.line-parent {
  overflow: hidden;
}

/*  Split Words  */
.split-words {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0 0.2em;
}

.default-header.center .split-words {
  justify-content: center;
}

.split-words .single-word {
  overflow: hidden;
  padding: 0.05em;
  margin: -0.05em;
}

.split-words em {
  display: inline-flex;
  line-height: 0.85em;
}

.split-words .single-word-inner {
  position: relative;
  transform-origin: left bottom;
}

/* BUTTONS */
.btn {
  padding: 1em 2em;
  display: inline-flex;
  align-items: center;
  gap: 0 0.65em;
  font-size: 1.125em;
  font-weight: 600;
  white-space: nowrap;
  border-radius: 2em;
  border: 0;
  transition: 0.5s cubic-bezier(0.3, 1, 0.3, 1);
}
.btn.btn-arrow .arrow-wrapper {
  display: inline-flex;
}
.btn.btn-arrow .arrow {
  width: 1.5em;
  transition: 0.5s cubic-bezier(0.3, 1, 0.3, 1);
}
.btn.btn-arrow .arrow.first {
  transform-origin: right;
}
.btn.btn-arrow .arrow.second {
  margin-left: -1.5em;
  transform: scale(0);
  transform-origin: left;
}
.btn.btn-arrow:hover .first {
  transform: scale(0);
}
.btn.btn-arrow:hover .second {
  transform: scale(1);
}
.btn.btn-primary {
  color: white;
  background-color: #09373b;
}
.btn.btn-primary:hover {
  background-color: #70ba6f;
}
.btn.btn-secondary {
  color: white;
  background-color: #70ba6f;
}
.btn.btn-secondary:hover {
  background-color: #09373b;
}

.btn-link {
  padding: 0 0 0.4em 0;
  display: inline-flex;
  align-items: center;
  gap: 0 0.65em;
  font-size: 1.125em;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid #09373b;
}
.btn-link .arrow-wrapper {
  display: inline-flex;
}
.btn-link .arrow {
  width: 1.5em;
  transition: 0.5s cubic-bezier(0.3, 1, 0.3, 1);
}
.btn-link .arrow.first {
  transform-origin: right;
}
.btn-link .arrow.second {
  margin-left: -1.5em;
  transform: scale(0);
  transform-origin: left;
}
.btn-link:hover {
  color: #70ba6f;
  border-color: #70ba6f;
}
.btn-link:hover .first {
  transform: scale(0);
}
.btn-link:hover .second {
  transform: scale(1);
}

.btn-row {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 1.4em;
}
@media screen and (min-width: 1200px) {
  .btn-row {
    flex-direction: row;
    align-items: center;
  }
}
.btn-row .phone {
  transform: translateY(0.15em);
  white-space: nowrap;
}
.btn-row .phone .btn-link {
  margin: 0 0 0 0.4em;
}

/* TEXT COLORS */
.text-blue {
  color: #0e9093;
}

.text-green {
  color: #70ba6f;
}

/* BG COLORS */
.bg-blue {
  background-color: #0e9093;
}

.bg-green {
  background-color: #70ba6f;
}

/* CONTAINER */
.container {
  max-width: 115em;
  padding-left: clamp(1.8em, 3vw, 3em);
  padding-right: clamp(1.8em, 3vw, 3em);
}
@media screen and (min-width: 576px) {
  .container.container-small {
    padding-left: calc(clamp(1.8em, 3vw, 3em) * 3);
    padding-right: calc(clamp(1.8em, 3vw, 3em) * 3);
  }
}
@media screen and (min-width: 992px) {
  .container.container-small {
    padding-left: calc(clamp(1.8em, 3vw, 3em) * 2);
    padding-right: calc(clamp(1.8em, 3vw, 3em) * 2);
  }
}
@media screen and (min-width: 1200px) {
  .container.container-small {
    padding-left: calc(clamp(1.8em, 3vw, 3em) * 3);
    padding-right: calc(clamp(1.8em, 3vw, 3em) * 3);
  }
}

/* SECTIONS */
section {
  padding: 5em 0;
}
@media screen and (min-width: 576px) {
  section {
    padding: 8em 0;
  }
}
@media screen and (min-width: 576px) {
  section.section-sm {
    padding: 6em 0;
  }
}

/* HEADER */
.navbar {
  padding: 0;
  background-color: #0e9093;
}
.navbar .container {
  padding-left: clamp(0.5em, 3vw, 3em);
  padding-right: clamp(0.5em, 3vw, 3em);
}
.navbar .navbar-inner {
  width: 100%;
  margin: 1em 0 0 0;
  padding: 0.6em 0.75em;
  position: sticky;
  top: 0;
  display: flex;
  align-items: center;
  border-radius: 6em;
  background-color: white;
  z-index: 9;
}
@media screen and (min-width: 576px) {
  .navbar .navbar-inner {
    margin: 1.25em 0 0 0;
    padding: 1.1em 1.5em;
    gap: 0 1em;
  }
}
@media screen and (min-width: 1400px) {
  .navbar .navbar-inner {
    gap: 0 1.2em;
  }
}
@media screen and (min-width: 1200px) {
  .navbar .navbar-inner.open {
    background-color: #ebf5f5;
  }
}
.navbar .navbar-brand {
  padding: 0;
  font-size: clamp(16px, 1vw, 19px);
  transition: 0.5s cubic-bezier(0.3, 1, 0.3, 1);
}
.navbar .navbar-brand img {
  width: 11.5em;
}
@media screen and (min-width: 576px) {
  .navbar .navbar-brand img {
    width: 13em;
  }
}
@media screen and (min-width: 1200px) {
  .navbar .navbar-brand img {
    width: 15.2em;
  }
}
.navbar .navbar-brand:hover {
  opacity: 0.85;
}
.navbar .navbar-toggler {
  height: 100%;
  aspect-ratio: 1/1;
  margin-left: auto;
  color: white;
  border: 0;
  border-radius: 50%;
  background-color: #70ba6f;
}
.navbar .navbar-nav {
  margin-left: auto;
  gap: 0 0.5em;
  font-size: clamp(16px, 1vw, 19px);
}
@media screen and (min-width: 1400px) {
  .navbar .navbar-nav {
    gap: 0 1em;
  }
}
@media screen and (max-width: 1199.98px) {
  .navbar .navbar-nav {
    width: calc(100% - 2em);
    max-width: 30rem;
    height: 100%;
    padding: 1.5em 1.5em 5em 1em;
    top: 0;
    left: 0;
    position: fixed;
    overflow: scroll;
    transform: translateX(calc(-100% - 2em));
    transition: 0.25s all ease-in-out;
    z-index: 2;
    background-color: white;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
.navbar .navbar-nav .nav-item:not(:first-of-type) {
  border-top: 1px solid #eceff0;
}
@media screen and (min-width: 1200px) {
  .navbar .navbar-nav .nav-item:not(:first-of-type) {
    border-top: 0;
  }
}
.navbar .navbar-nav .nav-item.dropdown {
  position: relative;
}
@media screen and (min-width: 1200px) {
  .navbar .navbar-nav .nav-item.dropdown {
    position: static !important;
  }
}
.navbar .navbar-nav .nav-item .nav-link {
  padding: 1em;
  display: flex;
  justify-content: space-between;
  font-size: 1.125em;
  font-weight: 600;
  color: #09373b;
  white-space: nowrap;
}
.navbar .navbar-nav .nav-item .nav-link:hover {
  color: #70ba6f;
}
@media screen and (min-width: 1200px) {
  .navbar .navbar-nav .nav-item .nav-link {
    display: block;
    padding: 1em 0.6em;
  }
}
.navbar .navbar-nav .nav-item .nav-link.dropdown-toggle:after {
  content: "\f078";
  margin-left: 0.25em;
  font-family: "Font Awesome 7 Pro";
  font-size: 90%;
  font-weight: 400;
  vertical-align: unset;
  transform: translateY(-0.03em);
  border: unset;
  transition: 0.5s cubic-bezier(0.3, 1, 0.3, 1);
}
.navbar .navbar-nav .nav-item .nav-link.dropdown-toggle.show:after {
  transform: translateY(0.1em) scaleY(-1);
}
.navbar .navbar-nav .nav-item .dropdown-menu {
  width: 100%;
  margin: 0;
  color: #09373b;
  border: 0;
  z-index: -1;
}
@media screen and (min-width: 1200px) {
  .navbar .navbar-nav .nav-item .dropdown-menu {
    padding: 2em 4.5em 6em 4.5em;
    border-radius: 2.8em;
    background-color: #ebf5f5;
  }
}
@media screen and (min-width: 1400px) {
  .navbar .navbar-nav .nav-item .dropdown-menu {
    padding: 2em 10em 6em 10em;
  }
}
@media screen and (min-width: 1200px) {
  .navbar .navbar-nav .nav-item .dropdown-menu:before {
    content: "";
    width: 100%;
    height: 7em;
    position: absolute;
    top: -3.8em;
    right: 0;
    left: 0;
    z-index: -1;
    background-color: #ebf5f5;
  }
}
.navbar .navbar-nav .nav-item .dropdown-menu .dropdown-title {
  margin: 0 0 0.5em 0;
  display: block;
  font-size: 2.5em;
  font-weight: 600;
  text-decoration: none;
}
.navbar .navbar-nav .nav-item .dropdown-menu .dropdown-menu-inner .dropdown-list {
  padding: 0;
  font-size: clamp(16px, 1vw, 19px);
  list-style-type: none;
}
@media screen and (min-width: 1200px) {
  .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-menu-inner .dropdown-list {
    column-count: 3;
  }
}
.navbar .navbar-nav .nav-item .dropdown-menu .dropdown-menu-inner .dropdown-list li {
  margin-bottom: 0.75em;
  position: relative;
}
.navbar .navbar-nav .nav-item .dropdown-menu .dropdown-menu-inner .dropdown-list li a {
  padding: 1em;
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 0 1em;
  font-size: 1.125em;
  font-weight: 400;
  text-decoration: none;
  white-space: nowrap;
  border-radius: 0.5em;
  background-color: #ebf5f5;
}
@media screen and (min-width: 1200px) {
  .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-menu-inner .dropdown-list li a {
    padding: 1.1em 1.2em;
    background-color: white;
  }
}
.navbar .navbar-nav .nav-item .dropdown-menu .dropdown-menu-inner .dropdown-list li a span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: 0.5s cubic-bezier(0.3, 1, 0.3, 1);
}
.navbar .navbar-nav .nav-item .dropdown-menu .dropdown-menu-inner .dropdown-list li a .arrow-wrapper {
  display: inline-flex;
}
.navbar .navbar-nav .nav-item .dropdown-menu .dropdown-menu-inner .dropdown-list li a .arrow {
  width: 1.5em;
  transition: 0.5s cubic-bezier(0.3, 1, 0.3, 1);
}
.navbar .navbar-nav .nav-item .dropdown-menu .dropdown-menu-inner .dropdown-list li a .arrow.first {
  transform-origin: right;
}
.navbar .navbar-nav .nav-item .dropdown-menu .dropdown-menu-inner .dropdown-list li a .arrow.second {
  margin-left: -1.5em;
  transform: scale(0);
  transform-origin: left;
}
.navbar .navbar-nav .nav-item .dropdown-menu .dropdown-menu-inner .dropdown-list li a:hover {
  color: white;
  background-color: #09373b;
}
.navbar .navbar-nav .nav-item .dropdown-menu .dropdown-menu-inner .dropdown-list li a:hover .first {
  transform: scale(0);
}
.navbar .navbar-nav .nav-item .dropdown-menu .dropdown-menu-inner .dropdown-list li a:hover .second {
  transform: scale(1);
}
.navbar .navbar-nav .nav-item .dropdown-menu .dropdown-menu-view-all {
  margin: 3em 0 0 0;
}
.navbar .navbar-nav .dropdown-menu-header {
  padding: 0 0 1.2em 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.navbar .navbar-nav .dropdown-menu-header .nav-logo {
  width: 14em;
}
.navbar .navbar-nav .dropdown-menu-header .close {
  width: 2em;
  height: 2em;
  padding: 0;
  font-size: 1.5em;
  color: #0e9093;
  border: 0;
  border-radius: 50%;
  background-color: #ebf5f5;
}
.navbar .navbar-nav .btn {
  margin: 1.5em 0 0 0;
}
@media screen and (max-width: 1199.98px) {
  .navbar .navbar-collapse.show:after {
    content: "";
    position: fixed;
    left: 0;
    top: -5rem;
    width: 100%;
    height: calc(100vh + 5rem);
    z-index: 1;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.5);
    animation: navbg-fadein 0.5s ease forwards;
  }
}
@keyframes navbg-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.navbar .navbar-collapse.show .navbar-nav {
  transform: translateX(0);
}

.screen-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
@media screen and (min-width: 1200px) {
  .screen-overlay.open {
    opacity: 1;
    visibility: visible;
  }
}

/* BREADCRUMBS */
.breadcrumb {
  margin: 0 0 1.1em 0;
  color: white;
}
.breadcrumb .breadcrumb-item {
  font-size: 1em;
  color: white;
}
.breadcrumb .breadcrumb-item.active span span {
  opacity: 0.5;
}
.breadcrumb .breadcrumb-item a {
  text-decoration: none;
}
.breadcrumb .breadcrumb-item a:hover {
  opacity: 0.5;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding-left: 0.75em;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  content: "\f178";
  padding-right: 0.75em;
  font-family: "Font Awesome 7 Pro";
  color: white;
}

/* HERO */
.hero {
  padding: 2.5em 0 4em 0;
  color: white;
  border-radius: 0 0 2.8em 2.8em;
  background-color: #0e9093;
}
@media screen and (min-width: 576px) {
  .hero {
    padding: 3.5em 0 4.5em 0;
  }
}
@media screen and (min-width: 992px) {
  .hero {
    padding: 6em 0 7em 0;
  }
}
.hero.image-hero {
  margin: 0 0 3.5em 0;
}
@media screen and (min-width: 992px) {
  .hero.image-hero {
    margin: 0 0 3.5em 0;
  }
}
.hero .content h1 {
  margin: 0 0 0.35em 0;
}
.hero .content .btn {
  margin: 0.3em 0 0 0;
}
.hero .image {
  margin: 0 0 -7.5em 0;
}
@media screen and (min-width: 576px) {
  .hero .image {
    margin: 0 0 -8em 0;
  }
}
@media screen and (min-width: 992px) {
  .hero .image {
    height: calc(100% + 14em);
    margin: -3.5em 0 0 0;
    position: relative;
  }
}
.hero .image img {
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
  border-radius: 2.8em;
}
@media screen and (min-width: 992px) {
  .hero .image img {
    height: 100%;
    aspect-ratio: unset;
    position: absolute;
  }
}

.title-row {
  margin: 0 0 2.5em 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1em;
}
.title-row.title-row-sm {
  margin: 0 0 1.5em 0;
}

/* PAGE BLOCK */
.page-block-row {
  --bs-gutter-y: 2.5em;
}

.page-block {
  height: calc(100% - 1.85em);
  margin: 0 0 1.85em 0;
  position: relative;
  display: block;
  text-decoration: none;
  border-radius: 2.8em;
  background-color: #09373b;
}
.page-block.page-block-dark {
  color: white;
}
.page-block.page-block-light {
  background-color: #ebf5f5;
}
.page-block.page-block-light .btn-arrow {
  color: white;
}
.page-block .image {
  width: 100%;
  position: relative;
  aspect-ratio: 16/10;
  object-fit: cover;
  overflow: hidden;
  border-radius: 2.8em;
  transition: 0.5s cubic-bezier(0.3, 1, 0.3, 1);
}
.page-block .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-block .image:before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.2);
  transition: 0.5s cubic-bezier(0.3, 1, 0.3, 1);
}
.page-block .page-block-content {
  padding: 2em 2em 4em 1.5em;
  transition: 0.5s cubic-bezier(0.3, 1, 0.3, 1);
}
@media screen and (min-width: 768px) {
  .page-block .page-block-content {
    padding: 2.5em 4em 4.2em 2.5em;
  }
}
.page-block .page-block-content p {
  margin: 0;
}
.page-block .btn-arrow {
  position: absolute;
  right: 2.5rem;
  bottom: -1.85em;
  display: inline-flex;
  align-items: center;
  transition: 0.5s cubic-bezier(0.3, 1, 0.3, 1);
}
.page-block .btn-arrow .arrow {
  width: 3.7em;
  height: 3.7em;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #70ba6f;
  transition: 0.5s cubic-bezier(0.3, 1, 0.3, 1);
}
.page-block .btn-arrow .arrow i {
  font-size: 1.25em;
}
.page-block .btn-arrow .arrow.first {
  transform-origin: right;
}
.page-block .btn-arrow .arrow.second {
  margin-left: -3.7em;
  transform: scale(0);
  transform-origin: left;
  background-color: #70ba6f;
}
.page-block:hover .image, .page-block:hover .page-block-content {
  transform: translateY(-0.5em);
}
.page-block:hover .image:before {
  opacity: 1;
}
.page-block:hover .arrow.first {
  transform: scale(0);
}
.page-block:hover .arrow.second {
  transform: scale(1);
}

/* NEWS */
.news-block-wrapper {
  display: flex;
  flex-direction: column;
  gap: 2.5em 0;
}
@media screen and (min-width: 768px) {
  .news-block-wrapper {
    gap: 1.6em 0;
  }
}

.news-block {
  margin: 0 0 1.85em 0;
  position: relative;
  text-decoration: none;
  border-radius: 2.8em;
  background-color: #ebf5f5;
}
@media screen and (min-width: 768px) {
  .news-block {
    margin: 0;
    padding: 0 2.2em 0 0;
    display: flex;
    overflow: hidden;
  }
}
.news-block .image {
  aspect-ratio: 16/10;
  position: relative;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 2.8em;
}
@media screen and (min-width: 768px) {
  .news-block .image {
    width: 14em;
    border-radius: unset;
  }
}
.news-block .image img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
}
.news-block .image:before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.2);
  transition: 0.5s cubic-bezier(0.3, 1, 0.3, 1);
}
.news-block .news-block-content {
  width: 100%;
  padding: 2em 2em 4em 1.5em;
}
@media screen and (min-width: 768px) {
  .news-block .news-block-content {
    padding: 2.2em 3.5em 2.2em 2.2em;
  }
}
.news-block .news-block-content p {
  margin: 0;
}
.news-block .btn-arrow {
  position: absolute;
  right: 2.5rem;
  bottom: -1.85em;
  display: inline-flex;
  align-items: center;
  color: white;
  transition: 0.5s cubic-bezier(0.3, 1, 0.3, 1);
}
@media screen and (min-width: 768px) {
  .news-block .btn-arrow {
    position: relative;
    right: unset;
    bottom: unset;
  }
}
.news-block .btn-arrow .arrow {
  width: 3.7em;
  height: 3.7em;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #09373b;
  transition: 0.5s cubic-bezier(0.3, 1, 0.3, 1);
}
.news-block .btn-arrow .arrow i {
  font-size: 1.25em;
}
.news-block .btn-arrow .arrow.first {
  transform-origin: right;
}
.news-block .btn-arrow .arrow.second {
  margin-left: -3.7em;
  transform: scale(0);
  transform-origin: left;
  background-color: #70ba6f;
}
.news-block:hover .image:before {
  opacity: 1;
}
.news-block:hover .arrow.first {
  transform: scale(0);
}
.news-block:hover .arrow.second {
  transform: scale(1);
}

.news-date {
  margin: 0 0 1.7em 0;
  display: block;
  font-size: 1.125em;
  opacity: 0.5;
}

/* FAQ */
.faq-list {
  list-style-type: none;
  font-size: clamp(16px, 1vw, 19px);
}
.faq-list .faq-list-item button {
  width: 100%;
  padding: 0.6em 0 0.75em 0;
  display: flex;
  justify-content: space-between;
  gap: 0 1em;
  font-size: 1.125em;
  line-height: 1.6;
  text-align: left;
  color: #09373b;
  border: 0;
  border-bottom: 1px solid #70ba6f;
  background-color: unset;
}
.faq-list .faq-list-item button .icon {
  width: 0.9em;
  flex-shrink: 0;
  transition: 0.5s cubic-bezier(0.3, 1, 0.3, 1);
}
.faq-list .faq-list-item button .icon path {
  fill: #70ba6f;
}
@media screen and (min-width: 576px) {
  .faq-list .faq-list-item button .icon {
    width: 1.0625em;
  }
}
.faq-list .faq-list-item button:not(.collapsed) .icon {
  transform: rotate(-45deg);
}
.faq-list .faq-list-item .toggle-text .toggle-text-inner {
  padding: 1.3em 2em 1.9em 0;
}
.faq-list .faq-list-item .toggle-text ul li {
  padding: 0 0 0 0.65em;
  position: relative;
}
.faq-list .faq-list-item .toggle-text ul li:before {
  content: "";
  width: 0.3em;
  height: 0.3em;
  position: absolute;
  top: 0.6em;
  left: 0;
}
.faq-list.faq-list-large .faq-list-item button {
  width: 100%;
  padding: 0.95em 0 0.75em 0;
}

/* CTA BLOCK */
.cta-block {
  margin: 6em 0 0 0;
  padding: 0 clamp(2.5em, 6vw, 6em) 4em clamp(2.5em, 6vw, 6em);
  display: flex;
  flex-direction: column;
  gap: 1.5em 9em;
  text-align: center;
  color: white;
  border-radius: 2.8em;
  background-color: #70ba6f;
}
@media screen and (min-width: 1200px) {
  .cta-block {
    margin: 0;
    padding: 4em clamp(2.5em, 6vw, 6em);
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    text-align: left;
  }
}
.cta-block img {
  width: 12em;
  height: 12em;
  margin: -6em auto 0 auto;
  flex-shrink: 0;
  object-fit: cover;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (min-width: 1200px) {
  .cta-block img {
    width: 16em;
    height: 16em;
    margin: 0;
  }
}
.cta-block .btn-row {
  color: #09373b;
}
.cta-block .btn-primary:hover {
  background-color: #0e9093;
}
.cta-block .btn-link {
  color: #09373b;
}
.cta-block .btn-link:hover {
  border-color: #09373b;
}

/* TEAM */
.medewerker .image {
  aspect-ratio: 1/1;
}

.medewerker-contact {
  margin: 0;
}
.medewerker-contact a {
  text-decoration: none;
}

/* REVIEW SLIDER */
.slider-wrapper {
  position: relative;
}
@media screen and (min-width: 1200px) {
  .slider-wrapper:before, .slider-wrapper:after {
    content: "";
    width: 5em;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 2;
  }
}
.slider-wrapper:before {
  left: 0;
  background: linear-gradient(90deg, white 0%, rgba(255, 255, 255, 0) 100%);
}
.slider-wrapper:after {
  right: 0;
  background: linear-gradient(270deg, white 0%, rgba(255, 255, 255, 0) 100%);
}

.swiper-nav {
  margin: 2.5em 0 0 0;
  display: flex;
  gap: 0 0.8em;
}
@media screen and (min-width: 992px) {
  .swiper-nav {
    margin: 0;
  }
}
.swiper-nav button {
  width: 3.7em;
  height: 3.7em;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  border: 0;
  background-color: transparent;
  transition: 0.5s cubic-bezier(0.3, 1, 0.3, 1);
}
.swiper-nav button .arrow {
  width: 3.7em;
  height: 3.7em;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #70ba6f;
  transition: 0.5s cubic-bezier(0.3, 1, 0.3, 1);
}
.swiper-nav button .arrow i {
  font-size: 1.25em;
}
.swiper-nav button .arrow.first {
  transform-origin: right;
}
.swiper-nav button .arrow.second {
  margin-left: -3.7em;
  transform: scale(0);
  transform-origin: left;
  background-color: #70ba6f;
}
.swiper-nav button i {
  font-size: 1.25em;
}
.swiper-nav button:not(.swiper-button-disabled):hover .arrow.first {
  transform: scale(0);
}
.swiper-nav button:not(.swiper-button-disabled):hover .arrow.second {
  transform: scale(1);
}
.swiper-nav button.swiper-button-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.review-slider {
  overflow: visible;
}
.review-slider .swiper-slide {
  width: auto;
  display: inline-block;
}
.review-slider .review {
  width: 21em;
}
.review-slider .review .name {
  margin: 0 0 0.35em 0;
  display: block;
}
.review-slider .review p {
  margin: 0;
  font-size: 1.375em;
  font-weight: 600;
  line-height: 1.5;
  color: #70ba6f;
}
.review-slider img {
  width: 100%;
  aspect-ratio: 16/12;
  object-fit: cover;
  overflow: hidden;
}
@media screen and (min-width: 576px) {
  .review-slider img {
    aspect-ratio: 16/11;
  }
}

/* PHOTO SLIDER */
.photo-slider {
  overflow: visible;
}
.photo-slider .swiper-wrapper {
  transition-timing-function: linear !important;
}
.photo-slider .swiper-slide {
  width: auto;
  flex-shrink: 0;
}
.photo-slider img {
  height: 20em;
  border-radius: 2.8em;
}
@media screen and (min-width: 992px) {
  .photo-slider img {
    height: 40em;
  }
}

/* IMAGE GRID */
.image-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1em;
}
@media screen and (min-width: 576px) {
  .image-grid {
    gap: 1.6em;
  }
}
.image-grid img {
  width: 100%;
  border-radius: 2.8em;
}
.image-grid img:nth-child(2) {
  margin-top: 4em;
}
.image-grid img:nth-child(3) {
  margin-top: -4em;
}

.circle-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
}
.circle-grid img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 50%;
}
.circle-grid img:nth-child(2) {
  margin-top: 9em;
}
@media screen and (min-width: 576px) {
  .circle-grid img:nth-child(2) {
    margin-top: 12em;
  }
}
.circle-grid img:nth-child(3) {
  margin-top: 2em;
}

/* USP */
.usp-block {
  height: 100%;
  padding: 2.5em 2.2em 2.5em 2.2em;
  text-align: center;
  border-radius: 2.8em;
  background-color: #ebf5f5;
}
.usp-block i {
  margin: 0 0 0.8em 0;
  font-size: 1.8em;
}
.usp-block p {
  margin: 0;
}

/* PAGINATION */
.pagination {
  margin: 6em 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 0.5em;
}
.pagination .page-numbers:not(.prev):not(.next) {
  width: 3em;
  height: 3em;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #09373b;
  text-decoration: none;
  border-radius: 50%;
  background-color: #ebf5f5;
}
.pagination .page-numbers:not(.prev):not(.next):hover {
  color: white;
  background-color: #09373b;
}
.pagination .page-numbers:not(.prev):not(.next).current {
  color: white;
  background-color: #09373b;
}
.pagination .prev {
  margin-right: 1em;
}
.pagination .next {
  margin-left: 1em;
}

/* FORM */
.gform-theme--foundation .gform_fields {
  row-gap: 1.5em !important;
}

.gform_required_legend {
  display: none;
}

.gform-field-label {
  font-size: 1.125em !important;
}

input[type=text], input[type=email], textarea {
  padding: 1.3em 1em !important;
  font-size: 1.125em !important;
  border-color: #bebebe !important;
  border-radius: 0.3em !important;
  box-shadow: unset !important;
}
input[type=text]:focus, input[type=email]:focus, textarea:focus {
  border-color: #0e9093 !important;
  outline: unset !important;
}

.gform_button {
  margin-top: 0.5em !important;
  padding: 1em 1.5em !important;
  font-size: 1.125em !important;
  font-weight: 600 !important;
  border-radius: 2em !important;
  background-color: #70ba6f !important;
}
.gform_button:hover {
  background-color: #09373b !important;
}

/* CONTACT PAGE */
@media screen and (min-width: 992px) {
  .sidebar {
    margin: 0.5em 0 0 0;
  }
}
.sidebar a {
  text-decoration: none;
}

#map {
  margin-bottom: -3em;
  aspect-ratio: 1/1;
  z-index: -1;
  border-radius: 2.8em 2.8em 0 0;
}
@media screen and (min-width: 992px) {
  #map {
    aspect-ratio: 16/6;
  }
}

/* FOOTER */
footer {
  padding: 5em 0;
  color: white;
  border-radius: 2.8em 2.8em 0 0;
  background-color: #09373b;
}
@media screen and (min-width: 576px) {
  footer {
    padding: 6em 0;
  }
}
footer .logo {
  margin: 0 0 1.75em 0;
  display: inline-block;
}
footer .logo img {
  width: 15.2em;
}
footer .logo:hover {
  opacity: 0.85;
}
footer .footer-title {
  margin: 0 0 0.6em 0;
  display: block;
  font-size: 1.375em;
  font-weight: 600;
}
footer ul {
  line-height: 1.88;
}
footer a {
  text-decoration: none;
}
footer a:hover {
  opacity: 0.5;
}

.footerbar {
  text-align: center;
  color: white;
  background-color: #09373b;
}
@media screen and (min-width: 992px) {
  .footerbar {
    text-align: left;
  }
}
.footerbar .line {
  width: 100%;
  height: 1px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.footerbar .footerbar-inner {
  padding: 2.75em 0;
  display: flex;
  flex-direction: column;
  gap: 1em;
}
@media screen and (min-width: 992px) {
  .footerbar .footerbar-inner {
    flex-direction: row;
    justify-content: space-between;
  }
}
.footerbar .footerbar-inner .copy {
  font-size: 0.875em;
  opacity: 0.5;
}
.footerbar .footerbar-inner ul {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.4em 1.5em;
  font-size: 0.875em;
}
@media screen and (min-width: 992px) {
  .footerbar .footerbar-inner ul {
    flex-direction: row;
  }
}
.footerbar .footerbar-inner a {
  text-decoration: none;
}
.footerbar .footerbar-inner a:hover {
  opacity: 0.5;
}

/* SCREEN READER */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

/*# sourceMappingURL=style.css.map */
