/**
* Template Name: Dewi
* Template URL: https://bootstrapmade.com/dewi-free-multi-purpose-html-template/
* Updated: Aug 07 2024 with Bootstrap v5.3.3
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/
@import url('google-fonts.css');
@import url('megaMenu.css');
@import url('ce-image.css');
@import url('list_bs.css');
@import url('container.css');



/*--------------------------------------------------------------
# Font & Color Variables
# Help: https://bootstrapmade.com/color-system/
--------------------------------------------------------------*/
/* Fonts */
:root {
  --default-font: 'Plus Jakarta Sans',  system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --heading-font: 'Playfair Display',  sans-serif;
  --nav-font: 'Montserrat',  sans-serif;
}

/* Kleurenschema - Toegankelijkheid Geoptimaliseerd */
:root {
  /* Basis Kleurenpalet
     Aangepaste versies met voldoende contrast voor WCAG AA/AAA
  */
  --brand-rose-dusty: #995A5A;      /* Dusty Rose - DONKERDER voor betere leesbaarheid (was #d4a5a5) */
  --brand-rose-light: #d4a5a5;      /* Lichte variant - alleen voor grote elementen/achtergronden */
  --brand-taupe-warm: #736565;      /* Warm Taupe - DONKERDER voor body tekst (was #9b8b8b) */
  --brand-taupe-medium: #9b8b8b;    /* Medium variant - voor grote tekst of secundaire elementen */
  --brand-blush-soft: #f4e8e8;      /* Soft Blush - Lichte achtergronden */
  --brand-cocoa-rich: #5a4a4a;      /* Rich Cocoa - Donkere tekst (goed contrast!) */
  --brand-cocoa-deep: #403535;      /* Dieper - voor maximaal contrast */
  --brand-sand-golden: #a68d5a;     /* Golden Sand - DONKERDER (was #c9a86e) */
  --brand-sand-light: #c9a86e;      /* Lichte variant - voor achtergronden */
  --brand-mauve-shadow: #8e7373;    /* Mauve Shadow - DONKERDER (was #b89b9b) */
  --brand-green-sage: #6b9067;      /* Sage Green - DONKERDER voor tekst (was #a8c9a5) */
  --brand-green-light: #a8c9a5;     /* Lichte variant - voor achtergronden */
  --brand-cream-white: #faf8f5;     /* Cream White - Achtergrond */
  --brand-white: #ffffff;

  /* Bootstrap Kleuren - Toegankelijk */
  --bs-primary: #995A5A;            /* Dusty Rose - donkerder */
  --bs-secondary: #736565;          /* Warm Taupe - donkerder */
  --bs-success: #6b9067;            /* Sage Green - donkerder */
  --bs-info: #8e7373;               /* Mauve Shadow - donkerder */
  --bs-warning: #a68d5a;            /* Golden Sand - donkerder */
  --bs-danger: #b85b5b;             /* Iets roder en donkerder voor warnings */
  --bs-light: #f4e8e8;              /* Soft Blush */
  --bs-dark: #403535;               /* Deep Cocoa - maximaal contrast */
  --bs-body-bg: #faf8f5;          /* Cream White */
  /* Functionele Variabelen (Globale Toepassing) */
  --background-color: var(--brand-cream-white);
  --default-color: var(--brand-cocoa-rich);        /* Body tekst - donkerder voor leesbaar */
  --bs-body-bg: var(--brand-cream-white);
  --heading-color: var(--brand-cocoa-deep);          /* H1-H6 - extra donker */
  --accent-color: var(--brand-rose-dusty);           /* Links/accenten - donkerder */
  --accent-color-light: var(--brand-rose-light);     /* Alleen voor grote elementen */
  --surface-color: var(--brand-white);
  --contrast-color: var(--brand-white);              /* Tekst op donkere achtergronden */

  /* Tekst Kleuren voor verschillende scenario's */
  --text-primary: var(--brand-cocoa-deep);           /* Hoofdtekst - 4.5:1+ contrast */
  --text-secondary: var(--brand-taupe-warm);         /* Secundaire tekst - 4.5:1+ */
  --text-muted: var(--brand-taupe-medium);           /* Alleen voor grote tekst (3:1+) */
  --text-on-dark: var(--brand-white);                /* Wit op donkere achtergrond */
  --text-on-accent: var(--brand-white);              /* Wit op accentkleur */

  /* Link Kleuren */
  --link-color: var(--brand-rose-dusty);             /* Links - toegankelijk contrast */
  --link-hover-color: var(--brand-sand-golden);      /* Hover state */
  --link-visited-color: var(--brand-mauve-shadow);   /* Bezochte links */

  /* Navigatiemenu Variabelen */
  --nav-color: var(--brand-cocoa-deep);
  --nav-hover-color: var(--brand-rose-dusty);
  --nav-mobile-background-color: var(--brand-white);
  --nav-dropdown-background-color: var(--brand-white);
  --nav-dropdown-color: var(--brand-taupe-warm);
  --nav-dropdown-hover-color: var(--brand-rose-dusty);

  /* Button Variabelen */
  --bs-btn-color: var(--brand-white);
  --bs-btn-bg: var(--brand-rose-dusty);
  --bs-btn-hover-color: var(--brand-white);
  --bs-btn-hover-bg: var(--brand-sand-golden);
  --bs-btn-border-color: var(--brand-rose-dusty);
  --bs-btn-hover-border-color: var(--brand-sand-golden);
}

/* --- Overschrijf de .btn-primary om jouw kleuren te gebruiken --- */
.btn-primary {
    /* Basiskleur: Gebruik je aangepaste --bs-primary kleur */
    --bs-btn-color: var(--brand-white); /* Tekstkleur (bijv. wit) */
    --bs-btn-bg: var(--bs-primary); /* Achtergrondkleur (Dusty Rose) */
    --bs-btn-border-color: var(--bs-primary); /* Randkleur */

    /* Hover-staat: Gebruik een tint/schaduw van je primaire kleur */
    --bs-btn-hover-color: var(--brand-white);
    /* Gebruik een iets donkerdere Dusty Rose voor hover (bijv. #a36969) */
    --bs-btn-hover-bg: #a36969;
    --bs-btn-hover-border-color: #935959;

    /* Active-staat: Gebruik een nog donkerdere kleur */
    --bs-btn-active-color: var(--brand-white);
    --bs-btn-active-bg: #935959;
    --bs-btn-active-border-color: #834949;

    /* Focus Shadow: Gebruik de RGB-waarde van je primaire kleur */
    --bs-btn-focus-shadow-rgb: 184, 123, 123; /* RGB van #b87b7b */

    /* Disabled-staat */
    --bs-btn-disabled-color: var(--brand-white);
    --bs-btn-disabled-bg: var(--bs-primary);
    --bs-btn-disabled-border-color: var(--bs-primary);
}

/* Toegankelijkheid Helpers */
/* Gebruik deze classes voor optimaal contrast */

.text-accessible {
  color: var(--brand-cocoa-deep) !important;  /* 8.35:1 contrast */
}

.text-body-accessible {
  color: var(--brand-taupe-warm) !important;  /* 4.8:1 contrast */
}

.heading-accessible {
  color: var(--brand-cocoa-deep) !important;  /* Voor alle headings */
}
html {
  height: 100%;
}
body {
  color: var(--default-color);
  background-color: var(--background-color);
  font-family: var(--default-font);
  /* For sticky footer av */
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
/* Zorg dat links altijd voldoende contrast hebben */
a {
  color: var(--link-color);
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  color: var(--link-hover-color);
  text-decoration: none;
}

/* Voor tekst op gekleurde achtergronden */
.bg-primary,
.bg-accent {
  color: var(--brand-white) !important;  /* Wit op donkere rose */
}

.bg-light {
  color: var(--brand-cocoa-deep) !important;  /* Donker op lichte achtergrond */
}

/*--------------------------------------------------------------
# General Styling & Shared Classes
--------------------------------------------------------------*/
body {
  color: var(--default-color);
  background-color: var(--background-color);
  font-family: var(--default-font);
}

a {
  color: var(--accent-color);
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  color: color-mix(in srgb, var(--accent-color), transparent 25%);
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--heading-color);
  font-family: var(--heading-font);
}

/* PHP Email Form Messages
------------------------.error-message {
  display: none;
  background: #df1529;
  color: #ffffff;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight:.sent-message {
  display: none;
  color: #ffffff;
  background: #059652;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight:.loading {
  display: none;
  background: var(--surface-color);
  text-align: center;
  padding: 15px;
  margin-bottom: .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid var(--accent-color);
  border-top-color: var(--surface-color);
  animation: php-email-form-loading 1s linear infinite;
}

@keyframes php-email-form-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Pulsating Play Button
------------------------------*/
.pulsating-play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(var(--accent-color) 50%, color-mix(in srgb, var(--accent-color), transparent 75%) 52%);
  border-radius: 50%;
  display: block;
  position: relative;
  overflow: hidden;
}

.pulsating-play-btn:before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  animation-delay: 0s;
  animation: pulsate-play-btn 2s;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid color-mix(in srgb, var(--accent-color), transparent 30%);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.pulsating-play-btn:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.pulsating-play-btn:hover:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  animation: none;
  border-radius: 0;
}

.pulsating-play-btn:hover:after {
  border-left: 15px solid var(--accent-color);
  transform: scale(20);
}

@keyframes pulsate-play-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# Global Header
--------------------------------------------------------------*/
.header {
  --background-color: rgba(0, 0, 0, 0);
  --default-color: #ffffff;
  --heading-color: #ffffff;
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 20px 0;
  transition: all 0.5s;
  z-index: 997;
}

.header .logo {
  line-height: 1;
}

.header .logo img {
  max-height: 180px;
  margin-right: 8px;
}
main.main {
    margin-top: 140px;
}

.header .logo h1 {
  font-size: 30px;
  margin: 0;
  font-weight: 700;
  color: var(--heading-color);
}

.header .cta-btn,
.header .cta-btn:focus {
  color: var(--contrast-color);
  font-size: 13px;
  padding: 7px 25px;
  margin: 0 0 0 30px;
  border-radius: 4px;
  transition: 0.3s;
  text-transform: uppercase;
  border: 2px solid var(--contrast-color);
}

.header .cta-btn:hover,
.header .cta-btn:focus:hover {
  color: var(--contrast-color);
  background: var(--accent-color);
  border-color: var(--accent-color);
}

@media (max-width: 1200px) {
  .header .logo {
    order: 1;
  }

  .header .cta-btn {
    order: 2;
    margin: 0 15px 0 0;
    padding: 6px 15px;
  }

  .header .navmenu {
    order: 3;
  }
}

.scrolled .header {
  box-shadow: 0px 0 18px rgba(230, 225, 225, 0.1);
}

/* Global Header on Scroll
------------------------------*/
.scrolled .header {
  --background-color: #dee2e6;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
@media (min-width: 1200px) {
  .navmenu {
    padding: 0;
  }

  .navmenu ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navmenu li {
    position: relative;
  }

  .navmenu>ul>li {
    white-space: nowrap;
    padding: 15px 14px;
  }

  .navmenu>ul>li:last-child {
    padding-right: 0;
  }

  .navmenu a,
  .navmenu a:focus {
    color: var(--nav-color);
    font-size: 13px;
    padding: 0 2px;
    font-family: var(--nav-font);
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
    text-transform: uppercase;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    transition: 0.3s;
  }

  .navmenu>ul>li>a:before {
    content: "";
    position: absolute;
    height: 2px;
    bottom: -6px;
    left: 0;
    background-color: var(--nav-hover-color);
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
  }

  .navmenu a:hover:before,
  .navmenu li:hover>a:before,
  .navmenu .active:before {
    visibility: visible;
    width: 100%;
  }

  .navmenu li:hover>a,
  .navmenu .active,
  .navmenu .active:focus {
    color: color-mix(in srgb, var(--nav-color) 90%, white 15%);
  }

  .navmenu .dropdown ul {
    margin: 0;
    padding: 10px 0;
    background: var(--nav-dropdown-background-color);
    display: block;
    position: absolute;
    visibility: hidden;
    left: 14px;
    top: 130%;
    opacity: 0;
    transition: 0.3s;
    border-radius: 4px;
    z-index: 99;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }

  .navmenu .dropdown ul li {
    min-width: 200px;
  }

  .navmenu .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    color: var(--nav-dropdown-color);
  }

  .navmenu .dropdown ul a i {
    font-size: 12px;
  }

  .navmenu .dropdown ul a:hover,
  .navmenu .dropdown ul .active:hover,
  .navmenu .dropdown ul li:hover>a {
    color: var(--nav-dropdown-hover-color);
  }

  .navmenu .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navmenu .dropdown .dropdown ul {
    top: 0;
    left: -90%;
    visibility: hidden;
  }

  .navmenu .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: -100%;
    visibility: visible;
  }
}

/* Mobile Navigation */
@media (max-width: 1199px) {
  .mobile-nav-toggle {
    color: var(--nav-color);
    font-size: 28px;
    line-height: 0;
    margin-right: 10px;
    cursor: pointer;
    transition: color 0.3s;
  }

  .navmenu {
    padding: 0;
    z-index: 9997;
  }

  .navmenu ul {
    display: none;
    list-style: none;
    position: absolute;
    inset: 60px 20px 20px 20px;
    padding: 10px 0;
    margin: 0;
    border-radius: 6px;
    background-color: var(--nav-mobile-background-color);
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
    box-shadow: none;
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
  }

  .navmenu a,
  .navmenu a:focus {
    color: var(--nav-dropdown-color);
    padding: 10px 20px;
    font-family: var(--nav-font);
    font-size: 17px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
    background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
  }

  .navmenu a i:hover,
  .navmenu a:focus i:hover {
    background-color: var(--accent-color);
    color: var(--contrast-color);
  }

  .navmenu a:hover,
  .navmenu .active,
  .navmenu .active:focus {
    color: var(--nav-dropdown-hover-color);
  }

  .navmenu .active i,
  .navmenu .active:focus i {
    background-color: var(--accent-color);
    color: var(--contrast-color);
    transform: rotate(180deg);
  }

  .navmenu .dropdown ul {
    position: static;
    display: none;
    z-index: 99;
    padding: 10px 0;
    margin: 10px 20px;
    background-color: var(--nav-dropdown-background-color);
    transition: all 0.5s ease-in-out;
  }

  .navmenu .dropdown ul ul {
    background-color: rgba(33, 37, 41, 0.1);
  }

  .navmenu .dropdown>.dropdown-active {
    display: block;
    background-color: rgba(33, 37, 41, 0.03);
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .mobile-nav-toggle {
    color: #fff;
    position: absolute;
    font-size: 32px;
    top: 15px;
    right: 15px;
    margin-right: 0;
    z-index: 9999;
  }

  .mobile-nav-active .navmenu {
    position: fixed;
    overflow: hidden;
    inset: 0;
    background: rgba(33, 37, 41, 0.8);
    transition: 0.3s;
  }

  .mobile-nav-active .navmenu>ul {
    display: block;
  }
}

/*--------------------------------------------------------------
# Global Footer
--------------------------------------------------------------*/
.footer {
  color: var(--default-color);
  background-color: var(--background-color);
  font-size: 14px;
  position: relative;
}

.footer .footer-top {
  padding-top: 50px;
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.footer .footer-about .logo {
  line-height: 1;
  margin-bottom: 25px;
}

.footer .footer-about .logo img {
  /*max-height: 40px;*/
  margin-right: 6px;
}

.footer .footer-about .logo span {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 1px;
  font-family: var(--heading-font);
  color: var(--heading-color);
}

.footer .footer-about p {
  font-size: 14px;
  font-family: var(--heading-font);
}

.footer .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  /* Bewust geen border/border-radius: de iconen staan los, zonder omcirkeling.
     De 40x40 blijft staan zodat de onderlinge afstand ongewijzigd is. */
  font-size: 16px;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  margin-right: 10px;
  transition: 0.3s;
}

.footer .social-links a:hover {
  color: var(--accent-color);
}

.footer h4 {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
}

.footer .footer-links {
  margin-bottom: 30px;
}

.footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-links ul i {
  padding-right: 3px;
  font-size: 13px;
  line-height: 0;
  color: var(--accent-color);
}

.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: color-mix(in srgb, var(--default-color), transparent 30%);
  display: inline-block;
  line-height: 1;
}

.footer .footer-links ul a:hover {
  color: var(--accent-color);
}

.footer .footer-contact p {
  margin-bottom: 5px;
}

.footer .footer-newsletter .newsletter-form {
  margin-top: 30px;
  margin-bottom: 15px;
  padding: 6px 8px;
  position: relative;
  border-radius: 4px;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 80%);
  display: flex;
  background-color: var(--background-color);
  transition: 0.3s;
}

.footer .footer-newsletter .newsletter-form:focus-within {
  border-color: var(--accent-color);
}

.footer .footer-newsletter .newsletter-form input[type=email] {
  border: 0;
  padding: 4px;
  width: 100%;
  background-color: var(--background-color);
  color: var(--default-color);
}

.footer .footer-newsletter .newsletter-form input[type=email]:focus-visible {
  outline: none;
}

.footer .footer-newsletter .newsletter-form input[type=submit] {
  border: 0;
  font-size: 16px;
  padding: 0 20px;
  margin: -7px -8px -7px 0;
  background: var(--accent-color);
  color: var(--contrast-color);
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}

.footer .footer-newsletter .newsletter-form input[type=submit]:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 20%);
}

.footer .copyright {
  padding: 25px 0;
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.footer .copyright p {
  margin-bottom: 0;
}

.footer .credits {
  margin-top: 6px;
  font-size: 13px;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  inset: 0;
  z-index: 999999;
  overflow: hidden;
  background: var(--background-color);
  transition: all 0.6s ease-out;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #ffffff;
  border-color: var(--accent-color) transparent var(--accent-color) 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);
  }
}

/*--------------------------------------------------------------
# Scroll Top Button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background-color: var(--accent-color);
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: var(--contrast-color);
  line-height: 0;
}

.scroll-top:hover {
  background-color: color-mix(in srgb, var(--accent-color), transparent 20%);
  color: var(--contrast-color);
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Global Page Titles & Breadcrumbs
--------------------------------------------------------------*/
.page-title {
  color: var(--default-color);
  background-color: var(--background-color);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 160px 0 80px 0;
  text-align: center;
  position: relative;
}

.page-title:before {
  content: "";
  background: color-mix(in srgb, var(--background-color), transparent 30%);
  position: absolute;
  inset: 0;
}

.page-title h1 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 10px;
}

.page-title .breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: center;
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
}

.page-title .breadcrumbs ol li+li {
  padding-left: 10px;
}

.page-title .breadcrumbs ol li+li::before {
  content: "/";
  display: inline-block;
  padding-right: 10px;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
}

/*--------------------------------------------------------------
# Global Sections
--------------------------------------------------------------*/
section,
.section {
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 30px 0;
  scroll-margin-top: 90px;
  overflow: clip;
}

@media (max-width: 1199px) {

  section,
  .section {
    scroll-margin-top: 76px;
  }
}

/*--------------------------------------------------------------
# Global Section Titles
--------------------------------------------------------------*/
.section-title {
  padding-bottom: 60px;
  position: relative;
}

.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0;
  /*letter-spacing: 1.5px;*/
  text-transform: uppercase;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
  position: relative;
}

.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: var(--accent-color);
  margin: 4px 10px;
}

.section-title p {
  color: var(--heading-color);
  margin: 0;
  font-size: 36px;
  font-weight: 800;
  text-transform: uppercase;
  font-family: var(--heading-font);
}

@media (max-width: 768px) {
  .section-title p {
    font-size: 24px;
  }
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  width: 100%;
  min-height: 100vh;
  position: relative;
  padding: 80px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.hero:before {
  content: "";
  background: color-mix(in srgb, var(--background-color), transparent 30%);
  position: absolute;
  inset: 0;
  z-index: 2;
}

.hero .container {
  position: relative;
  z-index: 3;
}

.hero h2 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  text-transform: uppercase;
}

.hero p {
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  margin: 10px 0 0 0;
  font-size: 24px;
}

.hero .btn-get-started {
  background: var(--accent-color);
  color: var(--contrast-color);
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 4px;
  transition: 0.3s;
  text-transform: uppercase;
}

.hero .btn-get-started:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 20%);
}

.hero .btn-watch-video {
  font-size: 16px;
  transition: 0.5s;
  margin-left: 25px;
  font-weight: 400;
  color: var(--default-color);
}

.hero .btn-watch-video i {
  color: var(--accent-color);
  font-size: 32px;
  transition: 0.3s;
  line-height: 0;
  margin-right: 8px;
}

.hero .btn-watch-video:hover {
  color: var(--accent-color);
}

.hero .btn-watch-video:hover i {
  color: color-mix(in srgb, var(--accent-color), transparent 20%);
}

@media (max-width: 768px) {
  .hero h2 {
    font-size: 32px;
  }

  .hero p {
    font-size: 18px;
  }
}

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
.about h3 {
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 20px;
}

.about .fst-italic {
  color: color-mix(in srgb, var(--default-color), var(--contrast-color) 50%);
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding: 0 0 10px 30px;
  position: relative;
}

.about .content ul i {
  position: absolute;
  font-size: 20px;
  left: 0;
  top: -3px;
  color: var(--accent-color);
}

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

.about .pulsating-play-btn {
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
}

/*--------------------------------------------------------------
# Stats Section
--------------------------------------------------------------*/
.stats .stats-item {
  background-color: var(--surface-color);
  box-shadow: 0px 0 30px rgba(0, 0, 0, 0.1);
  padding: 30px;
}

.stats .stats-item i {
  color: var(--accent-color);
  font-size: 42px;
  line-height: 0;
  margin-right: 20px;
}

.stats .stats-item span {
  color: var(--heading-color);
  font-size: 36px;
  display: block;
  font-weight: 600;
}

.stats .stats-item p {
  padding: 0;
  margin: 0;
  font-family: var(--heading-font);
  font-size: 16px;
}

/*--------------------------------------------------------------
# Services Section
--------------------------------------------------------------*/
.services .img {
  border-radius: 8px;
  overflow: hidden;
}

.services .img img {
  transition: 0.6s;
}

.services .details {
  background: color-mix(in srgb, var(--surface-color), transparent 5%);
  padding: 50px 30px;
  margin: -100px 30px 0 30px;
  transition: all ease-in-out 0.3s;
  position: relative;
  text-align: center;
  border-radius: 8px;
  box-shadow: 0px 0 25px rgba(0, 0, 0, 0.1);
}

.services .details .icon {
  margin: 0;
  width: 72px;
  height: 72px;
  background: var(--accent-color);
  color: var(--contrast-color);
  border: 6px solid var(--contrast-color);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  font-size: 28px;
  transition: ease-in-out 0.3s;
  position: absolute;
  top: -36px;
  left: calc(50% - 36px);
}

.services .details h3 {
  font-weight: 700;
  margin: 10px 0 15px 0;
  font-size: 22px;
  transition: ease-in-out 0.3s;
}

.services .details p {
  color: color-mix(in srgb, var(--default-color), transparent 10%);
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .service-item:hover .details h3 {
  color: var(--accent-color);
}

.services .service-item:hover .details .icon {
  background: var(--surface-color);
  border: 2px solid var(--accent-color);
}

.services .service-item:hover .details .icon i {
  color: var(--accent-color);
}

.services .service-item:hover .img img {
  transform: scale(1.2);
}

/*--------------------------------------------------------------
# Clients Section
--------------------------------------------------------------*/
.clients {
  padding: 20px 0;
}

.clients .client-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.clients .client-logo img {
  padding: 20px 40px;
  max-width: 90%;
  transition: 0.3s;
  opacity: 0.5;
  filter: grayscale(100);
}

.clients .client-logo img:hover {
  filter: none;
  opacity: 1;
}

@media (max-width: 640px) {
  .clients .client-logo img {
    padding: 20px;
  }
}

/*--------------------------------------------------------------
# Features Section
--------------------------------------------------------------*/
.features .nav-tabs {
  border: 0;
}

.features .nav-link {
  background-color: var(--surface-color);
  color: var(--heading-color);
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 85%);
  padding: 15px 20px;
  transition: 0.3s;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  height: 100%;
}

.features .nav-link i {
  padding-right: 15px;
  font-size: 48px;
}

.features .nav-link h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

.features .nav-link:hover {
  color: var(--accent-color);
  border-color: var(--accent-color);
}

.features .nav-link.active {
  background: var(--accent-color);
  color: var(--contrast-color);
  border-color: var(--accent-color);
}

.features .nav-link.active h4 {
  color: var(--contrast-color);
}

@media (max-width: 768px) {
  .features .nav-link i {
    padding: 0;
    line-height: 1;
    font-size: 36px;
  }
}

@media (max-width: 575px) {
  .features .nav-link {
    padding: 15px;
  }

  .features .nav-link i {
    font-size: 24px;
  }
}

.features .tab-content {
  margin-top: 30px;
}

.features .tab-pane h3 {
  color: var(--heading-color);
  font-weight: 700;
  font-size: 26px;
}

.features .tab-pane ul {
  list-style: none;
  padding: 0;
}

.features .tab-pane ul li {
  padding-bottom: 10px;
}

.features .tab-pane ul i {
  font-size: 20px;
  padding-right: 4px;
  color: var(--accent-color);
}

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

/*--------------------------------------------------------------
# Services 2 Section
--------------------------------------------------------------*/
.services-2 .service-item {
  background-color: var(--surface-color);
  padding: 30px;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 85%);
  transition: 0.3s;
}

.services-2 .service-item .icon {
  font-size: 36px;
  line-height: 0;
  margin-right: 30px;
  color: var(--accent-color);
}

.services-2 .service-item .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 20px;
}

.services-2 .service-item .title a {
  color: var(--heading-color);
}

.services-2 .service-item .description {
  line-height: 24px;
  font-size: 14px;
  margin: 0;
}

.services-2 .service-item:hover {
  border-color: var(--accent-color);
}

.services-2 .service-item:hover .title a {
  color: var(--accent-color);
}

/*--------------------------------------------------------------
# Testimonials Section
--------------------------------------------------------------*/
.testimonials {
  padding: 80px 0;
  position: relative;
}

.testimonials:before {
  content: "";
  background: color-mix(in srgb, var(--background-color), transparent 30%);
  position: absolute;
  inset: 0;
  z-index: 2;
}

.testimonials .testimonials-bg {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.testimonials .container {
  position: relative;
  z-index: 3;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  text-align: center;
}

.testimonials .testimonial-item .testimonial-img {
  width: 100px;
  border-radius: 50%;
  border: 6px solid color-mix(in srgb, var(--default-color), transparent 85%);
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  margin: 0 0 15px 0;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.testimonials .testimonial-item .stars {
  margin-bottom: 15px;
}

.testimonials .testimonial-item .stars i {
  color: #ffc107;
  margin: 0 1px;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  font-size: 26px;
  line-height: 0;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
  transform: scale(-1, -1);
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}

.testimonials .swiper-wrapper {
  height: auto;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: color-mix(in srgb, var(--default-color), transparent 50%);
  opacity: 0.5;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--default-color);
  opacity: 1;
}

@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
}

/*--------------------------------------------------------------
# Portfolio Section
--------------------------------------------------------------*/
.portfolio .portfolio-filters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}

.portfolio .portfolio-filters li {
  cursor: pointer;
  display: inline-block;
  padding: 0;
  font-size: 18px;
  font-weight: 500;
  margin: 0 10px;
  line-height: 1;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.portfolio .portfolio-filters li:hover,
.portfolio .portfolio-filters li.filter-active {
  color: var(--accent-color);
}

.portfolio .portfolio-filters li:first-child {
  margin-left: 0;
}

.portfolio .portfolio-filters li:last-child {
  margin-right: 0;
}

@media (max-width: 575px) {
  .portfolio .portfolio-filters li {
    font-size: 14px;
    margin: 0 5px;
  }
}

.portfolio .portfolio-content {
  position: relative;
  overflow: hidden;
}

.portfolio .portfolio-content img {
  transition: 0.3s;
}

.portfolio .portfolio-content .portfolio-info {
  opacity: 0;
  position: absolute;
  inset: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: rgba(0, 0, 0, 0.6);
  padding: 15px;
}

.portfolio .portfolio-content .portfolio-info h4 {
  font-size: 14px;
  padding: 5px 10px;
  font-weight: 400;
  color: #ffffff;
  display: inline-block;
  background-color: var(--accent-color);
}

.portfolio .portfolio-content .portfolio-info p {
  position: absolute;
  bottom: 10px;
  text-align: center;
  display: inline-block;
  left: 0;
  right: 0;
  font-size: 16px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
}

.portfolio .portfolio-content .portfolio-info .preview-link,
.portfolio .portfolio-content .portfolio-info .details-link {
  position: absolute;
  left: calc(50% - 40px);
  font-size: 26px;
  top: calc(50% - 14px);
  color: #fff;
  transition: 0.3s;
  line-height: 1.2;
}

.portfolio .portfolio-content .portfolio-info .preview-link:hover,
.portfolio .portfolio-content .portfolio-info .details-link:hover {
  color: var(--accent-color);
}

.portfolio .portfolio-content .portfolio-info .details-link {
  left: 50%;
  font-size: 34px;
  line-height: 0;
}

.portfolio .portfolio-content:hover .portfolio-info {
  opacity: 1;
}

.portfolio .portfolio-content:hover img {
  transform: scale(1.1);
}

/*--------------------------------------------------------------
# Team Section
--------------------------------------------------------------*/
.team .member {
  position: relative;
}

.team .member .pic {
  overflow: hidden;
  margin-bottom: 50px;
}

.team .member .member-info {
  background-color: var(--surface-color);
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: -50px;
  left: 20px;
  right: 20px;
  padding: 20px 15px;
  overflow: hidden;
  transition: 0.5s;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 16px;
  position: relative;
  padding-bottom: 10px;
}

.team .member h4::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: color-mix(in srgb, var(--default-color), transparent 60%);
  bottom: 0;
  left: 0;
}

.team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

.team .member .social {
  position: absolute;
  right: 15px;
  bottom: 15px;
}

.team .member .social a {
  transition: color 0.3s;
  color: color-mix(in srgb, var(--default-color), transparent 70%);
}

.team .member .social a:hover {
  color: var(--accent-color);
}

.team .member .social i {
  font-size: 16px;
  margin: 0 2px;
}

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact .info-item {
  background-color: var(--surface-color);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  padding: 24px 0 30px 0;
}

.contact .info-item i {
  font-size: 20px;
  color: var(--accent-color);
  width: 56px;
  height: 56px;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  border: 2px dotted color-mix(in srgb, var(--accent-color), transparent 40%);
}

.contact .info-item h3 {
  font-size: 20px;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  font-size: 18px;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-item p {
  padding: 0;
  margin-bottom: 0;
  font-size: 14px;
}

{
  background-color: var(--surface-color);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  height: 100%;
  padding: 30px;
}

@media (max-width: 575px) {
  {
    padding: 20px;
  }
}

input[type=text],
input[type=email],
textarea {
  font-size: 14px;
  padding: 10px 15px;
  box-shadow: none;
  border-radius: 0;
  color: var(--default-color);
  background-color: var(--surface-color);
  border-color: color-mix(in srgb, var(--default-color), transparent 80%);
}

input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
  border-color: var(--accent-color);
}

input[type=text]::placeholder,
input[type=email]::placeholder,
textarea::placeholder {
  color: color-mix(in srgb, var(--default-color), transparent 70%);
}

button[type=submit] {
  color: var(--contrast-color);
  background: var(--accent-color);
  border: 0;
  padding: 10px 30px;
  transition: 0.4s;
  border-radius: 50px;
}

button[type=submit]:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 20%);
}

/*--------------------------------------------------------------
# Portfolio Details Section
--------------------------------------------------------------*/
.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: color-mix(in srgb, var(--default-color), transparent 85%);
  opacity: 1;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--accent-color);
}

.portfolio-details .portfolio-info {
  background-color: var(--surface-color);
  padding: 30px;
  box-shadow: 0px 0 30px rgba(0, 0, 0, 0.1);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid color-mix(in srgb, var(--default-color), transparent 85%);
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
}

/*--------------------------------------------------------------
# Service Details Section
--------------------------------------------------------------*/
.service-details .services-list {
  background-color: var(--surface-color);
  padding: 10px 30px;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
  margin-bottom: 20px;
}

.service-details .services-list a {
  display: block;
  line-height: 1;
  padding: 8px 0 8px 15px;
  border-left: 3px solid color-mix(in srgb, var(--default-color), transparent 70%);
  margin: 20px 0;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  transition: 0.3s;
}

.service-details .services-list a.active {
  color: var(--heading-color);
  font-weight: 700;
  border-color: var(--accent-color);
}

.service-details .services-list a:hover {
  border-color: var(--accent-color);
}

.service-details .services-img {
  margin-bottom: 20px;
}

.service-details h3 {
  font-size: 26px;
  font-weight: 700;
}

.service-details h4 {
  font-size: 20px;
  font-weight: 700;
}

.service-details p {
  font-size: 15px;
}

.service-details ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.service-details ul li {
  padding: 5px 0;
  display: flex;
  align-items: center;
}

.service-details ul i {
  font-size: 20px;
  margin-right: 8px;
  color: var(--accent-color);
}

/*--------------------------------------------------------------
# Starter Section Section
--------------------------------------------------------------*/
.starter-section {
  /* Add your styles here */
}

/*--------------------------------------------------------------
# Footer Section TYPO3
--------------------------------------------------------------*/
footer section {
    padding: 0;
}

/* Cookievoorkeuren-knop in het Privacy-blok van de footer (EXT:cookieman).
   Het is een <button> omdat hij een dialoog opent in plaats van te navigeren,
   dus hier krijgt hij het uiterlijk van de links ernaast terug. De tweede regel
   herstelt de tussenruimte: de knop staat in een eigen <ul>, en zonder dit zou
   li:first-child zijn padding-top verliezen en tegen het menu erboven plakken. */
.footer .footer-links ul button {
  padding: 0;
  border: 0;
  background: none;
  font: inherit;
  cursor: pointer;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  display: inline-block;
  line-height: 1;
}

.footer .footer-links ul button:hover {
  color: var(--accent-color);
}

.footer .footer-links ul + ul li:first-child {
  padding-top: 10px;
}

/*responsive video's*/
.ce-gallery figure.video {
  display: block;
}
/* Responsive Videos mit Fluid Styled Content */
.video-embed {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-bottom: 1.5rem;
}

.video-embed iframe,
.video-embed video {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  width: 100% !important;
  height: 100% !important;
}

.ce-center:has(.video-embed) .ce-inner {
  position: relative;
  float: none;
  right: -50%;
}

.ce-left:has(.video-embed) .ce-gallery,
.ce-column:has(.video-embed) {
  float: none;
}

.ce-center:has(.video-embed) .ce-outer {
  position: relative;
  float: none;
  right: 50%;
}
        /* =========================================
           TYPO3 GALLERY RESPONSIVE FIX (FLATTENED)
           ========================================= */

        /* 1. Maak van de HOOFDCONTAINER de flexbox */
        .ce-gallery {
            display: flex !important;
            flex-wrap: wrap !important;
            gap: 10px;
            justify-content: center;
        }

        /* 2. "Unbox" de tussenliggende containers */
        /* Dit is de cruciale fix voor TYPO3's geneste divs */
        .ce-gallery .ce-outer,
        .ce-gallery .ce-inner,
        .ce-gallery .ce-row {
            display: contents !important;
        }

        /* Verberg pseudo-elementen die de flow breken */
        .ce-row::before, .ce-row::after,
        .ce-inner::before, .ce-inner::after {
            display: none !important;
        }

        /* 3. Basisstijl voor de kolommen */
        .ce-gallery .ce-column {
            position: relative;
            box-sizing: border-box;
            margin: 0 !important;
            padding: 0 !important;
            float: none !important;
            clear: none !important;
        }

        /* 4. Afbeeldingen styling */
        .ce-gallery figure.image {
            margin: 0;
            width: 100%;
        }

        .ce-gallery img {
            width: 100%;
            height: auto; /* Behoudt de originele hoogte-breedte verhouding */
            display: block;
            border-radius: 4px;
            /* object-fit: cover; <--- Niet nodig als we height: auto gebruiken */
            /* aspect-ratio: 2/3; <--- VERWIJDERD: Dit dwong alles naar portrait. Nu behouden we het originele formaat. */
        }

        /* 5. Toegankelijkheid (Accessibility) */
        .ce-gallery figure.image a {
            display: block;
            text-decoration: none;
        }
        .ce-gallery figure.image a:focus {
            outline: 2px solid #000;
            outline-offset: 2px;
        }

        /* =========================================
           6. BREAKPOINTS (Standaard Grid)
           ========================================= */

        /* MOBIEL: 2 Kolommen */
        @media (max-width: 767px) {
            .ce-gallery .ce-column {
                flex: 0 0 calc((100% - 10px) / 2 - 0.1px) !important;
                max-width: calc((100% - 10px) / 2 - 0.1px) !important;
            }
        }

        /* TABLET PORTRAIT: 3 Kolommen */
        @media (min-width: 768px) and (max-width: 991px) {
            .ce-gallery .ce-column {
                flex: 0 0 calc((100% - 20px) / 3 - 0.1px) !important;
                max-width: calc((100% - 20px) / 3 - 0.1px) !important;
            }
        }

        /* TABLET LANDSCAPE / LAPTOP: 4 Kolommen (Uw specifieke fix) */
        @media (min-width: 992px) and (max-width: 1199px) {
            .ce-gallery .ce-column {
                flex: 0 0 calc((100% - 30px) / 4 - 0.1px) !important;
                max-width: calc((100% - 30px) / 4 - 0.1px) !important;
            }
        }

        /* DESKTOP: 6 Kolommen */
        @media (min-width: 1200px) {
            .ce-gallery .ce-column {
                flex: 0 0 calc((100% - 50px) / 6 - 0.1px) !important;
                max-width: calc((100% - 50px) / 6 - 0.1px) !important;
            }
        }

        /* =========================================
           7. SPECIFIEKE FIX: 1 AFBEELDING
           ========================================= */
        .ce-gallery[data-ce-images="1"] .ce-column {
            flex: 0 0 100% !important;
            max-width: 100% !important;
        }


/* table prijslijst */
table{
    --bs-table-bg: var(--bs-body-bg);
}
/* Hand (Manicure) */
.category-hand {
    background-color: #F8F4E5; /* Zacht beige/crème */
    border-top: 2px solid #D6C7A1 !important;
}

/* Voet (Pedicure) */
.category-voet {
    background-color: #EAF4EE; /* Licht mintgroen */
    border-top: 2px solid #A1D6C7 !important;
}

/* Gelaat (Gelaatsverzorgingen) */
.category-gelaat {
    background-color: #F7E5F7; /* Zeer licht lila/roze */
    border-top: 2px solid #C7A1D6 !important;
}

/* Algemeen Lichaam (Epilaties, Verven, Lichaamsverzorging) */
.category-lichaam {
    background-color: #F0F6FF; /* Lichtblauw */
    border-top: 2px solid #A1C3D6 !important;
}

/* Arrangementen */
.category-arrangement {
    background-color: #FFF7EB; /* Zacht perzik/oranje */
    border-top: 2px solid #D6A17C !important;
}

/* Voor een mooie scheiding tussen de secties */
.prijslijst tbody tr.category-separator th {
    font-size: 1.1rem;
    padding: 10px 8px;
    color: #333;
}
/* Gebruik deze CSS en voeg deze toe aan uw stylesheet. */

/* Kleur voor de achtergrond van de sectieheaders */
.category-hand {
    background-color: #F8F4E5 !important; /* Zacht beige/crème */
    border-top: 2px solid #D6C7A1 !important;
}
.category-voet {
    background-color: #EAF4EE !important; /* Licht mintgroen */
    border-top: 2px solid #A1D6C7 !important;
}
.category-gelaat {
    background-color: #F7E5F7 !important; /* Zeer licht lila/roze */
    border-top: 2px solid #C7A1D6 !important;
}
.category-lichaam {
    background-color: #F0F6FF !important; /* Lichtblauw */
    border-top: 2px solid #A1C3D6 !important;
}
.category-arrangement {
    background-color: #FFF7EB !important; /* Zacht perzik/oranje */
    border-top: 2px solid #D6A17C !important;
}

/* Standaard donkere tekstkleur voor de sectieheaders (th in die tr) */
.category-separator th {
    /* Zorgt ervoor dat de tekst donker blijft voor contrast */
    color: #333 !important;
    font-size: 1.1rem;
}

.prijslijst tbody tr td:nth-child(1),.prijslijst tbody tr td:nth-child(2) {
    width: 250px; /* Pas deze waarde aan indien nodig, afhankelijk van uw schermbreedte */
    min-width: 250px; /* Zorgt ervoor dat de breedte niet kleiner wordt */
    /*white-space: nowrap; /* Zorgt ervoor dat de productnaam niet op meerdere regels springt, indien mogelijk */
}

/* Responsive aanpassing voor kleinere schermen */
@media screen and (max-width: 768px) {
    table.prijslijst > tbody > tr {
        /*font-size: small; /* Verklein de tekst op kleinere schermen */
    }
    .prijslijst tbody tr td:nth-child(1) {
    width: 130px; /* Pas deze waarde aan indien nodig, afhankelijk van uw schermbreedte */
    min-width: 130px; /* Zorgt ervoor dat de breedte niet kleiner wordt */
    /*white-space: nowrap; /* Zorgt ervoor dat de productnaam niet op meerdere regels springt, indien mogelijk */
  }
      .table-responsive {
        overflow-x: scroll; /* Zorgt voor horizontaal scrollen op kleinere schermen */


    }
}
/* Default styles for .table-responsive (applies to all viewports) */
.table-responsive {
    overflow-x: auto; /* Keep the default for larger screens */
    -webkit-overflow-scrolling: touch;
    /* Other default styles for .table-responsive */
}

/* Styling for the entire scrollbar */
.table-responsive::-webkit-scrollbar {
    width: 10px; /* Width of the vertical scrollbar */
    height: 10px; /* Height of the horizontal scrollbar */
}

/* Styling for the scrollbar track (the background area) */
.table-responsive::-webkit-scrollbar-track {
    background: #f1f1f1; /* Light gray track */
    border-radius: 5px; /* Slightly rounded corners for the track */
}

/* Styling for the scrollbar thumb (the draggable part) */
.table-responsive::-webkit-scrollbar-thumb {
    background: #888; /* Darker gray thumb */
    border-radius: 5px; /* Rounded corners for the thumb */
}

/* Styling for the scrollbar thumb on hover */
.table-responsive::-webkit-scrollbar-thumb:hover {
    background: #555; /* Even darker gray on hover */
}

/* Styling for the corner where vertical and horizontal scrollbars meet */
.table-responsive::-webkit-scrollbar-corner {
    background: #f1f1f1; /* Same as track background */
}
.table-responsive {
    scrollbar-width: thin; /* 'auto' | 'thin' | 'none' */
    scrollbar-color: #888 #f1f1f1; /* thumb-color track-color */
}

/* --- SCROLLBAR BASE STYLES --- */
.table-responsive::-webkit-scrollbar {
    height: 10px; /* Horizontal scrollbar height */
}
.table-responsive::-webkit-scrollbar-track {
    border-radius: 5px;
}
.table-responsive::-webkit-scrollbar-thumb {
    border-radius: 5px;
}

/* --- CATEGORY: HAND (Manicure) --- */
/* Colors: Dark #D6C7A1 / Light #F8F4E5 */
.scroll-hand {
    scrollbar-color: #D6C7A1 #F8F4E5; /* Firefox */
}
.scroll-hand::-webkit-scrollbar-thumb {
    background-color: #D6C7A1;
}
.scroll-hand::-webkit-scrollbar-track {
    background-color: #F8F4E5;
}
.scroll-hand::-webkit-scrollbar-thumb:hover {
    background-color: #c4b593; /* Slightly darker on hover */
}

/* --- CATEGORY: VOET (Pedicure) --- */
/* Colors: Dark #A1D6C7 / Light #EAF4EE */
.scroll-voet {
    scrollbar-color: #A1D6C7 #EAF4EE;
}
.scroll-voet::-webkit-scrollbar-thumb {
    background-color: #A1D6C7;
}
.scroll-voet::-webkit-scrollbar-track {
    background-color: #EAF4EE;
}
.scroll-voet::-webkit-scrollbar-thumb:hover {
    background-color: #8fc2b4;
}

/* --- CATEGORY: GELAAT --- */
/* Colors: Dark #C7A1D6 / Light #F7E5F7 */
.scroll-gelaat {
    scrollbar-color: #C7A1D6 #F7E5F7;
}
.scroll-gelaat::-webkit-scrollbar-thumb {
    background-color: #C7A1D6;
}
.scroll-gelaat::-webkit-scrollbar-track {
    background-color: #F7E5F7;
}
.scroll-gelaat::-webkit-scrollbar-thumb:hover {
    background-color: #b592c3;
}

/* --- CATEGORY: LICHAAM (Epilatie, Verven, Massage) --- */
/* Colors: Dark #A1C3D6 / Light #F0F6FF */
.scroll-lichaam {
    scrollbar-color: #A1C3D6 #F0F6FF;
}
.scroll-lichaam::-webkit-scrollbar-thumb {
    background-color: #A1C3D6;
}
.scroll-lichaam::-webkit-scrollbar-track {
    background-color: #F0F6FF;
}
.scroll-lichaam::-webkit-scrollbar-thumb:hover {
    background-color: #92b1c3;
}

/* --- CATEGORY: ARRANGEMENTEN --- */
/* Colors: Dark #D6A17C / Light #FFF7EB */
.scroll-arrangement {
    scrollbar-color: #D6A17C #FFF7EB;
}
.scroll-arrangement::-webkit-scrollbar-thumb {
    background-color: #D6A17C;
}
.scroll-arrangement::-webkit-scrollbar-track {
    background-color: #FFF7EB;
}
.scroll-arrangement::-webkit-scrollbar-thumb:hover {
    background-color: #c2916f;
}

/* Kleur de inleidende opmerking in de laatste kolom met een subtiele tint */
.opmerking-hand { color: #5B4E38; }
.opmerking-voet { color: #385B4E; }
.opmerking-gelaat { color: #5B385B; }
.opmerking-lichaam { color: #38505B; }
.opmerking-arrangement { color: #5B472C; }

/* ========================================================== */
/* BASIS KLEUREN VAN DE SECTIE-RIJ ACHTERGROND (licht) */
/* ========================================================== */
/* Deze kleuren gelden als de basiskleur van de categorie/sectie */
.category-hand { background-color: #F8F4E5 !important; border-top: 2px solid #D6C7A1 !important; }
.category-voet { background-color: #EAF4EE !important; border-top: 2px solid #A1D6C7 !important; }
.category-gelaat { background-color: #F7E5F7 !important; border-top: 2px solid #C7A1D6 !important; }
.category-lichaam { background-color: #F0F6FF !important; border-top: 2px solid #A1C3D6 !important; }
.category-arrangement { background-color: #FFF7EB !important; border-top: 2px solid #D6A17C !important; }

/* ========================================================== */
/* KLEUR VOOR DE TEKST VAN DE SECTIEHOOFDEN (Contrasterend Donker) */
/* ========================================================== */
/* We gebruiken de .opmerking-kleuren voor de th-tekst */

.category-separator th {
    font-size: 1.1rem;
    /* Basis donkere kleur instelling */
    color: #333 !important;
}

.category-hand th { color: #5B4E38 !important; }    /* Hand/Manicure */
.category-voet th { color: #385B4E !important; }    /* Voet/Pedicure */
.category-gelaat th { color: #5B385B !important; }   /* Gelaat/Make-up */
.category-lichaam th { color: #38505B !important; } /* Lichaam/Epilatie/Massage */
.category-arrangement th { color: #5B472C !important; } /* Arrangementen */


/* ========================================================== */
/* KLEUR VOOR DE OPGEVALDENDE TEKST IN DE OMSCHRIJVING */
/* ========================================================== */

.opmerking-hand { color: #5B4E38; }
.opmerking-voet { color: #385B4E; }
.opmerking-gelaat { color: #5B385B; }
.opmerking-lichaam { color: #38505B; }
.opmerking-arrangement { color: #5B472C; }

/* ========================================================== */
/* BASIS KLEUREN VAN DE SECTIE-RIJ ACHTERGROND (licht) */
/* ========================================================== */
/* Deze kleuren gelden als de basiskleur van de categorie/sectie */
.category-hand { background-color: #F8F4E5 !important; border-top: 2px solid #D6C7A1 !important; }
.category-voet { background-color: #EAF4EE !important; border-top: 2px solid #A1D6C7 !important; }
.category-gelaat { background-color: #F7E5F7 !important; border-top: 2px solid #C7A1D6 !important; }
.category-lichaam { background-color: #F0F6FF !important; border-top: 2px solid #A1C3D6 !important; }
.category-arrangement { background-color: #FFF7EB !important; border-top: 2px solid #D6A17C !important; }

/* ========================================================== */
/* KLEUR VOOR DE TEKST VAN DE SECTIEHOOFDEN EN H3-TITELS (Contrasterend Donker) */
/* ========================================================== */
/* We gebruiken de .opmerking-kleuren voor de th-tekst én de h3-titels */

.category-separator th {
    font-size: 1.1rem;
    color: #333 !important; /* Basis donkere kleur instelling */
}

/* 1. Kleur de <th> tekst in de tabel */
.category-hand th { color: #5B4E38 !important; }    /* Hand/Manicure */
.category-voet th { color: #385B4E !important; }    /* Voet/Pedicure */
.category-gelaat th { color: #5B385B !important; }   /* Gelaat/Make-up */
.category-lichaam th { color: #38505B !important; } /* Lichaam/Epilatie/Massage */
.category-arrangement th { color: #5B472C !important; } /* Arrangementen */

/* 2. Kleur de <h3> titels in de introductie */
.category-intro h3 {
    /* Standaard zwarte tekst overschrijven */
    color: inherit;
    font-weight: bold;
}
.category-intro:has(+ .table-responsive .category-hand) h3 { color: #5B4E38 !important; }
.category-intro:has(+ .table-responsive .category-voet) h3 { color: #385B4E !important; }
.category-intro:has(+ .table-responsive .category-gelaat) h3 { color: #5B385B !important; }
.category-intro:has(+ .table-responsive .category-lichaam) h3 { color: #38505B !important; }
.category-intro:has(+ .table-responsive .category-arrangement) h3 { color: #5B472C !important; }


/* ========================================================== */
/* KLEUR VOOR DE OPGEVALDENDE TEKST IN DE OMSCHRIJVING */
/* ========================================================== */

.opmerking-hand { color: #5B4E38; }
.opmerking-voet { color: #385B4E; }
.opmerking-gelaat { color: #5B385B; }
.opmerking-lichaam { color: #38505B; }
.opmerking-arrangement { color: #5B472C; }

/* ========================================================== */
/* OVERRIDE: KLEUR VOOR DE TABLE-STRIPED RIJEN */
/* (Deze code is correct van de vorige stappen) */
/* ========================================================== */
/* ... (Zie vorige stap voor de complete table-striped override) ... */



/* ========================================================== */
/* 1. BASIS KLEUREN VOOR SECTIE-RIJ ACHTERGROND (Lichte Tonen) */
/* De kleuren komen overeen met de besproken huisstijlextensies. */
/* ========================================================== */

/* Handverzorging */
.category-hand { background-color: #F8F4E5 !important; border-top: 2px solid #D6C7A1 !important; }
/* Voetverzorging */
.category-voet { background-color: #EAF4EE !important; border-top: 2px solid #A1D6C7 !important; }
/* Gelaat/Make-up */
.category-gelaat { background-color: #F7E5F7 !important; border-top: 2px solid #C7A1D6 !important; }
/* Lichaam/Epilatie/Massage */
.category-lichaam { background-color: #F0F6FF !important; border-top: 2px solid #A1C3D6 !important; }
/* Arrangementen */
.category-arrangement { background-color: #FFF7EB !important; border-top: 2px solid #D6A17C !important; }


/* ========================================================== */
/* 2. KLEUR AFSTEMMING VOOR H3, TH en OMSCHRIJVINGSTEKST */
/* (Gebruikt de donkere, contrasterende kleuren) */
/* ========================================================== */

/* Standaard opmaak voor sectiekoppen */
.category-separator th {
    font-size: 1.1rem;
    padding: 10px 8px;
    color: #333 !important; /* Basis donkere kleur */
    text-align: left;
}

/* Kleur de <th> tekst (in de tabel) */
.category-hand th { color: #5B4E38 !important; }
.category-voet th { color: #385B4E !important; }
.category-gelaat th { color: #5B385B !important; }
.category-lichaam th { color: #38505B !important; }
.category-arrangement th { color: #5B472C !important; }

/* Kleur de <h3> titels (in de introductie) */
.category-intro h3 {
    font-weight: bold;
}

/* Pas de kleur toe op de h3 op basis van de aangrenzende tabel */
.category-intro:has(+ .table-responsive .category-hand) h3 { color: #5B4E38 !important; }
.category-intro:has(+ .table-responsive .category-voet) h3 { color: #385B4E !important; }
.category-intro:has(+ .table-responsive .category-gelaat) h3 { color: #5B385B !important; }
.category-intro:has(+ .table-responsive .category-lichaam) h3 { color: #38505B !important; }
.category-intro:has(+ .table-responsive .category-arrangement) h3 { color: #5B472C !important; }

/* Kleur voor de opvallende tekst in de omschrijving (opmerkingen) */
.opmerking-hand { color: #5B4E38; }
.opmerking-voet { color: #385B4E; }
.opmerking-gelaat { color: #5B385B; }
.opmerking-lichaam { color: #38505B; }
.opmerking-arrangement { color: #5B472C; }


/* ========================================================== */
/* 3. TABLE-STRIPED OVERRIDE (Kleurt de rijen in de custom kleuren) */
/* ========================================================== */

/* Vaste breedte voor productnaam kolom */
.prijslijst tbody tr td:nth-child(2) {
    width: 250px;
    min-width: 250px;
    white-space: nowrap;
}

/* Standaard rijen (oneven nummers) krijgen de basiskleur */
.table.prijslijst > tbody > tr:nth-of-type(odd):not(.category-separator) { background-color: transparent; }
.table.prijslijst > tbody > tr.category-hand:nth-of-type(odd):not(.category-separator) { background-color: #F8F4E5; }
.table.prijslijst > tbody > tr.category-voet:nth-of-type(odd):not(.category-separator) { background-color: #EAF4EE; }
.table.prijslijst > tbody > tr.category-gelaat:nth-of-type(odd):not(.category-separator) { background-color: #F7E5F7; }
.table.prijslijst > tbody > tr.category-lichaam:nth-of-type(odd):not(.category-separator) { background-color: #F0F6FF; }
.table.prijslijst > tbody > tr.category-arrangement:nth-of-type(odd):not(.category-separator) { background-color: #FFF7EB; }

/* Gestripte rijen (even nummers) krijgen de lichtere tint */
.table.prijslijst.table-striped > tbody > tr:nth-of-type(even):not(.category-separator) { background-color: transparent; }
.table.prijslijst.table-striped > tbody > tr.category-hand:nth-of-type(even):not(.category-separator) { background-color: #fffcf5; }
.table.prijslijst.table-striped > tbody > tr.category-voet:nth-of-type(even):not(.category-separator) { background-color: #f7fffa; }
.table.prijslijst.table-striped > tbody > tr.category-gelaat:nth-of-type(even):not(.category-separator) { background-color: #fcf6fc; }
.table.prijslijst.table-striped > tbody > tr.category-lichaam:nth-of-type(even):not(.category-separator) { background-color: #f8fbff; }
.table.prijslijst.table-striped > tbody > tr.category-arrangement:nth-of-type(even):not(.category-separator) { background-color: #fffcf9; }

/* ========================================================== */
/* TABLE STRIPED - CATEGORIESPECIFIEKE ACHTERGRONDKLEUREN */
/* Elke oneven rij krijgt een lichte tint van de categoriekleur */
/* ========================================================== */

/* Handverzorging - Licht beige/crème tint */
.category-hand ~ tr:nth-of-type(odd) > *,
tbody:has(.category-hand) tr:nth-of-type(odd) > * {
    background-color: #FDFCF8 !important; /* Extra lichte beige */
}

/* Voetverzorging - Licht mintgroen tint */
.category-voet ~ tr:nth-of-type(odd) > *,
tbody:has(.category-voet) tr:nth-of-type(odd) > * {
    background-color: #F7FCF9 !important; /* Extra licht mintgroen */
}

/* Gelaatsverzorging - Licht lila/roze tint */
.category-gelaat ~ tr:nth-of-type(odd) > *,
tbody:has(.category-gelaat) tr:nth-of-type(odd) > * {
    background-color: #FDF9FD !important; /* Extra licht lila */
}

/* Lichaamsverzorging - Licht blauw tint */
.category-lichaam ~ tr:nth-of-type(odd) > *,
tbody:has(.category-lichaam) tr:nth-of-type(odd) > * {
    background-color: #FAFCFF !important; /* Extra licht blauw */
}

/* Arrangementen - Licht perzik/oranje tint */
.category-arrangement ~ tr:nth-of-type(odd) > *,
tbody:has(.category-arrangement) tr:nth-of-type(odd) > * {
    background-color: #FFFDF9 !important; /* Extra licht perzik */
}

/* ========================================================== */
/* ALTERNATIEF: Specifieke targeting per tabel sectie */
/* Als bovenstaande niet werkt door HTML-structuur */
/* ========================================================== */

/* Manicure sectie */
.prijslijst tbody tr.category-hand ~ tr:not(.category-separator):nth-of-type(odd) > * {
    background-color: #FDFCF8 !important;
}

/* Pedicure sectie */
.prijslijst tbody tr.category-voet ~ tr:not(.category-separator):nth-of-type(odd) > * {
    background-color: #F7FCF9 !important;
}

/* Gelaatsverzorgingen sectie */
.prijslijst tbody tr.category-gelaat ~ tr:not(.category-separator):nth-of-type(odd) > * {
    background-color: #FDF9FD !important;
}

/* Epilaties & Lichaamsverzorging sectie */
.prijslijst tbody tr.category-lichaam ~ tr:not(.category-separator):nth-of-type(odd) > * {
    background-color: #FAFCFF !important;
}

/* Arrangementen sectie */
.prijslijst tbody tr.category-arrangement ~ tr:not(.category-separator):nth-of-type(odd) > * {
    background-color: #FFFDF9 !important;
}

/* ========================================================== */
/* OPTIMALE OPLOSSING: Via JavaScript data-attributen */
/* Voeg dit toe als de CSS-only oplossing niet werkt */
/* ========================================================== */

/* Algemene striped styling per categorie */
.table-striped > tbody > tr[data-category="hand"]:nth-of-type(odd) > * {
    background-color: #FDFCF8 !important;
}

.table-striped > tbody > tr[data-category="voet"]:nth-of-type(odd) > * {
    background-color: #F7FCF9 !important;
}

.table-striped > tbody > tr[data-category="gelaat"]:nth-of-type(odd) > * {
    background-color: #FDF9FD !important;
}

.table-striped > tbody > tr[data-category="lichaam"]:nth-of-type(odd) > * {
    background-color: #FAFCFF !important;
}

.table-striped > tbody > tr[data-category="arrangement"]:nth-of-type(odd) > * {
    background-color: #FFFDF9 !important;
}

/* ========================================================== */
/* HOVER EFFECT - Subtiel per categorie */
/* ========================================================== */

.category-hand ~ tr:hover > * {
    background-color: #F8F4E5 !important; /* Volle categoriekleur */
}

.category-voet ~ tr:hover > * {
    background-color: #EAF4EE !important;
}

.category-gelaat ~ tr:hover > * {
    background-color: #F7E5F7 !important;
}

.category-lichaam ~ tr:hover > * {
    background-color: #F0F6FF !important;
}

.category-arrangement ~ tr:hover > * {
    background-color: #FFF7EB !important;
}

@media (max-width: 767px) {
    /* 1. Maak van de tabel elementen gewone blokken */
    table.prijslijst,
    table.prijslijst tbody,
    table.prijslijst tr,
    table.prijslijst td {
        display: block;
        width: 100% !important; /* Forceer volle breedte */
        box-sizing: border-box;
    }

    /* 2. Verberg de header (Manicure, Prijs, Uitleg) want die past niet meer */
    table.prijslijst thead {
        display: inline;
    }
    .category-separator th {
    background-color: transparent;
}

    /* 3. Style de rij als een container/kaartje */
    table.prijslijst tbody tr {
        margin-bottom: 15px;
        border: 1px solid #eee;
        border-radius: 8px;
        padding: 10px;
        background: #fff;
        box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    }

    /* 4. Specifieke styling voor de cellen */

    /* Kolom 1: De Titel */
    table.prijslijst tbody tr td:nth-child(1) {
        font-weight: bold;
        font-size: 1.1rem;
        border-bottom: none;
        padding-bottom: 0;
        color: #333;
    }

    /* Kolom 2: De Prijs */
    table.prijslijst tbody tr td:nth-child(2) {
        text-align: left; /* Links uitlijnen ipv rechts */
        font-weight: 700;
        color: #000;
        padding-top: 5px;
        padding-bottom: 5px;
        border-bottom: 1px dashed #ddd; /* Scheidingslijntje */
    }

    /* Kolom 3: De Uitleg */
    table.prijslijst tbody tr td:nth-child(3) {
        font-size: 0.9rem;
        color: #666;
        padding-top: 2px;
        padding-left: 10px; /* Reset de padding van desktop */
    }
}
/* Definieert de 1200:275 verhouding */
.ratio-1200x275 {
    --bs-aspect-ratio: 22.92%;
}

/* footer icons */
.icon-large {
  font-size: 2em; /* Maakt het icoon twee keer zo groot als de standaard tekstgrootte */
}
.social-links.d-flex.justify-content-center {
    color: #958d75;
}
/* Definieer de WhatsApp knop met de officiële kleur */
.btn-whatsapp {
    /* Achtergrondkleur: De officiële WhatsApp-groen */
    --bs-btn-bg: #25D366;
    --bs-btn-border-color: #25D366;

    /* Tekstkleur: Wit voor optimaal contrast (16.21:1 contrast ratio) */
    --bs-btn-color: #ffffff;

    /* Hover State (Iets donkerder groen, bijv. #1EBA59) */
    --bs-btn-hover-bg: #1EBA59;
    --bs-btn-hover-border-color: #1EBA59;
    --bs-btn-hover-color: #ffffff;

    /* Active State (Nog donkerder groen, bijv. #18A04D) */
    --bs-btn-active-bg: #18A04D;
    --bs-btn-active-border-color: #18A04D;
    --bs-btn-active-color: #ffffff;

    /* Zorg voor een duidelijke focus ring (bijv. met RGB van de basiskleur) */
    --bs-btn-focus-shadow-rgb: 37, 211, 102;
}

/* TYPO3 Form Styles Override */
form.typo3-form input {
    margin: 0 1em 0 0;
}
label.form-check-label span {
    margin-left: .8em;
}
/* --- Checklist Style --- */
/* Zorgt voor een custom vinkje of icoon voor ongeordende lijsten */
ul.list-check {
  list-style: none;
  padding-left: 0;
}
ul.list-check > li {
  position: relative;
  padding-left: 1.5em; /* Ruimte voor het icoon */
  margin-bottom: 0.5em;
}
ul.list-check > li:before {
  content: '\2713'; /* Unicode vinkje, vervang met FontAwesome indien geladen */
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
  color: var(--accent-color);
}
.form-text {
    color: var(--bs-secondary-color);
    margin-bottom: 2em;
}
span.btn-group.next.submit {
    margin-top: 2em;
}
