@charset "UTF-8";
/* CSS Reset */
@import url("https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Manrope:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Outfit:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Sora:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bitter:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Over+the+Rainbow&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset voor oudere browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

/* Lijststijlen resetten */
/* Quotes resetten */
blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after,
q::before, q::after {
  content: "";
  content: none;
}

/* Tabellen reset */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

.ckeditor-content ol,
.ckeditor-content ul {
  list-style: initial;
  margin-left: initial;
}

.material-symbols-outlined {
  font-family: "Material Symbols Outlined";
  font-weight: 400; /* 100..700 kan */
  font-style: normal;
  font-size: 24px; /* stuurt ook 'opsz' aan */
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  /* variaties */
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24; /* 20..48 */
}

.bg-oranje {
  background-color: rgba(223, 179, 134, 0.2);
}

.bg-groen {
  background-color: rgba(2, 77, 58, 0.2);
}

.groen {
  color: #024d3a !important;
}

.dropdown-toggle::after {
  display: none !important;
}

.navbar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1031;
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(5px);
}

/* Hamburger Button aanpassen */
.navbar-toggler {
  border: none;
  outline: none;
  box-shadow: none;
}

/* Overschrijf de .navbar-nav */
.navbar-nav {
  font-family: "Bitter", serif;
  padding: 0;
  font-size: clamp(0.8rem, 3vw, 1.1rem);
}

/* Overschrijf de .nav-item */
.nav-item {
  margin-right: 1rem;
}
.nav-item a {
  color: #4d4748;
  text-decoration: none;
  transition: color 0.3s;
}
.nav-item a:hover {
  color: #2c2c2c;
  background-color: rgba(77, 71, 72, 0.2);
}

/* Overschrijf de actieve link */
.nav-item.active a,
.nav-item .active {
  font-weight: bold;
  background-color: rgba(77, 71, 72, 0.2);
}

/* Voor dropdowns, als dat nodig is */
.dropdown-menu {
  background-color: #fff;
  border: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.dropdown-menu a {
  color: #4d4748;
  padding: 0rem 1rem;
}
.dropdown-menu a:hover {
  background-color: rgba(77, 71, 72, 0.2);
}

.dropdown:hover > .dropdown-menu {
  display: block;
  z-index: 10000;
  transition: all 0.2s ease-in-out;
}

.dropdown-menu {
  display: none; /* Zorgt ervoor dat het standaard verborgen is */
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  background-color: #fff; /* Of gebruik je Bootstrap variabele, bv. $body-bg */
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

/* Toon dropdown als de ouder hover staat of als de 'show' class aanwezig is */
.dropdown:hover .dropdown-menu,
.dropdown.show .dropdown-menu {
  display: block;
}

/* Altijd een brede lade, maar niet groter dan 768px */
@media (max-width: 991.98px) {
  /* Definieer een keyframe-animatie die de items van links naar rechts laat schuiven */
  @keyframes slideIn {
    from {
      transform: translateX(-20px);
      opacity: 0;
    }
    to {
      transform: translateX(0);
      opacity: 1;
    }
  }
  /* Verplaats padding/klikvlak van <li> naar de <a>, zodat de achtergrond exact de button-size is */
  .offcanvas-body ul.list-unstyled > li.nav-item {
    padding: 0; /* geen padding op li */
    background: transparent; /* basis zonder extra vlakje */
    font-family: "Bebas Neue", sans-serif;
    font-size: clamp(1.4rem, 3vw, 1.6rem);
  }
  .offcanvas-body ul.list-unstyled > li.nav-item > a {
    display: block; /* maakt de link full-width */
    width: 100%;
    background: transparent !important; /* geen donker overlay op inactief */
    color: #4d4748;
    text-decoration: none;
  }
  /* Actieve link: volle kleur, exact zo groot als de button */
  .offcanvas-body .nav-item.active > a,
  .offcanvas-body .nav-item > a.active {
    color: #dfb386 !important;
    font-weight: normal;
  }
  /* Hover op mobiel (optioneel): subtiel */
  .offcanvas-body ul.list-unstyled > li.nav-item > a:hover {
    background-color: rgba(77, 71, 72, 0.2);
  }
  /* Zorg dat eerdere globale active-styles (die een donkerder vlakje geven) worden geneutraliseerd op mobiel */
  .offcanvas-body .nav-item.active,
  .offcanvas-body .nav-item .active {
    border-bottom: none;
    background: transparent !important; /* het kleurvlak zit nu op <a> */
  }
  /* Hoofdmenu-items: basisinstellingen zonder animatie */
  .offcanvas-body ul.list-unstyled > li.nav-item {
    opacity: 0;
    padding: 6px;
    padding-left: 10px;
  }
  /* Hoofdmenu-items: basisinstellingen zonder animatie */
  .offcanvas-body {
    background-color: #ecf2f1;
  }
  /* Animatie toepassen wanneer .animate aanwezig is */
  .offcanvas-body ul.list-unstyled > li.nav-item.animate {
    animation: slideIn 0.4s ease-out forwards;
  }
  /* Geef een incrementele delay per item zodat ze één voor één verschijnen */
  .offcanvas-body ul.list-unstyled > li.nav-item.animate:nth-child(1) {
    animation-delay: 0s;
  }
  .offcanvas-body ul.list-unstyled > li.nav-item.animate:nth-child(2) {
    animation-delay: 0.1s;
  }
  .offcanvas-body ul.list-unstyled > li.nav-item.animate:nth-child(3) {
    animation-delay: 0.2s;
  }
  .offcanvas-body ul.list-unstyled > li.nav-item.animate:nth-child(4) {
    animation-delay: 0.3s;
  }
  .offcanvas-body ul.list-unstyled > li.nav-item.animate:nth-child(5) {
    animation-delay: 0.4s;
  }
  .offcanvas-body ul.list-unstyled > li.nav-item.animate:nth-child(6) {
    animation-delay: 0.5s;
  }
  .offcanvas-body ul.list-unstyled > li.nav-item.animate:nth-child(7) {
    animation-delay: 0.6s;
  }
  .offcanvas-body ul.list-unstyled > li.nav-item.animate:nth-child(8) {
    animation-delay: 0.7s;
  }
  .offcanvas-body ul.list-unstyled > li.nav-item.animate:nth-child(9) {
    animation-delay: 0.8s;
  }
  .offcanvas-body ul.list-unstyled > li.nav-item.animate:nth-child(10) {
    animation-delay: 0.9s;
  }
  .offcanvas-body ul.list-unstyled > li.nav-item:last-child {
    margin-bottom: 0;
  }
  /* Submenu-items (optioneel: je kunt hier ook een animatie toevoegen) */
  .offcanvas-body ul.list-unstyled .sub-menu li.nav-item {
    margin-bottom: 0.8rem;
    background-color: transparent;
    padding: 6px;
    padding-left: 10px;
  }
  .offcanvas-body ul.list-unstyled .sub-menu li.nav-item:first-child {
    margin-top: 20px;
  }
  .offcanvas-body ul.list-unstyled .sub-menu li.nav-item:last-child {
    margin-bottom: 20px;
  }
  /* Zorgt ervoor dat het actieve item op mobiel geen border-bottom heeft */
  .offcanvas-body .nav-item.active a,
  .offcanvas-body .nav-item .active {
    border-bottom: none;
  }
}
/* Sticky alleen op desktop */
@media (min-width: 992px) {
  #site-navbar.nav--sticky {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1100;
  }
  /* Verberg grote desktop-brand zodra sticky actief is */
  #site-navbar.nav--sticky .desktop-brand {
    display: none !important;
  }
}
/* --- Dropdown groter & beter klikbaar --- */
.dropdown-menu {
  /* breder en iets meer ruimte rondom */
  min-width: 16rem;
  padding: 0.75rem 0;
  font-size: clamp(0.95rem, 2vw, 1.1rem);
  line-height: 1.4;
  /* optioneel wat extra afstand onder het hoofditem */
  margin-top: 0.4rem;
}

.dropdown-menu a,
.dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  min-height: 44px;
  padding: 0.75rem 1.25rem;
  font-weight: 400;
}

/* Desktop nog net wat ruimer */
@media (min-width: 992px) {
  .dropdown-menu {
    min-width: 18rem;
    font-size: 1.1rem;
  }
  .dropdown-menu a,
  .dropdown-menu .dropdown-item {
    min-height: 48px;
    padding: 0.85rem 1.4rem;
  }
}
/* Geen ruimte tussen hoofditem en submenu */
.navbar .dropdown {
  position: relative;
}

.navbar .dropdown-menu {
  margin-top: 0 !important;
  top: calc(100% - 1px);
}

/* Zorg dat hij open blijft tijdens de overgang */
.navbar .dropdown:hover > .dropdown-menu,
.navbar .dropdown-menu:hover {
  display: block;
}

/* (optioneel) als je een dikke border of schaduw gebruikt, nog ietsje optillen */
@media (min-width: 992px) {
  .navbar .dropdown:hover > .dropdown-menu {
    transform: translateY(-1px);
  }
}
/* Volledige breedte offcanvas op mobiel */
@media (max-width: 991.98px) {
  #offcanvasNavbar {
    --bs-offcanvas-width: 100vw;
  }
  /* voorkom horizontale scroll door subpixel/overflows */
  html, body {
    overflow-x: hidden;
  }
  /* zorg dat de navbar echt tot de rand loopt */
  .navbar {
    right: 0;
  }
  /* als je een .container in de navbar gebruikt: geen zij-gutters op mobiel */
  .navbar .container,
  .navbar .container-fluid {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
/* Compacte, even-hoge dropdown items */
:root {
  --dd-item-h-desktop: 36px; /* compacter op desktop */
  --dd-item-h-mobile: 44px; /* fijne touch target op mobiel */
}

@media (min-width: 992px) {
  .dropdown-menu a,
  .dropdown-menu .dropdown-item {
    display: flex;
    align-items: center;
    height: var(--dd-item-h-desktop);
    min-height: 0; /* override eerdere min-height */
    padding: 0 1rem; /* minder verticale padding */
    line-height: 1; /* compact */
    white-space: nowrap; /* één regel */
    overflow: hidden; /* voorkomt uitvullen bij lange titels */
    text-overflow: ellipsis; /* … bij te lang */
  }
}
@media (max-width: 991.98px) {
  .dropdown-menu a,
  .dropdown-menu .dropdown-item {
    display: flex;
    align-items: center;
    height: var(--dd-item-h-mobile);
    min-height: 0;
    padding: 0 1rem;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
/* veiligheid */
.content-section {
  position: relative;
  z-index: 1;
}

.bg-oranje {
  background-color: rgba(223, 179, 134, 0.2);
}

.bg-groen {
  background-color: rgba(2, 77, 58, 0.2);
}

.groen {
  color: #024d3a !important;
}

.header {
  position: relative;
  overflow: hidden;
  min-height: 300px;
}

.header picture,
.header img,
.header video {
  width: 100%;
  height: 100%;
  min-height: 300px;
  max-height: 700px;
  object-fit: cover;
}

/* jouw bestaande offset werkt nu wél */
.header-content {
  position: absolute;
  top: calc(50% + 20px);
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  max-width: calc(100% - 40px);
  text-align: center;
  z-index: 2;
}

@media (min-width: 992px) {
  .header-content {
    top: calc(50% + 50px);
  }
}
/* reset veelvoorkomende elementen BINNEN de titel/subtitel */
.header-title :where(h1, h2, h3, h4, h5, h6, p),
.header-subtitle :where(h1, h2, h3, h4, h5, h6, p) {
  margin: 0 !important;
  line-height: 1.05;
}

.header-title,
.header-subtitle {
  margin: 0;
  padding: 0;
  text-align: center;
  line-height: 1;
}

.header-title {
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(2.5rem, 6vw, 6rem);
  font-weight: 400;
  overflow-wrap: break-word;
  word-wrap: break-word;
  max-width: 80vw;
  margin-bottom: 0;
  text-shadow: 0 0.04em 0.12em rgba(0, 0, 0, 0.18);
}
@media (min-width: 992px) {
  .header-title {
    max-width: 60vw;
  }
}

.header-subtitle {
  font-family: "Over the Rainbow", cursive;
  font-size: clamp(1.5rem, 6vw, 2.5rem);
  font-weight: 400;
  display: inline-block;
  overflow-wrap: break-word;
  word-wrap: break-word;
  max-width: 80vw;
  margin-top: 0.3rem;
  text-shadow: 0 0.04em 0.12em rgba(0, 0, 0, 0.18);
}
@media (min-width: 992px) {
  .header-subtitle {
    max-width: 60vw;
  }
}

.content-section {
  margin-top: 0;
}

@media (min-width: 992px) {
  .content-section {
    margin-top: clamp(-140px, -8vw, -180px);
  }
}
.bg-oranje {
  background-color: rgba(223, 179, 134, 0.2);
}

.bg-groen {
  background-color: rgba(2, 77, 58, 0.2);
}

.groen {
  color: #024d3a !important;
}

footer {
  font-size: clamp(0.9rem, 3vw, 1.1rem) !important;
  color: #f5f5e9;
}
footer a {
  color: white;
  text-decoration: underline;
  transition: color 0.3s ease;
}
footer a:hover {
  color: #dfb386;
}
footer h1, footer h2, footer h3 {
  font-size: clamp(1.5rem, 3vw, 2rem) !important;
  font-weight: 400;
  color: #f5f5e9;
}
footer .copyright-regel {
  color: #4d4748;
}
footer .copyright-regel a {
  color: #dfb386;
  text-decoration: underline;
  transition: color 0.3s ease;
}
footer .copyright-regel a:hover {
  color: #8e7666;
}

.bg-oranje {
  background-color: rgba(223, 179, 134, 0.2);
}

.bg-groen {
  background-color: rgba(2, 77, 58, 0.2);
}

.groen {
  color: #024d3a !important;
}

html, body {
  font-family: "Bitter", serif;
  font-size: clamp(0.8rem, 4vw, 1rem);
  font-weight: 400;
  line-height: 1.7;
  color: #4d4748;
  background-color: rgba(77, 71, 72, 0.05);
}

h1, h2, h3, h4, h5 {
  font-family: "Bebas Neue", sans-serif;
  margin: 0;
  padding: 0;
  line-height: 1.3;
  color: #4d4748;
}

h1 {
  font-size: clamp(1.6rem, 4vw, 2.5rem);
  font-weight: 700;
  margin-bottom: 1rem;
}

h2 {
  font-size: clamp(1.6rem, 4vw, 2.5rem);
  font-weight: 700;
  margin-bottom: 0.7rem;
}

h3 {
  font-size: clamp(1.1rem, 3.5vw, 2rem);
  font-weight: 700;
  margin-bottom: 0.7rem;
}

h4 {
  font-size: clamp(1.1rem, 3.5vw, 2rem);
  font-weight: 700;
  margin-bottom: 0.7rem;
}

h5 {
  font-size: clamp(1.1rem, 3.5vw, 2rem);
  font-weight: 700;
  margin-bottom: 0.6rem;
}

b, strong {
  font-weight: bold;
}

i, em {
  font-style: italic;
}

.rotate-5 {
  transform: rotate(5deg);
}

.rotate-10 {
  transform: rotate(10deg);
}

.rotate-min-5 {
  transform: rotate(-5deg);
}

.rotate-min-10 {
  transform: rotate(-10deg);
}

.gradient1 {
  background-color: #4e4849; /* fallback */
  background-image: linear-gradient(90deg, #4e4849 0%, #8b7565 100%);
}

.gradient2 {
  background-color: #4e4849; /* fallback */
  background-image: linear-gradient(0deg, #494446 0%, #8b7565 100%);
}

.achtergrond1 {
  position: relative;
  overflow: hidden;
  background-image: url("/images/achtergrondcontainershomepage.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.achtergrond2 {
  position: relative;
  overflow: hidden;
  background-image: url("/images/achtergrondcontainershomepage2.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.bg-oranje {
  background-color: rgba(223, 179, 134, 0.2);
}

.bg-groen {
  background-color: rgba(2, 77, 58, 0.2);
}

.groen {
  color: #024d3a !important;
}

.navbar-toggler {
  border: none;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  box-shadow: none;
}

.toggler-icon {
  position: relative;
  width: 24px;
  height: 21px;
}

.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.toggler-icon .line {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: #4d4748;
  transition: transform 0.3s ease, top 0.3s ease, opacity 0.3s ease;
}

/* Positioneer de lijnen als een hamburger */
.toggler-icon .line.line1 {
  top: 0;
}

.toggler-icon .line.line2 {
  top: 9px;
}

.toggler-icon .line.line3 {
  top: 18px;
}

/* Wanneer de knop open staat (class .open toegevoegd) */
.navbar-toggler.open .toggler-icon .line.line1 {
  top: 9px;
  transform: rotate(45deg);
}

.navbar-toggler.open .toggler-icon .line.line2 {
  opacity: 0;
}

.navbar-toggler.open .toggler-icon .line.line3 {
  top: 9px;
  transform: rotate(-45deg);
}

.tekstbijhamburger {
  font-family: "Bebas Neue", sans-serif;
}

/* Hover: witte achtergrond, contrasterende tekst/icon */
.navbar .navbar-toggler.btn-outline-secondary {
  transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
  color: #4d4748;
}

.navbar .navbar-toggler.btn-outline-secondary .bi,
.navbar .navbar-toggler.btn-outline-secondary .tekstbijhamburger {
  color: inherit;
  transition: color 0.2s ease;
}

/* Overrule Bootstrap hover → wit */
.navbar .navbar-toggler.btn-outline-secondary:hover,
.navbar .navbar-toggler.btn-outline-secondary:focus {
  background-color: #fff !important;
  border-color: #fff !important; /* optioneel, je hebt border-0 */
  color: #4d4748 !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06); /* optioneel subtiel */
}

.bg-oranje {
  background-color: rgba(223, 179, 134, 0.2);
}

.bg-groen {
  background-color: rgba(2, 77, 58, 0.2);
}

.groen {
  color: #024d3a !important;
}

.breadcrumb-tab {
  position: relative;
  background-color: #ecf2f1;
}

.bg-oranje {
  background-color: rgba(223, 179, 134, 0.2);
}

.bg-groen {
  background-color: rgba(2, 77, 58, 0.2);
}

.groen {
  color: #024d3a !important;
}

a {
  color: #dfb386;
  text-decoration: underline;
}
a:hover {
  color: black;
}

.btn1 {
  background-color: #8e7666;
  color: white;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  cursor: pointer;
  border-radius: 0rem;
  transition: transform 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
  text-decoration: none;
}
.btn1:hover {
  background-color: #596d82;
  color: white;
  transform: scale(1.05);
}

.btn2 {
  background-color: #8e7666;
  color: white;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  cursor: pointer;
  border-radius: 0rem;
  transition: transform 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
  text-decoration: none;
}
.btn2:hover {
  background-color: #4d4748;
  color: white;
  transform: scale(1.05);
}

.btn1small {
  background-color: #4d4748;
  border: none;
  color: white;
  padding: 0.5rem 1rem;
  font-size: 0.8rem;
  cursor: pointer;
  border-radius: 0rem;
  transition: transform 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
  text-decoration: none;
}
.btn1small:hover {
  background-color: #4d4748;
  color: white;
  transform: scale(1.05);
}

.btn2small {
  background-color: #8e7666;
  border: none;
  color: white;
  padding: 0.5rem 1rem;
  font-size: 0.8rem;
  cursor: pointer;
  border-radius: 0rem;
  transition: transform 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
  text-decoration: none;
}
.btn2small:hover {
  background-color: #4d4748;
  color: white;
  transform: scale(1.05);
}

.tekstkleur {
  color: #dfb386;
}

.bg-oranje {
  background-color: rgba(223, 179, 134, 0.2);
}

.bg-groen {
  background-color: rgba(2, 77, 58, 0.2);
}

.groen {
  color: #024d3a !important;
}

.banner-card {
  position: relative;
  height: 0;
  padding-top: 50%;
  overflow: hidden;
  border: 0;
  border-radius: 0;
}
.banner-card .banner-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.banner-card .banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
}
.banner-card .banner-icon {
  margin: 0;
}
.banner-card .banner-title {
  margin-bottom: 0.5rem;
}
.banner-card .banner-text {
  margin: 0;
}
.banner-card .btn1 {
  margin: 0;
}
.banner-card .btn2 {
  margin: 0;
}

.bg-oranje {
  background-color: rgba(223, 179, 134, 0.2);
}

.bg-groen {
  background-color: rgba(2, 77, 58, 0.2);
}

.groen {
  color: #024d3a !important;
}

.bg-oranje {
  background-color: rgba(223, 179, 134, 0.2);
}

.bg-groen {
  background-color: rgba(2, 77, 58, 0.2);
}

.groen {
  color: #024d3a !important;
}

.blog {
  padding-top: 0;
}
.blog h1, .blog h2, .blog h3, .blog h4, .blog h5 {
  margin: 0;
  padding: 0;
  line-height: 1.3;
  margin-bottom: 10px;
  margin-top: 30px;
}

@media (min-width: 992px) {
  .blog {
    margin-top: 120px;
  }
}
.bg-oranje {
  background-color: rgba(223, 179, 134, 0.2);
}

.bg-groen {
  background-color: rgba(2, 77, 58, 0.2);
}

.groen {
  color: #024d3a !important;
}

.activiteiten h1, .activiteiten h2, .activiteiten h3, .activiteiten h4, .activiteiten h5 {
  margin: 0;
  padding: 0;
  line-height: 1.3;
  color: #4d4748;
}

@media (min-width: 992px) {
  .activiteiten {
    margin-top: 0px;
  }
}
.bg-oranje {
  background-color: rgba(223, 179, 134, 0.2);
}

.bg-groen {
  background-color: rgba(2, 77, 58, 0.2);
}

.groen {
  color: #024d3a !important;
}

#return-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #759eb3;
  width: 40px;
  height: 40px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  display: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 9999;
}

#return-to-top i {
  color: #fff;
  margin: 0;
  position: relative;
  left: 7px;
  top: 0px;
  font-size: 26px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#return-to-top:hover {
  background-color: rgba(15, 116, 163, 0.8);
}

#return-to-top:hover i {
  color: #fff;
  top: -5px;
}

.bg-oranje {
  background-color: rgba(223, 179, 134, 0.2);
}

.bg-groen {
  background-color: rgba(2, 77, 58, 0.2);
}

.groen {
  color: #024d3a !important;
}

#cookie-banner {
  position: fixed;
  bottom: 0; /* Initiele staat buiten het zichtbare gebied */
  left: 0;
  width: 100%;
  padding: 15px;
  background-color: #dfb386;
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 9998;
  font-size: 14px;
  transition: bottom 0.5s ease-in-out;
}

#cookie-banner.show {
  bottom: 0; /* Het triggeren van de animatie naar boven */
}

#cookie-banner a {
  color: white;
  text-decoration: underline;
  margin-right: 20px;
}

#accept-cookies {
  background-color: #4d4748;
  color: white;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 0;
}

body {
  margin: 0; /* Verwijder de margin */
  padding-bottom: 60px; /* Voeg padding toe aan de onderkant in plaats van margin */
}/*# sourceMappingURL=eigen.css.map */