/*
Theme Name: Wennebe
Theme URI: https://wennebe.nl
Author: Aafke Teunissen
Author URI: https://www.gaafdesign.nl
Description: This is a example theme made by GaafDesign.
Version: 1.0
Text Domain: Wennebe
*/
/* TODO: Fill in the correct information above */
/* TODO: Vervang de screenshot.png */
@font-face {
  font-family: "Amellian Gressida";
  src: url("/wp-content/themes/Gaafdesigntest/webfonts/Amellian-Gressida.woff2") format("woff2"), url("/wp-content/themes/Gaafdesigntest/webfonts/Amellian-Gressida.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: clip;
}

html {
  scroll-behavior: smooth;
}

body,
.platte-tekst {
  font-size: 0.97rem;
  line-height: 1.6;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  color: #103a3a;
  overflow-x: clip;
  background-color: #fcfaf6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*========================================================
  GENERAL
=========================================================*/
.bg-geel {
  background-color: #f3e8d5;
}

.bg-creme {
  background-color: #f7f4ed;
}

.bg-groen {
  background-color: #00a099;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(221, 195, 170, 0.4);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  text-align: center;
  z-index: 2;
}

.card-body {
  background-color: white;
  padding: 2rem 1.5rem 2rem 1.5rem;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.image-wrapper {
  width: 100%;
  height: 250px;
  overflow: hidden;
  border-top-left-radius: 15rem;
  border-top-right-radius: 15rem;
}
.image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.text-length-drie-zinnen {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.text-length-vier-zinnen {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.text-length-vijf-zinnen {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.text-length-zeven-zinnen {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.wave-top-beige {
  position: absolute;
  top: -34px;
  left: 0;
  width: 105%;
  z-index: 4;
  pointer-events: none;
}
@media (min-width: 576px) {
  .wave-top-beige {
    top: -40px;
  }
}
@media (min-width: 768px) {
  .wave-top-beige {
    top: -50px;
  }
}
@media (min-width: 992px) {
  .wave-top-beige {
    top: -80px;
  }
}
@media (min-width: 1200px) {
  .wave-top-beige {
    top: -90px;
  }
}
@media (min-width: 1400px) {
  .wave-top-beige {
    top: -130px;
  }
}
@media (min-width: 2000px) {
  .wave-top-beige {
    top: -150px;
  }
}

.lees-meer-link {
  margin-top: 1rem;
  font-size: 13px;
  font-weight: bold;
  text-decoration: underline;
  color: #103a3a;
  transition: color 0.3s ease;
}
.lees-meer-link:hover {
  color: #00a099;
}
.lees-meer-link a {
  color: #103a3a;
  transition: color 0.3s ease;
}
.lees-meer-link a:hover {
  color: #00a099;
}

.lees-meer-link-bg-green {
  margin-top: 1rem;
  font-size: 13px;
  font-weight: bold;
  text-decoration: underline;
}
.lees-meer-link-bg-green a {
  color: white;
  transition: color 0.3s ease;
}
.lees-meer-link-bg-green a:hover {
  color: #103a3a;
}

.sub-header {
  position: relative;
  overflow: hidden;
  height: 45vh;
}
@media (min-width: 768px) {
  .sub-header {
    height: 50vh;
  }
}
.sub-header .subheader-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.sub-header .subheader-media video,
.sub-header .subheader-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.sub-header .goldcircle-icon-banner,
.sub-header .container {
  position: relative;
  z-index: 2;
}
.sub-header::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
}

.goldcircle-icon-banner {
  overflow: hidden;
  position: absolute;
  width: 670px;
  bottom: -29rem;
  left: -30rem;
}
@media (min-width: 768px) {
  .goldcircle-icon-banner {
    bottom: -25rem;
    left: -25rem;
  }
}

.goldcircle-icon-banner-tarieven {
  overflow: hidden;
  position: absolute;
  width: 670px;
  bottom: -29rem;
  left: -30rem;
  z-index: 99;
}
@media (min-width: 768px) {
  .goldcircle-icon-banner-tarieven {
    bottom: -25rem;
    left: -25rem;
  }
}

.goldcircle-icon-section-review {
  overflow: hidden;
  position: absolute;
  width: 650px;
  bottom: -30rem;
  left: -20rem;
}

.goldcircle-icon-rechts {
  position: absolute;
  width: 650px;
  bottom: -18rem;
  right: -13rem;
}
@media (min-width: 768px) {
  .goldcircle-icon-rechts {
    z-index: -1;
  }
}
@media (min-width: 992px) {
  .goldcircle-icon-rechts {
    z-index: 0;
  }
}

.goldcircle-icon-rechts-boven {
  display: none;
}
@media (min-width: 768px) {
  .goldcircle-icon-rechts-boven {
    position: absolute;
    width: 650px;
    right: -23rem;
  }
}
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.rotating {
  animation: rotating 20s linear infinite;
}

.mobile-hero-section {
  display: none;
}
@media screen and (max-width: 800px) {
  .mobile-hero-section {
    display: block;
  }
  .mobile-hero-section .hero-image {
    height: 265px;
  }
}

.rotating_paardencoaching {
  animation: rotating 50s linear infinite;
}

/*========================================================
  SECTIONS
=========================================================*/
section {
  padding: 50px 0;
}
@media (min-width: 992px) {
  section {
    padding: 6.25rem 0;
  }
}
section.section-sm {
  padding: 2rem 0;
}

/*========================================================
  Typography
=========================================================*/
h1,
.h1 {
  font-family: "Amellian Gressida", sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 2px;
  font-size: 3rem;
  line-height: 55px;
  color: white;
}
@media screen and (min-width: 576px) {
  h1,
  .h1 {
    line-height: 60px;
  }
}
@media (min-width: 992px) {
  h1,
  .h1 {
    font-size: 4rem;
  }
}

h2 {
  font-family: "Bodoni 72";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  line-height: 1.1;
  margin: 0 0 0.9rem 0;
  font-size: 30px;
  line-height: 42px;
  color: #103a3a;
}
@media screen and (min-width: 576px) {
  h2 {
    font-size: 40px;
    line-height: 50px;
  }
}

h3 {
  font-family: "Bodoni 72";
  font-size: 25px;
}
@media (min-width: 576px) {
  h3 {
    font-size: 30px;
  }
}

h4,
.h4 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #103a3a;
}

.uppercase {
  text-transform: uppercase;
}

h5,
.h5 {
  font-size: 16px;
  font-weight: 600;
}

/*========================================================
  NAVBAR
=========================================================*/
.navbar .nav-link {
  display: flex;
  align-items: center;
  padding: 0.75rem 1rem;
  line-height: 1.2;
  color: black;
  border-bottom: 0;
  transition: 0.2s all ease;
}
@media (min-width: 576px) {
  .navbar .nav-link {
    color: white;
  }
}
.navbar .nav-link:hover, .navbar .nav-link:focus, .navbar .nav-link.active {
  color: #00a099;
}
.navbar .nav-link.dropdown-toggle::after {
  content: "\f107";
  font-family: "Font Awesome 6 Pro";
  margin-left: 0.35em;
  font-size: 1rem;
  font-weight: 400;
  border: 0;
  display: inline-block;
  position: relative;
  top: 2px;
}

.navbar {
  transition: 0.2s all ease;
  z-index: 9999;
  background-repeat: no-repeat;
  background-size: 100% 80px;
}
@media (max-width: 576px) {
  .navbar {
    background-color: #f7f4ed;
  }
}
@media (min-width: 576px) {
  .navbar {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  }
}
.navbar .navbar-brand-donker {
  display: none;
}
@media (min-width: 576px) {
  .navbar .nav-item {
    display: flex;
    align-items: center;
  }
}
.navbar .navbar-nav {
  margin-top: 20px;
  gap: 0.5rem;
  font-size: 17px !important;
  font-weight: 500 !important;
}
@media (min-width: 768px) {
  .navbar .navbar-nav {
    margin-top: 0;
    gap: 1.5rem;
  }
}

.navbar-brand img {
  background-size: cover;
  background-position: center;
  width: 230px;
  padding: 0;
}

.navbar-toggler {
  color: black;
}

.navbar-scrolled {
  background-color: #f7f4ed;
  background-image: none;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}
.navbar-scrolled .nav-link {
  color: black;
}
.navbar-scrolled .nav-link:hover, .navbar-scrolled .nav-link:focus, .navbar-scrolled .nav-link.active {
  color: #00a099;
}
.navbar-scrolled .navbar-brand-donker {
  display: block;
}
.navbar-scrolled .navbar-brand-wit {
  display: none;
}
.navbar-scrolled .navbar-toggler {
  color: black;
}

.dropdown-menu {
  margin-top: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.1098039216);
}
@media screen and (min-width: 992px) {
  .dropdown-menu {
    min-width: 20rem;
    padding: 1rem 0.8rem;
    margin-bottom: unset;
    border-bottom: 3px solid #00a099;
    border-left: 0;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  }
}
.dropdown-menu li a {
  padding: 11px 17px;
  font-size: 17px !important;
  transition: 0.2s all ease;
  color: black;
  background-color: #f3e8d5;
  margin-top: 5px;
}
@media screen and (min-width: 992px) {
  .dropdown-menu li a {
    padding: 14px 15px;
  }
}
.dropdown-menu li a:hover, .dropdown-menu li a:focus, .dropdown-menu li a.active {
  color: white !important;
  border-radius: 3px;
  background-color: #00a099;
}

.btn-afspraak-maken {
  background-color: #00a099;
  border: none;
  color: #fff;
  position: relative;
  z-index: 3;
}
.btn-afspraak-maken:hover, .btn-afspraak-maken:active, .btn-afspraak-maken:focus {
  border: none;
  background-color: black;
  color: white !important;
}

/*========================================================
    BUTTONS
=========================================================*/
.btn {
  font-weight: 700;
  border: none;
  border-radius: 300px;
  padding: 10px 25px;
  display: inline-block;
  font-size: 14px;
}

.btn-primary {
  background-color: #00a099;
  border: 1px solid #00a099;
  position: relative;
  z-index: 3;
  color: #fff;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  border: 1px solid white;
  color: #00a099 !important;
  background-color: white;
  transition: all 0.3s ease;
}
.btn-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.5) !important;
}

.btn-green {
  background-color: #00a099;
  border: 1px solid #00a099;
  position: relative;
  z-index: 3;
  color: #fff;
  transition: all 0.3s ease, transform 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.btn-green i {
  transition: transform 0.3s ease;
}
.btn-green:hover, .btn-green:active, .btn-green:focus {
  border: 1px solid black;
  color: white;
  background-color: black;
  transform: translateY(-2px);
}
.btn-green:hover i {
  transform: translateX(4px);
}
.btn-green:focus {
  transform: translateX(4px);
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.5) !important;
}

.btn-secondary {
  background-color: white;
  border: 1px solid white;
  position: relative;
  z-index: 3;
  color: #00a099;
  transition: all 0.3s ease, transform 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.btn-secondary i {
  transition: transform 0.3s ease;
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus {
  border: 1px solid black !important;
  background-color: black !important;
  transform: translateY(-2px);
}
.btn-secondary:hover i {
  transform: translateX(4px);
}
.btn-secondary:focus {
  transform: translateX(4px);
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.5) !important;
}

.btn-outline {
  border: 1px solid white;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  position: relative;
  z-index: 3;
  transition: all 0.3s ease;
}
.btn-outline:hover, .btn-outline:active, .btn-outline:focus {
  background-color: white;
  color: #00a099;
}

main button {
  font-size: var(--size);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  padding: 1em 2em;
  border-radius: 100px;
  border: 1px solid;
  color: white;
  position: relative;
  overflow: hidden;
  transition: color 0.4s ease;
  /* Now, the fun part :D */
}
main button:hover {
  color: white;
}
main button .btn-content {
  pointer-events: none;
  position: relative;
  z-index: 3;
}
main button .btn-cells {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: grid;
  grid-template-columns: repeat(10, 1fr); /* Make 5 columns for the spans */
  grid-auto-rows: 1fr; /*each line got the same height */
  overflow: hidden;
}
main button .btn-cells span {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
main button .btn-cells span:before {
  content: "";
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  background: #bad8cd;
  background-image: linear-gradient(to right, #bad8cd, color-mix(in srgb, #bad8cd, white 50%));
  transition: transform 0.4s ease;
  transform: scale(0);
  border-radius: 100px;
}
main button .btn-cells span:hover:before {
  transform: scale(12);
}
main button .btn-cells span:hover ~ :not(:hover) {
  pointer-events: none;
}

/*========================================================
  HOME - SECTION EEN HEADER
=========================================================*/
.section-home-header {
  padding: 8rem 0 5rem 0.8rem;
}
@media screen and (min-width: 576px) {
  .section-home-header {
    padding: 16rem 0 15rem 0;
  }
}
@media screen and (min-width: 768px) {
  .section-home-header {
    height: 100vh;
    padding: unset;
  }
}
.section-home-header .hero-content-wrapper {
  z-index: 6;
}
.section-home-header #section2 {
  scroll-behavior: smooth;
  z-index: 99;
  position: relative;
}
.section-home-header #section1 {
  scroll-behavior: smooth;
}
.section-home-header .demo a {
  display: none;
}
@media (min-width: 768px) {
  .section-home-header .demo a {
    position: absolute;
    bottom: 20px;
    left: 50%;
    z-index: 2;
    display: inline-block;
    transform: translate(0, -50%);
    text-decoration: none;
    transition: opacity 0.3s;
  }
  .section-home-header .demo a:hover {
    opacity: 0.5;
  }
}
.section-home-header #section03 a {
  padding-top: 60px;
}
.section-home-header #section03 a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 46px;
  height: 46px;
  margin-left: -23px;
  border: 1px solid #fff;
  border-radius: 100%;
  box-sizing: border-box;
}
.section-home-header #section03 a span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 16px;
  height: 16px;
  margin: -12px 0 0 -8px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
  box-sizing: border-box;
}
.section-home-header #section03 a span::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: "";
  width: 44px;
  height: 44px;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1);
  border-radius: 100%;
  opacity: 0;
  animation: sdb03 3s infinite;
  box-sizing: border-box;
}
@keyframes sdb03 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 60px rgba(255, 255, 255, 0.1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

/*========================================================
  HOME - SECTION TWEE INTRO - DIT BEN IK
=========================================================*/
.section-home-intro {
  padding: 3rem 0 !important;
  background-color: #f3e8d5;
}
@media (min-width: 768px) {
  .section-home-intro {
    padding: 6rem 0 2rem 0 !important;
  }
}
.section-home-intro .image-intro {
  width: 300px;
  height: 300px;
  background-size: cover;
  background-position: center;
  border-radius: 50% 50% 0 0;
  overflow: hidden;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .section-home-intro .image-intro {
    width: 336px;
    height: 440px;
    border-radius: 50%/40%;
  }
}
@media (min-width: 1024) {
  .section-home-intro .image-intro {
    margin-right: 10px;
    margin-left: 100px;
  }
}
.section-home-intro .image-intro img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 992px) {
  .section-home-intro .image-intro-wrapper {
    justify-content: flex-end !important;
    display: flex !important;
  }
}
@media (min-width: 768px) {
  .section-home-intro .content-intro-wrapper {
    padding-left: 10px;
  }
}
@media (min-width: 1200px) {
  .section-home-intro .content-intro-wrapper {
    padding-right: 200px;
  }
}
/*========================================================
   HOME - SECTION DRIE - DIENSTEN 
=========================================================*/
.section-home-diensten {
  padding: 3rem 0 0 0;
  background-color: #f7f4ed;
}
.section-home-diensten .diensten-card-wrapper a {
  text-decoration: none;
  color: #103a3a;
}
.section-home-diensten .diensten-card-wrapper a:hover {
  color: #00a099;
}
.section-home-diensten .diensten-card {
  border-radius: 1rem;
  overflow: hidden;
  margin-bottom: 2rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.section-home-diensten .diensten-card:hover {
  transform: translateY(-15px);
  color: #00a099;
}
.section-home-diensten .diensten-card .text-card {
  font-size: 0.9rem;
  color: #333;
  margin-top: 10px;
}

/*========================================================
   HOME - SECTION VIER - PAARDENCOACHING (DIENSTEN) 
=========================================================*/
/*========================================================
   EN 
=========================================================*/
/*========================================================
   ARCHIVE PAGINA DIENSTEN - PAARDENCOACHING 
=========================================================*/
.section-paardencoaching-archive-diensten {
  background-color: #00a099;
  background: linear-gradient(to bottom, #f3e8d5 0%, #f3e8d5 40%, #00a099 40%, #00a099 100%);
}

.section-paardencoaching-home {
  background-color: #00a099;
  background: linear-gradient(to bottom, #f7f4ed 0%, #f7f4ed 30%, #00a099 30%, #00a099 100%);
}

.section-paardencoaching-archive-diensten,
.section-paardencoaching-home {
  position: relative;
}
.section-paardencoaching-archive-diensten .circle-container,
.section-paardencoaching-home .circle-container {
  position: relative;
  margin: 0 auto;
  width: 300px;
  height: 300px;
}
@media (min-width: 768px) {
  .section-paardencoaching-archive-diensten .circle-container,
  .section-paardencoaching-home .circle-container {
    width: 350px;
    height: 350px;
  }
}
@media (min-width: 992px) {
  .section-paardencoaching-archive-diensten .circle-container,
  .section-paardencoaching-home .circle-container {
    width: 350px;
    height: 350px;
  }
}
.section-paardencoaching-archive-diensten .circle-image,
.section-paardencoaching-home .circle-image {
  position: absolute;
  top: 50%;
  left: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 245px;
  height: 245px;
}
@media (min-width: 768px) {
  .section-paardencoaching-archive-diensten .circle-image,
  .section-paardencoaching-home .circle-image {
    width: 290px;
    height: 290px;
  }
}
@media (min-width: 992px) {
  .section-paardencoaching-archive-diensten .circle-image,
  .section-paardencoaching-home .circle-image {
    width: 290px;
    height: 290px;
  }
}
.section-paardencoaching-archive-diensten .circle-text,
.section-paardencoaching-home .circle-text {
  width: 100%;
  height: 100%;
  transform: rotate(0deg);
  z-index: 1;
}

.goldcircle-icon-rechts-paardencoaching {
  position: absolute;
  width: 370px;
  bottom: -20rem;
  right: -15rem;
}
@media (min-width: 992px) {
  .goldcircle-icon-rechts-paardencoaching {
    width: 850px;
    bottom: -40rem;
    right: -53rem;
  }
}

/*========================================================
   HOME - SECTION VIJF - SLIDER AFBEELDING MET QUOTE 
=========================================================*/
.section-home-quote .quote-slider {
  overflow: hidden;
}
.section-home-quote .quote-slider .slider-item {
  position: relative;
  min-height: 350px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 576px) {
  .section-home-quote .quote-slider .slider-item {
    min-height: 350px;
  }
}
@media (min-width: 768px) {
  .section-home-quote .quote-slider .slider-item {
    min-height: 400px;
  }
}
@media (min-width: 1200px) {
  .section-home-quote .quote-slider .slider-item {
    min-height: 500px;
  }
}
@media (min-width: 1400px) {
  .section-home-quote .quote-slider .slider-item {
    min-height: 650px;
  }
}
.section-home-quote .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.35);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  text-align: center;
  z-index: 2;
}
.section-home-quote .quote-content {
  width: 300px;
}
@media (min-width: 576px) {
  .section-home-quote .quote-content {
    width: 400px;
  }
}
@media (min-width: 768px) {
  .section-home-quote .quote-content {
    width: 390px;
  }
}
@media (min-width: 1024px) {
  .section-home-quote .quote-content {
    width: 490px;
  }
}
@media (min-width: 1200px) {
  .section-home-quote .quote-content {
    width: 650px;
  }
}
@media (min-width: 1400px) {
  .section-home-quote .quote-content {
    width: 850px;
  }
}
.section-home-quote .owl-nav {
  display: none;
}
@media (min-width: 768px) {
  .section-home-quote .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    pointer-events: none;
    z-index: 3;
  }
  .section-home-quote .owl-nav button.owl-prev {
    margin-left: 100px;
  }
  .section-home-quote .owl-nav button.owl-next {
    margin-right: 100px;
  }
  .section-home-quote .owl-nav button.owl-prev,
  .section-home-quote .owl-nav button.owl-next {
    background: rgba(255, 255, 255, 0.25);
    border: 1px solid white;
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: auto;
    transition: background 0.3s ease;
  }
  .section-home-quote .owl-nav button.owl-prev:hover,
  .section-home-quote .owl-nav button.owl-next:hover {
    background: rgba(255, 255, 255, 0.6);
  }
}

/*========================================================
   HOME - SECTION ZES - TARIEVEN 
=========================================================*/
/*========================================================
   EN 
=========================================================*/
/*========================================================
   ARCHIVE PAGINA TARIEVEN EN ICON SLIDER
=========================================================*/
.section-tarieven {
  position: relative;
  padding: 1rem 0 3rem 0;
}
@media (min-width: 768px) {
  .section-tarieven {
    padding: 4rem 0 4rem 0;
  }
}
.section-tarieven .button-slider-wrapper {
  display: none;
}
@media (min-width: 768px) {
  .section-tarieven .button-slider-wrapper {
    display: block;
  }
}
.section-tarieven .tarieven-content {
  margin-bottom: 3rem;
}
.section-tarieven .card-body-tarieven {
  background-color: white;
  padding: 2rem 0 2rem 0;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
.section-tarieven .tarieven-card {
  background-color: white;
  border-radius: 20px;
  padding: 2rem 1.5rem 0 1.5rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
@media (min-width: 768px) {
  .section-tarieven .tarieven-card {
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  .section-tarieven .tarieven-card {
    margin-bottom: 0;
  }
}
.section-tarieven .tarieven-card:nth-child(3n) {
  margin-right: 0;
}
.section-tarieven .tarieven-card .prijs-wrapper {
  gap: 0.5rem;
  align-items: baseline;
  margin-bottom: 15px;
}
.section-tarieven .tarieven-card .prijs-wrapper strong {
  font-size: 1.5rem;
  font-weight: 600;
}
.section-tarieven .tarieven-card .prijs-wrapper span {
  font-size: 0.85rem;
}
.section-tarieven .tarieven-card .icon-wrapper {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-tarieven .tarieven-card .icon-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.section-tarieven .item {
  min-height: 220px;
}
.section-tarieven .carousel-container {
  width: 100%;
}
@media screen and (min-width: 576px) {
  .section-tarieven .carousel-container {
    max-width: calc(50% + 270px);
  }
}
@media screen and (min-width: 768px) {
  .section-tarieven .carousel-container {
    max-width: calc(50% + 360px);
  }
}
@media screen and (min-width: 992px) {
  .section-tarieven .carousel-container {
    max-width: calc(50% + 480px);
  }
}
@media screen and (min-width: 1200px) {
  .section-tarieven .carousel-container {
    max-width: calc(50% + 570px);
  }
}
@media screen and (min-width: 1400px) {
  .section-tarieven .carousel-container {
    max-width: calc(50% + 660px);
  }
}
.section-tarieven .carousel-container-right {
  margin-left: auto;
}
@media screen and (min-width: 576px) {
  .section-tarieven .carousel-container-right {
    margin-right: 0;
  }
}
.section-tarieven .content-slider-nav {
  border-radius: 2rem;
  border: 2px solid black;
  color: black;
}
.section-tarieven .content-slider-nav button {
  padding: 0.7rem 1.2rem;
  border: 0;
  background-color: unset;
  color: black;
}
.section-tarieven .content-slider-nav button i {
  transition: 0.2s all ease;
  color: black;
}
.section-tarieven .content-slider-nav button.content-slider-prev:hover i {
  transform: translateX(-0.2rem);
}
.section-tarieven .content-slider-nav button.content-slider-next:hover i {
  transform: translateX(0.2rem);
}

@media screen and (min-width: 992px) {
  .section-archive-tarieven-titel-en-tekst {
    padding: 3rem 0;
  }
}
@media screen and (min-width: 1200px) {
  .section-archive-tarieven-titel-en-tekst {
    padding: 3rem 0 5rem 0;
  }
}

.z-index-wave-top-beige {
  z-index: 999;
}

/*=================================================================
   SINGLE PAGE DIENSTEN - SECTION EEN HEADER
==================================================================*/
.section-single-diensten-header .main-wrapper {
  background-color: #fcfaf6;
}
@media screen and (min-width: 992px) {
  .section-single-diensten-header .main-wrapper {
    padding-left: 40px;
  }
}
@media screen and (min-width: 1400px) {
  .section-single-diensten-header .main-wrapper {
    padding-left: 0px;
  }
}
.section-single-diensten-header .image-intro-single-diensten {
  width: 300px;
  height: 320px;
  background-size: cover;
  background-position: center;
  border-radius: 15rem 15rem 1rem 1rem;
  overflow: hidden;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .section-single-diensten-header .image-intro-single-diensten {
    width: 400px;
    height: 440px;
    margin: unset;
  }
}
@media screen and (min-width: 992px) {
  .section-single-diensten-header .image-intro-single-diensten {
    height: 100%;
    min-height: 32rem;
  }
}
.section-single-diensten-header .goldcircle-icon-banner {
  overflow: hidden;
  position: absolute;
  width: 670px;
  right: 15rem;
  top: 50px;
}
@media (min-width: 768px) {
  .section-single-diensten-header .goldcircle-icon-banner {
    bottom: -15rem;
    top: unset;
  }
}
.section-single-diensten-header .goldcircle-icon-banner {
  z-index: -2;
}

/*=================================================================
   SINGLE PAGE DIENSTEN - SECTION TWEE - OVERIGE BEHANDELINGEN
==================================================================*/
.section-overige-behandelingen {
  position: relative;
  background-color: #f3e8d5;
  padding: 50px 0;
}
@media (min-width: 992px) {
  .section-overige-behandelingen {
    padding: 6.25rem 0;
  }
}
.section-overige-behandelingen.section-sm {
  padding: 2rem 0;
}
.section-overige-behandelingen .dienst-subtekst {
  font-size: 17px !important;
}
.section-overige-behandelingen .owl-item:nth-child(even) {
  margin-top: 50px;
}
.section-overige-behandelingen .titel-andere-behandelingen {
  position: relative;
  z-index: 5;
}
.section-overige-behandelingen .recent-dienst .recent-dienst-img {
  width: 100%;
  height: 375px;
  border-radius: 1rem;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.section-overige-behandelingen .recent-dienst .recent-dienst-img .recent-dienst-text {
  color: white !important;
  width: 90%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.section-overige-behandelingen .recent-dienst:nth-child(even) {
  margin-top: 50px;
}
.section-overige-behandelingen .btn-slider-prev {
  width: 3.5rem;
  height: 3.5rem;
  top: calc(40% - 2rem);
  left: 5px;
  position: absolute;
  z-index: 4;
  border: 0;
  background-color: #00a099;
}
@media (min-width: 576px) {
  .section-overige-behandelingen .btn-slider-prev {
    top: calc(50% - 2rem);
    left: -25px;
  }
}
.section-overige-behandelingen .btn-slider-prev:hover {
  background-color: black;
}
.section-overige-behandelingen .btn-slider-prev.diensten-slider-prev {
  top: calc(50% - 1rem);
}
.section-overige-behandelingen .btn-slider-next {
  width: 3.5rem;
  height: 3.5rem;
  top: calc(40% - 2rem);
  right: -5px;
  position: absolute;
  z-index: 4;
  border: 0;
  background-color: #00a099;
}
@media (min-width: 576px) {
  .section-overige-behandelingen .btn-slider-next {
    top: calc(50% - 2rem);
    right: -25px;
  }
}
.section-overige-behandelingen .btn-slider-next:hover {
  background-color: black;
}
.section-overige-behandelingen .btn-slider-next.diensten-slider-next {
  top: calc(50% - 1rem);
}

/*=================================================================
   ARICHIVE DIENSTEN - TITEL EN TEKST
==================================================================*/
/*=================================================================
   ARICHIVE DIENSTEN - ALLE DIENSTEN
==================================================================*/
.section-archive-diensten-alle-diensten {
  position: relative;
}
.section-archive-diensten-alle-diensten a {
  text-decoration: none;
}
.section-archive-diensten-alle-diensten .card-body {
  background-color: white;
  color: black;
}
.section-archive-diensten-alle-diensten .btn-lees-verder {
  color: #00a099;
}

/*========================================================
   REVIEWS 
=========================================================*/
.section-reviews {
  overflow-y: hidden;
  background-color: #f7f4ed;
}
@media (min-width: 768px) {
  .section-reviews {
    padding: 1rem 0 3rem 0;
  }
}
@media (min-width: 1200px) {
  .section-reviews {
    padding: 2rem 0 4rem 0;
  }
}
.section-reviews .reviews-slider {
  text-align: center;
}
.section-reviews .review-slide blockquote {
  max-width: 350px;
  margin: 0 auto 20px;
}
@media (min-width: 576px) {
  .section-reviews .review-slide blockquote {
    max-width: 500px;
  }
}
@media (min-width: 768px) {
  .section-reviews .review-slide blockquote {
    max-width: 700px;
  }
}
.section-reviews .wrapper-afbeelding-ster {
  width: 200px;
}
.section-reviews .stars {
  margin-bottom: 20px;
}
.section-reviews .star {
  font-size: 24px;
  color: #e0e0e0;
}
.section-reviews .star.filled {
  color: #f7c948;
}
.section-reviews .owl-nav button.owl-prev,
.section-reviews .owl-nav button.owl-next {
  background: #00a099;
  border: 1px solid white;
  color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 1.5rem;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
  transition: background 0.3s ease;
}
.section-reviews .owl-nav button.owl-prev:hover,
.section-reviews .owl-nav button.owl-next:hover {
  background: rgba(0, 160, 153, 0.6);
}
.section-reviews .owl-nav button.owl-prev {
  margin-right: 10px;
}
@media (min-width: 1200px) {
  .section-reviews .owl-nav {
    display: flex;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    justify-content: space-between;
    transform: translateY(-50%);
    pointer-events: none;
    z-index: 3;
  }
  .section-reviews .owl-nav button.owl-prev {
    margin-left: 100px;
  }
  .section-reviews .owl-nav button.owl-next {
    margin-right: 100px;
  }
}

@media (min-width: 768px) {
  .padding-top-reviews-over-ons {
    padding-top: 100px;
  }
}

.padding-top-reviews-tarieven {
  padding-top: 50px;
}
@media (min-width: 992px) {
  .padding-top-reviews-tarieven {
    padding-top: 30px;
  }
}

/*========================================================
   CTA - CALL TO ACTION 
=========================================================*/
.section-cta {
  background-color: #00a099;
}

.btn-cta-white {
  background-color: white;
  border: 2px solid white;
  position: relative;
  z-index: 3;
  color: #00a099;
}
@media (min-width: 394px) {
  .btn-cta-white {
    margin-bottom: 0px;
  }
}
.btn-cta-white:hover, .btn-cta-white:active, .btn-cta-white:focus {
  background-color: black !important;
  border: 2px solid black !important;
  color: white !important;
  transition: all 0.3s ease;
}
.btn-cta-white:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.5) !important;
}

.btn-cta-transparant {
  border: 1px solid white;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  position: relative;
  z-index: 3;
  transition: all 0.3s ease;
}
.btn-cta-transparant:hover, .btn-cta-transparant:active, .btn-cta-transparant:focus {
  background: rgba(255, 255, 255, 0.6);
  color: #00a099;
}

/*========================================================
    FOOTER
=========================================================*/
footer {
  padding: 4rem 0 0 0;
  overflow: visible;
}
@media screen and (min-width: 576px) {
  footer {
    padding: 5rem 0 0 0;
  }
}
footer ul {
  padding-left: 0;
}
footer ul li {
  list-style: none;
}
footer .contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 0.5rem;
}
footer .contact-list li i {
  font-size: 1rem;
  color: #1e9e9d;
  flex-shrink: 0;
  margin-top: 0.15rem;
}
footer .contact-list li a {
  color: inherit;
  text-decoration: none;
}
footer .contact-list li a:hover {
  color: #00a099;
}
footer .address-text {
  display: block;
  margin-left: 0.1rem;
}
footer .social-icon {
  width: 32px;
  height: 32px;
  border: 2px solid #1e9e9d;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #1e9e9d;
  text-decoration: none;
  font-size: 16px;
  transition: all 0.3s ease;
}
footer .social-icon:hover {
  background-color: #1e9e9d;
  color: #fff;
}
footer .logo {
  width: 12rem;
  max-width: 100%;
}
footer a {
  color: inherit;
  text-decoration: none;
}
footer a:hover {
  color: #00a099;
}
footer .footer-card {
  position: relative;
  z-index: 2;
  border-radius: 1rem;
  overflow: hidden;
  margin-bottom: 2rem;
  transition: all 0.3s ease;
}
footer .footer-card .image-wrapper {
  width: 100%;
  height: 250px;
  overflow: hidden;
  border-top-left-radius: 15rem;
  border-top-right-radius: 15rem;
}
footer .footer-card .image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-bottom: 1px solid #eee;
}
footer .totop {
  display: none;
}
@media screen and (min-width: 992px) {
  footer .totop {
    display: block;
    position: relative;
    z-index: 1;
    margin: -17.5rem 0 2rem 0;
  }
}
footer .footerbar-bottom {
  margin: 2rem 0 0 0;
  padding: 1.9rem 0;
  border-top: 1px solid #b8b8b8;
}
@media (min-width: 768px) {
  footer .footerbar-bottom {
    text-align: center;
  }
}
@media screen and (min-width: 992px) {
  footer .footerbar-bottom {
    margin: 5rem 0 0 0;
  }
}
footer .footerbar-bottom ul {
  padding-left: 0;
  font-size: 14px;
}
@media (min-width: 768px) {
  footer .footerbar-bottom ul li:not(:first-child) {
    margin-left: 1rem;
  }
  footer .footerbar-bottom ul li:not(:last-child) {
    margin-right: 1rem;
  }
}
footer .footerbar {
  padding: 1.3rem 0;
  color: #103a3a;
}
footer .footerbar ul li:not(:last-child) {
  margin-right: 0.7rem;
}
@media screen and (min-width: 992px) {
  footer .footerbar ul li:not(:last-child) {
    margin-right: 1.4rem;
  }
}
footer .footerbar a {
  color: #103a3a;
  text-decoration: none;
}
footer .footerbar a:hover {
  color: #00a099;
}
footer .footerbar .list-inline-item-realisatie {
  padding-top: 3px;
}
@media (min-width: 450px) {
  footer .footerbar .list-inline-item-realisatie {
    padding-top: 0px;
  }
}
footer .footer-decoratie {
  display: none;
}
@media (min-width: 1200px) {
  footer .footer-decoratie {
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: -1;
    pointer-events: none;
  }
  footer .footer-decoratie img {
    width: 100%;
    max-height: none;
    -o-object-fit: contain;
       object-fit: contain;
    display: block;
  }
}

.footer-decoratie {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  pointer-events: none;
}
.footer-decoratie img {
  width: 100%;
  max-height: none;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

/*========================================================
   OVER ONS PAGINA - HEADER
=========================================================*/
.section-over-ons-header {
  overflow-x: clip;
  padding: 3rem 0 4rem 0;
}
.section-over-ons-header .slanted-title {
  font-size: 55px !important;
  transform-origin: left center;
  display: inline-block;
  color: #fff;
  margin-bottom: 1rem;
  position: relative;
}
.section-over-ons-header .h1-margin-top-mobiel {
  margin-top: 30px;
}
.section-over-ons-header .content-intro-subpagina-wrapper {
  z-index: 7;
}
.section-over-ons-header .image-intro-subpagina-wrapper {
  z-index: 6;
  margin-top: 70px;
}
@media (min-width: 768px) {
  .section-over-ons-header .image-intro-subpagina-wrapper {
    margin-top: 10px;
    position: relative;
    display: flex;
    justify-self: left;
  }
}
@media (min-width: 992px) {
  .section-over-ons-header .image-intro-subpagina-wrapper {
    justify-self: normal;
    bottom: -50px;
  }
}
.section-over-ons-header .image-intro-subpagina {
  width: 300px;
  height: 320px;
  background-size: cover;
  background-position: center;
  border-radius: 15rem 15rem 1rem 1rem;
  overflow: hidden;
  margin: auto;
}
@media (min-width: 768px) {
  .section-over-ons-header .image-intro-subpagina {
    width: 336px;
    height: 440px;
    margin-right: 20px;
  }
}

/*========================================================
   OVER ONS PAGINA - TEKSTBLOK MET AFBEELDING
=========================================================*/
.section-tekstblok-met-afbeelding {
  padding: 25px 0;
}
@media (min-width: 992px) {
  .section-tekstblok-met-afbeelding {
    padding: 5px 0;
  }
}
.section-tekstblok-met-afbeelding .tekstblok-met-afbeelding-links {
  padding-right: 3rem;
}
.section-tekstblok-met-afbeelding .tekstblok-met-afbeelding-links img {
  max-height: 100%;
  border-radius: 1rem;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .section-tekstblok-met-afbeelding .mobiele-versie figure {
    min-height: 20rem;
  }
}
.section-tekstblok-met-afbeelding .mobiele-versie .tekstblok-met-afbeelding-img img {
  max-height: 100%;
  border-radius: 1rem;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .section-tekstblok-met-afbeelding .mobiele-versie {
    display: none;
  }
}
.section-tekstblok-met-afbeelding .desktop-versie {
  display: none;
}
@media (min-width: 768px) {
  .section-tekstblok-met-afbeelding .desktop-versie {
    display: block;
  }
  .section-tekstblok-met-afbeelding .desktop-versie .row.g-0 {
    display: flex;
    align-items: center;
  }
  .section-tekstblok-met-afbeelding .desktop-versie .tekstblok-met-afbeelding-img {
    height: 23rem;
    position: relative;
    z-index: 9;
  }
  .section-tekstblok-met-afbeelding .desktop-versie .tekstblok-met-afbeelding-img img {
    max-height: 100%;
    border-radius: 1rem 0 0 1rem;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: auto;
  }
  .section-tekstblok-met-afbeelding .desktop-versie .tekstblok-met-afbeelding-text {
    padding: 0 12px;
  }
}
@media (min-width: 768px) and (min-width: 576px) {
  .section-tekstblok-met-afbeelding .desktop-versie .tekstblok-met-afbeelding-text {
    padding: 3rem;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .section-tekstblok-met-afbeelding .desktop-versie .tekstblok-met-afbeelding-text {
    padding: 7rem 4rem 7rem 5rem;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .section-tekstblok-met-afbeelding .desktop-versie .tekstblok-met-afbeelding-text {
    padding: 5rem 9rem 7rem 14rem;
  }
}
@media (min-width: 768px) and (min-width: 1400px) {
  .section-tekstblok-met-afbeelding .desktop-versie .tekstblok-met-afbeelding-text {
    padding: 6rem 11rem 7rem 14rem;
  }
}

/*========================================================
   OVER ONS PAGINA - AFBEELDING MET TEKSTBLOKKEN (mijn stijl)
=========================================================*/
.section-afbeelding-met-tekstblokken {
  background-color: #f7f4ed;
}
.section-afbeelding-met-tekstblokken .goldcircle-icon-rechts {
  display: none;
}
@media (min-width: 768px) {
  .section-afbeelding-met-tekstblokken .goldcircle-icon-rechts {
    display: block;
  }
}
.section-afbeelding-met-tekstblokken .row.g-0 {
  display: flex;
  align-items: center;
}
.section-afbeelding-met-tekstblokken .afbeeling-met-tekstblokken-text {
  padding: 1rem 12px;
}
@media (min-width: 576px) {
  .section-afbeelding-met-tekstblokken .afbeeling-met-tekstblokken-text {
    padding: 3rem;
  }
}
@media (min-width: 768px) {
  .section-afbeelding-met-tekstblokken .afbeeling-met-tekstblokken-text {
    padding: 1rem 7rem 7rem 5rem;
  }
}
@media (min-width: 992px) {
  .section-afbeelding-met-tekstblokken .afbeeling-met-tekstblokken-text {
    padding: 3rem 7rem 3rem 5rem;
  }
}
@media (min-width: 1200px) {
  .section-afbeelding-met-tekstblokken .afbeeling-met-tekstblokken-text {
    padding: 4rem 7rem 4rem 5rem;
  }
}
@media (min-width: 1400px) {
  .section-afbeelding-met-tekstblokken .afbeeling-met-tekstblokken-text {
    padding: 7rem 7rem 7rem 5rem;
  }
}
.section-afbeelding-met-tekstblokken .afbeeling-met-tekstblokken-text h2 {
  margin-bottom: 2rem;
}
.section-afbeelding-met-tekstblokken .afbeeling-met-tekstblokken-text .tekst-blokken {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 768px) {
  .section-afbeelding-met-tekstblokken .afbeeling-met-tekstblokken-text .tekst-blokken {
    gap: 1.5rem;
  }
}
.section-afbeelding-met-tekstblokken .afbeeling-met-tekstblokken-text .tekst-blokken .tekst-blok {
  position: relative;
  display: flex;
  align-items: center;
  background-color: #ffffff;
  padding: 1rem;
  border-radius: 1rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
  transition: transform 0.2s ease;
}
@media (min-width: 768px) {
  .section-afbeelding-met-tekstblokken .afbeeling-met-tekstblokken-text .tekst-blokken .tekst-blok {
    padding: 1.5rem 1.5rem 1.5rem 3rem;
  }
}
.section-afbeelding-met-tekstblokken .afbeeling-met-tekstblokken-text .tekst-blokken .tekst-blok:hover {
  transform: translateY(-2px);
}
.section-afbeelding-met-tekstblokken .afbeeling-met-tekstblokken-text .tekst-blokken .tekst-blok .icoon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #dac2a8;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-right: 1rem;
}
@media (min-width: 768px) {
  .section-afbeelding-met-tekstblokken .afbeeling-met-tekstblokken-text .tekst-blokken .tekst-blok .icoon {
    position: absolute;
    left: -25px;
  }
}
.section-afbeelding-met-tekstblokken .afbeeling-met-tekstblokken-text .tekst-blokken .tekst-blok .icoon img {
  width: 32px;
  height: 32px;
  -o-object-fit: contain;
     object-fit: contain;
}
.section-afbeelding-met-tekstblokken .afbeeling-met-tekstblokken-text .tekst-blokken .tekst-blok p {
  margin-bottom: 0;
  color: #1e3b36;
  font-weight: 500;
}
.section-afbeelding-met-tekstblokken .afbeelding-met-tekstblokken-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30vh;
}
@media (min-width: 768px) {
  .section-afbeelding-met-tekstblokken .afbeelding-met-tekstblokken-img {
    height: 23rem;
  }
}
.section-afbeelding-met-tekstblokken .afbeelding-met-tekstblokken-img img,
.section-afbeelding-met-tekstblokken .afbeelding-met-tekstblokken-img video {
  border-radius: 0 1rem 1rem 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 100%;
  display: block;
}

/*========================================================
   OVER ONS PAGINA - TEKSTSLIDER
=========================================================*/
.section-tekstslider {
  position: relative;
  overflow: hidden;
}
.section-tekstslider .marquee-link {
  display: block;
  text-decoration: none;
  z-index: 2;
  position: relative;
  padding: 50px 0;
}
.section-tekstslider .marquee-wrapper {
  overflow: hidden;
  white-space: nowrap;
}
.section-tekstslider .marquee-track {
  display: inline-block;
  animation: marquee-scroll 45s linear infinite;
  white-space: nowrap;
}
.section-tekstslider .text-in-slider {
  display: inline-block;
  font-family: "Bodoni 72";
  letter-spacing: 0.05em;
  font-size: 50px;
  font-weight: 600;
  color: #f7f4ed;
  padding-right: 5rem;
}
@media (min-width: 768px) {
  .section-tekstslider .text-in-slider {
    font-size: 70px;
  }
}
.section-tekstslider .parallax-block {
  height: 25vh;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .section-tekstslider .parallax-block {
    height: 300px;
  }
}
@media (min-width: 992px) {
  .section-tekstslider .parallax-block {
    height: 400px;
  }
}

@keyframes marquee-scroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
/*========================================================
   CONTACT PAGINA - HEADER
=========================================================*/
/* ======================================
   CONTACT PAGINA - HEADER
====================================== */
.section-afspraak-maken-header .content-intro-afspraak-maken-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%; /* of een vaste hoogte als dat nodig is */
  position: relative;
  z-index: 7;
  margin-top: 25px;
}
@media (min-width: 576px) {
  .section-afspraak-maken-header .content-intro-afspraak-maken-wrapper {
    margin-top: 0;
  }
}

.sub-header-contact {
  position: relative;
  overflow: hidden;
  height: 470px;
}
@media (min-width: 768px) {
  .sub-header-contact {
    height: 50vh;
  }
}
.sub-header-contact .subheader-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.sub-header-contact .subheader-media video,
.sub-header-contact .subheader-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.sub-header-contact::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
}

/* ======================================
   CONTACT PAGINA - NINJA FORMULIER
====================================== */
.section-afspraak-maken-formulier .contact-list {
  color: white;
}
.section-afspraak-maken-formulier .contact-list a {
  text-decoration: none;
  color: white;
}
.section-afspraak-maken-formulier .contact-list a:hover {
  color: black;
}
.section-afspraak-maken-formulier .afspraak-image {
  border-radius: 50% 50% 0 0;
  overflow: hidden;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  margin-bottom: 50px;
}
@media (min-width: 576px) {
  .section-afspraak-maken-formulier .afspraak-image {
    margin-bottom: 0;
  }
}
@media (min-width: 1024) {
  .section-afspraak-maken-formulier .afspraak-image {
    margin-right: 10px;
    margin-left: 100px;
  }
}
.section-afspraak-maken-formulier .afspraak-image img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-afspraak-maken-formulier .afspraak-image .contact-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem;
  background: rgba(0, 0, 0, 0.2);
  color: #103a3a;
  font-size: 0.95rem;
  text-align: center;
}
.section-afspraak-maken-formulier .nf-form-title,
.section-afspraak-maken-formulier .nf-form-fields-required,
.section-afspraak-maken-formulier .ninja-forms-req-symbol {
  display: none;
}
.section-afspraak-maken-formulier .nf-field-container {
  margin-bottom: 12px;
}
.section-afspraak-maken-formulier .nf-form-content input[type=text],
.section-afspraak-maken-formulier .nf-form-content input[type=email],
.section-afspraak-maken-formulier .nf-form-content input[type=tel],
.section-afspraak-maken-formulier .nf-form-content textarea {
  width: 100%;
  padding: 0.8rem;
  border-radius: 1rem;
  border: none;
  font-family: inherit;
  font-size: 0.9rem;
  background-color: #fefaf3;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03);
}
.section-afspraak-maken-formulier .nf-form-content select {
  width: 100%;
  padding: 1rem;
  padding-right: 2.5rem;
  border-radius: 1rem;
  border: none;
  font-family: inherit;
  font-size: 0.9rem;
  background-color: #fefaf3;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 140 140' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='30,55 70,95 110,55' fill='none' stroke='%23666' stroke-width='14' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1rem;
}
.section-afspraak-maken-formulier .nf-form-content select {
  padding-right: 2.5rem;
  color: #333;
}
.section-afspraak-maken-formulier .nf-form-content select option[disabled] {
  color: #999;
}
.section-afspraak-maken-formulier .nf-field-label .nf-label-span,
.section-afspraak-maken-formulier .nf-field-label label {
  display: none;
}
.section-afspraak-maken-formulier #nf-field-4 {
  background-color: #009688;
  color: white;
  border: none;
  border-radius: 2rem;
  padding: 0.75rem 2rem;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.section-afspraak-maken-formulier #nf-field-4:hover, .section-afspraak-maken-formulier #nf-field-4:active, .section-afspraak-maken-formulier #nf-field-4:focus {
  background-color: black;
  color: white;
}
.section-afspraak-maken-formulier .nf-error,
.section-afspraak-maken-formulier .nf-error-msg {
  color: red;
  font-size: 0.9rem;
  margin-top: 0.25rem;
}

/* ======================================
   404 PAGINA - PAGINA NIET GEVONDEN
====================================== *//*# sourceMappingURL=style.css.map */