/*!**********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/scss/main.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none; /* 1 */
  -webkit-text-decoration: underline;
  text-decoration: underline; /* 2 */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

.block.bg-palette-red {
  background-color: #ff0000;
}
.block.bg-palette-green {
  background-color: #00ff00;
}
.block.bg-palette-blue {
  background-color: #0000ff;
}

/* =====================
   SITE HEADER
   ===================== */
.site-header {
  position: relative;
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* ---- Hamburgerknop (absoluut gepositioneerd links) ---- */
}
.site-header .hamburger-btn {
  position: absolute;
  left: 30px;
  z-index: 1001;
  background: transparent;
  border: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 22px;
  cursor: pointer;
  align-self: center;
}
.site-header .hamburger-btn .hamburger-line {
  display: block;
  height: 3px;
  background-color: #333;
  border-radius: 2px;
  transition: background-color 0.3s;
}
.site-header .hamburger-btn:hover .hamburger-line {
  background-color: #555;
}
.site-header {
  /* ---- Winkelmandje (absoluut gepositioneerd rechts) ---- */
}
.site-header .cart-btn {
  position: absolute;
  right: 30px;
  z-index: 1001;
  background: transparent;
  border: none;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 0.25rem;
  transition: color 0.3s;
  align-self: center;
}
.site-header .cart-btn svg {
  width: 50px;
  height: 40px;
}
.site-header .cart-btn svg path {
  fill: #ffffff;
  transition: fill 0.3s ease;
}
.site-header .cart-btn:hover path {
  fill: #c2c2c2;
}
.site-header {
  /* ---- Logo-centering (in normale flow) ---- */
}
.site-header .logo a,
.site-header .logo img,
.site-header .logo .logo-text {
  display: block;
  max-height: 60px;
}
.site-header .logo a.logo-text,
.site-header .logo img.logo-text,
.site-header .logo .logo-text.logo-text {
  font-family: "Georgia", serif;
  font-size: 2rem;
  color: #333333;
  margin: 0;
}
.site-header {
  /* ---- Optioneel: horizontale navigation rechts ---- */
}
.site-header nav {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.site-header nav ul {
  display: flex;
  -moz-column-gap: 50px;
       column-gap: 50px;
}
.site-header nav ul li a {
  color: #0000ff;
  font-weight: 600;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

/* einde .site-header */
/* ==========================
   ALGEMENE RESET (indien nog niet gedaan)
   ========================== */
html {
  margin: 0 !important;
}
html {
  padding: 0;
}

body {
  scroll-behavior: smooth;
  color: black;
  margin: 0;
}

/* ==========================
   ALGEMENE CONTAINER‐BREEDTE
   ========================== */
.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

/* ==========================
   1. Homepage‐Header (extra styling voor sectie)
   ========================== */
.homepage-header {
  padding: 20px 0;
}

.homepage-header .logo img {
  max-height: 60px;
}

.homepage-header .logo-text {
  font-family: "Georgia", serif;
  font-size: 2rem;
  color: #333333;
  margin: 0;
}

/* ==========================
   6. Footer‐Sectie
   ========================== */
.homepage-footer {
  padding: 60px 0;
}
.homepage-footer .footer-content {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: space-between;
}
.homepage-footer .footer-column {
  flex: 1 1 calc(33.333% - 40px);
  color: #6d3333;
}
.homepage-footer .footer-contact h3,
.homepage-footer .footer-hours h3 {
  font-size: 1.2rem;
  margin-bottom: 15px;
}
.homepage-footer .footer-address,
.homepage-footer .footer-phone,
.homepage-footer .footer-email {
  margin-bottom: 10px;
  line-height: 1.4;
}
.homepage-footer .footer-hours ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.homepage-footer .footer-hours li {
  margin-bottom: 8px;
  font-size: 0.95rem;
}
.homepage-footer .map-container iframe {
  width: 100%;
  height: 200px;
  border: 0;
  border-radius: 4px;
}

/* ==========================
   7. Responsive aanpassingen
   ========================== */
@media (max-width: 768px) {
  .btn-home {
    flex: 1 1 100%;
  }
  .footer-column {
    flex: 1 1 100%;
  }
  .container.header-inner {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
/* ==========================
   9. Overlay achter Sidebar
   ========================== */
.sidebar-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s;
  z-index: 1000;
}
@media (max-width: 768px) {
  .sidebar-overlay.active {
    opacity: 1;
    visibility: visible;
  }
}

/* ==========================
   10. Extra wrapper (header-inner)
   ========================== */
.header-inner {
  padding: 10px 20px;
  display: flex;
  justify-content: center;
}

body.home .homepage-cta {
  display: block;
}

.site-footer {
  background-color: #fff;
}
.site-footer .container {
  max-width: 1100px;
}
.site-footer {
  /* ==========================
  5. CTA‐Blok
  ========================== */
}
.site-footer .homepage-cta {
  display: none;
  position: relative;
  padding: 60px 0;
  text-align: center;
  color: white;
  background-image: url("https://la-delice.aashq.nl/wp-content/uploads/2025/10/Brightformula2.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  min-height: 49vh;
  overflow: hidden;
}
.site-footer .homepage-cta::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: inherit;
  background-size: inherit;
  background-position: inherit;
  background-attachment: inherit;
  filter: grayscale(100%);
  z-index: 0;
}
.site-footer .homepage-cta > * {
  position: relative;
  z-index: 1;
}
.site-footer .homepage-cta .homepage-footer-zoetsappige-tekst {
  background-color: none;
}
.site-footer .homepage-cta .cta-title {
  font-size: 2rem;
  margin-bottom: 10px;
  background-color: none;
  color: #953d3d;
}
.site-footer .homepage-cta .cta-subtext {
  font-size: 1rem;
  margin-bottom: 40px;
  background-color: none;
  color: #953d3d;
}
.site-footer .homepage-cta .btn-cta {
  padding: 12px 30px;
  border: 0px;
  color: #953d3d;
  -webkit-text-decoration: none;
  text-decoration: none;
  font-weight: normal;
  border-radius: 6px;
  background-color: #e0bcb4;
}
.site-footer .homepage-cta .btn-cta:hover {
  background-color: #e7ada6;
}
.site-footer ul {
  display: flex;
  -moz-column-gap: 50px;
       column-gap: 50px;
  flex-wrap: wrap;
}
.site-footer ul li {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.site-footer ul li strong {
  font-weight: normal;
}
.site-footer ul li a {
  color: #0000ff;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.site-footer .homepage-footer-zoetsappige-tekst {
  display: flex;
  color: #953d3d;
  font-family: "Dancing Script";
  font-weight: 400;
  font-size: 50px;
  letter-spacing: 0%;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.site-footer .homepage-footer-zoetsappige-tekst .cta-title {
  padding: 40px;
}
.site-footer .footer-column,
.site-footer .tekstboven-googlemaps {
  color: #953d3d;
}
.site-footer .tekstboven-googlemaps {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0%;
  height: 40px;
}

.site-footer {
  width: 100%;
  color: #953d3d;
}
.site-footer .homepage-footer {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
}
.site-footer .homepage-footer .footer-column {
  box-sizing: border-box;
  padding: 0 1rem;
}
.site-footer .homepage-footer .footer-column.footer-contact, .site-footer .homepage-footer .footer-column.footer-hours {
  flex: 0 0 25%;
}
.site-footer .homepage-footer .footer-column.footer-image {
  flex: 0 0 40%;
}
.site-footer .homepage-footer .footer-column.footer-image img {
  width: 250px;
  height: auto;
  border-radius: 4px;
}
.site-footer .homepage-footer .footer-column.footer-image {
  display: flex;
  flex-direction: row-reverse;
}
.site-footer .homepage-footer .footer-column h3 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
  font-weight: bold;
}
.site-footer .homepage-footer .footer-column .footer-address,
.site-footer .homepage-footer .footer-column .footer-phone,
.site-footer .homepage-footer .footer-column .footer-email,
.site-footer .homepage-footer .footer-column ul {
  font-size: 0.95rem;
  line-height: 1.6;
}
.site-footer .homepage-footer .footer-column .footer-address {
  line-height: 30px;
}
.site-footer .homepage-footer .footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer .homepage-footer .footer-column ul li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}
.site-footer .homepage-footer .footer-column ul li strong {
  font-weight: normal;
}
.site-footer .footer-bottom {
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding: 20px 0 10px;
}
.site-footer .footer-bottom p {
  margin: 0.25rem 0;
  font-size: 0.85rem;
  color: #953d3d;
}
.site-footer .footer-bottom .webdesign {
  font-size: 0.75rem;
  color: #953d3d;
}
@media (max-width: 768px) {
  .site-footer .homepage-footer {
    flex-direction: column;
  }
  .site-footer .homepage-footer .footer-column {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 2rem;
  }
}

.block.example > .title {
  color: #fff;
  font-style: italic;
}

/* ==========================
   Body / Site‐achtergrond
   ========================== */
body {
  background-color: #f9f5f0;
}

/* ==========================
   2. Introductie‐Sectie
   ========================== */
.homepage-intro {
  padding: 50px 0;
  text-align: center;
  background-color: #f9f5f0;
}
.homepage-intro .intro-title {
  font-size: 2rem;
  margin-bottom: 20px;
  color: #6d3333;
}
.homepage-intro .intro-text {
  font-size: 1rem;
  line-height: 1.6;
  color: #6d3333;
  max-width: 1000px;
  width: 60%;
  margin: 0 auto;
  text-align: left;
}
.homepage-intro .naamdiv {
  margin-top: 20px;
  margin-bottom: 10px;
  max-width: 1000px;
  width: 60%;
  justify-self: center;
}
.homepage-intro .naam {
  color: #6d3333;
  font-size: 25px;
  font-family: "Dancing Script";
  justify-self: start;
}

/* ==========================
   3. Knoppenrĳen (3 kolommen)
   ========================== */
.buttons-row {
  padding: 50px 0;
}
.buttons-row .container {
  max-width: 1200px;
  margin: 0 auto;
}
.buttons-row .button-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  gap: 30px;
  justify-items: center;
}
.buttons-row .button-card {
  width: 320px;
  height: 405px;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
  border-radius: 24px;
  transition: opacity 1s ease, transform 1s ease;
  position: relative;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
}
.buttons-row .button-card:hover {
  transform: translateY(-5px);
}
.buttons-row .button-card:hover .btn-home__label {
  text-shadow: 1px 1px 1px rgb(0, 0, 0);
}
.buttons-row .button-card .btn-home-img {
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
  position: absolute;
  opacity: 0.5;
  transition: opacity 1s ease, transform 1s ease;
}
.buttons-row .button-card .btn-home__label {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  display: flex;
  flex-wrap: nowrap;
  width: -moz-max-content;
  width: max-content;
  opacity: 1;
  z-index: 2;
  position: absolute;
  transition: text-shadow 0.5s ease, opacity 1s ease, transform 1s ease;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
}

/* ==========================
   4. Banner‐slider (ongewijzigd)
   ========================== */
.banner-slider {
  overflow: hidden;
}
.banner-slider .swiper-container {
  width: 100%;
  height: 850px;
}
.banner-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
.banner-slider .slide-caption {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  font-size: 1rem;
}
.banner-slider .swiper-button-prev,
.banner-slider .swiper-button-next {
  color: #fff;
  position: absolute;
  top: 35%;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-slider .swiper-pagination-bullet {
  background: gray;
  opacity: 0.7;
}
.banner-slider .swiper-pagination-bullet-active {
  background: black;
  opacity: 1;
}
.banner-slider .swiper-horizontal > .swiper-pagination-bullets {
  bottom: auto;
  left: 0;
  width: 100%;
}

.banner-slider {
  display: none;
}

body.home .banner-slider {
  display: block;
}

/* ====== Variabelen ====== */
:root {
  --sidebar-w: 300px;
  --z-sidebar: 1002;
  --z-overlay: 999;
}

/* ====== Overlay (mobiel/laptop) ====== */
#sidebar-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.35);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
  z-index: 999;
  z-index: var(--z-overlay);
}
#sidebar-overlay.active {
  opacity: 1;
  pointer-events: auto;
}

/* ====== Sidebar basis: off-canvas voor < 1280px ====== */
.sidebar-menu {
  position: fixed;
  top: 100px;
  left: 0;
  width: 300px;
  width: var(--sidebar-w);
  height: 100%;
  background-color: #f3ddd8;
  color: #6d3333;
  transform: translateX(-100%);
  transition: transform 0.3s ease-out;
  z-index: 1002;
  z-index: var(--z-sidebar);
  overflow-y: auto;
  padding-top: 20px;
  box-shadow: 2px 0 8px rgba(0, 0, 0, 0.2);
}
.sidebar-menu.open {
  transform: translateX(0);
}
.sidebar-menu {
  /* ========== Inner styling: jouw oude opmaak ========== */
}
.sidebar-menu .sidebar-close {
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 24px;
  color: #6d3333;
  background: none;
  border: none;
  cursor: pointer;
}
.sidebar-menu .sidebar-content {
  padding: 0 0 20px;
}
.sidebar-menu .sidebar-title {
  text-align: center;
  font-size: 1.2rem;
  color: #6d3333;
  border-bottom: 1px solid #fff;
  padding-bottom: 8px;
  margin: 0 20px 12px;
}
.sidebar-menu .sidebar-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar-menu .sidebar-nav li {
  border-bottom: 1px solid #fff;
}
.sidebar-menu .sidebar-nav li a {
  display: block;
  padding: 12px 20px;
  color: #6d3333;
  -webkit-text-decoration: none;
  text-decoration: none;
  font-size: 16px;
  transition: background-color 0.2s;
}
.sidebar-menu .sidebar-nav li a:hover {
  color: #f9f5f0;
  background-color: #6d3333;
}

/* ====== Vanaf 768px: zoals je oude layout (top naar 0px + extra padding) ====== */
@media (min-width: 768px) {
  .sidebar-menu {
    top: 0px;
    padding-top: 80px;
  }
  /* zoals je oude “verberg knoppen/transition” kon je laten staan, maar desktop regelen we hieronder */
}
/* ====== Desktop (≥ 1280px): statisch links, content ernaast ====== */
@media (min-width: 1280px) {
  #sidebar-overlay {
    display: none !important;
  }
  .sidebar-menu {
    transform: none !important;
  }
  .sidebar-menu {
    position: sticky;
    top: 0;
    height: 100vh;
    transition: none;
    box-shadow: none;
  }
  /* Grid-layout: sidebar + main */
  body {
    display: grid;
    grid-template-columns: 300px 1fr;
    grid-template-columns: var(--sidebar-w) 1fr;
    grid-template-areas: "sidebar main";
    grid-column-gap: 0;
    -moz-column-gap: 0;
         column-gap: 0;
  }
  .sidebar-menu {
    grid-area: sidebar;
  }
  #main-content {
    grid-area: main;
  }
  /* Close/hamburger verbergen op desktop (zoals je gewenst had) */
  .sidebar-close,
  .site-header .hamburger-btn {
    display: none !important;
  }
}
/* ====== Laptop & kleiner (< 1280px): off-canvas + volle breedte content ====== */
@media (max-width: 1279.98px) {
  body {
    display: block;
  }
  /* Hamburger zichtbaar houden (indien je een .hamburger-btn hebt) */
}
/* --- Banner slider: forceer full width & correcte schaal --- */
.banner-slider {
  width: 100% !important;
  max-width: none !important;
}

.banner-slider .swiper,
.banner-slider .swiper-wrapper,
.banner-slider .swiper-slide {
  width: 100% !important;
}

.banner-slider .swiper {
  /* Hoogte responsief, niet de breedte */
  height: 400px; /* desktop default */
}

.banner-slider .swiper-slide {
  position: relative;
}

.banner-slider .swiper-slide img {
  width: 100% !important;
  height: 100% !important;
}

.banner-slider .swiper-slide img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}

/* Laptop & kleiner: alleen hoogte omlaag, breedte blijft 100% */
@media (max-width: 1279.98px) {
  .banner-slider .swiper {
    height: 320px;
  }
}
/* Tablet/mobiel: nog iets lager */
@media (max-width: 768px) {
  .banner-slider .swiper {
    height: 250px;
  }
}
/* Belangrijk: laat grid de content niet “knijpen” */
#main-content {
  min-width: 0;
} /* voorkomt rare grid shrink */
/* ! tailwindcss v3.2.7 | MIT License | https://tailwindcss.com */
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
*/
html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
  --tw-ring-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow-colored: 0 0 rgba(0,0,0,0);
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
  --tw-ring-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow-colored: 0 0 rgba(0,0,0,0);
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container{
  width: 100%;
}
@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}
.visible{
  visibility: visible;
}
.invisible{
  visibility: hidden;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.block{
  display: block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.contents{
  display: contents;
}
.hidden{
  display: none;
}
.grow{
  flex-grow: 1;
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.resize{
  resize: both;
}
.flex-wrap{
  flex-wrap: wrap;
}
.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rounded{
  border-radius: 0.25rem;
}
.border{
  border-width: 1px;
}
.uppercase{
  text-transform: uppercase;
}
.lowercase{
  text-transform: lowercase;
}
.ordinal{
  --tw-ordinal: ordinal;
  font-feature-settings: ordinal var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  font-feature-settings: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  font-variant-numeric: ordinal var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
.underline{
  text-decoration-line: underline;
}
.shadow{
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.ring{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color), var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color), 0 0 rgba(0,0,0,0);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.\[hostname\:port\]{
  hostname: port;
}
/* Reset standaard browsermarges */
/* (als je dat in SCSS doet, kan dit commentaar hier blijven staan) */
body {
  margin: 0;
  font-family: Montserrat;
  background-color: white;
  color: #6d3333;
  /* … overige basis‐styles … */
}

.site-main {
  justify-content: center;
  justify-items: center;
  font-family: Montserrat;
  line-height: 1.8em;
}

.content-wrapper {
  padding-top: 40px;
  padding-bottom: 40px;
  width: 60%;
}
.content-wrapper .wp-block-heading {
  text-align: left;
  padding: 20px;
  font-size: 28px;
}
.content-wrapper p {
  line-height: 20px;
  font-size: 16px;
  padding: 5px 0;
  margin: 0 0 9px;
}
.content-wrapper ol,
.content-wrapper ul,
.content-wrapper menu {
  list-style: disc;
  margin: 0;
  padding: 20px;
}
.content-wrapper summary {
  border-bottom: 1px solid black;
  padding: 7px;
}
.content-wrapper summary::marker {
  color: #6d3333;
}

figure.wp-block-table table.has-fixed-layout {
  width: 100%;
}

.side-by-side {
  width: 50%;
}

.side-by-side-container {
  display: flex;
}

.wp-block-buttons {
  width: 100%;
  justify-content: center;
}
.wp-block-buttons .wp-element-button {
  font-size: 1rem;
  margin-bottom: 20px;
  margin-top: 20px;
  padding: 12px 30px;
  border: 0px;
  color: #953d3d;
  -webkit-text-decoration: none;
  text-decoration: none;
  font-weight: normal;
  border-radius: 6px;
  background-color: #e0bcb4;
}
.wp-block-buttons .wp-element-button:hover {
  background-color: #e7ada6;
}

p.naam-jolanda {
  color: #6d3333;
  font-size: 25px;
  font-family: "Dancing Script";
  justify-self: start;
  margin-top: 20px;
}

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