@charset "UTF-8";
/*
Theme Name: Flitskast.nl
Theme URI: https://flitskast.nl
Author: Pixel Creation
Author URI: https://www.pixelcreation.nl/
Description: Gemaakt door Pixel Creation
Version: 1.0
Text Domain: flitskast
*/
@font-face {
  font-family: "Poppins";
  src: url("webfonts/Poppins-Bold.woff2") format("woff2"), url("webfonts/Poppins-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("webfonts/Poppins-SemiBold.woff2") format("woff2"), url("webfonts/Poppins-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("webfonts/Poppins-Medium.woff2") format("woff2"), url("webfonts/Poppins-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("webfonts/Poppins-Regular.woff2") format("woff2"), url("webfonts/Poppins-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* Typography */
/* Colors */
/* Colors * Flitskast */
html {
  overflow-x: hidden;
}
@media screen and (max-width: 767.98px) {
  html {
    font-size: 0.95rem;
  }
}
@media screen and (max-width: 575.98px) {
  html {
    font-size: 0.88rem;
  }
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  color: #3a3a3a;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: white;
}

/* MAIN */
::selection {
  color: black;
  background: #e9f1f8;
}

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;
}

.witruimte {
  height: 6rem;
}

/* 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;
}

:focus-visible {
  box-shadow: 0 0 0 0.25rem white !important;
  outline: 0.375rem double black !important;
  border-radius: 0.125rem;
}

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

.h0 {
  font-size: 3.2rem;
}
@media screen and (min-width: 576px) {
  .h0 {
    font-size: 3.75rem;
  }
}

h1, .h1 {
  font-size: 3rem;
  line-height: 1.1;
}
@media screen and (min-width: 576px) {
  h1, .h1 {
    font-size: 3.125rem;
  }
}

h2, .h2 {
  font-size: 2.3rem;
  line-height: 1.1;
}
@media screen and (min-width: 576px) {
  h2, .h2 {
    font-size: 2.6rem;
  }
}

h3, .h3 {
  font-size: 1.875rem;
  line-height: 1.1;
}

h4, .h4 {
  font-size: 1.43rem;
}

p {
  line-height: 1.7;
}

a {
  color: inherit;
}

.p-last-child p:last-child {
  margin-bottom: 0;
}

.font-size-large {
  font-size: 1.25rem;
}

.sectie-titel {
  margin-bottom: 3rem;
}

main, .main {
  display: flex;
  flex-direction: column;
}
main .intro p, .main .intro p {
  font-size: 1.35rem;
}
main h2, .main h2 {
  margin-top: 1rem;
  margin-bottom: 1.25rem;
  font-size: 2.1rem;
}
main h3, .main h3 {
  font-size: 1.4rem;
}
main h3, main h4, main h5, main h6, .main h3, .main h4, .main h5, .main h6 {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
main p, main ul, main ol, .main p, .main ul, .main ol {
  margin-bottom: 1.5rem;
}
main ul, main ol, .main ul, .main ol {
  padding-left: 1.05rem;
}
main time, .main time {
  margin-bottom: 1.7rem;
  display: block;
  color: #57636c;
  font-style: italic;
}
main figure, .main figure {
  margin: 1.5rem 0 2.5rem 0;
}
main figure img, .main figure img {
  border-radius: 1.5rem;
}
main figure figcaption, .main figure figcaption {
  margin: 1.2rem 0 0 0 !important;
  font-size: 1rem;
  font-style: italic;
}

.page-content h1, .page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6 {
  margin: 0 0 1.5rem 0;
}
.page-content h2:has(+ h3) {
  margin-bottom: 0.6rem;
}
.page-content h3 {
  font-weight: 500;
}
.page-content p, .page-content ul, .page-content ol {
  margin: 0 0 1.5rem 0;
}
.page-content p:has(+ ul) {
  margin-bottom: 0.25rem;
}
.page-content p:has(+ .btn-row), .page-content ul:has(+ .btn-row), .page-content ol:has(+ .btn-row) {
  margin-bottom: 2rem;
}
.page-content ul {
  display: flex;
  flex-direction: column;
  gap: 0.25rem 0;
  list-style-type: none;
}
.page-content ul li {
  padding: 0 0 0 1.4rem;
  position: relative;
}
.page-content ul li:before {
  content: "\f111";
  font-family: "Font Awesome 7 Pro";
  font-size: 0.6rem;
  font-weight: 400;
  position: absolute;
  top: 0.35rem;
  left: 0.05rem;
}
@media screen and (min-width: 992px) {
  .page-content .two-column {
    column-count: 2;
    column-gap: 3.5rem;
  }
}

.two-column-layout figure {
  margin-bottom: 2.5rem;
  aspect-ratio: 16/9;
  border-radius: 0.5rem;
  overflow: hidden;
}
@media screen and (min-width: 1200px) {
  .two-column-layout figure {
    height: 100%;
    margin-bottom: 0;
    aspect-ratio: unset;
  }
}
@media screen and (min-width: 1200px) {
  .two-column-layout figure.left {
    margin-right: 2.85rem;
  }
}
@media screen and (min-width: 1200px) {
  .two-column-layout figure.right {
    margin-left: 2.85rem;
  }
}
.two-column-layout figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 1200px) {
  .two-column-layout .page-content {
    padding: 4rem 0;
  }
}

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

.bg-light-blue {
  background-color: #ddeaf5;
}

.bg-green {
  background-color: #072418;
}

.bg-light-green {
  background-color: #46a27e;
}

.bg-lighter-green {
  background-color: #affddc;
}

.bg-white {
  background-color: white;
}

.bg-beige {
  background-color: #fef7eb;
}

.text-yellow {
  color: #ffb902;
}

.text-light-blue {
  color: #ddeaf5;
}

/* BUTTONS */
.btn, #offerte_aanvragen {
  padding: 0.6rem 1.6rem;
  font-size: 1rem;
  font-weight: 600;
  white-space: nowrap;
  border-width: 2px;
  border-radius: 0.3125rem;
  transition: 0.3s all cubic-bezier(0.7, 0, 0.2, 1);
}
.btn.btn-primary, #offerte_aanvragen.btn-primary {
  color: white;
  border-color: #c1262b;
  background-color: #c1262b;
}
.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus-visible, #offerte_aanvragen.btn-primary:hover, #offerte_aanvragen.btn-primary:active, #offerte_aanvragen.btn-primary:focus-visible {
  border-color: #9f1f23;
  background-color: #9f1f23;
}
.btn.btn-secondary, #offerte_aanvragen.btn-secondary {
  color: white;
  border-color: white;
  background-color: transparent;
}
.btn.btn-secondary:hover, .btn.btn-secondary:focus-visible, .btn.btn-secondary.active, #offerte_aanvragen.btn-secondary:hover, #offerte_aanvragen.btn-secondary:focus-visible, #offerte_aanvragen.btn-secondary.active {
  color: #3a3a3a;
  background-color: white;
}
.btn.btn-filter, #offerte_aanvragen.btn-filter {
  color: #0d6eca;
  border-color: #0d6eca;
  background-color: transparent;
}
.btn.btn-filter:hover, .btn.btn-filter:focus-visible, .btn.btn-filter.active, #offerte_aanvragen.btn-filter:hover, #offerte_aanvragen.btn-filter:focus-visible, #offerte_aanvragen.btn-filter.active {
  color: white;
  background-color: #0d6eca;
}
.btn.btn-link, #offerte_aanvragen.btn-link {
  padding: 0;
  color: #abb5b1;
}
.btn.btn-link:hover, #offerte_aanvragen.btn-link:hover {
  color: #3a3a3a;
}

.bg-white .btn-secondary, .bg-beige .btn-secondary, .bg-light-blue .btn-secondary {
  color: #3a3a3a;
  border-color: #3a3a3a;
}
.bg-white .btn-secondary:hover, .bg-white .btn-secondary:focus-visible, .bg-white .btn-secondary.active, .bg-beige .btn-secondary:hover, .bg-beige .btn-secondary:focus-visible, .bg-beige .btn-secondary.active, .bg-light-blue .btn-secondary:hover, .bg-light-blue .btn-secondary:focus-visible, .bg-light-blue .btn-secondary.active {
  color: white;
  border-color: #232323;
  background-color: #232323;
}

.btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
@media screen and (min-width: 576px) {
  .btn-row {
    gap: 0.8rem;
  }
}
.btn-row.btn-row-center {
  justify-content: center;
}
.btn-row.btn-row-top {
  margin-top: 2.1rem;
}

/* MODAL */
.modal .close {
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  top: 1rem;
  right: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.05rem;
  color: white;
  border: 0;
  border-radius: 50%;
  background-color: #0d6eca;
  z-index: 99999;
  transition: 0.3s all cubic-bezier(0.7, 0, 0.2, 1);
}
@media screen and (min-width: 768px) {
  .modal .close {
    top: -2.5rem;
    right: -2.5rem;
  }
}
.modal .close:hover, .modal .close:focus-visible {
  background-color: #0b59a4;
}
.modal .modal-body {
  border-radius: 0.12rem;
  box-shadow: 0 0 0 1.5rem rgba(13, 110, 202, 0.2);
}
.modal .modal-body iframe {
  border-radius: 0.5rem;
}

/* SECTIONS */
section {
  padding: 4rem 0;
  position: relative;
}
@media screen and (min-width: 992px) {
  section {
    padding: 5rem 0;
  }
}
section.first-section {
  padding-top: 2rem;
}
@media screen and (min-width: 992px) {
  section.first-section {
    padding-top: 2.5rem;
  }
}
section.fix-curved-top {
  padding-top: 4rem;
}
section.section-xl-bottom {
  padding-bottom: 16rem;
}

.curved {
  width: 100%;
  height: 2rem;
  margin-top: -1px;
}
@media screen and (min-width: 768px) {
  .curved {
    height: 3rem;
  }
}
@media screen and (min-width: 992px) {
  .curved {
    height: 4rem;
  }
}
.curved.curved-top {
  transform: scale(1, -1);
}
@media screen and (max-width: 768px) {
  .curved.curved-top {
    transform: scale(1, -1.05);
  }
}
.curved.curved-position-top {
  top: 0;
}
.curved.curved-position-bottom {
  bottom: -1px;
}
.curved.curved-beige {
  fill: #fef7eb;
}
.curved.curved-green {
  fill: #072418;
}
.curved.curved-light-green {
  fill: #46a27e;
}

/* CONTAINER */
.container {
  padding-left: 1.4rem;
  padding-right: 1.4rem;
}
@media screen and (min-width: 576px) {
  .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

/* BLOCKS */
.block {
  padding: 4rem;
  border-radius: 6rem;
}
.block.block-grey {
  background-color: #abb5b1;
}

.cta-block {
  position: relative;
  color: white;
  border-radius: 0.5rem;
  overflow: hidden;
  background-color: #0d6eca;
}
.cta-block .cta-block-content {
  padding: 1.75rem 1.5rem;
}
@media screen and (min-width: 576px) {
  .cta-block .cta-block-content {
    padding: 2.5rem;
  }
}
.cta-block h2 {
  margin: 0 0 1rem 0;
  font-weight: 500;
}
.cta-block .btn-row {
  margin: 1.4rem 0 0 0;
}
.cta-block figure {
  width: 100%;
  aspect-ratio: 16/10;
}
@media screen and (min-width: 992px) {
  .cta-block figure {
    width: 50%;
    padding: 1.7rem 0 0 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
  }
}
.cta-block figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.bg-blue .cta-block {
  border: 2px solid white;
}

/* HEADER */
.navbar-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  display: none;
}
@media screen and (min-width: 1200px) {
  .navbar-overlay.open {
    display: block;
  }
}

.navbar {
  padding: 1.25rem 0;
  position: sticky;
  top: 0;
  z-index: 9;
  background-color: white;
  transition: 0.3s all cubic-bezier(0.7, 0, 0.2, 1);
}
.navbar.is-scrolled {
  box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.03);
}
@media screen and (min-width: 1200px) {
  .navbar .container {
    gap: 2.2rem;
  }
}
.navbar .navbar-brand {
  padding: 0;
}
.navbar .navbar-brand img {
  width: 11rem;
  height: unset;
}
@media screen and (min-width: 768px) {
  .navbar .navbar-brand img {
    width: 14rem;
  }
}
.navbar .navbar-end {
  display: flex;
  gap: 1rem;
}
.navbar .navbar-end .navbar-toggler {
  padding: 0 0.4rem;
  font-size: 1.6rem;
  color: #3a3a3a;
  border: 0;
}
.navbar .navbar-end .navbar-toggler:focus {
  box-shadow: unset;
}
.navbar .navbar-nav {
  gap: 0 1.8rem;
}
@media screen and (max-width: 1199.98px) {
  .navbar .navbar-nav {
    width: calc(100% - 4rem);
    max-width: 24rem;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    overflow: scroll;
    background-color: white;
    transform: translateX(calc(-100% - 4rem));
    transition: 0.3s all cubic-bezier(0.7, 0, 0.2, 1);
    z-index: 2;
  }
}
.navbar .navbar-nav .mobile-menu-header {
  padding: 2rem 1.4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  position: sticky;
  top: 0;
  z-index: 6;
  font-weight: 700;
  background-color: white;
}
@media screen and (min-width: 576px) {
  .navbar .navbar-nav .mobile-menu-header {
    padding: 2rem;
  }
}
.navbar .navbar-nav .mobile-menu-header img {
  width: 11rem;
  max-width: 100%;
}
.navbar .navbar-nav .mobile-menu-header button {
  width: 3rem;
  height: 3rem;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: #3a3a3a;
  border-radius: 50%;
  background-color: white;
  transition: 0.4s all cubic-bezier(0.35, 1.5, 0.6, 1);
}
.navbar .navbar-nav .mobile-menu-header button:hover, .navbar .navbar-nav .mobile-menu-header button:focus-visible {
  color: white;
  background-color: #3a3a3a;
}
.navbar .navbar-nav .mobile-menu-header button:focus {
  box-shadow: unset;
}
.navbar .navbar-nav .nav-item {
  margin-bottom: 1.2rem;
}
@media screen and (min-width: 1200px) {
  .navbar .navbar-nav .nav-item {
    margin-bottom: 0;
  }
}
.navbar .navbar-nav .nav-item.dropdown {
  position: relative;
}
@media screen and (min-width: 1200px) {
  .navbar .navbar-nav .nav-item.dropdown {
    position: inherit !important;
  }
}
.navbar .navbar-nav .nav-item .nav-link {
  width: 100%;
  padding: 0.1rem 1.4rem 0.1rem 1.4rem;
  position: relative;
  display: block;
  font-weight: 600;
  color: #3a3a3a;
  white-space: nowrap;
}
@media screen and (min-width: 1200px) {
  .navbar .navbar-nav .nav-item .nav-link {
    padding: 0.1rem 0;
  }
}
.navbar .navbar-nav .nav-item .nav-link span {
  padding: 0 0 0.1rem 0;
  position: relative;
  display: inline-block;
}
.navbar .navbar-nav .nav-item .nav-link span:before {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
  transition: transform 0.85s cubic-bezier(0.3, 1, 0.3, 1);
  transform-origin: right;
  background-color: currentColor;
}
.navbar .navbar-nav .nav-item .nav-link:hover span:before, .navbar .navbar-nav .nav-item .nav-link.active span:before {
  transform: scaleX(1);
  transform-origin: left;
}
.navbar .navbar-nav .nav-item .nav-link.dropdown-toggle:after {
  content: "\f107";
  margin-left: 0.6rem;
  position: absolute;
  right: 2.45rem;
  font-family: "Font Awesome 7 Pro";
  vertical-align: unset;
  border: unset;
}
@media screen and (min-width: 1200px) {
  .navbar .navbar-nav .nav-item .nav-link.dropdown-toggle:after {
    margin-top: 0;
    margin-left: 0.2rem;
    position: static;
    right: unset;
    font-size: 0.9rem;
  }
}
.navbar .navbar-nav .nav-item .dropdown-menu {
  width: 100%;
  margin: 1rem 0;
  padding: 2rem 0;
  border: 0;
  border-radius: 0;
  background-color: #fef7eb;
  z-index: -1;
}
@media screen and (min-width: 1200px) {
  .navbar .navbar-nav .nav-item .dropdown-menu {
    margin: 0;
  }
}
@media screen and (min-width: 1200px) {
  .navbar .navbar-nav .nav-item .dropdown-menu:before {
    content: "";
    height: 3rem;
    position: absolute;
    top: -3rem;
    right: 0;
    left: 0;
    background-color: white;
  }
}
.navbar .navbar-nav .nav-item .dropdown-menu .dropdown-menu-inner {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.3rem;
}
@media screen and (min-width: 1200px) {
  .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-menu-inner {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
.navbar .navbar-nav .nav-item .dropdown-menu .dropdown-menu-inner .dropdown-block {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  transition: 0.3s all cubic-bezier(0.7, 0, 0.2, 1);
}
.navbar .navbar-nav .nav-item .dropdown-menu .dropdown-menu-inner .dropdown-block figure {
  padding: 1.5rem;
  aspect-ratio: 3/4;
  border-radius: 0.5rem;
  background-color: white;
  transition: 0.3s all cubic-bezier(0.7, 0, 0.2, 1);
}
@media screen and (min-width: 576px) {
  .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-menu-inner .dropdown-block figure {
    padding: 2.2rem;
  }
}
.navbar .navbar-nav .nav-item .dropdown-menu .dropdown-menu-inner .dropdown-block figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.navbar .navbar-nav .nav-item .dropdown-menu .dropdown-menu-inner .dropdown-block:hover {
  color: #c1262b;
}
.navbar .navbar-collapse.show:after {
  content: "";
  position: fixed;
  left: 0;
  top: -5rem;
  width: 100%;
  height: calc(100vh + 5rem);
  z-index: 0;
  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);
}
.navbar .navbar-collapse.show .navbar-nav .btn {
  margin: 0 1.4rem;
}

/* BREADCRUMBS */
.breadcrumbs {
  padding: 1.25rem 0 0 0;
}

.breadcrumb {
  margin: 0;
  font-size: 0.875rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.6rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "\f105";
  padding-right: 0.6rem;
  font-family: "Font Awesome 7 Pro";
}

.bg-blue .breadcrumb-item {
  color: white;
}
.bg-blue .breadcrumb-item.active {
  color: #ddeaf5;
}
.bg-blue .breadcrumb-item + .breadcrumb-item::before {
  color: white;
}

/* HERO */
.hero {
  padding: 3rem 0;
  position: relative;
  color: white;
  background-color: #0d6eca;
}
@media screen and (min-width: 992px) {
  .hero {
    padding: 4rem 0;
  }
}
.hero.hero-title {
  padding: 7rem 0;
}
.hero .reviews {
  margin: 0 0 0.6rem 0;
  display: flex;
  gap: 0.7rem;
}
.hero .reviews .stars {
  display: inline-flex;
  gap: 0.15rem;
}
.hero .reviews .stars i {
  color: #ffb902;
}
.hero .ti-widget-container {
  margin: 0 0 0.8rem 0 !important;
  display: flex !important;
}
.hero .ti-header {
  padding: 0 !important;
}
.hero h1 {
  margin: 0 0 1.18rem 0;
}
.hero h1 span {
  color: #ffb902;
}
.hero p {
  margin: 0 0 1.75rem 0;
  font-size: 1.56rem;
  line-height: 1.4;
}
.hero .hero-image {
  position: relative;
}
@media screen and (min-width: 1200px) {
  .hero .hero-image {
    padding: 0 0 0 3.5rem;
  }
}
.hero .hero-image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  border-radius: 0.75rem;
}

.swiper-toggle {
  width: 1.85rem;
  height: 1.85rem;
  position: absolute;
  top: 0.85rem;
  right: 0.85rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  border: 2px solid white;
  border-radius: 50%;
  z-index: 1;
  opacity: 0.85;
  background-color: transparent;
  transition: 0.3s all cubic-bezier(0.7, 0, 0.2, 1);
}
.swiper-toggle:hover {
  opacity: 1;
}
.swiper-toggle:before {
  content: "❚❚";
  color: white;
}
.swiper-toggle.is-paused:before {
  content: "▶";
}

.swiper-pagination .swiper-pagination-bullet {
  background-color: white;
}

/* USPS */
.usps {
  background: linear-gradient(180deg, #0d6eca 0%, #0d6eca 3.5rem, white 3.5rem, white 100%);
}
.usps .usp {
  height: 100%;
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75rem 0;
  font-weight: 700;
  text-align: center;
  border-radius: 0.5rem;
  background-color: #fef7eb;
}
@media screen and (min-width: 576px) {
  .usps .usp {
    padding: 2rem;
  }
}
.usps .usp i {
  font-size: 2rem;
}

/* SWIPER */
.package-slider, .photo-slider {
  overflow: visible;
}
.package-slider .swiper-slide, .photo-slider .swiper-slide {
  width: auto;
  height: auto !important;
  flex-shrink: 0;
}

/* PAKKET SLIDER */
.package-card {
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}
.package-card:hover .package-card-image {
  transform: translateY(-0.2rem);
}
.package-card:before {
  content: "";
  position: absolute;
  top: 6rem;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: 0.5rem;
  background-color: #fef7eb;
}
@media screen and (min-width: 576px) {
  .package-card:before {
    top: 8rem;
  }
}
.package-card .package-card-image {
  width: 100%;
  height: 12rem;
  transition: 0.3s all cubic-bezier(0.7, 0, 0.2, 1);
}
@media screen and (min-width: 576px) {
  .package-card .package-card-image {
    height: 16rem;
  }
}
.package-card .package-card-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.package-card .package-card-content {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.2rem 0;
  flex-grow: 1;
}
.package-card .package-card-content .label {
  margin: 0 0 0.7rem 0;
  padding: 0.2rem 0.5rem;
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 500;
  color: #c1262b;
  border-radius: 0.3125rem;
  border: 2px solid #c1262b;
  background-color: white;
}
.package-card .package-card-content .package-card-features {
  display: flex;
  flex-direction: column;
  gap: 0.25rem 0;
  list-style-type: none;
}
.package-card .package-card-content .package-card-features li {
  padding: 0 0 0 1.4rem;
  position: relative;
}
.package-card .package-card-content .package-card-features li:before {
  content: "\f111";
  font-family: "Font Awesome 7 Pro";
  font-size: 0.6rem;
  font-weight: 400;
  position: absolute;
  top: 0.35rem;
  left: 0.05rem;
}
.package-card .package-card-price {
  margin-top: auto;
  display: flex;
  flex-direction: column;
}
.package-card .package-card-price .package-card-price-prefix {
  font-size: 0.875rem;
  font-style: italic;
}
.package-card .package-card-price .package-card-price-amount {
  font-size: 1.56rem;
  font-weight: 600;
  line-height: 1.45;
}
.package-card .package-card-price .package-card-price-amount .package-card-price-note {
  font-size: 0.75rem;
  font-weight: 400;
  font-style: italic;
}
.package-card .btn:after {
  content: "";
  position: absolute;
  inset: 0;
}

.bg-beige .package-card:before, .bg-blue .package-card:before, .bg-light-blue .package-card:before {
  background-color: white;
}

.slider-controls {
  margin: 2.5rem 0 0 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.3rem;
}
@media screen and (min-width: 992px) {
  .slider-controls {
    width: 100%;
    margin: 0;
    position: absolute;
    top: calc(50% + 2.875rem);
    z-index: 1;
  }
}
.slider-controls .slide-prev,
.slider-controls .slide-next {
  width: 2.2rem;
  height: 2.2rem;
  position: relative;
  color: #3a3a3a;
  border: 1px solid #3a3a3a;
  border-radius: 50%;
  background-color: white;
  transition: 0.3s all cubic-bezier(0.7, 0, 0.2, 1);
}
@media screen and (min-width: 992px) {
  .slider-controls .slide-prev,
.slider-controls .slide-next {
    position: absolute;
  }
}
.slider-controls .slide-prev:not(.swiper-button-disabled):hover,
.slider-controls .slide-next:not(.swiper-button-disabled):hover {
  color: white;
  background-color: #3a3a3a;
}
.slider-controls .slide-prev.swiper-button-disabled,
.slider-controls .slide-next.swiper-button-disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
@media screen and (min-width: 992px) {
  .slider-controls .slide-prev {
    left: -3.95rem;
  }
}
@media screen and (min-width: 992px) {
  .slider-controls .slide-next {
    right: -3.95rem;
  }
}
.slider-controls .slide-scrollbar {
  width: auto !important;
  bottom: unset !important;
  left: unset !important;
  flex: 1;
  position: relative !important;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
.slider-controls .slide-scrollbar .swiper-scrollbar-drag {
  border-radius: 3px;
  background: #3a3a3a;
}

@media screen and (min-width: 992px) {
  .photo-slider .slider-controls {
    top: 50%;
    transform: translateY(-50%);
  }
}

/* KALENDER */
.kalender-wrapper figure {
  height: 100%;
  position: relative;
}
.kalender-wrapper figure img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  border-radius: 0.5rem;
}

.kalender {
  padding: 0.5rem;
  position: relative;
  border-radius: 0.5rem;
  background-color: #ddeaf5;
}
@media screen and (min-width: 576px) {
  .kalender {
    padding: 1.5rem;
  }
}
.kalender .kalender-inner {
  padding: 1.5rem 1.2rem;
  border-radius: 0.5rem;
  background-color: white;
}
@media screen and (min-width: 576px) {
  .kalender .kalender-inner {
    padding: 1.5rem;
  }
}

.bg-blue .kalender {
  background-color: white;
}

.bg-light-blue .kalender {
  background-color: rgba(255, 255, 255, 0.5);
}

#gform_fields_1, #gform_fields_4 {
  display: flex;
  flex-direction: column;
  gap: 0 2.5rem;
}
@media screen and (min-width: 992px) {
  #gform_fields_1, #gform_fields_4 {
    display: grid;
    grid-template-columns: auto 1fr;
  }
}
#gform_fields_1 .gfield, #gform_fields_4 .gfield {
  min-inline-size: unset;
}
#gform_fields_1 .gfield_label, #gform_fields_4 .gfield_label {
  font-weight: 400;
}
#gform_fields_1 .gfield--type-email, #gform_fields_4 .gfield--type-email {
  margin: 0 0 1rem 0;
}
#gform_fields_1 #field_1_1, #gform_fields_1 #field_4_1, #gform_fields_4 #field_1_1, #gform_fields_4 #field_4_1 {
  grid-column: 1;
  grid-row: 1/span 3;
}
#gform_fields_1 #field_1_1 .ginput_container_date, #gform_fields_1 #field_4_1 .ginput_container_date, #gform_fields_4 #field_1_1 .ginput_container_date, #gform_fields_4 #field_4_1 .ginput_container_date {
  justify-content: center;
}
#gform_fields_1 #field_1_4, #gform_fields_1 #field_4_6, #gform_fields_4 #field_1_4, #gform_fields_4 #field_4_6 {
  grid-column: 2;
  grid-row: 1;
}
#gform_fields_1 #field_submit, #gform_fields_4 #field_submit {
  grid-column: 2;
  grid-row: 2;
}
#gform_fields_1 .gform-button, #gform_fields_4 .gform-button {
  padding: 0.6rem 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  border: 2px solid #c1262b;
  border-radius: 0.3125rem;
  background-color: #c1262b;
}
#gform_fields_1 .gform-button:hover, #gform_fields_4 .gform-button:hover {
  border-color: #9f1f23;
  background-color: #9f1f23;
}

.kalender-modal .modal-content {
  border: 0;
  border-radius: 0.5rem;
}
.kalender-modal .modal-body {
  padding: 4.2rem 2rem 2rem 2rem;
}
@media screen and (min-width: 576px) {
  .kalender-modal .modal-body {
    padding: 2rem;
  }
}

/* Melding */
.melding {
  margin: 0 0 1.7rem 0;
  padding: 1.3rem 1rem;
  position: relative;
  color: #3a3a3a;
  border-left: 5px solid #ffb902;
  border-radius: 0.5rem;
  background-color: #ffe8aa;
}
.melding h4 {
  margin: 0.4rem 0 0.5rem 0;
  font-size: 1.2rem;
}
.melding p {
  line-height: 1.6;
}
.melding .sluit-melding {
  padding: 0;
  position: absolute;
  top: 0.6rem;
  right: 0.7rem;
  font-size: 0.95rem;
  border: 0;
  background-color: unset;
}
.melding .sluit-melding:hover {
  opacity: 0.7;
}

/* MAGNIFIC POPUP */
.mfp-bg {
  opacity: 1;
  background-color: #0d6eca;
}

.mfp-container {
  padding: 0;
}
.mfp-container .mfp-content {
  position: unset !important;
}
.mfp-container .mfp-content .mfp-figure:after {
  content: unset;
}
.mfp-container .mfp-content .mfp-figure .mfp-close {
  width: 4rem;
  height: 4rem;
  padding: 0;
  top: 1.2rem;
  right: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: unset;
  font-size: unset;
  line-height: 0;
  color: #0d6eca;
  opacity: 1;
  border-radius: 50%;
  background-color: white;
  transition: 0.3s all cubic-bezier(0.7, 0, 0.2, 1);
}
.mfp-container .mfp-content .mfp-figure .mfp-close:hover {
  background-color: whitesmoke;
}
.mfp-container .mfp-content .mfp-figure .mfp-close:after {
  width: 1.1rem;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13.308 13.308'%3E%3Cpath d='M1.054 13.308 0 12.254l5.6-5.6-5.6-5.6L1.054 0l5.6 5.6 5.6-5.6 1.054 1.054-5.6 5.6 5.6 5.6-1.054 1.054-5.6-5.6-5.6 5.6Z'/%3E%3C/svg%3E");
  display: block;
}
.mfp-container .mfp-content .mfp-figure figure .mfp-img {
  padding: 2.5rem 0 4.25rem 0;
}
.mfp-container .mfp-content .mfp-figure figure .mfp-bottom-bar {
  margin-top: 0;
  position: relative;
  text-align: end;
}
.mfp-container .mfp-content .mfp-figure figure .mfp-bottom-bar .mfp-counter {
  position: absolute;
  top: -3.2rem;
  right: 1.5rem;
  font-size: 1rem;
  color: white;
}
@media screen and (min-width: 1540px) {
  .mfp-container .mfp-content .mfp-figure figure .mfp-bottom-bar .mfp-counter {
    right: 0;
  }
}
.mfp-container .mfp-arrow {
  width: 4rem;
  height: 4rem;
  line-height: 0;
  opacity: 1 !important;
  border-radius: 50%;
  background-color: #c1262b;
  transition: 0.3s all cubic-bezier(0.7, 0, 0.2, 1);
}
.mfp-container .mfp-arrow:hover {
  background-color: #9f1f23;
}
.mfp-container .mfp-arrow:before {
  content: unset;
}
.mfp-container .mfp-arrow:after {
  width: auto;
  height: auto;
  margin: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: unset;
  color: black;
  border: unset;
}
.mfp-container .mfp-arrow.mfp-arrow-left {
  left: 1.2rem;
}
.mfp-container .mfp-arrow.mfp-arrow-left:after {
  width: 1.2rem;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'%3E%3Cpath fill='white' d='m1.921 7.5 5.793 5.792L7 14 0 7l7-7 .714.708L1.92 6.5H14v1H1.921Z'/%3E%3C/svg%3E");
}
.mfp-container .mfp-arrow.mfp-arrow-right {
  right: 1.2rem;
}
.mfp-container .mfp-arrow.mfp-arrow-right:after {
  width: 1.2rem;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'%3E%3Cpath fill='white' d='M12.079 6.5 6.286.708 7 0l7 7-7 7-.714-.708L12.08 7.5H0v-1h12.079Z'/%3E%3C/svg%3E");
}

/* CONTENT SPLIT */
@media screen and (min-width: 992px) {
  .content-split .row {
    --bs-gutter-x: 4.75rem;
  }
}
.content-split .image-wrapper {
  height: 100%;
  max-height: 26rem;
  padding: 0 0 4rem 0;
  position: relative;
}
@media screen and (min-width: 992px) {
  .content-split .image-wrapper {
    max-height: 40rem;
  }
}
.content-split .image-wrapper.single-image {
  padding: 0;
}
.content-split .image-wrapper.single-image .image-1 {
  width: 100%;
  margin: 0;
}
.content-split figure {
  margin: 0;
  overflow: hidden;
}
.content-split figure.image-1 {
  width: 90%;
  height: 100%;
  border-radius: 0.5rem;
}
.content-split figure.image-2 {
  width: 45%;
  position: absolute;
  bottom: 0;
  aspect-ratio: 10/12;
  border-radius: 0.5rem;
}
.content-split figure img {
  width: 100%;
  height: 100%;
}
.content-split figure img.cover {
  object-fit: cover;
}
.content-split figure img.contain {
  object-fit: contain;
}
.content-split.content-split-left .image-1 {
  margin-left: auto;
}
.content-split.content-split-right .image-2 {
  right: 0;
}

/* LOGO SLIDER */
.logo-slider figure {
  width: 100%;
  aspect-ratio: 16/9;
  margin: 0;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .logo-slider figure {
    padding: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .logo-slider figure {
    padding: 2.5rem 2rem;
  }
}
.logo-slider figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: grayscale(100);
  opacity: 0.35;
  transition: 0.3s all cubic-bezier(0.7, 0, 0.2, 1);
}
.logo-slider figure img:hover {
  filter: unset;
  opacity: 1;
}

/* FOTO SLIDER */
.photo-slider figure {
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 0.5rem;
}
.photo-slider figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: zoom-in;
  transition: 0.3s all cubic-bezier(0.7, 0, 0.2, 1);
}
.photo-slider figure img:hover {
  opacity: 0.8;
  transform: scale(1.02);
}

/* REFERENTIE SLIDER */
.referentie-slider .referentie-item {
  text-align: center;
  font-size: 1rem;
  line-height: 1.3;
}
.referentie-slider .referentie-item figure {
  width: 4.3rem;
  margin: 0 auto 0.8rem auto;
  aspect-ratio: 3/4.2;
  border-radius: 2rem;
  background-color: gray;
  overflow: hidden;
}
.referentie-slider .referentie-item figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.referentie-slider .referentie-item ul li:nth-child(2) {
  color: #57636c;
}

.bg-blue .referentie-slider .referentie-item ul li {
  color: white;
}
.bg-blue .referentie-slider .referentie-item ul li:nth-child(2) {
  color: white;
}

/* REVIEW SLIDER */
.review-slider {
  position: relative;
  text-align: center;
}
.review-slider p {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.25;
}
.review-slider .name {
  margin: 2rem 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
}
.review-slider .name figure {
  width: 1.8rem;
  height: 1.8rem;
  margin: 0;
  border-radius: 0.6rem;
  overflow: hidden;
  background-color: whitesmoke;
}
.review-slider .name figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.review-slider .swiper-pagination {
  margin: 1.8rem 0 0 0;
  position: relative;
}
.review-slider .swiper-pagination .swiper-pagination-bullet {
  background-color: #3a3a3a;
}

.bg-blue .review-slider .swiper-pagination .swiper-pagination-bullet {
  background-color: white;
}

/* USP */
.usp-block {
  height: 100%;
  padding: 2rem;
  text-align: center;
  border-radius: 0.5rem;
}
.usp-block i {
  margin: 0 0 1rem 0;
  font-size: 2.4rem;
}

/* PAKKETTEN */
@media screen and (min-width: 992px) {
  .pakketten {
    margin-top: 12rem;
  }
}

.pakket {
  margin-top: 9rem;
  padding: 2rem;
  position: relative;
  border-radius: 4rem;
  background-color: white;
}
@media screen and (min-width: 992px) {
  .pakket {
    margin-top: 0;
  }
}
@media screen and (min-width: 1200px) {
  .pakket {
    height: 100%;
    padding: 2.5rem 2.5rem 2rem 2.5rem;
    display: flex;
    flex-direction: column;
  }
}
.pakket .meest-gekozen {
  top: -6rem;
  right: 0;
  position: absolute;
  display: flex;
  align-items: center;
  gap: 0.7rem;
  font-weight: 700;
  line-height: 1.15;
  transform: rotate(-10deg);
  z-index: 3;
}
@media screen and (min-width: 576px) {
  .pakket .meest-gekozen {
    top: -4.7rem;
  }
}
@media screen and (min-width: 992px) {
  .pakket .meest-gekozen {
    top: -5.7rem;
    right: -2rem;
  }
}
@media screen and (min-width: 1200px) {
  .pakket .meest-gekozen {
    top: -5.7rem;
    right: 0;
  }
}
@media screen and (min-width: 1400px) {
  .pakket .meest-gekozen {
    top: -4.7rem;
  }
}
.pakket .meest-gekozen:before {
  content: "";
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  position: relative;
  top: 0.6rem;
  transform: rotate(284deg);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' style='enable-background:new 0 0 39 36.1' viewBox='0 0 39 36.1'%3E%3Cpath d='M29.2 13.3C23 8.7 14.8 8 5 11.2c1-1.7 3-4.3 6.8-7.7.8-.7.9-2 .2-2.8-.7-.8-2-.9-2.8-.2C-.3 9.1 0 13.8.1 14.7c.1.3.2.6.4.8.1.2 3.4 4.6 11.8 8.7.3.1.6.2.9.2.7 0 1.4-.4 1.8-1.1.5-1 .1-2.2-.9-2.7-3.9-1.9-6.6-3.9-8.2-5.3 8.8-3 15.8-2.6 21 1.2 6.6 4.9 8.4 14.1 8.1 17.5-.1 1.1.8 2.1 1.9 2.1h.1c1 0 1.9-.8 2-1.9.2-4.3-1.8-15-9.8-20.9z' style='fill:%23ffb902'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
.pakket figure {
  margin: -8rem 0 1.2rem 0;
  aspect-ratio: 1/1;
  position: relative;
}
.pakket figure .label {
  width: 7.5rem;
  height: 7.5rem;
  padding: 1rem;
  position: absolute;
  bottom: 1rem;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  color: white;
  border-radius: 50%;
  background-color: #46a27e;
}
.pakket figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom;
}
.pakket ul {
  margin: 0 0 1.7rem 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.pakket ul li {
  padding: 0 0 0 1.4rem;
  position: relative;
  color: #57636c;
}
.pakket ul li:before {
  position: absolute;
  left: 0;
}
.pakket ul li.included:before {
  content: url(images/check-groen.svg);
  width: 0.75rem;
  top: -0.05rem;
}
.pakket ul li.not-included {
  color: #d0d0d0;
}
.pakket ul li.not-included:before {
  content: url(images/kruis-grijs.svg);
  width: 0.6rem;
  top: 0;
}
.pakket .pakket-buttons {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}
@media screen and (min-width: 1200px) {
  .pakket .pakket-buttons {
    margin-top: auto;
  }
}
@media screen and (min-width: 992px) {
  .pakket.highlight {
    margin-top: -5rem;
  }
}

/* VIDEO */
.video button {
  width: 4.5rem;
  height: 4.5rem;
  position: absolute;
  inset: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: white;
  border: 3px solid white;
  border-radius: 50%;
  transition: 0.4s all cubic-bezier(0.35, 1.5, 0.6, 1);
  background-color: unset;
}
.video button svg {
  width: 1.7rem;
}
.video button svg path {
  fill: white;
}
.video button:hover, .video button:focus-visible {
  transform: scale(1.06);
}
.video img {
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
  border-radius: 0.5rem;
}

.video-modal .modal-content {
  border: 0;
  background-color: unset;
}
.video-modal .modal-content .modal-body {
  padding: 0;
}

/* BLOG */
.blog {
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  color: #3a3a3a;
  text-decoration: none;
  border-radius: 0.5rem;
  overflow: hidden;
  background-color: white;
}
.blog .blog-photo {
  aspect-ratio: 16/10;
  overflow: hidden;
}
.blog .blog-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: 0.3s all cubic-bezier(0.7, 0, 0.2, 1);
}
.blog .blog-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 2rem;
}
.blog .blog-content time {
  margin: 0 0 0.7rem 0;
  display: block;
  font-size: 1rem;
  color: gray;
}
.blog .blog-content p {
  margin: 0 0 1.75rem 0;
}
.blog .blog-content .btn {
  margin-top: auto;
  align-self: flex-start;
}
.blog:hover {
  text-decoration: none;
}
.blog:hover .blog-photo img {
  transform: scale(1.1);
}

/* PAGINATION */
.pagination {
  margin: 4rem 0 0 0;
  display: flex;
  justify-content: center;
}
.pagination .nav-links {
  display: flex;
  gap: 0.7rem;
  flex-wrap: wrap;
}
.pagination .nav-links .page-numbers {
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0d6eca;
  text-decoration: none;
  border-radius: 50%;
  border: 2px solid #0d6eca;
}
.pagination .nav-links .page-numbers.dots {
  border: 0;
}
.pagination .nav-links .page-numbers:hover {
  color: #0d6eca;
}
.pagination .nav-links .page-numbers.current {
  color: white;
  background-color: #0d6eca;
}

/* CASES */
.case {
  height: 100%;
  display: block;
  text-decoration: none;
  border-radius: 0.3125rem;
  overflow: hidden;
  background-color: white;
  transition: 0.3s all cubic-bezier(0.7, 0, 0.2, 1);
}
.case figure {
  margin: 0;
  aspect-ratio: 16/7;
  overflow: hidden;
}
.case figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s all cubic-bezier(0.7, 0, 0.2, 1);
}
.case .case-content {
  padding: 3.3rem 2rem 2.5rem 2rem;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
.case .case-content.has-logo {
  padding-top: 0;
}
.case .case-content .logo {
  width: 10rem;
  height: 6rem;
  margin: -4rem 0 1rem -1.5rem;
  padding: 1.5rem;
  border-radius: 0.5rem;
  background-color: white;
}
.case .case-content .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.case .case-content ul {
  margin: 0 0 0.5rem 0;
  display: flex;
  gap: 0.5rem;
  font-size: 1rem;
  color: #0d6eca;
}
.case .case-content ul li:not(:first-child):before {
  content: "";
  width: 0.3rem;
  height: 0.3rem;
  margin: 0 0.5rem 0 0;
  display: inline-block;
  transform: translateY(-0.15rem);
  border-radius: 50%;
  background-color: #ddeaf5;
}
.case:hover {
  box-shadow: 0 0.18rem 1.1rem rgba(0, 0, 0, 0.02);
}
.case:hover figure img {
  transform: scale(1.1);
}

.bg-white .case {
  background-color: #ddeaf5;
}

/* FAQ's */
.faq-cat {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.faqs .faq-item:not(:last-child) {
  margin-bottom: 0.8rem;
}
.faqs .faq-item button {
  width: 100%;
  padding: 1rem 4.5rem 1rem 1.25rem;
  position: relative;
  font-weight: 700;
  text-align: left;
  border-radius: 0.3125rem;
  border: 0;
  background-color: unset;
  transition: 0.3s all cubic-bezier(0.7, 0, 0.2, 1);
}
.faqs .faq-item button i {
  position: absolute;
  top: 50%;
  right: 1.3rem;
  transform: translateY(-50%) scaleY(-1);
  transition: 0.3s all cubic-bezier(0.7, 0, 0.2, 1);
}
.faqs .faq-item button.collapsed {
  color: #3a3a3a;
  background-color: white;
}
.faqs .faq-item button.collapsed i {
  transform: translateY(-50%) scaleY(1);
}
.faqs .faq-item .faq-item-body {
  padding: 0.5rem 1.2rem 1rem 1.2rem;
}

.bg-blue .faq-item button {
  color: white;
}
.bg-blue .faq-item .faq-item-body {
  color: white;
}

.bg-white .faq-item button.collapsed {
  background-color: #ddeaf5;
}

.contact-sectie .image-wrapper {
  width: 100%;
  height: calc(100% + 28rem);
  top: -20rem;
  position: relative;
}
.contact-sectie .image-wrapper figure {
  margin: 0;
  position: absolute;
  inset: 0;
}
.contact-sectie .image-wrapper figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom;
}

/* CONTACT PAGE */
#contactformulier {
  overflow-x: hidden;
}

.formulier {
  padding: 2.5rem;
  border-radius: 0.5rem;
  background-color: white;
}

.bg-white .formulier {
  background-color: #ddeaf5;
}

/* Gravity Forms */
.gform-theme--foundation .gform_fields {
  row-gap: 1.5rem !important;
}

.gform-theme--framework .gform-field-label > .gfield_required:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework.gform_editor legend.gform-field-label > span > .gfield_required:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
  color: #0d6eca !important;
}

.gform-theme--framework .gfield_list_group_item::before:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework .gform-field-label:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
  font-size: 1rem !important;
}

.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container-multi:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-search input[type=text]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-single:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework .gform-theme-field-control:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework.gform-theme.gform_wrapper .button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework.gform-theme.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework.gform-theme.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework.gform-theme.gform_wrapper button.button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework.gform-theme.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
  font-size: 1rem !important;
}

.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container-multi:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-search input[type=text]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-single:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme--framework .gform-theme-field-control:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme--framework select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme--framework textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme--framework.gform-theme.gform_wrapper .button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme--framework.gform-theme.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme--framework.gform-theme.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme--framework.gform-theme.gform_wrapper button.button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme--framework.gform-theme.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus {
  border-color: #0d6eca !important;
  outline-color: #0d6eca !important;
}

.gform-theme--framework input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before {
  background-color: #0d6eca !important;
}

.gform-theme--framework.ui-datepicker {
  padding: 0 !important;
  margin: 0 !important;
  box-shadow: unset !important;
}

.gform-theme--framework.ui-datepicker table .ui-datepicker-current-day a, .gform-theme--framework.ui-datepicker table .ui-datepicker-current-day span {
  background-color: #0d6eca !important;
}

.gform-theme--framework.ui-datepicker table td:not(.ui-state-disabled):not(.ui-datepicker-current-day) a:focus {
  border-color: #0d6eca !important;
}

.gform-theme--framework.ui-datepicker table td:not(.ui-state-disabled):not(.ui-datepicker-current-day) a:hover, .gform-theme--framework.ui-datepicker table .ui-datepicker-today a, .gform-theme--framework.ui-datepicker table .ui-datepicker-today span {
  background-color: #ddeaf5;
}

.ic-theme--float-card .image-choices-choice .gform-field-label:after {
  background-color: #0d6eca !important;
}

.image-choices-field[class*=ic-theme--] .image-choices-choice-selected .image-choices-choice-text {
  color: #0d6eca !important;
}

.gform_button {
  padding: 0.6rem 1.6rem !important;
  color: white !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;
  border-radius: 0.3125rem !important;
  border: 2px solid #c1262b !important;
  background-color: #c1262b !important;
}
.gform_button:hover {
  background-color: #9f1f23 !important;
}

/* Ninja */
.nf-form-fields-required {
  display: none;
}

.nf-form-content {
  padding: 0 !important;
}
.nf-form-content label, .nf-form-content .nf-field-label .nf-label-span {
  font-size: 1rem !important;
}
.nf-form-content .ninja-forms-req-symbol {
  display: none;
}
.nf-form-content .label-above .nf-field-label {
  margin-bottom: 0.2rem !important;
}
.nf-form-content .nf-field-container {
  margin-bottom: 1.2rem;
}
.nf-form-content .nf-field-description {
  width: auto;
  margin: 0.1rem 0 0 0.3rem;
  display: inline-block;
  color: #99e1c4;
}
.nf-form-content .ninja-forms-field {
  padding: 0.8rem !important;
}
.nf-form-content input:not([type=button]), .nf-form-content input:not([type=submit]), .nf-form-content textarea {
  font-size: 1rem !important;
  color: #3a3a3a !important;
  border: 0 !important;
  border-radius: 0.9rem !important;
  background: #f5faf8 !important;
}
.nf-form-content textarea {
  height: 8rem !important;
}
.nf-form-content .submit-wrap .nf-field-element {
  display: flex;
  justify-content: end;
}
.nf-form-content input[type=submit] {
  height: auto !important;
  margin-left: auto;
  padding: 0.9rem 2.5rem !important;
  font-size: 1rem !important;
  font-weight: 700;
  color: #3a3a3a !important;
  border: 0 !important;
  border-radius: 2rem !important;
  background: #ffb902 !important;
}
.nf-form-content input[type=submit]:hover {
  background: #ffd157 !important;
}

/* FOOTER */
.footer-before {
  height: 2rem;
  position: relative;
}
@media screen and (min-width: 576px) {
  .footer-before {
    height: 3.125rem;
  }
}
.footer-before:before {
  content: "";
  position: absolute;
  inset: 0;
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 0% 100%);
  background-color: #c1262b;
}

footer {
  padding: 3rem 0;
  position: relative;
  color: white;
  background-color: #232323;
}
@media screen and (min-width: 768px) {
  footer {
    padding: 5.5rem 0;
  }
}
footer .logo {
  width: 11rem;
  margin: 0 0 1.8rem 0;
}
@media screen and (min-width: 992px) {
  footer .logo {
    width: 14rem;
  }
}
footer .socials {
  margin: 1.6rem 0 2.2rem 0;
  display: flex;
  gap: 0 0.75rem;
  list-style-type: none;
}
footer .socials a {
  width: 2.3rem;
  height: 2.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #232323;
  text-decoration: none;
  border-radius: 50%;
  background-color: white;
  transition: 0.3s all cubic-bezier(0.7, 0, 0.2, 1);
}
footer .socials a:hover {
  color: white;
  text-decoration: none;
  background-color: #c1262b;
}
footer .footer-menu, footer .contact-info {
  display: flex;
  flex-direction: column;
  gap: 0.35rem 2rem;
}
@media screen and (min-width: 1200px) {
  footer .footer-menu.two-column, footer .contact-info.two-column {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
footer .footer-menu a, footer .contact-info a {
  position: relative;
  text-decoration: none;
}
footer .footer-menu a:before, footer .contact-info a:before {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
  transition: transform 0.85s cubic-bezier(0.3, 1, 0.3, 1);
  transform-origin: right;
  background-color: currentColor;
}
footer .footer-menu a:hover:before, footer .footer-menu a.active:before, footer .contact-info a:hover:before, footer .contact-info a.active:before {
  transform: scaleX(1);
  transform-origin: left;
}

.footerbar {
  padding: 2rem 0;
  font-size: 0.875rem;
  color: white;
  background-color: #232323;
}
@media screen and (min-width: 768px) {
  .footerbar {
    padding: 3rem 0;
  }
}
.footerbar .footerbar-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.footerbar ul.footerbar-menu li:before {
  content: "|";
  margin: 0 1rem 0 0;
  opacity: 0.5;
}
@media screen and (max-width: 767.98px) {
  .footerbar ul.footerbar-menu li:first-child:before {
    content: unset;
  }
}
.footerbar .footer-logos {
  display: flex;
  gap: 1.6rem;
}
.footerbar .footer-logos li img {
  height: 1.2rem;
}
@media screen and (min-width: 576px) {
  .footerbar .footer-logos li img {
    height: 1.6rem;
  }
}
.footerbar a {
  position: relative;
  text-decoration: none;
}
.footerbar a:before {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
  transition: transform 0.85s cubic-bezier(0.3, 1, 0.3, 1);
  transform-origin: right;
  background-color: currentColor;
}
.footerbar a:hover:before, .footerbar a.active:before {
  transform: scaleX(1);
  transform-origin: left;
}

/* 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;
}

/* DATEPICKER */
.gform-theme--framework .ui-datepicker {
  display: block !important;
}

#gform_1 .gform-footer, #gform_4 .gform-footer {
  display: none;
}

/* RESERVATION FORM */
#gform_3 .gf_page_steps {
  display: none;
}
#gform_3 .gform_page .wensen {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 15px;
}
#gform_3 .gform_page .wensen .green {
  color: #0d6eca !important;
}

.page-template-template-reserveren {
  background-color: #0d6eca;
}
.page-template-template-reserveren .topbar {
  display: none;
}
@media screen and (max-width: 575.98px) {
  .page-template-template-reserveren footer, .page-template-template-reserveren .footerbar {
    display: none;
  }
}
@media screen and (max-width: 575.98px) {
  .page-template-template-reserveren .book-now {
    padding-bottom: 10rem;
  }
}

.book-now {
  padding: 3rem 0 6rem 0;
  /* Check-out steps */
}
@media screen and (min-width: 576px) {
  .book-now {
    padding: 4rem 0 6rem 0;
  }
}
.book-now .steps {
  margin: 0 0 3rem 0;
  display: flex;
}
@media screen and (min-width: 768px) {
  .book-now .steps {
    margin: 0 0 5rem 0;
  }
}
.book-now .steps-item {
  height: 1.9rem;
  display: inline-block;
  flex: 1 1 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .book-now .steps-item {
    padding: 2.5rem 0.5rem 0;
  }
}
.book-now .steps-item .steps-item-label {
  color: white;
  font-size: 0.7rem;
}
@media screen and (min-width: 576px) {
  .book-now .steps-item .steps-item-label {
    font-size: 1rem;
  }
}
.book-now .steps-item .steps-item-label:before {
  content: attr(data-step);
  width: 1.9rem;
  height: 1.9rem;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Font Awesome 7 Pro";
  font-size: 0.9rem;
  color: white;
  position: absolute;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid white;
  background: #0d6eca;
}
@media screen and (min-width: 576px) {
  .book-now .steps-item .steps-item-label:before {
    width: 2.1rem;
    height: 2.1rem;
  }
}
.book-now .steps-item .steps-item-label .steps-item-label-inner {
  display: none;
}
@media screen and (min-width: 768px) {
  .book-now .steps-item .steps-item-label .steps-item-label-inner {
    display: block;
  }
}
.book-now .steps-item:not(:first-child):before {
  background: #c1262b;
  content: "";
  height: 2px;
  left: -50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
@media screen and (min-width: 768px) {
  .book-now .steps-item:not(:first-child):before {
    top: 1rem;
    transform: unset;
  }
}
.book-now .steps-item.is-active .steps-item-label {
  color: white;
  font-weight: bold;
}
.book-now .steps-item.is-active .steps-item-label:before {
  color: #c1262b;
  background: white;
  border: 2px solid #c1262b;
}
.book-now .steps-item.is-active ~ .steps-item:before {
  background-color: white;
}
.book-now .steps-item.is-done .steps-item-label:before {
  color: white;
  border-color: #c1262b;
  background: #c1262b;
  font-weight: 400;
}
.book-now .book-now-content {
  padding: 1.7rem;
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
  background-color: white;
  border-radius: 0.5rem;
}
@media screen and (min-width: 576px) {
  .book-now .book-now-content {
    padding: 2.5rem;
  }
}
.book-now .book-now-content legend {
  color: #3a3a3a;
}
.book-now .book-now-content .gfield_label_before_complex {
  margin-bottom: 1.1rem;
  font-size: 1.5rem !important;
  font-weight: bold;
}
.book-now .book-now-content .gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card .gchoice {
  height: 100%;
  border: 0;
  cursor: pointer;
  width: 100%;
  max-width: unset;
  min-inline-size: unset;
  border-radius: 0.3125rem;
}
@media screen and (max-width: 400px) {
  .book-now .book-now-content .gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card .gchoice {
    width: 100%;
  }
}
.book-now .book-now-content .gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card .gchoice .gfield-image-choice-wrapper-outer {
  border: 1px solid #abb8c3;
}
.book-now .book-now-content .gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card .gchoice .gfield-image-choice-wrapper-outer:hover {
  background-color: #ddeaf5;
}
.book-now .book-now-content .gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card .gchoice .gfield-image-choice-wrapper-outer.active {
  border-color: #0d6eca;
  background-color: #ddeaf5;
}
.book-now .book-now-content .gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card .gchoice .gfield-image-choice-wrapper-outer.active .gfield-image-choice-wrapper-inner label {
  color: #0d6eca;
}
.book-now .book-now-content legend.gform-field-label {
  margin-bottom: 1.1rem;
  font-size: 1.5rem !important;
  font-weight: bold;
}
@media screen and (min-width: 576px) {
  .book-now .book-now-content .keuze-blokken .gfield_radio {
    display: grid !important;
    gap: 1rem !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.book-now .book-now-content .keuze-blokken .gfield_radio .image-choices-choice {
  width: 100%;
  height: 100%;
  padding: 1rem;
  border: 1px solid #abb8c3;
  border-radius: 0.3rem;
}
.book-now .book-now-content .keuze-blokken .gfield_radio .image-choices-choice:hover {
  background-color: #ddeaf5;
}
.book-now .book-now-content .keuze-blokken .gfield_radio .image-choices-choice.image-choices-choice-selected {
  border-color: #0d6eca !important;
  box-shadow: 0 0 0 2px #0d6eca !important;
  background-color: #ddeaf5 !important;
}
.book-now .book-now-content .keuze-blokken .gfield_radio .image-choices-choice label {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.book-now .book-now-content .keuze-blokken .gfield_radio .image-choices-choice .image-choices-choice-image-wrap {
  width: 100%;
  max-height: 14rem;
  aspect-ratio: 1/1;
  margin: 0 0 1.2rem 0;
  background-size: contain;
}
.book-now .book-now-content .keuze-blokken .gfield_radio .image-choices-choice .image-choices-choice-text {
  margin-bottom: 0.2rem;
  font-weight: 400;
  color: #3a3a3a;
}
.book-now .book-now-content .keuze-blokken .gfield_radio .image-choices-choice .image-choices-choice-price {
  color: gray;
}
@media screen and (min-width: 576px) {
  .book-now .book-now-content .keuze-pakketten .gfield_radio {
    display: grid !important;
    gap: 1rem !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media screen and (min-width: 768px) {
  .book-now .book-now-content .keuze-pakketten .gfield_radio {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
.book-now .book-now-content .keuze-pakketten .gfield_radio .image-choices-choice {
  width: 100%;
  height: 100%;
  padding: 1rem;
  border: 1px solid #abb8c3;
  border-radius: 0.3rem;
}
.book-now .book-now-content .keuze-pakketten .gfield_radio .image-choices-choice:hover {
  background-color: #ddeaf5;
}
.book-now .book-now-content .keuze-pakketten .gfield_radio .image-choices-choice.image-choices-choice-selected {
  border-color: #0d6eca !important;
  box-shadow: 0 0 0 2px #0d6eca !important;
  background-color: #ddeaf5 !important;
}
.book-now .book-now-content .keuze-pakketten .gfield_radio .image-choices-choice label {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.book-now .book-now-content .keuze-pakketten .gfield_radio .image-choices-choice .image-choices-choice-image-wrap {
  width: 100%;
  max-height: 14rem;
  aspect-ratio: 1/1;
  margin: 0 0 1.3rem 0;
  background-size: contain;
}
.book-now .book-now-content .keuze-pakketten .gfield_radio .image-choices-choice .image-choices-choice-text {
  margin-bottom: 1.3rem;
  padding: 1.3rem 0;
  flex-grow: 1;
  border-top: 1px dotted #abb8c3;
  border-bottom: 1px dotted #abb8c3;
}
.book-now .book-now-content .keuze-pakketten .gfield_radio .image-choices-choice .image-choices-choice-text ul {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.book-now .book-now-content .keuze-pakketten .gfield_radio .image-choices-choice .image-choices-choice-text ul li {
  position: relative;
  padding: 0 0 0 1.4rem;
  font-weight: 400;
  color: #3a3a3a;
  text-align: left;
}
.book-now .book-now-content .keuze-pakketten .gfield_radio .image-choices-choice .image-choices-choice-text ul li:before {
  content: "\f058";
  font-family: "Font Awesome 7 Pro";
  font-size: 0.9rem;
  font-weight: 400;
  color: #0d6eca;
  position: absolute;
  top: 0.08rem;
  left: 0;
}
.book-now .book-now-content .keuze-pakketten .gfield_radio .image-choices-choice .image-choices-choice-price {
  margin-top: auto;
  text-align: center;
  color: gray;
}
.book-now .book-now-content .image-choices-choice {
  border-color: #abb8c3 !important;
}
.book-now .book-now-content .image-choices-choice:hover {
  background-color: #ddeaf5 !important;
}
.book-now .book-now-content .image-choices-choice.image-choices-choice-selected {
  border: 1px solid #0d6eca !important;
  box-shadow: 0 0 0 2px #0d6eca !important;
  background-color: #ddeaf5 !important;
}
.book-now .book-now-content #field_3_85 label {
  font-size: 1.5rem !important;
  font-weight: 700;
}
.book-now .book-now-content #field_3_85 .ginput_total {
  font-size: 1rem;
}
.book-now .book-now-content #input_3_57 {
  display: grid;
  gap: 0.8rem;
}
@media screen and (min-width: 576px) {
  .book-now .book-now-content #input_3_57 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.book-now .book-now-content .gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card #input_3_57 .gchoice .gfield-image-choice-wrapper-outer {
  display: flex !important;
  align-items: center;
  gap: 13px;
  border-radius: 0.5rem;
}
.book-now .book-now-content .gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card #input_3_57 .gchoice .gfield-image-choice-wrapper-outer .gfield-choice-image-wrapper {
  height: 30px;
  margin: 0;
  left: unset;
  transform: unset;
  border-radius: 50%;
}
.book-now .book-now-content .gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card #input_3_57 .gchoice .gfield-image-choice-wrapper-outer .gfield-image-choice-wrapper-inner {
  text-align: left;
}
.book-now .book-now-content .gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card #input_3_57 .gchoice .gfield-image-choice-wrapper-outer .gfield-image-choice-wrapper-inner label {
  margin: 0;
  transform: translateY(0.1rem);
}
.book-now .book-now-content .gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card #input_3_57 .gchoice .gfield-image-choice-wrapper-outer .gfield-image-choice-wrapper-inner input {
  position: absolute;
  right: 1.1rem;
  top: 50%;
  transform: translateY(-50%);
}
.book-now .book-now-content .gform-theme--framework .gfield--type-image_choice .gchoice:where(:has(input:checked))::after {
  display: none;
}
.book-now .book-now-content .gform-theme--framework .gfield--input-type-datepicker .ginput_container_date {
  position: relative;
}
.book-now .book-now-content .ginput_container_date .datepicker {
  width: 100%;
}
.book-now .book-now-content .ginput_container_date:after {
  content: "\f133";
  display: inline-block;
  font-family: "Font Awesome 7 Pro";
  font-weight: 300;
  opacity: 0.5;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
.book-now .book-now-content .ginput_container input[type=text], .book-now .book-now-content .ginput_container input[type=email], .book-now .book-now-content .ginput_container input[type=number], .book-now .book-now-content .ginput_container input[type=tel] {
  width: 100%;
}
.book-now .book-now-content .ginput_container select {
  width: 100%;
}
.book-now .wensen-toggle {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .book-now .wensen-toggle {
    display: none;
  }
}
.book-now .wensen-toggle i {
  margin-left: 0.3rem;
  font-size: 1rem;
}
.book-now .wensen-wrapper {
  margin-top: 1.5rem;
  display: none;
}
@media screen and (min-width: 992px) {
  .book-now .wensen-wrapper {
    margin-top: 0;
    display: flex;
  }
}
.book-now .wensen-wrapper.active {
  display: flex;
}
.book-now .wensen {
  margin-bottom: 1.1rem;
  font-size: 1.5rem !important;
  font-weight: bold;
}
.book-now #form-summary-list {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  list-style-type: none;
}
.book-now #form-summary-list > li:last-child {
  margin-top: 0.2rem;
  padding-top: 1rem;
  font-size: 1.5rem;
  display: flex;
  justify-content: space-between;
  border-top: 1px dotted #abb8c3;
}
.book-now #form-summary-list > li:last-child strong {
  color: #3a3a3a;
}
.book-now #form-summary-list li {
  position: relative;
  line-height: 1.4;
}
.book-now #form-summary-list li strong {
  display: block;
  color: #0d6eca;
}
.book-now #form-summary-list li .image-choices-choice-image-wrap {
  display: none;
}
.book-now #form-summary-list li .image-choices-choice-price {
  display: block;
  font-size: 1rem;
  color: gray;
}
.book-now #form-summary-list li ul {
  list-style-type: none;
}
.book-now #form-summary-list li ul li {
  padding: 0 0 0 1.4rem;
}
.book-now #form-summary-list li ul li:before {
  content: "\f058";
  width: unset;
  height: unset;
  position: absolute;
  top: 0.08rem;
  left: 0;
  font-family: "Font Awesome 7 Pro";
  font-size: 0.9rem;
  font-weight: 400;
  color: #0d6eca;
  border-radius: unset;
  background-color: unset;
}
.book-now .gform-page-footer {
  margin-top: 2.3rem !important;
  justify-content: space-between;
}
@media screen and (max-width: 575.98px) {
  .book-now .gform-page-footer {
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    background: white;
    padding: 1rem 1.4rem;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  }
}
.book-now .gform-page-footer .gform_previous_button {
  padding: 0.6rem 1.6rem !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
  line-height: 1.5;
  border: 2px solid #3a3a3a !important;
  border-radius: 0.3125rem !important;
  transition: 0.3s all cubic-bezier(0.7, 0, 0.2, 1) !important;
  color: #3a3a3a !important;
  background-color: transparent !important;
  box-shadow: unset !important;
}
.book-now .gform-page-footer .gform_previous_button:hover, .book-now .gform-page-footer .gform_previous_button:focus-visible {
  background-color: transparent !important;
  color: black !important;
}
.book-now .gform-page-footer .gform_previous_button:hover:after, .book-now .gform-page-footer .gform_previous_button:focus-visible:after {
  color: #3a3a3a !important;
}
.book-now .gform-page-footer .gform_next_button, .book-now .gform-page-footer #gform_next_button_3_56, .book-now .gform-page-footer #gform_next_button_3_51, .book-now .gform-page-footer #gform_next_button_3_17, .book-now .gform-page-footer #gform_next_button_3_61, .book-now .gform-page-footer #gform_next_button_3_65, .book-now .gform-page-footer #gform_submit_button_3 {
  margin-left: auto;
  padding: 0.6rem 1.6rem !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
  line-height: 1.5;
  border-width: 2px !important;
  border-radius: 0.3125rem !important;
  transition: 0.3s all cubic-bezier(0.7, 0, 0.2, 1) !important;
  color: white !important;
  border-color: #c1262b !important;
  background-color: #c1262b !important;
}
.book-now .gform-page-footer .gform_next_button:hover, .book-now .gform-page-footer .gform_next_button:focus-visible, .book-now .gform-page-footer #gform_next_button_3_56:hover, .book-now .gform-page-footer #gform_next_button_3_56:focus-visible, .book-now .gform-page-footer #gform_next_button_3_51:hover, .book-now .gform-page-footer #gform_next_button_3_51:focus-visible, .book-now .gform-page-footer #gform_next_button_3_17:hover, .book-now .gform-page-footer #gform_next_button_3_17:focus-visible, .book-now .gform-page-footer #gform_next_button_3_61:hover, .book-now .gform-page-footer #gform_next_button_3_61:focus-visible, .book-now .gform-page-footer #gform_next_button_3_65:hover, .book-now .gform-page-footer #gform_next_button_3_65:focus-visible, .book-now .gform-page-footer #gform_submit_button_3:hover, .book-now .gform-page-footer #gform_submit_button_3:focus-visible {
  border-color: #9f1f23 !important;
  background-color: #9f1f23 !important;
}
.book-now .gform-page-footer .gform_next_button:hover:after, .book-now .gform-page-footer .gform_next_button:focus-visible:after, .book-now .gform-page-footer #gform_next_button_3_56:hover:after, .book-now .gform-page-footer #gform_next_button_3_56:focus-visible:after, .book-now .gform-page-footer #gform_next_button_3_51:hover:after, .book-now .gform-page-footer #gform_next_button_3_51:focus-visible:after, .book-now .gform-page-footer #gform_next_button_3_17:hover:after, .book-now .gform-page-footer #gform_next_button_3_17:focus-visible:after, .book-now .gform-page-footer #gform_next_button_3_61:hover:after, .book-now .gform-page-footer #gform_next_button_3_61:focus-visible:after, .book-now .gform-page-footer #gform_next_button_3_65:hover:after, .book-now .gform-page-footer #gform_next_button_3_65:focus-visible:after, .book-now .gform-page-footer #gform_submit_button_3:hover:after, .book-now .gform-page-footer #gform_submit_button_3:focus-visible:after {
  color: white !important;
}
.book-now .gform-page-footer .gform_next_button:after, .book-now .gform-page-footer #gform_next_button_3_56:after, .book-now .gform-page-footer #gform_next_button_3_51:after, .book-now .gform-page-footer #gform_next_button_3_17:after, .book-now .gform-page-footer #gform_next_button_3_61:after, .book-now .gform-page-footer #gform_next_button_3_65:after, .book-now .gform-page-footer #gform_submit_button_3:after {
  color: white !important;
}
.book-now .gform-page-footer .gform_next_button:after, .book-now .gform-page-footer #gform_next_button_3_56:after, .book-now .gform-page-footer #gform_next_button_3_51:after, .book-now .gform-page-footer #gform_next_button_3_17:after, .book-now .gform-page-footer #gform_next_button_3_61:after, .book-now .gform-page-footer #gform_next_button_3_65:after, .book-now .gform-page-footer #gform_submit_button_3:after {
  content: "\f061" !important;
  margin: 0 0 0 0.95rem !important;
  display: inline-block !important;
  font-family: "Font Awesome 7 Pro" !important;
  font-size: 0.9rem !important;
  font-weight: 700;
  transition: 0.3s all cubic-bezier(0.7, 0, 0.2, 1) !important;
}
.book-now .gform-page-footer .gform_next_button:hover:after, .book-now .gform-page-footer #gform_next_button_3_56:hover:after, .book-now .gform-page-footer #gform_next_button_3_51:hover:after, .book-now .gform-page-footer #gform_next_button_3_17:hover:after, .book-now .gform-page-footer #gform_next_button_3_61:hover:after, .book-now .gform-page-footer #gform_next_button_3_65:hover:after, .book-now .gform-page-footer #gform_submit_button_3:hover:after {
  transform: translateX(0.3rem);
}
.book-now .gform-page-footer .gform_next_button:hover:after, .book-now .gform-page-footer #gform_next_button_3_56:hover:after, .book-now .gform-page-footer #gform_next_button_3_51:hover:after, .book-now .gform-page-footer #gform_next_button_3_17:hover:after, .book-now .gform-page-footer #gform_next_button_3_61:hover:after, .book-now .gform-page-footer #gform_next_button_3_65:hover:after, .book-now .gform-page-footer #gform_submit_button_3:hover:after {
  transform: translateX(0.3rem) !important;
}

.gform-theme--framework .gfield--type-image_choice .gfield-choice-image {
  object-fit: contain !important;
}

#gform_3 img.gform_ajax_spinner {
  position: fixed !important;
  z-index: 999999;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block !important;
  overflow: hidden !important;
  width: 110% !important;
  height: 110% !important;
  background-color: rgba(0, 0, 0, 0.2);
  background-image: url('data:image/svg+xml,<svg width="24" height="24" stroke="%23fff" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><g><circle cx="12" cy="12" r="9.5" fill="none" stroke-width="3" stroke-linecap="round"><animate attributeName="stroke-dasharray" dur="1.5s" calcMode="spline" values="0 150;42 150;42 150;42 150" keyTimes="0;0.475;0.95;1" keySplines="0.42,0,0.58,1;0.42,0,0.58,1;0.42,0,0.58,1" repeatCount="indefinite"/><animate attributeName="stroke-dashoffset" dur="1.5s" calcMode="spline" values="0;-16;-59;-59" keyTimes="0;0.475;0.95;1" keySplines="0.42,0,0.58,1;0.42,0,0.58,1;0.42,0,0.58,1" repeatCount="indefinite"/></circle><animateTransform attributeName="transform" type="rotate" dur="2s" values="0 12 12;360 12 12" repeatCount="indefinite"/></g></svg>');
  background-repeat: no-repeat;
  background-size: 4rem;
  background-position: center center;
  content: "";
}

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