@charset "UTF-8";
:root {
  --viridian-green: #6a907b;
  --teal-green: #23d16f;
  --pale-teal: #84cda3;
  --lunar-green: #374e42;
  --lasalle-green: #007031;
  --harp-white: #e7f3ec;
  --antique-white: #f6f1d0;
  --marigold-yellow: hsl(52, 91%, 73%);
  --golden-yellow: hsl(52, 100%, 50%);
  --white-light: hsl(0, 0%, 100%);
  --rust-dark: hsl(21, 71%, 34%);
  --warning-g: hsl(146, 42%, 66%);
  --warning-o: hsl(40, 100%, 65%);
  --warning-r: hsl(0, 74%, 60%);
  --text-dark-green: hsl(149, 17%, 26%);
}

@font-face {
  font-family: "Helvetica Neue Regular";
  src: url("/templates/yootheme_custom/webfonts/HelveticaNeue.woff2") format("woff2"), url("/templates/yootheme_custom/webfonts/HelveticaNeue.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Objektiv VF REGULAR";
  src: url("/templates/yootheme_custom/webfonts/Objektiv VF Regular.woff2") format("woff2"), url("/templates/yootheme_custom/webfonts/Objektiv VF Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Objektiv VF BOLD";
  src: url("/templates/yootheme_custom/webfonts/Objektiv VF Regular.woff2") format("woff2"), url("/templates/yootheme_custom/webfonts/Objektiv VF Regular.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Objektiv VF MEDIUM";
  src: url("/templates/yootheme_custom/webfonts/Objektiv VF Regular.woff2") format("woff2"), url("/templates/yootheme_custom/webfonts/Objektiv VF Regular.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Objektiv VF SEMIBOLD";
  src: url("/templates/yootheme_custom/webfonts/Objektiv VF Regular.woff2") format("woff2"), url("/templates/yootheme_custom/webfonts/Objektiv VF Regular.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
.uk-button-primary {
  background-color: var(--golden-yellow);
  color: var(--rust-dark);
  font-family: "Objektiv VF BOLD", sans-serif;
  font-size: 1.0625rem;
  text-transform: none;
  border-radius: 15px 5px;
  letter-spacing: 0px;
  padding-inline: 15px;
  padding-block: 12px;
  line-height: 1;
  transition: all 0.3s ease-in-out;
}
.uk-button-primary svg polyline {
  stroke-width: 3px;
  stroke-linecap: round;
}
.uk-button-primary:hover {
  background-color: var(--marigold-yellow);
  color: var(--rust-dark);
  border-color: transparent;
}
.uk-button-primary a:hover {
  text-decoration: none !important;
}

.uk-button-secondary {
  background-color: white;
  color: var(--lasalle-green);
  font-family: "Objektiv VF BOLD", sans-serif;
  font-size: 1.0625rem;
  text-transform: none;
  border-radius: 5px;
  letter-spacing: 0px;
  padding-inline: 15px;
  padding-block: 12px;
  line-height: 1;
  transition: all 0.3s ease-in-out;
  border: 1px solid var(--pale-teal);
  transition: all 0.3s ease-in-out;
}
.uk-button-secondary a {
  color: var(--lasalle-green);
  transition: all 0.3s ease-in-out;
}
.uk-button-secondary:hover {
  background-color: var(--pale-teal);
  border: 1px solid var(--pale-teal);
}
.uk-button-secondary:hover a {
  color: white;
  text-decoration: none;
}

.uk-notification-message {
  font-family: "Objektiv VF SEMIBOLD", sans-serif;
  border-radius: 10px;
}
.uk-notification-message.uk-notification-message-success {
  background-color: var(--warning-g);
  color: var(--lunar-green);
}
.uk-notification-message.uk-notification-message-warning {
  background-color: var(--warning-r);
  color: white;
}

.nieuwsbrief .convertforms .cf-content-wrap,
.nieuwsbrief .convertforms .cf-form-wrap {
  padding: 0;
}
.nieuwsbrief .convertforms .cf-input {
  background-color: transparent;
  border: 1px solid white;
  padding: 8px 10px;
}
.nieuwsbrief .convertforms .cf-input::placeholder, .nieuwsbrief .convertforms .cf-input:has(option:disabled:checked) {
  color: white;
  opacity: 0.7;
}
.nieuwsbrief .convertforms .cf-btn {
  background-color: black !important;
  color: white !important;
}
.nieuwsbrief .convertforms .cf-btn:hover {
  background-color: white !important;
  color: black !important;
}
.nieuwsbrief .convertforms .cf-two-thirds {
  display: flex;
  align-items: center;
}
.nieuwsbrief .convertforms .cf-checkbox-group {
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 20px;
  user-select: none;
}
.nieuwsbrief .convertforms .cf-checkbox-group input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.nieuwsbrief .convertforms .cf-checkbox-group input[type=checkbox]:checked + .cf-label::before {
  background-image: linear-gradient(#b9e9b3, #a8e4a0);
}
.nieuwsbrief .convertforms .cf-checkbox-group input[type=checkbox]:checked + .cf-label::after {
  display: block;
}
.nieuwsbrief .convertforms .cf-checkbox-group .convertforms .cf-checkbox-group {
  padding: 0px;
}
.nieuwsbrief .convertforms .cf-checkbox-group .cf-label {
  padding-left: 1.8em;
  display: inline-block;
  color: rgba(255, 255, 255, 0.5607843137);
  padding-left: 30px;
}
.nieuwsbrief .convertforms .cf-checkbox-group .cf-label a {
  color: rgba(255, 255, 255, 0.5607843137);
  text-decoration: underline;
}
.nieuwsbrief .convertforms .cf-checkbox-group .cf-label a:hover {
  color: white;
}
.nieuwsbrief .convertforms .cf-checkbox-group .cf-label::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  height: 20px;
  width: 20px;
  background: white;
  border-radius: 0px;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.05);
  opacity: 1;
}
.nieuwsbrief .convertforms .cf-checkbox-group .cf-label::after {
  content: "";
  position: absolute;
  display: none;
  left: 11px;
  top: 14px;
  width: 0.35em;
  height: 0.7em;
  border: solid white;
  border-width: 0 0.15em 0.15em 0;
  transform: translate(-50%, -50%) rotate(45deg);
  opacity: 1;
}

body.s .wj-copyright-row > div {
  flex-direction: column;
  align-content: center;
}

.wj-copyright .wj-copyright-row > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  row-gap: 10px;
  column-gap: 20px;
}
.wj-copyright .wj-copyright-row > div .wj-owner {
  font-size: 1rem;
  color: white;
}
@media (max-width: 363px) {
  .wj-copyright .wj-copyright-row > div .wj-owner {
    text-align: center;
  }
}
.wj-copyright .wj-copyright-row > div .wj-typewriter {
  width: 100%;
  box-sizing: border-box;
}
.wj-copyright .wj-copyright-row > div .wj-typewriter span,
.wj-copyright .wj-copyright-row > div .wj-typewriter a {
  font-size: 1rem;
}
.wj-copyright .wj-copyright-row > div .wj-typewriter span {
  color: white;
}
.wj-copyright .wj-copyright-row > div .wj-typewriter a {
  color: white;
}
.wj-copyright .wj-copyright-row > div .wj-typewriter a:hover {
  color: white;
  cursor: pointer;
  text-decoration: none;
}
.wj-copyright .wj-copyright-row > div .wj-typewriter .website-section {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  border-radius: 0.5rem;
  padding: 0px;
}
.wj-copyright .wj-copyright-row > div .wj-typewriter .website-section .wj-heart {
  align-items: flex-end !important;
}
@media (max-width: 363px) {
  .wj-copyright .wj-copyright-row > div .wj-typewriter .website-section {
    flex-direction: column;
    align-items: center !important;
  }
  .wj-copyright .wj-copyright-row > div .wj-typewriter .website-section .wj-heart {
    flex-wrap: nowrap !important;
  }
}
.wj-copyright .wj-copyright-row > div .wj-typewriter .website-section .heart-icon {
  position: relative;
  margin: 0 0 0 2px;
  fill: rgba(255, 255, 255, 0.5);
}
.wj-copyright .wj-copyright-row > div .wj-typewriter .website-section .typewriter-container {
  display: inline-block;
  min-width: 10ch;
  text-align: left;
}
.wj-copyright .wj-copyright-row > div .wj-typewriter .website-section .typewriter-text {
  display: inline-block;
  white-space: nowrap;
}
.wj-copyright .wj-copyright-row > div .wj-typewriter .website-section .cursor {
  animation: blink 0.7s infinite;
  display: inline-block;
  color: rgba(255, 255, 255, 0.5);
}
@keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.wj-copyright .wj-copyright-row > div .wj-cookies .uk-icon {
  color: rgba(255, 255, 255, 0.5);
  fill: rgba(255, 255, 255, 0.5);
}
.wj-copyright .wj-copyright-row > div .wj-cookies .el-content {
  font-size: 1rem;
  color: white;
}
.wj-copyright .wj-copyright-row > div .wj-cookies:hover {
  cursor: pointer;
  text-decoration: none;
}

/*COOKIE CONSENT*/
.cc-window,
.cc-window.cc-banner,
.cc-window.cc-type-opt-in,
.cc-window.cc-theme-block,
.cc-window.cc-color-override-523191266 {
  background: var(--lasalle-green) !important;
  /* Beispiel */
  color: white !important;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08) !important;
  border: 5px solid white;
}

.cc-window .cc-message-text {
  color: white !important;
  line-height: 1.4 !important;
}

/* Links */
.cc-window .cc-link {
  color: white !important;
  text-decoration: none !important;
}

.cc-window .cc-link:hover {
  color: var(--marigold-yellow) !important;
}

/* Buttons */
.cc-window .cc-compliance .cc-btn {
  background: white !important;
  color: var(--text-dark-green) !important;
  border-radius: 100px !important;
  padding: 12px 20px !important;
  border: 1px transparent !important;
  transition: background-color 0.2s ease !important;
}

.cc-cookie-settings-toggle {
  background: white !important;
  color: var(--text-dark-green) !important;
  border-radius: 100px !important;
  padding: 12px 20px !important;
  border: 1px transparent !important;
  transition: background-color 0.2s ease !important;
}
.cc-cookie-settings-toggle .cc-cookie-settings-toggler {
  display: none !important;
}

.cc-cookie-checkbox label {
  color: white !important;
}

.cc-window .cc-compliance .cc-btn.cc-allow {
  background: var(--marigold-yellow) !important;
}

.cc-window .cc-compliance .cc-btn:hover {
  filter: brightness(0.95) !important;
}

/* Icon before links (erzwingen) */
.cc-window a.cc-link.cc-cookie::before,
.cc-window a.cc-link.cc-privacy::before {
  background-image: url("/images/system/icons/arrow.svg") !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}

/* Falls das Plugin inline-styles setzt: erhöhe Spezifität noch weiter */
body .cc-window.cc-banner .cc-link {
  color: white !important;
}

.detail_header_section {
  background: white;
}
.detail_header_section .uk-background-norepeat {
  margin-inline: 15px;
  border-radius: 10px 10px 20px 20px;
  background-repeat: repeat-y;
}
.detail_header_section .uk-background-norepeat .gallery_row {
  margin-inline: -40px;
  border-radius: 0 0 10px 10px;
}
@media (max-width: 59.9375em) {
  .detail_header_section .uk-background-norepeat .gallery_row {
    margin-inline: -20px;
  }
}
@media (max-width: 39.9375em) {
  .detail_header_section .uk-background-norepeat .gallery_row {
    margin-inline: -15px;
  }
}
.detail_header_section .uk-background-norepeat .gallery_row .left_panel {
  width: 50%;
  max-width: 50%;
}
.detail_header_section .uk-background-norepeat .gallery_row .left_panel #gallery-left {
  min-height: 600px;
}
@media (max-width: 74.9375em) {
  .detail_header_section .uk-background-norepeat .gallery_row .left_panel #gallery-left {
    min-height: 400px;
  }
}
@media (max-width: 39.9375em) {
  .detail_header_section .uk-background-norepeat .gallery_row .left_panel #gallery-left {
    min-height: 250px;
  }
}
.detail_header_section .uk-background-norepeat .gallery_row .left_panel .uk-margin {
  margin: 0px !important;
}
.detail_header_section .uk-background-norepeat .gallery_row .left_panel img {
  border-radius: 10px 0 0 10px;
}
@media (max-width: 59.9375em) {
  .detail_header_section .uk-background-norepeat .gallery_row .left_panel img {
    border-radius: 10px 10px 10px 10px;
  }
}
@media (max-width: 59.9375em) {
  .detail_header_section .uk-background-norepeat .gallery_row .left_panel {
    width: 100%;
    max-width: 100%;
  }
}
.detail_header_section .uk-background-norepeat .gallery_row .left_panel .uk-panel .uk-flex-1 {
  position: absolute;
  width: 100%;
}
.detail_header_section .uk-background-norepeat .gallery_row .left_panel .uk-panel .uk-flex-1 img.uk-object-cover {
  width: 100%;
  max-height: 600px;
  height: 100em;
}
.detail_header_section .uk-background-norepeat .gallery_row .left_panel .uk-panel .uk-inline-clip {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.detail_header_section .uk-background-norepeat .gallery_row .left_panel .uk-panel .uk-inline-clip img {
  height: 100% !important;
}
.detail_header_section .uk-background-norepeat .gallery_row .right_panel {
  width: 50%;
  max-width: 50%;
}
@media (max-width: 59.9375em) {
  .detail_header_section .uk-background-norepeat .gallery_row .right_panel {
    width: 100%;
    max-width: 100%;
  }
}
.detail_header_section .uk-background-norepeat .gallery_row .right_panel .uk-panel {
  min-height: auto !important;
}
.detail_header_section .uk-background-norepeat .gallery_row .right_panel .uk-panel #gallery-right {
  margin: 0px !important;
}
.detail_header_section .uk-background-norepeat .gallery_row .right_panel .uk-panel #gallery-right .el-item a {
  width: 100%;
}
.detail_header_section .uk-background-norepeat .gallery_row .right_panel .uk-panel #gallery-right .el-item a img {
  width: 100%;
  max-height: 300px;
  object-fit: cover;
}
@media (max-width: 74.9375em) {
  .detail_header_section .uk-background-norepeat .gallery_row .right_panel .uk-panel #gallery-right .el-item a img {
    min-height: 200px !important;
    max-height: 200px !important;
  }
}
.detail_header_section .uk-background-norepeat .gallery_row .right_panel .uk-panel #gallery-right .uk-grid > div:nth-child(2) .el-item a img {
  border-top-right-radius: 10px;
}
.detail_header_section .uk-background-norepeat .gallery_row .right_panel .uk-panel #gallery-right .uk-grid > div:nth-child(4) .el-item a img {
  border-bottom-right-radius: 10px;
}
.detail_header_section .uk-background-norepeat .gallery_row .right_panel .uk-panel .uk-button {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.detail_header_section .uk-background-norepeat .gallery_row .uk-button {
  background: hsla(52, 39%, 15%, 0.6);
  border: 1px solid white;
  border-radius: 5px;
  backdrop-filter: blur(5px);
  font-size: clamp(0.9375rem, 0.896rem + 0.22vw, 1.0625rem);
  line-height: 1.3;
  font-family: "Objektiv VF REGULAR", sans-serif;
  letter-spacing: normal;
  color: white;
  text-transform: none;
  padding-inline: 20px;
  padding-block: 15px;
}
.detail_header_section .uk-background-norepeat .uk-container-large {
  max-width: 1500px;
}
.detail_header_section .uk-background-norepeat h1 {
  font-family: "Objektiv VF SEMIBOLD", sans-serif;
  font-size: clamp(1.5rem, 1.104rem + 2.11vw, 2.6875rem);
  text-wrap: wrap;
  hyphens: auto;
}
.detail_header_section .uk-background-norepeat li .el-content {
  font-family: "Objektiv VF MEDIUM", sans-serif;
  font-size: 1.3125rem;
  color: var(--pale-teal);
}
@media (max-width: 59.9375em) {
  .detail_header_section .uk-background-norepeat li .uk-grid {
    justify-content: center;
  }
  .detail_header_section .uk-background-norepeat li .uk-grid > div {
    flex: unset;
    width: fit-content;
  }
}
.detail_header_section .uk-background-norepeat .tags {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
}
@media (max-width: 59.9375em) {
  .detail_header_section .uk-background-norepeat .tags {
    justify-content: center;
  }
}
.detail_header_section .uk-background-norepeat .tags .el-item {
  background-color: var(--marigold-yellow);
  font-family: "Objektiv VF REGULAR", sans-serif;
  font-size: 1.0625rem;
  text-transform: none;
  border-radius: 5px;
  letter-spacing: 0px;
  padding-inline: 10px;
  padding-block-start: 5px;
  padding-block-end: 5px;
  line-height: 1;
}
@media (max-width: 39.9375em) {
  .detail_header_section .uk-background-norepeat .tags .el-item {
    width: 100%;
  }
}
.detail_header_section .uk-background-norepeat .tags .el-item .el-content {
  display: flex;
  flex-direction: row-reverse;
  gap: 5px;
  justify-content: center;
  align-items: center;
  color: var(--rust-dark);
}
.detail_header_section .uk-background-norepeat .tags .el-item svg {
  fill: var(--rust-dark);
}
.detail_header_section .uk-background-norepeat .datagrid {
  position: relative;
}
.detail_header_section .uk-background-norepeat .datagrid::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, var(--pale-teal) 50%, transparent 50%);
  background-size: 6px 2px;
}
@media (max-width: 99.9375em) {
  .detail_header_section .uk-background-norepeat .datagrid::before {
    bottom: -30px;
  }
}
@media (max-width: 59.9375em) {
  .detail_header_section .uk-background-norepeat .datagrid::before {
    display: none;
  }
}
.detail_header_section .uk-background-norepeat .datagrid .uk-panel {
  display: flex;
  justify-content: center;
}
.detail_header_section .uk-background-norepeat .datagrid .uk-panel .uk-grid-small {
  width: fit-content;
}
.detail_header_section .uk-background-norepeat .datagrid .uk-panel .el-content {
  font-size: clamp(1.125rem, 1.042rem + 0.44vw, 1.375rem);
  font-family: "Objektiv VF REGULAR", sans-serif;
}
.detail_header_section .uk-background-norepeat .datagrid p {
  font-size: clamp(0.9375rem, 0.896rem + 0.22vw, 1.0625rem);
  line-height: 1.3;
  font-family: "Objektiv VF REGULAR", sans-serif;
  font-size: 0.875rem;
  text-transform: lowercase;
  color: white;
}
.detail_header_section .uk-background-norepeat .datagrid p::first-letter {
  text-transform: uppercase;
}
.detail_header_section .uk-background-norepeat .datagrid .tekstblok {
  font-size: clamp(0.9375rem, 0.896rem + 0.22vw, 1.0625rem);
  line-height: 1.3;
  font-family: "Objektiv VF REGULAR", sans-serif;
  font-size: 0.875rem;
  text-transform: lowercase;
  color: white;
}
.detail_header_section .uk-background-norepeat .datagrid .tekstblok::first-letter {
  text-transform: uppercase;
}
.detail_header_section .uk-background-norepeat .uk-slider-container .el-title {
  font-size: clamp(1.125rem, 1.042rem + 0.44vw, 1.375rem);
  font-family: "Objektiv VF REGULAR", sans-serif;
  color: white;
}
.detail_header_section .uk-background-norepeat .uk-slider-container .el-meta {
  font-size: clamp(0.9375rem, 0.896rem + 0.22vw, 1.0625rem);
  line-height: 1.3;
  font-family: "Objektiv VF REGULAR", sans-serif;
  color: white;
  text-transform: none;
  letter-spacing: normal;
  margin-top: 5px !important;
}
.detail_header_section .uk-background-norepeat .uk-dotnav li a {
  background-color: var(--pale-teal);
}
.detail_header_section .uk-background-norepeat .uk-dotnav li.uk-active a,
.detail_header_section .uk-background-norepeat .uk-dotnav li a:hover {
  background-color: var(--lasalle-green);
}
.detail_header_section .uk-background-norepeat .uk-dotnav li.uk-active a,
.detail_header_section .uk-background-norepeat .uk-dotnav li a:hover {
  background-color: white;
}
.detail_header_section h1,
.detail_header_section .el-content,
.detail_header_section p {
  color: white;
}
.detail_header_section h1 {
  font-size: clamp(1.5rem, 1.104rem + 2.11vw, 2.6875rem);
  font-family: "Objektiv VF SEMIBOLD", sans-serif;
}

.foto-links-tekst-rechts_section {
  background-color: white;
  color: var(--text-dark-green);
}
.foto-links-tekst-rechts_section h2 {
  font-size: clamp(1.25rem, 1rem + 1.33vw, 2rem);
  font-family: "Objektiv VF SEMIBOLD", sans-serif;
  color: var(--pale-teal);
  font-family: "Objektiv VF SEMIBOLD", sans-serif;
}
@media (max-width: 59.9375em) {
  .foto-links-tekst-rechts_section h2 {
    text-align: center;
  }
}
.foto-links-tekst-rechts_section p {
  font-size: clamp(0.9375rem, 0.896rem + 0.22vw, 1.0625rem);
  line-height: 1.3;
  font-family: "Objektiv VF REGULAR", sans-serif;
}
.foto-links-tekst-rechts_section img {
  border-radius: 10px;
}
.foto-links-tekst-rechts_section ul li {
  font-size: clamp(0.9375rem, 0.896rem + 0.22vw, 1.0625rem);
  line-height: 1.3;
  font-family: "Objektiv VF REGULAR", sans-serif;
  font-family: "Objektiv VF MEDIUM", sans-serif;
  position: relative;
  padding-inline-start: 20px;
  color: var(--text-dark-green);
}
.foto-links-tekst-rechts_section ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6.5px;
  width: 9px;
  height: 9px;
  background: url("/images/YooTheme/icons/bulletpoint.svg") no-repeat center center;
  background-size: contain;
}
.foto-links-tekst-rechts_section .uk-button {
  background-color: var(--marigold-yellow);
  color: var(--rust-dark);
  font-family: "Objektiv VF BOLD", sans-serif;
  font-size: 1.0625rem;
  text-transform: none;
  border-radius: 15px 5px;
  letter-spacing: 0px;
  padding-inline: 15px;
  padding-block: 12px;
  line-height: 1;
  transition: all 0.3s ease-in-out;
}
.foto-links-tekst-rechts_section .uk-button svg polyline {
  stroke-width: 3px;
  stroke-linecap: round;
}
.foto-links-tekst-rechts_section .uk-button:hover {
  background-color: var(--golden-yellow);
  color: var(--rust-dark);
  border-color: transparent;
}
.foto-links-tekst-rechts_section .uk-button a:hover {
  text-decoration: none !important;
}

.tekst-links-tekst-rechts {
  background-color: white;
  color: var(--text-dark-green);
}
.tekst-links-tekst-rechts h2 {
  font-size: clamp(1.25rem, 1rem + 1.33vw, 2rem);
  font-family: "Objektiv VF SEMIBOLD", sans-serif;
  color: var(--lasalle-green);
  font-family: "Objektiv VF SEMIBOLD", sans-serif;
}
@media (max-width: 59.9375em) {
  .tekst-links-tekst-rechts h2 {
    text-align: center;
  }
}
.tekst-links-tekst-rechts h3 {
  font-size: clamp(1.125rem, 1.042rem + 0.44vw, 1.375rem);
  font-family: "Objektiv VF REGULAR", sans-serif;
  color: var(--lasalle-green);
  font-family: "Objektiv VF SEMIBOLD", sans-serif;
}
.tekst-links-tekst-rechts p {
  font-size: clamp(0.9375rem, 0.896rem + 0.22vw, 1.0625rem);
  line-height: 1.3;
  font-family: "Objektiv VF REGULAR", sans-serif;
}
.tekst-links-tekst-rechts .uk-list,
.tekst-links-tekst-rechts ul {
  margin-block-start: 30px;
}
.tekst-links-tekst-rechts .uk-list li,
.tekst-links-tekst-rechts ul li {
  font-size: clamp(0.9375rem, 0.896rem + 0.22vw, 1.0625rem);
  line-height: 1.3;
  font-family: "Objektiv VF REGULAR", sans-serif;
}
.tekst-links-tekst-rechts .dotlist li {
  font-size: clamp(0.9375rem, 0.896rem + 0.22vw, 1.0625rem);
  line-height: 1.3;
  font-family: "Objektiv VF REGULAR", sans-serif;
  font-family: "Objektiv VF MEDIUM", sans-serif;
  position: relative;
  padding-inline-start: 20px;
  color: var(--text-dark-green);
}
.tekst-links-tekst-rechts .dotlist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6.5px;
  width: 9px;
  height: 9px;
  background: url("/images/YooTheme/icons/bulletpoint.svg") no-repeat center center;
  background-size: contain;
}
.tekst-links-tekst-rechts .uk-button {
  background-color: var(--marigold-yellow);
  color: var(--rust-dark);
  font-family: "Objektiv VF BOLD", sans-serif;
  font-size: 1.0625rem;
  text-transform: none;
  border-radius: 15px 5px;
  letter-spacing: 0px;
  padding-inline: 15px;
  padding-block: 12px;
  line-height: 1;
  transition: all 0.3s ease-in-out;
}
.tekst-links-tekst-rechts .uk-button svg polyline {
  stroke-width: 3px;
  stroke-linecap: round;
}
.tekst-links-tekst-rechts .uk-button:hover {
  background-color: var(--golden-yellow);
  color: var(--rust-dark);
  border-color: transparent;
}
.tekst-links-tekst-rechts .uk-button a:hover {
  text-decoration: none !important;
}
.tekst-links-tekst-rechts .aslink a {
  font-family: "Objektiv VF REGULAR", sans-serif;
  font-size: 1.0625rem;
  text-transform: none;
  border-radius: 0px;
  letter-spacing: 0px;
  padding-inline: 0px !important;
  line-height: 1;
  border: none;
  box-shadow: none;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
.tekst-links-tekst-rechts .aslink a:hover {
  color: var(--lasalle-green);
  text-decoration: underline;
}

.wij-helpen-graag-met {
  background-color: var(--harp-white);
  color: var(--text-dark-green);
}
.wij-helpen-graag-met h2 {
  font-size: clamp(1.25rem, 1rem + 1.33vw, 2rem);
  font-family: "Objektiv VF SEMIBOLD", sans-serif;
  color: var(--text-dark-green);
  font-family: "Objektiv VF SEMIBOLD", sans-serif;
}
.wij-helpen-graag-met img {
  border-radius: 10px;
}
.wij-helpen-graag-met .uk-nav-default .el-item:not(:last-child) {
  border-bottom: 1px var(--lasalle-green) dotted;
}
.wij-helpen-graag-met .uk-nav-default .el-link {
  font-size: clamp(0.9375rem, 0.896rem + 0.22vw, 1.0625rem);
  line-height: 1.3;
  font-family: "Objektiv VF REGULAR", sans-serif;
  font-size: clamp(1.125rem, 1.042rem + 0.44vw, 1.375rem);
  color: var(--lasalle-green);
  text-transform: none;
  gap: 10px;
  transition: color 0.2s ease, transform 0.2s ease;
  will-change: scale;
}
@media (max-width: 39.9375em) {
  .wij-helpen-graag-met .uk-nav-default .el-link {
    font-size: clamp(0.875rem, 0.813rem + 0.33vw, 1.0625rem);
  }
}
.wij-helpen-graag-met .uk-nav-default .el-link .uk-icon svg {
  color: var(--pale-teal);
}
@media (max-width: 39.9375em) {
  .wij-helpen-graag-met .uk-nav-default .el-link .uk-icon svg {
    max-width: 10px;
  }
}
.wij-helpen-graag-met .uk-nav-default .el-link .uk-icon svg polyline {
  stroke-width: 3px;
  stroke-linecap: round;
}
.wij-helpen-graag-met .uk-nav-default .el-link:hover, .wij-helpen-graag-met .uk-nav-default .el-link:hover .uk-icon svg {
  color: var(--luna-green);
  transform: scale(1.03);
}

.gecentreerde-titel-en-tekst {
  background-color: white;
}
.gecentreerde-titel-en-tekst h2 {
  font-size: clamp(1.25rem, 1rem + 1.33vw, 2rem);
  font-family: "Objektiv VF SEMIBOLD", sans-serif;
  color: var(--pale-teal);
  font-family: "Objektiv VF SEMIBOLD", sans-serif;
}
.gecentreerde-titel-en-tekst p {
  font-size: clamp(0.9375rem, 0.896rem + 0.22vw, 1.0625rem);
  line-height: 1.3;
  font-family: "Objektiv VF REGULAR", sans-serif;
  color: var(--text-dark-green);
  margin-top: 20px;
}
.gecentreerde-titel-en-tekst .overons p {
  font-family: "Objektiv VF MEDIUM", sans-serif;
}
.gecentreerde-titel-en-tekst .overons p a {
  color: var(--viridian-green) !important;
  font-family: "Objektiv VF MEDIUM", sans-serif;
}
.gecentreerde-titel-en-tekst img {
  border-radius: 50%;
  object-fit: cover;
  aspect-ratio: 1/1;
  max-width: 56px;
  max-height: 56px;
}
@media (max-width: 639px) {
  .gecentreerde-titel-en-tekst img {
    max-width: 30px;
    max-height: 30px;
  }
}
.gecentreerde-titel-en-tekst .imagerow {
  justify-content: center;
  padding-inline-start: 40px;
  transform-origin: center center;
  transform: scale(1.3);
}
@media (min-width: 640px) and (max-width: 959px) {
  .gecentreerde-titel-en-tekst .imagerow {
    transform: scale(1.2);
  }
}
@media (max-width: 639px) {
  .gecentreerde-titel-en-tekst .imagerow {
    padding-inline-start: 15px;
    transform: scale(1.1);
  }
}
@media (max-width: 639px) {
  .gecentreerde-titel-en-tekst .imagerow {
    padding-inline-start: 15px;
  }
}
.gecentreerde-titel-en-tekst .imagerow .photocol:nth-child(1) {
  position: relative;
  left: 10px;
  z-index: 5;
}
@media (max-width: 639px) {
  .gecentreerde-titel-en-tekst .imagerow .photocol:nth-child(1) {
    left: 5px;
  }
}
.gecentreerde-titel-en-tekst .imagerow .photocol:nth-child(2) {
  z-index: 4;
}
@media (max-width: 639px) {
  .gecentreerde-titel-en-tekst .imagerow .photocol:nth-child(2) {
    left: 5px;
  }
}
.gecentreerde-titel-en-tekst .imagerow .photocol:nth-child(3) {
  position: relative;
  left: -15px;
  z-index: 3;
}
@media (max-width: 639px) {
  .gecentreerde-titel-en-tekst .imagerow .photocol:nth-child(3) {
    left: -5px;
  }
}
.gecentreerde-titel-en-tekst .imagerow .photocol:nth-child(4) {
  position: relative;
  left: -30px;
  z-index: 2;
}
@media (max-width: 639px) {
  .gecentreerde-titel-en-tekst .imagerow .photocol:nth-child(4) {
    left: -10px;
  }
}
.gecentreerde-titel-en-tekst .imagerow .photocol:nth-child(5) {
  position: relative;
  left: -40px;
  z-index: 1;
}
@media (max-width: 639px) {
  .gecentreerde-titel-en-tekst .imagerow .photocol:nth-child(5) {
    left: -15px;
  }
}
.gecentreerde-titel-en-tekst .imagerow .photocol {
  display: flex;
  flex-grow: inherit;
  width: auto;
}

.tip-van-de-makelaar {
  background-color: white;
}
.tip-van-de-makelaar .uk-container .tm-grid-expand {
  position: relative;
}
@media (max-width: 59.9375em) {
  .tip-van-de-makelaar .uk-container .tm-grid-expand {
    padding-block: 20px;
  }
}
.tip-van-de-makelaar .uk-container .tm-grid-expand::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/images/YooTheme/bg-shape.svg");
  background-position: 50% 0%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
  z-index: 0;
}
@media (max-width: 74.9375em) {
  .tip-van-de-makelaar .uk-container .tm-grid-expand::before {
    background-size: contain;
    background-position: 50% center;
  }
}
@media (max-width: 59.9375em) {
  .tip-van-de-makelaar .uk-container .tm-grid-expand::before {
    background-size: cover !important;
    background-position: left !important;
  }
}
.tip-van-de-makelaar h2 {
  font-size: clamp(1.25rem, 1rem + 1.33vw, 2rem);
  font-family: "Objektiv VF SEMIBOLD", sans-serif;
  color: var(--lasalle-green);
  font-weight: normal !important;
  margin-left: 50px;
  font-family: "Objektiv VF SEMIBOLD", sans-serif;
}
@media (max-width: 74.9375em) {
  .tip-van-de-makelaar h2 {
    max-width: 255px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
  }
}
.tip-van-de-makelaar h3 {
  font-size: clamp(1.125rem, 1.042rem + 0.44vw, 1.375rem);
  font-family: "Objektiv VF REGULAR", sans-serif;
  font-family: "Objektiv VF MEDIUM", sans-serif;
  color: var(--lasalle-green) !important;
  font-weight: normal;
}
.tip-van-de-makelaar .uk-slider-container {
  overflow: visible;
}
.tip-van-de-makelaar .panel-slider .uk-card {
  border-radius: 12px;
  border: 0;
  background: transparent;
  padding-block: 20px;
}
.tip-van-de-makelaar .panel-slider .uk-card img {
  border-radius: 50%;
  object-fit: cover;
  aspect-ratio: 1/1;
  max-width: 150px;
  max-height: 150px;
  z-index: 3;
  position: relative;
  transform: translateX(100%);
}
@media (max-width: 99.9375em) {
  .tip-van-de-makelaar .panel-slider .uk-card img {
    transform: translateX(80%);
  }
}
@media (max-width: 74.9375em) {
  .tip-van-de-makelaar .panel-slider .uk-card img {
    transform: translateX(60%);
  }
}
@media (max-width: 74.9375em) {
  .tip-van-de-makelaar .panel-slider .uk-card img {
    transform: translateX(60%);
    display: flex;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: -30px;
  }
}
@media (max-width: 59.9375em) {
  .tip-van-de-makelaar .panel-slider .uk-card img {
    transform: unset;
  }
}
.tip-van-de-makelaar .panel-slider .uk-card .uk-card-body {
  background: white;
  transform: translateX(0%);
  border-radius: inherit;
  border-radius: 10px;
  width: auto;
  box-shadow: 0px 1px 12px 5px rgba(17, 17, 26, 0.05), 0px 0px 8px rgba(17, 17, 26, 0.1);
  margin-block: 15px;
}
@media (max-width: 59.9375em) {
  .tip-van-de-makelaar .panel-slider .uk-card .uk-card-body {
    transform: translateX(0%);
    width: auto;
    margin-block: none;
    margin-inline: 70px;
  }
}
@media (max-width: 39.9375em) {
  .tip-van-de-makelaar .panel-slider .uk-card .uk-card-body {
    margin-inline: 30px;
  }
}
.tip-van-de-makelaar .panel-slider .uk-card .uk-card-body .el-title {
  padding-left: 65px;
}
@media (max-width: 74.9375em) {
  .tip-van-de-makelaar .panel-slider .uk-card .uk-card-body .el-title {
    padding-left: 100px;
  }
}
@media (max-width: 59.9375em) {
  .tip-van-de-makelaar .panel-slider .uk-card .uk-card-body .el-title {
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 39.9375em) {
  .tip-van-de-makelaar .panel-slider .uk-card .uk-card-body .el-title {
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    justify-content: center;
  }
}
.tip-van-de-makelaar .panel-slider .uk-card .uk-card-body .el-content {
  padding-left: 65px;
}
@media (max-width: 74.9375em) {
  .tip-van-de-makelaar .panel-slider .uk-card .uk-card-body .el-content {
    padding-left: 100px;
  }
}
@media (max-width: 59.9375em) {
  .tip-van-de-makelaar .panel-slider .uk-card .uk-card-body .el-content {
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 39.9375em) {
  .tip-van-de-makelaar .panel-slider .uk-card .uk-card-body .el-content {
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    justify-content: center;
  }
}
.tip-van-de-makelaar .panel-slider .uk-card p {
  font-size: clamp(0.9375rem, 0.896rem + 0.22vw, 1.0625rem);
  line-height: 1.3;
  font-family: "Objektiv VF REGULAR", sans-serif;
  color: var(--text-dark-green);
}
.tip-van-de-makelaar .panel-slider .uk-dotnav li a {
  background-color: var(--pale-teal);
}
.tip-van-de-makelaar .panel-slider .uk-dotnav li.uk-active a,
.tip-van-de-makelaar .panel-slider .uk-dotnav li a:hover {
  background-color: var(--lasalle-green);
}
.tip-van-de-makelaar .panel-slider .uk-dotnav {
  z-index: 5;
  position: relative;
}

.opsomming-links-social-feed-rechts {
  background-color: white;
  color: var(--text-dark-green);
}
.opsomming-links-social-feed-rechts h2 {
  font-size: clamp(1.25rem, 1rem + 1.33vw, 2rem);
  font-family: "Objektiv VF SEMIBOLD", sans-serif;
  color: var(--text-dark-green);
  font-weight: normal;
  font-family: "Objektiv VF SEMIBOLD", sans-serif;
}
.opsomming-links-social-feed-rechts .uk-nav-default .el-item:not(:last-child) {
  border-bottom: 1px var(--lasalle-green) dotted;
}
.opsomming-links-social-feed-rechts .uk-nav-default .el-link {
  font-size: clamp(0.9375rem, 0.896rem + 0.22vw, 1.0625rem);
  line-height: 1.3;
  font-family: "Objektiv VF REGULAR", sans-serif;
  font-size: clamp(1.125rem, 1.042rem + 0.44vw, 1.375rem);
  color: var(--lasalle-green);
  text-transform: none;
  gap: 10px;
  transition: color 0.2s ease, transform 0.2s ease;
  will-change: scale;
}
@media (max-width: 39.9375em) {
  .opsomming-links-social-feed-rechts .uk-nav-default .el-link {
    font-size: clamp(0.875rem, 0.813rem + 0.33vw, 1.0625rem);
  }
}
.opsomming-links-social-feed-rechts .uk-nav-default .el-link .uk-icon svg {
  color: var(--pale-teal);
}
@media (max-width: 39.9375em) {
  .opsomming-links-social-feed-rechts .uk-nav-default .el-link .uk-icon svg {
    max-width: 10px;
  }
}
.opsomming-links-social-feed-rechts .uk-nav-default .el-link .uk-icon svg polyline {
  stroke-width: 3px;
  stroke-linecap: round;
}
.opsomming-links-social-feed-rechts .uk-nav-default .el-link:hover, .opsomming-links-social-feed-rechts .uk-nav-default .el-link:hover .uk-icon svg {
  color: var(--lunar-green);
  transform: scale(1.03);
}
.opsomming-links-social-feed-rechts .uk-panel.tekstblok {
  margin-top: 0px !important;
  z-index: 5;
}
.opsomming-links-social-feed-rechts .uk-panel.tekstblok a {
  color: var(--viridian-green) !important;
}
.opsomming-links-social-feed-rechts .uk-panel.tekstblok a:hover {
  color: var(--lunar-green) !important;
}
.opsomming-links-social-feed-rechts .eapps-instagram-feed-posts-grid-load-more-container {
  display: none !important;
}
.opsomming-links-social-feed-rechts .es-widget {
  position: relative;
  z-index: 5;
}
.opsomming-links-social-feed-rechts .es-widget::after {
  content: "";
  position: absolute;
  bottom: -12%;
  left: -4%;
  width: 100%;
  height: 100%;
  background: rgba(231, 243, 236, 0.5);
  z-index: -1;
  border-radius: 10px;
}
@media (max-width: 59.9375em) {
  .opsomming-links-social-feed-rechts .es-widget::after {
    width: 110%;
  }
}
@media (max-width: 59.9375em) and (max-width: 39.9375em) {
  .opsomming-links-social-feed-rechts .es-widget::after {
    width: 110%;
    bottom: -18%;
  }
}

.uk-navbar-container {
  position: relative;
  z-index: 10;
}
.uk-navbar-container .uk-navbar-left {
  margin-inline-end: 10px;
}
.uk-navbar-container .uk-navbar-left img {
  max-height: 80px;
  margin-block-end: 10px;
}
.uk-navbar-container .uk-navbar-right {
  width: 100%;
  justify-content: flex-end;
  gap: clamp(0.3125rem, -3.438rem + 5vw, 1.25rem);
}
.uk-navbar-container .uk-navbar-right .uk-navbar-nav {
  gap: clamp(0.625rem, -4.375rem + 6.67vw, 1.875rem);
}
.uk-navbar-container .uk-navbar-right .uk-navbar-nav li a {
  font-size: clamp(0.9375rem, 0.896rem + 0.22vw, 1.0625rem);
  line-height: 1.3;
  font-family: "Objektiv VF REGULAR", sans-serif;
  text-transform: none;
  color: var(--lasalle-green);
  min-height: 50px !important;
  letter-spacing: normal;
}
.uk-navbar-container .uk-navbar-right .uk-navbar-nav li.uk-active a {
  font-family: "Objektiv VF BOLD", sans-serif;
}
.uk-navbar-container .uk-navbar-right .uk-button {
  color: var(--lasalle-green);
  border-radius: 5px;
  border: 1px solid var(--viridian-green);
  font-size: clamp(0.9375rem, 0.896rem + 0.22vw, 1.0625rem);
  line-height: 1.3;
  font-family: "Objektiv VF REGULAR", sans-serif;
  text-transform: none;
  padding-inline: 10px;
  padding-block: 10px;
  letter-spacing: normal;
  min-height: 50px;
  transition: all 0.3s ease-in-out;
  background-color: white;
}
.uk-navbar-container .uk-navbar-right .uk-button:hover {
  background-color: var(--harp-white);
  cursor: pointer;
}
.uk-navbar-container .uk-navbar-right .uk-button svg {
  width: 14px;
  height: 14px;
}
.uk-navbar-container .uk-navbar-right .uk-button svg path {
  fill: var(--lasalle-green);
}
.uk-navbar-container .uk-navbar-right select {
  color: var(--lasalle-green);
  border-radius: 5px;
  border: 1px solid var(--viridian-green);
  min-height: 50px;
  font-size: clamp(0.9375rem, 0.896rem + 0.22vw, 1.0625rem);
  line-height: 1.3;
  font-family: "Objektiv VF REGULAR", sans-serif;
  background-color: white;
  transition: all 0.3s ease-in-out;
}
.uk-navbar-container .uk-navbar-right select:hover {
  background-color: var(--harp-white);
  cursor: pointer;
}
.uk-navbar-container .uk-navbar-right .uk-navbar-toggle {
  min-height: 50px !important;
  width: 50px;
  border-radius: 5px;
  background: var(--harp-white) !important;
}
.uk-navbar-container .uk-navbar-right .uk-navbar-toggle .uk-icon svg {
  fill: var(--lasalle-green);
}

.uk-navbar-dropdown {
  top: 90px !important;
  left: 0 !important;
  width: 100vw !important;
  max-width: none !important;
  z-index: 8;
  padding-block: 50px;
  border-block: 1px solid #f4f4f4;
  box-shadow: 0px 0px 16px rgba(17, 17, 26, 0.1);
}
.uk-navbar-dropdown .nav-title {
  font-size: clamp(1.25rem, 1rem + 1.33vw, 2rem);
  font-family: "Objektiv VF SEMIBOLD", sans-serif;
  color: var(--pale-teal);
  line-height: 1;
  letter-spacing: normal;
  margin-block-end: 7px;
}
.uk-navbar-dropdown .dropdown-nav .uk-nav li {
  line-height: 1;
  letter-spacing: normal;
  font-size: clamp(1.25rem, 1rem + 1.33vw, 2rem);
  font-family: "Objektiv VF SEMIBOLD", sans-serif;
  transition: transform 0.2s ease;
  will-change: scale;
}
.uk-navbar-dropdown .dropdown-nav .uk-nav li:hover {
  transform: scale(1.03);
}
.uk-navbar-dropdown .dropdown-nav .uk-nav li a {
  font-size: 2.6875rem;
  color: var(--lasalle-green);
  font-family: "Objektiv VF SEMIBOLD", sans-serif;
  text-transform: none;
  padding-block: 7px;
  transition: color 0.2s ease;
}
.uk-navbar-dropdown .dropdown-nav .uk-nav li a:hover {
  color: var(--lunar-green);
}
.uk-navbar-dropdown .right_col .col1,
.uk-navbar-dropdown .right_col .col2 {
  position: relative !important;
}
.uk-navbar-dropdown .right_col .col1 .uk-button,
.uk-navbar-dropdown .right_col .col2 .uk-button {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 10;
  background-color: var(--marigold-yellow);
  color: var(--rust-dark);
  font-family: "Objektiv VF REGULAR", sans-serif;
  font-size: 1.0625rem;
  text-transform: none;
  border-radius: 5px;
  letter-spacing: 0px;
  padding-inline: 10px;
  padding-block-start: 4px;
  padding-block-end: 5px;
  line-height: 1;
  flex-direction: row-reverse;
  justify-content: space-between;
  gap: 5px;
}
.uk-navbar-dropdown .right_col .col1 .uk-button span,
.uk-navbar-dropdown .right_col .col2 .uk-button span {
  margin: 0px !important;
}
.uk-navbar-dropdown .right_col .col1 .uk-button span svg,
.uk-navbar-dropdown .right_col .col2 .uk-button span svg {
  width: 16px;
}
.uk-navbar-dropdown .right_col .col1 .uk-button:hover,
.uk-navbar-dropdown .right_col .col2 .uk-button:hover {
  background-color: var(--marigold-yellow);
  color: var(--rust-dark);
  border: 1px solid var(--marigold-yellow);
}
.uk-navbar-dropdown .right_col .col2 .button3 {
  position: relative;
  top: 10px;
}
.uk-navbar-dropdown .right_col .overlay1,
.uk-navbar-dropdown .right_col .overlay2,
.uk-navbar-dropdown .right_col .overlay3 {
  position: relative;
  max-height: 400px !important;
}
.uk-navbar-dropdown .right_col .overlay1 a,
.uk-navbar-dropdown .right_col .overlay2 a,
.uk-navbar-dropdown .right_col .overlay3 a {
  width: 100%;
  max-height: 400px;
}
.uk-navbar-dropdown .right_col .overlay1 img,
.uk-navbar-dropdown .right_col .overlay2 img,
.uk-navbar-dropdown .right_col .overlay3 img {
  width: 100%;
  max-height: 400px;
}
@media (max-width: 39.9375em) {
  .uk-navbar-dropdown .right_col .overlay1 img,
  .uk-navbar-dropdown .right_col .overlay2 img,
  .uk-navbar-dropdown .right_col .overlay3 img {
    max-height: 200px;
    object-fit: cover;
  }
}
.uk-navbar-dropdown .right_col .overlay1::before,
.uk-navbar-dropdown .right_col .overlay2::before,
.uk-navbar-dropdown .right_col .overlay3::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  z-index: 4;
  pointer-events: none;
}
.uk-navbar-dropdown .right_col .overlay1 .uk-panel.uk-padding-small,
.uk-navbar-dropdown .right_col .overlay2 .uk-panel.uk-padding-small,
.uk-navbar-dropdown .right_col .overlay3 .uk-panel.uk-padding-small {
  padding: 25px;
}
.uk-navbar-dropdown .right_col .overlay1 .el-title,
.uk-navbar-dropdown .right_col .overlay2 .el-title,
.uk-navbar-dropdown .right_col .overlay3 .el-title {
  font-size: 1.125rem;
  color: white;
  font-family: "Objektiv VF MEDIUM", sans-serif;
  line-height: 1.1;
  padding-block-end: 5px;
  position: relative;
  z-index: 5;
}
@media (max-width: 39.9375em) {
  .uk-navbar-dropdown .right_col .overlay1 .el-title,
  .uk-navbar-dropdown .right_col .overlay2 .el-title,
  .uk-navbar-dropdown .right_col .overlay3 .el-title {
    display: none;
  }
}
.uk-navbar-dropdown .right_col .overlay1 .el-meta,
.uk-navbar-dropdown .right_col .overlay2 .el-meta,
.uk-navbar-dropdown .right_col .overlay3 .el-meta {
  font-size: clamp(0.875rem, 0.813rem + 0.33vw, 1.0625rem);
  color: white;
  font-family: "Objektiv VF MEDIUM", sans-serif;
  font-size: 0.875rem;
  line-height: 1.1;
  position: relative;
  z-index: 5;
  padding-inline-start: 15px;
}
.uk-navbar-dropdown .right_col .overlay1 .el-meta::before,
.uk-navbar-dropdown .right_col .overlay2 .el-meta::before,
.uk-navbar-dropdown .right_col .overlay3 .el-meta::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-image: url("/images/YooTheme/icons/location-light.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.uk-navbar-dropdown .right_col .overlay1 {
  position: relative;
}
.uk-navbar-dropdown .right_col .overlay1 img {
  border-radius: 10px 0 0 10px;
}
@media (max-width: 59.9375em) {
  .uk-navbar-dropdown .right_col .overlay1 img {
    border-radius: 10px 10px 0 0;
  }
}
.uk-navbar-dropdown .right_col .overlay1::before {
  border-radius: 10px 0 0 10px;
}
@media (max-width: 59.9375em) {
  .uk-navbar-dropdown .right_col .overlay1::before {
    border-radius: 10px 10px 0 0;
  }
}
.uk-navbar-dropdown .right_col .overlay2,
.uk-navbar-dropdown .right_col .overlay3 {
  min-height: calc(50% - 10px) !important;
}
.uk-navbar-dropdown .right_col .overlay3 {
  margin-top: 10px !important;
}
.uk-navbar-dropdown .right_col .overlay3 img {
  height: 100%;
}
@media (max-width: 59.9375em) {
  .uk-navbar-dropdown .right_col .overlay3 img {
    border-radius: 0 0 0 10px;
  }
}
@media (max-width: 39.9375em) {
  .uk-navbar-dropdown .right_col .overlay3 img {
    border-radius: 0;
  }
}
@media (max-width: 59.9375em) {
  .uk-navbar-dropdown .right_col .overlay3::before {
    border-radius: 0 0 0 10px;
  }
}
@media (max-width: 39.9375em) {
  .uk-navbar-dropdown .right_col .overlay3::before {
    border-radius: 0;
  }
}
.uk-navbar-dropdown .right_col .uk-card {
  border-radius: 0 10px 10px 0;
  background: var(--antique-white);
  border: none !important;
  min-height: 100%;
  max-height: 400px;
}
.uk-navbar-dropdown .right_col .uk-card .uk-card-media-top {
  height: 50%;
}
@media (max-width: 59.9375em) {
  .uk-navbar-dropdown .right_col .uk-card {
    border-radius: 0 0 10px 0;
  }
}
@media (max-width: 39.9375em) {
  .uk-navbar-dropdown .right_col .uk-card {
    border-radius: 0 0 10px 10px;
  }
}
.uk-navbar-dropdown .right_col .uk-card img {
  border-radius: 0 10px 0 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 59.9375em) {
  .uk-navbar-dropdown .right_col .uk-card img {
    border-radius: 0;
  }
}
@media (max-width: 39.9375em) {
  .uk-navbar-dropdown .right_col .uk-card img {
    border-radius: 0;
    max-height: 200px;
    object-fit: cover;
  }
}
.uk-navbar-dropdown .right_col .uk-card .uk-card-body {
  gap: 0px;
  height: calc(50% - 40px);
  justify-content: center;
  display: flex;
  flex-direction: column;
}
@media (max-width: 99.9375em) {
  .uk-navbar-dropdown .right_col .uk-card .uk-card-body {
    padding: 20px;
  }
}
.uk-navbar-dropdown .right_col .uk-card .uk-card-body .el-content {
  font-size: clamp(1.125rem, 1.042rem + 0.44vw, 1.375rem);
  font-family: "Objektiv VF REGULAR", sans-serif;
  font-family: "Objektiv VF MEDIUM", sans-serif;
  line-height: 1.2;
  color: var(--lunar-green);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 99.9375em) {
  .uk-navbar-dropdown .right_col .uk-card .uk-card-body .el-content {
    font-size: 1.0625rem;
  }
}
.uk-navbar-dropdown .right_col .uk-card .uk-button {
  background-color: var(--lasalle-green);
  color: white;
  font-family: "Objektiv VF BOLD", sans-serif;
  font-size: 1.0625rem;
  text-transform: none;
  border-radius: 15px 5px;
  letter-spacing: 0px;
  padding-inline: 15px;
  padding-block: 12px;
  line-height: 1;
  transition: all 0.3s ease-in-out;
  border: none;
  position: relative;
  padding-inline-start: 35px;
  padding-block: 15px;
}
.uk-navbar-dropdown .right_col .uk-card .uk-button svg polyline {
  stroke-width: 3px;
  stroke-linecap: round;
}
.uk-navbar-dropdown .right_col .uk-card .uk-button:hover {
  background-color: var(--teal-green);
  color: white;
}
.uk-navbar-dropdown .right_col .uk-card .uk-button a:hover {
  text-decoration: none !important;
}
@media (max-width: 99.9375em) {
  .uk-navbar-dropdown .right_col .uk-card .uk-button {
    padding-block: 10px;
  }
}
.uk-navbar-dropdown .right_col .uk-card .uk-button::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 14px;
  background-image: url("/images/YooTheme/icons/arrow-r-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.tm-header-mobile .uk-navbar-left .uk-logo {
  align-items: flex-start;
}
.tm-header-mobile .uk-navbar-right {
  width: 40%;
}
.tm-header-mobile .uk-dropbar.uk-dropbar-top.uk-drop.uk-open .uk-panel li a {
  color: var(--lasalle-green);
  font-size: clamp(0.9375rem, 0.896rem + 0.22vw, 1.0625rem);
  line-height: 1.3;
  font-family: "Objektiv VF REGULAR", sans-serif;
  font-size: 1.25rem;
  text-transform: none;
}

#tm-dialog-mobile .submenu-toggle {
  background-color: red;
  position: relative;
  margin-block: 10px;
}
#tm-dialog-mobile .submenu-toggle::after {
  content: "" !important;
  position: absolute;
  right: -50%;
  transform: translateX(-50%);
  top: 50%;
  transform: translateY(-50%);
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("/images/YooTheme/icons/plusdark.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border: none !important;
  background-color: transparent !important;
}
#tm-dialog-mobile .submenu-toggle[aria-expanded=true]::after {
  background-image: url("/images/YooTheme/icons/mindark.svg");
}
#tm-dialog-mobile .uk-nav-sub li a {
  color: var(--pale-teal);
  font-size: 1.25rem;
  padding-block: 8px;
}
#tm-dialog-mobile select {
  color: var(--lasalle-green);
  border-radius: 5px;
  border: 1px solid var(--viridian-green);
  min-height: 50px;
  font-size: clamp(0.9375rem, 0.896rem + 0.22vw, 1.0625rem);
  line-height: 1.3;
  font-family: "Objektiv VF REGULAR", sans-serif;
  background-color: white;
  transition: all 0.3s ease-in-out;
}
#tm-dialog-mobile select:hover {
  background-color: var(--harp-white);
  cursor: pointer;
}
#tm-dialog-mobile .uk-button {
  color: var(--lasalle-green);
  border-radius: 5px;
  border: 1px solid var(--viridian-green);
  font-size: clamp(0.9375rem, 0.896rem + 0.22vw, 1.0625rem);
  line-height: 1.3;
  font-family: "Objektiv VF REGULAR", sans-serif;
  text-transform: none;
  padding-inline: 10px;
  padding-block: 10px;
  letter-spacing: normal;
  min-height: 50px;
  transition: all 0.3s ease-in-out;
  background-color: white;
}
#tm-dialog-mobile .uk-button:hover {
  background-color: var(--harp-white);
  cursor: pointer;
}
#tm-dialog-mobile .uk-button svg {
  width: 14px;
  height: 14px;
}
#tm-dialog-mobile .uk-button svg path {
  fill: var(--lasalle-green);
}

main {
  /* ensure smooth blur transition */
  transition: filter 0.35s cubic-bezier(0.2, 0.9, 0.2, 1), -webkit-filter 0.35s cubic-bezier(0.2, 0.9, 0.2, 1);
  -webkit-transition: -webkit-filter 0.35s cubic-bezier(0.2, 0.9, 0.2, 1);
  will-change: filter;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  /* optional                : promote to its own layer for smoother animations */
  transform: translateZ(0);
  /* prepare dim overlay for smooth opacity transition */
  /* ensure children are on a higher stacking context than the overlay */
}
main::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.24);
  /* final dim color */
  opacity: 0;
  /* start hidden */
  transition: opacity 0.35s cubic-bezier(0.2, 0.9, 0.2, 1);
  /* match blur timing */
  pointer-events: none;
  z-index: 2;
  will-change: opacity;
}
main > * {
  position: relative;
  z-index: 1;
}

main.blurred-by-nav {
  filter: blur(14px) brightness(0.8);
  -webkit-filter: blur(14px) brightness(0.8);
  transition: filter 0.5s cubic-bezier(0.2, 0.9, 0.2, 1);
  will-change: filter, opacity;
  position: relative;
  /* fade the overlay in */
}
main.blurred-by-nav::after {
  opacity: 1;
}

#search-tm-3-search .tm-height-min-1-1 {
  align-items: center;
  justify-content: center;
}
#search-tm-3-search #search-tm-3 {
  max-width: 600px;
}
#search-tm-3-search .uk-search-input {
  border-bottom: 1px solid var(--pale-teal) !important;
  color: var(--text-dark-green);
  font-family: "Objektiv VF REGULAR", sans-serif;
}
#search-tm-3-search .uk-search-input::placeholder {
  color: var(--pale-teal);
  font-family: "Objektiv VF REGULAR", sans-serif;
}

.team {
  background-color: white;
}
.team h3 {
  font-size: clamp(1.25rem, 1rem + 1.33vw, 2rem);
  font-family: "Objektiv VF SEMIBOLD", sans-serif;
  font-family: "Objektiv VF MEDIUM", sans-serif;
}
.team h4 {
  font-size: clamp(1.125rem, 1.042rem + 0.44vw, 1.375rem);
  font-family: "Objektiv VF REGULAR", sans-serif;
  color: var(--lasalle-green);
  text-transform: none;
  letter-spacing: normal;
  font-family: "Objektiv VF MEDIUM", sans-serif;
}
.team p {
  font-size: clamp(0.9375rem, 0.896rem + 0.22vw, 1.0625rem);
  line-height: 1.3;
  font-family: "Objektiv VF REGULAR", sans-serif;
}
.team img {
  border-radius: 10px;
}
.team .uk-card-default {
  border-radius: 10px;
  min-width: 0;
}
.team .uk-card-default.panel-1 {
  border-color: var(--pale-teal);
  padding-inline: 100px;
}
.team .uk-card-default.panel-1 h3 {
  color: var(--pale-teal);
  font-family: "Objektiv VF SEMIBOLD", sans-serif;
}
.team .uk-card-default.panel-1 p {
  color: var(--lunar-green);
}
@media (max-width: 59.9375em) {
  .team .uk-card-default.panel-1 {
    padding-inline: 35px;
  }
}
.team .uk-card-default.panel-2 {
  border-color: transparent;
  background-color: var(--harp-white);
  max-height: none;
}
.team .uk-card-default.panel-2 .uk-card-media-left {
  height: 100%;
}
.team .uk-card-default.panel-2 .uk-card-media-top {
  width: 100%;
}
.team .uk-card-default.panel-2 img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 59.9375em) {
  .team .uk-card-default.panel-2 img {
    width: 100%;
    max-height: 400px;
    object-fit: cover;
    object-position: center 40%;
  }
}
.team .uk-card-default.panel-2 h3 {
  color: var(--lasalle-green);
  padding-top: 5px;
}
@media (max-width: 59.9375em) {
  .team .uk-card-default.panel-2 h3 {
    padding-inline: 35px;
  }
}
@media (max-width: 39.9375em) {
  .team .uk-card-default.panel-2 h3 {
    padding-inline: 5px;
  }
}
.team .uk-card-default.panel-2 p {
  color: var(--lunar-green);
}
@media (max-width: 59.9375em) {
  .team .uk-card-default.panel-2 p {
    padding-inline: 35px;
  }
}
@media (max-width: 39.9375em) {
  .team .uk-card-default.panel-2 p {
    padding-inline: 5px;
  }
}
.team .uk-card-default.panel-2 .el-meta {
  color: var(--lunar-green);
  font-size: 1.125rem;
  text-transform: none;
  letter-spacing: normal;
  font-family: "Objektiv VF REGULAR", sans-serif;
}
@media (max-width: 59.9375em) {
  .team .uk-card-default.panel-2 .el-meta {
    padding-inline: 35px;
  }
}
@media (max-width: 39.9375em) {
  .team .uk-card-default.panel-2 .el-meta {
    padding-inline: 5px;
  }
}
.team .uk-card-default .uk-panel:not(:last-child) p {
  color: var(--lunar-green);
  font-size: 1.125rem;
}
.team .uk-card-default .uk-panel.work-hours p {
  color: var(--lunar-green);
  font-size: clamp(0.875rem, 0.813rem + 0.33vw, 1.0625rem);
}
.team .uk-position-cover {
  overflow: hidden;
  position: relative;
}
.team .uk-overlay {
  border-radius: 10px;
  background-color: rgba(0, 113, 49, 0.5);
  color: white;
  backdrop-filter: blur(0px);
  -webkit-backdrop-filter: blur(0px);
  transition: all 0.3s ease-in-out;
}
.team .uk-transition-toggle {
  border-radius: 10px;
}
.team .kantoortijden .el-title,
.team .kantoortijden .el-meta {
  font-size: clamp(0.9375rem, 0.896rem + 0.22vw, 1.0625rem);
  line-height: 1.3;
  font-family: "Objektiv VF REGULAR", sans-serif;
  color: var(--text-dark-green);
}
.team .kantoortijden .el-title {
  font-family: "Objektiv VF SEMIBOLD", sans-serif;
}

.woning-kopen {
  background-color: white;
}
.woning-kopen .uk-container {
  margin-right: auto !important;
}
.woning-kopen .uk-container.uk-container-xlarge {
  max-width: 1400px;
}
@media (min-width: 75em) {
  .woning-kopen .uk-container {
    padding-inline: 0px;
  }
}
@media (max-width: 39.9375em) {
  .woning-kopen .uk-panel.uk-margin .uk-grid-row-collapse.uk-grid-stack {
    margin-inline-start: 0px;
  }
}
@media (max-width: 59.9375em) {
  .woning-kopen .uk-panel.uk-margin .uk-grid-row-collapse.uk-grid-stack .topcol {
    padding-inline-end: 0px;
  }
}
@media (max-width: 39.9375em) {
  .woning-kopen .uk-panel.uk-margin .uk-grid-row-collapse.uk-grid-stack .topcol {
    padding-left: 0px;
  }
}
@media (max-width: 59.9375em) {
  .woning-kopen .uk-panel.uk-margin .uk-grid-row-collapse.uk-grid-stack .bottomcol {
    padding-inline: 20px;
    padding-left: 40px;
  }
  .woning-kopen .uk-panel.uk-margin .uk-grid-row-collapse.uk-grid-stack .bottomcol .uk-panel {
    padding-inline-start: 0px;
    padding-inline-end: 0px;
  }
}
@media (max-width: 39.9375em) {
  .woning-kopen .uk-panel.uk-margin .uk-grid-row-collapse.uk-grid-stack .bottomcol {
    padding-left: 0px;
    padding-inline-end: 0px;
  }
  .woning-kopen .uk-panel.uk-margin .uk-grid-row-collapse.uk-grid-stack .bottomcol .uk-panel {
    padding: 0px;
  }
}
.woning-kopen .uk-panel.uk-margin .text-class {
  position: relative;
  z-index: 1;
  padding-top: 30px;
  padding-bottom: 35px;
  padding-inline-end: 50px;
}
@media (max-width: 59.9375em) {
  .woning-kopen .uk-panel.uk-margin .text-class {
    padding-inline-start: 60px;
    padding-inline-end: 60px;
  }
}
.woning-kopen .uk-panel.uk-margin .text-class::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 92%;
  inset: 0;
  background: #F6F1D0;
  z-index: -1;
  border-radius: 0px 10px 10px 0px;
  top: 4%;
}
@media (max-width: 59.9375em) {
  .woning-kopen .uk-panel.uk-margin .text-class::before {
    left: 0;
    right: 0;
    top: -10px;
    bottom: auto;
    height: 100%;
    width: 120%;
  }
}
@media (max-width: 39.9375em) {
  .woning-kopen .uk-panel.uk-margin .text-class::before {
    left: -10%;
    right: 0;
    top: -10px;
    bottom: auto;
    height: 100%;
    width: 120%;
  }
}
.woning-kopen .el-image {
  border-radius: 10px;
  transform: translateX(1%);
  position: relative;
  z-index: 2;
}
@media (max-width: 59.9375em) {
  .woning-kopen .el-image {
    transform: translateX(0%);
  }
}
.woning-kopen h2 {
  font-size: clamp(1.5rem, 1.104rem + 2.11vw, 2.6875rem);
  font-family: "Objektiv VF SEMIBOLD", sans-serif;
  color: var(--lasalle-green);
  font-family: "Objektiv VF SEMIBOLD", sans-serif;
}
.woning-kopen p {
  font-size: clamp(0.9375rem, 0.896rem + 0.22vw, 1.0625rem);
  line-height: 1.3;
  font-family: "Objektiv VF REGULAR", sans-serif;
  color: var(--lasalle-green);
}
.woning-kopen .uk-card-default {
  border-radius: 10px;
  box-shadow: 0px 6px 8px rgba(17, 17, 26, 0.07), 0px 0px 8px rgba(17, 17, 26, 0.1);
  border: none;
}
@media (max-width: 59.9375em) {
  .woning-kopen .uk-card-default {
    box-shadow: 0px 6px 8px rgba(17, 17, 26, 0.07), 0px 0px 8px rgba(17, 17, 26, 0.1), 8px 0px 16px rgba(17, 17, 26, 0.08);
  }
}
.woning-kopen .uk-slider-container {
  border-radius: 10px;
  border: 0;
}
.woning-kopen .uk-slider-container::after {
  content: "";
  background: linear-gradient(to left, white, transparent);
  position: absolute;
  top: 0px;
  right: 0px;
  width: 250px;
  height: 100%;
}
@media (max-width: 59.9375em) {
  .woning-kopen .uk-slider-container::after {
    display: none;
  }
}
.woning-kopen .uk-slider-container h3 {
  font-size: clamp(1.125rem, 1.042rem + 0.44vw, 1.375rem);
  font-family: "Objektiv VF REGULAR", sans-serif;
  font-family: "Objektiv VF MEDIUM", sans-serif;
  color: var(--lasalle-green);
  padding-inline-start: 35px;
  position: relative;
}
.woning-kopen .uk-slider-container h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url("/images/YooTheme/icons/arrow-r.svg") no-repeat center center;
  background-size: contain;
}
.woning-kopen .uk-slider-container p {
  font-size: clamp(0.9375rem, 0.896rem + 0.22vw, 1.0625rem);
  line-height: 1.3;
  font-family: "Objektiv VF REGULAR", sans-serif;
  color: var(--lunar-green);
}
.woning-kopen .uk-slider-container .el-item {
  margin-bottom: 30px;
  margin-block-start: 10px;
  margin-inline-start: 20px;
}
@media (max-width: 59.9375em) {
  .woning-kopen .uk-slider-container .el-item {
    margin-inline-end: 20px;
  }
}
.woning-kopen .uk-slider-container .el-item h3 {
  font-size: clamp(1.125rem, 1.042rem + 0.44vw, 1.375rem);
  font-family: "Objektiv VF REGULAR", sans-serif;
  font-family: "Objektiv VF MEDIUM", sans-serif;
  color: var(--lasalle-green);
}
.woning-kopen .el-slidenav svg {
  display: none !important;
}
.woning-kopen .el-slidenav.uk-slidenav-next {
  position: relative;
}
.woning-kopen .el-slidenav.uk-slidenav-next::before {
  content: "";
  position: absolute;
  left: -110%;
  top: 50%;
  transform: translateY(-50%);
  width: 39px;
  height: 39px;
  background: url("/images/YooTheme/icons/green_next.svg") no-repeat center center;
  background-size: contain;
}
.woning-kopen a.el-content.uk-button {
  background-color: var(--golden-yellow);
  color: var(--rust-dark);
  font-family: "Objektiv VF BOLD", sans-serif;
  font-size: 1.0625rem;
  text-transform: none;
  border-radius: 15px 5px;
  letter-spacing: 0px;
  padding-inline: 15px;
  padding-block: 12px;
  line-height: 1;
  transition: all 0.3s ease-in-out;
}
.woning-kopen a.el-content.uk-button svg polyline {
  stroke-width: 3px;
  stroke-linecap: round;
}
.woning-kopen a.el-content.uk-button:hover {
  background-color: var(--marigold-yellow);
  color: var(--rust-dark);
  border-color: transparent;
}
.woning-kopen a.el-content.uk-button a:hover {
  text-decoration: none !important;
}
@media (min-width: 60em) {
  .woning-kopen .uk-dotnav {
    display: none;
  }
}
.woning-kopen .uk-dotnav li a {
  background-color: var(--pale-teal);
}
.woning-kopen .uk-dotnav li.uk-active a,
.woning-kopen .uk-dotnav li a:hover {
  background-color: var(--lasalle-green);
}

.woning-verkopen {
  position: relative;
  background-color: white;
  z-index: 5;
}
.woning-verkopen::after {
  content: "";
  position: absolute;
  top: 0%;
  left: 0;
  width: 100%;
  height: 50%;
  background: var(--harp-white);
  z-index: -1;
}
.woning-verkopen h2 {
  font-size: clamp(1.5rem, 1.104rem + 2.11vw, 2.6875rem);
  font-family: "Objektiv VF SEMIBOLD", sans-serif;
  color: var(--pale-teal);
  font-family: "Objektiv VF SEMIBOLD", sans-serif;
}
.woning-verkopen h3 {
  font-size: clamp(1.125rem, 1.042rem + 0.44vw, 1.375rem);
  font-family: "Objektiv VF REGULAR", sans-serif;
  font-family: "Objektiv VF MEDIUM", sans-serif;
  color: var(--lasalle-green);
}
.woning-verkopen p {
  font-size: clamp(0.9375rem, 0.896rem + 0.22vw, 1.0625rem);
  line-height: 1.3;
  font-family: "Objektiv VF REGULAR", sans-serif;
  color: var(--lasalle-green);
}
.woning-verkopen .uk-background-contain {
  margin-inline: 100px;
}
.woning-verkopen .uk-grid-margin.uk-container.uk-container-large {
  position: relative;
  background: url("/images/Rectangle Copy 6.jpg") no-repeat center center;
  padding-block: 80px;
  padding-inline: 65px;
  border-radius: 10px;
  margin-inline: 0px;
}
@media (max-width: 59.9375em) {
  .woning-verkopen .uk-grid-margin.uk-container.uk-container-large {
    background: none;
    padding-block: 40px;
    padding-inline: 40px;
  }
}
@media (max-width: 39.9375em) {
  .woning-verkopen .uk-grid-margin.uk-container.uk-container-large {
    padding-block-start: 20px;
    padding-inline: 0px;
  }
}
.woning-verkopen .uk-container.uk-container-large .uk-grid h2.uk-text-center {
  margin-bottom: -25px;
}
@media (max-width: 59.9375em) {
  .woning-verkopen .uk-container.uk-container-large {
    position: relative;
    background: url("/images/Rectangle Copy 6.jpg") no-repeat center center;
    background-size: cover;
  }
}
.woning-verkopen .uk-card-default {
  border: none;
  border-radius: 10px;
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .woning-verkopen .uk-card-default {
    padding-inline-end: 80px;
  }
}
.woning-verkopen .uk-slider-container {
  border-radius: 10px;
  border: 0;
  width: 150%;
  order: 2;
}
@media (max-width: 59.9375em) {
  .woning-verkopen .uk-slider-container {
    margin-top: 50px;
    margin-bottom: 30px;
    overflow: hidden;
    width: 100%;
  }
}
.woning-verkopen .uk-slider-container::after {
  content: "";
  background: linear-gradient(to left, white, transparent);
  position: absolute;
  top: 0px;
  right: 0px;
  width: 400px;
  height: 100%;
  transform: translateX(80%);
  order: 2;
}
@media (min-width: 960px) and (max-width: 1199px) {
  .woning-verkopen .uk-slider-container::after {
    content: "";
    background: linear-gradient(to left, white, transparent);
    position: absolute;
    top: 0px;
    right: 0px;
    width: 400px;
    height: 100%;
    transform: translateX(35%);
  }
}
@media (max-width: 59.9375em) {
  .woning-verkopen .uk-slider-container::after {
    display: none;
  }
}
.woning-verkopen .uk-slider-container h3 {
  font-size: clamp(1.125rem, 1.042rem + 0.44vw, 1.375rem);
  font-family: "Objektiv VF REGULAR", sans-serif;
  font-family: "Objektiv VF MEDIUM", sans-serif;
  color: var(--lasalle-green);
  padding-inline-start: 35px;
  position: relative;
}
.woning-verkopen .uk-slider-container h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url("/images/YooTheme/icons/arrow-r.svg") no-repeat center center;
  background-size: contain;
}
.woning-verkopen .uk-slider-container p {
  font-size: clamp(0.9375rem, 0.896rem + 0.22vw, 1.0625rem);
  line-height: 1.3;
  font-family: "Objektiv VF REGULAR", sans-serif;
  color: var(--lunar-green);
}
.woning-verkopen .el-slidenav svg {
  display: none !important;
}
.woning-verkopen .el-slidenav.uk-slidenav-next {
  position: relative;
  right: 0;
  transform: translateX(clamp(3.125rem, -47.25rem + 52vw, 11.25rem));
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .woning-verkopen .el-slidenav.uk-slidenav-next {
    transform: translateX(100%);
  }
}
.woning-verkopen .el-slidenav.uk-slidenav-next::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(100%, -50%);
  width: 39px;
  height: 39px;
  background: url("/images/YooTheme/icons/green_next.svg") no-repeat center center;
  background-size: contain;
}
@media (min-width: 960px) and (max-width: 1199px) {
  .woning-verkopen .el-slidenav.uk-slidenav-next::before {
    transform: translate(80%, -50%);
  }
}
@media (min-width: 60em) {
  .woning-verkopen .uk-dotnav {
    display: none;
  }
}
.woning-verkopen .uk-dotnav li a {
  background-color: var(--pale-teal);
}
.woning-verkopen .uk-dotnav li.uk-active a,
.woning-verkopen .uk-dotnav li a:hover {
  background-color: var(--lasalle-green);
}
.woning-verkopen a.el-content.uk-button {
  background-color: var(--golden-yellow);
  color: var(--rust-dark);
  font-family: "Objektiv VF BOLD", sans-serif;
  font-size: 1.0625rem;
  text-transform: none;
  border-radius: 15px 5px;
  letter-spacing: 0px;
  padding-inline: 15px;
  padding-block: 12px;
  line-height: 1;
  transition: all 0.3s ease-in-out;
}
.woning-verkopen a.el-content.uk-button svg polyline {
  stroke-width: 3px;
  stroke-linecap: round;
}
.woning-verkopen a.el-content.uk-button:hover {
  background-color: var(--marigold-yellow);
  color: var(--rust-dark);
  border-color: transparent;
}
.woning-verkopen a.el-content.uk-button a:hover {
  text-decoration: none !important;
}
.woning-verkopen joomla-hidden-mail a {
  color: var(--rust-dark) !important;
}

.detail_section .favarticle {
  position: absolute;
  right: 40px;
  top: 20px;
}
@media (max-width: 74.9375em) {
  .detail_section .favarticle {
    top: 10px;
    right: 40px;
  }
}
@media (max-width: 59.9375em) {
  .detail_section .favarticle {
    right: 30px;
  }
}
.detail_section .favarticle .kick-faved svg path {
  fill: white;
  stroke-width: 2px;
}
.detail_section .favarticle .kick-faved.faved svg path {
  fill: #CC5766;
  stroke: #ffffff;
}
.detail_section h2 {
  font-size: clamp(1.25rem, 1rem + 1.33vw, 2rem);
  font-family: "Objektiv VF SEMIBOLD", sans-serif;
  color: var(--pale-teal);
}
.detail_section .fs-unfold p,
.detail_section .fs-unfold div {
  font-size: clamp(0.9375rem, 0.896rem + 0.22vw, 1.0625rem);
  line-height: 1.3;
  font-family: "Objektiv VF REGULAR", sans-serif;
  color: var(--lunar-green);
}
@media (min-width: 60em) {
  .detail_section .fs-unfold.fs-unfold-expanded {
    margin-block-end: 100px !important;
  }
}
.detail_section .el-link {
  font-size: clamp(0.875rem, 0.813rem + 0.33vw, 1.0625rem);
  font-family: "Objektiv VF REGULAR", sans-serif;
  color: var(--lunar-green);
  text-decoration: underline;
}
.detail_section .detailcardsticky {
  display: flex;
  justify-content: center;
}
@media (max-width: 59.9375em) {
  .detail_section .detailcardsticky {
    margin-block-end: 120px;
  }
}
@media (max-width: 39.9375em) {
  .detail_section .detailcardsticky {
    margin-block-end: 240px;
  }
}
.detail_section .detailcardsticky .uk-card-default {
  box-shadow: 0px 1px 12px 5px rgba(17, 17, 26, 0.05), 0px 0px 8px rgba(17, 17, 26, 0.1);
  border: none;
  max-width: 500px;
}
.detail_section .detailcardsticky .uk-card-default .tekstblok {
  font-size: clamp(1.125rem, 1.042rem + 0.44vw, 1.375rem);
  font-family: "Objektiv VF REGULAR", sans-serif;
  color: var(--lasalle-green);
}
.detail_section .detailcardsticky .uk-card-default .imagerow {
  justify-content: center;
  padding-inline-start: 30px;
  transform-origin: center center;
  flex-wrap: nowrap;
}
.detail_section .detailcardsticky .uk-card-default .imagerow img {
  border-radius: 50%;
  aspect-ratio: 1/1;
  object-fit: cover;
  max-width: 50px;
}
@media (min-width: 75em) {
  .detail_section .detailcardsticky .uk-card-default .imagerow {
    scale: 1.3;
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .detail_section .detailcardsticky .uk-card-default .imagerow {
    transform: scale(1.2);
  }
}
@media (max-width: 639px) {
  .detail_section .detailcardsticky .uk-card-default .imagerow {
    padding-inline-start: 15px;
    transform: scale(0.8);
  }
}
@media (max-width: 639px) {
  .detail_section .detailcardsticky .uk-card-default .imagerow {
    padding-inline-start: 15px;
  }
}
.detail_section .detailcardsticky .uk-card-default .imagerow .photocol:nth-child(1) {
  position: relative;
  left: 10px;
  z-index: 5;
}
@media (max-width: 639px) {
  .detail_section .detailcardsticky .uk-card-default .imagerow .photocol:nth-child(1) {
    left: 5px;
  }
}
.detail_section .detailcardsticky .uk-card-default .imagerow .photocol:nth-child(2) {
  z-index: 4;
}
@media (max-width: 639px) {
  .detail_section .detailcardsticky .uk-card-default .imagerow .photocol:nth-child(2) {
    left: 5px;
  }
}
.detail_section .detailcardsticky .uk-card-default .imagerow .photocol:nth-child(3) {
  position: relative;
  left: -15px;
  z-index: 3;
}
@media (max-width: 639px) {
  .detail_section .detailcardsticky .uk-card-default .imagerow .photocol:nth-child(3) {
    left: -5px;
  }
}
.detail_section .detailcardsticky .uk-card-default .imagerow .photocol:nth-child(4) {
  position: relative;
  left: -30px;
  z-index: 2;
}
@media (max-width: 639px) {
  .detail_section .detailcardsticky .uk-card-default .imagerow .photocol:nth-child(4) {
    left: -10px;
  }
}
.detail_section .detailcardsticky .uk-card-default .imagerow .photocol:nth-child(5) {
  position: relative;
  left: -40px;
  z-index: 1;
}
@media (max-width: 639px) {
  .detail_section .detailcardsticky .uk-card-default .imagerow .photocol:nth-child(5) {
    left: -15px;
  }
}
.detail_section .detailcardsticky .uk-card-default .imagerow .photocol {
  display: flex;
  flex-grow: inherit;
  width: 50px;
}
.detail_section .uk-container-large {
  max-width: 1500px;
}
.detail_section .grid .fs-grid {
  background-color: var(--harp-white);
  border-radius: 10px;
  padding: 60px;
  padding-block-start: 10px;
}
@media (max-width: 74.9375em) {
  .detail_section .grid .fs-grid {
    padding: 40px;
    padding-block-start: 5px;
  }
}
@media (max-width: 39.9375em) {
  .detail_section .grid .fs-grid {
    width: 90%;
    padding: 20px;
    padding-block-start: 0px;
  }
}
.detail_section .grid .fs-grid .fs-filter-grid {
  position: relative;
}
.detail_section .grid .fs-grid .fs-filter-grid .fs-filter-grid-left-cell {
  position: absolute;
  left: 0px;
  top: 0;
  transform: translateY(-100px);
  z-index: 2;
  flex-wrap: nowrap;
}
@media (max-width: 99.9375em) {
  .detail_section .grid .fs-grid .fs-filter-grid .fs-filter-grid-left-cell {
    transform: translateY(-120px);
  }
}
@media (max-width: 74.9375em) {
  .detail_section .grid .fs-grid .fs-filter-grid .fs-filter-grid-left-cell {
    transform: translateY(-120px);
  }
}
@media (max-width: 39.9375em) {
  .detail_section .grid .fs-grid .fs-filter-grid .fs-filter-grid-left-cell {
    transform: translateY(-220px);
    padding-inline-start: 60px;
  }
}
.detail_section .grid .fs-grid .fs-filter-grid .fs-filter-grid-left-cell .fs-grid-filter-tags {
  padding-inline-start: 0px;
  margin-inline-start: -20px;
}
.detail_section .grid .fs-grid .fs-filter-grid .fs-filter-grid-left-cell .fs-grid-filter-tags .el-nav {
  flex-wrap: nowrap;
}
@media (max-width: 99.9375em) {
  .detail_section .grid .fs-grid .fs-filter-grid .fs-filter-grid-left-cell .fs-grid-filter-tags .el-nav {
    max-width: 800px;
    flex-wrap: wrap;
    row-gap: 10px;
  }
}
@media (max-width: 39.9375em) {
  .detail_section .grid .fs-grid .fs-filter-grid .fs-filter-grid-left-cell .fs-grid-filter-tags .el-nav {
    width: 100%;
  }
}
@media (max-width: 39.9375em) {
  .detail_section .grid .fs-grid .fs-filter-grid .fs-filter-grid-left-cell .fs-grid-filter-tags .el-nav li {
    width: 100%;
  }
}
.detail_section .grid .fs-grid .fs-filter-grid .fs-filter-grid-left-cell .fs-grid-filter-tags .el-nav li a {
  position: relative;
  padding-inline-start: 30px;
  font-size: clamp(1.125rem, 1.042rem + 0.44vw, 1.375rem);
  font-family: "Objektiv VF REGULAR", sans-serif;
  color: var(--pale-teal);
  text-transform: none;
  letter-spacing: normal;
  transition: none;
}
@media (max-width: 39.9375em) {
  .detail_section .grid .fs-grid .fs-filter-grid .fs-filter-grid-left-cell .fs-grid-filter-tags .el-nav li a {
    width: 100%;
    justify-content: flex-start;
  }
}
.detail_section .grid .fs-grid .fs-filter-grid .fs-filter-grid-left-cell .fs-grid-filter-tags .el-nav li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
}
.detail_section .grid .fs-grid .fs-filter-grid .fs-filter-grid-left-cell .fs-grid-filter-tags .el-nav li.uk-active a {
  color: var(--lasalle-green);
  border: none;
}
.detail_section .grid .fs-grid .fs-filter-grid .fs-filter-grid-left-cell .fs-grid-filter-tags .el-nav li:hover a {
  color: var(--lunar-green);
  border: none;
}
.detail_section .grid .fs-grid .fs-filter-grid .fs-filter-grid-left-cell .fs-grid-filter-tags .el-nav li:nth-child(1) a::before {
  background-image: url("/images/YooTheme/icons/features.svg");
}
.detail_section .grid .fs-grid .fs-filter-grid .fs-filter-grid-left-cell .fs-grid-filter-tags .el-nav li:nth-child(2) a::before {
  background-image: url("/images/YooTheme/icons/photos-dark.svg");
}
.detail_section .grid .fs-grid .fs-filter-grid .fs-filter-grid-left-cell .fs-grid-filter-tags .el-nav li:nth-child(3) a::before {
  background-image: url("/images/YooTheme/icons/map.svg");
}
.detail_section .grid .fs-grid .fs-filter-grid .fs-filter-grid-left-cell .fs-grid-filter-tags .el-nav li:nth-child(4) a::before {
  background-image: url("/images/YooTheme/icons/downloads.svg");
}
.detail_section .grid .fs-grid .fs-filter-grid .fs-filter-grid-left-cell .fs-grid-filter-tags .el-nav li:nth-child(5) a::before {
  background-image: url("/images/YooTheme/icons/location-dark.svg");
}
.detail_section .grid .fs-grid .el-title,
.detail_section .grid .fs-grid .el-content,
.detail_section .grid .fs-grid .tekstblok {
  font-size: clamp(0.9375rem, 0.896rem + 0.22vw, 1.0625rem);
  line-height: 1.3;
  font-family: "Objektiv VF REGULAR", sans-serif;
  color: var(--lasalle-green);
}
.detail_section .grid .fs-grid h4 {
  font-size: clamp(1.125rem, 1.042rem + 0.44vw, 1.375rem);
  font-family: "Objektiv VF REGULAR", sans-serif;
  color: var(--lasalle-green);
  text-transform: none;
  letter-spacing: normal;
}
.detail_section .grid .fs-grid table tr:hover {
  background-color: transparent;
}
.detail_section .grid .fs-grid #fullgallery .uk-button,
.detail_section .grid .fs-grid #plattegrond .uk-button {
  display: none;
}
.detail_section .grid .fs-grid .uk-card-default {
  border: none;
  border-radius: 10px;
}
.detail_section .grid .fs-grid .uk-card-default svg {
  color: var(--lasalle-green);
}
.detail_section .grid .fs-grid .uk-card-default .el-title {
  font-size: clamp(1.125rem, 1.042rem + 0.44vw, 1.375rem);
  font-family: "Objektiv VF REGULAR", sans-serif;
  color: var(--lasalle-green);
  text-transform: none;
  letter-spacing: normal;
}
.detail_section .grid .fs-grid .uk-card-default .uk-text-meta {
  font-size: clamp(0.9375rem, 0.896rem + 0.22vw, 1.0625rem);
  line-height: 1.3;
  font-family: "Objektiv VF REGULAR", sans-serif;
  color: var(--lunar-green);
  text-transform: none;
  letter-spacing: normal;
}
.detail_section .grid .fs-grid .uk-card-default .uk-button {
  background-color: white;
  color: var(--lasalle-green);
  font-family: "Objektiv VF BOLD", sans-serif;
  font-size: 1.0625rem;
  text-transform: none;
  border-radius: 5px;
  letter-spacing: 0px;
  padding-inline: 15px;
  padding-block: 12px;
  line-height: 1;
  transition: all 0.3s ease-in-out;
  border: 1px solid var(--pale-teal);
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
.detail_section .grid .fs-grid .uk-card-default .uk-button a {
  color: var(--lasalle-green);
  transition: all 0.3s ease-in-out;
}
.detail_section .grid .fs-grid .uk-card-default .uk-button:hover {
  background-color: var(--pale-teal);
  border: 1px solid var(--pale-teal);
}
.detail_section .grid .fs-grid .uk-card-default .uk-button:hover a {
  color: white;
  text-decoration: none;
}
.detail_section .grid .fs-grid .fs-switcher__nav li a {
  background-color: white;
  color: var(--lasalle-green);
  font-family: "Objektiv VF BOLD", sans-serif;
  font-size: 1.0625rem;
  text-transform: none;
  border-radius: 5px;
  letter-spacing: 0px;
  padding-inline: 15px;
  padding-block: 12px;
  line-height: 1;
  transition: all 0.3s ease-in-out;
  border: 1px solid var(--pale-teal);
  transition: all 0.3s ease-in-out;
}
.detail_section .grid .fs-grid .fs-switcher__nav li a a {
  color: var(--lasalle-green);
  transition: all 0.3s ease-in-out;
}
.detail_section .grid .fs-grid .fs-switcher__nav li a:hover {
  background-color: var(--pale-teal);
  border: 1px solid var(--pale-teal);
}
.detail_section .grid .fs-grid .fs-switcher__nav li a:hover a {
  color: white;
  text-decoration: none;
}
.detail_section .grid .fs-grid .fs-switcher__nav li.uk-active a {
  background-color: var(--lasalle-green);
  color: white;
  border: 1px solid var(--lasalle-green);
}

.results_section .filtercol .zoekop {
  font-size: clamp(1.25rem, 1rem + 1.33vw, 2rem);
  font-family: "Objektiv VF SEMIBOLD", sans-serif;
  font-family: "Objektiv VF SEMIBOLD", sans-serif;
  color: var(--pale-teal);
  margin-top: 10px;
  padding-inline-start: 5px;
}
.results_section .filtercol .jfilters-item-link--clear {
  font-size: clamp(0.9375rem, 0.896rem + 0.22vw, 1.0625rem);
  line-height: 1.3;
  font-family: "Objektiv VF REGULAR", sans-serif;
  background-color: #E7F3EC;
  padding-inline: 10px;
  padding-block: 5px;
  border-radius: 5px;
  font-size: 1.0625rem;
  text-transform: none;
  letter-spacing: 0px;
  line-height: 1;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  margin-block-end: 10px !important;
  display: inline-block;
}
.results_section .filtercol .jfilters-item-link--clear:hover {
  background-color: var(--pale-teal);
  color: white;
}
.results_section .filtercol .jfilters-filter-container {
  border-bottom: none;
}
@media (max-width: 59.9375em) {
  .results_section .filtercol .jfilters-filter-container {
    padding-block: 5px !important;
  }
}
.results_section .filtercol .jfilters-filter-container h4 button {
  font-size: 1rem;
  font-family: "Objektiv VF BOLD", sans-serif;
  font-weight: normal;
  color: var(--lasalle-green);
}
.results_section .filtercol .jfilters-filter-container h4 button svg {
  fill: var(--lasalle-green);
}
@media (max-width: 59.9375em) {
  .results_section .filtercol .jfilters-filter-container__inner .jfilters-filter-list__item {
    margin-block: 5px;
  }
}
.results_section .filtercol .jfilters-filter-container__inner .jfilters-item-link::before {
  border-color: var(--lasalle-green);
  border-radius: 5px;
}
.results_section .filtercol .jfilters-filter-container__inner .jfilters-item-link:hover {
  text-decoration: none;
}
.results_section .filtercol .jfilters-filter-container__inner .jfilters-item-link--selected::before {
  border-color: var(--pale-teal);
  background-color: var(--pale-teal);
}
.results_section .filtercol .jfilters-filter-container__inner .jfilters-item__label-text,
.results_section .filtercol .jfilters-filter-container__inner .jfilters-item__counter {
  font-size: clamp(0.9375rem, 0.896rem + 0.22vw, 1.0625rem);
  line-height: 1.3;
  font-family: "Objektiv VF REGULAR", sans-serif;
  color: var(--text-dark-green);
}
.results_section .filtercol .jfilters-selection {
  position: relative;
  padding-inline-start: 40px;
  background-color: var(--antique-white);
  color: var(--text-dark-green);
  border-radius: 5px;
  padding-block: 10px;
  font-size: clamp(0.9375rem, 0.896rem + 0.22vw, 1.0625rem);
  line-height: 1.3;
  font-family: "Objektiv VF REGULAR", sans-serif;
  font-family: "Objektiv VF BOLD", sans-serif;
}
@media (max-width: 59.9375em) {
  .results_section .filtercol .jfilters-selection {
    margin-block-start: 10px !important;
  }
}
.results_section .filtercol .jfilters-selection::after {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  /* use svg background instead of text */
  margin-inline-start: 0.7rem;
  padding-inline-start: 0.5rem;
  border-inline-start: 1px var(--selection-element-border-color) solid;
  width: 1.25rem;
  height: 1.25rem;
  aspect-ratio: 1/1;
  display: inline-grid;
  place-items: center;
  border-radius: 7px;
  background-color: var(--lunar-green);
  background-image: url("/images/YooTheme/icons/close.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  color: white;
  margin: 0;
  padding: 0;
  border: 1px solid var(--lunar-green);
  font-size: 0.875rem;
  line-height: 1;
}
.results_section .resultscol .uk-card {
  border: none;
  transition: all 0.3s ease-in-out;
}
.results_section .resultscol .uk-card .uk-card-media-top {
  border-radius: 10px 10px 0 0;
}
.results_section .resultscol .uk-card .uk-card-media-top .el-image {
  min-height: 200px;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
}
.results_section .resultscol .uk-card .uk-card-body {
  border-radius: 0 0 10px 10px;
  border: 1px solid #D7D7D7;
  border-top: none;
  transition: all 0.3s ease-in-out;
}
.results_section .resultscol .uk-card .uk-card-body .el-title {
  font-size: clamp(1.125rem, 1.042rem + 0.44vw, 1.375rem);
  font-family: "Objektiv VF REGULAR", sans-serif;
  font-family: "Objektiv VF MEDIUM", sans-serif;
  color: var(--lunar-green);
  letter-spacing: normal;
}
.results_section .resultscol .uk-card .uk-card-body .el-sublayout {
  margin-top: 0px !important;
}
.results_section .resultscol .uk-card .uk-card-body .el-sublayout .kick-faved {
  position: absolute;
  top: 0;
  right: 0;
}
.results_section .resultscol .uk-card .uk-card-body .el-sublayout .kick-faved svg path {
  fill: white;
  stroke: var(--pale-teal);
  stroke-width: 2px;
}
.results_section .resultscol .uk-card .uk-card-body .el-sublayout .kick-faved.faved svg path {
  fill: #CC5766;
  stroke: #CC5766;
}
.results_section .resultscol .uk-card .uk-card-body .el-sublayout .tag .tekstblok {
  color: var(--rust-dark);
}
.results_section .resultscol .uk-card .uk-card-body .el-sublayout .kosten .uk-width-1-1 {
  display: flex;
  flex-direction: row;
  gap: 5px;
  flex-wrap: wrap;
  row-gap: 0px;
  margin-top: 5px !important;
}
.results_section .resultscol .uk-card .uk-card-body .el-sublayout .kosten .uk-width-1-1 .price {
  margin: 0px !important;
}
.results_section .resultscol .uk-card .uk-card-body .el-sublayout .tekstblok,
.results_section .resultscol .uk-card .uk-card-body .el-sublayout .el-content {
  font-family: "Objektiv VF REGULAR", sans-serif;
  font-size: 16px;
  line-height: 1;
  color: var(--text-dark-green);
  display: inline-block;
  vertical-align: middle;
}
.results_section .resultscol .uk-card .uk-card-body .el-sublayout hr {
  border: none;
  border-top: 1px dotted var(--lasalle-green);
  height: 0;
  width: 100%;
  margin-top: 5px;
}
.results_section .resultscol .uk-card .uk-card-body .el-sublayout .uk-width-1-2\@m.uk-grid-margin.uk-first-column {
  margin-top: 0px !important;
}
.results_section .resultscol .uk-card .uk-card-body .uk-button {
  background-color: var(--harp-white);
  color: var(--lunar-green);
  font-family: "Objektiv VF BOLD", sans-serif;
  font-size: 1.0625rem;
  text-transform: none;
  border-radius: 15px 5px;
  letter-spacing: 0px;
  padding-inline: 15px;
  padding-block: 12px;
  line-height: 1;
  transition: all 0.3s ease-in-out;
  position: relative;
  padding-inline: 30px;
  font-size: 1.0625rem;
  display: flex;
  align-items: center;
  transition: all 0.3s ease-in-out;
  gap: 5px;
}
.results_section .resultscol .uk-card .uk-card-body .uk-button svg polyline {
  stroke-width: 3px;
  stroke-linecap: round;
}
.results_section .resultscol .uk-card .uk-card-body .uk-button:hover {
  background-color: var(--pale-teal);
  color: white;
  border-color: transparent;
}
.results_section .resultscol .uk-card .uk-card-body .uk-button a:hover {
  text-decoration: none !important;
}
@media screen and (max-width: 400px) {
  .results_section .resultscol .uk-card .uk-card-body .uk-button {
    min-width: 100%;
  }
}
.results_section .resultscol .uk-card .uk-card-body .uk-button::before {
  content: "";
  width: 0.9375rem;
  height: 0.9375rem;
  background-color: var(--lunar-green);
  -webkit-mask: url("/images/YooTheme/icons/arrow-r-lunar.svg") no-repeat center/contain;
  mask: url("/images/YooTheme/icons/arrow-r-lunar.svg") no-repeat center/contain;
  transition: background-color 0.3s ease-in-out;
}
.results_section .resultscol .uk-card .uk-card-body .uk-button:hover::before {
  background-color: white;
}
.results_section .resultscol .uk-card:hover .uk-card-body {
  border-color: var(--pale-teal);
}

.home-header_section {
  margin-inline: 15px;
  border-radius: 10px;
  position: relative;
  margin-top: 10px;
}
.home-header_section::before {
  content: "";
  position: absolute;
  top: 20px;
  right: 40px;
  width: 360px;
  height: 36px;
  background-image: url("/images/YooTheme/logogroup.svg");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (max-width: 59.9375em) {
  .home-header_section::before {
    display: none;
  }
}
.home-header_section .uk-background-norepeat {
  align-items: flex-end;
  border-radius: 10px;
}
@media (max-width: 59.9375em) {
  .home-header_section .uk-background-norepeat {
    padding-top: 0px;
  }
}
@media (max-width: 39.9375em) {
  .home-header_section .uk-background-norepeat {
    min-height: 0px !important;
  }
}
.home-header_section .uk-background-norepeat .uk-container-expand h1 {
  font-size: clamp(1.625rem, 0.708rem + 4.89vw, 4.375rem);
  font-family: "Objektiv VF BOLD", sans-serif;
  width: 100% !important;
  max-width: 900px !important;
  color: white;
  margin-block-end: 90px !important;
}
@media (max-width: 59.9375em) {
  .home-header_section .uk-background-norepeat .uk-container-expand h1 {
    margin-block: 70px !important;
  }
}
@media (max-width: 39.9375em) {
  .home-header_section .uk-background-norepeat .uk-container-expand h1 {
    margin-block: 50px !important;
    font-size: 1.6875rem;
  }
}
.home-header_section .uk-background-norepeat .togglebuttons .mobile_dropdown {
  display: none;
}
@media (max-width: 39.9375em) {
  .home-header_section .uk-background-norepeat .togglebuttons .mobile_dropdown {
    display: block;
    margin: 0px;
    display: flex;
    justify-content: center;
  }
  .home-header_section .uk-background-norepeat .togglebuttons .mobile_dropdown select {
    width: 90%;
    font-size: 1.125rem;
    font-family: "Objektiv VF REGULAR", sans-serif;
    letter-spacing: normal;
    height: 55px;
    border: none;
    border-radius: 10px 10px 0 0;
    background: white;
    color: var(--lunar-green);
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("/images/YooTheme/icons/dropdown.svg");
    background-position: right 20px center;
    background-repeat: no-repeat;
    background-size: 14px 14px;
    text-align: center;
  }
}
@media (max-width: 39.9375em) {
  .home-header_section .uk-background-norepeat .togglebuttons .togglebuttonsrow {
    display: none;
  }
}
.home-header_section .uk-background-norepeat .togglebuttons .togglebuttonsrow .uk-grid-item-match:first-child button {
  border-radius: 10px 0 0 0;
}
@media (max-width: 39.9375em) {
  .home-header_section .uk-background-norepeat .togglebuttons .togglebuttonsrow .uk-grid-item-match:first-child button {
    border-radius: 10px !important;
  }
}
.home-header_section .uk-background-norepeat .togglebuttons .togglebuttonsrow .uk-grid-item-match:first-child button:hover {
  border-radius: 10px 10px 0 0;
  will-change: border-radius;
}
@media (max-width: 39.9375em) {
  .home-header_section .uk-background-norepeat .togglebuttons .togglebuttonsrow .uk-grid-item-match:first-child button:hover {
    border-radius: 10px !important;
  }
}
.home-header_section .uk-background-norepeat .togglebuttons .togglebuttonsrow .uk-grid-item-match:last-child button {
  border-radius: 0 10px 0 0;
}
@media (max-width: 39.9375em) {
  .home-header_section .uk-background-norepeat .togglebuttons .togglebuttonsrow .uk-grid-item-match:last-child button {
    border-radius: 10px !important;
  }
}
.home-header_section .uk-background-norepeat .togglebuttons .togglebuttonsrow .uk-grid-item-match:last-child button:hover {
  border-radius: 10px 10px 0 0;
  will-change: border-radius;
}
@media (max-width: 39.9375em) {
  .home-header_section .uk-background-norepeat .togglebuttons .togglebuttonsrow .uk-grid-item-match:last-child button:hover {
    border-radius: 10px !important;
  }
}
.home-header_section .uk-background-norepeat .togglebuttons .togglebuttonsrow button {
  width: 100%;
  height: 55px;
  border: none;
  border-radius: 0px;
  background: white;
  margin-top: 10px;
  font-size: 1.125rem;
  color: var(--lunar-green);
  transition: all 0.3s ease;
  will-change: border-radius, height;
}
@media (max-width: 39.9375em) {
  .home-header_section .uk-background-norepeat .togglebuttons .togglebuttonsrow button {
    margin-top: 0px;
    margin-bottom: 5px;
    height: 50px;
    border-radius: 10px;
  }
}
.home-header_section .uk-background-norepeat .togglebuttons .togglebuttonsrow button:hover {
  cursor: pointer;
  background: var(--harp-white);
  height: 65px;
  border-radius: 10px 10px 0 0 !important;
  will-change: border-radius, height;
}
@media (max-width: 39.9375em) {
  .home-header_section .uk-background-norepeat .togglebuttons .togglebuttonsrow button:hover {
    height: 50px;
    border-radius: 10px !important;
  }
}
.home-header_section .uk-background-norepeat .togglebuttons .togglebuttonsrow button.active {
  background: var(--harp-white);
  height: 65px;
  border-radius: 10px 10px 0 0 !important;
  will-change: border-radius, height;
}
@media (max-width: 39.9375em) {
  .home-header_section .uk-background-norepeat .togglebuttons .togglebuttonsrow button.active {
    height: 50px;
    border-radius: 10px !important;
  }
}
.home-header_section .uk-background-norepeat .green_row {
  margin-top: 0px;
  background-image: url("/images/YooTheme/bg-groen.jpg");
  background-size: cover;
  background-position: center center;
  padding-inline: 0px;
  padding-block: 20px;
  margin-inline-end: -40px;
  border-radius: 0 0 10px 10px;
}
@media (max-width: 74.9375em) {
  .home-header_section .uk-background-norepeat .green_row {
    margin-inline-start: -40px;
  }
}
@media (max-width: 59.9375em) {
  .home-header_section .uk-background-norepeat .green_row {
    margin-inline: -20px;
  }
}
@media (max-width: 39.9375em) {
  .home-header_section .uk-background-norepeat .green_row {
    margin-inline: -15px;
  }
}
.home-header_section .uk-background-norepeat .green_row .uk-button {
  background-color: var(--golden-yellow);
  color: var(--rust-dark);
  font-family: "Objektiv VF BOLD", sans-serif;
  font-size: 1.0625rem;
  text-transform: none;
  border-radius: 15px 5px;
  letter-spacing: 0px;
  padding-inline: 15px;
  padding-block: 12px;
  line-height: 1;
  transition: all 0.3s ease-in-out;
  padding-inline: 40px;
}
.home-header_section .uk-background-norepeat .green_row .uk-button svg polyline {
  stroke-width: 3px;
  stroke-linecap: round;
}
.home-header_section .uk-background-norepeat .green_row .uk-button:hover {
  background-color: var(--marigold-yellow);
  color: var(--rust-dark);
  border-color: transparent;
}
.home-header_section .uk-background-norepeat .green_row .uk-button a:hover {
  text-decoration: none !important;
}
.home-header_section .uk-background-norepeat .green_row .uk-button svg {
  width: 14px;
  height: 14px;
}

.logogroepmobile {
  display: none;
}
@media (max-width: 59.9375em) {
  .logogroepmobile {
    display: block;
  }
}
@media (max-width: 39.9375em) {
  .logogroepmobile img {
    width: calc(100% - 20px);
  }
}

.tekst-rechts-foto-links_section {
  background-color: white;
  color: var(--text-dark-green);
}
.tekst-rechts-foto-links_section h2 {
  font-size: clamp(1.25rem, 1rem + 1.33vw, 2rem);
  font-family: "Objektiv VF SEMIBOLD", sans-serif;
  color: var(--pale-teal);
  font-family: "Objektiv VF SEMIBOLD", sans-serif;
}
@media (max-width: 59.9375em) {
  .tekst-rechts-foto-links_section h2 {
    text-align: center;
  }
}
.tekst-rechts-foto-links_section p {
  font-size: clamp(0.9375rem, 0.896rem + 0.22vw, 1.0625rem);
  line-height: 1.3;
  font-family: "Objektiv VF REGULAR", sans-serif;
}
.tekst-rechts-foto-links_section img {
  border-radius: 10px;
}
.tekst-rechts-foto-links_section ul li {
  font-size: clamp(0.9375rem, 0.896rem + 0.22vw, 1.0625rem);
  line-height: 1.3;
  font-family: "Objektiv VF REGULAR", sans-serif;
  font-family: "Objektiv VF MEDIUM", sans-serif;
  position: relative;
  padding-inline-start: 20px;
  color: var(--text-dark-green);
}
.tekst-rechts-foto-links_section ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6.5px;
  width: 9px;
  height: 9px;
  background: url("/images/YooTheme/icons/bulletpoint.svg") no-repeat center center;
  background-size: contain;
}
.tekst-rechts-foto-links_section .uk-button {
  background-color: var(--marigold-yellow);
  color: var(--rust-dark);
  font-family: "Objektiv VF BOLD", sans-serif;
  font-size: 1.0625rem;
  text-transform: none;
  border-radius: 15px 5px;
  letter-spacing: 0px;
  padding-inline: 15px;
  padding-block: 12px;
  line-height: 1;
  transition: all 0.3s ease-in-out;
}
.tekst-rechts-foto-links_section .uk-button svg polyline {
  stroke-width: 3px;
  stroke-linecap: round;
}
.tekst-rechts-foto-links_section .uk-button:hover {
  background-color: var(--golden-yellow);
  color: var(--rust-dark);
  border-color: transparent;
}
.tekst-rechts-foto-links_section .uk-button a:hover {
  text-decoration: none !important;
}

.foto-links-content-rechts_section {
  background-color: var(--harp-white);
  color: var(--text-dark-green);
}
.foto-links-content-rechts_section h2 {
  font-size: clamp(1.25rem, 1rem + 1.33vw, 2rem);
  font-family: "Objektiv VF SEMIBOLD", sans-serif;
  color: var(--lasalle-green);
  font-family: "Objektiv VF SEMIBOLD", sans-serif;
}
.foto-links-content-rechts_section img {
  border-radius: 10px;
}
.foto-links-content-rechts_section .dotlist li {
  font-size: clamp(0.9375rem, 0.896rem + 0.22vw, 1.0625rem);
  line-height: 1.3;
  font-family: "Objektiv VF REGULAR", sans-serif;
  font-family: "Objektiv VF MEDIUM", sans-serif;
  position: relative;
  padding-inline-start: 20px;
  color: var(--text-dark-green);
}
.foto-links-content-rechts_section .dotlist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6.5px;
  width: 9px;
  height: 9px;
  background: url("/images/YooTheme/icons/bulletpoint.svg") no-repeat center center;
  background-size: contain;
}
.foto-links-content-rechts_section .tekstblok {
  font-size: clamp(0.9375rem, 0.896rem + 0.22vw, 1.0625rem);
  line-height: 1.3;
  font-family: "Objektiv VF REGULAR", sans-serif;
}
.foto-links-content-rechts_section .uk-nav-default .el-item:not(:last-child) {
  border-bottom: 1px var(--lasalle-green) dotted;
}
.foto-links-content-rechts_section .uk-nav-default .el-link {
  font-size: clamp(0.9375rem, 0.896rem + 0.22vw, 1.0625rem);
  line-height: 1.3;
  font-family: "Objektiv VF REGULAR", sans-serif;
  font-size: clamp(1.125rem, 1.042rem + 0.44vw, 1.375rem);
  color: var(--lasalle-green);
  text-transform: none;
  gap: 10px;
  transition: color 0.2s ease, transform 0.2s ease;
  will-change: scale;
}
@media (max-width: 39.9375em) {
  .foto-links-content-rechts_section .uk-nav-default .el-link {
    font-size: clamp(0.875rem, 0.813rem + 0.33vw, 1.0625rem);
  }
}
.foto-links-content-rechts_section .uk-nav-default .el-link .uk-icon svg {
  color: var(--pale-teal);
}
@media (max-width: 39.9375em) {
  .foto-links-content-rechts_section .uk-nav-default .el-link .uk-icon svg {
    max-width: 10px;
  }
}
.foto-links-content-rechts_section .uk-nav-default .el-link .uk-icon svg polyline {
  stroke-width: 3px;
  stroke-linecap: round;
}
.foto-links-content-rechts_section .uk-nav-default .el-link:hover, .foto-links-content-rechts_section .uk-nav-default .el-link:hover .uk-icon svg {
  color: var(--luna-green);
  transform: scale(1.03);
}
.foto-links-content-rechts_section .uk-button {
  background-color: var(--marigold-yellow);
  color: var(--rust-dark);
  font-family: "Objektiv VF BOLD", sans-serif;
  font-size: 1.0625rem;
  text-transform: none;
  border-radius: 15px 5px;
  letter-spacing: 0px;
  padding-inline: 15px;
  padding-block: 12px;
  line-height: 1;
  transition: all 0.3s ease-in-out;
}
.foto-links-content-rechts_section .uk-button svg polyline {
  stroke-width: 3px;
  stroke-linecap: round;
}
.foto-links-content-rechts_section .uk-button:hover {
  background-color: var(--golden-yellow);
  color: var(--rust-dark);
  border-color: transparent;
}
.foto-links-content-rechts_section .uk-button a:hover {
  text-decoration: none !important;
}

.tekstblok-met-gradient-bg_section {
  position: relative;
  background-color: white;
  z-index: 5;
}
.tekstblok-met-gradient-bg_section::after {
  content: "";
  position: absolute;
  bottom: 0%;
  left: 0;
  width: 100%;
  height: 50%;
  background: var(--harp-white);
  z-index: -1;
}
.tekstblok-met-gradient-bg_section h2 {
  font-size: clamp(1.5rem, 1.104rem + 2.11vw, 2.6875rem);
  font-family: "Objektiv VF SEMIBOLD", sans-serif;
  color: var(--pale-teal);
  font-family: "Objektiv VF SEMIBOLD", sans-serif;
  margin-bottom: 20px !important;
}
.tekstblok-met-gradient-bg_section h3 {
  font-size: clamp(1.125rem, 1.042rem + 0.44vw, 1.375rem);
  font-family: "Objektiv VF REGULAR", sans-serif;
  color: var(--lasalle-green);
}
.tekstblok-met-gradient-bg_section .tekstblok {
  font-size: clamp(0.9375rem, 0.896rem + 0.22vw, 1.0625rem);
  line-height: 1.3;
  font-family: "Objektiv VF REGULAR", sans-serif;
  color: var(--lasalle-green);
}
.tekstblok-met-gradient-bg_section .dotlist li {
  font-size: clamp(0.9375rem, 0.896rem + 0.22vw, 1.0625rem);
  line-height: 1.3;
  font-family: "Objektiv VF REGULAR", sans-serif;
  font-family: "Objektiv VF MEDIUM", sans-serif;
  position: relative;
  padding-inline-start: 20px;
  color: var(--text-dark-green);
}
.tekstblok-met-gradient-bg_section .dotlist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6.5px;
  width: 9px;
  height: 9px;
  background: url("/images/YooTheme/icons/bulletpoint.svg") no-repeat center center;
  background-size: contain;
}
.tekstblok-met-gradient-bg_section .uk-background-contain {
  margin-inline: 100px;
}
.tekstblok-met-gradient-bg_section .uk-grid-margin.uk-container.uk-container-large {
  position: relative;
  background: url("/images/Rectangle Copy 6.jpg") no-repeat center center;
  padding-block: 80px;
  padding-inline: 65px;
  border-radius: 10px;
  margin-inline: 0px;
}
@media (max-width: 59.9375em) {
  .tekstblok-met-gradient-bg_section .uk-grid-margin.uk-container.uk-container-large {
    background: none;
    padding-block: 40px;
    padding-inline: 40px;
  }
}
@media (max-width: 39.9375em) {
  .tekstblok-met-gradient-bg_section .uk-grid-margin.uk-container.uk-container-large {
    padding-block-start: 20px;
    padding-block-end: 10px;
    padding-inline: 0px;
  }
}
.tekstblok-met-gradient-bg_section .uk-container.uk-container-large .uk-grid h2.uk-text-center {
  margin-bottom: -25px;
}
@media (max-width: 59.9375em) {
  .tekstblok-met-gradient-bg_section .uk-container.uk-container-large {
    position: relative;
    background: url("/images/Rectangle Copy 6.jpg") no-repeat center center;
    background-size: cover;
  }
}
.tekstblok-met-gradient-bg_section .uk-card-default {
  border: none;
  border-radius: 10px;
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .tekstblok-met-gradient-bg_section .uk-card-default {
    padding-inline-end: 80px;
  }
}
.tekstblok-met-gradient-bg_section a.el-content.uk-button {
  background-color: var(--golden-yellow);
  color: var(--rust-dark);
  font-family: "Objektiv VF BOLD", sans-serif;
  font-size: 1.0625rem;
  text-transform: none;
  border-radius: 15px 5px;
  letter-spacing: 0px;
  padding-inline: 15px;
  padding-block: 12px;
  line-height: 1;
  transition: all 0.3s ease-in-out;
}
.tekstblok-met-gradient-bg_section a.el-content.uk-button svg polyline {
  stroke-width: 3px;
  stroke-linecap: round;
}
.tekstblok-met-gradient-bg_section a.el-content.uk-button:hover {
  background-color: var(--marigold-yellow);
  color: var(--rust-dark);
  border-color: transparent;
}
.tekstblok-met-gradient-bg_section a.el-content.uk-button a:hover {
  text-decoration: none !important;
}

.drie-koloms-media-switcher_section .uk-overlay-primary {
  background: transparent !important;
}
.drie-koloms-media-switcher_section .fancy_slider_row {
  display: flex;
  flex-direction: row;
}
.drie-koloms-media-switcher_section .fancy_slider_row .uk-width-1-1 {
  width: 100%;
  display: flex;
  flex-direction: row;
  max-height: 690px;
  height: 690px;
  gap: 25px;
}
@media (max-width: 74.9375em) {
  .drie-koloms-media-switcher_section .fancy_slider_row .uk-width-1-1 {
    max-height: 500px;
    height: 500px;
  }
}
.drie-koloms-media-switcher_section .fancy_slider_row .uk-width-1-1 .uk-light {
  margin: 0px !important;
  display: flex;
  flex: 1;
  transition: flex 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.drie-koloms-media-switcher_section .fancy_slider_row .uk-width-1-1 .uk-light .uk-position-bottom-left.uk-transition-fade {
  height: 100%;
  transition: all 0.5s ease;
  display: flex;
  width: 100%;
}
.drie-koloms-media-switcher_section .fancy_slider_row .uk-width-1-1 .uk-light .uk-position-bottom-left.uk-transition-fade .uk-overlay {
  width: 100%;
  transition: all 0.5s ease;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
}
.drie-koloms-media-switcher_section .fancy_slider_row .uk-width-1-1 .uk-light .uk-position-bottom-left.uk-transition-fade .el-title {
  transition: all 0.5s ease-in-out;
  font-size: clamp(1.125rem, 1.042rem + 0.44vw, 1.375rem);
  font-family: "Objektiv VF REGULAR", sans-serif;
  font-family: "Objektiv VF SEMIBOLD", sans-serif;
  position: relative;
}
.drie-koloms-media-switcher_section .fancy_slider_row .uk-width-1-1 .uk-light .uk-position-bottom-left.uk-transition-fade .el-title::after {
  margin-left: auto;
  margin-right: auto;
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  margin-top: 12px;
  background-image: url("/images/YooTheme/icons/plus.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 3;
}
.drie-koloms-media-switcher_section .fancy_slider_row .uk-width-1-1 .uk-light .uk-position-bottom-left.uk-transition-fade .el-content {
  transition: all 0.5s ease-in-out;
  width: 400px;
  font-size: clamp(0.9375rem, 0.896rem + 0.22vw, 1.0625rem);
  line-height: 1.3;
  font-family: "Objektiv VF REGULAR", sans-serif;
  color: white;
}
.drie-koloms-media-switcher_section .fancy_slider_row .uk-width-1-1 .uk-light .uk-position-bottom-left.uk-transition-fade .el-link {
  transition: all 0.5s ease-in-out;
  display: none !important;
  max-width: 140px;
  text-transform: none !important;
}
.drie-koloms-media-switcher_section .fancy_slider_row .uk-width-1-1 .uk-light:hover, .drie-koloms-media-switcher_section .fancy_slider_row .uk-width-1-1 .uk-light:focus, .drie-koloms-media-switcher_section .fancy_slider_row .uk-width-1-1 .uk-light:active {
  flex: 2;
}
.drie-koloms-media-switcher_section .fancy_slider_row .uk-width-1-1 .uk-light:hover .uk-position-bottom-left.uk-transition-fade, .drie-koloms-media-switcher_section .fancy_slider_row .uk-width-1-1 .uk-light:focus .uk-position-bottom-left.uk-transition-fade, .drie-koloms-media-switcher_section .fancy_slider_row .uk-width-1-1 .uk-light:active .uk-position-bottom-left.uk-transition-fade {
  height: 100%;
  display: flex;
  transition: all 0.5s ease;
  background: transparent !important;
}
.drie-koloms-media-switcher_section .fancy_slider_row .uk-width-1-1 .uk-light:hover .uk-position-bottom-left.uk-transition-fade .uk-overlay, .drie-koloms-media-switcher_section .fancy_slider_row .uk-width-1-1 .uk-light:focus .uk-position-bottom-left.uk-transition-fade .uk-overlay, .drie-koloms-media-switcher_section .fancy_slider_row .uk-width-1-1 .uk-light:active .uk-position-bottom-left.uk-transition-fade .uk-overlay {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  transition: all 0.5s ease;
  background-color: none;
}
.drie-koloms-media-switcher_section .fancy_slider_row .uk-width-1-1 .uk-light:hover .uk-position-bottom-left.uk-transition-fade .el-title, .drie-koloms-media-switcher_section .fancy_slider_row .uk-width-1-1 .uk-light:focus .uk-position-bottom-left.uk-transition-fade .el-title, .drie-koloms-media-switcher_section .fancy_slider_row .uk-width-1-1 .uk-light:active .uk-position-bottom-left.uk-transition-fade .el-title {
  width: fit-content;
  text-align: left !important;
  margin-block-end: 20px !important;
  font-size: clamp(1.25rem, 1rem + 1.33vw, 2rem);
  font-family: "Objektiv VF SEMIBOLD", sans-serif;
  animation: fadeInOut 0.6s ease-in-out;
  width: fit-content;
  text-wrap: balance;
}
.drie-koloms-media-switcher_section .fancy_slider_row .uk-width-1-1 .uk-light:hover .uk-position-bottom-left.uk-transition-fade .el-title::after, .drie-koloms-media-switcher_section .fancy_slider_row .uk-width-1-1 .uk-light:focus .uk-position-bottom-left.uk-transition-fade .el-title::after, .drie-koloms-media-switcher_section .fancy_slider_row .uk-width-1-1 .uk-light:active .uk-position-bottom-left.uk-transition-fade .el-title::after {
  display: none;
}
.drie-koloms-media-switcher_section .fancy_slider_row .uk-width-1-1 .uk-light:hover .uk-position-bottom-left.uk-transition-fade .el-content, .drie-koloms-media-switcher_section .fancy_slider_row .uk-width-1-1 .uk-light:focus .uk-position-bottom-left.uk-transition-fade .el-content, .drie-koloms-media-switcher_section .fancy_slider_row .uk-width-1-1 .uk-light:active .uk-position-bottom-left.uk-transition-fade .el-content {
  display: block !important;
  width: 500px;
  animation: fadeInOut 0.6s ease-in-out;
}
.drie-koloms-media-switcher_section .fancy_slider_row .uk-width-1-1 .uk-light:hover .uk-position-bottom-left.uk-transition-fade .el-link, .drie-koloms-media-switcher_section .fancy_slider_row .uk-width-1-1 .uk-light:focus .uk-position-bottom-left.uk-transition-fade .el-link, .drie-koloms-media-switcher_section .fancy_slider_row .uk-width-1-1 .uk-light:active .uk-position-bottom-left.uk-transition-fade .el-link {
  display: block !important;
  animation: fadeInOut 0.6s ease-in-out;
  background-color: transparent;
  color: white;
  font-family: "Objektiv VF REGULAR", sans-serif;
  font-size: 1.0625rem;
  text-transform: none;
  border-radius: 0px;
  letter-spacing: 0px;
  padding-inline: 0px !important;
  line-height: 1;
  border: none;
  box-shadow: none;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
  padding-inline: 0px !important;
  max-width: none;
  width: fit-content;
  position: relative;
  z-index: 2;
}
.drie-koloms-media-switcher_section .fancy_slider_row .uk-width-1-1 .uk-light:hover .uk-position-bottom-left.uk-transition-fade .el-link:hover, .drie-koloms-media-switcher_section .fancy_slider_row .uk-width-1-1 .uk-light:focus .uk-position-bottom-left.uk-transition-fade .el-link:hover, .drie-koloms-media-switcher_section .fancy_slider_row .uk-width-1-1 .uk-light:active .uk-position-bottom-left.uk-transition-fade .el-link:hover {
  color: var(--lunar-green);
  text-decoration: underline;
}
.drie-koloms-media-switcher_section .fancy_slider_row .uk-width-1-1 .uk-light:hover .uk-position-bottom-left.uk-transition-fade .el-link:hover, .drie-koloms-media-switcher_section .fancy_slider_row .uk-width-1-1 .uk-light:focus .uk-position-bottom-left.uk-transition-fade .el-link:hover, .drie-koloms-media-switcher_section .fancy_slider_row .uk-width-1-1 .uk-light:active .uk-position-bottom-left.uk-transition-fade .el-link:hover {
  color: white;
}
.drie-koloms-media-switcher_section .fancy_slider_row .uk-width-1-1 .uk-light:not(:hover) {
  transition: flex 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.drie-koloms-media-switcher_section .fancy_slider_row .uk-width-1-1 .uk-light .uk-transition-toggle {
  width: 100%;
}
.drie-koloms-media-switcher_section .fancy_slider_row .uk-width-1-1 .uk-light .uk-transition-toggle picture {
  width: 100%;
}
.drie-koloms-media-switcher_section .fancy_slider_row .uk-width-1-1 .uk-light .uk-transition-toggle picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.drie-koloms-media-switcher_section .fancy_slider_row .uk-width-1-1 .uk-light .uk-transition-toggle .uk-position-bottom-left.uk-transition-fade {
  opacity: 1;
}
.drie-koloms-media-switcher_section .fancy_slider_row .uk-width-1-1 .uk-light .uk-transition-toggle .uk-position-bottom-left.uk-transition-fade .el-title {
  display: block;
  text-align: center;
  position: relative;
  z-index: 2;
}
.drie-koloms-media-switcher_section .fancy_slider_row .uk-width-1-1 .uk-light .uk-transition-toggle .uk-position-bottom-left.uk-transition-fade .el-content {
  display: none;
  position: relative;
  z-index: 2;
}
.drie-koloms-media-switcher_section .fancy_slider_row .uk-width-1-1 .uk-light .uk-transition-toggle .uk-position-bottom-left.uk-transition-fade .el-button {
  display: none;
  position: relative;
  z-index: 2;
}
.drie-koloms-media-switcher_section .fancy_slider_row .uk-width-1-1 .uk-light.left .uk-overlay {
  position: relative;
}
.drie-koloms-media-switcher_section .fancy_slider_row .uk-width-1-1 .uk-light.left .uk-overlay::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 10px;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.586) 100%) !important;
  pointer-events: none;
  z-index: 1;
}
.drie-koloms-media-switcher_section .fancy_slider_row .uk-width-1-1 .uk-light.left .uk-transition-toggle {
  border-radius: 10px;
}
.drie-koloms-media-switcher_section .fancy_slider_row .uk-width-1-1 .uk-light.middle .uk-overlay {
  position: relative;
}
.drie-koloms-media-switcher_section .fancy_slider_row .uk-width-1-1 .uk-light.middle .uk-overlay::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 10px;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.586) 100%) !important;
  pointer-events: none;
  z-index: 1;
}
.drie-koloms-media-switcher_section .fancy_slider_row .uk-width-1-1 .uk-light.middle .uk-transition-toggle {
  border-radius: 10px;
}
.drie-koloms-media-switcher_section .fancy_slider_row .uk-width-1-1 .uk-light.right .uk-overlay {
  position: relative;
}
.drie-koloms-media-switcher_section .fancy_slider_row .uk-width-1-1 .uk-light.right .uk-overlay::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 10px;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.586) 100%) !important;
  pointer-events: none;
  z-index: 1;
}
.drie-koloms-media-switcher_section .fancy_slider_row .uk-width-1-1 .uk-light.right .uk-transition-toggle {
  border-radius: 10px;
}
.drie-koloms-media-switcher_section .uk-slider-container {
  margin: 0px !important;
  border-radius: 20px;
}
@media (min-width: 40em) {
  .drie-koloms-media-switcher_section .uk-slider-container {
    width: 200%;
    transform: translateX(-25%);
  }
}
.drie-koloms-media-switcher_section .uk-slider-container img {
  border-radius: 1.25rem;
  filter: brightness(0.6);
}
.drie-koloms-media-switcher_section .uk-slider-container .uk-panel .el-title {
  font-size: clamp(1.25rem, 1rem + 1.33vw, 2rem);
  font-family: "Objektiv VF SEMIBOLD", sans-serif;
  font-family: "Objektiv VF MEDIUM", sans-serif;
  color: white;
}
@media (min-width: 75em) {
  .drie-koloms-media-switcher_section .uk-slider-container .uk-panel .el-title {
    padding-inline: 100px;
  }
}
.drie-koloms-media-switcher_section .uk-slider-container .uk-panel .el-content {
  font-family: "Objektiv VF REGULAR", sans-serif;
  font-size: 1.125rem;
  color: white;
}
@media (min-width: 75em) {
  .drie-koloms-media-switcher_section .uk-slider-container .uk-panel .el-content {
    padding-inline: 80px;
  }
}
@media (max-width: 59.9375em) {
  .drie-koloms-media-switcher_section .uk-slider-container .uk-panel .el-content {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }
}
@media (max-width: 39.9375em) {
  .drie-koloms-media-switcher_section .uk-slider-container .uk-panel .el-content {
    display: none;
  }
}
.drie-koloms-media-switcher_section .uk-slider-container .uk-panel .uk-button {
  display: none !important;
}
.drie-koloms-media-switcher_section .uk-slider-container .el-item {
  position: relative;
}
.drie-koloms-media-switcher_section .uk-slider-container .el-item::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  margin-top: 12px;
  background-image: url("/images/YooTheme/icons/plus.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3;
  pointer-events: none;
}
.drie-koloms-media-switcher_section .uk-slider-container .el-item::after:hover {
  cursor: pointer;
}
@media (max-width: 39.9375em) {
  .drie-koloms-media-switcher_section .uk-slider-container .el-item::after {
    width: 30px;
    height: 30px;
    bottom: 20px;
  }
}
@media (max-width: 315px) {
  .drie-koloms-media-switcher_section .uk-slider-container .el-item::after {
    display: none;
  }
}
.drie-koloms-media-switcher_section .uk-slider-container .uk-dotnav li a {
  background-color: var(--pale-teal);
}
.drie-koloms-media-switcher_section .uk-slider-container .uk-dotnav li.uk-active a,
.drie-koloms-media-switcher_section .uk-slider-container .uk-dotnav li a:hover {
  background-color: var(--lasalle-green);
}

.faq .el-item {
  padding-inline-end: 0.625rem;
}
.faq .el-title {
  font-size: clamp(1.125rem, 1.042rem + 0.44vw, 1.375rem);
  font-family: "Objektiv VF REGULAR", sans-serif;
  font-family: "Objektiv VF REGULAR", sans-serif;
  color: var(--text-dark-green);
  position: relative;
  padding-right: 3.125rem;
  text-transform: none;
}
.faq .el-title::before {
  content: none !important;
}
.faq .el-title::after {
  content: "" !important;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("/images/YooTheme/icons/plusdark.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border: none !important;
  background-color: transparent !important;
}
.faq .el-title[aria-expanded=true]::after {
  background-image: url("/images/YooTheme/icons/mindark.svg");
}
.faq .el-content {
  font-size: clamp(0.9375rem, 0.896rem + 0.22vw, 1.0625rem);
  line-height: 1.3;
  font-family: "Objektiv VF REGULAR", sans-serif;
  color: var(--text-dark-green);
  margin-block-end: 10px;
}
.faq .el-content p {
  font-size: clamp(0.9375rem, 0.896rem + 0.22vw, 1.0625rem);
  line-height: 1.3;
  font-family: "Objektiv VF REGULAR", sans-serif;
  color: var(--text-dark-green);
}
.faq .el-content a {
  text-decoration: underline;
}
.faq h2,
.faq h3 {
  font-size: clamp(1.5rem, 1.104rem + 2.11vw, 2.6875rem);
  font-family: "Objektiv VF SEMIBOLD", sans-serif;
  font-family: "Objektiv VF SEMIBOLD", sans-serif;
  color: var(--pale-teal);
}
.faq .el-content {
  max-width: 1000px;
  font-size: clamp(0.9375rem, 0.896rem + 0.22vw, 1.0625rem);
  line-height: 1.3;
  font-family: "Objektiv VF REGULAR", sans-serif;
}
.faq .el-content p,
.faq .el-content span {
  font-size: clamp(0.9375rem, 0.896rem + 0.22vw, 1.0625rem);
  line-height: 1.3;
  font-family: "Objektiv VF REGULAR", sans-serif;
}

.header-detailpagina {
  margin-inline: 15px;
  border-radius: 10px;
  position: relative;
}
.header-detailpagina .uk-width-1-1 {
  align-items: flex-end;
  border-radius: 10px 10px 0 0;
}
@media (max-width: 39.9375em) {
  .header-detailpagina .uk-width-1-1 .uk-flex {
    min-height: 200px !important;
    max-height: 200px;
  }
}
.header-detailpagina .uk-width-1-1 .uk-flex .uk-background-norepeat {
  background-size: cover !important;
}
.header-detailpagina .uk-width-1-1 .uk-container-expand {
  padding: 0px;
}
.header-detailpagina .uk-width-1-1 .green_row {
  margin-inline: auto;
  margin-top: 0px;
  background-image: url("/images/YooTheme/bg-groen.jpg");
  background-size: cover;
  background-position: center center;
  padding-inline: 40px;
  padding-block: 50px;
  padding-block-start: 40px;
  border-radius: 0 0 10px 10px;
  justify-content: center;
  align-items: center;
}
@media (min-width: 60em) {
  .header-detailpagina .uk-width-1-1 .green_row {
    padding-block-start: 70px;
    padding-block-end: 80px;
  }
}
@media (max-width: 39.9375em) {
  .header-detailpagina .uk-width-1-1 .green_row {
    padding: 20px;
  }
}
.header-detailpagina .uk-width-1-1 .green_row .uk-width-1-1 {
  padding: 0px;
  max-width: 1000px;
}
.header-detailpagina .uk-width-1-1 .green_row h1 {
  font-size: clamp(1.5rem, 1.104rem + 2.11vw, 2.6875rem);
  font-family: "Objektiv VF SEMIBOLD", sans-serif;
  font-family: "Objektiv VF SEMIBOLD", sans-serif;
  color: white;
}
.header-detailpagina .uk-width-1-1 .green_row h2 {
  font-size: clamp(1.5rem, 1.104rem + 2.11vw, 2.6875rem);
  font-family: "Objektiv VF SEMIBOLD", sans-serif;
  font-family: "Objektiv VF SEMIBOLD", sans-serif;
  color: white;
}
.header-detailpagina .uk-width-1-1 .green_row p {
  font-size: clamp(0.9375rem, 0.896rem + 0.22vw, 1.0625rem);
  line-height: 1.3;
  font-family: "Objektiv VF REGULAR", sans-serif;
  font-family: "Objektiv VF MEDIUM", sans-serif;
  font-size: clamp(1.125rem, 1.042rem + 0.44vw, 1.375rem);
  color: white;
}
.header-detailpagina .uk-width-1-1 .green_row p span.subheading {
  font-size: clamp(1.25rem, 1rem + 1.33vw, 2rem);
  font-family: "Objektiv VF SEMIBOLD", sans-serif;
  font-family: "Objektiv VF SEMIBOLD", sans-serif;
}
.header-detailpagina .uk-width-1-1 .green_row .el-content {
  font-size: clamp(0.9375rem, 0.896rem + 0.22vw, 1.0625rem);
  line-height: 1.3;
  font-family: "Objektiv VF REGULAR", sans-serif;
  color: white;
}
.header-detailpagina .uk-width-1-1 .green_row .el-content a {
  color: white;
}
.header-detailpagina .uk-width-1-1 .green_row .uk-list {
  width: 100%;
  max-width: 900px;
}
@media (max-width: 59.9375em) {
  .header-detailpagina .uk-width-1-1 .green_row .uk-list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 39.9375em) {
  .header-detailpagina .uk-width-1-1 .green_row .uk-list li {
    width: fit-content;
  }
}
.header-detailpagina .uk-width-1-1 .green_row .uk-button {
  background-color: var(--golden-yellow);
  color: var(--rust-dark);
  font-family: "Objektiv VF BOLD", sans-serif;
  font-size: 1.0625rem;
  text-transform: none;
  border-radius: 15px 5px;
  letter-spacing: 0px;
  padding-inline: 15px;
  padding-block: 12px;
  line-height: 1;
  transition: all 0.3s ease-in-out;
  padding-inline: 40px;
}
.header-detailpagina .uk-width-1-1 .green_row .uk-button svg polyline {
  stroke-width: 3px;
  stroke-linecap: round;
}
.header-detailpagina .uk-width-1-1 .green_row .uk-button:hover {
  background-color: var(--marigold-yellow);
  color: var(--rust-dark);
  border-color: transparent;
}
.header-detailpagina .uk-width-1-1 .green_row .uk-button a:hover {
  text-decoration: none !important;
}
.header-detailpagina .uk-width-1-1 .green_row .uk-button svg {
  width: 14px;
  height: 14px;
}

.uitgelicht-aanbod_section .aanbod_grid .col1,
.uitgelicht-aanbod_section .aanbod_grid .col2 {
  position: relative !important;
}
.uitgelicht-aanbod_section .aanbod_grid .col1 .uk-button,
.uitgelicht-aanbod_section .aanbod_grid .col2 .uk-button {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 10;
  background-color: var(--marigold-yellow);
  color: var(--rust-dark);
  font-family: "Objektiv VF REGULAR", sans-serif;
  font-size: 1.0625rem;
  text-transform: none;
  border-radius: 5px;
  letter-spacing: 0px;
  padding-inline: 10px;
  padding-block-start: 4px;
  padding-block-end: 5px;
  line-height: 1;
  flex-direction: row-reverse;
  justify-content: space-between;
  gap: 5px;
}
.uitgelicht-aanbod_section .aanbod_grid .col1 .uk-button span,
.uitgelicht-aanbod_section .aanbod_grid .col2 .uk-button span {
  margin: 0px !important;
}
.uitgelicht-aanbod_section .aanbod_grid .col1 .uk-button span svg,
.uitgelicht-aanbod_section .aanbod_grid .col2 .uk-button span svg {
  width: 16px;
}
.uitgelicht-aanbod_section .aanbod_grid .col1 .uk-button:hover,
.uitgelicht-aanbod_section .aanbod_grid .col2 .uk-button:hover {
  background-color: var(--marigold-yellow);
  color: var(--rust-dark);
  border: 1px solid var(--marigold-yellow);
}
.uitgelicht-aanbod_section .aanbod_grid .col2 .button3 {
  position: relative;
  top: 10px;
}
.uitgelicht-aanbod_section .aanbod_grid .overlay1,
.uitgelicht-aanbod_section .aanbod_grid .overlay2,
.uitgelicht-aanbod_section .aanbod_grid .overlay3 {
  position: relative;
}
@media (max-width: 39.9375em) {
  .uitgelicht-aanbod_section .aanbod_grid .overlay1 img,
  .uitgelicht-aanbod_section .aanbod_grid .overlay2 img,
  .uitgelicht-aanbod_section .aanbod_grid .overlay3 img {
    max-height: 200px;
    object-fit: cover;
  }
}
.uitgelicht-aanbod_section .aanbod_grid .overlay1::before,
.uitgelicht-aanbod_section .aanbod_grid .overlay2::before,
.uitgelicht-aanbod_section .aanbod_grid .overlay3::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  z-index: 4;
  pointer-events: none;
}
.uitgelicht-aanbod_section .aanbod_grid .overlay1 .uk-panel.uk-padding-small,
.uitgelicht-aanbod_section .aanbod_grid .overlay2 .uk-panel.uk-padding-small,
.uitgelicht-aanbod_section .aanbod_grid .overlay3 .uk-panel.uk-padding-small {
  padding: 25px;
}
.uitgelicht-aanbod_section .aanbod_grid .overlay1 .el-title,
.uitgelicht-aanbod_section .aanbod_grid .overlay2 .el-title,
.uitgelicht-aanbod_section .aanbod_grid .overlay3 .el-title {
  font-size: 1.125rem;
  color: white;
  font-family: "Objektiv VF MEDIUM", sans-serif;
  line-height: 1.1;
  padding-block-end: 5px;
  position: relative;
  z-index: 5;
}
@media (max-width: 39.9375em) {
  .uitgelicht-aanbod_section .aanbod_grid .overlay1 .el-title,
  .uitgelicht-aanbod_section .aanbod_grid .overlay2 .el-title,
  .uitgelicht-aanbod_section .aanbod_grid .overlay3 .el-title {
    display: none;
  }
}
.uitgelicht-aanbod_section .aanbod_grid .overlay1 .el-meta,
.uitgelicht-aanbod_section .aanbod_grid .overlay2 .el-meta,
.uitgelicht-aanbod_section .aanbod_grid .overlay3 .el-meta {
  font-size: clamp(0.875rem, 0.813rem + 0.33vw, 1.0625rem);
  color: white;
  font-family: "Objektiv VF MEDIUM", sans-serif;
  font-size: 0.875rem;
  line-height: 1.1;
  position: relative;
  z-index: 5;
  padding-inline-start: 15px;
}
.uitgelicht-aanbod_section .aanbod_grid .overlay1 .el-meta::before,
.uitgelicht-aanbod_section .aanbod_grid .overlay2 .el-meta::before,
.uitgelicht-aanbod_section .aanbod_grid .overlay3 .el-meta::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-image: url("/images/YooTheme/icons/location-light.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.uitgelicht-aanbod_section .aanbod_grid .overlay1 {
  position: relative;
}
.uitgelicht-aanbod_section .aanbod_grid .overlay1 img {
  border-radius: 10px 0 0 10px;
}
@media (max-width: 59.9375em) {
  .uitgelicht-aanbod_section .aanbod_grid .overlay1 img {
    border-radius: 10px 10px 0 0;
  }
}
.uitgelicht-aanbod_section .aanbod_grid .overlay1::before {
  border-radius: 10px 0 0 10px;
}
@media (max-width: 59.9375em) {
  .uitgelicht-aanbod_section .aanbod_grid .overlay1::before {
    border-radius: 10px 10px 0 0;
  }
}
.uitgelicht-aanbod_section .aanbod_grid .overlay2,
.uitgelicht-aanbod_section .aanbod_grid .overlay3 {
  min-height: calc(50% - 10px) !important;
}
.uitgelicht-aanbod_section .aanbod_grid .overlay3 {
  margin-top: 10px !important;
}
.uitgelicht-aanbod_section .aanbod_grid .overlay3 img {
  height: 100%;
}
@media (max-width: 59.9375em) {
  .uitgelicht-aanbod_section .aanbod_grid .overlay3 img {
    border-radius: 0 0 0 10px;
  }
}
@media (max-width: 39.9375em) {
  .uitgelicht-aanbod_section .aanbod_grid .overlay3 img {
    border-radius: 0;
  }
}
@media (max-width: 59.9375em) {
  .uitgelicht-aanbod_section .aanbod_grid .overlay3::before {
    border-radius: 0 0 0 10px;
  }
}
@media (max-width: 39.9375em) {
  .uitgelicht-aanbod_section .aanbod_grid .overlay3::before {
    border-radius: 0;
  }
}
.uitgelicht-aanbod_section .aanbod_grid .uk-card {
  border-radius: 0 10px 10px 0;
  background: var(--antique-white);
  border: none !important;
  min-height: 100%;
}
.uitgelicht-aanbod_section .aanbod_grid .uk-card .uk-card-media-top {
  height: 50%;
}
@media (max-width: 59.9375em) {
  .uitgelicht-aanbod_section .aanbod_grid .uk-card {
    border-radius: 0 0 10px 0;
  }
}
@media (max-width: 39.9375em) {
  .uitgelicht-aanbod_section .aanbod_grid .uk-card {
    border-radius: 0 0 10px 10px;
  }
}
.uitgelicht-aanbod_section .aanbod_grid .uk-card img {
  border-radius: 0 10px 0 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 59.9375em) {
  .uitgelicht-aanbod_section .aanbod_grid .uk-card img {
    border-radius: 0;
  }
}
@media (max-width: 39.9375em) {
  .uitgelicht-aanbod_section .aanbod_grid .uk-card img {
    border-radius: 0;
    max-height: 200px;
    object-fit: cover;
  }
}
.uitgelicht-aanbod_section .aanbod_grid .uk-card .uk-card-body {
  gap: 0px;
  height: calc(50% - 40px);
  justify-content: center;
  display: flex;
  flex-direction: column;
}
@media (max-width: 99.9375em) {
  .uitgelicht-aanbod_section .aanbod_grid .uk-card .uk-card-body {
    padding: 20px;
  }
}
.uitgelicht-aanbod_section .aanbod_grid .uk-card .uk-card-body .el-content {
  font-size: clamp(1.125rem, 1.042rem + 0.44vw, 1.375rem);
  font-family: "Objektiv VF REGULAR", sans-serif;
  font-family: "Objektiv VF MEDIUM", sans-serif;
  line-height: 1.2;
  color: var(--lasalle-green);
  display: flex;
  justify-content: center;
  align-items: center;
}
.uitgelicht-aanbod_section .aanbod_grid .uk-card .uk-button {
  background-color: var(--golden-yellow);
  color: var(--rust-dark);
  font-family: "Objektiv VF BOLD", sans-serif;
  font-size: 1.0625rem;
  text-transform: none;
  border-radius: 15px 5px;
  letter-spacing: 0px;
  padding-inline: 15px;
  padding-block: 12px;
  line-height: 1;
  transition: all 0.3s ease-in-out;
  position: relative;
  padding-inline-start: 35px;
  padding-block: 15px;
}
.uitgelicht-aanbod_section .aanbod_grid .uk-card .uk-button svg polyline {
  stroke-width: 3px;
  stroke-linecap: round;
}
.uitgelicht-aanbod_section .aanbod_grid .uk-card .uk-button:hover {
  background-color: var(--marigold-yellow);
  color: var(--rust-dark);
  border-color: transparent;
}
.uitgelicht-aanbod_section .aanbod_grid .uk-card .uk-button a:hover {
  text-decoration: none !important;
}
.uitgelicht-aanbod_section .aanbod_grid .uk-card .uk-button::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 14px;
  background-image: url("/images/YooTheme/icons/arrow-r-rust.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.contact h3 {
  font-size: clamp(1.5rem, 1.104rem + 2.11vw, 2.6875rem);
  font-family: "Objektiv VF SEMIBOLD", sans-serif;
  font-family: "Objektiv VF SEMIBOLD", sans-serif;
  color: var(--pale-teal);
}
.contact .el-title,
.contact .el-meta {
  font-size: clamp(0.9375rem, 0.896rem + 0.22vw, 1.0625rem);
  line-height: 1.3;
  font-family: "Objektiv VF REGULAR", sans-serif;
  color: var(--text-dark-green);
}
.contact .el-title {
  font-family: "Objektiv VF SEMIBOLD", sans-serif;
}
.contact .convertforms .cf-form-wrap {
  padding: 0px;
}
.contact .convertforms input,
.contact .convertforms textarea {
  border: 1px solid var(--pale-teal);
}
.contact .convertforms input::placeholder,
.contact .convertforms textarea::placeholder {
  font-size: clamp(0.9375rem, 0.896rem + 0.22vw, 1.0625rem);
  line-height: 1.3;
  font-family: "Objektiv VF REGULAR", sans-serif;
  color: var(--viridian-green);
}
.contact .convertforms .cf-control-group {
  border: none;
}
.contact .convertforms .cf-text-right {
  display: flex;
  justify-content: flex-end;
}
.contact .convertforms button {
  background-color: var(--lasalle-green);
  color: white;
  font-family: "Objektiv VF BOLD", sans-serif;
  font-size: 1.0625rem;
  text-transform: none;
  border-radius: 15px 5px;
  letter-spacing: 0px;
  padding-inline: 15px;
  padding-block: 12px;
  line-height: 1;
  transition: all 0.3s ease-in-out;
  border: none;
  padding-inline: 15px;
  font-size: 1.0625rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  transition: all 0.3s ease-in-out;
  gap: 5px;
}
.contact .convertforms button svg polyline {
  stroke-width: 3px;
  stroke-linecap: round;
}
.contact .convertforms button:hover {
  background-color: var(--teal-green);
  color: white;
}
.contact .convertforms button a:hover {
  text-decoration: none !important;
}
.contact .convertforms button::before {
  content: "";
  width: 0.9375rem;
  height: 0.9375rem;
  background-color: white;
  -webkit-mask: url("/images/YooTheme/icons/arrow-r-white.svg") no-repeat center/contain;
  mask: url("/images/YooTheme/icons/arrow-r-white.svg") no-repeat center/contain;
  transition: background-color 0.3s ease-in-out;
}
.contact .convertforms button:hover::before {
  background-color: white;
}
.contact .uk-button {
  background-color: var(--lasalle-green);
  color: white;
  font-family: "Objektiv VF BOLD", sans-serif;
  font-size: 1.0625rem;
  text-transform: none;
  border-radius: 15px 5px;
  letter-spacing: 0px;
  padding-inline: 15px;
  padding-block: 12px;
  line-height: 1;
  transition: all 0.3s ease-in-out;
  border: none;
  padding-inline: 15px;
  font-size: 1.0625rem;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  transition: all 0.3s ease-in-out;
  gap: 5px;
}
.contact .uk-button svg polyline {
  stroke-width: 3px;
  stroke-linecap: round;
}
.contact .uk-button:hover {
  background-color: var(--teal-green);
  color: white;
}
.contact .uk-button a:hover {
  text-decoration: none !important;
}
.contact .uk-button::before {
  content: "";
  width: 0.9375rem;
  height: 0.9375rem;
  background-color: white;
  -webkit-mask: url("/images/YooTheme/icons/arrow-r-white.svg") no-repeat center/contain;
  mask: url("/images/YooTheme/icons/arrow-r-white.svg") no-repeat center/contain;
  transition: background-color 0.3s ease-in-out;
}
.contact .uk-button:hover::before {
  background-color: white;
}

.aanbod-slider_section {
  background-color: var(--harp-white);
}
.aanbod-slider_section h3 {
  font-size: clamp(1.25rem, 1rem + 1.33vw, 2rem);
  font-family: "Objektiv VF SEMIBOLD", sans-serif;
  font-family: "Objektiv VF SEMIBOLD", sans-serif;
  color: var(--lasalle-green);
}
.aanbod-slider_section .el-slidenav svg {
  display: none !important;
}
.aanbod-slider_section .el-slidenav.uk-slidenav-next {
  position: relative;
}
.aanbod-slider_section .el-slidenav.uk-slidenav-next::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0%;
  transform: translateY(-55px);
  width: 39px;
  height: 39px;
  background: url("/images/YooTheme/icons/arrowbuttonwhite_right.svg") no-repeat center center;
  background-size: contain;
  border-radius: 5px;
  box-shadow: 0px 4px 9px rgba(17, 17, 26, 0.29), 0px 8px 24px rgba(17, 17, 26, 0.1), 0px 16px 56px rgba(17, 17, 26, 0.1);
}
@media (max-width: 74.9375em) {
  .aanbod-slider_section .el-slidenav.uk-slidenav-next::before {
    transform: translateY(-30px);
  }
}
.aanbod-slider_section .el-slidenav.uk-slidenav-previous {
  position: relative;
}
.aanbod-slider_section .el-slidenav.uk-slidenav-previous::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0%;
  transform: translateY(-55px);
  width: 39px;
  height: 39px;
  background: url("/images/YooTheme/icons/arrowbuttonwhite_left.svg") no-repeat center center;
  background-size: contain;
  border-radius: 5px;
  box-shadow: 0px 4px 9px rgba(17, 17, 26, 0.29), 0px 8px 24px rgba(17, 17, 26, 0.1), 0px 16px 56px rgba(17, 17, 26, 0.1);
}
@media (max-width: 74.9375em) {
  .aanbod-slider_section .el-slidenav.uk-slidenav-previous::before {
    transform: translateY(-30px);
  }
}
.aanbod-slider_section .uk-card {
  border: none;
  transition: all 0.3s ease-in-out;
  border-radius: 10px;
}
.aanbod-slider_section .uk-card .uk-card-media-top {
  border-radius: 10px 10px 0 0;
}
.aanbod-slider_section .uk-card .uk-card-media-top .el-image {
  min-height: 200px;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
}
.aanbod-slider_section .uk-card .uk-card-body {
  border-radius: 0 0 10px 10px;
  border: 1px solid #D7D7D7;
  border-top: none;
  transition: all 0.3s ease-in-out;
}
.aanbod-slider_section .uk-card .uk-card-body .el-title {
  font-size: clamp(1.125rem, 1.042rem + 0.44vw, 1.375rem);
  font-family: "Objektiv VF REGULAR", sans-serif;
  font-family: "Objektiv VF MEDIUM", sans-serif;
  color: var(--lunar-green);
  letter-spacing: normal;
}
.aanbod-slider_section .uk-card .uk-card-body .el-sublayout {
  margin-top: 0px !important;
}
.aanbod-slider_section .uk-card .uk-card-body .el-sublayout .tag .tekstblok {
  color: var(--rust-dark);
}
.aanbod-slider_section .uk-card .uk-card-body .el-sublayout .kosten .uk-width-1-1 {
  display: flex;
  flex-direction: row;
  gap: 5px;
  flex-wrap: wrap;
  row-gap: 0px;
  margin-top: 5px !important;
}
.aanbod-slider_section .uk-card .uk-card-body .el-sublayout .kosten .uk-width-1-1 .price {
  margin: 0px !important;
}
.aanbod-slider_section .uk-card .uk-card-body .el-sublayout .tekstblok,
.aanbod-slider_section .uk-card .uk-card-body .el-sublayout .el-content {
  font-family: "Objektiv VF REGULAR", sans-serif;
  font-size: 16px;
  line-height: 1;
  color: var(--text-dark-green);
  display: inline-block;
  vertical-align: middle;
}
.aanbod-slider_section .uk-card .uk-card-body .el-sublayout hr {
  border: none;
  border-top: 1px dotted var(--lasalle-green);
  height: 0;
  width: 100%;
  margin-top: 5px;
}
.aanbod-slider_section .uk-card .uk-card-body .el-sublayout .uk-width-1-2\@m.uk-grid-margin.uk-first-column {
  margin-top: 0px !important;
}
.aanbod-slider_section .uk-card .uk-card-body .el-sublayout .kick-faved {
  position: absolute;
  top: 0;
  right: 0;
}
.aanbod-slider_section .uk-card .uk-card-body .el-sublayout .kick-faved svg path {
  fill: white;
  stroke: var(--pale-teal);
  stroke-width: 2px;
}
.aanbod-slider_section .uk-card .uk-card-body .el-sublayout .kick-faved.faved svg path {
  fill: #CC5766;
  stroke: #CC5766;
}
.aanbod-slider_section .uk-card .uk-card-body .uk-button {
  background-color: var(--harp-white);
  color: var(--lunar-green);
  font-family: "Objektiv VF BOLD", sans-serif;
  font-size: 1.0625rem;
  text-transform: none;
  border-radius: 15px 5px;
  letter-spacing: 0px;
  padding-inline: 15px;
  padding-block: 12px;
  line-height: 1;
  transition: all 0.3s ease-in-out;
  position: relative;
  padding-inline: 30px;
  font-size: 1.0625rem;
  display: flex;
  align-items: center;
  transition: all 0.3s ease-in-out;
  gap: 5px;
}
.aanbod-slider_section .uk-card .uk-card-body .uk-button svg polyline {
  stroke-width: 3px;
  stroke-linecap: round;
}
.aanbod-slider_section .uk-card .uk-card-body .uk-button:hover {
  background-color: var(--pale-teal);
  color: white;
  border-color: transparent;
}
.aanbod-slider_section .uk-card .uk-card-body .uk-button a:hover {
  text-decoration: none !important;
}
@media screen and (max-width: 400px) {
  .aanbod-slider_section .uk-card .uk-card-body .uk-button {
    min-width: 100%;
  }
}
.aanbod-slider_section .uk-card .uk-card-body .uk-button::before {
  content: "";
  width: 0.9375rem;
  height: 0.9375rem;
  background-color: var(--lunar-green);
  -webkit-mask: url("/images/YooTheme/icons/arrow-r-lunar.svg") no-repeat center/contain;
  mask: url("/images/YooTheme/icons/arrow-r-lunar.svg") no-repeat center/contain;
  transition: background-color 0.3s ease-in-out;
}
.aanbod-slider_section .uk-card .uk-card-body .uk-button:hover::before {
  background-color: white;
}
.aanbod-slider_section .uk-card:hover .uk-card-body {
  border-color: var(--pale-teal);
}
.aanbod-slider_section .aanbodlink a {
  background-color: transparent;
  color: white;
  font-family: "Objektiv VF REGULAR", sans-serif;
  font-size: 1.0625rem;
  text-transform: none;
  border-radius: 0px;
  letter-spacing: 0px;
  padding-inline: 0px !important;
  line-height: 1;
  border: none;
  box-shadow: none;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
  color: var(--viridian-green);
  font-family: "Objektiv VF BOLD", sans-serif;
}
.aanbod-slider_section .aanbodlink a:hover {
  color: var(--lunar-green);
  text-decoration: underline;
}
.aanbod-slider_section .uk-dotnav li a {
  background-color: var(--pale-teal);
}
.aanbod-slider_section .uk-dotnav li.uk-active a,
.aanbod-slider_section .uk-dotnav li a:hover {
  background-color: var(--lasalle-green);
}

footer .prefooter {
  padding-top: 147px;
}
footer .prefooter .cardrow {
  margin-top: -147px;
}
footer .prefooter .cardrow .bluecol .uk-card-default {
  border-radius: 10px;
  border: none;
}
footer .prefooter .cardrow .bluecol .uk-card-default .uk-background-norepeat {
  border-radius: 10px;
  position: relative;
}
@media (max-width: 99.9375em) {
  footer .prefooter .cardrow .bluecol .uk-card-default .uk-background-norepeat {
    background-image: url("/images/YooTheme/bgcardfooterwithout.jpg") !important;
  }
  footer .prefooter .cardrow .bluecol .uk-card-default .uk-background-norepeat::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
    z-index: 4;
    pointer-events: none;
    border-radius: 10px;
  }
}
footer .prefooter .cardrow .bluecol .uk-panel:has(.bluerow) {
  height: 100%;
}
footer .prefooter .cardrow .bluecol .uk-panel .bluerow {
  height: 100%;
}
footer .prefooter .cardrow .bluecol .uk-panel .bluerow .uk-grid {
  height: 100%;
}
footer .prefooter .cardrow .bluecol .uk-panel .bluerow .uk-grid .contactcol {
  align-content: center;
  justify-content: center;
}
footer .prefooter .cardrow .bluecol .uk-panel .bluerow .uk-grid .contactcol .uk-card-default {
  max-height: 225px;
  max-width: 350px;
  width: 80%;
  border-radius: 0px;
  padding: 40px;
  z-index: 5;
  position: relative;
}
@media (max-width: 39.9375em) {
  footer .prefooter .cardrow .bluecol .uk-panel .bluerow .uk-grid .contactcol .uk-card-default {
    padding-inline: 20px;
    padding-block: 20px;
    width: 100%;
  }
}
footer .prefooter .cardrow .bluecol .uk-panel .bluerow .uk-grid .contactcol .uk-card-default .title {
  font-size: clamp(1.125rem, 1.042rem + 0.44vw, 1.375rem);
  font-family: "Objektiv VF REGULAR", sans-serif;
  font-family: "Objektiv VF MEDIUM", sans-serif;
  color: var(--lasalle-green);
}
footer .prefooter .cardrow .bluecol .uk-panel .bluerow .uk-grid .tekstblok {
  font-size: clamp(0.9375rem, 0.896rem + 0.22vw, 1.0625rem);
  line-height: 1.3;
  font-family: "Objektiv VF REGULAR", sans-serif;
  color: white;
  z-index: 5;
  position: relative;
}
footer .prefooter .cardrow .bluecol .uk-panel .bluerow .uk-grid .teamcol {
  z-index: 5;
  position: relative;
}
footer .prefooter .cardrow .bluecol .uk-panel .bluerow .uk-grid .teamcol .imagerow {
  justify-content: center;
  padding-inline-start: 30px;
  transform-origin: center center;
  flex-wrap: nowrap;
  margin-block: 10px;
}
footer .prefooter .cardrow .bluecol .uk-panel .bluerow .uk-grid .teamcol .imagerow img {
  border-radius: 50%;
  aspect-ratio: 1/1;
  object-fit: cover;
  max-width: 50px;
}
@media (min-width: 75em) {
  footer .prefooter .cardrow .bluecol .uk-panel .bluerow .uk-grid .teamcol .imagerow {
    scale: 1.3;
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  footer .prefooter .cardrow .bluecol .uk-panel .bluerow .uk-grid .teamcol .imagerow {
    transform: scale(1.2);
  }
}
@media (max-width: 639px) {
  footer .prefooter .cardrow .bluecol .uk-panel .bluerow .uk-grid .teamcol .imagerow {
    padding-inline-start: 15px;
    transform: scale(0.8);
  }
}
@media (max-width: 639px) {
  footer .prefooter .cardrow .bluecol .uk-panel .bluerow .uk-grid .teamcol .imagerow {
    padding-inline-start: 15px;
  }
}
footer .prefooter .cardrow .bluecol .uk-panel .bluerow .uk-grid .teamcol .imagerow .photocol:nth-child(1) {
  position: relative;
  left: 10px;
  z-index: 5;
}
@media (max-width: 639px) {
  footer .prefooter .cardrow .bluecol .uk-panel .bluerow .uk-grid .teamcol .imagerow .photocol:nth-child(1) {
    left: 5px;
  }
}
footer .prefooter .cardrow .bluecol .uk-panel .bluerow .uk-grid .teamcol .imagerow .photocol:nth-child(2) {
  z-index: 4;
}
@media (max-width: 639px) {
  footer .prefooter .cardrow .bluecol .uk-panel .bluerow .uk-grid .teamcol .imagerow .photocol:nth-child(2) {
    left: 5px;
  }
}
footer .prefooter .cardrow .bluecol .uk-panel .bluerow .uk-grid .teamcol .imagerow .photocol:nth-child(3) {
  position: relative;
  left: -15px;
  z-index: 3;
}
@media (max-width: 639px) {
  footer .prefooter .cardrow .bluecol .uk-panel .bluerow .uk-grid .teamcol .imagerow .photocol:nth-child(3) {
    left: -5px;
  }
}
footer .prefooter .cardrow .bluecol .uk-panel .bluerow .uk-grid .teamcol .imagerow .photocol:nth-child(4) {
  position: relative;
  left: -30px;
  z-index: 2;
}
@media (max-width: 639px) {
  footer .prefooter .cardrow .bluecol .uk-panel .bluerow .uk-grid .teamcol .imagerow .photocol:nth-child(4) {
    left: -10px;
  }
}
footer .prefooter .cardrow .bluecol .uk-panel .bluerow .uk-grid .teamcol .imagerow .photocol:nth-child(5) {
  position: relative;
  left: -40px;
  z-index: 1;
}
@media (max-width: 639px) {
  footer .prefooter .cardrow .bluecol .uk-panel .bluerow .uk-grid .teamcol .imagerow .photocol:nth-child(5) {
    left: -15px;
  }
}
footer .prefooter .cardrow .bluecol .uk-panel .bluerow .uk-grid .teamcol .imagerow .photocol {
  display: flex;
  flex-grow: inherit;
  width: 50px;
}
footer .prefooter .cardrow .greencol .uk-card-default {
  border: none;
  border-radius: 10px;
  box-shadow: 0px 0px 7px 2px rgba(17, 17, 26, 0.1), 0px 8px 24px rgba(17, 17, 26, 0.1), 0px 16px 56px rgba(17, 17, 26, 0.1);
}
footer .prefooter .cardrow .greencol .uk-card-primary {
  border-radius: 10px 10px 0 0;
  border: none;
  background-color: var(--lasalle-green);
  padding-inline: 40px;
  padding-block: 50px;
}
@media (max-width: 39.9375em) {
  footer .prefooter .cardrow .greencol .uk-card-primary {
    padding-inline: 20px;
    padding-block: 20px;
  }
}
footer .prefooter .cardrow .greencol .uk-card-primary .tekstblok {
  font-size: clamp(0.9375rem, 0.896rem + 0.22vw, 1.0625rem);
  line-height: 1.3;
  font-family: "Objektiv VF REGULAR", sans-serif;
  color: white;
}
footer .prefooter .cardrow .greencol .uk-card-primary .tekstblok strong {
  font-size: clamp(1.125rem, 1.042rem + 0.44vw, 1.375rem);
  font-family: "Objektiv VF REGULAR", sans-serif;
  font-family: "Objektiv VF MEDIUM", sans-serif;
  font-weight: 400;
  color: white;
}
footer .prefooter .cardrow .greencol .uk-card-primary .uk-background-norepeat {
  border-radius: 10px 10px 0 0;
}
footer .prefooter .cardrow .greencol .uk-card-secondary {
  border-radius: 0 0 10px 10px;
  border: none;
  background-color: white;
  padding-inline: 40px;
}
@media (max-width: 39.9375em) {
  footer .prefooter .cardrow .greencol .uk-card-secondary {
    padding-inline: 20px;
    padding-block: 20px;
  }
}
footer .prefooter .cardrow .greencol .uk-card-secondary .tekstblok {
  font-size: clamp(1.125rem, 1.042rem + 0.44vw, 1.375rem);
  font-family: "Objektiv VF REGULAR", sans-serif;
  font-family: "Objektiv VF MEDIUM", sans-serif;
  font-weight: 400 !important;
  color: var(--lunar-green);
  margin-block-end: 10px;
}
@media (max-width: 39.9375em) {
  footer .prefooter .cardrow .greencol .uk-card-secondary .tekstblok {
    font-size: clamp(0.9375rem, 0.813rem + 0.67vw, 1.3125rem);
    font-family: "Objektiv VF REGULAR", sans-serif;
  }
}
footer .prefooter .cardrow .greencol .uk-card-secondary .uk-background-norepeat {
  border-radius: 0 0 10px 10px;
}
footer .prefooter .vglogorow {
  padding-inline: 100px;
}
@media (max-width: 74.9375em) {
  footer .prefooter .vglogorow {
    padding-inline: 0px;
  }
}
@media (max-width: 59.9375em) {
  footer .prefooter .vglogorow > * {
    margin: 0px !important;
  }
  footer .prefooter .vglogorow img {
    max-width: 200px;
  }
}
footer .prefooter .linkrow {
  padding-inline: 100px;
  justify-content: space-between;
  margin-top: 40px;
}
@media (max-width: 59.9375em) {
  footer .prefooter .linkrow {
    display: none;
  }
}
@media (max-width: 74.9375em) {
  footer .prefooter .linkrow {
    padding-inline: 0px;
  }
}
footer .prefooter .linkrow > *:nth-child(2) {
  margin-inline-end: 30px;
}
footer .prefooter .linkrow .uk-width-1-6\@m {
  width: fit-content;
  flex-grow: unset;
}
footer .prefooter .linkrow p {
  font-family: "Objektiv VF MEDIUM", sans-serif;
  font-size: 1.125rem;
  color: var(--lasalle-green);
}
footer .prefooter .linkrow ul {
  width: fit-content;
}
footer .prefooter .linkrow ul li {
  font-family: "Objektiv VF MEDIUM", sans-serif;
  font-size: 1.375rem;
  text-transform: none;
  letter-spacing: normal;
  width: fit-content;
}
footer .prefooter .linkrow ul li a {
  width: fit-content;
  color: var(--lasalle-green);
  transition: all 0.3s ease-in-out;
  will-change: scale, color;
}
footer .prefooter .linkrow ul li a:hover {
  color: var(--lunar-green);
  scale: 1.05;
}
footer .prefooter .linkrowmobile {
  display: none;
}
@media (max-width: 59.9375em) {
  footer .prefooter .linkrowmobile {
    display: flex;
    gap: 30px;
    margin-top: 30px;
  }
}
@media (max-width: 39.9375em) {
  footer .prefooter .linkrowmobile {
    gap: 0px;
  }
}
footer .prefooter .linkrowmobile p {
  font-family: "Objektiv VF MEDIUM", sans-serif;
  font-size: 1.125rem;
  color: var(--lasalle-green);
}
footer .prefooter .linkrowmobile ul li {
  font-family: "Objektiv VF MEDIUM", sans-serif;
  font-size: 1.375rem;
  text-transform: none;
  letter-spacing: normal;
}
footer .prefooter .linkrowmobile ul li a {
  width: fit-content;
  color: var(--lasalle-green);
  transition: all 0.3s ease-in-out;
  will-change: color;
}
@media (max-width: 39.9375em) {
  footer .prefooter .linkrowmobile ul li a {
    padding: 0px;
  }
}
footer .prefooter .linkrowmobile ul li a:hover {
  color: var(--lunar-green);
}
footer .prefooter .listrow {
  padding-inline: 100px;
}
@media (max-width: 74.9375em) {
  footer .prefooter .listrow {
    padding-inline: 0px;
  }
}
footer .prefooter .listrow .uk-width-1-1 > :first-child {
  border-top: 1px dotted var(--lasalle-green);
  padding-block-start: 30px;
  display: flex;
  flex-direction: row;
  gap: 40px;
}
@media (max-width: 59.9375em) {
  footer .prefooter .listrow .uk-width-1-1 > :first-child {
    flex-wrap: wrap;
    row-gap: 20px;
  }
}
footer .prefooter .listrow .uk-width-1-1 span {
  font-size: clamp(0.9375rem, 0.896rem + 0.22vw, 1.0625rem);
  line-height: 1.3;
  font-family: "Objektiv VF REGULAR", sans-serif;
  color: var(--lasalle-green);
}
footer .prefooter .listrow .uk-width-1-1 span img {
  max-height: 20px;
}
footer .prefooter .listrow .uk-width-1-1 span .uk-text-middle {
  padding-inline-start: 5px;
}
footer .prefooter .listrow .el-link {
  color: var(--lasalle-green) !important;
  text-decoration: none !important;
}
footer .prefooter .listrow .el-link:hover {
  color: var(--lunar-green) !important;
  text-decoration: none !important;
}
footer .prefooter .listrow joomla-hidden-mail a {
  color: var(--lasalle-green) !important;
}
footer .wj-copyright {
  background: var(--lasalle-green);
}
footer .wj-copyright .wj-copyright-row {
  padding-inline: 100px;
}
footer .wj-copyright .wj-copyright,
footer .wj-copyright .el-content,
footer .wj-copyright span,
footer .wj-copyright a {
  font-family: "Objektiv VF REGULAR", sans-serif;
  font-size: 1rem;
  color: white;
}
footer .wj-copyright .wj-copyright:hover,
footer .wj-copyright .el-content:hover,
footer .wj-copyright span:hover,
footer .wj-copyright a:hover {
  text-decoration: none !important;
}
footer a:hover {
  text-decoration: none !important;
}

.favourites_section h3 {
  font-size: clamp(1.25rem, 1rem + 1.33vw, 2rem);
  font-family: "Objektiv VF SEMIBOLD", sans-serif;
  font-family: "Objektiv VF SEMIBOLD", sans-serif;
  color: var(--lasalle-green);
}
.favourites_section .el-slidenav svg {
  display: none !important;
}
.favourites_section .el-slidenav.uk-slidenav-next {
  position: relative;
}
.favourites_section .el-slidenav.uk-slidenav-next::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0%;
  transform: translateY(-55px);
  width: 39px;
  height: 39px;
  background: url("/images/YooTheme/icons/arrowbuttonwhite_right.svg") no-repeat center center;
  background-size: contain;
  border-radius: 5px;
  box-shadow: 0px 4px 9px rgba(17, 17, 26, 0.29), 0px 8px 24px rgba(17, 17, 26, 0.1), 0px 16px 56px rgba(17, 17, 26, 0.1);
}
@media (max-width: 74.9375em) {
  .favourites_section .el-slidenav.uk-slidenav-next::before {
    transform: translateY(-30px);
  }
}
.favourites_section .el-slidenav.uk-slidenav-previous {
  position: relative;
}
.favourites_section .el-slidenav.uk-slidenav-previous::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0%;
  transform: translateY(-55px);
  width: 39px;
  height: 39px;
  background: url("/images/YooTheme/icons/arrowbuttonwhite_left.svg") no-repeat center center;
  background-size: contain;
  border-radius: 5px;
  box-shadow: 0px 4px 9px rgba(17, 17, 26, 0.29), 0px 8px 24px rgba(17, 17, 26, 0.1), 0px 16px 56px rgba(17, 17, 26, 0.1);
}
@media (max-width: 74.9375em) {
  .favourites_section .el-slidenav.uk-slidenav-previous::before {
    transform: translateY(-30px);
  }
}
.favourites_section .uk-card {
  border: none;
  transition: all 0.3s ease-in-out;
  border-radius: 10px;
}
.favourites_section .uk-card .uk-card-media-top {
  border-radius: 10px 10px 0 0;
}
.favourites_section .uk-card .uk-card-media-top .el-image {
  min-height: 200px;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
}
.favourites_section .uk-card .uk-card-body {
  border-radius: 0 0 10px 10px;
  border: 1px solid #D7D7D7;
  border-top: none;
  transition: all 0.3s ease-in-out;
}
.favourites_section .uk-card .uk-card-body .el-title {
  font-size: clamp(1.125rem, 1.042rem + 0.44vw, 1.375rem);
  font-family: "Objektiv VF REGULAR", sans-serif;
  font-family: "Objektiv VF MEDIUM", sans-serif;
  color: var(--lunar-green);
  letter-spacing: normal;
}
.favourites_section .uk-card .uk-card-body .el-sublayout {
  margin-top: 0px !important;
}
.favourites_section .uk-card .uk-card-body .el-sublayout .tekstblok,
.favourites_section .uk-card .uk-card-body .el-sublayout .el-content {
  font-family: "Objektiv VF REGULAR", sans-serif;
  font-size: 16px;
  line-height: 1;
  color: var(--text-dark-green);
  display: inline-block;
  vertical-align: middle;
}
.favourites_section .uk-card .uk-card-body .el-sublayout hr {
  border: none;
  border-top: 1px dotted var(--lasalle-green);
  height: 0;
  width: 100%;
  margin-top: 5px;
}
.favourites_section .uk-card .uk-card-body .el-sublayout .uk-width-1-2\@m.uk-grid-margin.uk-first-column {
  margin-top: 0px !important;
}
.favourites_section .uk-card .uk-card-body .el-sublayout .kick-faved {
  position: absolute;
  top: 0;
  right: 0;
}
.favourites_section .uk-card .uk-card-body .el-sublayout .kick-faved svg path {
  fill: white;
  stroke: var(--pale-teal);
  stroke-width: 2px;
}
.favourites_section .uk-card .uk-card-body .el-sublayout .kick-faved.faved svg path {
  fill: #CC5766;
  stroke: #CC5766;
}
.favourites_section .uk-card .uk-card-body .uk-button {
  background-color: var(--harp-white);
  color: var(--lunar-green);
  font-family: "Objektiv VF BOLD", sans-serif;
  font-size: 1.0625rem;
  text-transform: none;
  border-radius: 15px 5px;
  letter-spacing: 0px;
  padding-inline: 15px;
  padding-block: 12px;
  line-height: 1;
  transition: all 0.3s ease-in-out;
  position: relative;
  padding-inline: 30px;
  font-size: 1.0625rem;
  display: flex;
  align-items: center;
  transition: all 0.3s ease-in-out;
  gap: 5px;
}
.favourites_section .uk-card .uk-card-body .uk-button svg polyline {
  stroke-width: 3px;
  stroke-linecap: round;
}
.favourites_section .uk-card .uk-card-body .uk-button:hover {
  background-color: var(--pale-teal);
  color: white;
  border-color: transparent;
}
.favourites_section .uk-card .uk-card-body .uk-button a:hover {
  text-decoration: none !important;
}
@media screen and (max-width: 400px) {
  .favourites_section .uk-card .uk-card-body .uk-button {
    min-width: 100%;
  }
}
.favourites_section .uk-card .uk-card-body .uk-button::before {
  content: "";
  width: 0.9375rem;
  height: 0.9375rem;
  background-color: var(--lunar-green);
  -webkit-mask: url("/images/YooTheme/icons/arrow-r-lunar.svg") no-repeat center/contain;
  mask: url("/images/YooTheme/icons/arrow-r-lunar.svg") no-repeat center/contain;
  transition: background-color 0.3s ease-in-out;
}
.favourites_section .uk-card .uk-card-body .uk-button:hover::before {
  background-color: white;
}
.favourites_section .uk-card:hover .uk-card-body {
  border-color: var(--pale-teal);
}
.favourites_section .aanbodlink a {
  background-color: transparent;
  color: white;
  font-family: "Objektiv VF REGULAR", sans-serif;
  font-size: 1.0625rem;
  text-transform: none;
  border-radius: 0px;
  letter-spacing: 0px;
  padding-inline: 0px !important;
  line-height: 1;
  border: none;
  box-shadow: none;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
  color: var(--viridian-green);
  font-family: "Objektiv VF BOLD", sans-serif;
}
.favourites_section .aanbodlink a:hover {
  color: var(--lunar-green);
  text-decoration: underline;
}
.favourites_section .uk-dotnav li a {
  background-color: var(--pale-teal);
}
.favourites_section .uk-dotnav li.uk-active a,
.favourites_section .uk-dotnav li a:hover {
  background-color: var(--lasalle-green);
}

.searchtemplate .uk-search-input {
  border-bottom: 1px solid var(--pale-teal) !important;
  color: var(--text-dark-green);
  font-family: "Objektiv VF REGULAR", sans-serif;
}
.searchtemplate .uk-search-input::placeholder {
  color: var(--pale-teal);
  font-family: "Objektiv VF REGULAR", sans-serif;
}
.searchtemplate .uk-card {
  border: none;
  transition: all 0.3s ease-in-out;
  background-color: #e7f3ec;
  border-radius: 10px;
  border: none;
  border-top: none;
  transition: all 0.3s ease-in-out;
}
.searchtemplate .uk-card .el-image {
  min-height: 200px;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
}
.searchtemplate .uk-card .el-title {
  font-size: clamp(1.125rem, 1.042rem + 0.44vw, 1.375rem);
  font-family: "Objektiv VF REGULAR", sans-serif;
  font-family: "Objektiv VF MEDIUM", sans-serif;
  color: var(--lunar-green);
  letter-spacing: normal;
  padding-inline: 20px;
}
.searchtemplate .uk-card .el-content {
  padding-inline: 20px;
  font-size: clamp(0.9375rem, 0.896rem + 0.22vw, 1.0625rem);
  line-height: 1.3;
  font-family: "Objektiv VF REGULAR", sans-serif;
  color: var(--text-dark-green);
}
.searchtemplate .uk-card .uk-button {
  background-color: var(--lasalle-green);
  color: white;
  font-family: "Objektiv VF BOLD", sans-serif;
  font-size: 1.0625rem;
  text-transform: none;
  border-radius: 15px 5px;
  letter-spacing: 0px;
  padding-inline: 15px;
  padding-block: 12px;
  line-height: 1;
  transition: all 0.3s ease-in-out;
  border: none;
  position: relative;
  padding-inline: 30px;
  font-size: 1.0625rem;
  display: flex;
  align-items: center;
  transition: all 0.3s ease-in-out;
  gap: 5px;
  max-width: 80%;
  margin-inline: 20px;
  margin-block-end: 20px;
}
.searchtemplate .uk-card .uk-button svg polyline {
  stroke-width: 3px;
  stroke-linecap: round;
}
.searchtemplate .uk-card .uk-button:hover {
  background-color: var(--teal-green);
  color: white;
}
.searchtemplate .uk-card .uk-button a:hover {
  text-decoration: none !important;
}
@media screen and (max-width: 400px) {
  .searchtemplate .uk-card .uk-button {
    min-width: 100%;
  }
}
.searchtemplate .uk-card .uk-button::before {
  content: "";
  width: 0.9375rem;
  height: 0.9375rem;
  background-color: white;
  -webkit-mask: url("/images/YooTheme/icons/arrow-r-white.svg") no-repeat center/contain;
  mask: url("/images/YooTheme/icons/arrow-r-white.svg") no-repeat center/contain;
  transition: background-color 0.3s ease-in-out;
}
.searchtemplate .uk-card .uk-button:hover::before {
  background-color: white;
}

.fourzerofour {
  background: var(--lasalle-green) !important;
  border-radius: 0px !important;
}
.fourzerofour img {
  border-radius: 20px;
}
.fourzerofour h1 {
  font-size: clamp(1.5rem, 1.104rem + 2.11vw, 2.6875rem);
  font-family: "Objektiv VF SEMIBOLD", sans-serif;
  font-family: "Objektiv VF BOLD", sans-serif;
  color: white;
  text-align: center;
  margin-block-end: 10px;
}
.fourzerofour p {
  font-size: clamp(0.9375rem, 0.896rem + 0.22vw, 1.0625rem);
  line-height: 1.3;
  font-family: "Objektiv VF REGULAR", sans-serif;
  color: white;
  text-align: center;
  margin-block-end: 10px;
}
.fourzerofour p a {
  color: white;
  text-decoration: underline;
}
.fourzerofour .uk-button {
  background-color: var(--golden-yellow);
  color: var(--rust-dark);
  font-family: "Objektiv VF BOLD", sans-serif;
  font-size: 1.0625rem;
  text-transform: none;
  border-radius: 15px 5px;
  letter-spacing: 0px;
  padding-inline: 15px;
  padding-block: 12px;
  line-height: 1;
  transition: all 0.3s ease-in-out;
}
.fourzerofour .uk-button svg polyline {
  stroke-width: 3px;
  stroke-linecap: round;
}
.fourzerofour .uk-button:hover {
  background-color: var(--marigold-yellow);
  color: var(--rust-dark);
  border-color: transparent;
}
.fourzerofour .uk-button a:hover {
  text-decoration: none !important;
}