@import url("https://use.typekit.net/ubo8aov.css");

/* =========================================================
   Global
========================================================= */
html {
  scroll-behavior: smooth;
}

body {
    line-height: 1.9 !important;
}


/* =========================
   MOBILE ACCORDION MENU
   ========================= */
@media (max-width: 767px) {

    /* Reset alles */
    .propeller-menu,
    .propeller-menu * {
        margin-top: 20px !important;
        display: block !important;
        position: static !important;
        float: none !important;
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
        transform: none !important;
        box-sizing: border-box !important;
        text-align: left !important;
    }

    .propeller-menu ul {
        list-style: none !important;
    }

    /* Links */
    .propeller-menu a {
        display: block !important;
        width: 100% !important;
        text-decoration: none !important;
    }

    /* =========================
       HOOFDITEMS
       ========================= */
    .propeller-menu .main-item > a {
        position: relative !important;
        padding: 10px 30px 10px 15px !important;
        font-size: 1.5rem !important;
        font-weight: 900 !important;
        line-height: 1.1 !important;

        /* 1 regel */
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
    }

    /* =========================
       SUBITEMS
       ========================= */
    .propeller-menu .main-subitem > a {
        padding: 10px 0 10px 16px !important;
        font-size: 1.2rem !important;
        font-weight: 500 !important;
    }

    .propeller-menu .main-subsubitem > a {
        padding: 8px 0 8px 32px !important;
        font-size: 1rem !important;
        font-weight: 400 !important;
    }

    /* =========================
       SUBMENU DICHT
       ========================= */
    .propeller-menu .main-propeller-submenu,
    .propeller-menu .main-propeller-subsubmenu {
        display: none !important;
        background: transparent !important;
        box-shadow: none !important;
        border: 0 !important;
    }

    /* =========================
       OPEN STATE
       ========================= */
    .propeller-menu .is-open > .main-propeller-submenu {
        display: block !important;
        padding: 6px 0 !important;
    }

    .propeller-menu .is-open > .main-propeller-subsubmenu {
        display: block !important;
        padding: 4px 0 !important;
    }

    /* =========================
       PIJLTJES
       ========================= */
    .propeller-menu .menu-item-has-children > a::after {
        content: '+' !important;
        position: absolute !important;
        right: 15px !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
        font-size: 22px !important;
        font-weight: 900 !important;
    }

    .propeller-menu .menu-item-has-children.is-open > a::after {
        content: '−' !important;
    }

    /* =========================
       HOVER UITZETTEN
       ========================= */
    .propeller-menu .menu-item-has-children:hover > ul {
        display: none !important;
    }

    .propeller-menu .menu-item-has-children.is-open:hover > ul {
        display: block !important;
    }

    /* =========================
       OPTIONELE SCHEIDING
       ========================= */
    .propeller-menu a {
        border-bottom: 1px solid rgba(0,0,0,0.08) !important;
    }

    .propeller-menu li:last-child > a {
        border-bottom: 0 !important;
    }
    
    .menu-list.propeller-main-navigation > .main-item {
      display: block !important;
    }
    .menu-list.propeller-main-navigation .main-propeller-submenu .main-subitem a {
      display: block !important;
      padding: 8px 16px !important;
      white-space: nowrap !important;
      text-decoration: none !important;
      color: #000 !important;
      font-size: .875rem !important;
      line-height: .9 !important;
      font-weight: 900 !important;
      text-transform: uppercase !important;
    }
    .menu-list.propeller-main-navigation > .main-item > a {
        height: auto !important;
    }
}


/* =========================================================
   Scroll down icon
========================================================= */
.scroll-down {
  width: 40px;
  height: 40px;
  background: url("/wp-content/uploads/2026/01/scolldown-icon.svg") no-repeat center / contain;
  cursor: pointer;
  display: inline-block;

  /* optioneel */
  animation: scrollBounce 2s infinite;
}

@media (max-width: 600px) {
    .uk-h1, h1 {
        font-size: 1.8125rem;
        line-height: .9;
        font-weight: 900;
        text-transform: uppercase;
    }
    .underline {
        text-decoration-line: underline;
        text-decoration-color: #fff !important;
        text-decoration-thickness: 0px;
        text-underline-offset: 0px;
    }
}

/* =========================================================
   Forms (UIkit)
========================================================= */
.uk-form {
  background-color: #fff;
  padding: 10px;
  border-radius: 50px;
}

.uk-input,
.uk-select,
.uk-textarea {
  background: transparent;
}

.uk-input,
.uk-select:not([multiple]):not([size]) {
  height: 42px;
  vertical-align: middle;
  display: inline-block;
  border: 0 solid #e5e5e5 !important;
}

.uk-input:focus,
.uk-select:focus,
.uk-textarea:focus {
  outline: 0;
  background-color: #fff !important;
  color: #000;
  border-color: blue !important;
}

.uk-input::placeholder {
  color: #000 !important;
  font-size: 14px !important;
}

.uk-text-success {
    color: #32d296 !important;
    text-align: left;
    padding: 0 10px;
    font-size: 16px;
}

.uk-text-danger {
    color: #ed1c29 !important;
    text-align: left;
    padding: 0 10px;
    font-size: 16px;
}

.uk-form .uk-margin {
    margin-top: 0px !important;
}

/* =========================================================
   Navigation: parent toggle
========================================================= */
.uk-parent {
  position: relative;
}

.uk-parent > a {
  display: inline-block;
  padding-right: 36px; /* ruimte voor het pijltje */
}

.uk-parent > .subnav-toggle {
  position: absolute;
  right: 0;
  top: 20px;
  transform: translateY(-50%) rotate(0deg);
  transition: transform 0.2s ease;

  cursor: pointer;
  pointer-events: auto;

  background: transparent;
  border: 0;
  padding: 6px;
  line-height: 1;
}

.uk-parent.uk-open > .subnav-toggle {
  transform: translateY(-50%) rotate(180deg);
}

/* UIkit slidenav svg verbergen */
a.el-slidenav svg {
  display: none;
}

/* =========================================================
   Reviews
========================================================= */
.uk-icon-button {
  background: #ed1c29;
}

/* Basis styling voor beide slider nav buttons */
.el-review-nav .uk-icon-button {
  background: url("/wp-content/uploads/2026/01/link-text-arrow.svg") no-repeat center / contain;
  width: 40px;
  height: 40px;
  padding: 0;
}

/* Verberg het bestaande UIkit SVG-icoon */
.el-review-nav .uk-icon-button svg {
  display: none;
}

/* Vorige = pijl naar links (SVG omdraaien) */
.el-review-nav [uk-slider-item="previous"] {
  transform: rotate(180deg);
}

/* Optioneel: hover effect */
.el-review-nav .uk-icon-button:hover {
  opacity: 0.7;
}

.uk-review-title {
  color: #ecdec7 !important;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.35;
  text-transform: none;
}

.uk-review-text {
  color: #fff !important;
  font-weight: 400;
  line-height: 1.85;
  text-transform: none;
}

.uk-review-name {
  color: #ecdec7 !important;
  font-weight: 400;
  line-height: 1.85;
  text-transform: none;
}

/* =========================================================
   Tags / Price
========================================================= */
.highlights-tags {
  display: inline-block;
  margin-right: 12px;
  margin-top: 6px;
  padding: 5px 10px;
  background-color: #7b6754;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 14px;
}

.prijs {
  color: #000;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 20px;
}

/* =========================================================
   Breadcrumb
========================================================= */
.uk-breadcrumb > li:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: url("/wp-content/uploads/2026/01/breadcrumb-arrow.svg") no-repeat center / contain;
}

/* =========================================================
   Buttons
========================================================= */
.uk-link-muted {
  margin: 0;
  border: none;
  overflow: visible;
  -webkit-appearance: none;
  display: inline-block;
  box-sizing: border-box;
  padding: 0 20px;
  vertical-align: middle;
  background-color: #fff;
  font-size: 12px;
  line-height: 42px;
  text-align: center;
  text-decoration: none;
  transition: .25s ease-in-out;
  transition-property: color, background-color, background-position, background-size, border-color, box-shadow;
  font-family: azo-sans-web;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  border-radius: 25px;
  background-origin: border-box;
}

.uk-link-muted a, .uk-link-toggle .uk-link-muted, a.uk-link-muted {
	color: #000 !important;
}

.uk-link {
  color: #000;
}

/* later overrides (zoals in je origineel) */
.uk-button-small {
  font-weight: 400;
  text-transform: none;
}

.uk-button-text {
  font-weight: 500;
  text-transform: none;
}

.webshop-button-mobile {
  padding: 10px 20px;
}

#tm-dialog-mobile .uk-grid-margin {
    margin-top: 0px;
}




/* =========================================================
   Navbar / header
========================================================= */
.uk-navbar-center .uk-logo {
  position: relative;
  bottom: -25px;
}

.uk-navbar-nav > li > a::before {
  bottom: 35px !important;
}

.tm-toolbar .uk-subnav {
  padding: 7px 0;
}

.uk-navbar-dropdown {
  width: 100% !important;
  max-width: 100% !important;
  z-index: 1;
  top: 110px !important;
  left: 0 !important;
  right: 0 !important;
}

.uk-navbar-toggle-icon {
  background-color: #ecdec7;
  padding: 8px;
  border-radius: 25px;
}

.uk-navbar-right svg {
  fill: #000;
}

/* =========================================================
   USP / UI bits
========================================================= */
.usp span {
  margin-right: 10px;
}

.usp img {
  width: 25px;
  margin-right: 5px;
}

.circle {
  background-color: #ed1c29;
  padding: 10px;
  border-radius: 25px;
  font-weight: 900;
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  width: 20px;
  height: 20px;
  text-align: center;
}

/* =========================================================
   Layout helpers
========================================================= */
.keuzehulp-block {
  position: relative;
  top: -50px;
}

.uk-position-bottom-left {
  position: relative;
}

.reviews {
  padding-bottom: 250px;
}

/* =========================================================
   Slidenav (custom arrow)
========================================================= */
.el-slidenav {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 35px;
}

.uk-slidenav-previous {
  transform: rotate(180deg);
}

.el-slidenav::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("/wp-content/uploads/2026/01/link-text-arrow.svg") no-repeat center / contain;
  transition: transform 200ms ease;
}

/* Hover animatie (zelfde gevoel als link-text) */
.el-slidenav:hover::after {
  transform: translateX(6px);
}

/* =========================================================
   Responsive
========================================================= */
@media (max-width: 1099px) {
  .uk-navbar-item,
  .uk-navbar-nav > li > a,
  .uk-navbar-toggle {
	min-height: 60px;
  }

  .uk-navbar-center .uk-logo img {
	width: 80px !important;
	height: 80px !important;
  }

  .uk-navbar .uk-button {
	padding: 0 15px;
	font-size: 10px;
	line-height: 32px;
  }

  .uk-navbar-center .uk-logo {
	bottom: -10px;
  }

  .uk-text-lead {
	font-size: 14px;
	line-height: 1.95;
  }

  blockquote {
	font-size: 1.625rem;
	line-height: 1.35;
  }

  #tm-dialog-mobile {
	z-index: 1;
  }

  .uk-nav {
	padding: 10px 20px;
  }

  .uk-nav li > a {
	font-size: 16px;
  }

  .uk-nav ul.uk-nav-sub li > a {
	font-size: 12px;
  }

  .uk-dropbar {
	--uk-position-offset: 0;
	--uk-position-shift-offset: 0;
	--uk-position-viewport-offset: 0;
	--uk-inverse: dark;
	width: auto;
	padding: 0 !important;
  }

  .menu-item-has-children {
	font-weight: 900;
	text-transform: uppercase;
  }

  .uk-nav-default .uk-nav-sub {
	font-size: 0.875rem;
	line-height: 1.5;
	background-color: #fff;
  }
}

@media (max-width: 639px) {
  .keuzehulp-block .el-item {
	height: 200px;
  }

  .uk-form {
	border-radius: 20px;
  }
}

/* =========================================================
   Top 3
========================================================= */
.top3 .uk-tile-muted {
  top: -100px;
  border: 1px solid #ecdec7;
}

/* =========================================================
   Content list bullets (custom)
========================================================= */
.el-content ul, ul.mlist {
  list-style: none;
  padding-left: 16px; /* ruimte voor de bullet */
}

.el-content ul > li, ul.mlist > li {
  position: relative;
  margin-bottom: 10px;
}

.el-content ul > li::before, ul.mlist > li::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #ecdec7;
  border-radius: 50%;
  position: absolute;
  left: -16px;
  top: 0.95em;
  transform: translateY(-50%);
}

/* =========================================================
   Underline helper
========================================================= */
.underline {
  text-decoration-line: underline;
  text-decoration-color: #ed1c29;
  text-decoration-thickness: 10px;
  text-underline-offset: 10px;
}

/* =========================================================
   Link-text arrow (unified)
========================================================= */
.uk-link-text {
  display: inline-flex;
  align-items: center;
  text-decoration: none;

  /* ruimte reserveren voor arrow + animatie */
  padding-right: 46px; /* 35px + marge */
  position: relative;
}

.uk-link-text svg {
  width: 1em;
  height: 1em;
  flex: 0 0 auto;
  vertical-align: middle;
  transition: transform 150ms ease;
}

.uk-link-text:hover svg,
.uk-link-text:focus-visible svg {
  transform: translateX(2px);
}

.uk-link-text::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
  background: url("/wp-content/uploads/2026/01/link-text-arrow.svg") no-repeat center / contain;
  transition: transform 200ms ease;
}

.uk-link-text:hover::after {
  transform: translate(6px, -50%);
}

/* =========================================================
   Panel cards
========================================================= */
.uk-light.uk-margin.uk-text-left > a.uk-transition-toggle.uk-inline-clip.uk-link-toggle {
  position: relative;
  display: block;
  overflow: hidden;
}

.uk-light.uk-margin.uk-text-left > a.uk-transition-toggle.uk-inline-clip.uk-link-toggle .uk-position-bottom-left {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  z-index: 3;
  pointer-events: none;
}

.uk-light.uk-margin.uk-text-left > a.uk-transition-toggle.uk-inline-clip.uk-link-toggle .uk-position-bottom-left::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0.22) 35%,
    rgba(0, 0, 0, 0) 68%
  );
  z-index: 0;
  pointer-events: none;
  opacity: 1;
  transition: opacity 360ms ease, background 360ms ease;
}

.uk-light.uk-margin.uk-text-left > a.uk-transition-toggle.uk-inline-clip.uk-link-toggle .uk-position-bottom-left > .uk-panel {
  position: relative;
  z-index: 2;
}

.uk-light.uk-margin.uk-text-left > a.uk-transition-toggle.uk-inline-clip.uk-link-toggle::after {
  content: "";
  position: absolute;
  right: 1.5rem;
  bottom: 1.5rem;
  width: 40px;
  height: 40px;
  background: url("/wp-content/uploads/2026/01/link-text-arrow.svg") no-repeat center / contain;
  pointer-events: none;
  z-index: 4;
  transform: translateX(0);
  transition: transform 320ms cubic-bezier(0.22, 1, 0.36, 1), opacity 220ms ease;
  opacity: 1;
}

.uk-light.uk-margin.uk-text-left > a.uk-transition-toggle.uk-inline-clip.uk-link-toggle:hover::after,
.uk-light.uk-margin.uk-text-left > a.uk-transition-toggle.uk-inline-clip.uk-link-toggle:focus-visible::after,
.uk-light.uk-margin.uk-text-left > a.uk-transition-toggle.uk-inline-clip.uk-link-toggle:focus-within::after {
  transform: translateX(10px);
}

.uk-light.uk-margin.uk-text-left > a.uk-transition-toggle.uk-inline-clip.uk-link-toggle:hover .uk-position-bottom-left::before,
.uk-light.uk-margin.uk-text-left > a.uk-transition-toggle.uk-inline-clip.uk-link-toggle:focus-visible .uk-position-bottom-left::before,
.uk-light.uk-margin.uk-text-left > a.uk-transition-toggle.uk-inline-clip.uk-link-toggle:focus-within .uk-position-bottom-left::before {
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.75) 0%,
    rgba(0, 0, 0, 0.34) 35%,
    rgba(0, 0, 0, 0) 68%
  );
}

@media (hover: hover) and (pointer: fine) {
  .uk-light.uk-margin.uk-text-left > a.uk-transition-toggle.uk-inline-clip.uk-link-toggle
    > .uk-position-bottom-left
    .uk-panel.uk-padding-large
    .el-content.uk-panel {
    opacity: 0;
    visibility: hidden;
    transform: translateY(22px);
    max-height: 0;
    overflow: hidden;
    margin-top: 0 !important;
    transition:
      opacity 380ms ease,
      transform 560ms cubic-bezier(0.16, 1, 0.3, 1),
      max-height 560ms cubic-bezier(0.16, 1, 0.3, 1),
      visibility 380ms ease;
  }

  .uk-light.uk-margin.uk-text-left > a.uk-transition-toggle.uk-inline-clip.uk-link-toggle:hover
    > .uk-position-bottom-left
    .uk-panel.uk-padding-large
    .el-content.uk-panel,
  .uk-light.uk-margin.uk-text-left > a.uk-transition-toggle.uk-inline-clip.uk-link-toggle:focus-visible
    > .uk-position-bottom-left
    .uk-panel.uk-padding-large
    .el-content.uk-panel,
  .uk-light.uk-margin.uk-text-left > a.uk-transition-toggle.uk-inline-clip.uk-link-toggle:focus-within
    > .uk-position-bottom-left
    .uk-panel.uk-padding-large
    .el-content.uk-panel {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    max-height: 12rem;
    margin-top: 1rem !important;
  }
}

/* Link hover */
.uk-link-toggle:hover .uk-link,
.uk-link:hover,
a:hover {
  color: #7b6754;
  text-decoration: none;
}



/* =========================================================
   Machine switcher dropdown (mobile)
   UX-first styling: clear tap target, readable, accessible
   Works with UIkit (.uk-select) and native <select>
   ========================================================= */

/* (optioneel) wrapper zodat de select niet “plakt” aan randen */
.machine-acf-switcher-machine-acf-switcher-5a69afd3ba .uk-hidden\@m {
  margin-bottom: 12px;
}

/* Base */
#machine-switcher-select.uk-select,
#machine-switcher-select {
  /* Reset native look */
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  width: 100%;
  box-sizing: border-box;

  /* Tap target / spacing */
  min-height: 46px;
  padding: 12px 44px 12px 14px;

  /* Typography */
  font-size: 16px; /* voorkomt iOS zoom */
  line-height: 1.25;
  font-weight: 600;
  color: #1a1a1a;

  /* Visual */
  background-color: #ecdec7;
  border: 1px solid #d8d8d8;
  border-radius: 0px;

  /* Subtle depth */
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0);

  /* Custom caret */
  background-image:
	url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='10' viewBox='0 0 16 10'%3E%3Cpath d='M1 1l7 7 7-7' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 14px;

  cursor: pointer;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 80ms ease;
}

/* Hover (alleen relevant op devices met hover) */
@media (hover: hover) and (pointer: fine) {
  #machine-switcher-select:hover {
	border-color: #c8c8c8;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  }
}

/* Focus: duidelijk maar netjes (toegankelijk) */
#machine-switcher-select:focus {
  outline: none;
  border-color: #1e87f0; /* UIkit primary */
  box-shadow: 0 0 0 3px rgba(30, 135, 240, 0.18);
}

/* Active: klein “press” effect */
#machine-switcher-select:active {
  transform: translateY(1px);
}

/* Disabled state (als je ooit disablet) */
#machine-switcher-select:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  background-color: #f3f3f3;
}

/* Options readability */
#machine-switcher-select option {
  font-weight: 500;
  color: #1a1a1a;
}

/* Dark mode (als gebruiker OS dark mode heeft) */
@media (prefers-color-scheme: dark) {
  #machine-switcher-select.uk-select,
  #machine-switcher-select {
	background-color: #141414;
	border-color: #2a2a2a;
	color: #f2f2f2;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.03);

	background-image:
	  url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='10' viewBox='0 0 16 10'%3E%3Cpath d='M1 1l7 7 7-7' fill='none' stroke='%23bdbdbd' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  }

  #machine-switcher-select:focus {
	border-color: #6cb2ff;
	box-shadow: 0 0 0 3px rgba(108, 178, 255, 0.2);
  }

  #machine-switcher-select option {
	color: #111; /* Let op: opties worden vaak door OS gerenderd */
  }
}

/* Slightly tighter on very small screens */
@media (max-width: 360px) {
  #machine-switcher-select.uk-select,
  #machine-switcher-select {
	padding: 11px 42px 11px 12px;
	border-radius: 9px;
  }
}








.mo-filter span {font-weight: 900; font-size: 20px;}

.mo-filter { font-family: inherit; }

/* Header toggle */
.mo-filter-toggle {
  all: unset;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
}

/* caret (hergebruiken) */
.mo-filter-toggle .caret {
  width: 7px;
  height: 7px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform 160ms ease;
}

.mo-filter[data-open="true"] .mo-filter-toggle .caret {
  transform: rotate(-135deg);
}

/* Panel: alles in 1 div */
.mo-filter-panel {
  padding: 6px 0 0 0;
}

/* ---------- jouw minimal group styling (compact) ---------- */
.mo-filter-dropdowns { display: block; }

.mo-filter .group { padding: 6px 0; }

.mo-filter .group-toggle {
  all: unset;
  display: flex;
  align-items: center;
  width: 100%;
  cursor: pointer;

  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
  padding: 6px 0;
}

.mo-filter .group-title { flex: 1; font-weight: 600 !important; }

.mo-filter .group-meta {
  font-size: 13px;
  font-weight: 500;
  color: #666;
  margin-right: 6px;
}

.mo-filter .group .caret {
  width: 7px;
  height: 7px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform 160ms ease;
}

.mo-filter .group[data-open="true"] .caret {
  transform: rotate(-135deg);
}

.mo-filter .group-panel { padding: 4px 0 6px 0; }

.mo-filter .group-panel label {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  font-size: 14px;
  line-height: 1.35;
  padding: 3px 0;
  cursor: pointer;
}

.mo-filter .group-panel input[type="checkbox"] { margin-top: 2px; }

.mo-filter .muted {
  font-size: 13px;
  color: #777;
  margin-top: 4px;
}

.mo-filter-panel {
    padding: 0px !important;
}
.mo-filter .group {
    margin: 8px 0 !important;
}

/* Focus */
.mo-filter-toggle:focus-visible,
.mo-filter .group-toggle:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}



/* Desktop: panel altijd open, header niet “klikbaar” */
@media (min-width: 960px) {
  .mo-filter-panel { display: block !important; }
  .mo-filter-panel[hidden] { display: block !important; }
  .mo-filter-toggle { cursor: default; }
  /* Carets standaard verbergen */
  .mo-filter .caret {
	display: none;
  }
  .mo-filter {
    position: sticky;
    top: 100px;
  }

}

/* =========================================================
   Gravity forms
========================================================= */
.gform_button, .gform-theme-button, .gform_next_button, .gformprevious_button {
      margin: 0 !important;
      border: none !important;
      overflow: visible !important;
      font: inherit !important;
      color: #fff !important;
      text-transform: none !important;
      -webkit-appearance: none !important;
      border-radius: 0 !important;
      display: inline-block !important;
      box-sizing: border-box !important;
      padding: 0 20px !important;
      vertical-align: middle !important;
      font-size: 12px !important;
      line-height: 42px !important;
      text-align: center !important;
      text-decoration: none !important;
      transition: .25s ease-in-out !important;
      transition-property: color, background-color, background-position, background-size, border-color, box-shadow !important;
      font-family: azo-sans-web !important;
      font-weight: 900 !important;
      text-transform: uppercase !important;
      border-radius: 25px !important;
      background-origin: border-box !important;
      background-color: #ed1c29 !important;
}

.gform_button:hover {
      background-color: #ed1c29 !important;
      color: #fff !important;
}

h2.gform_title {
    font-size: 22px;
    color: #000 !important;
}

.gform-theme--framework .gf_progressbar .percentbar_blue {
    background-color: #ed1c29 !important;
}

/* === Review Cards even hoog homepage === */

/* Zorg dat de li's even hoog worden */
.uk-slider-items > li {
  display: flex;
}

/* Laat de card de volledige hoogte vullen */
.uk-slider-items > li .uk-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* (optioneel) duw de naam naar onderen */
.uk-slider-items > li .el-meta {
  margin-top: auto;
}




@media (max-width: 600px) {
    .uk-heading-3xlarge
    {
        font-size: 3rem;
        line-height: .85;
        font-weight: 900;
        text-transform: uppercase;
    }
    .uk-heading-large {
      font-size: 2.125rem;
        line-height: .85;
    }
    .card {
        padding: 30px !important;
    }
}


.uk-card-media-top img {
    width: 100%;
    height: auto;
    display: block;
}

.uk-card-media-bottom img {
    width: 100%;
    height: auto;
    display: block;
}




.uk-text-meta {
  font-family: Pacifico;
  font-weight: 600;
  font-size: 2rem;
  color: #fff !important;
}


cite {
    font-style: normal;
}

.uk-navbar-sticky {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
