:root {
  --purple100: #5a189a;
  --purple80: #7b2cbf;
  --purple60: #9d4edd;
  --purple40: #c77dff;
  --purple20: #e0aaff;
  --wj-green: #c7fdbb;
  --red: #e63a13;
  --brown: #61350e;
}

@font-face {
  font-family: "Roboto-Medium";
  src: url("/beleveniskaart/templates/yootheme_custom/webfonts/Roboto-Medium.woff2") format("woff2"), url("/beleveniskaart/templates/yootheme_custom/webfonts/Roboto-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto-ExtraBold";
  src: url("/beleveniskaart/templates/yootheme_custom/webfonts/Roboto-ExtraBold.woff2") format("woff2"), url("/beleveniskaart/templates/yootheme_custom/webfonts/Roboto-ExtraBold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto-Black";
  src: url("/beleveniskaart/templates/yootheme_custom/webfonts/Roboto-Black.woff2") format("woff2"), url("/beleveniskaart/templates/yootheme_custom/webfonts/Roboto-Black.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto-Regular";
  src: url("/beleveniskaart/templates/yootheme_custom/webfonts/Roboto-Regular.woff2") format("woff2"), url("/beleveniskaart/templates/yootheme_custom/webfonts/Roboto-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
p,
.tekstblok {
  font-family: "Roboto-Regular", sans-serif;
  font-size: 1rem;
  line-height: 1.1;
  letter-spacing: normal;
  color: black;
}

.uk-navbar-container {
  display: none;
}

.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;
}

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

@keyframes birdFloat1 {
  0%, 100% {
    transform: translateY(0px) translateX(0px);
  }
  25% {
    transform: translateY(-15px) translateX(5px);
  }
  50% {
    transform: translateY(-8px) translateX(-3px);
  }
  75% {
    transform: translateY(-20px) translateX(8px);
  }
}
@keyframes birdFloat2 {
  0%, 100% {
    transform: translateY(-5px) translateX(0px);
  }
  25% {
    transform: translateY(-25px) translateX(-8px);
  }
  50% {
    transform: translateY(-12px) translateX(6px);
  }
  75% {
    transform: translateY(-18px) translateX(-4px);
  }
}
.intro_section {
  position: relative;
}
.intro_section h1 {
  font-family: "Roboto-Black", sans-serif;
  font-size: clamp(3.125rem, 2.292rem + 4.44vw, 5.625rem);
  line-height: 0.8;
  color: var(--red);
  font-weight: bolder;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  text-shadow: 2px 2px 4px rgba(65, 65, 65, 0.51);
}
@media (max-width: 59.9375em) {
  .intro_section .txnulogo {
    text-align: center;
  }
}
.intro_section .uk-width-1-1 {
  position: relative;
  z-index: 30;
}
.intro_section .bird-image-1 {
  animation: birdFloat1 6s ease-in-out infinite;
  animation-delay: 0s;
}
.intro_section .bird-image-2 {
  animation: birdFloat2 8s ease-in-out infinite;
  animation-delay: 1s;
}
.intro_section::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 250px;
  background: url("/beleveniskaart/images/YooTheme/wave.svg") no-repeat left bottom;
  background-position: left top;
  background-size: cover;
  z-index: 10;
}
.intro_section .couple_image img {
  position: relative;
  z-index: 5;
}
@media (max-width: 39.9375em) {
  .intro_section .couple_image img {
    width: 170px;
  }
}
.intro_section .map_image img {
  position: absolute;
  bottom: 0;
  z-index: 4;
  transform: translate(52%, 10%);
}
@media (max-width: 39.9375em) {
  .intro_section .map_image img {
    width: 200px;
    transform: translate(52%, 2%);
  }
}

.belevenis_section .introtext_row .uk-first-column {
  max-width: 600px;
  margin-right: 0;
}
.belevenis_section .introtext_row .uk-first-column .uk-card-default {
  background: transparent;
  margin-block-start: -15.625rem;
  z-index: 20;
  border: none !important;
}
@media (max-width: 59.9375em) {
  .belevenis_section .introtext_row .uk-first-column .uk-card-default {
    margin-block-start: 0rem;
  }
}
.belevenis_section .uk-background-norepeat {
  background-repeat: repeat-y !important;
}
.belevenis_section h1 {
  font-family: "Roboto-Black", sans-serif;
  font-size: clamp(3.125rem, 2.292rem + 4.44vw, 5.625rem);
  line-height: 0.8;
  color: var(--red);
  font-weight: bolder;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  text-shadow: 2px 2px 4px rgba(65, 65, 65, 0.51);
  max-width: 450px;
}
.belevenis_section p {
  font-size: 1.2rem;
}
.belevenis_section h2 {
  font-family: "Roboto-ExtraBold", sans-serif;
  font-size: clamp(1.5625rem, 1.25rem + 1.67vw, 2.5rem);
  line-height: 1.2;
  color: var(--brown);
}
.belevenis_section h2 span {
  color: var(--red);
}
.belevenis_section h3 {
  font-family: "Roboto-Black", sans-serif;
  font-size: 1.25rem;
  line-height: 1.2;
  color: var(--red);
}
.belevenis_section .bedrijven_grid .uk-card {
  border: none;
  box-shadow: 5px 5px 5px rgba(65, 65, 65, 0.51);
}
.belevenis_section .bedrijven_grid .uk-card h3 {
  font-family: "Roboto-Black", sans-serif;
  font-size: 1.25rem;
  line-height: 1.2;
  color: black;
}
.belevenis_section .bedrijven_grid .uk-card a {
  font-family: "Roboto-Regular", sans-serif;
  font-size: 1.25rem;
  line-height: 1.1;
  letter-spacing: normal;
  color: black;
  text-decoration: underline;
  font-weight: bold;
}

@keyframes birdFloat1 {
  0%, 100% {
    transform: translateY(0px) translateX(0px);
  }
  25% {
    transform: translateY(-15px) translateX(5px);
  }
  50% {
    transform: translateY(-8px) translateX(-3px);
  }
  75% {
    transform: translateY(-20px) translateX(8px);
  }
}
@keyframes birdFloat2 {
  0%, 100% {
    transform: translateY(-5px) translateX(0px);
  }
  25% {
    transform: translateY(-25px) translateX(-8px);
  }
  50% {
    transform: translateY(-12px) translateX(6px);
  }
  75% {
    transform: translateY(-18px) translateX(-4px);
  }
}
.detail_header {
  position: relative;
}
.detail_header h1 {
  font-family: "Roboto-Black", sans-serif;
  font-size: clamp(3.125rem, 2.292rem + 4.44vw, 5.625rem);
  line-height: 0.8;
  color: var(--red);
  font-weight: bolder;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  text-shadow: 2px 2px 4px rgba(65, 65, 65, 0.51);
}
@media (max-width: 59.9375em) {
  .detail_header .txnulogo {
    text-align: center;
  }
}
.detail_header .uk-width-1-1 {
  position: relative;
  z-index: 30;
}
.detail_header .bird-image-1 {
  animation: birdFloat1 6s ease-in-out infinite;
  animation-delay: 0s;
}
.detail_header .bird-image-2 {
  animation: birdFloat2 8s ease-in-out infinite;
  animation-delay: 1s;
}
.detail_header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background: url("/beleveniskaart/images/YooTheme/wave.svg") no-repeat left bottom;
  background-position: left top;
  background-size: cover;
  z-index: 10;
}

.detail_section {
  background-color: var(--brown);
}
.detail_section h1 {
  font-family: "Roboto-ExtraBold", sans-serif;
  font-size: clamp(1.5625rem, 1.25rem + 1.67vw, 2.5rem);
  line-height: 1.2;
  color: var(--brown);
}
.detail_section p,
.detail_section a {
  font-size: 1.2rem;
}
.detail_section a {
  text-decoration: underline;
  font-weight: bold;
  position: relative;
  z-index: 999;
}
.detail_section .uk-button {
  text-decoration: none;
  font-weight: normal;
  position: relative;
  z-index: 999;
}

.stempels_section h2 {
  font-family: "Roboto-ExtraBold", sans-serif;
  font-size: clamp(1.5625rem, 1.25rem + 1.67vw, 2.5rem);
  line-height: 1.2;
  color: var(--red);
}
.stempels_section h3 {
  font-family: "Roboto-Black", sans-serif;
  font-size: 1.25rem;
  line-height: 1.2;
  color: var(--red);
}

.map_section .geek-osmap {
  margin: 0px;
}
@media (max-width: 639px) {
  .map_section .geek-osmap {
    height: 70vh !important;
  }
  .map_section .geek-osmap .leaflet-control-zoom {
    display: none !important;
  }
}
.map_section .geek-osmap .leaflet-popup .leaflet-popup-content {
  font-size: 1.2rem;
  line-height: 1.5;
  min-height: 100px;
  display: flex;
  flex-direction: column;
  margin-top: 50px;
}
.map_section .geek-osmap .leaflet-popup .leaflet-popup-content .btn-link {
  background-color: var(--red);
  color: white;
  text-transform: uppercase;
  padding: 10px;
  margin-top: 20px;
}

@keyframes surferFloat {
  0%, 100% {
    transform: translateY(0px) translateX(0px) rotate(0deg);
  }
  25% {
    transform: translateY(-5px) translateX(-3px) rotate(-2deg);
  }
  50% {
    transform: translateY(-8px) translateX(2px) rotate(3deg);
  }
  75% {
    transform: translateY(-5px) translateX(-2px) rotate(-1deg);
  }
}
#module-121 {
  position: relative;
}
#module-121.article {
  position: relative;
}
#module-121.article::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 190px;
  background: url("/beleveniskaart/images/YooTheme/waveblue.svg") no-repeat left bottom;
  background-position: left bottom;
  background-size: cover;
  z-index: 10;
  transform: translateY(-100%);
}
#module-121.article .uk-background-norepeat {
  background-color: rgb(171, 232, 250) !important;
}
#module-121.article .uk-background-bottom-right {
  background-position: 0% 0%;
}
#module-121 .picture_section .tessa img {
  margin-top: -50%;
  position: relative;
  z-index: 999;
  pointer-events: none;
}
@media (max-width: 639px) {
  #module-121 .picture_section .tessa img {
    max-width: 300px;
    margin-top: -20%;
  }
}
#module-121 .picture_section .surfer {
  margin-top: -165px;
  margin-inline-end: 50px;
  position: relative;
  z-index: 999;
  pointer-events: none;
  animation: surferFloat 5s ease-in-out infinite;
  animation-delay: 0s;
}
#module-121 .picture_section .copytext {
  margin-bottom: 50px;
}
@media (max-width: 639px) {
  #module-121 .picture_section .copytext {
    margin-bottom: 0px;
  }
}
#module-121 .picture_section .copytext p {
  font-size: 1.2rem !important;
}
#module-121 .picture_section .zzlogo {
  margin-bottom: 50px;
  margin-inline-end: 50px;
}
@media (min-width: 640px) and (max-width: 959px) {
  #module-121 .picture_section .zzlogo {
    margin-inline-start: 30px;
    margin-inline-end: 30px;
  }
}
@media (max-width: 639px) {
  #module-121 .picture_section .zzlogo {
    margin-inline: 10px;
  }
}
#module-121 .wj-copyright-row {
  background-color: var(--brown);
  padding-block: 10px;
}
#module-121 .wj-copyright-row li {
  color: white;
  font-family: "Roboto-Regular", sans-serif;
  font-size: 1rem;
  text-decoration: underline;
}
#module-121 .wj-copyright-row li:hover {
  cursor: pointer;
  opacity: 0.8;
}
#module-121 .wj-copyright-row p {
  color: white;
  font-family: "Roboto-Regular", sans-serif;
  font-size: 1rem;
}
#module-121 .wj-copyright-row a {
  color: white;
  font-family: "Roboto-Regular", sans-serif;
  font-size: 1rem;
  text-decoration: underline;
}
#module-121 .wj-copyright-row a:hover {
  text-decoration: underline;
  opacity: 0.8;
}