@font-face {
  font-family: "Myriad Black";
  src: url("/templates/yootheme_custom/webfonts/MyriadPro-Black.eot");
  src: url("/templates/yootheme_custom/webfonts/MyriadPro-Black.eot?#iefix") format("embedded-opentype"), url("/templates/yootheme_custom/webfonts/MyriadPro-Black.woff2") format("woff2"), url("/templates/yootheme_custom/webfonts/MyriadPro-Black.woff") format("woff"), url("/templates/yootheme_custom/webfonts/MyriadPro-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Myriad Semibold";
  src: url("/templates/yootheme_custom/webfonts/MyriadPro-Semibold.eot");
  src: url("/templates/yootheme_custom/webfonts/MyriadPro-Semibold.eot?#iefix") format("embedded-opentype"), url("/templates/yootheme_custom/webfonts/MyriadPro-Semibold.woff2") format("woff2"), url("/templates/yootheme_custom/webfonts/MyriadPro-Semibold.woff") format("woff"), url("/templates/yootheme_custom/webfonts/MyriadPro-Semibold.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Myriad Regular";
  src: url("/templates/yootheme_custom/webfonts/MyriadPro-Regular.eot");
  src: url("/templates/yootheme_custom/webfonts/MyriadPro-Regular.eot?#iefix") format("embedded-opentype"), url("/templates/yootheme_custom/webfonts/MyriadPro-Regular.woff2") format("woff2"), url("/templates/yootheme_custom/webfonts/MyriadPro-Regular.woff") format("woff"), url("/templates/yootheme_custom/webfonts/MyriadPro-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-size: 18px;
}

h1,
h2 {
  font-family: "Myriad Black";
  color: #005cb8;
}

h2 {
  line-height: 2.5rem;
}

.uk-offcanvas-bar {
  overflow-x: hidden;
}
.uk-offcanvas-bar .uk-grid > div:last-child {
  order: 4;
}

.tekstblok,
.tekstblok p {
  font-family: "Myriad Regular";
  color: #005cb8;
}
.tekstblok b,
.tekstblok strong,
.tekstblok p b,
.tekstblok p strong {
  font-family: "Myriad Black";
}

.tekstblok li p {
  margin: 0px;
}

.tekstblok em {
  font-family: "Myriad Regular";
}

.uk-offcanvas-bar .uk-nav-default > li > a {
  font-family: "Myriad Black";
  text-transform: none;
  letter-spacing: normal;
  color: #fff;
  font-size: 23px;
  position: relative;
}

.buttoncontainer.el-item {
  padding: 0px !important;
}
.buttoncontainer.el-item::before {
  display: none !important;
}

.buttonflex {
  gap: 20px;
}

li.uk-active > a::after {
  content: "";
  width: 40px;
  height: 2px;
  background-color: #fff;
  display: block;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.uk-offcanvas-bar {
  left: auto;
  right: 0;
  padding: 25px 15px 0 50px;
}

.uk-offcanvas-close {
  background-image: url(/images/system/mobile-menu-close.svg);
  background-size: cover;
  height: 38px;
  width: 70px;
  margin: 10px -10px 0 0;
}
.uk-offcanvas-close svg {
  display: none;
}

.tekstblok a {
  font-family: "Myriad Black";
  color: #005cb8;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  z-index: 1;
  display: inline-block;
  overflow: visible;
}
.tekstblok a::after {
  content: "";
  background: #ffc8ad;
  border-radius: 99px;
  position: absolute;
  left: 0px;
  bottom: -3px;
  width: 100%;
  height: calc(100% - 8px);
  z-index: -1;
  transition: 0.35s cubic-bezier(0.25, 0.1, 0, 2.05);
}
.tekstblok a:hover:after {
  left: -5px;
  bottom: -2px;
  width: calc(100% + 10px);
  height: calc(100% + 2px);
}
.tekstblok + h2 {
  padding-top: 50px;
}

.uk-button {
  background-color: transparent;
  border: 2px solid #005cb8;
  border-radius: 99px;
  color: #005cb8;
  font-family: "Myriad Semibold";
  text-transform: none;
  letter-spacing: normal;
  font-size: 17px;
  position: relative;
  padding-right: 40px;
}
.uk-button:hover {
  background-color: #005cb8;
  color: #fff;
  border-color: #005cb8;
}
.uk-button:hover::after {
  background-image: url(/images/system/rechts.svg);
}
.uk-button::after {
  content: "";
  background-image: url(/images/system/rechts-blauw.svg);
  width: 10px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 16px;
  right: 10px;
}

.uk-logo {
  padding: clamp(0.625rem, -0.511rem + 6.06vw, 3.125rem) 0 0 0;
}

@media (max-width: 960px) {
  .uk-logo {
    width: clamp(7.5rem, 4.318rem + 16.97vw, 14.5rem);
  }
}
.tm-toolbar-default {
  background: transparent;
  margin-bottom: -70px;
  height: 50px;
  line-height: 50px;
  margin-right: 130px;
  z-index: 999;
}
.tm-toolbar-default .uk-container {
  width: 100%;
  max-width: calc(100% - 100px);
}
.tm-toolbar-default .uk-grid-medium > * {
  padding-left: 0px;
}
.tm-toolbar-default li.uk-active > a::after {
  display: none;
}
.tm-toolbar-default .zoeken {
  border: 1px solid #fff;
  border-radius: 99px;
  padding: 7px 10px;
  text-align: center;
  line-height: 25px;
  font-size: 15px;
  font-family: "Myriad Semibold";
}
.tm-toolbar-default .mod-languages {
  padding-left: 5px;
}
.tm-toolbar-default #module-118 > ul > li.item-268.uk-active > a::after {
  display: none;
}
.tm-toolbar-default div.mod-languages a {
  border: 1px solid #fff;
  border-radius: 99px;
  padding: 0 10px 2px 10px;
  text-align: center;
  line-height: 25px;
  font-size: 15px;
  font-family: "Myriad Semibold";
}
.tm-toolbar-default div.mod-languages ul {
  display: flex;
  gap: 5px;
}
.tm-toolbar-default div.mod-languages li {
  margin-left: 0px;
  margin-right: 0px;
  display: flex !important;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.tm-toolbar-default a {
  font-family: "Myriad Semibold";
  text-transform: none;
  color: #fff;
  letter-spacing: normal;
}
.tm-toolbar-default .uk-subnav > * > :first-child {
  font-family: "Myriad Regular";
  text-transform: none;
  color: #fff;
  letter-spacing: normal;
  font-size: 16px;
  text-shadow: 0 0 11px rgba(0, 0, 0, 0.24);
}
.tm-toolbar-default .uk-subnav {
  gap: 10px;
}

.uk-navbar-toggle {
  position: fixed;
  top: 0px;
  width: 90px;
  right: 50px;
  font-family: "Myriad Semibold";
  text-transform: none;
  color: #fff;
  letter-spacing: normal;
  font-size: 18px;
  min-height: 70px;
}
@media (max-width: 1199px) {
  .uk-navbar-toggle {
    background: url(/images/system/oranje-texture-bg.jpeg);
    border-radius: 10px 0;
  }
}
@media (max-width: 639px) {
  .uk-navbar-toggle {
    right: 0;
  }
}

.uk-navbar-toggle-icon {
  background-image: url(/images/system/menu-icon.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  width: 60px;
  height: 40px;
}
.uk-navbar-toggle-icon svg {
  display: none;
}

@media (min-width: 960px) {
  .uk-navbar-nav {
    gap: 50px;
  }
}
.uk-navbar-nav > li > a {
  font-family: "Myriad Black";
  color: #fff;
  letter-spacing: normal;
  text-transform: none;
  font-size: 18px;
  min-height: 40px;
  text-shadow: 0 0 11px rgba(0, 0, 0, 0.24);
  position: relative;
}
.uk-navbar-nav > li > a:hover {
  color: #fff;
}
.uk-navbar-nav > li > a:hover::after {
  content: "";
  width: 50%;
  height: 1px;
  background-color: #fff;
  display: block;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.uk-navbar-nav > li.uk-active > a {
  font-family: "Myriad Black";
  color: #fff;
  letter-spacing: normal;
  text-transform: none;
}
.uk-navbar-nav > li.uk-active > a::after {
  content: "";
  width: 50%;
  height: 1px;
  background-color: #fff;
  display: block;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.scrolled .uk-navbar-toggle {
  color: #005cb8;
}
.scrolled .uk-navbar-toggle-icon {
  background-image: url(/images/system/menu-icon-blauw.svg);
}

.uk-navbar-nav .tickets {
  background-color: #005cb8;
  color: #fff;
  padding: 0 50px 0 20px;
  border-radius: 99px;
  font-family: "Myriad Semibold";
  text-transform: none;
  letter-spacing: normal;
  font-size: 18px;
  position: relative;
  /* &:hover {
  	background-color: #ffc8ad;
  	color: #d57000;
  	border-color: #ffc8ad;
  	position: relative;
  	&::after {
  		content: "";
  		background-image: url(/images/icons/ticket-icon-orange.svg);
  		width: 20px;
  		height: 20px;
  		background-size: contain;
  		background-repeat: no-repeat;
  		position: absolute;
  		top: 10px;
  		right: 19px;
  		left: initial;
  		background-color: transparent;
  	}
  } */
}
.uk-navbar-nav .tickets::after {
  content: "";
  background-image: url(/images/icons/ticket-icon.svg) !important;
  width: 20px !important;
  height: 20px !important;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 10px;
  right: 19px;
  background-color: transparent !important;
  left: auto !important;
}
.uk-navbar-nav .tickets:hover {
  background-color: #ff8f12;
  transition: none;
}

.uk-offcanvas-bar .tickets {
  background-color: #ff8f12;
  color: #fff;
  padding: 5px 50px 5px 20px;
  border-radius: 99px;
  font-family: "Myriad Semibold";
  text-transform: none;
  letter-spacing: normal;
  font-size: 18px;
  position: relative;
  max-width: fit-content;
  margin-top: 30px;
}
.uk-offcanvas-bar .tickets::after {
  content: "";
  background-image: url(/images/icons/ticket-icon.svg);
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 10px;
  right: 19px;
}
.uk-offcanvas-bar .tickets:hover {
  background-color: #ffc8ad;
  color: #d57000;
  border-color: #ffc8ad;
  position: relative;
}
.uk-offcanvas-bar .tickets:hover::after {
  content: "";
  background-image: url(/images/icons/ticket-icon-orange.svg);
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 10px;
  right: 19px;
  left: initial;
  background-color: transparent;
}

.tm-header {
  font-family: "Myriad Semibold";
  text-transform: none;
  color: #fff;
}

.header {
  padding: 0px;
  background: url(/images/system/oranje-texture-bg.jpeg);
  background-repeat: no-repeat;
  background-size: 100% calc(100% - 140px);
  position: relative;
}
@media (max-width: 960px) {
  .header {
    height: clamp(26.25rem, 11.193rem + 80.3vw, 59.375rem);
    min-height: unset !important;
  }
}
.header .ticketbutton .uk-button {
  background-color: #005cb8;
  color: #fff;
  opacity: 1;
  padding-right: 50px;
  position: absolute;
  top: 300px;
  left: 80px;
}
.header .ticketbutton .uk-button::after {
  content: "";
  background-image: url(/images/icons/ticket-icon.svg);
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 10px;
  right: 19px;
}
.header .ticketbutton .uk-button:hover {
  background-color: #ffc8ad;
  color: #d57000;
  border-color: #ffc8ad;
}
.header .ticketbutton .uk-button:hover::after {
  background-image: url(/images/icons/ticket-icon-orange.svg);
}
.header .col1 {
  position: relative;
  display: flex;
  align-content: flex-start;
}
@media (max-width: 960px) {
  .header .col1 {
    left: -50px;
  }
}
.header .header-tekst {
  color: #ffffff;
  font-family: "Myriad Black";
  font-size: clamp(1.875rem, 10vw, 6rem);
  line-height: 5.5rem;
  position: absolute;
  top: -200px;
  left: 80px;
  z-index: 999;
  width: 50vw;
  letter-spacing: 3.66px;
}
@media (max-width: 960px) {
  .header .header-tekst {
    line-height: clamp(1.875rem, 0.227rem + 8.79vw, 5.5rem);
    top: clamp(6.875rem, 2.188rem + 25vw, 17.188rem);
    letter-spacing: clamp(0rem, -0.104rem + 0.55vw, 0.229rem);
  }
}
.header .uk-breadcrumb {
  position: absolute;
  top: 420px;
  min-width: 430px;
  left: 80px;
  z-index: 999;
}
@media (max-width: 960px) {
  .header .uk-breadcrumb {
    position: relative;
    top: 0;
  }
}
.header .uk-breadcrumb a {
  color: #fff;
  font-family: "Myriad Regular";
  font-size: 17px;
  text-transform: none;
  letter-spacing: normal;
  text-decoration: underline;
}
.header .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
  content: ">";
  display: inline-block;
  margin: 0 20px 0 16px;
  font-size: 17px;
  color: #fff;
}
.header .uk-breadcrumb > :last-child > a:not([href]),
.header .uk-breadcrumb > :last-child > span {
  color: #fff;
  font-family: "Myriad Black";
  font-size: 17px;
  text-transform: none;
  letter-spacing: normal;
  text-decoration: none;
}
.header .uk-object-cover {
  object-fit: cover;
  margin-left: -25%;
  min-width: 125%;
  mask-image: url(/images/system/masker-header-big.svg);
  -webkit-mask-image: url(/images/system/masker-header-big.svg);
  mask-size: 100%;
  mask-repeat: no-repeat;
  mask-position: bottom;
  -webkit-mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: bottom;
}

.header.big.foto .col2 {
  min-height: 950px;
  object-fit: cover;
  mask-image: url(/images/system/masker-header-big.svg);
  -webkit-mask-image: url(/images/system/masker-header-big.svg);
  mask-size: cover;
  mask-repeat: no-repeat;
  mask-position: left;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: left;
  padding: 0px;
}
.header.big.foto .col2 .uk-background-norepeat {
  background-size: cover !important;
}
.header.big.foto .col2 .uk-background-norepeat::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.header.big.video .col2 {
  mask-image: url(/images/system/masker-header-big.svg);
  -webkit-mask-image: url(/images/system/masker-header-big.svg);
  mask-size: cover;
  mask-repeat: no-repeat;
  mask-position: left;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: left;
  min-height: 950px;
  padding: 0px;
  background-color: #000;
}
.header.big.video .col2 video {
  opacity: 0.7;
}

@media (max-width: 960px) {
  .header.big.video .col2 {
    min-height: unset;
    bottom: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    right: 0;
  }
}
.header.small .header-tekst {
  color: #fff;
  font-family: "Myriad Black";
  font-size: 6rem;
  line-height: 5.5rem;
  position: relative;
  top: 280px;
  left: 80px;
  z-index: 999;
  width: 90vw;
  letter-spacing: 3.66px;
}

@media (max-width: 960px) {
  .header.small .header-tekst {
    font-size: clamp(1.875rem, 10vw, 6rem);
    line-height: clamp(1.875rem, 0.227rem + 8.79vw, 5.5rem);
    letter-spacing: clamp(0rem, -0.104rem + 0.55vw, 0.229rem);
    top: 0;
  }
}
.header.small.foto.wit {
  background-color: #fff;
}
@media (max-width: 960px) {
  .header.small.foto.wit {
    max-height: 750px;
  }
}

.header.small.foto {
  background-color: #ebf1f7;
}
.header.small.foto h1 {
  top: 230px;
}
.header.small.foto .col2 {
  min-height: 750px;
  object-fit: cover;
  mask-image: url(/images/system/masker-header-big.svg);
  mask-size: cover;
  mask-repeat: no-repeat;
  mask-position: left;
  -webkit-mask-image: url(/images/system/masker-header-big.svg);
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: left;
  padding: 0px;
}
@media (max-width: 960px) {
  .header.small.foto .col2 {
    position: absolute;
    top: 0;
    right: 0;
    min-height: unset;
    height: clamp(26.25rem, 11.193rem + 80.3vw, 59.375rem);
    max-height: 750px;
  }
}
.header.small.foto .col2 .uk-background-norepeat {
  background-size: cover !important;
}
.header.small.foto .col2 .uk-background-norepeat::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.duoblok.partners img {
  aspect-ratio: auto;
}

.duoblok img {
  border-bottom-right-radius: 10px;
  border-top-left-radius: 10px;
  aspect-ratio: 16/9;
  object-fit: cover;
  min-width: 100%;
}
.duoblok em {
  color: #005cb8;
}
.duoblok .uk-icon:not(.uk-preserve) [fill*="#"]:not(.uk-preserve) {
  fill: #d57000;
}
.duoblok .introrij {
  padding: 0 0 40px 0;
}
.duoblok .introrij .tekstblok,
.duoblok .introrij .tekstblok p {
  color: #ff8f12;
  font-family: "Myriad Semibold";
  font-size: 22px;
  line-height: 26px;
}

.duoblok.blauw {
  background-color: #ebf1f7;
}

.paralaxslider {
  background-image: url(/images/system/shape-licht-blauw.svg);
  background-size: 100%;
  background-position: top center;
  padding: 170px 0 70px;
  background-repeat: no-repeat;
}
.paralaxslider .uk-container {
  position: relative;
}
.paralaxslider h2 {
  position: absolute;
  left: -8px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
  color: #fff;
  font-size: clamp(3.125rem, 1.165rem + 10.45vw, 7.438rem);
  letter-spacing: 3.66px;
  line-height: 100px;
}
.paralaxslider img {
  aspect-ratio: 79/122;
  object-fit: cover;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.paralaxslider.oranje {
  background-image: url(/images/system/oranje-bg2.svg);
}

.paralaxslider.extra {
  padding: 70px 0;
  background-image: none;
}
.paralaxslider.extra h2 {
  top: 35%;
  transform: translateY(-35%);
}
.paralaxslider.extra h3 {
  font-family: "Myriad Semibold";
  color: #005cb8;
  text-transform: uppercase;
  font-size: 23px;
  letter-spacing: 2.65px;
}
.paralaxslider.extra .el-content {
  color: #173f67;
  font-family: "Myriad Regular";
}

.nieuwsgrid.zoeken h2 {
  font-family: "Myriad Black";
  color: #005cb8;
  font-size: 36px;
}
.nieuwsgrid.zoeken input {
  font-family: "Myriad Regular";
  color: #005cb8;
  padding-left: 20px !important;
  background-color: #fff;
  border-radius: 99px;
  border: 1px solid #005cb8;
}
.nieuwsgrid.zoeken input::placeholder {
  font-family: "Myriad Regular";
  color: #005cb8;
  font-style: italic;
}
.nieuwsgrid.zoeken .uk-icon:not(.uk-preserve) [stroke*="#"]:not(.uk-preserve) {
  stroke: #005cb8 !important;
}

.nieuwsgrid.blauw {
  background-color: #ebf1f7;
}

.nieuwsgrid.oranje {
  background-color: #005cb8;
}

.nieuwsgrid.related h2 {
  color: #ff8f12;
  font-size: 24px;
}

.nieuwsgrid {
  background-color: #fff;
}
.nieuwsgrid hr {
  border-color: #ff8f12;
}
.nieuwsgrid .el-content.uk-button {
  background-color: transparent;
  border: 2px solid #005cb8;
  border-radius: 99px;
  color: #005cb8;
  font-family: "Myriad Semibold";
  text-transform: none;
  letter-spacing: normal;
  font-size: 17px;
  position: relative;
  padding-right: 40px;
  line-height: 38px;
}
.nieuwsgrid .el-content.uk-button:hover {
  background-color: #005cb8;
  color: #fff;
  border-color: #005cb8;
}
.nieuwsgrid h2 {
  padding: 0 0 10px 0;
}
.nieuwsgrid h3,
.nieuwsgrid .uk-card-default .uk-card-title,
.nieuwsgrid .el-title {
  line-height: 22px;
  font-family: "Myriad Semibold";
  color: #005cb8;
  text-transform: none;
  font-size: 19px;
}
.nieuwsgrid .uk-card-default {
  background-color: transparent;
}
.nieuwsgrid .el-content {
  line-height: 22px;
  font-family: "Myriad Regular";
  color: #005cb8;
  text-transform: none;
  font-size: 16px;
}
.nieuwsgrid .uk-card {
  border: 0px;
}
.nieuwsgrid .el-link {
  display: none;
}
.nieuwsgrid picture {
  position: relative;
  display: block;
}
.nieuwsgrid picture:hover::after {
  opacity: 0.8;
}
.nieuwsgrid picture::after {
  content: "";
  position: absolute;
  display: block;
  background-image: url(/images/system/link-overlay.svg);
  background-size: contain;
  bottom: 10px;
  right: 0px;
  z-index: 999;
  width: 60px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center right;
}
.nieuwsgrid img {
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  aspect-ratio: 16/9;
  object-fit: cover;
  min-width: 100%;
  position: relative;
}
.nieuwsgrid .el-meta {
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 99px;
  padding: 5px 10px;
  letter-spacing: normal;
  text-transform: none;
  font-family: "Myriad Semibold";
  font-size: 14px;
}
.nieuwsgrid .nieuws .el-meta {
  background-color: #005cb8;
  color: #fff;
}
.nieuwsgrid .agenda .el-meta {
  background-color: #fff;
  color: #005cb8;
}
.nieuwsgrid .uitgelicht .el-meta {
  background-color: #ff8f12 !important;
  color: #fff;
}

.switcher2 {
  background-repeat: no-repeat;
  padding: 70px 0 280px 0;
  background: linear-gradient(to bottom, #fff 30%, transparent 30%), url("/images/system/shape-licht-blauw2-half.svg") bottom no-repeat;
  background-size: cover;
}
.switcher2 .el-item {
  position: relative;
}
@media (max-width: 1299px) {
  .switcher2 .el-item {
    min-height: unset !important;
  }
}
.switcher2 .el-item img {
  border-radius: 10px;
}
@media (max-width: 1299px) {
  .switcher2 .el-item img {
    border-radius: 0px;
    border-top-left-radius: 10px;
  }
}
.switcher2 .uk-subnav-divider > ::before {
  display: none;
}
.switcher2 li.uk-active > a::after {
  display: none;
}
.switcher2 .el-nav {
  width: calc(100% - 670px);
  float: right;
}
.switcher2 .uk-card {
  position: absolute;
  background-image: url(/images/system/oranje-texture-bg.jpeg);
  background-size: cover;
  border: 0px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  min-height: 550px;
  min-width: 500px;
  max-width: 500px;
  top: 50%;
  left: 150px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1299px) {
  .switcher2 .uk-card {
    width: 100%;
    left: 0;
    max-width: unset;
    height: fit-content;
    min-height: unset;
    top: 100%;
    min-width: unset;
    border-radius: 0px;
    border-bottom-right-radius: 10px;
    position: relative;
  }
}
.switcher2 .uk-subnav > * > :first-child {
  border: 0px;
  color: #005cb8;
  font-family: "Myriad Regular";
  font-size: 14px;
  text-transform: none;
  letter-spacing: normal;
  font-size: 20px;
  background-image: url(/images/system/slider-normal.svg);
  background-position: center 80px;
  background-size: 18px;
  background-repeat: no-repeat;
  text-align: center;
  line-height: 23px;
}
.switcher2 .el-nav li {
  border-right: 1px solid #ff8f12;
  display: block;
  height: 110px;
  text-align: center;
  padding: 0 20px;
}
@media (max-width: 639px) {
  .switcher2 .el-nav li {
    border-bottom: 1px solid #ff8f12;
    border-right: unset;
    display: block;
    padding: 0 0 20px 0;
    width: 100%;
  }
}
.switcher2 .el-nav li a {
  display: block;
  height: 110px;
  text-align: center;
  padding: 0 20px;
  background-image: url(/images/system/slider-normal.svg);
  background-position: center 80px;
  background-size: 18px;
  background-repeat: no-repeat;
}
.switcher2 .el-nav li:last-child {
  border-right: 0px !important;
}
.switcher2 .el-nav .uk-active {
  background-image: url(/images/system/slider-active.svg);
  background-position: center bottom;
  background-size: 50px;
  background-repeat: no-repeat;
}
@media (max-width: 639px) {
  .switcher2 .el-nav .uk-active {
    background-position-y: 80px;
  }
}
.switcher2 .el-nav .uk-active::after {
  display: none;
}
.switcher2 .el-nav .uk-active a {
  font-family: "Myriad Semibold";
  background-image: none;
}
.switcher2 .uk-flex-right {
  justify-content: flex-start;
  margin-top: 40px !important;
  row-gap: 20px;
}
@media (max-width: 1299px) {
  .switcher2 .uk-flex-right {
    width: 100%;
    position: relative;
    bottom: 0;
  }
}
.switcher2 .el-meta {
  color: #fff;
  font-family: "Myriad Semibold";
  font-size: 25px;
}
.switcher2 .el-title {
  color: #fff;
  font-family: "Myriad Black";
  line-height: 28px;
}
.switcher2 .el-content,
.switcher2 .el-content p {
  color: #fff;
  font-family: "Myriad Regular";
}
@media (max-width: 639px) {
  .switcher2 .el-content,
  .switcher2 .el-content p {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
.switcher2 .el-link {
  background-color: #d57000;
  color: #fff;
  border-radius: 99px;
  font-family: "Myriad Black";
  text-transform: none;
  letter-spacing: normal;
  font-size: 17px;
  position: relative;
  padding-right: 40px;
  border: 2px solid transparent;
}
.switcher2 .el-link:hover {
  border: 2px solid #fff;
  background-color: transparent;
  color: #fff;
}
.switcher2 .el-link:hover::after {
  background-image: url(/images/system/rechts.svg);
}
.switcher2 .el-link::after {
  content: "";
  background-image: url(/images/system/rechts.svg);
  width: 10px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 16px;
  right: 10px;
}

.advancedswitcher {
  position: relative;
  padding: 0 0 270px 0;
  background-image: url(/images/system/shape-licht-blauw2.svg);
  background-size: 100%;
  background-position: bottom;
  background-repeat: no-repeat;
}
.advancedswitcher .uk-card {
  margin-bottom: -70%;
  background-image: url(/images/system/oranje-texture-bg.jpeg);
  background-size: cover;
  border: 0px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  min-height: 550px;
}
.advancedswitcher .jp_section_content {
  padding: 0px;
}
.advancedswitcher .el-nav {
  position: absolute;
  bottom: 155px;
  right: 70px;
  max-width: 55%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.advancedswitcher .uk-tab > .uk-active > a {
  font-family: "Myriad Black";
  background-image: url(/images/system/slider-active.svg);
  background-position: center bottom;
  background-size: 50px;
  background-repeat: no-repeat;
}
.advancedswitcher .uk-tab > .uk-active > a::after {
  display: none;
}
.advancedswitcher .uk-tab-bottom > * > a {
  border: 0px;
  color: #005cb8;
  font-family: "Myriad Semibold";
  font-size: 14px;
  text-transform: none;
  letter-spacing: normal;
  font-size: 20px;
  background-image: url(/images/system/slider-normal.svg);
  background-position: center 80px;
  background-size: 18px;
  background-repeat: no-repeat;
}
.advancedswitcher .el-nav li {
  border-right: 1px solid #ff8f12;
  display: block;
  height: 110px;
  text-align: center;
  padding: 0px;
  min-width: 170px;
  max-width: 170px;
}
.advancedswitcher .el-nav li:last-child {
  border-right: 0px !important;
}
.advancedswitcher .el-nav a {
  height: 100%;
  display: flex;
  align-content: flex-start;
  align-items: flex-start;
}
.advancedswitcher .el-meta {
  color: #fff;
  font-family: "Myriad Semibold";
  font-size: 25px;
}
.advancedswitcher .uk-card-default .uk-card-title {
  color: #fff;
  font-family: "Myriad Black";
  line-height: 28px;
}
.advancedswitcher .el-content,
.advancedswitcher .el-content p {
  color: #fff;
  font-family: "Myriad Regular";
}
.advancedswitcher .el-link {
  background-color: #d57000;
  color: #fff;
  border-radius: 99px;
  font-family: "Myriad Black";
  text-transform: none;
  letter-spacing: normal;
  font-size: 17px;
  position: relative;
  padding-right: 40px;
  border: 2px solid transparent;
}
.advancedswitcher .el-link:hover {
  border: 2px solid #005cb8;
  background-color: #fff;
  color: #005cb8;
}
.advancedswitcher .el-link:hover::after {
  background-image: url(/images/system/rechts-blauw.svg);
}
.advancedswitcher .el-link::after {
  content: "";
  background-image: url(/images/system/rechts.svg);
  width: 10px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 16px;
  right: 10px;
}
.advancedswitcher .uk-background-cover {
  border-radius: 10px;
}

.foto-tekst .uk-button {
  background-color: #005cb8;
  border: 2px solid #005cb8;
  border-radius: 99px;
  color: #fff;
  font-family: "Myriad Semibold";
  text-transform: none;
  letter-spacing: normal;
  font-size: 17px;
  position: relative;
  padding-right: 40px;
}
.foto-tekst .uk-button:hover {
  background-color: #fff;
  color: #005cb8;
  border-color: #005cb8;
}
.foto-tekst .uk-button:hover::after {
  background-image: url(/images/system/rechts-blauw.svg);
}
.foto-tekst .uk-button::after {
  content: "";
  background-image: url(/images/system/rechts.svg);
  width: 10px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 16px;
  right: 10px;
}
.foto-tekst * + .uk-margin {
  margin-top: 0px !important;
}
.foto-tekst .uk-first-column {
  position: relative;
  padding-left: 0px !important;
}
@media (max-width: 640px) {
  .foto-tekst .uk-first-column {
    padding-left: 80px !important;
    padding-right: 10px;
  }
}
.foto-tekst .col1 {
  position: relative;
  width: 50%;
}
.foto-tekst h2 {
  color: #ff8f12;
  font-family: "Myriad Black";
  font-size: 5rem;
  line-height: 5.5rem;
  position: absolute;
  top: 310px;
  transform: translateY(-50%);
  left: 50%;
  z-index: 999;
  letter-spacing: 3.66px;
  margin: 0px;
}
@media (max-width: 960px) {
  .foto-tekst h2 {
    font-size: clamp(3.5rem, 2.495rem + 2.51vw, 4rem);
    line-height: clamp(3.2rem, 2.597rem + 1.5vw, 3.5rem);
    top: clamp(140px, 230.2821px - 9.4044vw, 170px);
    left: clamp(7.188rem, -2.232rem + 23.51vw, 11.875rem);
    letter-spacing: clamp(0.125rem, -0.001rem + 0.31vw, 0.188rem);
  }
}
@media (max-width: 640px) {
  .foto-tekst h2 {
    font-size: clamp(3rem, 1.235rem + 9.41vw, 5rem);
    line-height: clamp(2.5rem, -0.147rem + 14.12vw, 5.5rem);
    top: clamp(6.25rem, 0.735rem + 29.41vw, 12.5rem);
    left: clamp(10.313rem, -2.647rem + 69.12vw, 25rem);
    letter-spacing: clamp(0.125rem, 0.033rem + 0.49vw, 0.229rem);
  }
}
.foto-tekst h3 {
  color: #fff;
  text-transform: uppercase;
  font-family: "Myriad Semibold";
  font-size: 20px;
  padding: 0;
  margin: 0px;
  top: 100px;
  transform: translateY(-40%);
  left: 50%;
  position: absolute;
  z-index: 999;
  width: fit-content;
  letter-spacing: 3.66px;
}
.foto-tekst h4 {
  font-family: "Myriad Black";
  color: #005cb8;
  text-transform: none;
  letter-spacing: normal;
  font-size: 36px;
}
.foto-tekst .uk-object-cover {
  object-fit: cover;
  mask-image: url(/images/system/masker-foto1.svg);
  -webkit-mask-image: url(/images/system/masker-foto1.svg);
  mask-size: 100%;
  mask-repeat: no-repeat;
  mask-position: bottom;
  -webkit-mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: bottom;
  filter: brightness(70%) contrast(129%);
  -webkit-filter: brightness(70%) contrast(129%);
  -moz-filter: brightness(70%) contrast(129%);
}
@media (max-width: 960px) {
  .foto-tekst .uk-object-cover {
    -webkit-mask-size: cover;
  }
}
.foto-tekst .uk-grid-column-large > * {
  padding-left: 80px;
  padding-right: 20px;
  padding-bottom: 40px;
}
.foto-tekst .list {
  display: flex;
  gap: 30px;
  justify-content: start;
  flex-wrap: wrap;
  row-gap: 10px;
}
.foto-tekst .list a {
  color: #005cb8;
  font-family: "Myriad Semibold";
  text-decoration: underline;
}

.foto-tekst.oranje {
  padding: 150px 0 0 0;
  background: url(/images/system/oranje-texture-bg.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  mask-image: url(/images/system/shape-licht-blauw.svg);
  -webkit-mask-image: url(/images/system/shape-licht-blauw.svg);
  mask-size: 100%;
  mask-repeat: no-repeat;
  mask-position: top;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: top;
}
.foto-tekst.oranje h2 {
  color: #fff;
}
@media (max-width: 960px) {
  .foto-tekst.oranje h2 {
    left: clamp(5.938rem, -3.482rem + 23.51vw, 10.625rem);
  }
}
@media (max-width: 640px) {
  .foto-tekst.oranje h2 {
    left: clamp(9.375rem, -2.757rem + 64.71vw, 23.125rem);
  }
}
.foto-tekst.oranje .list a {
  color: #fff;
}
.foto-tekst.oranje .tekstblok,
.foto-tekst.oranje .tekstblok p {
  color: #fff;
}
.foto-tekst.oranje h4 {
  font-family: "Myriad Black";
  color: #fff;
}

.popover-slider {
  padding-top: 0px;
  position: relative;
}
.popover-slider h2 {
  padding-bottom: 30px;
}
.popover-slider .uk-dotnav > .uk-active > * {
  background-color: #ff8f12;
}
.popover-slider .uk-dotnav > * > * {
  width: 13px;
  height: 13px;
}
.popover-slider .uk-card {
  position: relative;
  border: 0px;
}
.popover-slider .uk-card::after {
  content: "";
  position: absolute;
  display: block;
  background-image: url(/images/system/link-overlay.svg);
  background-size: contain;
  top: 160px;
  right: 0px;
  z-index: 999;
  width: 60px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center right;
}
.popover-slider .uk-card h3 {
  color: #005cb8;
  font-family: "Myriad Semibold";
  text-align: center;
  font-size: 17px;
}
.popover-slider .popupactive::after {
  background-image: url(/images/system/link-overlay-close.svg);
}
.popover-slider img {
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  aspect-ratio: 16/9;
  object-fit: cover;
  min-width: 100%;
  position: relative;
}
.popover-slider img:hover .el-content {
  display: block;
}
.popover-slider .uk-slider .el-content {
  display: none;
}
.popover-slider .el-slidenav svg {
  width: 30px;
  height: 40px;
}
.popover-slider .uk-icon:not(.uk-preserve) [stroke*="#"]:not(.uk-preserve) {
  stroke: rgba(0, 92, 184, 0.1607843137);
  stroke-width: 4px;
}

.popover {
  display: none;
  position: absolute;
  left: 50% !important;
  transform: translate(-50%, -50%);
  border: 0px;
  padding: 10px;
  z-index: 1000;
  width: 530px;
  max-width: none;
  height: auto;
  background: #ebf1f7;
  box-shadow: 0 0 36px -5px rgba(0, 0, 0, 0.3);
  border-radius: 10px 0 10px 0;
  color: #173f67;
  font-family: "Myriad Regular";
  padding: 30px;
}
.popover h2 {
  font-size: 25px;
}
.popover p a {
  background-color: transparent;
  border: 0px;
  color: #173f67;
  font-family: "Myriad Regular";
}
.popover a {
  background-color: transparent;
  border: 2px solid #005cb8;
  border-radius: 99px;
  color: #005cb8;
  font-family: "Myriad Semibold";
  text-transform: none;
  letter-spacing: normal;
  font-size: 17px;
  position: relative;
  padding: 0 40px 2px 10px;
}
.popover a:hover {
  background-color: #005cb8;
  color: #fff;
  border-color: #005cb8;
  text-decoration: none;
}
.popover a:hover::after {
  background-image: url(/images/system/rechts.svg);
}
.popover a::after {
  content: "";
  background-image: url(/images/system/rechts-blauw.svg);
  width: 10px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 8px;
  right: 10px;
}
.popover p a {
  background-color: transparent;
  border: 0px;
  color: #173f67;
  font-family: "Myriad Regular";
  padding: 0px;
  font-size: 14px;
  text-decoration: underline;
}
.popover p a::after {
  display: none;
}

.tripplecol {
  background-color: #ebf1f7;
}
.tripplecol .col1 {
  padding-right: 40px;
}
.tripplecol img {
  border-bottom-left-radius: 10px;
  border-top-right-radius: 10px;
}
.tripplecol .uk-grid {
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  align-items: center;
}

.tripplecol.wit {
  background-color: #fff;
}

.tekst h3 {
  font-family: "Myriad Black";
  color: #ff8f12;
}
.tekst h4 {
  font-family: "Myriad Regular";
  color: #005cb8;
  text-transform: none;
  letter-spacing: normal;
  font-size: 25px;
}
.tekst em {
  color: #005cb8;
}
.tekst .el-item {
  color: #005cb8;
  font-family: "Myriad Regular";
  position: relative;
  padding: 0 0 10px 30px;
  line-height: 18px;
}
.tekst .el-item::before {
  content: "";
  background-image: url(/images/system/list-item-before.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0px;
  top: -5px;
  width: 10px;
  height: 30px;
}
.tekst .datum {
  text-transform: uppercase;
  font-family: "Myriad Semibold";
  font-size: 20px;
  padding: 0;
  color: #005cb8;
  margin: 0px;
}
.tekst img {
  padding-top: 20px;
}

.tekst.oranje {
  background-color: #ff8f12;
  position: relative;
  margin-top: 160px;
  margin-bottom: 160px;
  padding: 70px 35px !important;
}
.tekst.oranje h2 {
  color: #fff;
}
.tekst.oranje em {
  color: #fff;
}
.tekst.oranje .tekstblok,
.tekst.oranje .tekstblok p {
  color: #fff;
}
.tekst.oranje h3 {
  color: #fff;
  text-transform: uppercase;
  font-family: "Myriad Semibold";
  font-size: 20px;
  padding: 30px 0;
  margin: 0px;
}
.tekst.oranje h4 {
  color: #fff;
  padding: 0px;
  font-family: "Myriad Black";
  font-size: 18px;
  text-transform: none;
}
.tekst.oranje .el-item {
  color: #fff;
  font-family: "Myriad Regular";
  position: relative;
  padding: 0 0 10px 30px;
}
.tekst.oranje .el-item::before {
  content: "";
  background-image: url(/images/system/list-item-before.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 10px;
  height: 30px;
}
.tekst.oranje::before {
  content: "";
  position: absolute;
  top: -159px;
  left: 0px;
  background-color: #ff8f12;
  height: 160px;
  width: 100%;
  z-index: 99;
  mask-image: url(/images/system/shape-top.svg);
  -webkit-mask-image: url(/images/system/shape-top.svg);
  mask-size: 100%;
  mask-repeat: no-repeat;
  mask-position: bottom;
  -webkit-mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: bottom;
}
.tekst.oranje::after {
  content: "";
  position: absolute;
  bottom: -159px;
  left: 0px;
  background-color: #ff8f12;
  height: 160px;
  width: 100%;
  z-index: 9;
  mask-image: url(/images/system/shape-bottom.svg);
  -webkit-mask-image: url(/images/system/shape-bottom.svg);
  mask-size: 100%;
  mask-repeat: no-repeat;
  mask-position: top;
  -webkit-mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: top;
}

.banner.nieuwsbrief {
  padding-top: 100px !important;
}
.banner.nieuwsbrief #cf_1 {
  max-width: none !important;
}
.banner.nieuwsbrief .convertforms .cf-form-wrap {
  padding: 0px;
}
.banner.nieuwsbrief input {
  border-radius: 99px;
  border: none;
  font-size: 17px;
  padding: 16px;
}
.banner.nieuwsbrief input:focus {
  outline: 0px;
  border: 0px !important;
}
.banner.nieuwsbrief ::placeholder {
  font-family: "Myriad Semibold";
  font-size: 17px;
}
.banner.nieuwsbrief button {
  border-radius: 99px;
  background-color: #005cb8;
  opacity: 1;
  color: #fff;
  font-family: "Myriad Semibold";
  text-transform: none;
  letter-spacing: normal;
  font-size: 17px;
  padding: 16px;
}
.banner.nieuwsbrief button:hover {
  background-color: #ffc8ad;
  color: #d57000;
  border-color: #ffc8ad;
}
.banner.nieuwsbrief .convertforms.cf-success .cf-response {
  background-color: #005cb8;
}
.banner.nieuwsbrief .convertforms.cf-success .cf-response p {
  font-family: "Myriad Semibold";
}

.banner {
  background-color: #ff8f12;
  position: relative;
  margin-top: 160px;
  padding-top: 0px;
  padding-bottom: 100px;
}
@media (max-width: 640px) {
  .banner h2 {
    font-size: clamp(1.5rem, 1.057rem + 2.36vw, 2.002rem);
    line-height: clamp(1.5rem, 0.618rem + 4.71vw, 2.5rem);
  }
}
.banner .uk-button {
  background-color: #d57000;
  color: #fff;
  opacity: 1;
}
.banner .uk-button:hover {
  background-color: #005cb8;
}
.banner .el-content {
  max-width: 70ch;
  margin: 0 auto 30px auto;
  font-family: "Myriad Regular";
  color: #fff;
}
.banner .uk-button::after {
  background-image: url(/images/system/rechts.svg);
}
.banner .tickets .uk-button {
  padding-right: 50px;
}
.banner .tickets .uk-button::after {
  content: "";
  background-image: url(/images/icons/ticket-icon.svg);
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 10px;
  right: 19px;
}
.banner .tickets .uk-button:hover {
  background-color: #ffc8ad;
  color: #d57000;
  border-color: #ffc8ad;
}
.banner .tickets .uk-button:hover::after {
  background-image: url(/images/icons/ticket-icon-orange.svg);
}
.banner .uk-container {
  margin-top: -50px;
}
.banner img {
  /* 		filter: blur(2px);
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px); */
  aspect-ratio: 1717/454;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 640px) {
  .banner img {
    aspect-ratio: unset;
    min-height: 198px;
  }
}
.banner .uk-overlay-primary {
  background: rgba(21, 32, 43, 0.5568627451);
  border-radius: 10px;
}
.banner::before {
  content: "";
  position: absolute;
  top: -159px;
  left: 0px;
  background-color: #ff8f12;
  height: 160px;
  width: 100%;
  mask-image: url(/images/system/shape-top.svg);
  -webkit-mask-image: url(/images/system/shape-top.svg);
  mask-size: 100%;
  mask-repeat: no-repeat;
  mask-position: bottom;
  -webkit-mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: bottom;
}

.banner.oranje {
  background-color: #ff8f12;
  margin-top: 0px;
  padding-top: 150px;
}
.banner.oranje::before {
  display: none;
}

.reviews h2 {
  padding: 0 0 40px 0;
}
.reviews .hXrUSE {
  margin-left: -60px !important;
  background-color: transparent !important;
  background-image: url(/images/system/slider-prev.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.reviews .hXrUSE svg {
  display: none;
}
.reviews .jCXFfl {
  background-color: transparent !important;
  background-image: url(/images/system/slider-next.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: -60px !important;
}
.reviews .jCXFfl svg {
  display: none;
}
.reviews .kbjlfz {
  padding: 0;
}
.reviews .jeSnNy {
  background-color: transparent !important;
  box-shadow: none !important;
}
.reviews .bMMjYH .swiper-slide {
  display: flex !important;
  align-content: center !important;
  align-items: center !important;
  min-height: 292px !important;
}
.reviews .es-review-content-text {
  font-family: "Myriad Regular" !important;
  color: #173f67 !important;
}
.reviews .es-review-content-control {
  background-color: transparent !important;
  border: 2px solid #005cb8 !important;
  border-radius: 99px !important;
  color: #005cb8 !important;
  font-family: "Myriad Semibold" !important;
  text-transform: none !important;
  letter-spacing: normal !important;
  font-size: 15px !important;
  position: relative !important;
  text-align: center;
  padding: 0px 10px !important;
  margin-top: 20px !important;
}
.reviews .es-review-content-control:hover {
  text-decoration: none !important;
}
.reviews .hoGPcI {
  border: 0px !important;
  background-color: transparent !important;
}
.reviews .gVYKGX {
  font-family: "Myriad Regular" !important;
  color: #173f67 !important;
  font-size: 11px;
}
.reviews .fWMQse {
  margin-right: 0px !important;
}
.reviews .swiper-slide {
  padding: 25px !important;
  border: 1px solid #979797 !important;
  border-top-left-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}
.reviews .es-review-author-name {
  color: #005cb8 !important;
  font-family: "Myriad Semibold" !important;
}

.footer {
  background-image: url(/images/system/oranje-texture-bg.jpeg);
  background-size: cover;
  font-family: "Myriad Regular";
  color: #fff;
}
.footer .el-item {
  color: #fff;
}
.footer a {
  color: #fff;
  text-decoration: underline;
  font-family: "Myriad Regular";
}
.footer a::after {
  display: none;
}
.footer .tekstblok,
.footer .tekstblok p {
  color: #fff;
  margin-top: 0px;
}
.footer .partners {
  padding-top: 130px;
}
.footer .snelnaar a {
  text-decoration: none;
  font-family: "Myriad Semibold";
  position: relative;
  padding-left: 70px;
}
.footer .snelnaar a:hover {
  text-decoration: underline;
}
.footer .snelnaar a::before {
  content: "";
  background-image: url(/images/system/snel-naar-footer-links.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 60px;
  height: 20px;
  position: absolute;
  left: 0px;
  top: 1px;
}
.footer h3 {
  color: #fff;
  text-transform: uppercase;
  font-family: "Myriad Semibold";
  font-size: 20px;
  padding: 0;
  margin: 0px;
}
.footer .uk-card {
  border: 0px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #d57000;
  background-image: url(/images/system/link-overlay.svg);
  background-position: right 90%;
  background-size: 60px;
  background-repeat: no-repeat;
  border: 1px solid #d57000;
}
.footer .uk-card:hover {
  background-color: #d57000;
  border: 1px solid #fff;
}
.footer .uk-card h3 {
  color: #fff;
  text-transform: uppercase;
  font-family: "Myriad Semibold";
  font-size: 20px;
  padding: 0;
  margin: 0px;
}
.footer .uk-card .el-link {
  display: none;
}
.footer img {
  max-height: 45px;
  width: auto;
}
.footer .footerlogolist {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  justify-content: flex-start;
  gap: 40px;
}
.footer .footerlogolist p {
  margin: 0px;
  color: #173f67;
  font-family: "Myriad Regular";
}
.footer .opkoers {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}
.footer .opkoers img {
  max-height: none;
  width: 35px;
}
.footer .opkoers .el-item,
.footer .opkoers .el-item p {
  margin: 0px;
  color: #005cb8;
  font-family: "Myriad Semibold";
  font-size: 20px;
}

.copy {
  padding: 20px 0;
}
.copy p {
  margin: 0px;
  color: #173f67;
  font-family: "Myriad Regular";
}
.copy a {
  color: #173f67;
  font-family: "Myriad Regular";
  text-decoration: underline;
}
.copy a::after {
  display: none;
}

.uk-offcanvas-bar {
  background-color: #d57000;
}
.uk-offcanvas-bar .uk-grid > div:first-child {
  order: 3;
}
.uk-offcanvas-bar .uk-grid > div:nth-child(2) {
  order: 2;
}
.uk-offcanvas-bar .uk-grid > div:nth-child(3) {
  order: 1;
}
.uk-offcanvas-bar div.mod-languages a {
  border: 1px solid #fff;
  border-radius: 99px;
  padding: 0 10px;
  text-align: center;
  font-family: "Myriad Semibold";
}
.uk-offcanvas-bar div.mod-languages ul {
  display: flex;
  gap: 10px;
}
.uk-offcanvas-bar div.mod-languages li {
  margin-left: 0px;
  margin-right: 0px;
  display: flex !important;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.uk-offcanvas-bar .uk-search {
  background-color: #fff;
  border: 0px;
  border-radius: 99px;
  font-family: "Myriad Regular";
  color: #005cb8;
}
.uk-offcanvas-bar .uk-search .uk-search-input {
  font-family: "Myriad Regular";
  color: #005cb8;
  padding-left: 20px !important;
}
.uk-offcanvas-bar .uk-search input::placeholder {
  font-family: "Myriad Regular";
  color: #005cb8;
  font-style: italic;
}
.uk-offcanvas-bar .uk-search .uk-search-icon {
  right: 0;
  left: auto;
}
.uk-offcanvas-bar .uk-search .uk-search-input:focus {
  border: 0px;
}
.uk-offcanvas-bar .uk-search .uk-search-icon {
  color: #005cb8 !important;
}
.uk-offcanvas-bar .uk-nav-sub {
  padding: 0 0 0 10px;
}
.uk-offcanvas-bar .uk-nav-sub a {
  font-family: "Myriad Semibold";
  text-transform: none;
  letter-spacing: normal;
  color: #fff !important;
  opacity: 1;
  font-size: 18px;
  padding: 0px;
  margin: 0px;
}

.eb-1 .eb-dialog {
  background-color: #d57000;
  border-radius: 10px;
  padding: 40px;
  min-height: 470px;
  display: flex !important;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: row;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  overflow: visible;
}
.eb-1 .eb-dialog::before {
  content: "";
  position: absolute;
  background-image: url(/images/system/openingstijden-pop-up.svg);
  height: 100%;
  width: 50px;
  background-position: center right;
  background-size: contain;
  background-repeat: no-repeat;
  left: -50px;
}
.eb-1 .eb-dialog h2 {
  color: #fff;
  font-size: 25px;
  line-height: 25px;
}
.eb-1 .eb-dialog .tekstblok {
  color: #fff;
}
.eb-1 .eb-dialog .uk-button {
  background-color: #ff8f12;
  border-color: #ff8f12;
  color: #fff;
  background-image: none;
}
.eb-1 .eb-dialog .uk-button::after {
  display: none;
}
.eb-1 .eb-dialog .uk-button:hover {
  background-color: #ffc8ad;
  color: #d57000;
  border-color: #ffc8ad;
}

#module-126 {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  z-index: 999;
  height: 470px;
  min-height: 470px;
  background-image: url(/images/system/openingstijden-pop-up-trigger.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center left;
  font-size: 0px;
}

.uk-modal-dialog {
  background-image: url(/images/system/oranje-texture-bg.jpeg);
  background-size: cover;
}

.uk-modal-body {
  width: 100% !important;
  max-width: 1200px;
}
.uk-modal-body h1 {
  color: #fff;
  font-size: 80px;
}
.uk-modal-body h2 {
  color: #fff;
  text-transform: uppercase;
  font-family: "Myriad Semibold";
  font-size: 20px;
  padding: 0;
  margin: 0px;
}
.uk-modal-body .uk-nav-default > li > a {
  font-family: "Myriad Semibold";
  text-transform: none;
  letter-spacing: normal;
  color: #fff;
  font-size: 16px;
}
.uk-modal-body .uk-nav-default > li > a:hover {
  text-decoration: underline;
}
.uk-modal-body .el-link:hover {
  text-decoration: underline !important;
}
.uk-modal-body #module-128 > div:nth-child(1) > div > div > div {
  text-align: center;
}
.uk-modal-body .uk-search {
  background-color: #fff;
  border: 0px;
  border-radius: 99px;
  font-family: "Myriad Regular";
  color: #005cb8;
  max-width: 500px;
  margin: 0 auto 40px auto;
}
.uk-modal-body .uk-search .uk-search-input {
  font-family: "Myriad Regular";
  color: #005cb8;
  padding-left: 20px !important;
  border: 0px;
}
.uk-modal-body .uk-search input::placeholder {
  font-family: "Myriad Regular";
  color: #005cb8;
  font-style: italic;
}
.uk-modal-body .uk-search .uk-search-icon {
  right: 0;
  left: auto;
}
.uk-modal-body .uk-search .uk-search-input:focus {
  border: 0px;
}
.uk-modal-body .uk-search .uk-search-icon {
  color: #005cb8 !important;
}

.uk-modal-close-full {
  background-image: url(/images/system/mobile-menu-close.svg);
  background-size: contain;
  background-repeat: no-repeat;
  height: 38px;
  width: 70px;
  background-color: transparent;
  margin: 30px 0 0 0;
}
.uk-modal-close-full svg {
  display: none;
}

.partnersblok {
  background-color: #ebf1f7;
}
.partnersblok h2 {
  color: #005cb8;
  text-transform: uppercase;
  font-family: "Myriad Semibold";
  font-size: 20px;
  padding: 0;
  margin: 0px;
  text-align: center;
}
.partnersblok h2 .tekstblok {
  color: #173f67;
  text-align: center;
}

.dynamicnieuwegrid {
  padding-top: 60px;
}
.dynamicnieuwegrid picture {
  position: relative;
  display: block;
}
.dynamicnieuwegrid picture:hover::after {
  opacity: 0.8;
}
.dynamicnieuwegrid picture::after {
  content: "";
  position: absolute;
  display: block;
  background-image: url(/images/system/link-overlay.svg);
  background-size: contain;
  bottom: 10px;
  right: 0px;
  z-index: 999;
  width: 60px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center right;
}
.dynamicnieuwegrid .el-title {
  line-height: 22px;
  font-family: "Myriad Semibold";
  color: #005cb8;
  text-transform: none;
  font-size: 16px;
}
.dynamicnieuwegrid img {
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  aspect-ratio: 1.7777777778;
  object-fit: cover;
  min-width: 100%;
  position: relative;
}
.dynamicnieuwegrid .uk-child-width-1-2 {
  right: 0px;
  position: absolute;
  top: -100px;
  background-color: #ebf1f7;
  width: 100%;
  margin: 0 auto;
  padding: 0px;
  left: 0px;
  height: 100px;
  max-width: 1200px;
  margin: 0 auto;
}
.dynamicnieuwegrid .uk-child-width-1-2 > .uk-first-column {
  max-width: 1200px;
  /* margin-left: auto; */
  margin-right: auto;
  left: 0;
  right: 0px;
  position: relative;
  width: auto;
  padding-top: 40px;
  padding-left: 0px;
}
.dynamicnieuwegrid .uk-child-width-1-2 .uk-input {
  min-width: 450px;
  background: #ffffff;
  border-radius: 23px;
  font-family: "Myriad Regular";
  font-size: 19px;
  color: #005cb8;
  letter-spacing: 0;
  line-height: 30px;
  box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.2);
}
.dynamicnieuwegrid .uk-child-width-1-2 .uk-input::placeholder {
  font-style: italic;
  font-size: 19px;
  color: #005cb8;
}
.dynamicnieuwegrid .uk-child-width-1-2 .el-nav {
  padding-top: 40px;
}
.dynamicnieuwegrid li.uk-active > a::after {
  display: none;
}
.dynamicnieuwegrid .uk-subnav-pill > .uk-active > a {
  background-color: #005cb8;
  color: #fff;
  font-family: "Myriad Semibold";
}
.dynamicnieuwegrid .uk-subnav-pill a {
  border-radius: 99px;
  font-family: "Myriad Semibold";
  text-transform: none;
  letter-spacing: normal;
  box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.2);
  background-color: #fff;
  color: #005cb8;
  font-size: 16px;
}

.top-menu-dialog .uk-nav-default > li > a {
  font-family: "Myriad Regular";
}

/*@media screen and (max-width: 1460px) {
	.header {
		background: linear-gradient(to right, transparent 100%, #fff 100%),
			url(/images/system/oranje-texture-bg-wit.jpg);
	}
}

.header.small.foto.blauw {
	background: linear-gradient(to right, transparent 100%, #fff 100%),
		url(/images/system/oranje-texture-bg-blauw.jpg);
	padding-bottom: 120px;
}

*/
.fs-grid .el-link {
  display: block !important;
}
.fs-grid .fs-grid-filter-tags ul li a {
  border: 2px solid #005cb8;
  border-top-color: rgb(0, 92, 184);
  border-right-color: rgb(0, 92, 184);
  border-bottom-color: rgb(0, 92, 184);
  border-left-color: rgb(0, 92, 184);
  border-radius: 99px;
  color: #005cb8;
  font-family: "Myriad Semibold";
  text-transform: none;
  letter-spacing: normal;
  font-size: 17px;
}
.fs-grid .fs-grid-filter-tags ul li.uk-active a {
  background-color: #005cb8;
  color: #fff;
  font-family: "Myriad Semibold";
}

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

.aanmelden-vriend {
  background-color: #ebf1f7;
}
.aanmelden-vriend .uk-panel {
  display: flex;
  justify-content: center;
}
.aanmelden-vriend .convertforms {
  border-radius: 40px 0px;
  box-shadow: 0 0 11px rgba(0, 0, 0, 0.24);
}
@media (min-width: 0px) and (max-width: 475px) {
  .aanmelden-vriend .convertforms .title-position {
    margin-top: 70px;
    padding-bottom: 0px;
  }
}
.aanmelden-vriend .convertforms .title-position h2 {
  font-family: "Myriad Black" !important;
  color: #005cb8 !important;
  font-size: clamp(1.25rem, -0.625rem + 7.5vw, 2.188rem) !important;
}
.aanmelden-vriend .convertforms p,
.aanmelden-vriend .convertforms .cf-input,
.aanmelden-vriend .convertforms .cf-label {
  font-family: "Myriad Regular" !important;
}
.aanmelden-vriend .convertforms .cf-input {
  color: #005cb8 !important;
  border-radius: 20px 0px;
}
.aanmelden-vriend .convertforms .cf-input::placeholder {
  color: rgba(255, 144, 18, 0.6470588235) !important;
}
.aanmelden-vriend .convertforms .logo-position {
  height: 0;
  padding: 0;
}
.aanmelden-vriend .convertforms .logo-position .cf-logo-img {
  margin: 20px;
  width: clamp(6.25rem, 4.018rem + 8.93vw, 9.375rem) !important;
}
@media (min-width: 476px) and (max-width: 1030px) {
  .aanmelden-vriend .convertforms .logo-position .cf-logo-img {
    margin: 0 20px;
    top: -5px !important;
    width: clamp(6.25rem, -1.724rem + 17.24vw, 9.375rem) !important;
  }
}
@media (min-width: 0px) and (max-width: 475px) {
  .aanmelden-vriend .convertforms .logo-position .cf-logo-img {
    margin: 0 20px;
    top: -5px !important;
    width: 100px !important;
    left: 0px !important;
  }
}
.aanmelden-vriend .convertforms .cf-radio-group input {
  border-color: #fff !important;
}
.aanmelden-vriend .convertforms .cf-required-label {
  color: #005cb8 !important;
}
.aanmelden-vriend .convertforms .tf-flag-calling-code {
  color: #005cb8 !important;
}
.aanmelden-vriend .convertforms .cf-phone-number-wrapper,
.aanmelden-vriend .convertforms .tf-phone-control {
  border-radius: 20px 0px !important;
}
.aanmelden-vriend .convertforms .cf-phone-number-wrapper .tf-phone-control--number::placeholder,
.aanmelden-vriend .convertforms .tf-phone-control .tf-phone-control--number::placeholder {
  color: rgba(255, 144, 18, 0.6470588235) !important;
}
.aanmelden-vriend .convertforms .cf-btn {
  background-color: #005cb8 !important;
  padding: 0 20px !important;
  border-radius: 99px !important;
  min-height: 40px !important;
}
.aanmelden-vriend .convertforms .cf-btn .cf-btn-text {
  color: #fff;
  font-family: "Myriad Semibold";
  letter-spacing: normal;
  font-size: 18px;
  text-shadow: 0 0 11px rgba(0, 0, 0, 0.24);
}
.aanmelden-vriend .convertforms .cf-btn:hover {
  background-color: #ff8f12 !important;
  opacity: unset !important;
}
.aanmelden-vriend .convertforms .cf-btn:hover .cf-btn-text {
  color: #fff !important;
}
.aanmelden-vriend .convertforms .cf-response {
  background-color: #005cb8 !important;
  border-radius: 20px 0px !important;
  padding: 0px !important;
}
.aanmelden-vriend .convertforms .cf-response p {
  font-family: "Myriad Semibold" !important;
  font-size: 20px;
}
.aanmelden-vriend .cf-success {
  background-color: #005cb8 !important;
}

.flatpickr-calendar {
  box-shadow: 0 0 11px rgba(0, 0, 0, 0.24) !important;
}
.flatpickr-calendar select,
.flatpickr-calendar div,
.flatpickr-calendar option,
.flatpickr-calendar input,
.flatpickr-calendar span {
  font-family: "Myriad Semibold";
  color: #005cb8;
}
.flatpickr-calendar .arrowUp,
.flatpickr-calendar .arrowDown {
  border: none !important;
}
.flatpickr-calendar .arrowUp::after {
  border-bottom-color: #005cb8 !important;
}
.flatpickr-calendar .arrowUp:hover {
  background: none !important;
}
.flatpickr-calendar .arrowUp:hover::after {
  border-bottom-color: #ff8f12 !important;
}
.flatpickr-calendar .arrowDown::after {
  border-top-color: #005cb8 !important;
}
.flatpickr-calendar .arrowDown:hover {
  background: none !important;
}
.flatpickr-calendar .arrowDown:hover::after {
  border-top-color: #ff8f12 !important;
}
.flatpickr-calendar .flatpickr-weekday {
  color: #ff8f12 !important;
}
.flatpickr-calendar .prevMonthDay,
.flatpickr-calendar .nextMonthDay {
  color: rgba(0, 92, 184, 0.4156862745) !important;
}
.flatpickr-calendar .flatpickr-disabled {
  color: rgba(0, 92, 184, 0.137254902) !important;
}
.flatpickr-calendar .flatpickr-day:hover {
  background-color: #ffefdb !important;
  border-color: #ffefdb !important;
}
.flatpickr-calendar .selected {
  background-color: #ff8f12 !important;
  border-color: #ff8f12 !important;
}