/*
Theme Name: Klusvrouw
Theme URI: https://klusvrouw.nl
Author: Pixel Creation
Author URI: https://www.pixelcreation.nl/
Description: Klusvrouw website op maat gemaakt door Pixel Creation
Version: 1.0
Text Domain: klusvrouw
*/
/* This file is made for all your variables, think of colors you will use, basic spacing etc. */
/* Typography */
/* Colors */
@font-face {
  font-family: "Febfelt Script";
  src: url("webfonts/fabfeltscript-bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Heebo";
  src: url("webfonts/Heebo-Bold.woff2") format("woff2"), url("webfonts/Heebo-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Heebo";
  src: url("webfonts/Heebo-Light.woff2") format("woff2"), url("webfonts/Heebo-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Heebo";
  src: url("webfonts/Heebo-Regular.woff2") format("woff2"), url("webfonts/Heebo-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Heebo";
  src: url("webfonts/Heebo-SemiBold.woff2") format("woff2"), url("webfonts/Heebo-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("webfonts/OpenSans-Regular.woff2") format("woff2"), url("webfonts/OpenSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("webfonts/OpenSans-Bold.woff2") format("woff2"), url("webfonts/OpenSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Montserrat", sans-serif;
  font-size: 1.1rem;
  color: #565656;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

::selection {
  color: black;
  background: #B0CBD7;
}

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

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

/* UTILITIES */
.min-vh-50 {
  min-height: 50vh;
}

.min-vh-25 {
  min-height: 25vh;
}

.alert.alert-warning {
  background-color: #FFF3CD;
  border-radius: 1rem;
}

.heading {
  padding: 4rem 0;
  position: relative;
  z-index: 10;
}
.heading .kwast-alt {
  right: 2rem;
  bottom: -2rem;
}
.heading .breekijzer {
  right: 25rem;
  bottom: -3rem;
}
@media (max-width: 1200px) {
  .heading .breekijzer {
    right: 3rem;
  }
}
.heading .bezem {
  left: 20rem;
  top: 15rem;
}
@media (max-width: 1200px) {
  .heading .bezem {
    left: 3rem;
  }
}
.heading .hamer {
  left: 1rem;
  bottom: -3rem;
}
@media (max-width: 1200px) {
  .heading .hamer {
    left: 3rem;
  }
}
.heading.pattern::before {
  background: url("./images/banner-patroon.svg");
  content: "";
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 102% auto;
  width: 100%;
  height: 150px;
  left: 0;
  right: 0;
  bottom: -25px;
  position: absolute;
  z-index: 5;
  pointer-events: none;
}
@media (max-width: 992px) {
  .heading.pattern::before {
    bottom: -15px;
    height: 150px;
    background-size: 1200px auto;
  }
}
.heading .breadcrumbs {
  justify-content: center;
}

.card {
  z-index: 3 !important;
  padding: 1.5rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border-radius: 2.5rem;
  box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.08);
  transition: all 0.2s ease-in-out;
  background-color: white;
  position: relative;
  isolation: isolate;
}
.card.card-wide {
  min-width: 85%;
  max-width: 85%;
}
.card.card-wide h6 {
  font-size: 0.8rem;
}
.card .card-inner {
  padding: 4rem 4rem 0 4rem;
}
.card .card-inner.sm {
  padding: 2rem;
}
.card .card-inner.xs {
  padding: 1rem;
}
@media screen and (max-width: 768px) {
  .card .card-inner {
    padding: 1rem;
  }
}
.card .profile-picture {
  width: 4rem;
  aspect-ratio: 1/1;
  object-fit: scale-down;
}
.card .profile-picture-vertical {
  max-width: 10rem;
  aspect-ratio: 1/1;
  object-fit: scale-down;
}
.card .details {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  flex-wrap: wrap;
  overflow: hidden;
}
.card .details h6 {
  font-size: 0.75rem;
  white-space: nowrap;
}
.card.alt {
  width: 100%;
}
.card.alt .profile-picture {
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
  object-fit: cover;
}
.card.alt .details {
  display: flex;
  flex-direction: column;
}
.card.alt .details h6 {
  font-size: 0.75rem;
  margin-bottom: 0;
}
.card.no-scale:hover {
  scale: none;
  box-shadow: none;
}
.card:hover {
  scale: 0.97;
  box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.15);
}
.card .icon-wrapper {
  width: 2.5rem;
  display: flex;
  justify-content: center;
  flex-shrink: 0;
}
.card .icon-wrapper i {
  scale: 1;
  color: #CF0C2C;
}

.postcode-search {
  background: white;
  border-radius: 3rem;
  padding: 0.5rem 0.5rem 0.5rem 1rem;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 600px;
}
@media screen and (max-width: 768px) {
  .postcode-search {
    max-width: unset;
  }
}
.postcode-search.xl {
  max-width: 950px;
}
.postcode-search .form-select {
  width: fit-content;
}
.postcode-search input.form-control {
  border: none;
  box-shadow: none;
  border-radius: 0;
  padding-left: 1rem;
  font-size: 1rem;
  flex: 1;
}
.postcode-search input.form-control:focus {
  outline: none;
  box-shadow: none;
}
.postcode-search i.fa-magnifying-glass {
  font-size: 1.2rem;
  color: #6E6E6E;
  margin-right: 0.5rem;
}
.postcode-search .btn-zoek {
  background-color: #d21e2b;
  color: white;
  font-weight: 500;
  border-radius: 2rem;
  padding: 0.5rem 1.5rem;
  margin-left: 0.5rem;
}
.postcode-search .btn-zoek i.fa-magnifying-glass {
  font-size: 1.2rem;
  color: white;
  margin-right: 0.5rem;
}
.postcode-search .btn-zoek:hover {
  background-color: rgb(187.6875, 26.8125, 38.43125);
}

/* MAIN */
@media screen and (min-width: 1200px) {
  .container-fluid {
    padding: 0 3rem;
  }
}

.container {
  max-width: 1550px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: relative;
}
.container.container-sm {
  max-width: 1200px;
}

/* TYPOGRAPHY */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "Karla", sans-serif;
  font-weight: 500;
  color: black;
}

h1, .h1, h2, .h2 {
  color: black;
}

.h0 {
  font-size: 3.5rem;
}

h1, .h1 {
  font-size: 2.7rem;
}
h2, .h2 {
  font-size: 2.3rem;
  color: black;
}
h2 small, .h2 small {
  font-size: 1rem;
  opacity: 0.8;
}

h3, .h3 {
  font-size: 2.2rem;
}

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

a {
  color: inherit;
}

p, ul, ol {
  line-height: 1.65;
}

.p {
  font-size: 1.1rem;
}

.font-title {
  font-family: "Karla", sans-serif;
}

main p {
  margin: 1rem 0;
}
main h2 {
  margin: 1.8rem 0;
  font-size: 2rem;
}
main h3 {
  margin: 1.3rem 0 1.25rem 0;
  font-size: 1.6rem;
}
main h4, main h5, main h6 {
  margin: 1.4rem 0 1.25rem 0;
  font-size: 1.25rem;
}

.intro p {
  margin-top: 0;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.5;
}

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

/* TEXT COLORS */
.text-blue {
  color: #005fd1;
}

.text-dark-blue {
  color: #01479b;
}

/* BG COLORS */
.bg-blue {
  background-color: #005fd1;
}

.bg-dark-blue {
  background-color: #01479b;
}

.bg-primary {
  background-color: #B0CBD7 !important;
}

.bg-background {
  background-color: #F6F7FD !important;
}

.bg-blue p, .bg-blue h1, .bg-blue .h1, .bg-blue h2, .bg-blue .h2, .bg-blue h3, .bg-blue .h3, .bg-blue h4, .bg-blue .h4, .bg-blue h5, .bg-blue .h5, .bg-blue h6, .bg-blue .h6, .bg-dark-blue p, .bg-dark-blue h1, .bg-dark-blue .h1, .bg-dark-blue h2, .bg-dark-blue .h2, .bg-dark-blue h3, .bg-dark-blue .h3, .bg-dark-blue h4, .bg-dark-blue .h4, .bg-dark-blue h5, .bg-dark-blue .h5, .bg-dark-blue h6, .bg-dark-blue .h6 {
  color: white;
}

.fill-tertiary {
  color: #CF0C2C;
}

.fill-white {
  color: white;
}

/* BUTTONS */
.btn {
  padding: 0.8rem 2.2rem;
  position: relative;
  font-size: 1.1rem;
  font-weight: 600;
  border-width: 2px;
  border-radius: 2rem;
  transition: 0.3s all cubic-bezier(0.7, 0, 0.2, 1);
  white-space: nowrap;
}
@media (max-width: 468px) {
  .btn {
    padding: 0.5rem 1rem;
    font-size: 0.95rem;
  }
}
.btn.btn-primary {
  color: white;
  border-color: #B0CBD7;
  background-color: #B0CBD7;
}
.btn.btn-primary:hover, .btn.btn-primary:focus-visible {
  border-color: #7f969d;
  background-color: #7f969d;
}
.btn.btn-secondary {
  color: white;
  border-color: #01479b;
  background-color: #01479b;
}
.btn.btn-secondary:hover, .btn.btn-secondary:focus-visible {
  border-color: #005fd1;
  background-color: #005fd1;
}
.btn.btn-tertiary {
  color: white;
  border-color: #CF0C2C;
  background-color: #CF0C2C;
}
.btn.btn-tertiary:hover, .btn.btn-tertiary:focus-visible {
  border-color: #CF0C2C;
  background-color: #990013;
}
.btn.btn-tertiary-alt {
  font-weight: 600;
  color: #D0132D;
  border-color: #E8C4C9;
  background-color: #E8C4C9;
}
.btn.btn-tertiary-alt:hover, .btn.btn-tertiary-alt:focus-visible {
  color: white;
  border-color: #CF0C2C;
  background-color: #CF0C2C;
}
.btn.btn-tertiary-invert {
  color: #CF0C2C;
  border-color: white;
  background-color: white;
}
.btn.btn-tertiary-invert:hover, .btn.btn-tertiary-invert:focus-visible {
  border-color: gray;
  background-color: white;
}
.btn.btn-slim {
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
}
.btn.btn-outline {
  background: unset;
  color: #CF0C2C;
  border: #CF0C2C 1px solid;
  padding: 0.75rem 1rem;
  border-radius: 1rem;
}
.btn.btn-outline:hover {
  color: white;
  background-color: #CF0C2C;
}
.btn.btn-arrow:after {
  content: "\f105";
  margin: 0 0 0 0.9rem;
  font-family: "Font Awesome 6 Pro";
  font-size: 0.9rem;
}
.btn.btn-expertises {
  width: 300px;
  text-align: left;
}

/* SECTIONS */
section {
  padding: 5rem 0;
}
section.first-section {
  padding: 3.5rem 0 4rem 0;
}
section.section-xs {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
section .section-sm {
  padding: 4rem 0;
}
section.section-xl {
  padding: 3rem 0;
}
@media screen and (min-width: 576px) {
  section.section-xl {
    padding: 8rem 0;
  }
}
section.bg-card-bg .box {
  background-color: #F6F7FD;
  border-radius: 2.5rem;
  padding: 4rem;
}
@media screen and (max-width: 768px) {
  section.bg-card-bg .box {
    padding: 4rem 2rem;
  }
}
section .overlay {
  background-repeat: no-repeat !important;
  width: 100%;
  background-size: 100% 100%;
  z-index: 1;
  position: absolute;
  bottom: 0;
  top: 0;
  pointer-events: none;
}
section.bg-primary {
  background-color: #B0CBD7 !important;
}
section.bg-primary .overlay {
  background: linear-gradient(0deg, #B0CBD7 5%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 80%, #B0CBD7 100%);
}
section.bg-secondary {
  background-color: #003D51 !important;
}
section.bg-secondary .overlay {
  background: linear-gradient(0deg, #003D51 5%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 80%, #003D51 100%);
}
section.bg-tertiary {
  background-color: #CF0C2C !important;
}
section.bg-tertiary .overlay {
  background: linear-gradient(0deg, #CF0C2C 5%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 80%, #CF0C2C 100%);
}
section.bg-accent {
  background-color: #F6D0D5;
}
section.bg-accent .overlay {
  background: linear-gradient(0deg, #F6D0D5 5%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 80%, #F6D0D5 100%);
}
section.bg-white {
  background-color: #F6F7FD;
}
section.bg-white .overlay {
  background: linear-gradient(0deg, #F6F7FD 5%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 80%, #F6F7FD 100%);
}
section.bg-white .vector {
  filter: brightness(50%) opacity(25%);
}
section .vector {
  z-index: 0;
  width: 25rem;
  height: 25rem;
  position: absolute;
  background-image: url(images/klusvrouw-vector.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom right;
}
section .vector.top-left {
  top: 0;
  left: 0;
}
section .vector.bottom-left {
  bottom: 0;
  left: 0;
  rotate: -90deg;
}
section .vector.top-right {
  top: 0;
  right: 0;
  background-position: top right;
  transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  rotate: 0deg;
}
section .vector.bottom-right {
  bottom: 0;
  right: 0;
  background-position: bottom right;
  transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  rotate: 90deg;
}
@media screen and (max-width: 768px) {
  section .vector {
    z-index: -1;
    width: 16rem;
    height: 16rem;
  }
}

.vector-icon {
  width: 6rem;
  height: 6rem;
  position: absolute;
  background-image: url(images/vector-kwast.svg);
  background-repeat: no-repeat;
  background-size: contain;
  object-fit: scale-down;
  z-index: 20;
  transform: translateY(calc(var(--scroll-offset, 0) * 0.5));
  will-change: transform;
}
.vector-icon.animate {
  animation: sway 3s infinite ease-in-out;
  transform-origin: center center;
}
.vector-icon.animate-ease {
  animation: sway 2s infinite cubic-bezier(0.21, 0.01, 0, 0.93);
  transform-origin: center center;
}
.vector-icon.kwast {
  background-image: url(images/vector-kwast.svg);
}
.vector-icon.hamer {
  background-image: url(images/vector-hamer.svg);
}
.vector-icon.bezem {
  background-image: url(images/vector-bezem.svg);
}
.vector-icon.breekijzer {
  background-image: url(images/vector-breekijzer.svg);
}
.vector-icon.wrench {
  background-image: url(images/vector-wrench.svg);
}

/* BLOCKS */
.block {
  padding: 4rem 2rem;
  border-radius: 4rem;
}

/* HEADER */
.topbar {
  padding: 1.5rem 0;
  font-size: 1rem;
  font-weight: 700;
  background: #01479b;
}
.topbar ul li:not(:last-child) {
  margin-right: 1.8rem;
}
.topbar ul li a {
  color: white;
  text-decoration: none;
}
.topbar ul li a:hover {
  text-decoration: underline;
}

.navbar {
  width: 100%;
  position: sticky;
  top: 0 !important;
  z-index: 99 !important;
  background-color: #B0CBD7;
  transition: transform 0.3s ease-in-out;
}
.navbar.scrolled {
  background-color: white;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.navbar.search-active {
  transform: translateY(75%);
}
.navbar .navbar-brand img {
  position: absolute;
  width: 10rem;
  aspect-ratio: 1/1;
  top: 1rem;
  transition: all 0.4s ease-in-out;
  z-index: 99;
}
@media (max-width: 992px) {
  .navbar .navbar-brand img {
    width: 6.5rem;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
.navbar .navbar-brand-alt {
  display: none;
}
.navbar .navbar-brand-alt img {
  width: 100%;
  max-width: 20rem;
  height: 100%;
  min-height: 4rem;
  max-height: 4rem;
}
.navbar .navbar-toggler {
  position: relative;
  border: none !important;
  padding: 0;
}
@media screen and (max-width: 992px) {
  .navbar .navbar-toggler {
    margin-top: 2rem;
  }
}
.navbar .navbar-toggler:focus {
  box-shadow: unset;
}
.navbar .navbar-toggler .bar1, .navbar .navbar-toggler .bar2, .navbar .navbar-toggler .bar3 {
  width: 30px;
  height: 2px;
  margin: 6px 0;
  transition: 0.3s;
  border: none;
  border-radius: 30px;
  background-color: #003D51;
}
.navbar .navbar-toggler .change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-4px, 3px);
  transform: rotate(-45deg) translate(-3px, 3px);
}
.navbar .navbar-toggler .change .bar2 {
  opacity: 0;
}
.navbar .navbar-toggler .change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}
.navbar .navbar-container {
  width: 100%;
  font-family: "Karla", sans-serif;
}
@media screen and (max-width: 768px) {
  .navbar .navbar-container .navbar-collapse {
    background-color: white;
    border-radius: 2rem;
  }
  .navbar .navbar-container {
    padding-top: 3rem;
  }
}
.navbar .navbar-container .navbar-nav {
  padding: 1rem;
}
.navbar .navbar-container .navbar-nav .menu-item {
  padding: 0 5px;
  display: flex;
  flex-direction: row;
  gap: 0;
  flex-wrap: wrap;
}
.navbar .navbar-container .navbar-nav .menu-item .nav-link {
  color: #003D51;
  font-weight: 700;
}
.navbar .navbar-container .navbar-nav .menu-item .nav-link:hover, .navbar .navbar-container .navbar-nav .menu-item .nav-link.active {
  color: #990013;
}
.navbar .navbar-container .navbar-nav .menu-item .nav-link:focus {
  outline: none;
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.navbar .navbar-container .navbar-nav .menu-item:focus {
  outline: none;
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.navbar .navbar-container .navbar-nav .menu-item .dropdown-menu {
  width: max-content;
  min-width: 14rem;
  padding: 0.6rem 0;
  border-radius: 0.8rem;
  border: 0;
  flex-basis: 100%;
}
.navbar .navbar-container .navbar-nav .menu-item .dropdown-menu li a {
  padding: 0.7rem 3rem 0.7rem 1.2rem;
  font-size: 1.1rem;
  color: black;
  font-weight: 700;
}
@media screen and (max-width: 992px) {
  .navbar .navbar-container .navbar-nav .menu-item .dropdown-menu li a {
    margin-left: 2rem;
  }
}
.navbar .navbar-container .navbar-nav .menu-item .dropdown-menu li a:hover {
  color: #990013;
  background-color: transparent;
}
.navbar .navbar-container .navbar-nav .menu-item .dropdown-menu li a.active {
  font-weight: 700;
  color: #565656;
  background-color: transparent;
}

.search-bar {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  z-index: 1030;
  transition: top 0.3s ease-in-out;
  padding: 1rem 0;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  background-color: #003D51;
}
.search-bar.search-page {
  position: relative;
  top: 0;
}
@media (max-width: 968px) {
  .search-bar.search-page .navbar-brand img {
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
.search-bar.search-page .navbar-brand img {
  position: absolute;
  width: 10rem;
  aspect-ratio: 1/1;
  margin-right: 0;
  top: 1rem;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 992px) {
  .search-bar.search-page .navbar-brand img {
    width: 6rem;
  }
}
.search-bar.active {
  top: 0;
}
.search-bar .navbar-brand img {
  position: absolute;
  width: 10rem;
  aspect-ratio: 1/1;
  margin-right: 0;
  top: 1rem;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 992px) {
  .search-bar .navbar-brand img {
    width: 6rem;
  }
}

/* HERO */
.hero {
  z-index: auto;
  overflow: hidden;
  height: 75vh;
  padding: 9rem 0;
  position: relative;
  background: #B0CBD7;
}
@media (max-width: 968px) {
  .hero {
    height: 80vh;
  }
}
@media screen and (min-width: 992px) {
  .hero {
    padding: 14rem 0 12rem 0;
  }
}
.hero .hero-overlay {
  background: linear-gradient(0deg, #B0CBD7 5%, rgba(0, 0, 0, 0) 50%, #B0CBD7 90%);
  background-repeat: no-repeat !important;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  z-index: 1;
  position: absolute;
  bottom: 0;
  top: 0;
  pointer-events: none;
}
@media screen and (max-width: 992px) {
  .hero .hero-overlay {
    background: linear-gradient(0deg, #B0CBD7 40%, rgba(0, 0, 0, 0) 75%, #B0CBD7 95%);
  }
}
.hero .vector {
  z-index: 0;
  width: 25rem;
  height: 25rem;
  position: absolute;
  background-image: url(images/klusvrouw-vector.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom right;
}
@media screen and (max-width: 768px) {
  .hero .vector {
    z-index: 0;
    width: 16rem;
    height: 16rem;
  }
}
.hero .hero-block {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 45rem;
  left: 3rem;
  z-index: 10 !important;
}
@media screen and (max-width: 992px) {
  .hero .hero-block {
    left: unset;
    width: 100%;
    padding: 0 2rem;
    top: auto;
    bottom: 2rem;
    transform: none;
  }
}
@media screen and (max-width: 576px) {
  .hero .hero-block {
    top: auto;
    bottom: 2rem;
    transform: none;
  }
  .hero .hero-block h1 {
    font-size: 2.2rem;
    margin-bottom: 0;
    color: #003D51;
  }
}
.hero .hero-block .kwast {
  right: -6rem;
  top: -4rem;
}
.hero .hero-block .bezem {
  left: 50%;
  top: -10rem;
}
.hero .hero-block .wrench {
  left: 0;
  bottom: -8rem;
}
.hero .hero-block .breekijzer {
  left: 85%;
  bottom: -2rem;
}
.hero .hero-block h1, .hero .hero-block p, .hero .hero-block .postcode-search {
  position: relative;
  z-index: 10;
  color: #003D51;
}
.hero .container-fluid {
  position: relative;
  z-index: 1;
}
.hero .card-container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: calc(100% - 2rem);
  left: 1rem;
  z-index: 1;
}
.hero .card-container .heroSwiper {
  height: auto;
  max-height: 60rem;
  overflow: hidden;
  border-radius: 1rem;
  transition: 0.3s all cubic-bezier(0.7, 0, 0.2, 1);
}
.hero .card-container .heroSwiper .swiper-wrapper {
  overflow: hidden;
}
.hero .card-container .heroSwiper .swiper-wrapper .swiper-slide {
  z-index: 2;
}
@media (max-width: 968px) {
  .hero .card-container .heroSwiper .swiper-wrapper {
    pointer-events: none;
  }
}
.hero .card-container .card {
  position: relative;
  margin: 0 2.5rem;
  z-index: 2 !important;
  background: white;
}
.hero .card-container .card.offset {
  transform: translateX(5%);
}
@media screen and (max-width: 992px) {
  .hero .card-container .card.offset {
    transform: translateX(0);
  }
}
@media screen and (max-width: 768px) {
  .hero .card-container .card {
    margin: 0 1rem;
  }
}
.hero .scroll-down {
  width: 5.5rem;
  height: 5.5rem;
  position: absolute;
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  display: grid;
  place-content: center;
  font-size: 1.9rem;
  color: white;
  text-decoration: none;
  z-index: 3;
  border-radius: 50%;
  background-color: #01479b;
  transition: 0.3s all cubic-bezier(0.7, 0, 0.2, 1);
}
.hero .scroll-down:hover {
  transform: translateX(-50%) translateY(0.3rem);
}

/* Breadcrumbs */
.breadcrumbs {
  padding: 1.3rem 0 0 0;
  display: flex;
  gap: 0.5rem;
  font-size: 1.1rem;
}
.breadcrumbs i {
  font-size: 0.7rem;
}
.breadcrumbs a {
  text-decoration: underline;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}

/* Foto sectie */
.foto-sectie {
  height: 20rem;
  position: relative;
}
@media screen and (min-width: 992px) {
  .foto-sectie {
    height: 40rem;
  }
}
.foto-sectie img, .foto-sectie .wp-post-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Page slider */
.page-slider .owl-nav button, .foto-slider .owl-nav button {
  width: 3rem;
  height: 3rem;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  font-size: 1.6rem !important;
  color: #01479b !important;
  border-radius: 50%;
  box-shadow: 0 0.3rem 0.5rem rgba(0, 0, 0, 0.1);
  background-color: white !important;
  transition: 0.3s all cubic-bezier(0.7, 0, 0.2, 1);
}
.page-slider .owl-nav button.owl-prev, .foto-slider .owl-nav button.owl-prev {
  left: -1.5rem;
}
.page-slider .owl-nav button.owl-next, .foto-slider .owl-nav button.owl-next {
  right: -1.5rem;
}
.page-slider .owl-nav button.disabled, .foto-slider .owl-nav button.disabled {
  opacity: 0;
  pointer-events: none;
}

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

/* DIENST */
.to-top {
  margin-top: -8.9rem;
  position: relative;
  z-index: 1;
}

.link-list {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.link-list a {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  text-decoration: none;
  border-radius: 0.6rem;
  overflow: hidden;
  background-color: white;
}
.link-list a span {
  width: 5.5rem;
  height: 5.5rem;
  display: grid;
  place-content: center;
  font-size: 2rem;
  color: white;
  transition: 0.3s all cubic-bezier(0.7, 0, 0.2, 1);
  background-color: #B0CBD7;
}
.link-list a:hover span {
  background-color: #7f969d;
}

.medewerker-blok {
  padding: 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4.5rem;
  border-radius: 1rem;
  background-color: #d5e2f4;
}
.medewerker-blok .medewerker-kaart {
  margin: 0 4rem;
  flex-shrink: 0;
  padding: 0 2rem 2rem 2rem;
  border-radius: 1rem;
  background: white;
}
.medewerker-blok figure {
  width: 4.5rem;
  height: 4.5rem;
  margin: -1rem auto 1rem auto;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
}
.medewerker-blok figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.diensten-icon {
  padding: 0 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8rem;
  text-align: center;
  text-decoration: none;
  border-radius: 0.5rem;
  background-color: white;
}
.diensten-icon .icon {
  width: 8.2rem;
  height: 8.2rem;
  position: relative;
  display: grid;
  place-content: center;
  font-size: 3rem;
  color: white;
  border-radius: 50%;
  background-color: #B0CBD7;
  transition: 0.3s all cubic-bezier(0.7, 0, 0.2, 1);
}
.diensten-icon .arrow {
  width: 3.2rem;
  height: 3.2rem;
  right: -0.8rem;
  bottom: 0;
  position: absolute;
  display: grid;
  place-content: center;
  font-size: 1.4rem;
  color: white;
  border-radius: 50%;
  background-color: #01479b;
  transition: 0.3s all cubic-bezier(0.7, 0, 0.2, 1);
}
.diensten-icon p {
  color: dimgray;
}
.diensten-icon:hover .icon {
  background-color: #7f969d;
}
.diensten-icon:hover .arrow {
  transform: translateX(0.2rem);
  background-color: #005fd1;
}

.featured-page {
  display: block;
  text-decoration: none;
  border-radius: 0.5rem;
  background-color: white;
  overflow: hidden;
}
.featured-page .featured-page-photo {
  height: 14rem;
  overflow: hidden;
  border-radius: 0.5rem 0.5rem 0 0;
}
.featured-page .featured-page-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: 0.3s all cubic-bezier(0.7, 0, 0.2, 1);
}
.featured-page .featured-page-content {
  padding: 2.5rem;
}
.featured-page:hover .featured-page-photo img {
  transform: scale(1.05);
}

/* MEDEWERKER */
/* CONTENT SPLIT */
.content-split figure {
  height: 100%;
}
.content-split figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.5rem;
}
.content-split .content-split-content {
  padding: 4rem 0;
}

/* BLOG */
.blog-header img {
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
}

.blog {
  height: 100%;
  display: flex;
  flex-direction: column;
  color: #565656;
  text-decoration: none;
}
.blog .blog-photo {
  position: relative;
  aspect-ratio: 16/11;
  overflow: hidden;
  border-radius: 0.5rem;
}
.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-photo time {
  padding: 1.1rem 1.6rem;
  bottom: 0;
  left: 1rem;
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: black;
  z-index: 1;
  border-radius: 0.5rem 0.5rem 0 0;
  border-top: 10px solid #01479b;
  background-color: white;
}
.blog .blog-photo time .day {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
}
.blog .blog-photo time .month {
  line-height: 1;
}
.blog .blog-content {
  padding: 2.4rem 1rem 2rem 1rem;
}
.blog .blog-content a {
  text-decoration: none;
}
.blog .blog-content a:hover {
  text-decoration: underline;
}
.blog .blog-content .read-more {
  display: block;
  color: #01479b;
  font-weight: 500;
  text-decoration: underline;
}
.blog:hover .blog-photo img {
  transform: scale(1.05);
}

/* CONTACT PAGE */
.nf-form-fields-required {
  margin: 1rem 0 1rem 0;
}

.nf-form-content {
  padding: 0 !important;
}
.nf-form-content label, .nf-form-content .nf-field-label .nf-label-span {
  font-size: 1.1rem !important;
  font-weight: 400 !important;
}
.nf-form-content .label-above .nf-field-label {
  margin-bottom: 0.5rem !important;
}
.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: #565656 !important;
  border: 1px solid #949494 !important;
  border-radius: 0.4rem !important;
  background: white !important;
}
.nf-form-content input[type=submit] {
  height: auto !important;
  padding: 0.9rem 1.5rem !important;
  font-size: 1.1rem !important;
  font-weight: 600;
  color: white !important;
  border: 0 !important;
  border-radius: 2rem !important;
  background: #CF0C2C !important;
}
.nf-form-content input[type=submit]:hover {
  scale: 0.95;
  background: #CF0C2C !important;
}

/* FOOTER */
footer {
  padding: 6rem 0;
  color: white;
  background-color: #003D51;
  position: relative;
}
@media screen and (max-width: 992px) {
  footer {
    padding: 2rem 0;
  }
}
footer .overlay {
  background: linear-gradient(0deg, #003D51 5%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 80%, #003D51 100%);
  background-repeat: no-repeat !important;
  width: 100%;
  background-size: 100% 100%;
  z-index: 1;
  position: absolute;
  bottom: 0;
  top: 0;
}
footer .vector {
  z-index: 0;
  width: 25rem;
  height: 25rem;
  position: absolute;
  background-image: url(images/klusvrouw-vector.svg);
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  right: 0;
  background-position: bottom right;
  transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  rotate: 90deg;
}
footer a {
  color: white;
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
}
footer .footer-logo {
  z-index: 3;
  width: 12rem;
  margin-bottom: 1rem;
  position: absolute;
  top: -8.5rem;
}
@media (max-width: 1200px) {
  footer .footer-logo {
    position: relative;
    top: unset;
  }
}
footer .footer-slogan {
  width: 65%;
  font-size: 1.6rem;
  font-family: "Febfelt Script", sans-serif;
  z-index: 10;
}
@media (min-width: 1200px) {
  footer .footer-slogan {
    margin-top: 4rem;
  }
}
footer .socials {
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
  z-index: 10;
}
footer .footer-cta-position {
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  right: 0;
  gap: 1.5rem;
  left: 0;
  padding: 0 1rem;
  width: 100%;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  footer .footer-cta-position {
    padding: 0;
  }
}
@media screen and (min-width: 1200px) {
  footer .footer-cta-position {
    width: 45rem;
    position: absolute;
    top: -12rem;
    right: 0;
    gap: 1.5rem;
    left: unset;
    padding: 0 3rem;
  }
}
@media screen and (min-width: 1600px) {
  footer .footer-cta-position {
    width: 55rem;
  }
}
footer .footer-cta-position .footer-cta {
  border-radius: 2.5rem;
  background-color: #D0132D;
  padding: 4rem;
  width: 100%;
}
footer .footer-cta-position .footer-cta h3 {
  font-family: "Febfelt Script", sans-serif;
}
@media screen and (max-width: 768px) {
  footer .footer-cta-position .footer-cta h3 {
    font-size: 1.5rem;
    width: 100%;
  }
}
footer .footer-cta-position .footer-cta h3, footer .footer-cta-position .footer-cta p {
  color: white;
}
footer .footer-cta-position .footer-cta .img-character {
  position: absolute;
  bottom: -2rem;
  right: 4rem;
}
@media screen and (max-width: 768px) {
  footer .footer-cta-position .footer-cta {
    padding: 1.5rem;
  }
}
footer .footer-menu {
  z-index: 99;
}

.footerbar {
  padding-top: 1rem;
  padding-bottom: 4rem;
  font-size: 1.1rem;
  color: black;
  background-color: white;
}
.footerbar ul {
  margin: 0;
  display: flex;
  gap: 1.4rem;
}
.footerbar ul li a {
  text-decoration: none;
}
.footerbar ul li a:hover {
  text-decoration: underline;
}

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

#header-grid-block .kwast {
  left: 4rem;
  top: 8rem;
}
@media (max-width: 992px) {
  #header-grid-block .kwast {
    display: none;
  }
}
#header-grid-block .hamer {
  right: 8rem;
}
@media (max-width: 992px) {
  #header-grid-block .hamer {
    right: 2rem;
  }
}
#header-grid-block .steps {
  margin-bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: stretch;
}
#header-grid-block .steps .step {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 3rem;
  gap: 10px;
  height: 100%;
  width: 100%;
}
#header-grid-block .steps .step .icon-wrapper {
  margin-bottom: 1.5rem;
  flex-shrink: 0;
}
#header-grid-block .steps .step .icon-wrapper i {
  scale: 1.5;
}
#header-grid-block .steps .step h5 {
  color: #CF0C2C;
}
#header-grid-block .steps .step p {
  font-size: 1rem;
  margin-bottom: auto;
}
#header-grid-block .search-pos {
  display: flex !important;
  justify-content: center !important;
  width: 100% !important;
}
#header-grid-block .search-pos .postcode-search, #header-grid-block .search-pos a {
  width: 100%;
  position: absolute;
  bottom: 3.5rem;
}
#header-grid-block .search-pos form {
  flex-shrink: 0;
  width: 100%;
}

#header-gigs-block h1, #header-gigs-block h2, #header-highlight-block h1, #header-highlight-block h2 {
  color: #003D51;
}
#header-gigs-block .img-character, #header-highlight-block .img-character {
  position: absolute;
  bottom: -10rem;
  right: 2rem;
  animation: sway 8s infinite;
  scale: 1.2;
}
@media screen and (max-width: 992px) {
  #header-gigs-block .img-character, #header-highlight-block .img-character {
    scale: 1;
  }
}
#header-gigs-block .hamer, #header-highlight-block .hamer {
  right: 20rem;
  top: -2rem;
}
#header-gigs-block .breekijzer, #header-highlight-block .breekijzer {
  right: 12rem;
  bottom: 10rem;
}
@media (max-width: 992px) {
  #header-gigs-block .breekijzer, #header-highlight-block .breekijzer {
    display: none;
  }
}
#header-gigs-block .wrench, #header-highlight-block .wrench {
  left: 22rem;
  bottom: 4rem;
}
@media (max-width: 992px) {
  #header-gigs-block .wrench, #header-highlight-block .wrench {
    display: none;
  }
}
#header-gigs-block .highlight-content, #header-highlight-block .highlight-content {
  position: relative;
  z-index: 4;
}
#header-gigs-block .gigs .gig, #header-highlight-block .gigs .gig {
  z-index: 2;
  display: flex;
  flex-direction: row;
  gap: 1rem;
  border: 1px solid #F9E1E5;
  padding: 1rem;
  border-radius: 2.5rem;
  box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.08);
  transition: all 0.2s ease-in-out;
  background-color: white;
  position: relative;
  isolation: isolate;
  text-decoration: none;
  margin-bottom: 2rem;
}
#header-gigs-block .gigs .gig p, #header-highlight-block .gigs .gig p {
  font-weight: 700;
  margin-bottom: 0;
}
#header-gigs-block .gigs .gig .block, #header-highlight-block .gigs .gig .block {
  padding: 1rem;
  margin: 0.5rem;
  aspect-ratio: 1/1;
  color: #CF0C2C;
  background-color: #F6D0D5;
  transition: all 0.1s ease-in-out;
  border-radius: 1.5rem;
}
#header-gigs-block .gigs .gig .block .icon-wrapper, #header-highlight-block .gigs .gig .block .icon-wrapper {
  aspect-ratio: 1/1;
  width: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
#header-gigs-block .gigs .gig .block .icon-wrapper i, #header-highlight-block .gigs .gig .block .icon-wrapper i {
  color: #F9A0B7;
}
#header-gigs-block .gigs .gig .block img, #header-highlight-block .gigs .gig .block img {
  aspect-ratio: 1/1;
  width: 3rem;
  padding: 0;
  filter: invert(86%) sepia(97%) saturate(4498%) hue-rotate(343deg) brightness(81%) contrast(100%);
}
#header-gigs-block .gigs .gig:hover, #header-highlight-block .gigs .gig:hover {
  color: white;
  background-color: #CF0C2C;
  box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.15);
}
#header-gigs-block .gigs .gig:hover img, #header-highlight-block .gigs .gig:hover img {
  filter: unset;
}
#header-gigs-block .gigs .gig:hover .block, #header-highlight-block .gigs .gig:hover .block {
  background-color: rgba(255, 255, 255, 0.2);
}

.sectie_text_image h3 {
  white-space: pre-wrap;
  word-break: break-word;
  hyphens: auto;
}
.sectie_text_image .kwast {
  right: 4rem;
  bottom: 2rem;
}
.sectie_text_image .breekijzer {
  left: 4rem;
  bottom: 2rem;
}
.sectie_text_image .text-image-box {
  border-radius: 4rem;
  overflow: hidden;
}
.sectie_text_image .text-image-box .row {
  min-height: 300px;
}
.sectie_text_image .image-col {
  display: flex;
}
.sectie_text_image .image-container {
  object-fit: cover;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sectie_text_image .image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.sectie_text_image .text-bg {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 3rem;
  background-color: #F6F7FD;
}
@media (max-width: 992px) {
  .sectie_text_image .text-bg {
    padding: 2rem;
  }
}

#single-staff .personal-stamp {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 0.5rem;
  object-fit: contain;
  max-width: 8rem;
  position: absolute;
  rotate: 22deg;
  top: -3rem;
  right: 0;
  z-index: 10;
}
@media (min-width: 1600px) {
  #single-staff .personal-stamp {
    max-width: 10rem;
    right: -1rem;
  }
}
@media (min-width: 1630px) {
  #single-staff .personal-stamp {
    right: -2rem;
  }
}
@media (min-width: 1660px) {
  #single-staff .personal-stamp {
    right: -3rem;
  }
}
@media (min-width: 1690px) {
  #single-staff .personal-stamp {
    right: -4rem;
  }
}
@media (max-width: 992px) {
  #single-staff .personal-stamp {
    max-width: 6rem;
    top: 0;
    right: 1rem;
  }
}
#single-staff #single-staff-content a {
  color: #2788F9;
}
#single-staff .personal-pic {
  border-radius: 2rem;
  aspect-ratio: 1/1;
  object-fit: cover;
}
#single-staff .skills a, #single-staff .communities a {
  text-decoration: none;
}
#single-staff .skills .btn, #single-staff .communities .btn {
  padding: 0.5rem 1.25rem;
}
#single-staff .skills .btn .skill-icon, #single-staff .communities .btn .skill-icon {
  height: 1.5rem;
  object-fit: scale-down;
  aspect-ratio: 1/1;
  color: inherit;
  margin-right: 0.5rem;
  filter: invert(86%) sepia(97%) saturate(4498%) hue-rotate(343deg) brightness(81%) contrast(100%);
}
#single-staff .skills .btn .community-icon, #single-staff .communities .btn .community-icon {
  height: 1.25rem;
  filter: grayscale(1);
  margin-right: 0.5rem;
}
#single-staff .skills .btn:hover .skill-icon, #single-staff .communities .btn:hover .skill-icon {
  filter: brightness(0) invert(1);
  opacity: 0.9;
}
#single-staff .skills .btn:hover .community-icon, #single-staff .communities .btn:hover .community-icon {
  filter: grayscale(0);
}
#single-staff .card {
  padding: 2rem;
}
#single-staff .card.sidebar p {
  margin-bottom: 0;
  font-weight: 500;
  font-family: "Karla", sans-serif;
  word-break: break-word;
}
@media screen and (max-width: 992px) {
  #single-staff .card#contact-form {
    padding: 1rem;
    margin-bottom: 2rem;
  }
  #single-staff .card {
    padding: 2rem;
  }
}
#single-staff .no-content {
  min-height: 50vh;
}
#single-staff .gallery .klusvrouw-image {
  aspect-ratio: 1/1;
  height: 15rem;
  object-fit: cover;
  border-radius: 2.5rem;
}
@media screen and (max-width: 768px) {
  #single-staff .gallery .klusvrouw-image {
    width: 100%;
    aspect-ratio: 1/1;
  }
}
#single-staff .gallery .media-img {
  aspect-ratio: 16/9;
  height: 15rem;
  object-fit: cover;
  border-radius: 2.5rem;
}

.klusvrouw-socials {
  margin: 0.82rem 0 0 0;
  padding: 0;
  display: flex;
  gap: 0.6rem;
  justify-content: center;
  list-style-type: none;
}
.klusvrouw-socials li a {
  width: 2.4rem;
  height: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  color: #003D51;
  text-decoration: none;
  border-radius: 50%;
  border: 1px solid #003D51;
  transition: 0.3s all cubic-bezier(0.7, 0, 0.2, 1);
}
.klusvrouw-socials li a:hover {
  color: white;
  transform: translateY(-0.17rem);
  background-color: #003D51;
}

#single-community .community-image {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 0.5rem;
  object-fit: contain;
  max-width: 15rem;
}

#contact-form .form-header {
  font-size: 2.2rem;
  color: #CF0C2C;
}
#contact-form .nf-form-title {
  display: none;
}
#contact-form .nf-form-fields-required {
  display: none;
}
#contact-form .nf-form .nf-multi-cell .nf-cell {
  padding-left: 0;
}

#contact-template .bus-wrapper {
  overflow: hidden;
  mask-image: linear-gradient(to right, transparent 0%, black 20%, black 80%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 20%, black 80%, transparent 100%);
  backdrop-filter: blur(8px);
}
#contact-template .bus-wrapper .bus {
  animation: driving 10s ease-in-out infinite;
  width: 25rem;
  aspect-ratio: 1/1;
  object-fit: scale-down;
}
#contact-template .hamer {
  bottom: 8rem;
  left: 1rem;
}
#contact-template .kwast {
  right: 1rem;
  bottom: -5rem;
}

.owl-carousel .owl-item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.owl-carousel .owl-item .item {
  width: 15rem;
  aspect-ratio: 1/1;
  pointer-events: all !important;
}
.owl-carousel .owl-item .item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  pointer-events: none;
}
.owl-carousel .owl-item .item .klusvrouw-image {
  border-radius: 2rem;
  width: 15rem;
  aspect-ratio: 1/1;
}
.owl-carousel .owl-item .item .logo {
  max-height: 5rem;
  object-fit: scale-down;
  filter: grayscale(100%);
}

body[data-aos-easing=bounce-ease] [data-aos], [data-aos][data-aos][data-aos-easing=bounce-ease] {
  transition-timing-function: cubic-bezier(0, 0.81, 0.22, 1.27);
}
body[data-aos-easing=fast-ease] [data-aos], [data-aos][data-aos][data-aos-easing=fast-ease] {
  transition-timing-function: cubic-bezier(0.01, 0.58, 0.21, 1);
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes driving {
  0% {
    transform: translateX(200%);
  }
  50% {
    transform: translateX(50%);
  }
  55% {
    transform: translateX(50%);
  }
  100% {
    transform: translateX(-200%);
  }
}
#search-form .postcode-search, #search-form .filters {
  margin-left: auto;
  margin-right: auto;
}
#search-form .filters {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  margin-bottom: 1rem;
  width: fit-content;
}
#search-form .filters select {
  border-radius: 2rem;
  padding: 1rem;
}
@media screen and (max-width: 992px) {
  #search-form .filters {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  #search-form .filters {
    flex-direction: column;
  }
}

#klus-content h1, #klus-content h2 {
  font-weight: 700;
  color: #003D51;
}

#video-content .video-wrapper {
  display: block;
  position: relative;
  cursor: pointer;
  text-decoration: none;
  margin-bottom: 3rem;
}
#video-content .video-cover {
  border-radius: 2.5rem;
  object-fit: cover;
  width: 100%;
  display: block;
  background: #000;
  aspect-ratio: 16/9;
}
#video-content .red-btn {
  background: #CF0C2C;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  font-size: 18px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  transition: all 0.3s ease;
}
#video-content .red-btn:hover {
  background: rgb(158.7945205479, 9.2054794521, 33.7534246575);
  transform: translate(-50%, -50%) scale(1.1);
}

#gallery-block h1, #gallery-block h2, #gallery-carousel h1, #gallery-carousel h2 {
  font-weight: 700;
  color: #003D51;
}
#gallery-block .breekijzer, #gallery-carousel .breekijzer {
  left: 2rem;
  bottom: 6rem;
}
@media (max-width: 992px) {
  #gallery-block .breekijzer, #gallery-carousel .breekijzer {
    display: none;
  }
}
#gallery-block .gallery .gallery-image, #gallery-carousel .gallery .gallery-image {
  width: 15rem;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 992px) {
  #gallery-block .gallery .gallery-image, #gallery-carousel .gallery .gallery-image {
    width: 100%;
    aspect-ratio: 1/1;
  }
}

.google-maps-wrap {
  max-width: 100%;
  overflow: hidden;
  color: red;
  height: 250px;
  border-radius: 2rem;
}
@media screen and (min-width: 576px) {
  .google-maps-wrap {
    height: 400px;
  }
}
.google-maps-wrap .google-maps-display {
  height: 100%;
  width: 100%;
  max-width: 100%;
}

.google-map-bar {
  border-radius: 2rem;
  position: absolute;
  bottom: 8rem;
  left: 2rem;
  background-color: #B0CBD7;
  color: black;
  border: 2px solid black;
  padding: 2rem;
  box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.08);
  width: 30%;
}
@media (max-width: 992px) {
  .google-map-bar {
    width: 50%;
  }
}
.google-map-bar .google-map-inner.active {
  min-height: 100%;
}

@keyframes sway {
  0%, 100% {
    transform: rotate(-6deg);
  }
  50% {
    transform: rotate(6deg);
  }
}
.story-container {
  position: relative;
  text-align: start;
  margin-bottom: 2rem;
}
.story-container .card {
  text-decoration: unset;
  margin-left: 4rem;
}
@media (max-width: 968px) {
  .story-container .card {
    margin: 0;
  }
}
.story-container .card .card-inner {
  margin-left: 2rem;
}
@media (max-width: 968px) {
  .story-container .card .card-inner {
    margin-left: 0;
  }
}
.story-container .card .card-inner .story-wrapper {
  max-height: 10rem;
  overflow: hidden;
  mask: linear-gradient(black, black, transparent);
  backdrop-filter: blur(8px);
}

.story-logo {
  position: absolute;
  top: 25px;
  left: 0;
  z-index: 10;
  max-width: 140px;
}
@media (max-width: 968px) {
  .story-logo {
    width: 5rem;
    height: 5rem;
    left: unset;
    right: 5px;
    top: 5px;
  }
}

.alert-primary {
  background-color: #B0CBD7;
}

#search-page a, #search-page h5, #search-page h4, #search-page p {
  text-decoration: none;
  margin-bottom: 0;
}
#search-page .post-type {
  text-transform: uppercase;
  color: #6299AF;
  font-weight: 700;
}

.sticky-button {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 10;
}
.sticky-button .btn-slim {
  margin-left: 2rem;
  z-index: 8;
  scale: 1.5;
}
.sticky-button #toggler-notif {
  position: absolute;
  bottom: -1rem;
  left: 4.5rem;
  z-index: 10;
  font-weight: 600;
  background-color: #FFC108;
  color: black;
  font-size: 1rem;
  display: none;
}

#location-search {
  background-color: #F6F7FD;
}
#location-search .mobile-view-toggle {
  background-color: #F6F7FD;
  padding: 1rem 0;
  border-bottom: 1px solid #e9ecef;
}
#location-search .mobile-view-toggle .view-switch .btn-group {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 25px;
  overflow: hidden;
}
#location-search .mobile-view-toggle .view-switch .btn-group .btn {
  border: none;
  padding: 0.5rem 1.5rem;
  font-weight: 500;
  transition: all 0.3s ease;
}
#location-search .mobile-view-toggle .view-switch .btn-group .btn.active {
  background-color: #B0CBD7;
  color: white;
  box-shadow: none;
}
#location-search .mobile-view-toggle .view-switch .btn-group .btn:not(.active) {
  background-color: white;
  color: #B0CBD7;
  border: 1px solid #B0CBD7;
}
#location-search .mobile-view-toggle .view-switch .btn-group .btn:not(.active):hover {
  background-color: #B0CBD7;
  color: white;
}
#location-search .toggler-pos {
  position: absolute;
  bottom: 2rem;
  width: min-content;
}
#location-search .toggler-pos #toggler-notif {
  position: absolute;
  bottom: -1rem;
  left: 4.5rem;
  z-index: 10;
  font-weight: 600;
  background-color: #FFC108;
  color: black;
  font-size: 1rem;
  display: none;
}
#location-search .toggler-pos .btn-slim {
  margin-left: 2rem;
  z-index: 8;
  scale: 1.5;
}
#location-search #side-results {
  background-color: #F6F7FD;
  height: 100%;
}
#location-search #side-results.hide {
  display: none;
}
#location-search #side-results.show {
  display: block;
}
#location-search #side-results .results-wrapper {
  height: auto;
  overflow-y: auto;
  overflow-x: hidden;
}
#location-search #side-results .results-wrapper .card {
  z-index: 1 !important;
}
#location-search #side-maps {
  position: sticky;
  top: 0;
  height: 100%;
  padding-bottom: 4rem;
}
#location-search #side-maps.hide {
  display: none;
}
#location-search #side-maps.show {
  display: block;
}
#location-search #side-maps #google-map {
  width: 100%;
  height: 100vh;
  margin: 0;
  padding: 0;
}
@media (max-width: 991.98px) {
  #location-search #side-results:not([style*=display]) {
    display: block;
  }
  #location-search #side-maps:not([style*=display]) {
    display: none;
  }
}
@media (min-width: 992px) {
  #location-search #side-results:not([style*=display]) {
    display: block;
  }
  #location-search #side-maps:not([style*=display]) {
    display: block;
  }
}

.card-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
  width: 100%;
}

/* ------------------ ARCHIVE PAGES ------------------ */
#archive .items .item {
  height: 100%;
  display: flex;
  flex-direction: row;
  text-decoration: none !important;
  gap: 2rem;
  padding: 1.5rem;
}
#archive .items .item p {
  font-weight: 700;
  font-size: 1.2rem;
}
#archive .items .item .block {
  width: 10rem;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 2rem;
  overflow: hidden;
  background-color: #F6D0D5;
  padding: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
#archive .items .item .block img {
  object-fit: scale-down;
  aspect-ratio: 1/1;
  width: 100%;
  object-position: center;
}
#archive .items .item .block img.samenwerking {
  filter: brightness(50%) grayscale(1);
}
#archive .items .item .block img.ledenvereniging {
  filter: brightness(80%) saturate(1.1);
}

.fancybox__container {
  z-index: auto !important;
}

.fancybox__backdrop {
  background: rgba(100, 100, 100, 0.95) !important;
}

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