@import url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap);html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: "Miso";
  font-style: normal;
  font-weight: normal;
  src: url("/assets/fonts/miso.woff") format("woff");
}
@font-face {
  font-family: "Miso Bold";
  font-style: normal;
  font-weight: normal;
  src: url("/assets/fonts/miso-bold.woff") format("woff");
}
@font-face {
  font-family: "Miso Light";
  font-style: normal;
  font-weight: normal;
  src: url("/assets/fonts/miso-light.woff") format("woff");
}
.container {
  max-width: 1200px;
}

body {
  font-family: "Open Sans", sans-serif;
  color: black;
  line-height: 22px;
  width: 100vw;
  overflow-x: hidden;
  font-size: 16px;
}
body em {
  font-style: italic;
}
body strong, body b {
  font-family: "Miso Bold", sans-serif;
}
body h1 {
  font-family: "Miso", sans-serif;
  font-size: 50px;
  line-height: 55px;
  color: #c5ce00;
  margin: 20px 0 20px 0;
}
body h2 {
  font-family: "Miso", sans-serif;
  font-size: 35px;
  line-height: 40px;
  color: #6098b2;
  margin: 10px 0 20px 0;
}
body h3 {
  font-family: "Miso", sans-serif;
  font-size: 26px;
  line-height: 28px;
  color: #625c1c;
  margin: 10px 0 20px 0;
}
body p {
  margin: 5px 0 10px 0;
}
body main {
  min-height: calc(100vh - 526.31px);
}
body .text-green {
  color: #c5ce00;
}
body .text-blue {
  color: #6098b2;
}
body .text-brown {
  color: #625c1c;
}

.container {
  max-width: 1200px;
}

body {
  font-family: "Open Sans", sans-serif;
  color: black;
  line-height: 22px;
  width: 100vw;
  overflow-x: hidden;
  font-size: 16px;
}
body em {
  font-style: italic;
}
body strong, body b {
  font-family: "Miso Bold", sans-serif;
}
body h1 {
  font-family: "Miso", sans-serif;
  font-size: 50px;
  line-height: 55px;
  color: #c5ce00;
  margin: 20px 0 20px 0;
}
body h2 {
  font-family: "Miso", sans-serif;
  font-size: 35px;
  line-height: 40px;
  color: #6098b2;
  margin: 10px 0 20px 0;
}
body h3 {
  font-family: "Miso", sans-serif;
  font-size: 26px;
  line-height: 28px;
  color: #625c1c;
  margin: 10px 0 20px 0;
}
body p {
  margin: 5px 0 10px 0;
}
body main {
  min-height: calc(100vh - 526.31px);
}
body .text-green {
  color: #c5ce00;
}
body .text-blue {
  color: #6098b2;
}
body .text-brown {
  color: #625c1c;
}

.column.full {
  width: 100%;
}

.content_block p a, .content_block li a {
  text-transform: none !important;
  display: inline-block !important;
  text-decoration: underline;
  color: #c5ce00;
}
.content_block p a:hover, .content_block li a:hover {
  opacity: 0.7;
}
.content_block img {
  width: 100%;
}

@media (max-width: 40rem) {
  .content_block .row {
    margin-right: 0;
    margin-left: 0;
  }
}
.js-cookie-consent-wrapper {
  position: fixed;
  bottom: 0;
  width: 100%;
  box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, 0.75);
}

.js-cookie-consent {
  position: relative;
  padding: 22px;
  background-color: #ededed;
  width: 100%;
  padding-left: 40px;
}

.js-cookie-consent-agree {
  position: absolute;
  right: 40px;
  bottom: 10px;
  color: white;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 5px;
  background-clip: padding-box;
  border: 1px solid #f9376e;
  padding: 10px 30px;
  margin-left: 15px;
}

.content_block b {
  font-weight: bold;
}

.content_block i {
  font-style: italic;
}

.fas, .fab {
  font-style: normal !important;
}

.content_block ul {
  list-style: initial;
  margin-left: 40px;
}

.container {
  max-width: 1200px;
}

body {
  font-family: "Open Sans", sans-serif;
  color: black;
  line-height: 22px;
  width: 100vw;
  overflow-x: hidden;
  font-size: 16px;
}
body em {
  font-style: italic;
}
body strong, body b {
  font-family: "Miso Bold", sans-serif;
}
body h1 {
  font-family: "Miso", sans-serif;
  font-size: 50px;
  line-height: 55px;
  color: #c5ce00;
  margin: 20px 0 20px 0;
}
body h2 {
  font-family: "Miso", sans-serif;
  font-size: 35px;
  line-height: 40px;
  color: #6098b2;
  margin: 10px 0 20px 0;
}
body h3 {
  font-family: "Miso", sans-serif;
  font-size: 26px;
  line-height: 28px;
  color: #625c1c;
  margin: 10px 0 20px 0;
}
body p {
  margin: 5px 0 10px 0;
}
body main {
  min-height: calc(100vh - 526.31px);
}
body .text-green {
  color: #c5ce00;
}
body .text-blue {
  color: #6098b2;
}
body .text-brown {
  color: #625c1c;
}

header .navbar-brand {
  max-width: 75%;
}
header .topbar {
  margin-bottom: 20px;
  margin-top: 20px;
}
@media only screen and (max-width: 1200px) {
  header .topbar {
    margin-top: 30px;
  }
}
header .bottombar .navbar-nav .nav-item .nav-link {
  text-align: left;
  font-family: "Miso Bold", sans-serif;
  color: #625c1c;
  font-size: 25px;
}
header .bottombar .navbar-nav .dropdown .dropdown-menu {
  display: block;
  background-color: transparent;
  border: none;
  font-family: "Miso Bold", sans-serif;
  font-size: 25px;
}
header .bottombar .navbar-nav .dropdown .dropdown-menu .dropdown-item {
  color: #6098b2;
}
@media (min-width: 1200px) {
  header .bottombar .navbar-nav .nav-item {
    margin-bottom: 3px;
  }
  header .bottombar .navbar-nav .nav-item .nav-link {
    font-family: "Miso Bold", sans-serif;
    font-size: 25px;
  }
  header .bottombar .navbar-nav .nav-item .nav-link:hover {
    text-decoration: none;
  }
  header .bottombar .navbar-nav .dropdown .nav-link:after {
    content: url("/public/images/icons/arrow.svg");
    width: 14px;
    height: 7.5px;
    margin: 4px;
    vertical-align: center;
  }
  header .bottombar .navbar-nav .dropdown .dropdown-menu {
    display: none;
    background-color: #6098b2;
    border-radius: 5px;
    border: none;
    padding: 0;
    margin: 0;
    min-width: 240px;
  }
  header .bottombar .navbar-nav .dropdown .dropdown-menu hr {
    border-top: 1px solid white;
    margin: 0 16px;
  }
  header .bottombar .navbar-nav .dropdown .dropdown-menu .dropdown-item {
    color: white;
    padding: 10px 25px;
    font-family: "Miso", sans-serif;
    font-size: 20px;
    transition: all 0.3s;
  }
  header .bottombar .navbar-nav .dropdown .dropdown-menu .dropdown-item:hover {
    background-color: transparent;
  }
  header .bottombar .navbar-nav .dropdown .dropdown-menu .dropdown-item:hover:before {
    content: url("/public/images/icons/dropdown_icon.svg");
    width: 14.319px;
    height: 10.034px;
    position: absolute;
    left: 5px;
  }
  header .bottombar .navbar-nav .dropdown:hover .dropdown-menu {
    display: block;
  }
}

.container {
  max-width: 1200px;
}

body {
  font-family: "Open Sans", sans-serif;
  color: black;
  line-height: 22px;
  width: 100vw;
  overflow-x: hidden;
  font-size: 16px;
}
body em {
  font-style: italic;
}
body strong, body b {
  font-family: "Miso Bold", sans-serif;
}
body h1 {
  font-family: "Miso", sans-serif;
  font-size: 50px;
  line-height: 55px;
  color: #c5ce00;
  margin: 20px 0 20px 0;
}
body h2 {
  font-family: "Miso", sans-serif;
  font-size: 35px;
  line-height: 40px;
  color: #6098b2;
  margin: 10px 0 20px 0;
}
body h3 {
  font-family: "Miso", sans-serif;
  font-size: 26px;
  line-height: 28px;
  color: #625c1c;
  margin: 10px 0 20px 0;
}
body p {
  margin: 5px 0 10px 0;
}
body main {
  min-height: calc(100vh - 526.31px);
}
body .text-green {
  color: #c5ce00;
}
body .text-blue {
  color: #6098b2;
}
body .text-brown {
  color: #625c1c;
}

footer .footer {
  position: relative;
  padding: 70px 40px 0 40px;
  background-color: #c5ce00;
}
footer .footer .bg_image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}
footer .footer .adres {
  text-transform: uppercase;
  font-family: "Miso Bold", sans-serif;
  font-size: 22px;
  color: #625c1c;
  margin: 15px 0 5px 0;
}
footer .footer .link {
  font-family: "Miso", sans-serif;
  font-size: 18px;
  color: #F4F5D4;
}
footer .footer .mainLink {
  font-family: "Miso Bold", sans-serif;
  color: #6098b2;
  font-size: 22px;
  padding-bottom: 10px;
}
footer .footer .subLink {
  font-family: "Miso", sans-serif;
  font-size: 18px;
  color: #625c1c;
  display: block;
}

.container {
  max-width: 1200px;
}

body {
  font-family: "Open Sans", sans-serif;
  color: black;
  line-height: 22px;
  width: 100vw;
  overflow-x: hidden;
  font-size: 16px;
}
body em {
  font-style: italic;
}
body strong, body b {
  font-family: "Miso Bold", sans-serif;
}
body h1 {
  font-family: "Miso", sans-serif;
  font-size: 50px;
  line-height: 55px;
  color: #c5ce00;
  margin: 20px 0 20px 0;
}
body h2 {
  font-family: "Miso", sans-serif;
  font-size: 35px;
  line-height: 40px;
  color: #6098b2;
  margin: 10px 0 20px 0;
}
body h3 {
  font-family: "Miso", sans-serif;
  font-size: 26px;
  line-height: 28px;
  color: #625c1c;
  margin: 10px 0 20px 0;
}
body p {
  margin: 5px 0 10px 0;
}
body main {
  min-height: calc(100vh - 526.31px);
}
body .text-green {
  color: #c5ce00;
}
body .text-blue {
  color: #6098b2;
}
body .text-brown {
  color: #625c1c;
}

.second-button {
  border: none;
}
.second-button:focus {
  outline: none;
}

.animated-icon2 {
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0px;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

.animated-icon2 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

.animated-icon2 span {
  background: #c5ce00;
}

.animated-icon2 span:nth-child(1) {
  top: 0px;
}

.animated-icon2 span:nth-child(2), .animated-icon2 span:nth-child(3) {
  top: 10px;
}

.animated-icon2 span:nth-child(4) {
  top: 20px;
}

.animated-icon2.open span:nth-child(1) {
  top: 11px;
  width: 0%;
  left: 50%;
}

.animated-icon2.open span:nth-child(2) {
  transform: rotate(45deg);
}

.animated-icon2.open span:nth-child(3) {
  transform: rotate(-45deg);
}

.animated-icon2.open span:nth-child(4) {
  top: 11px;
  width: 0%;
  left: 50%;
}

.container {
  max-width: 1200px;
}

body {
  font-family: "Open Sans", sans-serif;
  color: black;
  line-height: 22px;
  width: 100vw;
  overflow-x: hidden;
  font-size: 16px;
}
body em {
  font-style: italic;
}
body strong, body b {
  font-family: "Miso Bold", sans-serif;
}
body h1 {
  font-family: "Miso", sans-serif;
  font-size: 50px;
  line-height: 55px;
  color: #c5ce00;
  margin: 20px 0 20px 0;
}
body h2 {
  font-family: "Miso", sans-serif;
  font-size: 35px;
  line-height: 40px;
  color: #6098b2;
  margin: 10px 0 20px 0;
}
body h3 {
  font-family: "Miso", sans-serif;
  font-size: 26px;
  line-height: 28px;
  color: #625c1c;
  margin: 10px 0 20px 0;
}
body p {
  margin: 5px 0 10px 0;
}
body main {
  min-height: calc(100vh - 526.31px);
}
body .text-green {
  color: #c5ce00;
}
body .text-blue {
  color: #6098b2;
}
body .text-brown {
  color: #625c1c;
}

.button {
  padding: 10px 25px;
  border-radius: 5px;
  font-family: "Miso", sans-serif;
  min-height: 44px;
  font-size: 26px;
  display: inline-block;
  margin: 5px 0;
}
.button:hover {
  text-decoration: none;
  -webkit-animation: vibrate-1 0.3s linear infinite both;
  animation: vibrate-1 0.3s linear infinite both;
}

.button-main {
  background-color: #c5ce00;
  color: white;
}
.button-main:hover {
  color: white;
}

.button-sub {
  background-color: #6098b2;
  color: white;
}
.button-sub:hover {
  color: white;
}

.button-other {
  background-color: #625c1c;
  color: white;
}
.button-other:hover {
  color: white;
}

/* ----------------------------------------------
 * Generated by Animista on 2021-1-12 13:17:0
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation vibrate-1
 * ----------------------------------------
 */
@-webkit-keyframes vibrate-1 {
  0% {
    transform: translate(0);
  }
  20% {
    transform: translate(-2px, 2px);
  }
  40% {
    transform: translate(-2px, -2px);
  }
  60% {
    transform: translate(2px, 2px);
  }
  80% {
    transform: translate(2px, -2px);
  }
  100% {
    transform: translate(0);
  }
}
@keyframes vibrate-1 {
  0% {
    transform: translate(0);
  }
  20% {
    transform: translate(-2px, 2px);
  }
  40% {
    transform: translate(-2px, -2px);
  }
  60% {
    transform: translate(2px, 2px);
  }
  80% {
    transform: translate(2px, -2px);
  }
  100% {
    transform: translate(0);
  }
}
.container {
  max-width: 1200px;
}

body {
  font-family: "Open Sans", sans-serif;
  color: black;
  line-height: 22px;
  width: 100vw;
  overflow-x: hidden;
  font-size: 16px;
}
body em {
  font-style: italic;
}
body strong, body b {
  font-family: "Miso Bold", sans-serif;
}
body h1 {
  font-family: "Miso", sans-serif;
  font-size: 50px;
  line-height: 55px;
  color: #c5ce00;
  margin: 20px 0 20px 0;
}
body h2 {
  font-family: "Miso", sans-serif;
  font-size: 35px;
  line-height: 40px;
  color: #6098b2;
  margin: 10px 0 20px 0;
}
body h3 {
  font-family: "Miso", sans-serif;
  font-size: 26px;
  line-height: 28px;
  color: #625c1c;
  margin: 10px 0 20px 0;
}
body p {
  margin: 5px 0 10px 0;
}
body main {
  min-height: calc(100vh - 526.31px);
}
body .text-green {
  color: #c5ce00;
}
body .text-blue {
  color: #6098b2;
}
body .text-brown {
  color: #625c1c;
}

.googleMaps {
  width: 100vw;
  min-height: 400px;
  height: 20vw;
}

.locatie a {
  color: black;
  text-decoration: underline;
}
.locatie a:hover {
  color: black;
  text-decoration: none;
}

.uren .dag {
  display: table-cell;
}

.container {
  max-width: 1200px;
}

body {
  font-family: "Open Sans", sans-serif;
  color: black;
  line-height: 22px;
  width: 100vw;
  overflow-x: hidden;
  font-size: 16px;
}
body em {
  font-style: italic;
}
body strong, body b {
  font-family: "Miso Bold", sans-serif;
}
body h1 {
  font-family: "Miso", sans-serif;
  font-size: 50px;
  line-height: 55px;
  color: #c5ce00;
  margin: 20px 0 20px 0;
}
body h2 {
  font-family: "Miso", sans-serif;
  font-size: 35px;
  line-height: 40px;
  color: #6098b2;
  margin: 10px 0 20px 0;
}
body h3 {
  font-family: "Miso", sans-serif;
  font-size: 26px;
  line-height: 28px;
  color: #625c1c;
  margin: 10px 0 20px 0;
}
body p {
  margin: 5px 0 10px 0;
}
body main {
  min-height: calc(100vh - 526.31px);
}
body .text-green {
  color: #c5ce00;
}
body .text-blue {
  color: #6098b2;
}
body .text-brown {
  color: #625c1c;
}

.breadcrumb {
  background: #c5ce00;
  border-radius: 0;
}
.breadcrumb .crumble a {
  color: #625c1c;
  display: inline-block;
}
.breadcrumb .crumble a:hover {
  color: #625c1c;
}
.breadcrumb .crumble:not(:last-child):after {
  content: "/";
  color: #625c1c;
  margin: 0 5px;
}

.container {
  max-width: 1200px;
}

body {
  font-family: "Open Sans", sans-serif;
  color: black;
  line-height: 22px;
  width: 100vw;
  overflow-x: hidden;
  font-size: 16px;
}
body em {
  font-style: italic;
}
body strong, body b {
  font-family: "Miso Bold", sans-serif;
}
body h1 {
  font-family: "Miso", sans-serif;
  font-size: 50px;
  line-height: 55px;
  color: #c5ce00;
  margin: 20px 0 20px 0;
}
body h2 {
  font-family: "Miso", sans-serif;
  font-size: 35px;
  line-height: 40px;
  color: #6098b2;
  margin: 10px 0 20px 0;
}
body h3 {
  font-family: "Miso", sans-serif;
  font-size: 26px;
  line-height: 28px;
  color: #625c1c;
  margin: 10px 0 20px 0;
}
body p {
  margin: 5px 0 10px 0;
}
body main {
  min-height: calc(100vh - 526.31px);
}
body .text-green {
  color: #c5ce00;
}
body .text-blue {
  color: #6098b2;
}
body .text-brown {
  color: #625c1c;
}

.homeNav {
  display: block;
}

.homeNavBanner {
  display: none;
}

@media (min-width: 1200px) {
  .homeNav {
    display: none !important;
  }

  .homeNavBanner {
    display: block;
  }
}
.banner {
  z-index: 10000;
}
.banner .bannerImg {
  width: 100vw;
  height: 25vw;
  min-height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner .navbar {
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.banner .navbar .nav-item {
  background-image: url("/public/images/bg_nav_item.svg");
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  height: 155px;
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner .navbar .nav-item .nav-link {
  text-align: center;
  font-family: "Miso Bold", sans-serif;
  color: #625c1c;
  font-size: 25px;
}
.banner .navbar .dropdown .dropdown-menu {
  display: block;
  background-color: transparent;
  border: none;
  font-family: "Miso Bold", sans-serif;
  font-size: 25px;
}
.banner .navbar .dropdown .dropdown-menu .dropdown-item {
  color: #6098b2;
}
@media (min-width: 1200px) {
  .banner .navbar .navbar-nav .nav-item {
    margin-bottom: 3px;
  }
  .banner .navbar .navbar-nav .nav-item .nav-link {
    font-family: "Miso Bold", sans-serif;
    font-size: 25px;
  }
  .banner .navbar .navbar-nav .nav-item .nav-link:hover {
    text-decoration: none;
  }
  .banner .navbar .navbar-nav .dropdown .nav-link:after {
    content: url("/public/images/icons/arrow.svg");
    width: 14px;
    height: 7.5px;
    margin: 4px;
    vertical-align: center;
  }
  .banner .navbar .navbar-nav .dropdown .dropdown-menu {
    display: none;
    background-color: #6098b2;
    border-radius: 5px;
    border: none;
    padding: 0;
    margin: 0;
    min-width: 240px;
  }
  .banner .navbar .navbar-nav .dropdown .dropdown-menu hr {
    border-top: 1px solid white;
    margin: 0 16px;
  }
  .banner .navbar .navbar-nav .dropdown .dropdown-menu .dropdown-item {
    color: white;
    padding: 10px 25px;
    font-family: "Miso", sans-serif;
    font-size: 20px;
    transition: all 0.3s;
  }
  .banner .navbar .navbar-nav .dropdown .dropdown-menu .dropdown-item:hover {
    background-color: transparent;
  }
  .banner .navbar .navbar-nav .dropdown .dropdown-menu .dropdown-item:hover:before {
    content: url("/public/images/icons/dropdown_icon.svg");
    width: 14.319px;
    height: 10.034px;
    position: absolute;
    left: 5px;
  }
  .banner .navbar .navbar-nav .dropdown:hover .dropdown-menu {
    display: block;
  }
}

.carousel {
  position: relative;
}
.carousel img {
  width: 100%;
  height: 25vw;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 400px;
}
.carousel .carousel-caption {
  background-color: rgba(180, 96, 155, 0.6);
  padding: 20px 60px;
  width: 100%;
  left: 0;
  right: 0;
}
.carousel .carousel-caption h2 {
  margin: 10px 0;
  font-size: 35px;
  font-family: "Miso Bold", sans-serif;
}
.carousel .carousel-caption a {
  color: white;
  font-family: "Miso", sans-serif;
  font-size: 25px;
}
.carousel .carousel-caption a:hover {
  color: white;
}

.platformLogo {
  max-width: 160px;
}

.container {
  max-width: 1200px;
}

body {
  font-family: "Open Sans", sans-serif;
  color: black;
  line-height: 22px;
  width: 100vw;
  overflow-x: hidden;
  font-size: 16px;
}
body em {
  font-style: italic;
}
body strong, body b {
  font-family: "Miso Bold", sans-serif;
}
body h1 {
  font-family: "Miso", sans-serif;
  font-size: 50px;
  line-height: 55px;
  color: #c5ce00;
  margin: 20px 0 20px 0;
}
body h2 {
  font-family: "Miso", sans-serif;
  font-size: 35px;
  line-height: 40px;
  color: #6098b2;
  margin: 10px 0 20px 0;
}
body h3 {
  font-family: "Miso", sans-serif;
  font-size: 26px;
  line-height: 28px;
  color: #625c1c;
  margin: 10px 0 20px 0;
}
body p {
  margin: 5px 0 10px 0;
}
body main {
  min-height: calc(100vh - 526.31px);
}
body .text-green {
  color: #c5ce00;
}
body .text-blue {
  color: #6098b2;
}
body .text-brown {
  color: #625c1c;
}

.cta {
  margin-left: calc(-50vw + 50%);
  width: 100vw;
}
.cta .row {
  align-items: center;
}
.cta .row .text {
  z-index: 5;
}
.cta .img {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.cta .img .backImg {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
.cta .img .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 400px;
}
@media only screen and (max-width: 768px) {
  .cta .img .backImg {
    width: 100%;
    height: 60vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .cta .img .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60vw;
  }
}

.cta-blue {
  background-color: #6098b2;
  color: #c5ce00;
}
.cta-blue .text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cta-blue p {
  color: white;
}
.cta-blue .row {
  position: relative;
}
.cta-blue .row:after {
  content: "";
  background-image: url("../../public/images/cta/kids_white.svg");
  width: 308px;
  height: 200px;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  bottom: 0;
  left: 20%;
}

.cta-blue.cta-blue-reverse .row:after {
  right: 0;
  left: initial;
}

.cta-green {
  background-color: #c5ce00;
  color: #625c1c;
}
.cta-green .text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cta-green p {
  color: #625c1c;
}
.cta-green .row {
  position: relative;
}
.cta-green .row:after {
  content: "";
  background-image: url("../../public/images/cta/kids_white.svg");
  width: 308px;
  height: 200px;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  bottom: 0;
  left: 20%;
}

.cta-green.cta-green-reverse .row:after {
  right: 0;
  left: initial;
}

.content_block .visieList ul {
  margin-bottom: 40px;
}
.content_block .visieList ul li {
  margin: 20px 0;
}
.content_block ul {
  margin-left: 0;
}
.content_block ul li {
  margin: 5px 0;
  list-style: none;
  display: flex;
}
.content_block ul li::before {
  content: url("/public/images/icons/list_item_icon.svg");
  height: 20px;
  width: 28.54px;
  margin-right: 10px;
}
.content_block ul li a {
  color: #6098b2;
}
.content_block ul li a:hover {
  color: #6098b2;
  text-decoration: none;
}
.content_block .fullfoto {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  height: 30vw;
  min-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}

.cta_visie {
  text-align: center;
}
.cta_visie .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px;
}

.container {
  max-width: 1200px;
}

body {
  font-family: "Open Sans", sans-serif;
  color: black;
  line-height: 22px;
  width: 100vw;
  overflow-x: hidden;
  font-size: 16px;
}
body em {
  font-style: italic;
}
body strong, body b {
  font-family: "Miso Bold", sans-serif;
}
body h1 {
  font-family: "Miso", sans-serif;
  font-size: 50px;
  line-height: 55px;
  color: #c5ce00;
  margin: 20px 0 20px 0;
}
body h2 {
  font-family: "Miso", sans-serif;
  font-size: 35px;
  line-height: 40px;
  color: #6098b2;
  margin: 10px 0 20px 0;
}
body h3 {
  font-family: "Miso", sans-serif;
  font-size: 26px;
  line-height: 28px;
  color: #625c1c;
  margin: 10px 0 20px 0;
}
body p {
  margin: 5px 0 10px 0;
}
body main {
  min-height: calc(100vh - 526.31px);
}
body .text-green {
  color: #c5ce00;
}
body .text-blue {
  color: #6098b2;
}
body .text-brown {
  color: #625c1c;
}

.agenda_top {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background-color: #6098b2;
}
.agenda_top .container {
  position: relative;
}
.agenda_top .container::after {
  content: url("public/images/cta/kids_white_small.svg");
  position: absolute;
  right: 0;
}
.agenda_top .container h2 {
  display: inline-block;
  color: white;
  margin: 10px 0;
}
.agenda_top .container .arrow {
  color: white;
  text-decoration: none;
  font-size: 25px;
}
.agenda_top .container .arrow:hover {
  color: white;
  opacity: 0.7;
  text-decoration: none;
}

.agenda_scroller .agenda_container {
  font-family: "Miso", sans-serif;
  font-size: 20px;
  min-width: 1000px;
}
.agenda_scroller .agenda_container .agenda_dagen {
  background-color: #6098b2;
  color: white;
  font-size: 25px;
  padding: 10px 0;
}
.agenda_scroller .agenda_container .agenda_dagen div {
  width: 14.2857142857%;
}
.agenda_scroller .agenda_container .agenda_week.row, .agenda_scroller .agenda_container .agenda_dagen.row {
  margin-left: 0;
  margin-right: 0;
}
.agenda_scroller .agenda_container .agenda_week {
  border: 1px solid #6098b2;
}
.agenda_scroller .agenda_container .agenda_week .agenda_dag {
  min-height: 150px;
  display: flex;
  flex-direction: column;
  border: 1px solid #6098b2;
  width: 14.2857142857%;
}
.agenda_scroller .agenda_container .agenda_week .agenda_dag .dag {
  color: #6098b2;
  padding: 0 5px;
}
.agenda_scroller .agenda_container .agenda_week .agenda_dag .agenda_event {
  background-color: #c5ce00;
  margin-bottom: 3px;
  padding: 2px 5px;
  color: #625c1c;
}
.agenda_scroller .agenda_container .agenda_week .pas_dag {
  background-color: rgba(96, 152, 178, 0.3);
}

@media only screen and (max-width: 1070px) {
  .agenda_scroller {
    overflow-x: scroll;
  }
}
.container {
  max-width: 1200px;
}

body {
  font-family: "Open Sans", sans-serif;
  color: black;
  line-height: 22px;
  width: 100vw;
  overflow-x: hidden;
  font-size: 16px;
}
body em {
  font-style: italic;
}
body strong, body b {
  font-family: "Miso Bold", sans-serif;
}
body h1 {
  font-family: "Miso", sans-serif;
  font-size: 50px;
  line-height: 55px;
  color: #c5ce00;
  margin: 20px 0 20px 0;
}
body h2 {
  font-family: "Miso", sans-serif;
  font-size: 35px;
  line-height: 40px;
  color: #6098b2;
  margin: 10px 0 20px 0;
}
body h3 {
  font-family: "Miso", sans-serif;
  font-size: 26px;
  line-height: 28px;
  color: #625c1c;
  margin: 10px 0 20px 0;
}
body p {
  margin: 5px 0 10px 0;
}
body main {
  min-height: calc(100vh - 526.31px);
}
body .text-green {
  color: #c5ce00;
}
body .text-blue {
  color: #6098b2;
}
body .text-brown {
  color: #625c1c;
}

.borderFunctie {
  border-bottom: 2px solid #6098b2;
  margin-bottom: 20px;
}
.borderFunctie .container {
  position: relative;
}
.borderFunctie .container::after {
  content: url("../../public/images/kids_blue_small.svg");
  position: absolute;
  right: 0;
  bottom: -15px;
}
.borderFunctie .container h2 {
  margin: 10px 115px 10px 0;
}

.team .teamImg {
  position: relative;
}
.team .teamImg .teamImage {
  width: 100%;
  height: 200px;
  max-width: 270px;
  -o-object-fit: cover;
     object-fit: cover;
}
.team .teamImg .overlay {
  position: absolute;
  width: 101%;
  height: 202px;
  max-width: 272px;
  top: -1px;
  left: -1px;
}
.team .functie {
  margin: 10px 0 20px 0;
}
.team .email, .team .phone {
  color: black;
  margin: 10px 0 20px 0;
}
.team .email:hover, .team .phone:hover {
  color: black;
}

.container {
  max-width: 1200px;
}

body {
  font-family: "Open Sans", sans-serif;
  color: black;
  line-height: 22px;
  width: 100vw;
  overflow-x: hidden;
  font-size: 16px;
}
body em {
  font-style: italic;
}
body strong, body b {
  font-family: "Miso Bold", sans-serif;
}
body h1 {
  font-family: "Miso", sans-serif;
  font-size: 50px;
  line-height: 55px;
  color: #c5ce00;
  margin: 20px 0 20px 0;
}
body h2 {
  font-family: "Miso", sans-serif;
  font-size: 35px;
  line-height: 40px;
  color: #6098b2;
  margin: 10px 0 20px 0;
}
body h3 {
  font-family: "Miso", sans-serif;
  font-size: 26px;
  line-height: 28px;
  color: #625c1c;
  margin: 10px 0 20px 0;
}
body p {
  margin: 5px 0 10px 0;
}
body main {
  min-height: calc(100vh - 526.31px);
}
body .text-green {
  color: #c5ce00;
}
body .text-blue {
  color: #6098b2;
}
body .text-brown {
  color: #625c1c;
}

.klassen .klas {
  background-color: #c5ce00;
  border-radius: 5px;
  padding: 15px;
  margin-bottom: 20px;
  position: relative;
}
.klassen .klas:after {
  content: "";
  background-image: url("../../public/images/cta/kids_white.svg");
  width: 220.05px;
  height: 142.84px;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  bottom: 0;
  right: 20px;
}
.klassen .klas .klasfoto {
  height: 170px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
.klassen .klas .klasinfo {
  z-index: 5;
}
.klassen .klas .klasinfo .icon {
  margin: 20px 0 10px 0;
}
.klassen .klas .klasinfo p {
  margin: 0;
}
.klassen .klas .klasinfo .mailLeerkracht {
  font-size: 12px;
}
.klassen .klas .klasinfo a {
  color: #625c1c;
}
.klassen .klas .klasinfo a:hover {
  color: #625c1c;
}
.klassen .klas .klasDetail {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 10;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.klasDetail .klasfoto {
  border-radius: 5px;
}

.blogOverview {
  background-color: #6098b2;
}
.blogOverview .blogItem::before {
  content: url("/public/images/icons/blog_icon.svg");
  height: 27px;
  width: 38.53px;
}

.relatedBlogs .relatedBlog {
  background-color: #c5ce00;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
}
.relatedBlogs .relatedBlog:after {
  content: url("../../public/images/cta/kids_white_blog.svg");
  display: block;
  position: absolute;
  bottom: -5px;
  z-index: 0;
}
.relatedBlogs .relatedBlog h3 {
  z-index: 2;
}
.relatedBlogs .relatedBlog .linkBlog {
  color: #625c1c;
  margin-bottom: 20px;
  z-index: 2;
}
.relatedBlogs .relatedBlog .linkBlog:hover {
  color: #625c1c;
}
.relatedBlogs .relatedBlog .img {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 5px;
}
.relatedBlogs .relatedBlog .img .overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 170px;
  border-radius: 5px;
}
.relatedBlogs .relatedBlog .img .backImg {
  width: 100%;
  height: 170px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
@media only screen and (max-width: 992px) {
  .relatedBlogs .relatedBlog .img .overlay {
    height: 60vw;
  }
  .relatedBlogs .relatedBlog .img .backImg {
    height: 60vw;
  }
}

.container {
  max-width: 1200px;
}

body {
  font-family: "Open Sans", sans-serif;
  color: black;
  line-height: 22px;
  width: 100vw;
  overflow-x: hidden;
  font-size: 16px;
}
body em {
  font-style: italic;
}
body strong, body b {
  font-family: "Miso Bold", sans-serif;
}
body h1 {
  font-family: "Miso", sans-serif;
  font-size: 50px;
  line-height: 55px;
  color: #c5ce00;
  margin: 20px 0 20px 0;
}
body h2 {
  font-family: "Miso", sans-serif;
  font-size: 35px;
  line-height: 40px;
  color: #6098b2;
  margin: 10px 0 20px 0;
}
body h3 {
  font-family: "Miso", sans-serif;
  font-size: 26px;
  line-height: 28px;
  color: #625c1c;
  margin: 10px 0 20px 0;
}
body p {
  margin: 5px 0 10px 0;
}
body main {
  min-height: calc(100vh - 526.31px);
}
body .text-green {
  color: #c5ce00;
}
body .text-blue {
  color: #6098b2;
}
body .text-brown {
  color: #625c1c;
}

.pagination {
  font-family: "Miso", sans-serif;
  font-size: 25px;
}
.pagination .page-item .page-link {
  background-color: transparent;
  border: none;
  color: white;
}
.pagination .page-item.active .page-link {
  background-color: transparent;
  border: none;
  color: #c5ce00;
}
.pagination .page-item.disabled .page-link {
  color: white;
}

.container {
  max-width: 1200px;
}

body {
  font-family: "Open Sans", sans-serif;
  color: black;
  line-height: 22px;
  width: 100vw;
  overflow-x: hidden;
  font-size: 16px;
}
body em {
  font-style: italic;
}
body strong, body b {
  font-family: "Miso Bold", sans-serif;
}
body h1 {
  font-family: "Miso", sans-serif;
  font-size: 50px;
  line-height: 55px;
  color: #c5ce00;
  margin: 20px 0 20px 0;
}
body h2 {
  font-family: "Miso", sans-serif;
  font-size: 35px;
  line-height: 40px;
  color: #6098b2;
  margin: 10px 0 20px 0;
}
body h3 {
  font-family: "Miso", sans-serif;
  font-size: 26px;
  line-height: 28px;
  color: #625c1c;
  margin: 10px 0 20px 0;
}
body p {
  margin: 5px 0 10px 0;
}
body main {
  min-height: calc(100vh - 526.31px);
}
body .text-green {
  color: #c5ce00;
}
body .text-blue {
  color: #6098b2;
}
body .text-brown {
  color: #625c1c;
}

.desktop .plattegrond {
  position: relative;
}
.desktop .plattegrond .klas_titel {
  position: absolute;
  top: 15%;
  left: 10%;
  max-width: 300px;
}

@media only screen and (min-width: 1200px) {
  .desktop {
    display: block;
  }

  .mobile {
    display: none;
  }
}
@media only screen and (max-width: 1200px) {
  .desktop {
    display: none;
  }

  .mobile {
    display: block;
  }
}