:root {
  --purple100: #5a189a;
  --purple80: #7b2cbf;
  --purple60: #9d4edd;
  --purple40: #c77dff;
  --purple20: #e0aaff;
  --wj-green: #c7fdbb;
  --titel-blauw: #4651a2;
  --h3tjes: #3f28b4;
}

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

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

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

/*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/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: white;
}

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

.hero_section {
  background: var(--purple100);
}
@media (max-width: 99.9375em) {
  .hero_section {
    background: var(--purple80);
  }
}
@media (max-width: 74.9375em) {
  .hero_section {
    background: var(--purple60);
  }
}
@media (max-width: 59.9375em) {
  .hero_section {
    background: var(--purple40);
  }
}
@media (max-width: 39.9375em) {
  .hero_section {
    background: var(--purple20);
  }
}
.hero_section h1 {
  font-size: clamp(1.25rem, 1.157rem + 0.49vw, 1.75rem);
  font-family: "Helvetica Neue Regular", sans-serif;
  letter-spacing: 2.3px;
  color: white;
}
@media (max-width: 99.9375em) {
  .hero_section h1 {
    color: white;
  }
}
@media (max-width: 74.9375em) {
  .hero_section h1 {
    color: black;
  }
}
@media (max-width: 59.9375em) {
  .hero_section h1 {
    color: black;
  }
}
@media (max-width: 39.9375em) {
  .hero_section h1 {
    color: black;
  }
}
.hero_section p {
  font-family: "Helvetica Neue Regular", sans-serif;
  color: white;
}
@media (max-width: 99.9375em) {
  .hero_section p {
    color: white;
  }
}
@media (max-width: 74.9375em) {
  .hero_section p {
    color: black;
  }
}
@media (max-width: 59.9375em) {
  .hero_section p {
    color: black;
  }
}
@media (max-width: 39.9375em) {
  .hero_section p {
    color: black;
  }
}
.hero_section .uk-button {
  font-family: "Helvetica Neue Regular", sans-serif;
  font-size: 15px;
  letter-spacing: 1.5px;
  background-color: white;
  transition: all 0.3s ease-in-out;
}
.hero_section .uk-button:hover {
  background-color: var(--wj-green);
}

.landing h3 {
  font-family: "Roboto-regular", sans-serif;
  color: var(--h3tjes);
}
.landing p {
  font-family: "Roboto-regular", sans-serif;
}

.loginMn .tm-page > :nth-child(3) {
  display: flex;
}
.loginMn .com-users-login fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
.loginMn .username-lbl {
  color: var(--titel-blauw);
  font-size: 20px;
}
.loginMn .form-control.validate-username.required {
  font-size: 20px;
}
.loginMn .form-control.required {
  font-size: 20px;
}
.loginMn .control-label {
  font-family: "Roboto-regular", sans-serif;
  color: var(--h3tjes);
  font-size: 20px;
}
.loginMn .btn.btn-secondary.input-password-toggle {
  font-size: 17px;
}
.loginMn .btn.btn-primary {
  font-size: 19px;
}