:root {
  --font-default: 'CFP', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif;
  --font-primary: 'CLP', sans-serif;
}
/* Colors */ :root {
  --color-default: #000000;
  --color-primary: #f47920;
  --color-secondary: #f47920;
}
/* Smooth scroll behavior */ :root {
  scroll-behavior: smooth;
}
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: var(--font-default);
  color: var(--color-default);
}
a {
  color: #ffffff;
  text-decoration: none;
}
a:hover {
  color: #ffffff;
  text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-default);
}
strong {
  font-family: var(--font-default);
  font-weight: bold;
}
.tb_theme_container a {
  opacity: 0 !important
}
/*--------------------------------------------------------------
# Sections & Section Header
--------------------------------------------------------------*/
section {
  padding: 0 0 0 0;
  overflow: hidden;
  scroll-margin-top: 70px;
}
.sections-bg {
  background-color: rgba(255, 255, 255, 0);
}
.section-header {
  text-align: center;
  padding-bottom: 60px;
}
.section-header h2 {
  font-size: 60px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 20px;
  color: #2f080f;
  position: relative;
  font-family: var(--font-primary);
}
.section-header h2:after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: rgba(255, 255, 255, 0);
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.section-header p {
  margin-bottom: 0;
  color: #6f6f6f;
}
/*--------------------------------------------------------------
# Scroll top button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: -15px;
  z-index: 99999;
  background: var(--color-default);
  width: 44px;
  height: 44px;
  border-radius: 50px;
  transition: all 0.4s;
  font-family: var(--font-primary);
  font-weight: bold;
}
.scroll-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}
.scroll-top:hover {
  background: var(--color-primary);
  color: #fff;
}
.scroll-top.active {
  visibility: visible;
  opacity: 1;
  bottom: 15px;
}
/*--------------------------------------------------------------
# back  button
--------------------------------------------------------------*/
.back {
  right: 15px;
  bottom: -15px;
  z-index: 99999;
  background: var(--color-primary);
  width: 44px;
  height: 44px;
  border-radius: 50px;
  transition: all 0.4s;
  font-family: var(--font-primary);
  font-weight: bold;
  margin-top: 60px;
}
.back i {
  font-size: 24px !important;
  color: #fff !important;
  line-height: 0 !important;
  margin-bottom: 0 !important;
}
.back:hover {
  background: var(--color-default);
  color: #fff;
}
.back.active {
  visibility: visible;
  opacity: 1;
  bottom: 15px;
}
.back .bi-arrow-up-short::before {
  content: "\F12C";
}
.backp {
  font-size: 12px !important;
  margin-top: -30px !important;
  margin-left: 50px !important;
  color: var(--color-primary) !important;
}
/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  inset: 0;
  z-index: 999999;
  overflow: hidden;
  background: #fff;
  transition: all 0.6s ease-out;
}
#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #fff;
  border-color: var(--color-primary) transparent var(--color-primary) transparent;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1.5s linear infinite;
}
@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.topbar {
  background: var(--color-primary);
  width: 1280px;
  height: 50px;
  font-size: 16px;
  font-weight: 300;
  font-family: var(--font-primary);
  transition: all 0.5s;
  color: #fff;
  padding: 0;
  margin: 0 auto;
}
.current {
  font-weight: 600;
  color: var(--color-primary) !important;
}
.header {
  transition: all 0.5s;
  z-index: 997;
  background-color: rgba(255, 255, 255, 0);
  position: fixed;
  right: 0;
  left: 0;
  width: 1280px;
  margin: 0 auto;
}
.header.sticked {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 70px;
  background-color: var(--color-primary);
  width: 1280px;
}
.header .logo img {
  max-height: 80%;
  margin-right: 0 !important;
  margin-left: -55px;
  margin-top: -50px;
}

.header.sticked .logo img {
  width: 20%;
  margin-right: 6px;
  margin-top: 50px;
}
.sticked-header-offset {
  margin-top: 70px;
}
.logo {
  padding-bottom: 50px;
}
/*--------------------------------------------------------------
# Desktop Navigation
--------------------------------------------------------------*/
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container, .container-lg, .container-xl, .container-xxl {
    max-width: 1200px;
  }
}
@media (min-width: 1280px) {
  .navbar {
    padding: 0;
    margin-top: -75px;
  }
  .sticked .navbar {
    margin: 0;
  }
  .navbar ul {
    margin: -425px 0 0 -75px;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }
  .sticked .navbar ul {
    margin: 0 !important;
  }
  .navbar li {
    position: relative;
  }
  .navbar > ul > li {
    white-space: nowrap;
    padding: 10px 0 10px 28px;
  }
  .navbar a, .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 3px;
    font-family: var(--font-primary);
    font-size: 20px;
    font-weight: bold;
    color: var(--color-default);
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
  }
  .navbar a i, .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }
  .navbar > ul > li > a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -6px;
    left: 0;
    background-color: #ffffff;
    visibility: hidden;
    transition: all 0.3s ease-in-out 0s;
  }
  .navbar a:hover:before, .navbar li:hover > a:before, .navbar .active:before {
    visibility: visible;
    width: 100%;
  }
  .navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
    color: #ffffff;
  }
  .navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 28px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-radius: 4px;
  }
  .navbar .dropdown ul li {
    min-width: 200px;
  }
  .navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 16px;
    text-transform: none;
    font-weight: 300;
    color: var(--color-default);
  }
  .navbar .dropdown ul a i {
    font-size: 14px;
  }
  .navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
    color: var(--color-primary);
  }
  .navbar .dropdown:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }
  .navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
  }
  .navbar .dropdown .dropdown:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
  }
}
@media (min-width: 1280px) and (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}
@media (min-width: 1280px) {
  .mobile-nav-show, .mobile-nav-hide {
    display: none;
  }
}
/*--------------------------------------------------------------
# Mobile Navigation
--------------------------------------------------------------*/
@media (max-width: 1279px) {
  .header .logo img {
    margin-top: -50px;
    margin-left: -15px;
  }
  .navbar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    /*--max-width: 400px;--*/
    bottom: 0;
    transition: 0.3s;
    z-index: 9997;
  }
  .header.sticked .mobile-nav-show {
    margin: 60px 10px 0 0;
  }
  .header.sticked .logo img {
    width: 15%;
    margin-top: 45px;
    margin-left: -12px;
  }
  .navbar ul {
    position: absolute;
    inset: 0;
    padding: 50px 0 10px 0;
    margin: 0;
    background: var(--color-default);
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
  }
  .navbar a, .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    font-family: var(--font-primary);
    font-size: 16px;
    font-weight: 300;
    color: rgba(255, 255, 255, 1);
    white-space: nowrap;
    transition: 0.3s;
  }
  .navbar a i, .navbar a:focus i {
    font-size: 16px;
    line-height: 0;
    margin-left: 5px;
  }
  .navbar a:hover .navbar .active, .navbar .active:focus, .navbar li:hover > a {
    color: var(--color-primary);
    font-weight: 600;
  }
  .navbar .getstarted, .navbar .getstarted:focus {
    background: var(--color-primary);
    padding: 8px 20px;
    border-radius: 4px;
    margin: 15px;
    color: #fff;
  }
  .navbar .getstarted:hover, .navbar .getstarted:focus:hover {
    color: #fff;
    background: rgba(221, 2, 58, 0.8);
  }
  .navbar .dropdown ul, .navbar .dropdown .dropdown ul {
    position: static;
    display: none;
    padding: 10px 0;
    margin: 0px 10px 25px;
    transition: all 0.5s ease-in-out;
    background-color: var(--color-primary);
    border: 1px solid var(--color-primary);
  }
  .navbar .dropdown > .dropdown-active, .navbar .dropdown .dropdown > .dropdown-active {
    display: block;
  }
  .mobile-nav-show {
    color: var(--color-default);
    font-size: 35px;
    font-weight: 600;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    z-index: 9999;
    margin: -35px 10px 0 0;
  }
  .mobile-nav-hide {
    color: #fff;
    font-size: 32px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    position: fixed;
    right: 20px;
    top: 20px;
    z-index: 9999;
  }
  .mobile-nav-active {
    overflow: hidden;
  }
  .mobile-nav-active .navbar {
    right: 0;
  }
  .mobile-nav-active .navbar:before {
    content: "";
    position: fixed;
    inset: 0;
    background: var(--color-default);
    z-index: 9996;
  }
  .button-deelnemers {
    font-size: 20px !important;
    margin: 20px 15px 50px 0 !important;
    height: 165px !important;
    width: 165px !important;
  }
  .button-deelnemers-b {
    font-size: 20px !important;
    margin: 0 15px 50px 0 !important;
    height: 165px !important;
    width: 165px !important;
  }
  .button-deelnemers-donker {
    font-size: 20px !important;
    margin: 0 15px 50px 0 !important;
    height: 165px !important;
    width: 165px !important;
  }
  .button-deelnemers-donker-b {
    font-size: 20px !important;
    margin: 0 15px 50px 0 !important;
    height: 165px !important;
    width: 165px !important;
  }
  .button-gemeenten {
    font-size: 20px !important;
    margin: 0 15px 50px 0 !important;
    height: 165px !important;
    width: 165px !important;
  }
  .button-partners {
    font-size: 20px !important;
    margin: 20px 15px 50px 0 !important;
    height: 165px !important;
    width: 165px !important;
  }
  .button-partners-b {
    font-size: 20px !important;
    margin: 0 15px 50px 0 !important;
    height: 165px !important;
    width: 165px !important;
  }
  .button-partners-donker {
    font-size: 20px !important;
    margin: 0 15px 50px 0 !important;
    height: 165px !important;
    width: 165px !important;
  }
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
  .header.sticked .logo img {
    width: 15%;
    margin-top: 40px;
    margin-left: -15px;
  }
  .header.sticked .mobile-nav-show {
    margin: 60px 10px 0 0;
  }
  .topbar {
    width: auto;
  }
  .header {
    width: auto;
  }
  .header.sticked {
    width: auto;
  }
}
@media (max-width: 640px) {
  .header.sticked .logo img {
    width: 20%;
    margin-top: 40px;
    margin-left: -15px;
  }
  .header.sticked .mobile-nav-show {
    margin: 60px 10px 0 0;
  }
  #mobile-only {
    display: none !important;
  }
  .topbar {
    width: auto;
  }
  .header {
    width: auto;
  }
  .header.sticked {
    width: auto;
  }
  thead th:not(:first-child) {
    display: none;
  }
  td, th {
    display: block;
  }
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  width: 1280px;
  position: relative;
  background: var(--color-primary);
  padding: 30px 0 0 0;
  background-repeat: no-repeat;
  background-size: 55% !important;
  height: 690px;
  margin: auto;
  background-position: right 20% bottom;
  clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
}
.home {
  background-image: url("../img/kijk-home.png");
}
.kijk {
  background-image: url("../img/kijk.png") !important;
  background-size: 26% !important;
}
.kijk-1 {
  background-image: url("../img/kijk-1.png") !important;
}
.kijk-2 {
  background-image: url("../img/kijk-2.png") !important;
}
.kijk-4 {
  background-image: url("../img/kijk-4.png") !important;
}
.kijk-5 {
  background-image: url("../img/kijk-5.png") !important;
}
.kijk-7 {
  background-image: url("../img/kijk-7.png") !important;
}
.kijk-8 {
  background-image: url("../img/kijk-8.png") !important;
}
.kijk-9 {
  background-image: url("../img/kijk-9.png") !important;
}
.kijk-10 {
  background-image: url("../img/kijk-10.png") !important;
}
.kijk-11 {
  background-image: url("../img/kijk-11.png") !important;
}
.kijk-12 {
  background-image: url("../img/kijk-12.png") !important;
}
.kijk-13 {
  background-image: url("../img/kijk-13.png") !important;
}
.kijk-14 {
  background-image: url("../img/kijk-14.png") !important;
}
.kijk-15 {
  background-image: url("../img/kijk-15.png") !important;
}
.kijk-16 {
  background-image: url("../img/kijk-16.png") !important;
}
.kijk-17 {
  background-image: url("../img/kijk-17.png") !important;
}
.kijk-18 {
  background-image: url("../img/kijk-18.png") !important;
}
.kijk-19 {
  background-image: url("../img/kijk-19.png") !important;
}
.hero-vervolg {
  width: 1280px;
  position: relative;
  background: var(--color-primary);
  padding: 30px 0 0 0;
  background-repeat: no-repeat;
  background-size: 29%;
  height: 350px;
  margin: auto;
  background-position: right 50% bottom;
  clip-path: polygon(0 0, 100% 0, 100% 75%, 0 100%);
}
.hero-vervolg-mobiel {
  display: none;
}
.hero .container {
  margin-top: 300px;
}
.carousel {
  position: relative;
  margin-top: -20px;
  height: 350px;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 350px;
}
.carousel-item {
  position: initial;
  display: none;
  float: left;
  height: 350px;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform .6s ease-in-out;
}
.w-100 {
  width: auto !important;
  height: 320px;
  widht: auto !important;
}
.d-block {
  display: block !important;
}
img, svg {
  vertical-align: middle;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
*, ::after, ::before {
  box-sizing: border-box;
}
.carousel-indicators [data-bs-target] {
  width: 10px;
  border-radius: 25px;
  height: 10px;
  background-color: var(--color-primary);
  background-clip: padding-box;
  border-top: 0;
  border-bottom: 0;
}
.hero h1 {
  font-size: 94px;
  font-weight: bold;
  margin-bottom: 0.5rem;
  color: #ffffff;
  font-family: var(--font-default);
}
.hero p {
  color: var(--color-primary);
  font-family: var(--font-default);
  font-weight: 300;
  font-size: 18px;
  line-height: 1.5em;
  margin-bottom: 30px;
}
.hero .btn-get-started {
  font-family: var(--font-primary);
  font-weight: 600;
  font-style: italic;
  font-size: 21px;
  letter-spacing: 0;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 50px;
  transition: 0.3s;
  color: #fff;
  background: rgba(255, 255, 255, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.08);
  border: 3px solid #ffffff;
}
.hero .btn-get-started:hover {
  color: var(--color-primary);
  border-color: var(--color-primary);
}
@media (max-width: 640px) {
  .hero {
    background-position: center bottom 0;
    background-size: 85% !important;
    height: 450px;
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
  }
  .hero-vervolg {
    background-position: right 10% bottom;
    background-size: 60% !important;
    height: 350px;
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
  }
  .hero-vervolg-mobiel {
    display: inherit;
    position: relative;
    background: #fbdde3;
    height: 50px;
    border-radius: 0;
    margin: auto;
  }
  .contact-op {
    background-position: center bottom;
    background-size: 75%;
    height: 225px;
    width: 100%;
  }
  .zelf-hulp {
    background-size: 90%;
  }
  .carousel {
    position: relative;
    margin-top: -35px;
    height: 225px;
  }
  .carousel-inner {
    height: 200px;
  }
  .carousel-item {
    position: initial;
    height: 200px
  }
  .w-100 {
    height: 200px;
  }
  .carousel-indicators {
    margin-bottom: 2.5rem;
  }
  .hero h1 {
    font-size: 36px;
  }
  .hero p {
    font-size: 18px;
  }
  .hero .container {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
  .hero .btn-get-started, .hero .btn-watch-video {
    font-size: 18px;
    color: var(--color-primary);
    border: 3px solid var(--color-primary);
    padding: 10px 20px;
  }
  .hero .btn-get-started:hover {
    color: var(--color-primary);
    border-color: var(--color-primary);
  }
  .header .logo img {
    width: 80%;
    margin-top: -50px;
    margin-left: -15px;
    max-height: none;
  }
  .button-deelnemers, .button-deelnemers-donker, .button-deelnemers-b, .button-deelnemers-donker-b {
    margin: 50px 50px 50px 50px !important;
  }
  .button-gemeenten {
    margin: 50px 50px 50px 50px !important;
  }
  .button-partners, .button-partners-donker, .button-partners-b {
    margin: 50px 50px 50px 50px !important;
  }
}
.hero .icon-boxes {
  padding-bottom: 60px;
}
@media (min-width: 1200px) {
  .hero .icon-boxes:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: calc(50% + 20px);
    background-color: #fff;
  }
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
  .hero {
    background-position: center bottom;
    background-size: 65% !important;
    height: 575px;
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
  }
  .hero-vervolg {
    background-position: center bottom;
    background-size: 40% !important;
    height: 350px;
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
  }
  .contact-op {
    background-position: center bottom;
    background-size: 45% !important;
    height: 250px;
    width: 100%;
  }
  .cognitief {
    background-size: 50%;
  }
  .hero h1 {
    font-size: 94px;
    line-height: 1em;
  }
  .hero p {
    font-size: 18px;
  }
  .hero .container {
    padding-right: calc(var(--bs-gutter-x) * 1.5);
    padding-left: calc(var(--bs-gutter-x) * 1.5);
  }
  .hero .btn-get-started, .hero .btn-watch-video {
    font-size: 16px;
    color: var(--color-primary);
    border: 3px solid var(--color-primary);
  }
  .hero .btn-get-started:hover {
    color: var(--color-primary);
    border-color: var(--color-primary);
  }
  .carousel {
    position: relative;
    margin-top: -60px;
    height: 250px;
  }
  .carousel-inner {
    height: 250px;
  }
  .carousel-item {
    position: initial;
    height: 250px
  }
  .w-100 {
    height: 250px;
  }
  .button-deelnemers {
    font-size: 20px !important;
    margin: 20px 50px 50px 0 !important;
    height: 175px !important;
    width: 175px !important;
  }
  .button-deelnemers-b {
    font-size: 20px !important;
    margin: 0 0 50px 0 !important;
    height: 175px !important;
    width: 175px !important;
  }
  .button-deelnemers-donker {
    font-size: 20px !important;
    margin: 0 50px 50px 0 !important;
    height: 175px !important;
    width: 175px !important;
  }
  .button-deelnemers-donker-b {
    font-size: 20px !important;
    margin: 0 0 50px 0 !important;
    height: 175px !important;
    width: 175px !important;
  }
  .button-gemeenten {
    font-size: 20px !important;
    margin: 0 30px 50px 0 !important;
    height: 175px !important;
    width: 175px !important;
  }
  .button-partners {
    font-size: 20px !important;
    margin: 20px 50px 50px 0 !important;
    height: 175px !important;
    width: 175px !important;
  }
  .button-partners-b {
    font-size: 20px !important;
    margin: 0 0 50px 0 !important;
    height: 175px !important;
    width: 175px !important;
  }
  .button-partners-donker {
    font-size: 20px !important;
    margin: 0 50px 50px 0 !important;
    height: 175px !important;
    width: 175px !important;
  }
}
.hero .icon-box {
  padding: 60px 30px;
  position: relative;
  overflow: hidden;
  background: #008d7d;
  box-shadow: 0 0 29px 0 rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
  height: 100%;
  width: 100%;
  text-align: center;
}
.hero .icon-box .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}
.hero .icon-box .title a {
  color: #fff;
  transition: 0.3s;
}
.hero .icon-box .icon {
  margin-bottom: 20px;
  padding-top: 10px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  font-size: 48px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.6);
}
.hero .icon-box:hover {
  background: #009786;
}
.hero .icon-box:hover .title a, .hero .icon-box:hover .icon {
  color: #fff;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, #e41b47);
}
.swiper-button-next, .swiper-button-prev {
  color: var(--swiper-navigation-color, #e41b47);
}
/*--------------------------------------------------------------
# Over ons Sectie
--------------------------------------------------------------*/
.about {
  /*margin-top: 50px;*/
}
.about h1 {
  font-size: 30px;
  font-weight: bold;
  padding-bottom: 10px;
  line-height: 1em;
  color: var(--color-default);
  position: relative;
  font-family: var(--font-primary);
  margin-bottom: 0px;
  margin-top: 60px;
  text-align: center;
}
.vervolg {
  font-size: 52px !important;
  font-weight: bold;
  padding-bottom: 10px;
  line-height: 1em;
  color: var(--color-default);
  position: relative;
  font-family: var(--font-primary) !important;
  margin-bottom: 0px;
  margin-top: 60px !important;
  text-align: left !important;
}
.about h2 {
  font-size: 26px;
  font-weight: bold;
  padding-bottom: 70px;
  line-height: 1em;
  color: var(--color-secondary);
  position: relative;
  font-family: var(--font-primary);
  margin-bottom: -25px;
  text-align: center !important;
}
.about h4 {
  font-size: 30px;
  font-weight: bold;
  font-style: italic;
  line-height: 1em;
  color: var(--color-default);
  position: relative;
  font-family: var(--font-primary);
}
.about p {
  font-size: 22px;
  font-weight: 300;
  line-height: 1.5em;
  color: var(--color-default);
  position: relative;
  font-family: var(--font-default);
  margin-bottom: 2.5em;
  margin-top: 25px;
}
.about .insta {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5em;
  color: var(--color-default);
  position: relative;
  font-family: var(--font-default);
  margin-bottom: 0 !important;
  margin-top: 0;
  text-align: center;
}
.about i {
  font-size: 12px;
  font-weight: bold;
  font-style: italic;
  line-height: 1.5em;
  color: var(--color-default);
  position: relative;
  font-family: var(--font-primary);
  margin-bottom: 2.5em;
  margin-top: 0;
}
.about img {
  width: 80%
}
.about-back {
  /*background-color: #fef1e8;*/
  padding: 45px 0 0 0;
}
.about-back p {
  margin: 0;
}
.about-back-deelnemers p {
  margin: 0;
}
.about-back-partners p {
  margin: 0;
}
.about-back-deelnemers {
  /*background-color: #f5faeb;*/
  padding: 45px 0 0 0;
}
.about-back-partners {
  /* background-color: #e8f8fd;8*/
  padding: 45px 0 0 0;
}
.button-deelnemers {
  background-color: #9ccb3b;
  border: none;
  color: white;
  font-family: var(--font-primary);
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 30px;
  line-height: 1.15em;
  margin: 0 50px 50px 0;
  border-radius: 50%;
  height: 210px;
  width: 210px;
}
.button-deelnemers-b {
  background-color: #9ccb3b;
  border: none;
  color: white;
  font-family: var(--font-primary);
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 30px;
  line-height: 1.15em;
  margin: 0 0 50px 0;
  border-radius: 50%;
  height: 210px;
  width: 210px;
}
.button-deelnemers-donker {
  background-color: #00834c;
  border: none;
  color: white;
  font-family: var(--font-primary);
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 30px;
  line-height: 1.15em;
  margin: 0 50px 50px 0;
  border-radius: 50%;
  height: 210px;
  width: 210px;
}
.button-deelnemers-donker-b {
  background-color: #00834c;
  border: none;
  color: white;
  font-family: var(--font-primary);
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 30px;
  line-height: 1.15em;
  margin: 0 0 50px 0;
  border-radius: 50%;
  height: 210px;
  width: 210px;
}
.button-gemeenten {
  background-color: #ee3479;
  border: none;
  color: white;
  font-family: var(--font-primary);
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 30px;
  margin: 0 50px 0 0;
  border-radius: 50%;
  height: 210px;
  width: 210px;
}
.button-partners {
  background-color: #1fb9e9;
  border: none;
  color: white;
  font-family: var(--font-primary);
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 30px;
  margin: 0 50px 0 0;
  border-radius: 50%;
  height: 210px;
  width: 210px;
}
.button-partners-b {
  background-color: #1fb9e9;
  border: none;
  color: white;
  font-family: var(--font-primary);
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 30px;
  margin: 0;
  border-radius: 50%;
  height: 210px;
  width: 210px;
}
.button-partners-donker {
  background-color: #004689;
  border: none;
  color: white;
  font-family: var(--font-primary);
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 30px;
  margin: 0 50px 50px 0;
  border-radius: 50%;
  height: 210px;
  width: 210px;
}
.button-deelnemers:hover, .button-deelnemers-donker:hover, .button-deelnemers-b:hover, .button-deelnemers-donker-b:hover, .button-partners:hover, .button-partners-b:hover, .button-partners-donker:hover, .button-gemeenten:hover {
  background-color: var(--color-primary);
  ;
}
.instagram-kijk {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.instagram-kijk a {
  font-size: 0 !important;
}
.slider-locatie img {
  width: 100%;
}
.slider-locatie {
  margin-top: 60px;
}
.swiper-pagination-bullet-active {
  background-color: var(--color-primary) !important;
}
.about ul {
  list-style: disc;
  padding-left: 1rem;
  margin-top: 25px;
}
.about ul li {
  padding: 0 0 0 0;
  position: relative;
  font-size: 20px;
  left: 0;
  top: -3px;
  color: var(--color-default);
}
.about a {
  font-family: var(--font-default);
  text-decoration: underline;
  color: var(--color-default);
  font-size: 22px;
  font-weight: 300;
  line-height: 1.5em;
}
.about a:hover {
  color: var(--color-primary);
}
.about h3 a {
  font-size: 24px;
  font-weight: bold;
  font-style: italic;
  line-height: 1em;
  color: var(--color-primary);
  position: relative;
  font-family: var(--font-primary);
  text-decoration: none;
}
.about h3 a:hover {
  color: var(--color-secondary);
}
.about h2 a {
  font-size: 24px;
  font-weight: bold;
  font-style: italic;
  line-height: 1em;
  color: var(--color-primary);
  position: relative;
  font-family: var(--font-primary);
  text-decoration: none;
}
.cta {
  margin: 0 25%;
  Padding-top: 50px;
}
.cta a {
  font-family: var(--font-primary);
  text-decoration: underline;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5em;
  font-style: italic;
  color: #f8c7d0;
  margin-left: 25px;
}
hr {
  margin: 1rem 0;
  color: var(--color-primary);
  opacity: 1;
}
.table > :not(caption) > * > * {
  padding: .5rem 0 !important;
  border-bottom: 0px;
}
.table {
  margin-top: 20px;
  margin-bottom: 35px;
}
.table a {
  font-family: var(--font-default);
  text-decoration: none;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5em;
  color: var(--color-default);
}
.table-responsive-sm {
  margin-bottom: 25px;
}
th {
  font-family: var(--font-default);
  font-size: 20px;
}
.call-to-action .cta-btn {
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 48px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}
.call-to-action .cta-btn:hover {
  background: var(--color-primary);
  border: 2px solid var(--color-primary);
}
.about .btn-get-started {
  font-family: var(--font-primary);
  font-weight: bold;
  text-decoration: none;
  font-size: 21px;
  letter-spacing: 0;
  display: inline-block;
  padding: 14px 40px;
  border-radius: 50px;
  transition: 0.3s;
  color: #ffffff;
  background: var(--color-primary);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.08);
  border: 3px solid var(--color-primary);
  width: auto;
  margin-bottom: 3.5rem;
  margin-top: -2.2rem;
}
.about .accordion-item h2 {
  padding-bottom: 0px;
  line-height: 0;
  margin-bottom: 0px;
  margin-top: 0px;
}
.accordion-flush > .accordion-item:first-child {
  margin-top: 25px !important;
}
.accordion-button {
  padding: 1rem 0 1rem 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 1em;
  color: var(--color-primary);
  font-family: var(--font-primary);
}
.accordion-button:not(.collapsed) {
  color: var(--color-primary);
  background-color: #fff;
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.accordion-body {
  padding: 1rem 0 1rem 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5em;
}
.accordion {
  margin-bottom: 2.5em;
}
.about .btn-get-started:hover {
  color: #ffffff;
  border-color: var(--color-default);
  background: var(--color-default);
}
@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
@media (max-width: 1279px) {
  .about h1 {
    font-size: 42px;
    margin-top: 30px !important;
  }
  .hero {
    width: 100%;
  }
  .hero-vervolg {
    width: 100%;
  }
  .header-sticked {
    width: 100%;
  }
  .topbar {
    width: 100%;
  }
  .about .title {
    font-size: 42px;
  }
  .about .title-2 {
    font-size: 42px !important;
    margin-top: 30px;
  }
  .about h2 {
    font-size: 24px;
    margin-top: 30px;
  }
  .about p {
    font-size: 18px;
  }
  .about h3 {
    font-size: 21px;
    margin-top: 1rem;
  }
  .about h4 {
    font-size: 18px;
    margin-top: 1.5rem;
  }
  .about ul li {
    font-size: 18px;
  }
  .about a {
    font-size: 18px;
  }
  .about ul a {
    font-size: 16px;
  }
  .about img {
    width: 50%;
  }
  .cta {
    margin: 0 0;
    Padding-top: 10px;
  }
  .about .cta .btn-get-started {
    margin-left: 0px;
  }
  .about .btn-get-started {
    font-size: 18px;
    padding: 10px 20px;
    margin-top: -1.2rem;
  }
  .row > * {
    padding-right: calc(var(--bs-gutter-x) * 1.5);
    padding-left: calc(var(--bs-gutter-x) * 1.5);
    margin-top: 0;
  }
  .accordion-body {
    font-size: 18px;
  }
  .slider-locatie img {
    width: inherit !important;
  }
  .table a {
    font-size: 16px;
  }
  th {
    font-size: 16px;
  }
  .table-responsive-sm {
    margin-bottom: 25px;
  }
  .table > :not(caption) > * > * {
    padding: .5rem .5rem .5rem 0 !important;
  }
}
@media (max-width: 1280px) {
  .button-deelnemers, .button-deelnemers-donker {
    margin: 0px 40px 50px 0px;
  }
  .button-deelnemers-b, .button-deelnemers-donker-b {
    margin: 0px 0px 50px 0px;
  }
  .button-gemeenten {
    margin: 0px 40px 50px 0px;
  }
  .button-partners, .button-partners-donker, .button-partners-b {
    margin: 0px 40px 50px 0px;
  }
  .button-partners-b {
    margin: 0px 0px 50px 0px;
  }
}
/*--------------------------------------------------------------
# Our Team Section
--------------------------------------------------------------*/
.team .member {
  text-align: left;
  background: #fff;
  border-radius: 10px;
  padding: 0px;
  overflow: hidden;
  box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.1);
  border: 2px solid var(--color-primary);
}
.persoon-1 {
  width: 75%;
  margin: 60px 0 0 0;
  border-radius: 15px;
}
.persoon p {
  margin-bottom: 0 !important;
}
.team .card {
  height: 100%;
}
.team .member img {
  overflow: hidden;
}
.team .card-body {
  padding: 20px 30px 40px 30px;
}
.team .title {
  font-size: 52px !important;
  font-weight: bold;
  padding-bottom: 10px;
  line-height: 1em;
  color: var(--color-default);
  position: relative;
  font-family: var(--font-primary) !important;
  margin-top: 60px;
  display: inline;
}
.team .member h4 {
  font-size: 24px;
  font-weight: bold;
  font-style: italic;
  color: var(--color-primary);
  line-height: 1em;
  margin-top: 16px;
  margin-bottom: 2px;
}
.team .title-2 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1em;
  color: var(--color-primary);
  position: relative;
  font-family: var(--font-primary);
  margin-top: 30px;
}
.team h2 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1em;
  color: var(--color-primary);
  position: relative;
  font-family: var(--font-primary);
  margin-top: 30px;
}
.team h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1em;
  color: var(--color-default);
  position: relative;
  font-family: var(--font-primary);
  margin-top: 30px;
}
.team .member span {
  display: block;
  font-size: 21px;
  color: var(--color-default);
}
.team .member p {
  padding-top: 10px;
  font-size: 20px;
  color: var(--color-default);
  bottom: 0;
  line-height: 1.5em;
  position: absolute;
  font-family: var(--font-default);
}
.team p {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5em;
  color: var(--color-default);
  position: relative;
  font-family: var(--font-default);
  margin-bottom: 2.5em;
  margin-top: 0;
}
.locatie .member p {
  padding-top: 10px;
  font-size: 18px;
  color: var(--color-default);
  bottom: 0;
  line-height: 1.5em;
  position: relative !important;
}
.locatie .card-body {
  padding: 20px 30px 20px 30px;
}
.team .member a {
  font-family: var(--font-primary);
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0;
  float: right;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 50px;
  transition: 0.3s;
  color: #ffffff;
  background: var(--color-primary);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.08);
  border: 3px solid var(--color-primary);
  margin-bottom: 20px;
}
.team .member a:hover {
  background: var(--color-default);
  border: 3px solid var(--color-default);
  color: #ffffff;
}
.overlay, .overlay-text, .simple-text, .overlay-sim-text-2, .overlay-text-effect-3, .zoom-effect-1 img, .zoom-effect-2 img, .opacity-effect img, .blur-effect img, .grayscale-effect img {
  transition: all .4s linear;
  -webkit-transition: all .4s linear;
  -moz-transition: all .4s linear;
  -o-transition: all .4s linear;
}
.image-wrapper {
  margin-bottom: 35px;
}
.effect-image-1 {
  position: relative;
  display: block;
}
.overlay-text p, .overlay-sim-text-2 p, .overlay-text-effect-3 p {
  color: #fff;
  font-size: 16px;
}
.overlay-text h3 {
  color: #fff !important;
  margin-top: 0;
}
.overlay {
  position: absolute;
  display: block;
  width: 100%;
  height: 50%;
  left: 0;
  top: 0;
  background: var(--color-primary);
  opacity: 0;
  visibility: hidden;
}
.overlay-text {
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--color-primary);
  top: 0px;
  padding: 20px;
  border-radius: 15px;
}
.overlay-text-1 {
  opacity: 0;
  visibility: hidden;
}
.effect-image-1:hover .overlay-text-1 {
  opacity: 1;
  visibility: visible;
}
.overlay-text-2 {
  opacity: 0;
  visibility: hidden;
  transform: scale(1.1);
}
.effect-image-1:hover .overlay-text-2 {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.effect-image-1 img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1279px) {
  .team .title {
    font-size: 42px;
    margin-top: 30px;
  }
  .team .title-2 {
    font-size: 24px !important;
    margin-top: 30px;
  }
  .team h3 {
    font-size: 18px;
    margin-top: 1rem;
  }
  .team .member p {
    position: relative;
    font-size: 14px;
  }
  .team p {
    font-size: 18px;
  }
  .team .card {
    height: 100%;
  }
  .team .card-body {
    padding: 5px 10px 5px 10px;
  }
  .locatie .card-body {
    padding: 10px 20px 10px 20px !important;
  }
  .team .container > * {
    padding-right: calc(var(--bs-gutter-x) * 1);
    padding-left: calc(var(--bs-gutter-x) * 1);
  }
  .team .row > * {
    padding-right: calc(var(--bs-gutter-x) * 0.2);
    padding-left: calc(var(--bs-gutter-x) * 0.2);
  }
  .mb-3 {
    margin-bottom: 1.5rem !important;
  }
  .team .member a {
    font-size: 14px;
    padding: 10px 20px;
  }
  .overlay-text h3 {
    margin-top: 0;
  }
  .effect-image-1 {
    margin-bottom: 10px;
  }
  .overlay-text p, .overlay-sim-text-2 p, .overlay-text-effect-3 p {
    font-size: 14px !important;
  }
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
  .about img {
    width: 175% !important;
    margin-top: 1rem;
  }
  .slider-locatie img {
    width: inherit !important;
  }
  .cta {
    margin: 0 25%;
    Padding-top: 50px;
  }
  .about h4 {
    font-size: 18px;
  }
  .team .member p {
    position: absolute;
  }
  .persoon-1 {
    margin: 30px 0 60px 0;
  }
  .team h1 {
    font-size: 42px;
    margin-top: 30px;
  }
  .team h2 {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 15px;
  }
  .team p {
    font-size: 18px !important;
  }
  .team h3 {
    font-size: 18px;
    margin-top: 1rem;
  }
  .team .card-body {
    padding: 10px 20px 10px 20px !important;
  }
  .team .row > * {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: 0;
  }
  .mb-3 {
    margin-bottom: 1.5rem !important;
  }
  .overlay-text h3 {
    margin-top: 0;
  }
  .overlay-text p, .overlay-sim-text-2 p, .overlay-text-effect-3 p {
    font-size: 14px !important;
  }
}
/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact h4 {
  font-family: var(--font-default);
  font-size: 20px;
  font-weight: 500;
  font-style: normal;
  margin-bottom: 15px;
}
.contact .php-email-form .form-group {
  padding-bottom: 8px;
}
.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #df1529;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}
.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #059652;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid var(--color-default);
  border-top-color: #fff;
  animation: animate-loading 1s linear infinite;
}
.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 10px;
  box-shadow: none;
  font-size: 14px;
}
.contact .php-email-form input[type=text], .contact .php-email-form input[type=email], .contact .php-email-form textarea {
  padding: 12px 15px;
}
.contact .php-email-form input[type=text]:focus, .contact .php-email-form input[type=email]:focus, .contact .php-email-form textarea:focus {
  border-color: var(--color-default);
}
.contact .php-email-form textarea {
  padding: 10px 12px;
}
.contact .php-email-form button[type=submit] {
  background: var(--color-primary);
  padding: 14px 45px;
  color: #ffffff;
  font-family: var(--font-primary);
  font-weight: 600;
  text-decoration: none;
  font-size: 20px;
  transition: 0.4s;
  border-radius: 50px;
  border: 3px solid var(--color-primary);
}
.contact .php-email-form button[type=submit]:hover {
  background: var(--color-default);
  border: 3px solid var(--color-default);
  color: #fff;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  font-size: 18px;
  background-color: var(--color-primary);
  padding: 35px 0 15px 0;
  color: var(--color-default);
  border-radius: 30px 30px 0 0;
  margin-top: 50px;
  width: 1280px;
  margin: 100px auto 0 auto;
}
.onderdeel {
  color: var(--color-primary);
}
.footer img {
  width: 50%;
  margin-top: 0px;
  margin-left: 0;
}
.footer .keurmerk {
  width: 60%;
  margin-top: 0;
  margin-bottom: 25px;
}
.footer .footer-info .logo img {
  max-height: 40px;
  margin-right: 6px;
}
.footer .footer-info .logo span {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
  font-family: var(--font-primary);
}
.footer .footer-info p {
  font-size: 14px;
  font-family: var(--font-primary);
}
.footer .social-links {
  margin-left: 65%;
}
.footer .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #ffffff;
  font-size: 16px;
  color: var(--color-primary) !important;
  margin-right: 10px;
  transition: 0.3s;
}
.footer .social-links a:hover {
  background-color: var(--color-default);
}
.bi::before, [class^="bi-"]::before, [class*=" bi-"]::before {
  vertical-align: -.225em !important;
}
.footer h4 {
  font-size: 20px;
  font-weight: 600;
  position: relative;
  font-family: var(--font-default);
  padding-bottom: 12px;
  color: var(--color-default);
}
.footer .footer-links {
  margin-bottom: 0;
}
.footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer .footer-links ul i {
  padding-right: 2px;
  color: var(--color-default);
  font-size: 12px;
  line-height: 0;
}
.footer .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
.footer .footer-links ul li:first-child {
  padding-top: 0;
}
.footer .footer-links ul a {
  color: #ffffff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
  font-family: var(--font-default);
  font-weight: bold;
}
.footer .footer-links a {
  color: var(--color-default);
}
.footer .footer-links a:hover {
  color: var(--color-default);
}
.footer .footer-links ul a:hover {
  color: var(--color-default);
}
.footer .footer-contact p {
  line-height: 26px;
}
.footer .copyright {
  text-align: center;
  font-family: var(--font-primary);
  font-size: 12px;
  padding-top: 15px;
  color: #ffffff !important;
}
.footer .credits {
  padding-top: 4px;
  text-align: center;
  font-size: 8px;
  color: #fffff !important;
}
.hide-footer-2 {
  display: none !important;
}
.footer .credits a {
  color: var(--color-default);
}
@media (max-width: 1279px) {
  .footer {
    width: 100%;
  }
  .footer .footer-links {
    margin-bottom: 20px;
  }
  .footer .footer-links .row {
    padding-right: calc(var(--bs-gutter-x) * 1) !important;
    padding-left: calc(var(--bs-gutter-x) * 1) !important;
    margin-top: 0;
  }
  .hide-footer-2 {
    display: inherit !important;
  }
  .footer img {
    margin-top: 0;
    width: 70%;
    margin-left: 0;
  }
  .footer .keurmerk {
    display: block;
  }
  .footer .container {
    padding-top: 25px;
  }
  .footer .social-links {
    margin-left: 0;
  }
  .footer .hide-footer {
    display: none !important;
  }
  .footer .keurmerk {
    width: 75%;
    margin-top: 25px;
  }
  .footer .copyright {
    padding-top: 0px;
  }
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
  .footer .container {
    padding-top: 25px;
  }
}