:root {
  --purple100: blue;
  --purple80: #7b2cbf;
  --purple60: #9d4edd;
  --purple40: #c77dff;
  --purple20: #e0aaff;
  --wj-green: #c7fdbb;
  --iv-primary: #d3450c;
  --iv-primary-dark: #ec430f;
  --iv-secondary: #540e0e;
  --iv-accent: #F3AB8E;
  --iv-text: #03323e;
  --iv-text-soft: #47707c;
  --iv-text-invert: #ffffff;
  --iv-lavender: #e5e6f1;
  --iv-lavender-light: #f9f9ff;
  --iv-sand: #f2e7dc;
  --iv-white: #ffffff;
  --heart-color: #8438df;
  --heartbeat-color: #f7148b;
}

/*
Mixins for font sizes and line heights using clamp()
Er zijn twee varianten van de clampCalc functie
- clampCalc - Deze geeft terug wat je erin stop, px/rem/em
- clampCalcRem - Deze zet input waarden px/rem/em automatisch om naar rem
*/
@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;
}
.uk-heading-2xlarge {
  font-size: clamp(6.5625rem, 5.083rem + 7.89vw, 11rem);
}

.uk-heading-xlarge {
  font-size: clamp(4.8125rem, 3.75rem + 5.67vw, 8rem);
}

.uk-heading-large {
  font-size: clamp(3.625rem, 2.833rem + 4.22vw, 6rem);
}

.uk-heading-medium {
  font-size: clamp(2.375rem, 1.833rem + 2.89vw, 4rem);
}

.uk-heading-small {
  font-size: clamp(1.75rem, 1.333rem + 2.22vw, 3rem);
}

h1 {
  font-size: clamp(1.5625rem, 1.208rem + 1.89vw, 2.625rem);
}

h2 {
  font-size: clamp(1.375rem, 1.083rem + 1.56vw, 2.25rem);
}

h3 {
  font-size: clamp(1.25rem, 1.083rem + 0.89vw, 1.75rem);
}

h4 {
  font-size: clamp(1.125rem, 1.083rem + 0.22vw, 1.25rem);
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 0.6875rem;
}

p {
  font-size: 1rem;
}

.tm-header-mobile {
  z-index: 1020;
}

.uk-modal-dialog {
  background: darkviolet;
}
.uk-modal-dialog #module-menu-dialog-mobile .uk-nav {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.uk-modal-dialog #module-menu-dialog-mobile .uk-nav li {
  font-size: clamp(1.25rem, 1.157rem + 0.49vw, 1.75rem);
  line-height: 1;
  font-weight: 600;
  margin: 0px;
  padding: 0px;
}
.uk-modal-dialog #module-menu-dialog-mobile .uk-nav li a {
  padding: 0px;
  display: block;
}

.uk-navbar-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}
.uk-navbar-toggle svg {
  overflow: visible;
}
.uk-navbar-toggle svg [class*=line-] {
  transform-origin: center;
  transition: transform 0.5s cubic-bezier(0.68, -0.6, 0.32, 1.6), opacity 0.5s ease, y 0.5s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
.uk-navbar-toggle[aria-expanded=true] {
  transform: rotate(90deg);
}
.uk-navbar-toggle[aria-expanded=true] .line-1 {
  transform: translateY(6px) scaleX(0);
  opacity: 0;
}
.uk-navbar-toggle[aria-expanded=true] .line-4 {
  transform: translateY(-6px) scaleX(0);
  opacity: 0;
}
.uk-navbar-toggle[aria-expanded=true] .line-2 {
  transform: rotate(45deg) scale(1.2);
}
.uk-navbar-toggle[aria-expanded=true] .line-3 {
  opacity: 1 !important;
  transform: rotate(-45deg) scale(1.2);
}

/*COOKIE CONSENT*/
.cc-revoke {
  background-color: transparent !important;
  background-size: cover;
  width: 32px;
  height: 32px;
}

.cc-btn,
div.cc-checkboxes-container a.cc-btn.cc-allow {
  border: none;
  padding: 15px 30px 15px 30px;
  border-radius: 100px !important;
  margin-top: 10px;
}
.cc-btn:hover,
div.cc-checkboxes-container a.cc-btn.cc-allow:hover {
  text-decoration: none !important;
}

div.cc-checkbox-container {
  width: 100%;
}

span.cc-cookie-settings-toggler {
  display: none;
}

div.cc-checkbox-container input:checked + span {
  background-color: #19a319 !important;
}

div.cc-checkbox-container input + span {
  background-color: #f7148b !important;
}

div.cc-settings-label {
  font-size: 15px !important;
  font-weight: normal !important;
  margin: 15px 0 !important;
  color: #000 !important;
  opacity: 1 !important;
}

div.cc-checkboxes-container div.cc-checkbox-container a {
  pointer-events: none !important;
}

.cc-message-text {
  line-height: 150%;
}

.cc-link {
  opacity: 1 !important;
  color: #2e1352 !important;
  text-decoration: none !important;
  line-height: 30px;
  margin-bottom: 0 !important;
}

a.cc-link.cc-cookie::before,
a.cc-link.cc-privacy::before {
  content: "";
  float: left;
  margin-right: 10px;
  line-height: 30px;
  height: 30px;
  width: 30px;
  background-image: url(/images/arrow.svg);
  background-size: cover;
}

.cc-link:hover {
  color: #000 !important;
}

.cc-highlight {
  margin-top: 50px;
}

.cc-header {
  font-size: 120%;
  color: #000;
  margin: 0;
}
.cc-header p {
  margin: 0;
}

div.cc-gdpr-component-view a.cc-btn.cc-allow {
  background-color: white;
}

div.cc-gdpr-component-view a.cc-btn.cc-allowall {
  background-color: #c7fdbb;
}

footer .uk-section-default {
  background: var(--iv-sand);
}
footer p,
footer .tekstblok,
footer .el-link,
footer .el-content {
  color: var(--iv-secondary) !important;
}
footer a {
  position: relative;
  text-transform: none;
}
footer a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  border-radius: 2px;
  background-color: var(--iv-primary);
  transition: width 0.34s var(--iv-ease);
}
footer a:hover {
  text-decoration: none;
  color: var(--iv-primary-dark) !important;
}
footer a:hover::after {
  width: 100%;
}
@media (max-width: 959px) {
  footer .contact {
    margin-bottom: 30px !important;
  }
}
footer .copyright {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  column-gap: 20px;
  row-gap: 0px;
  flex-wrap: wrap;
}
footer .copyright .footer-credit {
  display: inline-flex;
  align-items: center;
}
footer .copyright .footer-credit .el-content {
  overflow: visible !important;
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
footer .copyright .footer-credit .el-image {
  overflow: visible !important;
  display: inline-flex;
  align-items: center;
  padding: 4px;
  margin: -4px;
  width: 14px;
  height: 14px;
}
footer .copyright .footer-credit .el-image svg {
  overflow: visible !important;
  transform-origin: center center;
  fill: var(--heart-color);
  transition: fill 0.3s ease;
}
footer .copyright .footer-credit .el-image svg path {
  fill: inherit;
}
footer .copyright .footer-credit .wave-link {
  display: inline-flex;
  text-decoration: none;
  color: inherit;
}
footer .copyright .footer-credit .wave-link span {
  display: inline-block;
  transition: color 0.4s ease;
}
footer .copyright .footer-credit:hover .wave-link span {
  animation: smoothwave 0.9s cubic-bezier(0.23, 1, 0.32, 1) forwards;
  color: var(--heart-color);
}
footer .copyright .footer-credit:hover .wave-link span:nth-child(1) {
  animation-delay: 0s;
}
footer .copyright .footer-credit:hover .wave-link span:nth-child(2) {
  animation-delay: 0.05s;
}
footer .copyright .footer-credit:hover .wave-link span:nth-child(3) {
  animation-delay: 0.1s;
}
footer .copyright .footer-credit:hover .wave-link span:nth-child(4) {
  animation-delay: 0.15s;
}
footer .copyright .footer-credit:hover .wave-link span:nth-child(5) {
  animation-delay: 0.2s;
}
footer .copyright .footer-credit:hover .wave-link span:nth-child(6) {
  animation-delay: 0.25s;
}
footer .copyright .footer-credit:hover .wave-link span:nth-child(7) {
  animation-delay: 0.3s;
}
footer .copyright .footer-credit:hover .wave-link span:nth-child(8) {
  animation-delay: 0.35s;
}
footer .copyright .footer-credit:hover .wave-link span:nth-child(9) {
  animation-delay: 0.4s;
}
footer .copyright .footer-credit:hover .wave-link span:nth-child(10) {
  animation-delay: 0.45s;
}
@keyframes smoothwave {
  0% {
    transform: translateY(0px);
  }
  35% {
    transform: translateY(-9px);
  }
  65% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0px);
  }
}
footer .copyright .footer-credit:hover .el-image svg {
  animation: heart-jello 0.6s cubic-bezier(0.23, 1, 0.32, 1) forwards, heart-beat 0.9s cubic-bezier(0.23, 1, 0.32, 1) 0.6s infinite;
  fill: var(--heartbeat-color);
}
@keyframes heart-jello {
  0% {
    transform: scale(1) rotate(0deg);
  }
  20% {
    transform: scale(1.3) rotate(-15deg);
  }
  40% {
    transform: scale(1.2) rotate(12deg);
  }
  60% {
    transform: scale(1.25) rotate(-8deg);
  }
  80% {
    transform: scale(1.2) rotate(4deg);
  }
  100% {
    transform: scale(1) rotate(0deg);
  }
}
@keyframes heart-beat {
  0% {
    transform: scale(1);
  }
  30% {
    transform: scale(1.4);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
footer .cc-custom-revoke:hover {
  cursor: pointer;
}
@media (max-width: 639px) {
  footer .uk-container > div:nth-child(1) {
    text-align: center;
  }
  footer .uk-container > div:nth-child(1) .uk-grid-item-match {
    margin-top: 15px;
  }
  footer .uk-container > div:nth-child(1) .uk-grid-item-match .el-link {
    justify-content: center;
  }
}

:root {
  --iv-accent-rgb: 240, 168, 130;
  --iv-ease: cubic-bezier(0.22, 0.68, 0.24, 1);
  --iv-soft: 0 10px 30px rgba(3, 50, 62, 0.10);
  --iv-soft-hover: 0 16px 44px rgba(3, 50, 62, 0.16);
  --iv-img-hero: 640px;
  --iv-img-portrait: 520px;
  --iv-img-landscape: 420px;
  --iv-scrim: linear-gradient(to top,
      rgba(3, 50, 62, 0.52) 0%,
      rgba(3, 50, 62, 0.16) 30%,
      rgba(3, 50, 62, 0) 52%);
}

.uk-button,
.uk-button::before,
.uk-button::after,
.uk-button-primary,
.uk-button-primary::before,
.uk-button-primary::after,
.uk-button-default,
.uk-button-default::before,
.uk-button-default::after {
  box-shadow: none !important;
}

img.el-image {
  max-width: 100%;
  height: auto;
}

.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
h1.uk-h1,
h2.uk-h2,
h3.uk-h3 {
  font-family: "Urbanist", sans-serif;
  font-weight: 500;
  color: var(--iv-primary);
  letter-spacing: -0.015em;
}

.uk-h2,
h2.uk-h2 {
  font-size: clamp(32px, 23.5492957746px + 2.2535211268vw, 56px);
  line-height: 1.16;
}

.uk-h3,
h3.uk-h3 {
  font-size: clamp(25px, 19.7183098592px + 1.4084507042vw, 40px);
  line-height: 1.22;
}

.tekstblok,
.tekstblok p {
  font-family: "Kodchasan", sans-serif;
  color: var(--iv-text);
  font-size: clamp(16px, 15.2957746479px + 0.1877934272vw, 18px);
  line-height: 1.72;
}

.tekstblok p {
  max-width: 62ch;
}

.uk-button {
  font-family: "Kodchasan", sans-serif;
  font-weight: 600;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  border-radius: 0;
  padding: 0 34px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 0% 100%;
  transition: background-size 0.45s var(--iv-ease), color 0.28s ease, border-color 0.28s ease;
}

.uk-button:hover,
.uk-button:focus-visible {
  background-size: 100% 100%;
}

.uk-button-primary {
  background-color: var(--iv-primary) !important;
  background-image: linear-gradient(var(--iv-secondary), var(--iv-secondary)) !important;
  color: var(--iv-text-invert) !important;
  border: 1px solid transparent !important;
}
.uk-button-primary:hover, .uk-button-primary:focus-visible {
  color: var(--iv-text-invert) !important;
}

.uk-button-default {
  background-color: transparent !important;
  background-image: linear-gradient(var(--iv-primary), var(--iv-primary)) !important;
  color: var(--iv-primary) !important;
  border: 1px solid var(--iv-primary) !important;
}
.uk-button-default:hover, .uk-button-default:focus-visible {
  color: var(--iv-text-invert) !important;
}

.uk-button:focus-visible {
  outline: 2px solid var(--iv-secondary);
  outline-offset: 3px;
}

.uk-card-primary {
  background-color: var(--iv-sand) !important;
  box-shadow: var(--iv-soft);
  transition: box-shadow 0.5s var(--iv-ease);
}
.uk-card-primary .el-title,
.uk-card-primary .tekstblok,
.uk-card-primary .tekstblok p,
.uk-card-primary .el-meta {
  color: var(--iv-text);
}
.uk-card-primary:hover {
  box-shadow: var(--iv-soft-hover);
}

.uk-accordion .el-item {
  border: 1px solid rgba(3, 50, 62, 0.1);
  overflow: hidden;
  padding: 6px 28px;
  margin-bottom: 12px;
  background-color: var(--iv-white);
  transition: box-shadow 0.4s var(--iv-ease), border-color 0.4s ease;
}
.uk-accordion .el-item:hover {
  border-color: transparent;
  box-shadow: var(--iv-soft);
}

.uk-accordion-default .uk-accordion-title,
.uk-accordion .uk-accordion-title {
  color: var(--iv-primary) !important;
  font-family: "Urbanist", sans-serif !important;
  font-size: clamp(19px, 17.2394366197px + 0.4694835681vw, 24px) !important;
  font-weight: 500;
}

.tm-header {
  background-color: var(--iv-white);
}

.uk-navbar-nav > li > a {
  font-family: "Kodchasan", sans-serif;
  font-size: 1rem;
  color: var(--iv-text);
  text-transform: none;
  position: relative;
}
.uk-navbar-nav > li > a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 22px;
  width: 0;
  height: 2px;
  background-color: var(--iv-primary);
  transition: width 0.34s var(--iv-ease);
}
.uk-navbar-nav > li > a:hover {
  color: var(--iv-primary);
}
.uk-navbar-nav > li > a:hover::after {
  width: 100%;
}

.uk-navbar-nav > li.uk-active > a {
  color: var(--iv-primary);
}
.uk-navbar-nav > li.uk-active > a::after {
  width: 100%;
}

.tm-footer {
  background-color: var(--iv-sand);
}
.tm-footer .tekstblok,
.tm-footer .tekstblok p,
.tm-footer a {
  font-family: "Kodchasan", sans-serif;
  color: var(--iv-text);
}
.tm-footer a:hover {
  color: var(--iv-primary);
}

.iv-hero,
.iv-hero.uk-section-default {
  background-color: var(--iv-lavender);
  overflow: hidden;
}
.iv-hero h1,
.iv-hero .uk-h1,
.iv-hero.uk-section-default h1,
.iv-hero.uk-section-default .uk-h1 {
  font-family: "Urbanist", sans-serif;
  font-size: clamp(54px, 33.5774647887px + 5.4460093897vw, 112px);
  line-height: 1.02;
  color: var(--iv-primary);
  margin-bottom: clamp(20px, 12.9577464789px + 1.8779342723vw, 40px);
}
.iv-hero h1::before,
.iv-hero .uk-h1::before,
.iv-hero.uk-section-default h1::before,
.iv-hero.uk-section-default .uk-h1::before {
  content: "";
  display: block;
  width: clamp(64px, 52.7323943662px + 3.0046948357vw, 96px);
  height: 5px;
  margin-bottom: clamp(24px, 16.2535211268px + 2.0657276995vw, 46px);
  background-color: var(--iv-accent);
}
.iv-hero h2,
.iv-hero .uk-h2,
.iv-hero.uk-section-default h2,
.iv-hero.uk-section-default .uk-h2 {
  font-family: "Kodchasan", sans-serif;
  font-size: clamp(26px, 16.1408450704px + 2.6291079812vw, 54px);
  line-height: 1.2;
  color: var(--iv-secondary);
  letter-spacing: 0;
}
.iv-hero h2::after,
.iv-hero .uk-h2::after,
.iv-hero.uk-section-default h2::after,
.iv-hero.uk-section-default .uk-h2::after {
  content: "";
  display: block;
  width: clamp(64px, 52.7323943662px + 3.0046948357vw, 96px);
  height: 5px;
  margin-top: clamp(24px, 16.2535211268px + 2.0657276995vw, 46px);
  background-color: var(--iv-accent);
}
.iv-hero .iv-hero__image,
.iv-hero.uk-section-default .iv-hero__image {
  position: relative;
  display: flex;
  justify-content: center;
  text-align: center;
}
.iv-hero .iv-hero__image picture,
.iv-hero.uk-section-default .iv-hero__image picture {
  display: block;
  position: relative;
  z-index: 1;
}
.iv-hero .iv-hero__image img.el-image,
.iv-hero.uk-section-default .iv-hero__image img.el-image {
  display: block;
  width: auto;
  max-height: var(--iv-img-hero);
  filter: drop-shadow(0 0 0 rgba(240, 168, 130, 0)) drop-shadow(0 -1px 0 rgba(211, 69, 12, 0)) drop-shadow(1px 0 0 rgba(211, 69, 12, 0)) drop-shadow(0 1px 0 rgba(211, 69, 12, 0)) drop-shadow(-1px 0 0 rgba(211, 69, 12, 0));
  transition: filter 0.55s var(--iv-ease);
  will-change: filter;
}
.iv-hero .iv-hero__image:hover img.el-image,
.iv-hero.uk-section-default .iv-hero__image:hover img.el-image {
  filter: drop-shadow(10px 10px 0 rgba(240, 168, 130, 0.55)) drop-shadow(0 -1px 0 rgba(211, 69, 12, 0.45)) drop-shadow(1px 0 0 rgba(211, 69, 12, 0.45)) drop-shadow(0 1px 0 rgba(211, 69, 12, 0.45)) drop-shadow(-1px 0 0 rgba(211, 69, 12, 0.45));
}
@media (prefers-reduced-motion: reduce) {
  .iv-hero .iv-hero__image img.el-image,
  .iv-hero.uk-section-default .iv-hero__image img.el-image {
    transition: none;
  }
}

.iv-quicklinks,
.iv-quicklinks.uk-section-muted {
  background-color: var(--iv-sand);
}
.iv-quicklinks .iv-quicklinks__title,
.iv-quicklinks.uk-section-muted .iv-quicklinks__title {
  margin-bottom: clamp(26px, 18.9577464789px + 1.8779342723vw, 46px);
  text-align: left;
}
.iv-quicklinks .iv-quicklinks__grid,
.iv-quicklinks.uk-section-muted .iv-quicklinks__grid {
  text-align: left;
}
.iv-quicklinks .el-item,
.iv-quicklinks.uk-section-muted .el-item {
  position: relative;
  overflow: hidden;
}
.iv-quicklinks .el-item::before,
.iv-quicklinks.uk-section-muted .el-item::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background-color: rgba(var(--iv-accent-rgb), 0);
  -webkit-backdrop-filter: blur(0);
  backdrop-filter: blur(0);
  transition: background-color 0.5s var(--iv-ease), -webkit-backdrop-filter 0.5s var(--iv-ease), backdrop-filter 0.5s var(--iv-ease);
}
.iv-quicklinks .el-item:hover::before, .iv-quicklinks .el-item:focus-visible::before,
.iv-quicklinks.uk-section-muted .el-item:hover::before,
.iv-quicklinks.uk-section-muted .el-item:focus-visible::before {
  background-color: rgba(var(--iv-accent-rgb), 0.42);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}
@media (prefers-reduced-motion: reduce) {
  .iv-quicklinks .el-item::before,
  .iv-quicklinks.uk-section-muted .el-item::before {
    transition: none;
  }
}
.iv-quicklinks .el-item,
.iv-quicklinks.uk-section-muted .el-item {
  box-shadow: var(--iv-soft), inset 0 0 0 1px rgba(240, 168, 130, 0);
  transition: box-shadow 0.55s var(--iv-ease);
}
.iv-quicklinks .el-item::after,
.iv-quicklinks.uk-section-muted .el-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--iv-scrim);
  pointer-events: none;
  z-index: 2;
  transition: opacity 0.5s var(--iv-ease);
}
.iv-quicklinks .el-item:hover, .iv-quicklinks .el-item:focus-visible,
.iv-quicklinks.uk-section-muted .el-item:hover,
.iv-quicklinks.uk-section-muted .el-item:focus-visible {
  box-shadow: var(--iv-soft), inset 0 0 0 1px rgba(240, 168, 130, 0.7);
}
.iv-quicklinks .el-item:hover::after, .iv-quicklinks .el-item:focus-visible::after,
.iv-quicklinks.uk-section-muted .el-item:hover::after,
.iv-quicklinks.uk-section-muted .el-item:focus-visible::after {
  opacity: 1;
}
.iv-quicklinks img.el-image,
.iv-quicklinks.uk-section-muted img.el-image {
  display: block;
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
}
.iv-quicklinks .uk-position-center,
.iv-quicklinks.uk-section-muted .uk-position-center {
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  transform: none;
  opacity: 1;
  width: 100%;
  z-index: 3;
}
.iv-quicklinks .uk-position-center .uk-panel,
.iv-quicklinks.uk-section-muted .uk-position-center .uk-panel {
  padding: clamp(22px, 15.661971831px + 1.6901408451vw, 40px);
  text-align: left;
  translate: 0 0;
  transition: translate 0.6s var(--iv-ease);
}
.iv-quicklinks .el-item:hover .uk-position-center .uk-panel,
.iv-quicklinks.uk-section-muted .el-item:hover .uk-position-center .uk-panel {
  translate: 0 -3px;
}
.iv-quicklinks .el-title,
.iv-quicklinks.uk-section-muted .el-title {
  margin: 0 !important;
  font-family: "Urbanist", sans-serif;
  font-size: clamp(21px, 17.1267605634px + 1.0328638498vw, 32px);
  font-weight: 500;
  line-height: 1.14;
  color: var(--iv-text-invert);
}
.iv-quicklinks .el-title::after,
.iv-quicklinks.uk-section-muted .el-title::after {
  content: "";
  display: block;
  width: 34px;
  height: 3px;
  margin-top: 15px;
  background-color: var(--iv-accent);
  transition: width 0.55s var(--iv-ease);
}
.iv-quicklinks .el-item:hover .el-title::after,
.iv-quicklinks.uk-section-muted .el-item:hover .el-title::after {
  width: 88px;
}
.iv-quicklinks .el-item .uk-button-default,
.iv-quicklinks.uk-section-muted .el-item .uk-button-default {
  color: var(--iv-text-invert) !important;
  border-color: rgba(255, 255, 255, 0.75) !important;
  background-image: linear-gradient(var(--iv-accent), var(--iv-accent)) !important;
}
.iv-quicklinks .el-item .uk-button-default:hover, .iv-quicklinks .el-item .uk-button-default:focus-visible,
.iv-quicklinks.uk-section-muted .el-item .uk-button-default:hover,
.iv-quicklinks.uk-section-muted .el-item .uk-button-default:focus-visible {
  color: var(--iv-white) !important;
  border-color: var(--iv-accent) !important;
}
@media (prefers-reduced-motion: reduce) {
  .iv-quicklinks .el-item,
  .iv-quicklinks .el-item::after,
  .iv-quicklinks .uk-position-center .uk-panel,
  .iv-quicklinks.uk-section-muted .el-item,
  .iv-quicklinks.uk-section-muted .el-item::after,
  .iv-quicklinks.uk-section-muted .uk-position-center .uk-panel {
    transition: none !important;
  }
  .iv-quicklinks .el-item:hover .uk-position-center .uk-panel,
  .iv-quicklinks.uk-section-muted .el-item:hover .uk-position-center .uk-panel {
    translate: 0 0 !important;
  }
}

.iv-trainer,
.iv-trainer.uk-section-default {
  background-color: var(--iv-white);
}

.iv-kunstenaar,
.iv-kunstenaar.uk-section-default {
  background-color: var(--iv-lavender-light);
}

.iv-trainer .uk-h2,
.iv-kunstenaar .uk-h2 {
  margin-bottom: clamp(16px, 11.7746478873px + 1.1267605634vw, 28px);
}

.iv-trainer__image {
  position: relative;
  display: flex;
  justify-content: center;
  text-align: center;
}
.iv-trainer__image picture {
  display: block;
  position: relative;
  z-index: 1;
}
.iv-trainer__image img.el-image {
  display: block;
  width: auto;
  max-height: var(--iv-img-landscape);
  filter: drop-shadow(0 0 0 rgba(240, 168, 130, 0)) drop-shadow(0 -1px 0 rgba(211, 69, 12, 0)) drop-shadow(1px 0 0 rgba(211, 69, 12, 0)) drop-shadow(0 1px 0 rgba(211, 69, 12, 0)) drop-shadow(-1px 0 0 rgba(211, 69, 12, 0));
  transition: filter 0.55s var(--iv-ease);
  will-change: filter;
}
.iv-trainer__image:hover img.el-image {
  filter: drop-shadow(12px 12px 0 rgba(240, 168, 130, 0.55)) drop-shadow(0 -1px 0 rgba(211, 69, 12, 0.45)) drop-shadow(1px 0 0 rgba(211, 69, 12, 0.45)) drop-shadow(0 1px 0 rgba(211, 69, 12, 0.45)) drop-shadow(-1px 0 0 rgba(211, 69, 12, 0.45));
}
@media (prefers-reduced-motion: reduce) {
  .iv-trainer__image img.el-image {
    transition: none;
  }
}

.iv-kunstenaar__image {
  position: relative;
  display: flex;
  justify-content: center;
  text-align: center;
}
.iv-kunstenaar__image picture {
  display: block;
  position: relative;
  z-index: 1;
}
.iv-kunstenaar__image img.el-image {
  display: block;
  width: auto;
  max-height: var(--iv-img-portrait);
  filter: drop-shadow(0 0 0 rgba(240, 168, 130, 0)) drop-shadow(0 -1px 0 rgba(211, 69, 12, 0)) drop-shadow(1px 0 0 rgba(211, 69, 12, 0)) drop-shadow(0 1px 0 rgba(211, 69, 12, 0)) drop-shadow(-1px 0 0 rgba(211, 69, 12, 0));
  transition: filter 0.55s var(--iv-ease);
  will-change: filter;
}
.iv-kunstenaar__image:hover img.el-image {
  filter: drop-shadow(12px 12px 0 rgba(240, 168, 130, 0.55)) drop-shadow(0 -1px 0 rgba(211, 69, 12, 0.45)) drop-shadow(1px 0 0 rgba(211, 69, 12, 0.45)) drop-shadow(0 1px 0 rgba(211, 69, 12, 0.45)) drop-shadow(-1px 0 0 rgba(211, 69, 12, 0.45));
}
@media (prefers-reduced-motion: reduce) {
  .iv-kunstenaar__image img.el-image {
    transition: none;
  }
}

.iv-subhero .iv-hero__image img {
  width: min-content !important;
  max-height: clamp(340px, 107.6056338028px + 61.9718309859vw, 1000px) !important;
}

.iv-bk-hero {
  background-color: var(--iv-lavender);
}
.iv-bk-hero h1,
.iv-bk-hero .uk-h1 {
  font-family: "Urbanist", sans-serif;
  font-size: clamp(38px, 24.6197183099px + 3.5680751174vw, 76px);
  line-height: 1.04;
  color: var(--iv-primary);
}
.iv-bk-hero h1::before,
.iv-bk-hero .uk-h1::before {
  content: "";
  display: block;
  width: clamp(56px, 46.1408450704px + 2.6291079812vw, 84px);
  height: 5px;
  margin-bottom: clamp(20px, 15.0704225352px + 1.3145539906vw, 34px);
  background-color: var(--iv-accent);
}
.iv-bk-hero .tekstblok p {
  font-size: clamp(17px, 15.9436619718px + 0.2816901408vw, 20px);
  color: var(--iv-secondary);
}

.iv-bk-atelier,
.iv-bk-atelier.uk-section-default {
  background-color: var(--iv-white);
}

.iv-bk-atelier__image {
  position: relative;
  display: flex;
  justify-content: center;
  text-align: center;
}
.iv-bk-atelier__image picture {
  display: block;
  position: relative;
  z-index: 1;
}
.iv-bk-atelier__image img.el-image {
  display: block;
  width: auto;
  max-height: var(--iv-img-landscape);
  filter: drop-shadow(0 0 0 rgba(240, 168, 130, 0)) drop-shadow(0 -1px 0 rgba(211, 69, 12, 0)) drop-shadow(1px 0 0 rgba(211, 69, 12, 0)) drop-shadow(0 1px 0 rgba(211, 69, 12, 0)) drop-shadow(-1px 0 0 rgba(211, 69, 12, 0));
  transition: filter 0.55s var(--iv-ease);
  will-change: filter;
}
.iv-bk-atelier__image:hover img.el-image {
  filter: drop-shadow(12px 12px 0 rgba(240, 168, 130, 0.55)) drop-shadow(0 -1px 0 rgba(211, 69, 12, 0.45)) drop-shadow(1px 0 0 rgba(211, 69, 12, 0.45)) drop-shadow(0 1px 0 rgba(211, 69, 12, 0.45)) drop-shadow(-1px 0 0 rgba(211, 69, 12, 0.45));
}
@media (prefers-reduced-motion: reduce) {
  .iv-bk-atelier__image img.el-image {
    transition: none;
  }
}

.iv-bk-atelier__quote blockquote {
  margin: clamp(22px, 17.7746478873px + 1.1267605634vw, 34px) 0 0;
  padding-left: clamp(18px, 14.4788732394px + 0.9389671362vw, 28px);
  border-left: 4px solid var(--iv-accent);
  font-style: normal;
}
.iv-bk-atelier__quote blockquote p {
  font-family: "Urbanist", sans-serif;
  font-size: clamp(19px, 16.1830985915px + 0.7511737089vw, 27px);
  line-height: 1.35;
  color: var(--iv-secondary);
  max-width: 34ch;
}

.iv-bk-exposities,
.iv-bk-exposities.uk-section-muted {
  background-color: var(--iv-sand);
}

.iv-bk-exposities__list p {
  padding-bottom: clamp(14px, 11.8873239437px + 0.5633802817vw, 20px);
  margin-bottom: clamp(14px, 11.8873239437px + 0.5633802817vw, 20px);
  border-bottom: 1px solid rgba(3, 50, 62, 0.12);
  max-width: 70ch;
}
.iv-bk-exposities__list p:last-child {
  border-bottom: 0;
}
.iv-bk-exposities__list p strong {
  display: block;
  font-family: "Urbanist", sans-serif;
  font-weight: 500;
  font-size: clamp(18px, 16.5915492958px + 0.3755868545vw, 22px);
  color: var(--iv-primary);
  margin-bottom: 4px;
}

.iv-bk-atelier-exposities-section {
  margin-top: clamp(1.375rem, 1.075rem + 1.2vw, 2.125rem);
}

.iv-bk-werk,
.iv-bk-werk.uk-section-default,
.iv-bk-vormgeven,
.iv-bk-vormgeven.uk-section-default {
  background-color: var(--iv-white);
}

.iv-bk-vormgeven__image {
  position: relative;
  display: flex;
  justify-content: center;
  text-align: center;
}
.iv-bk-vormgeven__image picture {
  display: block;
  position: relative;
  z-index: 1;
}
.iv-bk-vormgeven__image img.el-image {
  display: block;
  width: auto;
  max-height: var(--iv-img-portrait);
  filter: drop-shadow(0 0 0 rgba(240, 168, 130, 0)) drop-shadow(0 -1px 0 rgba(211, 69, 12, 0)) drop-shadow(1px 0 0 rgba(211, 69, 12, 0)) drop-shadow(0 1px 0 rgba(211, 69, 12, 0)) drop-shadow(-1px 0 0 rgba(211, 69, 12, 0));
  transition: filter 0.55s var(--iv-ease);
  will-change: filter;
}
.iv-bk-vormgeven__image:hover img.el-image {
  filter: drop-shadow(12px 12px 0 rgba(240, 168, 130, 0.55)) drop-shadow(0 -1px 0 rgba(211, 69, 12, 0.45)) drop-shadow(1px 0 0 rgba(211, 69, 12, 0.45)) drop-shadow(0 1px 0 rgba(211, 69, 12, 0.45)) drop-shadow(-1px 0 0 rgba(211, 69, 12, 0.45));
}
@media (prefers-reduced-motion: reduce) {
  .iv-bk-vormgeven__image img.el-image {
    transition: none;
  }
}
.iv-bk-vormgeven__image {
  min-height: clamp(420px, 62vh, 820px);
  align-items: stretch;
}
.iv-bk-vormgeven__image picture {
  display: block;
  height: 100%;
  max-width: 100%;
}
.iv-bk-vormgeven__image img.el-image {
  max-height: none;
  height: 100%;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}
@media (max-width: 639px) {
  .iv-bk-vormgeven__image {
    min-height: 0;
  }
  .iv-bk-vormgeven__image img.el-image {
    height: auto;
    max-height: 340px;
  }
}

.iv-tc-hero {
  background-color: var(--iv-lavender);
}
.iv-tc-hero h1,
.iv-tc-hero .uk-h1 {
  font-family: "Urbanist", sans-serif;
  font-size: clamp(38px, 24.6197183099px + 3.5680751174vw, 76px);
  line-height: 1.04;
  color: var(--iv-primary);
}
.iv-tc-hero h1::before,
.iv-tc-hero .uk-h1::before {
  content: "";
  display: block;
  width: clamp(56px, 46.1408450704px + 2.6291079812vw, 84px);
  height: 5px;
  margin-bottom: clamp(20px, 15.0704225352px + 1.3145539906vw, 34px);
  background-color: var(--iv-accent);
}
.iv-tc-hero .tekstblok p {
  font-size: clamp(17px, 15.9436619718px + 0.2816901408vw, 20px);
  color: var(--iv-secondary);
}

.iv-tc-intro,
.iv-tc-intro.uk-section-default,
.iv-tc-maatschappen,
.iv-tc-maatschappen.uk-section-default,
.iv-tc-coaching,
.iv-tc-coaching.uk-section-default {
  background-color: var(--iv-white);
}

.iv-tc-achtergrond,
.iv-tc-achtergrond.uk-section-muted,
.iv-tc-referenties,
.iv-tc-referenties.uk-section-muted {
  background-color: var(--iv-sand);
}

.iv-tc-intro__image {
  position: relative;
  display: flex;
  justify-content: center;
  text-align: center;
}
.iv-tc-intro__image picture {
  display: block;
  position: relative;
  z-index: 1;
}
.iv-tc-intro__image img.el-image {
  display: block;
  width: auto;
  max-height: var(--iv-img-landscape);
  filter: drop-shadow(0 0 0 rgba(240, 168, 130, 0)) drop-shadow(0 -1px 0 rgba(211, 69, 12, 0)) drop-shadow(1px 0 0 rgba(211, 69, 12, 0)) drop-shadow(0 1px 0 rgba(211, 69, 12, 0)) drop-shadow(-1px 0 0 rgba(211, 69, 12, 0));
  transition: filter 0.55s var(--iv-ease);
  will-change: filter;
}
.iv-tc-intro__image:hover img.el-image {
  filter: drop-shadow(12px 12px 0 rgba(240, 168, 130, 0.55)) drop-shadow(0 -1px 0 rgba(211, 69, 12, 0.45)) drop-shadow(1px 0 0 rgba(211, 69, 12, 0.45)) drop-shadow(0 1px 0 rgba(211, 69, 12, 0.45)) drop-shadow(-1px 0 0 rgba(211, 69, 12, 0.45));
}
@media (prefers-reduced-motion: reduce) {
  .iv-tc-intro__image img.el-image {
    transition: none;
  }
}

.iv-tc-intro .tekstblok p {
  font-size: clamp(17px, 15.9436619718px + 0.2816901408vw, 20px);
  line-height: 1.66;
  max-width: 58ch;
}

.iv-tc-workshops {
  background-color: var(--iv-accent);
}

.iv-tc-maatschappen .uk-grid:has(> * > .el-nav) {
  margin-left: -40px;
}
.iv-tc-maatschappen .uk-grid:has(> * > .el-nav) > * {
  padding-left: 40px;
}
@media (min-width: 1200px) {
  .iv-tc-maatschappen .uk-grid:has(> * > .el-nav) {
    margin-left: -70px;
  }
  .iv-tc-maatschappen .uk-grid:has(> * > .el-nav) > * {
    padding-left: 70px;
  }
}
.iv-tc-maatschappen .uk-grid > [class*=uk-width]:has(> .uk-h2),
.iv-tc-maatschappen .uk-grid > *:has(> .el-nav) {
  position: relative;
}
.iv-tc-maatschappen .uk-grid > [class*=uk-width]:has(> .uk-h2) > .uk-h2,
.iv-tc-maatschappen .uk-grid > [class*=uk-width]:has(> .uk-h2) > .el-nav,
.iv-tc-maatschappen .uk-grid > *:has(> .el-nav) > .uk-h2,
.iv-tc-maatschappen .uk-grid > *:has(> .el-nav) > .el-nav {
  position: relative;
  z-index: 1;
}
.iv-tc-maatschappen .uk-grid > [class*=uk-width]:has(> .uk-h2)::before,
.iv-tc-maatschappen .uk-grid > *:has(> .el-nav)::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40px;
  right: 0;
  background-color: var(--iv-lavender);
  z-index: 0;
}
@media (min-width: 960px) {
  .iv-tc-maatschappen .uk-grid > [class*=uk-width]:has(> .uk-h2).uk-first-column::before,
  .iv-tc-maatschappen .uk-grid > *:has(> .el-nav).uk-first-column::before {
    left: 40px;
    right: -20px;
  }
  .iv-tc-maatschappen .uk-grid > [class*=uk-width]:has(> .uk-h2):not(.uk-first-column)::before,
  .iv-tc-maatschappen .uk-grid > *:has(> .el-nav):not(.uk-first-column)::before {
    left: 20px;
    right: 0;
  }
}
@media (min-width: 1200px) {
  .iv-tc-maatschappen .uk-grid > [class*=uk-width]:has(> .uk-h2).uk-first-column::before,
  .iv-tc-maatschappen .uk-grid > *:has(> .el-nav).uk-first-column::before {
    left: 70px;
    right: -35px;
  }
  .iv-tc-maatschappen .uk-grid > [class*=uk-width]:has(> .uk-h2):not(.uk-first-column)::before,
  .iv-tc-maatschappen .uk-grid > *:has(> .el-nav):not(.uk-first-column)::before {
    left: 35px;
    right: 0;
  }
}
@media (max-width: 959px) {
  .iv-tc-maatschappen .uk-container > .uk-grid > *:not(:has(.uk-h2)):not(:has(.el-nav)) {
    display: none;
  }
  .iv-tc-maatschappen .uk-container > .uk-grid > *:has(> .uk-h2) {
    margin-top: 0;
  }
}
.iv-tc-maatschappen .uk-grid > [class*=uk-width]:has(> .uk-h2) > .uk-h2 {
  margin: 0;
  padding: clamp(34px, 23.4366197183px + 2.8169014085vw, 64px) clamp(24px, 16.2535211268px + 2.0657276995vw, 46px) clamp(20px, 12.9577464789px + 1.8779342723vw, 40px);
  font-family: "Urbanist", sans-serif;
  font-size: clamp(28px, 21.661971831px + 1.6901408451vw, 46px);
  font-weight: 500;
  line-height: 1.1;
  color: var(--iv-text);
  letter-spacing: -0.01em;
}
.iv-tc-maatschappen .el-nav {
  margin: 0;
  padding: 0 clamp(24px, 16.2535211268px + 2.0657276995vw, 46px) clamp(34px, 23.4366197183px + 2.8169014085vw, 64px);
}
.iv-tc-maatschappen .el-nav > li {
  margin: 0;
}
.iv-tc-maatschappen .el-nav > li > a {
  display: block;
  padding: clamp(16px, 13.1830985915px + 0.7511737089vw, 24px) 0;
  border-bottom: 3px solid transparent;
  font-family: "Urbanist", sans-serif;
  font-size: clamp(18px, 15.5352112676px + 0.6572769953vw, 25px);
  font-weight: 400;
  line-height: 1.25;
  text-transform: none;
  color: rgba(3, 50, 62, 0.42);
  transition: color 0.28s ease, border-color 0.28s ease;
}
.iv-tc-maatschappen .el-nav > li > a:hover,
.iv-tc-maatschappen .el-nav > li > a:focus-visible {
  color: rgba(3, 50, 62, 0.72);
}
.iv-tc-maatschappen .el-nav > li.uk-active > a {
  color: var(--iv-text);
  border-color: var(--iv-text);
}
.iv-tc-maatschappen .el-nav.uk-subnav {
  display: block;
  margin-left: 0;
}
.iv-tc-maatschappen .el-nav.uk-subnav > li {
  padding-left: 0;
}
.iv-tc-maatschappen .el-nav.uk-subnav > li > a,
.iv-tc-maatschappen .el-nav.uk-subnav > li.uk-active > a {
  background-color: transparent;
  border-radius: 0;
}
.iv-tc-maatschappen .uk-switcher .el-title {
  font-family: "Urbanist", sans-serif;
  font-size: clamp(22px, 18.4788732394px + 0.9389671362vw, 32px);
  font-weight: 500;
  line-height: 1.15;
  color: var(--iv-primary);
}
.iv-tc-maatschappen .uk-switcher .el-content p,
.iv-tc-maatschappen .uk-switcher .el-content li {
  font-family: "Kodchasan", sans-serif;
  font-size: clamp(16px, 15.2957746479px + 0.1877934272vw, 18px);
  line-height: 1.72;
  color: var(--iv-text);
}
.iv-tc-maatschappen .uk-switcher .el-content p {
  max-width: 62ch;
}
.iv-tc-maatschappen .uk-switcher .el-content h4 {
  font-family: "Urbanist", sans-serif;
  font-size: clamp(19px, 17.2394366197px + 0.4694835681vw, 24px);
  font-weight: 500;
  color: var(--iv-primary);
  margin-bottom: 0.4em;
}
.iv-tc-maatschappen .uk-switcher .el-content ul {
  padding-left: 1.2em;
}
.iv-tc-maatschappen .uk-switcher .el-content a.uk-button-default {
  display: inline-block;
  padding: 9px 22px;
  margin: 0.5em 0.6em 0 0;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 0% 100%;
  font-family: "Kodchasan", sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0;
  line-height: 1.3;
  transition: background-size 0.45s var(--iv-ease), color 0.28s ease;
}
.iv-tc-maatschappen .uk-switcher .el-content a.uk-button-default:hover,
.iv-tc-maatschappen .uk-switcher .el-content a.uk-button-default:focus-visible {
  background-size: 100% 100%;
}

.iv-tc-coaching .uk-grid:has(> * > .el-nav) {
  margin-left: -40px;
}
.iv-tc-coaching .uk-grid:has(> * > .el-nav) > * {
  padding-left: 40px;
}
@media (min-width: 1200px) {
  .iv-tc-coaching .uk-grid:has(> * > .el-nav) {
    margin-left: -70px;
  }
  .iv-tc-coaching .uk-grid:has(> * > .el-nav) > * {
    padding-left: 70px;
  }
}
.iv-tc-coaching .uk-grid > [class*=uk-width]:has(> .uk-h2),
.iv-tc-coaching .uk-grid > *:has(> .el-nav) {
  position: relative;
}
.iv-tc-coaching .uk-grid > [class*=uk-width]:has(> .uk-h2) > .uk-h2,
.iv-tc-coaching .uk-grid > [class*=uk-width]:has(> .uk-h2) > .el-nav,
.iv-tc-coaching .uk-grid > *:has(> .el-nav) > .uk-h2,
.iv-tc-coaching .uk-grid > *:has(> .el-nav) > .el-nav {
  position: relative;
  z-index: 1;
}
.iv-tc-coaching .uk-grid > [class*=uk-width]:has(> .uk-h2)::before,
.iv-tc-coaching .uk-grid > *:has(> .el-nav)::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40px;
  right: 0;
  background-color: var(--iv-lavender);
  z-index: 0;
}
@media (min-width: 960px) {
  .iv-tc-coaching .uk-grid > [class*=uk-width]:has(> .uk-h2).uk-first-column::before,
  .iv-tc-coaching .uk-grid > *:has(> .el-nav).uk-first-column::before {
    left: 40px;
    right: -20px;
  }
  .iv-tc-coaching .uk-grid > [class*=uk-width]:has(> .uk-h2):not(.uk-first-column)::before,
  .iv-tc-coaching .uk-grid > *:has(> .el-nav):not(.uk-first-column)::before {
    left: 20px;
    right: 0;
  }
}
@media (min-width: 1200px) {
  .iv-tc-coaching .uk-grid > [class*=uk-width]:has(> .uk-h2).uk-first-column::before,
  .iv-tc-coaching .uk-grid > *:has(> .el-nav).uk-first-column::before {
    left: 70px;
    right: -35px;
  }
  .iv-tc-coaching .uk-grid > [class*=uk-width]:has(> .uk-h2):not(.uk-first-column)::before,
  .iv-tc-coaching .uk-grid > *:has(> .el-nav):not(.uk-first-column)::before {
    left: 35px;
    right: 0;
  }
}
@media (max-width: 959px) {
  .iv-tc-coaching .uk-container > .uk-grid > *:not(:has(.uk-h2)):not(:has(.el-nav)) {
    display: none;
  }
  .iv-tc-coaching .uk-container > .uk-grid > *:has(> .uk-h2) {
    margin-top: 0;
  }
}
.iv-tc-coaching .uk-grid > [class*=uk-width]:has(> .uk-h2) > .uk-h2 {
  margin: 0;
  padding: clamp(34px, 23.4366197183px + 2.8169014085vw, 64px) clamp(24px, 16.2535211268px + 2.0657276995vw, 46px) clamp(20px, 12.9577464789px + 1.8779342723vw, 40px);
  font-family: "Urbanist", sans-serif;
  font-size: clamp(28px, 21.661971831px + 1.6901408451vw, 46px);
  font-weight: 500;
  line-height: 1.1;
  color: var(--iv-text);
  letter-spacing: -0.01em;
}
.iv-tc-coaching .el-nav {
  margin: 0;
  padding: 0 clamp(24px, 16.2535211268px + 2.0657276995vw, 46px) clamp(34px, 23.4366197183px + 2.8169014085vw, 64px);
}
.iv-tc-coaching .el-nav > li {
  margin: 0;
}
.iv-tc-coaching .el-nav > li > a {
  display: block;
  padding: clamp(16px, 13.1830985915px + 0.7511737089vw, 24px) 0;
  border-bottom: 3px solid transparent;
  font-family: "Urbanist", sans-serif;
  font-size: clamp(18px, 15.5352112676px + 0.6572769953vw, 25px);
  font-weight: 400;
  line-height: 1.25;
  text-transform: none;
  color: rgba(3, 50, 62, 0.42);
  transition: color 0.28s ease, border-color 0.28s ease;
}
.iv-tc-coaching .el-nav > li > a:hover,
.iv-tc-coaching .el-nav > li > a:focus-visible {
  color: rgba(3, 50, 62, 0.72);
}
.iv-tc-coaching .el-nav > li.uk-active > a {
  color: var(--iv-text);
  border-color: var(--iv-text);
}
.iv-tc-coaching .el-nav.uk-subnav {
  display: block;
  margin-left: 0;
}
.iv-tc-coaching .el-nav.uk-subnav > li {
  padding-left: 0;
}
.iv-tc-coaching .el-nav.uk-subnav > li > a,
.iv-tc-coaching .el-nav.uk-subnav > li.uk-active > a {
  background-color: transparent;
  border-radius: 0;
}
.iv-tc-coaching .uk-switcher .el-title {
  font-family: "Urbanist", sans-serif;
  font-size: clamp(22px, 18.4788732394px + 0.9389671362vw, 32px);
  font-weight: 500;
  line-height: 1.15;
  color: var(--iv-primary);
}
.iv-tc-coaching .uk-switcher .el-content p,
.iv-tc-coaching .uk-switcher .el-content li {
  font-family: "Kodchasan", sans-serif;
  font-size: clamp(16px, 15.2957746479px + 0.1877934272vw, 18px);
  line-height: 1.72;
  color: var(--iv-text);
}
.iv-tc-coaching .uk-switcher .el-content p {
  max-width: 62ch;
}
.iv-tc-coaching .uk-switcher .el-content h4 {
  font-family: "Urbanist", sans-serif;
  font-size: clamp(19px, 17.2394366197px + 0.4694835681vw, 24px);
  font-weight: 500;
  color: var(--iv-primary);
  margin-bottom: 0.4em;
}
.iv-tc-coaching .uk-switcher .el-content ul {
  padding-left: 1.2em;
}
.iv-tc-coaching .uk-switcher .el-content a.uk-button-default {
  display: inline-block;
  padding: 9px 22px;
  margin: 0.5em 0.6em 0 0;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 0% 100%;
  font-family: "Kodchasan", sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0;
  line-height: 1.3;
  transition: background-size 0.45s var(--iv-ease), color 0.28s ease;
}
.iv-tc-coaching .uk-switcher .el-content a.uk-button-default:hover,
.iv-tc-coaching .uk-switcher .el-content a.uk-button-default:focus-visible {
  background-size: 100% 100%;
}

.iv-tc-referenties .tekstblok em {
  font-style: normal;
  font-weight: 600;
  color: var(--iv-secondary);
  text-decoration: underline;
  text-decoration-color: var(--iv-accent);
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.iv-pf-hero {
  background-color: var(--iv-lavender);
}
.iv-pf-hero h1,
.iv-pf-hero .uk-h1 {
  font-family: "Urbanist", sans-serif;
  font-size: clamp(38px, 24.6197183099px + 3.5680751174vw, 76px);
  line-height: 1.04;
  color: var(--iv-primary);
}
.iv-pf-hero h1::before,
.iv-pf-hero .uk-h1::before {
  content: "";
  display: block;
  width: clamp(56px, 46.1408450704px + 2.6291079812vw, 84px);
  height: 5px;
  margin-bottom: clamp(20px, 15.0704225352px + 1.3145539906vw, 34px);
  background-color: var(--iv-accent);
}
.iv-pf-hero .tekstblok p {
  font-size: clamp(17px, 15.9436619718px + 0.2816901408vw, 20px);
  color: var(--iv-secondary);
}

.iv-pf-emaille,
.iv-pf-emaille.uk-section-default {
  background-color: var(--iv-white);
}

.iv-pf-beelden,
.iv-pf-beelden.uk-section-muted {
  background-color: var(--iv-sand);
}

.iv-pf-emaille__grid .el-item,
.iv-pf-beelden__grid .el-item {
  position: relative;
  overflow: hidden;
}
.iv-pf-emaille__grid .el-item::before,
.iv-pf-beelden__grid .el-item::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background-color: rgba(var(--iv-accent-rgb), 0);
  -webkit-backdrop-filter: blur(0);
  backdrop-filter: blur(0);
  transition: background-color 0.5s var(--iv-ease), -webkit-backdrop-filter 0.5s var(--iv-ease), backdrop-filter 0.5s var(--iv-ease);
}
.iv-pf-emaille__grid .el-item:hover::before, .iv-pf-emaille__grid .el-item:focus-visible::before,
.iv-pf-beelden__grid .el-item:hover::before,
.iv-pf-beelden__grid .el-item:focus-visible::before {
  background-color: rgba(var(--iv-accent-rgb), 0.28);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}
@media (prefers-reduced-motion: reduce) {
  .iv-pf-emaille__grid .el-item::before,
  .iv-pf-beelden__grid .el-item::before {
    transition: none;
  }
}
.iv-pf-emaille__grid .el-item,
.iv-pf-beelden__grid .el-item {
  box-shadow: var(--iv-soft), inset 0 0 0 1px rgba(240, 168, 130, 0);
  transition: box-shadow 0.5s var(--iv-ease);
}
.iv-pf-emaille__grid .el-item:hover, .iv-pf-emaille__grid .el-item:focus-within,
.iv-pf-beelden__grid .el-item:hover,
.iv-pf-beelden__grid .el-item:focus-within {
  box-shadow: var(--iv-soft), inset 0 0 0 1px rgba(240, 168, 130, 0.7);
}
.iv-pf-emaille__grid .el-item:hover::before, .iv-pf-emaille__grid .el-item:focus-within::before,
.iv-pf-beelden__grid .el-item:hover::before,
.iv-pf-beelden__grid .el-item:focus-within::before {
  background-color: rgba(84, 14, 14, 0.62);
}
.iv-pf-emaille__grid img.el-image,
.iv-pf-beelden__grid img.el-image {
  display: block;
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
}
.iv-pf-emaille__grid .uk-position-center,
.iv-pf-beelden__grid .uk-position-center {
  position: absolute;
  inset: 0;
  width: auto;
  height: auto;
  transform: none;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}
.iv-pf-emaille__grid .uk-position-center .uk-panel,
.iv-pf-beelden__grid .uk-position-center .uk-panel {
  padding: 12px;
}
.iv-pf-emaille__grid .el-title,
.iv-pf-beelden__grid .el-title {
  display: inline-block;
  margin: 0 !important;
  font-family: "Urbanist", sans-serif;
  font-size: clamp(21px, 17.1267605634px + 1.0328638498vw, 32px);
  font-weight: 500;
  line-height: 1.14;
  color: var(--iv-text-invert);
}
.iv-pf-emaille__grid .el-title::after,
.iv-pf-beelden__grid .el-title::after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  margin-top: 15px;
  background-color: var(--iv-accent);
  transition: width 0.55s var(--iv-ease);
}
.iv-pf-emaille__grid .uk-panel > .uk-margin-top:has(> a.el-link),
.iv-pf-beelden__grid .uk-panel > .uk-margin-top:has(> a.el-link) {
  margin: 0;
}
.iv-pf-emaille__grid .el-item a.el-link,
.iv-pf-beelden__grid .el-item a.el-link {
  position: absolute;
  inset: 0;
  z-index: 4;
  display: block;
  padding: 0;
  margin: 0;
  border: 0 !important;
  background: none !important;
  background-image: none !important;
  box-shadow: none !important;
  font-size: 0;
  line-height: 0;
  color: transparent !important;
}
.iv-pf-emaille__grid .el-item a.el-link:focus-visible,
.iv-pf-beelden__grid .el-item a.el-link:focus-visible {
  outline: 3px solid var(--iv-accent);
  outline-offset: -3px;
}

.iv-ws-hero {
  background-color: var(--iv-lavender);
}
.iv-ws-hero h1,
.iv-ws-hero .uk-h1 {
  font-family: "Urbanist", sans-serif;
  font-size: clamp(38px, 24.6197183099px + 3.5680751174vw, 76px);
  line-height: 1.04;
  color: var(--iv-primary);
}
.iv-ws-hero h1::before,
.iv-ws-hero .uk-h1::before {
  content: "";
  display: block;
  width: clamp(56px, 46.1408450704px + 2.6291079812vw, 84px);
  height: 5px;
  margin-bottom: clamp(20px, 15.0704225352px + 1.3145539906vw, 34px);
  background-color: var(--iv-accent);
}
.iv-ws-hero .tekstblok p {
  font-size: clamp(17px, 15.9436619718px + 0.2816901408vw, 20px);
  color: var(--iv-secondary);
}
.iv-ws-hero h3 {
  color: var(--iv-text);
  font-size: clamp(24px, 16.6056338028px + 1.9718309859vw, 45px);
}

.iv-ws-lijst,
.iv-ws-lijst.uk-section-muted {
  background-color: var(--iv-sand);
}

.iv-ws-cta,
.iv-ws-cta.uk-section-default {
  background-color: var(--iv-white);
}

.iv-ws-list {
  list-style: none;
  margin: 0;
  padding: 0;
  max-width: 74ch;
}

.iv-ws-item {
  display: grid;
  grid-template-columns: 5.5rem 1fr;
  gap: clamp(10px, 6.4788732394px + 0.9389671362vw, 20px);
  align-items: baseline;
  padding: clamp(12px, 10.5915492958px + 0.3755868545vw, 16px) 0;
  border-bottom: 1px solid rgba(3, 50, 62, 0.12);
}
.iv-ws-item:last-child {
  border-bottom: 0;
}
@media (max-width: 639px) {
  .iv-ws-item {
    grid-template-columns: 1fr;
    gap: 2px;
  }
}

.iv-ws-item__year {
  font-family: "Kodchasan", sans-serif;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: var(--iv-primary);
}

.iv-ws-item__theme {
  font-family: "Urbanist", sans-serif;
  font-size: clamp(17px, 15.5915492958px + 0.3755868545vw, 21px);
  line-height: 1.3;
  color: var(--iv-text);
}

.iv-ct-hero {
  background-color: var(--iv-lavender);
}
.iv-ct-hero h1,
.iv-ct-hero .uk-h1 {
  font-family: "Urbanist", sans-serif;
  font-size: clamp(38px, 24.6197183099px + 3.5680751174vw, 76px);
  line-height: 1.04;
  color: var(--iv-primary);
}
.iv-ct-hero h1::before,
.iv-ct-hero .uk-h1::before {
  content: "";
  display: block;
  width: clamp(56px, 46.1408450704px + 2.6291079812vw, 84px);
  height: 5px;
  margin-bottom: clamp(20px, 15.0704225352px + 1.3145539906vw, 34px);
  background-color: var(--iv-accent);
}
.iv-ct-hero .tekstblok p {
  font-size: clamp(17px, 15.9436619718px + 0.2816901408vw, 20px);
  color: var(--iv-secondary);
}
.iv-ct-hero h1 {
  font-family: "Kodchasan", sans-serif !important;
  font-size: clamp(30px, 16.1408450704px + 2.6291079812vw, 65px) !important;
  line-height: 1.2 !important;
  color: var(--iv-secondary) !important;
  letter-spacing: 0 !important;
}
.iv-ct-hero h1::before {
  display: none !important;
}
.iv-ct-hero h1::after {
  content: "";
  display: block;
  width: clamp(64px, 52.7323943662px + 3.0046948357vw, 96px);
  height: 5px;
  margin-top: clamp(24px, 16.2535211268px + 2.0657276995vw, 46px);
  background-color: var(--iv-accent);
}
.iv-ct-hero h2 {
  color: var(--iv-text);
  font-size: clamp(25px, 19.7183098592px + 1.4084507042vw, 45px);
}

.iv-ct-info,
.iv-ct-info.uk-section-muted {
  background-color: var(--iv-sand);
}

.iv-ct-info__details p {
  font-size: clamp(17px, 16.2957746479px + 0.1877934272vw, 19px);
  margin-bottom: clamp(14px, 11.8873239437px + 0.5633802817vw, 20px);
}
.iv-ct-info__details a {
  color: var(--iv-text);
  text-decoration: underline;
  text-decoration-color: var(--iv-accent);
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
  transition: color 0.28s ease;
}
.iv-ct-info__details a:hover {
  color: var(--iv-primary);
}

.iv-ct-form .cf-label,
.iv-ct-form label {
  font-family: "Kodchasan", sans-serif;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--iv-text);
}
.iv-ct-form input[type=text],
.iv-ct-form input[type=email],
.iv-ct-form textarea,
.iv-ct-form select {
  font-family: "Kodchasan", sans-serif;
  font-size: 1rem;
  color: var(--iv-text);
  background-color: var(--iv-white);
  border: 1px solid rgba(3, 50, 62, 0.18);
  border-radius: 0;
  padding: 12px 14px;
  width: 100%;
  transition: border-color 0.28s ease;
}
.iv-ct-form input[type=text]:focus,
.iv-ct-form input[type=email]:focus,
.iv-ct-form textarea:focus,
.iv-ct-form select:focus {
  border-color: var(--iv-primary);
  outline: 2px solid rgba(var(--iv-accent-rgb), 0.55);
  outline-offset: 1px;
}
.iv-ct-form textarea {
  min-height: 160px;
  resize: vertical;
}
.iv-ct-form .iv-ct-form__placeholder {
  padding: clamp(22px, 17.7746478873px + 1.1267605634vw, 34px);
  border: 2px dashed rgba(3, 50, 62, 0.25);
  font-family: "Kodchasan", sans-serif;
  color: var(--iv-text-soft);
  text-align: center;
}

.convertforms .cf-control-label label,
.convertforms .cf-control-label span,
.convertforms .cf-control-label p,
.convertforms .cf-control-input label,
.convertforms .cf-control-input span,
.convertforms .cf-control-input p {
  font-family: "Urbanist", sans-serif;
  font-size: 20px;
  color: var(--iv-text) !important;
}
.convertforms .cf-control-input input,
.convertforms .cf-control-input textarea,
.convertforms .cf-control-input select {
  border-radius: 0.375rem !important;
  border-color: #ced4da;
  font-family: "Urbanist", sans-serif;
  font-size: 20px;
  color: var(--iv-text) !important;
}
.convertforms .cf-btn {
  background-color: var(--iv-primary-dark) !important;
  border-radius: 0.375rem !important;
}
.convertforms .cf-btn span {
  font-family: "Urbanist", sans-serif;
  font-size: 20px;
  color: var(--iv-text-invert) !important;
}
.convertforms .cf-btn:hover {
  background-color: #044cd0 !important;
}

.tm-header {
  background: var(--iv-lavender);
}
.tm-header .uk-sticky .uk-navbar-container {
  background: hsla(0, 0%, 100%, 0.5);
  backdrop-filter: blur(15px);
}
.tm-header .uk-sticky .uk-navbar-container .uk-logo img {
  margin-top: 10px;
  margin-bottom: 10px;
}
.tm-header .uk-sticky .uk-navbar-container a {
  font-size: clamp(1.0625rem, 0.5rem + 0.75vw, 1.25rem);
  color: var(--iv-secondary);
}
.tm-header .uk-sticky .uk-navbar-container a::before {
  display: none;
}
.tm-header .uk-sticky .uk-navbar-container a:hover {
  color: var(--iv-primary-dark);
}
.tm-header .uk-sticky .uk-navbar-container .uk-active a {
  color: var(--iv-primary);
}
.tm-header .uk-sticky .uk-navbar-container .uk-active a:hover {
  color: var(--iv-primary-dark);
}

.tm-header-mobile {
  background: var(--iv-lavender);
}
.tm-header-mobile .uk-navbar-container {
  background: hsla(0, 0%, 100%, 0.5);
  backdrop-filter: blur(15px);
}
.tm-header-mobile .uk-navbar-container .uk-logo img {
  height: clamp(5rem, 4.042rem + 5.11vw, 7.875rem);
  object-fit: contain;
  margin-top: 10px;
  margin-bottom: 10px;
}
.tm-header-mobile .uk-navbar-container .uk-navbar-toggle svg {
  color: var(--iv-secondary);
}

#tm-dialog-mobile .uk-modal-dialog {
  background: var(--iv-lavender);
}
#tm-dialog-mobile .uk-modal-dialog .uk-nav {
  gap: 30px;
}
#tm-dialog-mobile .uk-modal-dialog .uk-nav li a {
  position: relative;
  color: var(--iv-secondary);
}
#tm-dialog-mobile .uk-modal-dialog .uk-nav li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 0;
  height: 2px;
  border-radius: 2px;
  background-color: var(--iv-primary);
  transition: width 0.34s var(--iv-ease);
}
#tm-dialog-mobile .uk-modal-dialog .uk-nav li a:hover {
  color: var(--iv-primary-dark);
}
#tm-dialog-mobile .uk-modal-dialog .uk-nav li a:hover::after {
  width: 100%;
}
#tm-dialog-mobile .uk-modal-dialog .uk-nav .uk-active a {
  color: var(--iv-primary);
}
#tm-dialog-mobile .uk-modal-dialog .uk-nav .uk-active a::after {
  width: 100%;
}
#tm-dialog-mobile .uk-modal-dialog .uk-nav .uk-active a:hover {
  color: var(--iv-primary-dark);
}

/* ============================================================
   Fix: hero header image on "Beeldend kunstenaar" (.iv-subhero)
   Chrome (133+) supports `aspect-ratio: attr(width ...)` in the base
   reset, which gives the <img> its natural ratio so object-fit:cover
   never crops. Firefox ignores attr() and crops (the intended look).
   Force the image to fill its column so cover crops in ALL browsers.
   Scoped to .iv-subhero, which only exists on the Beeldend kunstenaar page.
   ============================================================ */
.iv-subhero .iv-hero__image picture {
  display: block !important;
  width: 100% !important;
}
.iv-subhero .iv-hero__image img.el-image {
  width: 100% !important;
  height: auto !important;
  /* volgt de viewport zodat het beeld de volledige headerhoogte vult (zoals origineel in Firefox) */
  max-height: clamp(340px, 107.606px + 61.9718vw, 1000px) !important;
  aspect-ratio: auto !important;
  object-fit: cover !important;
}


/* ============================================================
   404 / error page: center content vertically + horizontally in
   the viewport (all browsers) and enlarge the heading above the
   button with a responsive clamp(). Scoped to body.error-page,
   which is set in templates/yootheme/error.php.
   ============================================================ */
body.error-page #tm-main {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  min-height: 100dvh; /* betere hoogte op mobiel (adresbalk) */
}
body.error-page #tm-main > .uk-section {
  width: 100%;
}
body.error-page #tm-main h1 {
  font-size: clamp(2.5rem, 1.5rem + 5vw, 6rem);
  line-height: 1.1;
}


/* ============================================================
   Beeldend kunstenaar - atelier section: the right-hand image
   (next to the "Afspraak maken" text) must be a SQUARE that fills
   100% of its own column, object-fit: cover.
   Same root cause as the hero: base reset `aspect-ratio: attr(...)`
   (Chrome only) gives it the natural ratio so it never fills.
   Scoped via .uk-flex-1 so the other atelier image (blue-art,
   no .uk-flex-1) is untouched. .iv-bk-atelier__image exists only
   on this page.
   ============================================================ */
.iv-bk-atelier__image.uk-flex-1 img.el-image {
  width: 100% !important;
  aspect-ratio: 1 / 1 !important;
  height: auto !important;
  max-height: none !important;
  object-fit: cover !important;
  align-self: flex-start !important; /* voorkom dat flex de hoogte uitrekt */
}
