/*
Theme Name: Kenter
Theme URI: https://kenter.nu
Author: Pixel Creation
Author URI: https://www.pixelcreation.nl/
Description: Dit is een thema gemaakt door Pixel Creation voor Kenter.
Version: 1.0
Text Domain: kenter
*/
/* TODO: Vervang de screenshot.png */
/* Typography */
/* Border Radius */
/* Padding */
/* Colors */
/* Other */
@font-face {
  font-family: "Titillium Web";
  src: url("webfonts/TitilliumWeb-Regular.woff2") format("woff2"), url("webfonts/TitilliumWeb-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Titillium Web";
  src: url("webfonts/TitilliumWeb-SemiBold.woff2") format("woff2"), url("webfonts/TitilliumWeb-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Titillium Web", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #1f1d36;
  background-color: white;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Main */
::selection {
  color: white;
  background: #07a68d;
}

.rounded {
  border-radius: 0.75rem !important;
}

.rounded-start {
  border-bottom-left-radius: 0.75rem !important;
  border-top-left-radius: 0.75rem !important;
}

.default-padding {
  padding: 1.875rem;
}

.default-transition {
  transition: 0.2s all ease;
}

/* Accessibility */
a:focus, a:active:focus, button:focus, button:active:focus, .btn:focus, .btn:active:focus {
  outline: 0;
  box-shadow: unset;
}
a:focus-visible, button:focus-visible, .btn:focus-visible {
  outline: 2px dotted black;
  z-index: 1010;
  outline-offset: 0;
  -webkit-box-shadow: 0 0 0 2px #fff;
  box-shadow: 0 0 0 2px #fff;
}

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

h1, .h1 {
  margin-bottom: 1.7rem;
  font-size: 1.75rem;
  line-height: 1.75rem;
}
@media screen and (min-width: 576px) {
  h1, .h1 {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
}
h1.title-large, .h1.title-large {
  font-size: 2rem;
  line-height: 2rem;
}
@media screen and (min-width: 576px) {
  h1.title-large, .h1.title-large {
    font-size: 3.125rem;
    line-height: 3.125rem;
  }
}

h2, .h2 {
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  line-height: 1.5rem;
}
@media screen and (min-width: 576px) {
  h2, .h2 {
    font-size: 2rem;
    line-height: 2rem;
  }
}

h3, .h3 {
  margin-bottom: 0.7rem;
  font-size: 1.5rem;
  line-height: 1.5rem;
}

h4, .h4 {
  margin-bottom: 0.4rem;
  font-size: 1.25rem;
}

p, ul, ol {
  margin-bottom: 2rem;
  color: #404040;
}

a {
  color: inherit;
  text-decoration: none;
  transition: 0.2s all ease;
}
a:hover {
  text-decoration: underline;
}

blockquote {
  line-height: 2.5rem !important;
}

button {
  transition: 0.2s all ease;
}

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

.font-size-default {
  font-size: 1rem;
}

.font-size-small {
  font-size: 0.875rem;
}

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

.font-size-larger {
  font-size: 1.125rem;
}
@media screen and (min-width: 576px) {
  .font-size-larger {
    font-size: 1.25rem;
  }
}

.section-title {
  margin: 0 0 1.8rem 0;
}
@media screen and (min-width: 576px) {
  .section-title {
    margin: 0 0 2.8rem 0;
  }
}

/* Text colors */
.text-red {
  color: #ed1651;
}

.text-green {
  color: #08b89d;
}

.text-light {
  color: #7b7c81 !important;
}

.text-white p {
  color: white !important;
}

/* BG colors */
.bg-red {
  background-color: #ed1651;
}

.bg-green {
  background-color: #08b89d;
}

.bg-green-half {
  background: linear-gradient(90deg, white 0%, white 50%, #08b89d 50%, #08b89d 100%);
}

.bg-gray-1 {
  background-color: #1f1d36;
}

.bg-gray-1-half {
  background: linear-gradient(90deg, white 0%, white 50%, #1f1d36 50%, #1f1d36 100%);
}

.bg-gray-2 {
  background-color: #404040;
}

.bg-gray-3 {
  background-color: #b6b7bc;
}

.bg-gray-4 {
  background-color: #c4c5c9;
}

.bg-gray-5 {
  background-color: #d3d4d7;
}

.bg-gray-6 {
  background-color: #e9e9eb;
}

.bg-gray-7 {
  background-color: #f0f1f2;
}

.bg-gray-8 {
  background-color: #f8f8f8;
}

.bg-gray-half:after {
  content: "";
  width: 100%;
  height: 5.5rem;
  position: absolute;
  bottom: 0;
  z-index: -1;
  background-color: #f0f1f2;
}

/* Buttons */
/* Buttons */
.btn, input[type=submit] {
  padding: 0.7rem 1.7rem;
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  border-radius: 2rem;
  border: 2px solid;
  transition: 0.2s all ease;
}
.btn:hover, input[type=submit]:hover {
  text-decoration: none;
}
.btn.btn-primary, input[type=submit].btn-primary {
  color: white;
  border-color: #ed1651;
  background-color: #ed1651;
}
.btn.btn-primary:hover, .btn.btn-primary:focus-visible, input[type=submit].btn-primary:hover, input[type=submit].btn-primary:focus-visible {
  color: white;
  border-color: #d51449;
  background-color: #d51449;
}
.btn.btn-secondary, input[type=submit].btn-secondary {
  color: #ed1651;
  border-color: white;
  background-color: white;
}
.btn.btn-secondary:hover, .btn.btn-secondary:focus-visible, input[type=submit].btn-secondary:hover, input[type=submit].btn-secondary:focus-visible {
  color: white;
  border-color: #ed1651;
  background-color: #ed1651;
}
.btn.btn-tertiary, input[type=submit].btn-tertiary {
  color: white;
  border-color: #08b89d;
  background-color: #08b89d;
}
.btn.btn-tertiary:hover, .btn.btn-tertiary:focus-visible, input[type=submit].btn-tertiary:hover, input[type=submit].btn-tertiary:focus-visible {
  color: white;
  border-color: #07a68d;
  background-color: #07a68d;
}
.btn.btn-outline-primary, input[type=submit].btn-outline-primary {
  color: #ed1651;
  border-color: #ed1651;
}
.btn.btn-outline-primary:hover, .btn.btn-outline-primary:focus-visible, input[type=submit].btn-outline-primary:hover, input[type=submit].btn-outline-primary:focus-visible {
  color: white;
  border-color: #ed1651;
  background-color: #ed1651;
}

.btn-link {
  padding-bottom: 0.25rem;
  position: relative;
  display: inline-block;
  font-weight: 600;
  color: #ed1651;
  text-decoration: none;
}
.btn-link.btn-link-animated:before {
  width: 0;
}
.btn-link:after {
  content: "\f061";
  margin-left: 0.5rem;
  display: inline-block;
  transform: translateY(1px);
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}
.btn-link:before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  background-color: #ed1651;
  transition: 0.2s all ease;
}
.btn-link:hover {
  color: #ed1651;
  text-decoration: none;
}
.btn-link:hover:before {
  width: 100%;
}

/* Topbar */
.topbar ul li:not(:last-child) {
  margin-right: 0.5rem;
}
.topbar ul li a {
  padding: 0.75rem 1.3rem 0.55rem 1.3rem;
}
.topbar ul li a i {
  margin-left: 0.4rem;
}

/* Navigation */
.navbar {
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
  top: 0;
  position: sticky;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  z-index: 9;
}
@media screen and (min-width: 576px) {
  .navbar {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
@media screen and (min-width: 1200px) {
  .navbar {
    position: relative;
    box-shadow: unset;
  }
}
.navbar .navbar-brand img {
  width: 9.5rem;
  transform: translateY(-0.3rem);
}
@media screen and (min-width: 576px) {
  .navbar .navbar-brand img {
    width: 10.3rem;
  }
}
.navbar .search-button {
  margin: 0 1.5rem 0 0;
  font-size: 1.25rem;
  border: 0;
}
@media screen and (min-width: 1200px) {
  .navbar .search-button {
    margin: 0 2rem 0 1.4rem;
  }
}
.navbar .search-button:hover {
  color: #08b89d;
}
.navbar .menu-button img {
  width: 1.35rem;
}
.navbar .searchbar {
  width: 40rem;
  top: 3rem;
  padding: 1.5rem 2.5rem;
  border: 0;
  border-radius: 0.75rem;
}
.navbar .searchbar:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: -1.1rem;
  right: 1.6rem;
  border-left: 1.1rem solid transparent;
  border-right: 1.1rem solid transparent;
  border-bottom: 1.2rem solid white;
  filter: drop-shadow(0 -0.2rem 0.15rem rgba(0, 0, 0, 0.03));
}
.navbar .searchbar .btn {
  border-radius: 0 0.25rem 0.25rem 0;
}
.navbar .searchbar input {
  padding-left: 1.5rem;
  font-size: 1.125rem;
}
.navbar .searchbar input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #b6b7bc;
  opacity: 1;
  /* Firefox */
}
.navbar .searchbar .search-close {
  margin-left: 1.8rem;
}
.navbar .searchbar .search-close:hover {
  color: #b6b7bc;
}
.navbar .navbar-nav {
  margin: 0;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1199.98px) {
  .navbar .navbar-nav {
    display: flex;
    flex-direction: column;
    position: fixed;
    overflow: scroll;
    visibility: hidden;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: translateX(calc(-100% - 2rem));
    background-color: #f0f1f2;
    z-index: 0;
  }
}
.navbar .navbar-nav .mobile-menu-header {
  padding: 1.4rem 1.5rem;
  z-index: 4;
}
.navbar .navbar-nav .mobile-menu-header .menu-button {
  font-size: 1.45rem;
}
.navbar .navbar-nav .mobile-menu-header .go-back-button {
  padding: 0;
  color: white;
  font-size: 1.125rem;
  font-weight: 600;
  border: 0;
  background-color: unset;
}
.navbar .navbar-nav .mobile-menu-header .go-back-button i {
  margin-right: 0.3rem;
  font-size: 0.875rem;
}
@media screen and (min-width: 1200px) {
  .navbar .navbar-nav .nav-item:not(:last-of-type) {
    margin-right: 1.1rem;
  }
}
.navbar .navbar-nav .nav-item.dropdown {
  position: unset;
}
.navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
  width: 100%;
  margin-top: 0;
  padding: 0;
  left: 0;
  border: 0;
  border-radius: 0;
  z-index: 3;
  top: 80px;
  height: 100%;
  position: absolute;
  background-color: transparent;
}
@media screen and (max-width: 1199.98px) {
  .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
    height: 100%;
    top: 0;
    display: block;
    position: fixed;
    overflow: scroll;
    transform: translateX(-100%);
    transition: 0.3s all ease;
    z-index: 9;
    background-color: white;
  }
}
@media screen and (min-width: 1200px) {
  .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
    height: auto;
    top: 5.7rem;
  }
}
.navbar .navbar-nav .nav-item.dropdown .dropdown-menu.show {
  transform: translateX(0);
}
.navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-menu-inner {
  margin: 0 auto;
  background-color: white;
}
@media screen and (min-width: 1200px) {
  .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-menu-inner {
    width: 1440px;
    padding: 4rem 18rem;
    background-color: #f8f8f8;
  }
}
.navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-menu-inner .dropdown-go-back {
  margin: 0 0 2.4rem 0;
  color: white;
  border: 0;
  background-color: unset;
}
.navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-menu-inner a {
  display: block;
  text-decoration: none;
}
@media screen and (min-width: 1200px) {
  .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-menu-inner a {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-menu-inner .dropdown-menu-items li:not(:last-child) {
    margin-bottom: 1rem;
  }
}
.navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-menu-inner .dropdown-menu-items li a {
  padding: 1.8rem 3.5rem 1.8rem 1.5rem;
  position: relative;
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  font-weight: 600;
  color: #1f1d36;
  border-bottom: 2px solid #f0f1f2;
  background-color: white;
}
@media screen and (min-width: 1200px) {
  .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-menu-inner .dropdown-menu-items li a {
    padding: 0 3.5rem 0 0;
    font-weight: 400;
    border-bottom: 0;
    background-color: unset;
  }
}
.navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-menu-inner .dropdown-menu-items li a.has-children:after {
  content: "\f054";
  margin-top: 0.2rem;
  position: absolute;
  font-family: "Font Awesome 6 Pro";
  font-size: 1.125rem;
  font-weight: 400;
  right: 1.5rem;
}
@media screen and (min-width: 1200px) {
  .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-menu-inner .dropdown-menu-items li a.has-children:after {
    right: 0;
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 1200px) {
  .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-menu-inner .dropdown-menu-items li a:hover, .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-menu-inner .dropdown-menu-items li a.active {
    color: #08b89d;
  }
}
.navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-menu-inner .dropdown-menu-items li a:hover:after, .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-menu-inner .dropdown-menu-items li a.active:after {
  color: #1f1d36;
}
.navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-menu-inner .dropdown-menu-items li a.active {
  font-weight: 600;
}
@media screen and (max-width: 1199.98px) {
  .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-menu-inner .tab-pane {
    width: 100%;
    height: 100%;
    top: 0;
    display: block;
    position: fixed;
    overflow: scroll;
    transform: translateX(-100%);
    transition: 0.3s all ease;
    z-index: 9;
    background-color: white;
  }
}
.navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-menu-inner .tab-pane.show {
  transform: translateX(0);
}
.navbar .navbar-nav .nav-item .nav-link {
  padding: 1.8rem 3.5rem 1.8rem 1.5rem;
  position: relative;
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  font-weight: 600;
  color: #1f1d36;
  border-bottom: 2px solid #f0f1f2;
  background-color: white;
}
@media screen and (min-width: 1200px) {
  .navbar .navbar-nav .nav-item .nav-link {
    padding: 0.5rem 0.7rem;
    border-bottom: 0;
  }
}
.navbar .navbar-nav .nav-item .nav-link:hover, .navbar .navbar-nav .nav-item .nav-link:active, .navbar .navbar-nav .nav-item .nav-link.show {
  text-decoration: none;
}
@media screen and (min-width: 1200px) {
  .navbar .navbar-nav .nav-item .nav-link:hover, .navbar .navbar-nav .nav-item .nav-link:active, .navbar .navbar-nav .nav-item .nav-link.show {
    color: #08b89d;
  }
}
.navbar .navbar-nav .nav-item .nav-link.dropdown-toggle:after {
  content: "\f054";
  right: 1.5rem;
  position: absolute;
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  font-size: 1.125rem;
  border: 0;
}
@media screen and (min-width: 1200px) {
  .navbar .navbar-nav .nav-item .nav-link.dropdown-toggle:after {
    content: "\f078";
    margin: 0.2rem 0 0 0.25rem;
    position: unset;
    font-size: 0.875rem;
  }
}
.navbar .navbar-nav .mobile-footer-menu {
  padding: 1rem 0 2rem 0;
}
.navbar .navbar-nav .mobile-footer-menu li a {
  padding: 1rem 1.5rem;
}
.navbar .navbar-nav .mobile-footer-button {
  margin: 2.2rem 1.5rem;
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
}
.navbar .navbar-collapse.show .navbar-nav {
  top: 0;
  left: 0;
  bottom: 0;
  visibility: visible;
  z-index: 9;
}
@media screen and (max-width: 1199.98px) {
  .navbar .navbar-collapse.show .navbar-nav {
    transform: translateX(0);
  }
}

.searchbar-mobile {
  display: none;
  padding: 1.5rem 0;
  z-index: 9;
  background-color: #f8f8f8;
}
.searchbar-mobile .searchbar:before {
  content: "";
  width: 0;
  height: 0;
  top: -2.75rem;
  right: 2.3rem;
  position: absolute;
  border-left: 1.18rem solid transparent;
  border-right: 1.18rem solid transparent;
  border-bottom: 1.25rem solid #f8f8f8;
}
.searchbar-mobile .searchbar input[type=text] {
  border-radius: 4px 0 0 4px;
}
.searchbar-mobile .searchbar .btn {
  border-radius: 0 4px 4px 0;
}

/* Breadcrumbs */
.breadcrumb {
  margin: 0;
  padding: 3.75rem 0 2.8rem 0;
}
.breadcrumb .breadcrumb-item {
  color: #b6b7bc;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding-left: 0.7rem;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  padding-right: 0.7rem;
  color: #b6b7bc;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item a {
  color: #b6b7bc;
}

/* Container */
@media screen and (min-width: 1200px) {
  .container {
    max-width: 1225px;
  }
}
@media screen and (max-width: 575.98px) {
  .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.container-right {
  width: 100%;
  margin-right: 0;
  margin-left: auto;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
}
@media screen and (min-width: 576px) {
  .container-right {
    max-width: calc(50% + 270px);
  }
}
@media screen and (min-width: 768px) {
  .container-right {
    max-width: calc(50% + 360px);
  }
}
@media screen and (min-width: 992px) {
  .container-right {
    max-width: calc(50% + 480px);
  }
}
@media screen and (min-width: 1200px) {
  .container-right {
    max-width: calc(50% + 510px);
  }
}
@media screen and (min-width: 992px) {
  .container-right {
    margin-left: auto;
    margin-right: 0;
  }
}

/* Sections */
section, .hero {
  max-width: 1920px;
  margin: 0 auto;
}

.section-xs {
  padding: 1.25rem 0;
}

.section-s {
  padding: 2.5rem 0;
}

.section-m {
  padding: 3.75rem 0;
}

.section-l {
  padding: 5rem 0;
}

.section-xl {
  padding: 3.75rem 0;
}
@media screen and (min-width: 768px) {
  .section-xl {
    padding: 5rem 0;
  }
}
@media screen and (min-width: 1200px) {
  .section-xl {
    padding: 7.5rem 0;
  }
}

.section-xxl {
  padding: 10rem 0;
}

/* Blocks */
.block {
  padding: 1.875rem;
}
.block.block-xl {
  padding: 3.2rem 1.875rem;
}
@media screen and (min-width: 992px) {
  .block.block-xl {
    padding: 4rem;
  }
}

/* Hero */
.hero {
  height: 24rem;
  margin-bottom: 14rem;
}
@media screen and (min-width: 768px) {
  .hero {
    height: 36rem;
    margin-bottom: 0;
  }
}
.hero h1 {
  margin-top: 6rem;
}
@media screen and (min-width: 768px) {
  .hero h1 {
    margin-top: 7rem;
  }
}
@media screen and (min-width: 992px) {
  .hero h1 {
    margin-top: 10rem;
  }
}
.hero h1:before {
  content: "";
  width: 15rem;
  height: 15rem;
  top: 50%;
  left: -7.3rem;
  transform: translateY(-50%);
  position: absolute;
  z-index: -1;
  background-image: url(images/cirkels.svg);
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .hero h1:before {
    width: 26rem;
    height: 26rem;
    left: -12.6rem;
  }
}
.hero .block {
  margin-bottom: -14rem;
}
@media screen and (min-width: 768px) {
  .hero .block {
    margin-bottom: -5rem;
  }
}
.hero .block h2 {
  margin-bottom: 1.875rem;
}
.hero .block button {
  padding: 1rem 1.5rem;
  font-size: 1.125rem;
  border: 0;
  border-radius: 0.5rem;
  background-color: white;
}
@media screen and (min-width: 576px) {
  .hero .block button {
    padding: 1.2rem 1.5rem;
  }
}
.hero .block button:disabled {
  color: #b6b7bc;
  background-color: #e9e9eb;
}
.hero .block button:after {
  content: "\f078";
  font-family: "Font Awesome 6 Pro";
  font-size: 1rem;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  color: #b6b7bc;
  transition: 0.2s all ease;
}
.hero .block .dropdown-menu {
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
}
.hero .block .dropdown-menu .dropdown-item {
  padding: 0.4rem 1.5rem;
  white-space: unset;
}
.hero .block .dropdown-menu .dropdown-item:hover, .hero .block .dropdown-menu .dropdown-item:active, .hero .block .dropdown-menu .dropdown-item:focus {
  color: #08b89d;
  text-decoration: none;
  background-color: unset;
}
.hero .block .dropdown-menu .dropdown-item.active {
  font-weight: 600;
  color: #08b89d;
  background-color: unset;
}

/* Subpage banner */
.subpage-banner {
  height: 392px;
}
.subpage-banner .cirkels {
  width: 16rem;
  height: 16rem;
}

/* Intro */
.intro {
  padding: 3.5rem 0;
}
@media screen and (min-width: 768px) {
  .intro {
    padding: 10rem 0;
  }
}

/* Sliders */
.owl-nav button {
  width: 3.125rem;
  height: 3.125rem;
  font-size: 1.125rem;
  border-radius: 50%;
}
@media screen and (min-width: 576px) {
  .owl-nav button {
    width: 3.75rem;
    height: 3.75rem;
  }
}
.owl-nav button.disabled {
  cursor: default !important;
}

/* Photo slider */
.photo-slider .owl-stage-outer {
  border-radius: 1.25rem 0 0 1.25rem !important;
}
.photo-slider .owl-nav {
  margin: -5.2rem 0 0 1.875rem;
  position: absolute;
}
@media screen and (min-width: 576px) {
  .photo-slider .owl-nav {
    margin: -6.8rem 0 0 3rem;
  }
}
.photo-slider .owl-nav button {
  color: #08b89d !important;
  border: 0;
  background-color: white !important;
}
.photo-slider .owl-nav button:hover {
  color: white !important;
  background-color: #08b89d !important;
}
.photo-slider .owl-nav button.owl-next {
  margin-left: 0.75rem;
}
.photo-slider .owl-nav button.disabled {
  color: #d3d4d7 !important;
  background-color: #f0f1f2 !important;
}
.photo-slider .slide {
  height: 27.5rem;
  padding: 1.875rem;
  border-radius: 1.25rem 0 0 1.25rem;
}
@media screen and (min-width: 576px) {
  .photo-slider .slide {
    padding: 3rem;
  }
}
.photo-slider .slide:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(138deg, black 0%, rgba(255, 255, 255, 0) 100%);
}
@media screen and (min-width: 576px) {
  .photo-slider .slide:before {
    content: unset;
  }
}

.slider-dots {
  margin-top: 0.8rem;
}
.slider-dots button {
  width: 0.56rem;
  height: 0.56rem;
  margin: 0 0.2rem;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background-color: #d3d4d7;
}
.slider-dots button:hover {
  background-color: #c4c5c9;
}
.slider-dots button.active {
  background-color: #1f1d36;
}

/* Block slider */
.block-slider .owl-stage {
  padding-left: 0 !important;
  display: flex;
}
.block-slider .owl-item {
  display: flex;
  flex: 1 0 auto;
}
@media screen and (min-width: 768px) {
  .block-slider:after {
    content: "";
    width: 5.8rem;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 100%);
  }
}
.block-slider .owl-nav button {
  top: calc(50% - 1.875rem);
  position: absolute;
  color: #08b89d !important;
  z-index: 1;
  background-color: white !important;
}
@media screen and (min-width: 1400px) {
  .block-slider .owl-nav button {
    border: 2px solid #08b89d !important;
    background-color: transparent !important;
  }
}
.block-slider .owl-nav button:hover {
  color: white !important;
  background-color: #08b89d !important;
}
.block-slider .owl-nav button.owl-prev {
  left: 1rem;
}
@media screen and (min-width: 1400px) {
  .block-slider .owl-nav button.owl-prev {
    left: -5.5rem;
  }
}
.block-slider .owl-nav button.owl-next {
  right: 1rem;
}
@media screen and (min-width: 1400px) {
  .block-slider .owl-nav button.owl-next {
    right: -5.5rem;
  }
}
.block-slider .owl-nav button.disabled {
  color: #c4c5c9 !important;
  border-color: #e9e9eb !important;
  background-color: #e9e9eb !important;
}

.bg-gray-7 .block-slider:after {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #f0f1f2 100%);
}

/* Icons blocks */
.icon-blocks {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.08);
}
@media screen and (min-width: 992px) {
  .icon-blocks {
    display: grid;
    grid-auto-columns: minmax(0, 1fr);
    grid-auto-flow: column;
  }
}
@media screen and (min-width: 1200px) {
  .icon-blocks {
    grid-auto-columns: minmax(0, 1fr);
    grid-auto-flow: column;
  }
}
.icon-blocks li {
  border-top: 1px solid #f0f1f2;
  border-bottom: 1px solid #f0f1f2;
}
@media screen and (min-width: 992px) {
  .icon-blocks li {
    border-top: 0;
    border-bottom: 0;
    border-right: 1px solid #f0f1f2;
    border-left: 1px solid #f0f1f2;
  }
}
.icon-blocks li:first-child {
  border-top: 0;
}
@media screen and (min-width: 992px) {
  .icon-blocks li:first-child {
    border-left: 0;
  }
}
.icon-blocks li:last-child {
  border-bottom: 0;
}
@media screen and (min-width: 992px) {
  .icon-blocks li:last-child {
    border-right: 0;
  }
}
.icon-blocks li a {
  padding: 1.5rem 3.5rem 1.5rem 1.25rem;
  background-color: white;
}
@media screen and (min-width: 992px) {
  .icon-blocks li a {
    padding: 2.5rem 2rem 2rem 2rem;
  }
}
.icon-blocks li a:after {
  content: "\f061";
  right: 1.28rem;
  position: absolute;
  font-family: "Font Awesome 6 Pro";
}
@media screen and (min-width: 992px) {
  .icon-blocks li a:after {
    content: unset;
  }
}
.icon-blocks li a figure {
  width: 4rem;
  height: 2.9rem;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 1200px) {
  .icon-blocks li a figure {
    height: 3.5rem;
  }
}
.icon-blocks li a:hover {
  color: #08b89d;
  text-decoration: none;
}

/* Link block */
.link-block figure {
  aspect-ratio: 107/96;
}
.link-block figure.figure-small {
  aspect-ratio: 107/72;
}
.link-block:hover {
  text-decoration: none;
}
.link-block:hover figure img {
  transform: scale(1.1);
}
.link-block:hover .btn-link-animated:before {
  width: 100%;
}

/* News block */
@media screen and (min-width: 576px) {
  .news-block figure {
    aspect-ratio: unset;
  }
}
.news-block figure img {
  height: 100%;
}
@media screen and (min-width: 576px) {
  .news-block figure img {
    height: 24rem;
  }
}
.news-block time {
  margin: 0 0 0.1rem 0;
}
.news-block .excerpt {
  height: 3.2rem;
  margin: 0.7rem 0 0 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 576px) {
  .news-block .excerpt {
    height: 0;
    opacity: 0;
    -webkit-line-clamp: 3;
  }
}
@media screen and (min-width: 576px) {
  .news-block:hover img {
    height: 19rem;
  }
}
@media screen and (min-width: 576px) {
  .news-block:hover .excerpt {
    height: 5rem;
    opacity: 1;
  }
}

/* Klantlogo's */
.klantlogos li:not(:last-child) {
  margin-right: 3rem;
}
.klantlogos li img {
  max-width: 8rem;
  height: 4.6rem;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.3;
}
.klantlogos li img:hover {
  filter: unset;
  opacity: 1;
}

/* Tekstblokken overlap */
.block-overlap .block-overlap-wrapper {
  align-items: flex-start;
}
@media screen and (max-width: 991.98px) {
  .block-overlap .has-figure .block {
    padding-top: 7rem;
  }
}
@media screen and (max-width: 991.98px) {
  .block-overlap .has-figure .block:first-child {
    margin-bottom: 0;
  }
}
.block-overlap .block {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .block-overlap .block {
    width: calc(50% + 1.875rem);
    aspect-ratio: 3/2;
  }
}
@media screen and (max-width: 991.98px) {
  .block-overlap .block:first-child {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 992px) {
  .block-overlap .block.block-front:first-child {
    margin: 0 -1.875rem 0 0;
  }
}
@media screen and (min-width: 992px) {
  .block-overlap .block.block-front:last-child {
    margin: 3.75rem 0 0 -1.875rem;
  }
}
@media screen and (min-width: 992px) {
  .block-overlap .block.block-back:first-child {
    margin: 0 -1.875rem 0 0;
    padding-right: 7.5rem;
  }
}
@media screen and (min-width: 992px) {
  .block-overlap .block.block-back:last-child {
    margin: 3.75rem 0 0 -1.875rem;
    padding-left: 7.5rem;
  }
}
.block-overlap .block ul {
  padding: 0;
  list-style-type: none;
}
.block-overlap .block ul li {
  padding-left: 1.875rem;
  position: relative;
}
.block-overlap .block ul li:not(:last-child) {
  margin-bottom: 0.8rem;
}
.block-overlap .block ul li:before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  top: 0.6rem;
  left: 0;
  position: absolute;
  border-radius: 50%;
  background-color: #ed1651;
}
.block-overlap .block figure {
  margin: 0 1.875rem -4rem 1.875rem;
  aspect-ratio: 3/2;
}
@media screen and (min-width: 992px) {
  .block-overlap .block figure {
    margin: 0;
  }
}
.block-overlap .block figure .video-button {
  width: 5.3rem;
  height: 5.3rem;
  font-size: 2.7rem;
}
.block-overlap .block figure .video-button:hover {
  transform: scale(1.08);
}

/* Stappen */
.step .number {
  width: 3.125rem;
  height: 3.125rem;
  margin: 0 1.875rem 0 0;
  font-size: 1.6rem;
}

/* Stappen met iconen */
.icon-step .icon-wrapper {
  margin-right: 2.2rem;
}
.icon-step .icon-wrapper .icon {
  width: 8.6rem;
  height: 8.6rem;
  margin-left: 1rem;
}
.icon-step .icon-wrapper .icon img {
  width: 3.5rem;
}
.icon-step .icon-wrapper .number {
  width: 4.1rem;
  height: 4.1rem;
  margin-top: -2.6rem;
  font-size: 1.6rem;
}

/* Quote */
/* CTA banner */
.cta-banner {
  padding: 1.875rem 0;
}
@media screen and (min-width: 576px) {
  .cta-banner {
    padding: 6.25rem 0;
  }
}
@media screen and (max-width: 575.98px) {
  .cta-banner h2 {
    margin-bottom: 5rem;
  }
}

.contact-options ul li {
  flex: 1;
  border-top: 1px solid #84dcce;
  border-bottom: 1px solid #84dcce;
}
@media screen and (min-width: 992px) {
  .contact-options ul li {
    border-top: 0;
    border-bottom: 0;
    border-right: 1px solid #84dcce;
    border-left: 1px solid #84dcce;
  }
}
.contact-options ul li:first-child {
  border-top: 0;
}
@media screen and (min-width: 992px) {
  .contact-options ul li:first-child {
    border-left: 0;
  }
}
.contact-options ul li:last-child {
  border-bottom: 0;
}
@media screen and (min-width: 992px) {
  .contact-options ul li:last-child {
    border-right: 0;
  }
}
.contact-options ul li a {
  padding: 1.6rem 3.3rem 1.6rem 1.3rem;
  line-height: 1.3;
}
@media screen and (min-width: 992px) {
  .contact-options ul li a {
    padding: 1.6rem;
  }
}
.contact-options ul li a:after {
  content: "\f061";
  right: 1.28rem;
  position: absolute;
  font-family: "Font Awesome 6 Pro";
}
@media screen and (min-width: 992px) {
  .contact-options ul li a:after {
    content: unset;
  }
}
.contact-options ul li a img {
  width: 2.3rem;
  height: 2.3rem;
}
@media screen and (min-width: 1200px) {
  .contact-options ul li a img {
    width: 3.125rem;
    height: 3.125rem;
  }
}
.contact-options ul li a:hover {
  text-decoration: none;
  background-color: #07a68d;
}

/* Socials */
.socials {
  font-size: 1.3rem;
}
.socials li:not(:last-child) {
  margin-right: 0.9rem;
}
.socials li a:hover {
  color: #07a68d;
}

/* Footer */
footer {
  padding: 2.5rem 0;
}
@media screen and (min-width: 576px) {
  footer {
    padding: 4.3rem 0 5.6rem 0;
  }
}
footer ul li:not(:last-child) {
  margin-bottom: 0.1rem;
}

.footerbar {
  padding: 1.1rem 0;
  font-size: 1.06rem;
}
@media screen and (min-width: 992px) {
  .footerbar ul li:first-child {
    margin-right: 2.7rem;
  }
}
.footerbar ul li:not(:last-child) {
  margin-right: 0.6rem;
}
@media screen and (min-width: 992px) {
  .footerbar ul li:not(:last-child) {
    margin-right: 2.1rem;
  }
}

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

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