@font-face {
  font-family: "Comfortaa Regular";
  src: url("/templates/yootheme_custom/webfonts/Comfortaa-Regular.woff2") format("woff2"), url("/templates/yootheme_custom/webfonts/Comfortaa-Regular.woff") format("woff");
}
@font-face {
  font-family: "Averia Serif Libre Bold";
  src: url("/templates/yootheme_custom/webfonts/AveriaSerifLibre-Bold.woff2") format("woff2"), url("/templates/yootheme_custom/webfonts/AveriaSerifLibre-Bold.woff") format("woff");
}
@font-face {
  font-family: "ashemore_reg";
  src: url("/templates/yootheme_custom/webfonts/ashemore_norm_regular-webfont.woff2") format("woff2"), url("/templates/yootheme_custom/webfonts/ashemore_norm_regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ashemore_cond_black";
  src: url("/templates/yootheme_custom/webfonts/ashemore_cond_black-webfont.woff2") format("woff2"), url("/templates/yootheme_custom/webfonts/ashemore_cond_black-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
h1 {
  font-family: "ashemore_cond_black" !important;
}
p, a {
  font-family: "ashemore_reg" !important;
  font-weight: 600;
}
.colum-right {
  padding: 0px 10%;
}
.colum-right > .uk-tile {
  padding: 5px 5px 0px 5px;
}
.uk-navbar-right {
  display: none;
}
@media screen and (max-width: 992px) {
  .colum-right > .uk-tile {
    padding: 20px 20px 0px 20px;
  }
}
.nieuwsbrief .convertforms .cf-content-wrap, .nieuwsbrief .convertforms .cf-form-wrap {
  padding: 0;
}
.nieuwsbrief .convertforms .cf-input {
  background-color: transparent;
  border: 1px solid #FFF;
  padding: 8px 10px;
}
.nieuwsbrief .convertforms .cf-input::placeholder, .nieuwsbrief .convertforms .cf-input:has(option:disabled:checked) {
  color: #FFF;
  opacity: 0.7;
}
.nieuwsbrief .convertforms .cf-btn {
  background-color: #000 !important;
  color: #FFF !important;
  font-family: "Comfortaa Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  letter-spacing: normal;
}
.nieuwsbrief .convertforms .cf-btn:hover {
  background-color: #FFF !important;
  color: #000 !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: #ffffff8f;
  font-size: clamp(0.75rem, 1.4vw, 0.875rem);
  line-height: clamp(1rem, 2vw, 1.125rem);
  padding-left: 30px;
  font-family: "Comfortaa Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  letter-spacing: normal;
}
.nieuwsbrief .convertforms .cf-checkbox-group .cf-label a {
  color: #ffffff8f;
  font-size: clamp(0.75rem, 1.4vw, 0.875rem);
  line-height: clamp(1rem, 2vw, 1.125rem);
  font-family: "Comfortaa Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  letter-spacing: normal;
  text-decoration: underline;
}
.nieuwsbrief .convertforms .cf-checkbox-group .cf-label a:hover {
  color: #FFF;
}
.nieuwsbrief .convertforms .cf-checkbox-group .cf-label::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #FFF;
  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;
}
/*COPYRIGHT*/
.wj-copyright {
  font-size: clamp(0.75rem, 1.4vw, 0.875rem);
  line-height: clamp(1rem, 2vw, 1.125rem);
  color: #000;
  font-family: "Comfortaa Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  letter-spacing: normal;
}
.wj-copyright a {
  color: #000;
}
.wj-copyright a:hover {
  text-decoration: underline;
}
.wj-copyright .container {
  display: flex;
  justify-content: flex-start;
  /* Zorgt voor rechtsuitlijning */
}
.wj-copyright .text-wrapper {
  width: 250px;
  /* Stel een vaste breedte in voor de tekstcontainer */
  text-align: left;
  /* Zorgt ervoor dat de tekst rechts uitgelijnd wordt */
  white-space: nowrap;
  /* Voorkom dat de tekst naar de volgende regel gaat */
}
.wj-copyright .dynamicText {
  display: inline-block;
}
.wj-copyright .cursor {
  display: inline-block;
  width: 2px;
  background-color: black;
  margin-left: 2px;
  animation: blink 1s infinite;
}
@keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
/*COOKIE CONSENT*/
.cc-revoke {
  background-color: transparent !important;
  background-image: url(/images/system/icons/cookie-bite-solid.svg);
  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/system/icons/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: #FFF;
}
div.cc-gdpr-component-view a.cc-btn.cc-allowall {
  background-color: #c7fdbb;
}
.cc-custom-revoke {
  line-height: 20px;
  margin-top: 58px;
  opacity: 0.5;
}
.cc-custom-revoke:hover {
  opacity: 1;
  cursor: help;
}
@media (max-width: 639px) {
  /*COPYRIGHT*/
  /*COOKIE CONSENT*/
  @font-face {
    font-family: "Comfortaa Regular";
    src: url("/templates/yootheme_custom/webfonts/Comfortaa-Regular.woff2") format("woff2"), url("/templates/yootheme_custom/webfonts/Comfortaa-Regular.woff") format("woff");
  }
  @font-face {
    font-family: "Averia Serif Libre Bold";
    src: url("/templates/yootheme_custom/webfonts/AveriaSerifLibre-Bold.woff2") format("woff2"), url("/templates/yootheme_custom/webfonts/AveriaSerifLibre-Bold.woff") format("woff");
  }
  @font-face {
    font-family: "ashemore_reg";
    src: url("/templates/yootheme_custom/webfonts/ashemore_norm_regular-webfont.woff2") format("woff2"), url("/templates/yootheme_custom/webfonts/ashemore_norm_regular-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: "ashemore_cond_black";
    src: url("/templates/yootheme_custom/webfonts/ashemore_cond_black-webfont.woff2") format("woff2"), url("/templates/yootheme_custom/webfonts/ashemore_cond_black-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
  }
  h1 {
    font-family: "ashemore_cond_black" !important;
  }
  p, a {
    font-family: "ashemore_reg" !important;
    font-weight: 600;
  }
  .colum-right {
    padding: 0px 10%;
  }
  .colum-right > .uk-tile {
    padding: 5px 5px 0px 5px;
  }
  .uk-navbar-right {
    display: none;
  }
  .nieuwsbrief .convertforms .cf-content-wrap, .nieuwsbrief .convertforms .cf-form-wrap {
    padding: 0;
  }
  .nieuwsbrief .convertforms .cf-input {
    background-color: transparent;
    border: 1px solid #FFF;
    padding: 8px 10px;
  }
  .nieuwsbrief .convertforms .cf-input::placeholder, .nieuwsbrief .convertforms .cf-input:has(option:disabled:checked) {
    color: #FFF;
    opacity: 0.7;
  }
  .nieuwsbrief .convertforms .cf-btn {
    background-color: #000 !important;
    color: #FFF !important;
    font-family: "Comfortaa Regular", sans-serif;
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    letter-spacing: normal;
  }
  .nieuwsbrief .convertforms .cf-btn:hover {
    background-color: #FFF !important;
    color: #000 !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: #ffffff8f;
    font-size: clamp(0.75rem, 1.4vw, 0.875rem);
    line-height: clamp(1rem, 2vw, 1.125rem);
    padding-left: 30px;
    font-family: "Comfortaa Regular", sans-serif;
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    letter-spacing: normal;
  }
  .nieuwsbrief .convertforms .cf-checkbox-group .cf-label a {
    color: #ffffff8f;
    font-size: clamp(0.75rem, 1.4vw, 0.875rem);
    line-height: clamp(1rem, 2vw, 1.125rem);
    font-family: "Comfortaa Regular", sans-serif;
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    letter-spacing: normal;
    text-decoration: underline;
  }
  .nieuwsbrief .convertforms .cf-checkbox-group .cf-label a:hover {
    color: #FFF;
  }
  .nieuwsbrief .convertforms .cf-checkbox-group .cf-label::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #FFF;
    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;
  }
  .wj-copyright {
    font-size: clamp(0.75rem, 1.4vw, 0.875rem);
    line-height: clamp(1rem, 2vw, 1.125rem);
    color: #000;
    font-family: "Comfortaa Regular", sans-serif;
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    letter-spacing: normal;
  }
  .wj-copyright a {
    color: #000;
  }
  .wj-copyright a:hover {
    text-decoration: underline;
  }
  .wj-copyright .container {
    display: flex;
    justify-content: flex-start;
    /* Zorgt voor rechtsuitlijning */
  }
  .wj-copyright .text-wrapper {
    width: 250px;
    /* Stel een vaste breedte in voor de tekstcontainer */
    text-align: left;
    /* Zorgt ervoor dat de tekst rechts uitgelijnd wordt */
    white-space: nowrap;
    /* Voorkom dat de tekst naar de volgende regel gaat */
  }
  .wj-copyright .dynamicText {
    display: inline-block;
  }
  .wj-copyright .cursor {
    display: inline-block;
    width: 2px;
    background-color: black;
    margin-left: 2px;
    animation: blink 1s infinite;
  }
  @keyframes blink {
    0%, 100% {
      opacity: 1;
    }
    50% {
      opacity: 0;
    }
  }
  .cc-revoke {
    background-color: transparent !important;
    background-image: url(/images/system/icons/cookie-bite-solid.svg);
    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/system/icons/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: #FFF;
  }
  div.cc-gdpr-component-view a.cc-btn.cc-allowall {
    background-color: #c7fdbb;
  }
  .cc-custom-revoke {
    line-height: 20px;
    margin-top: 58px;
    opacity: 0.5;
  }
  .cc-custom-revoke:hover {
    opacity: 1;
    cursor: help;
  }
}
@media screen and (max-width: 639px) and (max-width: 992px) {
  .colum-right > .uk-tile {
    padding: 20px 20px 0px 20px;
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  /*COPYRIGHT*/
  /*COOKIE CONSENT*/
  @font-face {
    font-family: "Comfortaa Regular";
    src: url("/templates/yootheme_custom/webfonts/Comfortaa-Regular.woff2") format("woff2"), url("/templates/yootheme_custom/webfonts/Comfortaa-Regular.woff") format("woff");
  }
  @font-face {
    font-family: "Averia Serif Libre Bold";
    src: url("/templates/yootheme_custom/webfonts/AveriaSerifLibre-Bold.woff2") format("woff2"), url("/templates/yootheme_custom/webfonts/AveriaSerifLibre-Bold.woff") format("woff");
  }
  @font-face {
    font-family: "ashemore_reg";
    src: url("/templates/yootheme_custom/webfonts/ashemore_norm_regular-webfont.woff2") format("woff2"), url("/templates/yootheme_custom/webfonts/ashemore_norm_regular-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: "ashemore_cond_black";
    src: url("/templates/yootheme_custom/webfonts/ashemore_cond_black-webfont.woff2") format("woff2"), url("/templates/yootheme_custom/webfonts/ashemore_cond_black-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
  }
  h1 {
    font-family: "ashemore_cond_black" !important;
  }
  p, a {
    font-family: "ashemore_reg" !important;
    font-weight: 600;
  }
  .colum-right {
    padding: 0px 10%;
  }
  .colum-right > .uk-tile {
    padding: 5px 5px 0px 5px;
  }
  .uk-navbar-right {
    display: none;
  }
  .nieuwsbrief .convertforms .cf-content-wrap, .nieuwsbrief .convertforms .cf-form-wrap {
    padding: 0;
  }
  .nieuwsbrief .convertforms .cf-input {
    background-color: transparent;
    border: 1px solid #FFF;
    padding: 8px 10px;
  }
  .nieuwsbrief .convertforms .cf-input::placeholder, .nieuwsbrief .convertforms .cf-input:has(option:disabled:checked) {
    color: #FFF;
    opacity: 0.7;
  }
  .nieuwsbrief .convertforms .cf-btn {
    background-color: #000 !important;
    color: #FFF !important;
    font-family: "Comfortaa Regular", sans-serif;
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    letter-spacing: normal;
  }
  .nieuwsbrief .convertforms .cf-btn:hover {
    background-color: #FFF !important;
    color: #000 !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: #ffffff8f;
    font-size: clamp(0.75rem, 1.4vw, 0.875rem);
    line-height: clamp(1rem, 2vw, 1.125rem);
    padding-left: 30px;
    font-family: "Comfortaa Regular", sans-serif;
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    letter-spacing: normal;
  }
  .nieuwsbrief .convertforms .cf-checkbox-group .cf-label a {
    color: #ffffff8f;
    font-size: clamp(0.75rem, 1.4vw, 0.875rem);
    line-height: clamp(1rem, 2vw, 1.125rem);
    font-family: "Comfortaa Regular", sans-serif;
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    letter-spacing: normal;
    text-decoration: underline;
  }
  .nieuwsbrief .convertforms .cf-checkbox-group .cf-label a:hover {
    color: #FFF;
  }
  .nieuwsbrief .convertforms .cf-checkbox-group .cf-label::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #FFF;
    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;
  }
  .wj-copyright {
    font-size: clamp(0.75rem, 1.4vw, 0.875rem);
    line-height: clamp(1rem, 2vw, 1.125rem);
    color: #000;
    font-family: "Comfortaa Regular", sans-serif;
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    letter-spacing: normal;
  }
  .wj-copyright a {
    color: #000;
  }
  .wj-copyright a:hover {
    text-decoration: underline;
  }
  .wj-copyright .container {
    display: flex;
    justify-content: flex-start;
    /* Zorgt voor rechtsuitlijning */
  }
  .wj-copyright .text-wrapper {
    width: 250px;
    /* Stel een vaste breedte in voor de tekstcontainer */
    text-align: left;
    /* Zorgt ervoor dat de tekst rechts uitgelijnd wordt */
    white-space: nowrap;
    /* Voorkom dat de tekst naar de volgende regel gaat */
  }
  .wj-copyright .dynamicText {
    display: inline-block;
  }
  .wj-copyright .cursor {
    display: inline-block;
    width: 2px;
    background-color: black;
    margin-left: 2px;
    animation: blink 1s infinite;
  }
  @keyframes blink {
    0%, 100% {
      opacity: 1;
    }
    50% {
      opacity: 0;
    }
  }
  .cc-revoke {
    background-color: transparent !important;
    background-image: url(/images/system/icons/cookie-bite-solid.svg);
    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/system/icons/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: #FFF;
  }
  div.cc-gdpr-component-view a.cc-btn.cc-allowall {
    background-color: #c7fdbb;
  }
  .cc-custom-revoke {
    line-height: 20px;
    margin-top: 58px;
    opacity: 0.5;
  }
  .cc-custom-revoke:hover {
    opacity: 1;
    cursor: help;
  }
}
@media screen and (min-width: 640px) and (max-width: 959px) and (max-width: 992px) {
  .colum-right > .uk-tile {
    padding: 20px 20px 0px 20px;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  /*COPYRIGHT*/
  /*COOKIE CONSENT*/
  @font-face {
    font-family: "Comfortaa Regular";
    src: url("/templates/yootheme_custom/webfonts/Comfortaa-Regular.woff2") format("woff2"), url("/templates/yootheme_custom/webfonts/Comfortaa-Regular.woff") format("woff");
  }
  @font-face {
    font-family: "Averia Serif Libre Bold";
    src: url("/templates/yootheme_custom/webfonts/AveriaSerifLibre-Bold.woff2") format("woff2"), url("/templates/yootheme_custom/webfonts/AveriaSerifLibre-Bold.woff") format("woff");
  }
  @font-face {
    font-family: "ashemore_reg";
    src: url("/templates/yootheme_custom/webfonts/ashemore_norm_regular-webfont.woff2") format("woff2"), url("/templates/yootheme_custom/webfonts/ashemore_norm_regular-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: "ashemore_cond_black";
    src: url("/templates/yootheme_custom/webfonts/ashemore_cond_black-webfont.woff2") format("woff2"), url("/templates/yootheme_custom/webfonts/ashemore_cond_black-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
  }
  h1 {
    font-family: "ashemore_cond_black" !important;
  }
  p, a {
    font-family: "ashemore_reg" !important;
    font-weight: 600;
  }
  .colum-right {
    padding: 0px 10%;
  }
  .colum-right > .uk-tile {
    padding: 5px 5px 0px 5px;
  }
  .uk-navbar-right {
    display: none;
  }
  .nieuwsbrief .convertforms .cf-content-wrap, .nieuwsbrief .convertforms .cf-form-wrap {
    padding: 0;
  }
  .nieuwsbrief .convertforms .cf-input {
    background-color: transparent;
    border: 1px solid #FFF;
    padding: 8px 10px;
  }
  .nieuwsbrief .convertforms .cf-input::placeholder, .nieuwsbrief .convertforms .cf-input:has(option:disabled:checked) {
    color: #FFF;
    opacity: 0.7;
  }
  .nieuwsbrief .convertforms .cf-btn {
    background-color: #000 !important;
    color: #FFF !important;
    font-family: "Comfortaa Regular", sans-serif;
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    letter-spacing: normal;
  }
  .nieuwsbrief .convertforms .cf-btn:hover {
    background-color: #FFF !important;
    color: #000 !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: #ffffff8f;
    font-size: clamp(0.75rem, 1.4vw, 0.875rem);
    line-height: clamp(1rem, 2vw, 1.125rem);
    padding-left: 30px;
    font-family: "Comfortaa Regular", sans-serif;
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    letter-spacing: normal;
  }
  .nieuwsbrief .convertforms .cf-checkbox-group .cf-label a {
    color: #ffffff8f;
    font-size: clamp(0.75rem, 1.4vw, 0.875rem);
    line-height: clamp(1rem, 2vw, 1.125rem);
    font-family: "Comfortaa Regular", sans-serif;
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    letter-spacing: normal;
    text-decoration: underline;
  }
  .nieuwsbrief .convertforms .cf-checkbox-group .cf-label a:hover {
    color: #FFF;
  }
  .nieuwsbrief .convertforms .cf-checkbox-group .cf-label::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #FFF;
    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;
  }
  .wj-copyright {
    font-size: clamp(0.75rem, 1.4vw, 0.875rem);
    line-height: clamp(1rem, 2vw, 1.125rem);
    color: #000;
    font-family: "Comfortaa Regular", sans-serif;
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    letter-spacing: normal;
  }
  .wj-copyright a {
    color: #000;
  }
  .wj-copyright a:hover {
    text-decoration: underline;
  }
  .wj-copyright .container {
    display: flex;
    justify-content: flex-start;
    /* Zorgt voor rechtsuitlijning */
  }
  .wj-copyright .text-wrapper {
    width: 250px;
    /* Stel een vaste breedte in voor de tekstcontainer */
    text-align: left;
    /* Zorgt ervoor dat de tekst rechts uitgelijnd wordt */
    white-space: nowrap;
    /* Voorkom dat de tekst naar de volgende regel gaat */
  }
  .wj-copyright .dynamicText {
    display: inline-block;
  }
  .wj-copyright .cursor {
    display: inline-block;
    width: 2px;
    background-color: black;
    margin-left: 2px;
    animation: blink 1s infinite;
  }
  @keyframes blink {
    0%, 100% {
      opacity: 1;
    }
    50% {
      opacity: 0;
    }
  }
  .cc-revoke {
    background-color: transparent !important;
    background-image: url(/images/system/icons/cookie-bite-solid.svg);
    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/system/icons/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: #FFF;
  }
  div.cc-gdpr-component-view a.cc-btn.cc-allowall {
    background-color: #c7fdbb;
  }
  .cc-custom-revoke {
    line-height: 20px;
    margin-top: 58px;
    opacity: 0.5;
  }
  .cc-custom-revoke:hover {
    opacity: 1;
    cursor: help;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) and (max-width: 992px) {
  .colum-right > .uk-tile {
    padding: 20px 20px 0px 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  /*COPYRIGHT*/
  /*COOKIE CONSENT*/
  @font-face {
    font-family: "Comfortaa Regular";
    src: url("/templates/yootheme_custom/webfonts/Comfortaa-Regular.woff2") format("woff2"), url("/templates/yootheme_custom/webfonts/Comfortaa-Regular.woff") format("woff");
  }
  @font-face {
    font-family: "Averia Serif Libre Bold";
    src: url("/templates/yootheme_custom/webfonts/AveriaSerifLibre-Bold.woff2") format("woff2"), url("/templates/yootheme_custom/webfonts/AveriaSerifLibre-Bold.woff") format("woff");
  }
  @font-face {
    font-family: "ashemore_reg";
    src: url("/templates/yootheme_custom/webfonts/ashemore_norm_regular-webfont.woff2") format("woff2"), url("/templates/yootheme_custom/webfonts/ashemore_norm_regular-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: "ashemore_cond_black";
    src: url("/templates/yootheme_custom/webfonts/ashemore_cond_black-webfont.woff2") format("woff2"), url("/templates/yootheme_custom/webfonts/ashemore_cond_black-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
  }
  h1 {
    font-family: "ashemore_cond_black" !important;
  }
  p, a {
    font-family: "ashemore_reg" !important;
    font-weight: 600;
  }
  .colum-right {
    padding: 0px 10%;
  }
  .colum-right > .uk-tile {
    padding: 5px 5px 0px 5px;
  }
  .uk-navbar-right {
    display: none;
  }
  .nieuwsbrief .convertforms .cf-content-wrap, .nieuwsbrief .convertforms .cf-form-wrap {
    padding: 0;
  }
  .nieuwsbrief .convertforms .cf-input {
    background-color: transparent;
    border: 1px solid #FFF;
    padding: 8px 10px;
  }
  .nieuwsbrief .convertforms .cf-input::placeholder, .nieuwsbrief .convertforms .cf-input:has(option:disabled:checked) {
    color: #FFF;
    opacity: 0.7;
  }
  .nieuwsbrief .convertforms .cf-btn {
    background-color: #000 !important;
    color: #FFF !important;
    font-family: "Comfortaa Regular", sans-serif;
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    letter-spacing: normal;
  }
  .nieuwsbrief .convertforms .cf-btn:hover {
    background-color: #FFF !important;
    color: #000 !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: #ffffff8f;
    font-size: clamp(0.75rem, 1.4vw, 0.875rem);
    line-height: clamp(1rem, 2vw, 1.125rem);
    padding-left: 30px;
    font-family: "Comfortaa Regular", sans-serif;
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    letter-spacing: normal;
  }
  .nieuwsbrief .convertforms .cf-checkbox-group .cf-label a {
    color: #ffffff8f;
    font-size: clamp(0.75rem, 1.4vw, 0.875rem);
    line-height: clamp(1rem, 2vw, 1.125rem);
    font-family: "Comfortaa Regular", sans-serif;
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    letter-spacing: normal;
    text-decoration: underline;
  }
  .nieuwsbrief .convertforms .cf-checkbox-group .cf-label a:hover {
    color: #FFF;
  }
  .nieuwsbrief .convertforms .cf-checkbox-group .cf-label::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #FFF;
    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;
  }
  .wj-copyright {
    font-size: clamp(0.75rem, 1.4vw, 0.875rem);
    line-height: clamp(1rem, 2vw, 1.125rem);
    color: #000;
    font-family: "Comfortaa Regular", sans-serif;
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    letter-spacing: normal;
  }
  .wj-copyright a {
    color: #000;
  }
  .wj-copyright a:hover {
    text-decoration: underline;
  }
  .wj-copyright .container {
    display: flex;
    justify-content: flex-start;
    /* Zorgt voor rechtsuitlijning */
  }
  .wj-copyright .text-wrapper {
    width: 250px;
    /* Stel een vaste breedte in voor de tekstcontainer */
    text-align: left;
    /* Zorgt ervoor dat de tekst rechts uitgelijnd wordt */
    white-space: nowrap;
    /* Voorkom dat de tekst naar de volgende regel gaat */
  }
  .wj-copyright .dynamicText {
    display: inline-block;
  }
  .wj-copyright .cursor {
    display: inline-block;
    width: 2px;
    background-color: black;
    margin-left: 2px;
    animation: blink 1s infinite;
  }
  @keyframes blink {
    0%, 100% {
      opacity: 1;
    }
    50% {
      opacity: 0;
    }
  }
  .cc-revoke {
    background-color: transparent !important;
    background-image: url(/images/system/icons/cookie-bite-solid.svg);
    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/system/icons/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: #FFF;
  }
  div.cc-gdpr-component-view a.cc-btn.cc-allowall {
    background-color: #c7fdbb;
  }
  .cc-custom-revoke {
    line-height: 20px;
    margin-top: 58px;
    opacity: 0.5;
  }
  .cc-custom-revoke:hover {
    opacity: 1;
    cursor: help;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1599px) and (max-width: 992px) {
  .colum-right > .uk-tile {
    padding: 20px 20px 0px 20px;
  }
}
