.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.w-embed-youtubevideo {
  width: 100%;
  position: relative;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-size: cover;
  background-position: 50% 50%;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: transparent;
  font-family: 'PT Sans', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: 'Caveat Brush', sans-serif;
  font-size: 64px;
  line-height: 1.2;
  font-weight: 400;
  text-align: left;
}

h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: 'Caveat Brush', sans-serif;
  font-size: 32px;
  line-height: 1.25;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Caveat, sans-serif;
  font-size: 1.2rem;
  line-height: 18px;
  font-weight: 500;
}

p {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: 'PT Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.25;
  text-align: justify;
}

a {
  padding: 0px;
  color: #01665b;
  font-size: 1.1rem;
  text-decoration: underline;
}

ul {
  margin-top: 10px;
  padding-left: 40px;
  font-family: 'Caveat Brush', sans-serif;
  font-size: 1.2rem;
  line-height: 1.4;
  font-weight: 400;
}

li {
  list-style-type: disc;
}

img {
  display: inline-block;
  max-width: 100%;
}

blockquote {
  margin: 20px 0px;
  padding: 0px;
  border-left: 0px none #000;
  border-radius: 0px;
  font-family: Caveat, sans-serif;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 400;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.header {
  position: relative;
  z-index: 11;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.header-video {
  position: relative;
  top: auto;
  bottom: auto;
  display: block;
  overflow: hidden;
  height: auto;
  min-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
  -o-object-fit: fill;
  object-fit: fill;
}

.chirologo-1 {
  position: static;
  right: 0px;
  display: inline-block;
  width: 5%;
  min-width: 60px;
  padding-top: 0px;
}

.background-video {
  position: relative;
  left: 0px;
  top: auto;
  right: 0px;
  bottom: auto;
  display: block;
  overflow: visible;
  height: 90vh;
  min-width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/DJI_0689-edit.jpg');
  background-position: 50% 50%;
  background-size: cover;
  -o-object-fit: cover;
  object-fit: cover;
}

.div-verfstreep-wide {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  overflow: visible;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  -o-object-fit: fill;
  object-fit: fill;
}

.verfstreep-wide {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -16.1vw;
  display: block;
  overflow: hidden;
  min-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 0px;
  clear: none;
}

.section {
  position: relative;
  z-index: 1;
  display: block;
  overflow: visible;
  margin: 0px;
  padding: 0px;
  clear: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: transparent;
  -o-object-fit: fill;
  object-fit: fill;
}

.section.bg-geel {
  background-color: #ebc44f;
}

.section.bg-geel.padding-100 {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #ebc44f;
}

.section.bg-geel.filler {
  height: 4vw;
  min-height: auto;
}

.section.size-1 {
  overflow: visible;
  height: 50vw;
}

.section.hide {
  display: none;
}

.section.padding-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.size-2 {
  overflow: visible;
  height: 65vw;
}

.section.size-2.z-1 {
  z-index: 1;
}

.section.padding-1 {
  padding: 100px;
}

.section.bg-white {
  background-color: #fff;
}

.section.bg-white.padding-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.section.bg-white.padding-6 {
  margin-bottom: 100px;
  padding-right: 100px;
  padding-left: 100px;
}

.section.no-overflow {
  overflow: hidden;
}

.section.padding-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.body {
  overflow: visible;
}

.section-top-nav {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0px;
  right: 0%;
  bottom: auto;
  z-index: 10;
  display: block;
  overflow: visible;
  height: 4vw;
  min-height: 70px;
  background-color: transparent;
}

.div-footer {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0px;
  display: block;
  overflow: hidden;
  background-color: #3a9584;
}

.div-top-nav-bg {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: block;
  width: 100%;
  height: 102%;
  background-color: #ebc44f;
}

.image-18 {
  height: 65%;
}

.container-navbar {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 100%;
  height: 100%;
  max-width: 1920px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.container-navbar.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 950;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-menu {
  position: relative;
  top: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link {
  display: block;
  margin: 10px 0px;
  padding: 12px;
  background-color: transparent;
  font-family: 'Caveat Brush', sans-serif;
  color: #01665b;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}

.nav-link.w--current {
  display: block;
  color: #01665b;
}

.nav-link.inschrijven {
  display: block;
  border-radius: 8px;
  background-color: #e1143c;
  color: #fff;
}

.nav-link.center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  margin: 0px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link.consentbtn {
  display: block;
  border-radius: 8px;
  background-color: #e1143c;
  color: #fff;
}

.nav-link.green {
  width: 111.75ch;
}

.nav-link.green.hide {
  display: none;
}

.nav-link.green {
  display: block;
  width: 10ch;
  margin-right: 0px;
  margin-left: 0px;
  border-radius: 8px;
  background-color: #01665b;
  color: #fff;
}

.nav-link.green-button {
  width: 170px;
  height: 45px;
  border-radius: 8px;
  background-color: #01665b;
  color: #fff;
}

.nav-link.green-button.margin {
  margin-top: 15px;
  padding-right: 101px;
}

.nav-link.green-button.vlaggen {
  margin-bottom: 50px;
  margin-left: 0px;
}

.nav-link.green-button.spelen2 {
  width: 170px;
  height: 75px;
  line-height: 25px;
}

.nav-link.green-button.spelen1 {
  width: 143px;
}

.nav-link.green-button.spelen3 {
  width: 148px;
}

.nav-link.green-button.spelen4 {
  width: 150px;
}

.nav-link.vlag-gespot {
  position: relative;
}

.nav-link.vlag-gespot {
  width: 137px;
  margin-bottom: 72px;
  margin-left: 100px;
  border-radius: 8px;
  background-color: #01665b;
  color: #fff;
}

.nav-link.vlag-gespot.margin {
  margin-top: 15px;
}

.nav-link.vlag-gespot.vlaggen {
  margin-bottom: 50px;
  margin-left: 0px;
}

.krinkellogo-home {
  position: relative;
  z-index: 1;
  display: block;
  width: 4vw;
  max-width: none;
  min-height: 72px;
  min-width: 54px;
  padding-top: 0px;
}

.div-nav-animation {
  position: relative;
  z-index: 12;
  width: 100%;
  height: 100%;
}

.div-info {
  position: absolute;
  left: 0%;
  top: -9vw;
  right: 0%;
  bottom: auto;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-1-a {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  margin: 0px 175px 0px 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.container-mobile-1 {
  display: none;
  max-width: 1400px;
  background-color: transparent;
}

.txtquote {
  display: block;
  font-family: Caveat, sans-serif;
  color: #fff;
  font-size: 31px;
  line-height: 1.25;
  font-weight: 400;
  text-align: left;
}

.txtquote.txt-white {
  margin-top: 32px;
  line-height: 1.2;
}

.div-quote {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  width: 765px;
  height: 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.txtname {
  display: block;
  font-family: Caveat, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 40px;
  font-weight: 400;
  text-align: right;
}

.txtname.txt-white {
  margin-top: 128px;
  text-align: right;
}

.story {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  width: auto;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.story.center-align {
  margin-right: auto;
  margin-left: auto;
}

.story.center-align.txt-green {
  color: #01665b;
}

.story.center-align.txt-green.margin-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.story.center-align.txt-green.margin-50.size-plus.txt-black {
  color: #333;
}

.story.txt-size.margin {
  margin-right: 40px;
  margin-left: 40px;
}

.page-titel {
  margin-top: 25px;
  margin-bottom: 25px;
  color: #01665b;
}

.image-bg {
  position: absolute;
  z-index: 0;
  display: block;
  overflow: hidden;
  margin: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-bg.size-2 {
  height: 65vw;
}

.txt-white {
  overflow: visible;
  direction: ltr;
  color: #fff;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.txt-white.margin {
  margin-right: 40px;
  margin-left: 40px;
}

.container-picturepaint {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  overflow: hidden;
  max-width: 1480px;
  margin: auto;
  padding: 25vw 100px 10vw;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-block {
  margin-top: 1vw;
  margin-bottom: 1vw;
  font-family: 'Caveat Brush', sans-serif;
  color: #333;
  font-size: 2.8vw;
  line-height: 0.75;
  font-weight: 400;
  text-align: center;
}

.verfstreep-filler {
  display: none;
  width: 100vw;
  height: 5vw;
  background-color: #ebc44f;
}

.krinkellogo-home-link {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 21;
  display: block;
  width: 4vw;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-navigation {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 950;
  height: 4vw;
  min-height: 70px;
}

.krinkellogo-nav {
  position: relative;
  top: auto;
  bottom: auto;
  z-index: 1;
  display: block;
  width: 3vw;
  height: 4vw;
  min-height: 72px;
  min-width: 54px;
  padding-top: 0px;
}

.div-block-16 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 120px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-23 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 640px;
  height: 126px;
  max-width: none;
}

.image-zoom-1 {
  width: 100vw;
}

.image-24 {
  position: relative;
  display: inline-block;
}

.bold-text-2 {
  margin-right: auto;
  margin-left: auto;
}

.container-grid {
  position: relative;
  display: -ms-grid;
  display: grid;
  overflow: hidden;
  margin: auto;
  padding: 0px;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-template-areas: ".";
  -ms-grid-columns: 50% 50%;
  grid-template-columns: 50% 50%;
  -ms-grid-rows: 50% (50%)[auto-fit];
  grid-template-rows: 50% repeat(auto-fit, 50%);
}

.image-25 {
  position: relative;
}

.absolutetop {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.image-27 {
  width: 2vw;
}

.image-28 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 102%;
}

.image-29 {
  display: block;
  width: 50vw;
}

.container-leftright {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  margin: auto;
  padding-right: 0px;
  padding-left: 0px;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.container-picturepaint-2 {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-width: 1480px;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
  padding: 20vw 25px 5vw;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-17 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-30 {
  position: absolute;
  left: -2%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 1000px;
  height: 186px;
  max-width: none;
}

.image-zoom-4 {
  -o-object-fit: fill;
  object-fit: fill;
}

.container-picturepaint-3 {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  max-width: 1480px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding: 30vw 100px 10vw;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-18 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 180px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-31 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 765px;
  height: 200px;
  max-width: none;
  background-image: url('../images/Story---4jaar-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -o-object-fit: contain;
  object-fit: contain;
}

.breakpoints {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: none;
}

.text-block-3 {
  display: none;
  padding: 25px;
  font-size: 25px;
}

.text-block-4 {
  display: none;
  padding: 25px;
  font-size: 25px;
}

.text-block-5 {
  padding: 25px;
  font-size: 25px;
}

.div-krinkellogo-home {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 11;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  height: 93%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-footer {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.container-footer {
  display: block;
  max-width: 1400px;
  padding: 0px 20px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.text-block-6 {
  display: block;
  margin: 10px auto;
  color: #fff;
  text-align: center;
}

.filler {
  height: 4vw;
  min-height: 70px;
}

.form-block {
  margin-right: auto;
  margin-left: auto;
}

.form {
  margin-right: auto;
  margin-left: auto;
}

.div-block-20 {
  width: 50%;
  padding: 10px 20px;
}

.div-block-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.text-field {
  min-width: 100%;
}

.div-block-22 {
  padding: 10px 20px;
}

.submint-button {
  margin: 20px;
  padding: 12px;
  border-radius: 8px;
  background-color: #01665b;
  font-family: 'Caveat Brush', sans-serif;
  color: #fff;
  font-size: 25px;
}

.info {
  text-align: left;
}

.footer {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 15;
  margin-top: auto;
}

.success-message {
  background-color: transparent;
}

.error-message {
  margin: 12px 20px;
  background-color: #e1143c;
}

.hide {
  display: none;
}

.socials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-icon {
  width: 30px;
}

.social-link {
  padding: 0px 10px;
}

.container-block {
  display: block;
  max-width: 1100px;
  background-color: transparent;
}

.container-block.bg-geel {
  background-color: #ebc44f;
}

.container-block.bg-geel.padding-1 {
  padding: 80px 140px 100px;
}

.container-block.bg-geel.padding-4 {
  padding: 10px 100px 80px;
}

.container-block.bg-geel.padding-5 {
  padding: 60px 120px 10px;
}

.div-l {
  position: relative;
  width: 50%;
}

.div-r {
  position: relative;
  width: 50%;
}

.center-align {
  text-align: center;
}

.center-align.margin {
  margin-right: 40px;
  margin-left: 40px;
}

.section-15 {
  display: none;
}

.container-mobile-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: none;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  margin: auto;
  padding-right: 0px;
  padding-left: 0px;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.inschrijven-float {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: none;
}

.recaptcha {
  margin: 20px;
}

.text-span-2 {
  font-size: 0.54em;
}

.text-span-3 {
  font-size: 0.41em;
}

.text-span-4 {
  font-size: 0.41em;
}

.text-span-5 {
  font-size: 0.5em;
}

.text-span-6 {
  font-size: 0.5em;
}

.language {
  display: inline-block;
  height: 100%;
  padding: 20px;
  text-decoration: none;
}

.text-span-7 {
  text-decoration: none;
}

.container {
  display: none;
  max-width: 1400px;
  background-color: transparent;
}

.container.center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cms-container {
  max-width: 1100px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 80px 140px 60px;
}

.cms-container.in {
  margin-top: 0px;
  margin-bottom: 50px;
  padding-top: 20px;
  padding-bottom: 10px;
}

.cms-container.groen {
  background-color: #3a9584;
}

.cms-container.geel {
  background-color: #ebc44f;
}

.cms-container.vlaggen {
  padding-top: 0px;
  padding-bottom: 0px;
}

.page-banner {
  position: relative;
  overflow: hidden;
  width: 100vw;
  height: 30vw;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.page-image-1 {
  position: relative;
  width: 100vw;
  height: 50vw;
  max-height: 85vh;
  margin-top: 50px;
  margin-bottom: 50px;
  -o-object-fit: cover;
  object-fit: cover;
}

.section-extra-margin-50 {
  height: 50px;
}

.pagina-info {
  text-align: justify;
}

.page-banner-image {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.page-banner-image.internationaal {
  -o-object-position: 50% 62%;
  object-position: 50% 62%;
}

.page-div-1 {
  padding-right: 50px;
  padding-left: 50px;
}

.page-text {
  color: #333;
}

.div-block-27 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer-link {
  color: #fff;
}

.cookie-button {
  margin: 10px;
  padding: 20px;
}

.map {
  position: relative;
  left: auto;
  top: auto;
  display: block;
  width: 110vw;
  height: 90vw;
  margin-top: -31px;
  margin-right: auto;
  margin-left: auto;
}

.container-map {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-height: 600px;
  max-width: 1100px;
  margin-bottom: 50px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.container-map.hide {
  display: none;
}

.fs-cc-prefs2_option {
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid hsla(0, 0%, 75.3%, 0.3);
}

.fs-cc-prefs2_close {
  position: absolute;
  left: auto;
  top: 0px;
  right: 0px;
  bottom: auto;
  padding: 12px;
  background-color: transparent;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  cursor: pointer;
}

.fs-cc-prefs2_overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: rgba(235, 196, 79, 0.8);
}

.fs-cc-prefs2_label {
  margin-top: 0px;
  margin-right: 32px;
  margin-bottom: 0px;
  color: #01665b;
  font-size: 16px;
  font-weight: 700;
}

.fs-cc-prefs2_component {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 997;
  display: none;
  margin-bottom: 0px;
  padding: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fs-cc-prefs2_form-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fs-cc-prefs2_toggle-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fs-cc-banner2_component {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: none;
  width: 450px;
  padding: 30px;
  border-radius: 0px;
  background-color: #01665b;
  color: #fff;
}

.fs-cc-components {
  display: block;
}

.fs-cc-prefs2_checkbox-label {
  display: none;
}

.fs-cc-manager2_button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  padding: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: transparent;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #01665b;
  cursor: pointer;
}

.fs-cc-manager2_component {
  position: fixed;
  left: 20px;
  top: auto;
  right: auto;
  bottom: 20px;
  z-index: 999;
  display: none;
}

.fs-cc-banner2_text {
  font-size: 15px;
}

.fs-cc-prefs2_title {
  color: #010440;
  font-size: 24px;
  line-height: 1.2em;
  font-weight: 700;
  text-align: center;
}

.fs-cc-banner2_text-link {
  border-bottom: 2px solid #fff;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-prefs2_button {
  padding: 12px 20px;
  border: 1px solid #01665b;
  border-radius: 8px;
  background-color: #01665b;
  font-weight: 700;
  text-align: center;
}

.fs-cc-prefs2_button.fs-cc-button-alt {
  margin-bottom: 12px;
  border-color: #01665b;
  background-color: #fff;
  color: #01665b;
}

.fs-cc-banner2_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 990px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.fs-cc-prefs2_content {
  height: 100%;
  padding: 40px 32px;
  background-color: #fff;
  color: #000;
}

.fs-cc-prefs2_checkbox {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-left: 0px;
  border-width: 2px;
  border-color: #01665b;
  background-color: #fff;
  cursor: pointer;
}

.fs-cc-prefs2_checkbox.w--redirected-checked {
  border-color: #01665b;
  background-color: #01665b;
  background-size: auto;
}

.fs-cc-prefs2_checkbox.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3a9584;
}

.fs-cc-prefs2_form {
  position: relative;
  width: 100%;
  max-height: 85vh;
  max-width: 400px;
  margin-bottom: 0px;
  background-color: #333;
  color: #fff;
}

.fs-cc-prefs2_submit {
  margin-top: 12px;
  padding: 12px 20px;
  border-radius: 8px;
  background-color: #333;
  font-weight: 700;
  text-align: center;
}

.fs-cc-prefs2_space-small {
  margin-bottom: 12px;
}

.fs-cc-preferences2_close-icon {
  width: 24px;
  height: 24px;
  background-color: transparent;
  color: #01665b;
}

.fs-cc-banner2_buttons-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  grid-auto-columns: 1fr;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.fs-cc-banner2_button {
  min-width: 120px;
  margin: 0px 20px 0px 0px;
  padding: 14px 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 8px;
  background-color: #fff;
  font-family: 'PT Sans', sans-serif;
  color: #01665b;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.fs-cc-banner2_button.fs-cc-button-alt {
  display: none;
  background-color: hsla(0, 0%, 100%, 0.8);
  color: #01665b;
}

.fs-cc-prefs2_buttons-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.fs-cc-prefs2_checkbox-field {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  margin-bottom: 0px;
  padding: 2px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-29 {
  border-radius: 8px;
  background-color: #fff;
}

.page-h1 {
  margin: 25px 0px;
  text-align: left;
}

.page-h1.txt-green {
  color: #01665b;
}

.page-h1.txt-green {
  color: #01665b;
}

.cms-section {
  position: relative;
  z-index: 1;
  display: block;
  margin: 0px;
  padding: 0px;
  clear: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: transparent;
  -o-object-fit: fill;
  object-fit: fill;
}

.page-container {
  position: relative;
  max-width: 1100px;
  margin: 50px auto;
  padding-right: 140px;
  padding-left: 140px;
}

.faq-section {
  position: relative;
  z-index: 1;
  display: block;
  margin: 0px;
  padding: 0px;
  clear: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: transparent;
  -o-object-fit: fill;
  object-fit: fill;
}

.accordion-item {
  display: block;
  overflow: hidden;
  width: 100%;
  height: auto;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 140px;
}

.accordion-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.accordion-icon {
  position: static;
  margin: auto 0px auto auto;
}

.dropdown-list {
  position: static;
  display: block;
  overflow: hidden;
  padding: 0px;
  background-color: #fff;
}

.faq-heading {
  max-width: 800px;
  padding-right: 15px;
  white-space: normal;
}

.faq-heading.txt-green {
  color: #01665b;
}

.faq-heading.txt-green.inschrijvingen {
  max-width: 2000px;
}

.collection-item {
  margin: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.container-text {
  display: block;
  max-width: 1400px;
  background-color: transparent;
}

.container-text.hide {
  display: none;
}

.devider {
  margin-right: 10px;
  margin-left: 10px;
  color: #fff;
}

.button {
  height: 4vw;
  min-height: 70px;
}

.div-block-35 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-36 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-span-8 {
  text-decoration: underline;
}

.text-span-7-copy {
  text-decoration: underline;
}

.div-inschrijven {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 650px;
  margin-right: -10px;
  margin-left: -10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.list-info {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

.container-faq-categorie {
  position: relative;
  max-width: 1100px;
  margin: 0px auto 15px;
  padding-right: 140px;
  padding-bottom: 0px;
  padding-left: 140px;
}

.accordion-item-copy {
  display: block;
  overflow: hidden;
  width: 100%;
  height: auto;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 140px;
}

.accordion-toggle-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown-list-copy {
  position: static;
  display: block;
  overflow: hidden;
  padding: 0px;
  background-color: #fff;
}

.accordion-icon-copy {
  margin-right: 0px;
}

.accordion-item-faq {
  display: block;
  overflow: hidden;
  width: 100%;
  height: auto;
  max-width: 1100px;
  margin-top: -20px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 40px 20px;
}

.page-container-2 {
  position: relative;
  max-width: 1100px;
  margin: 0px auto;
  padding-right: 140px;
  padding-left: 140px;
}

.section-extra-margin-150 {
  height: 150px;
}

.div-block-37 {
  width: 246px;
  margin-left: -12px;
}

.div-toggle {
  height: 83%;
  margin-right: 0px;
  margin-left: auto;
}

.faq-heading-inschrijvingen {
  max-width: 800px;
  padding-right: 15px;
  white-space: normal;
}

.faq-heading-inschrijvingen.txt-green {
  max-width: 860px;
  color: #01665b;
}

.div-block-38 {
  padding-left: 19px;
}

.pt-list {
  padding-left: 57px;
  font-family: 'PT Sans', sans-serif;
  list-style-type: decimal;
}

.pt-list-item {
  margin-top: 11px;
  margin-bottom: 11px;
  font-size: 1.1rem;
  line-height: 1.25;
  list-style-type: decimal;
}

.video-vlaggen {
  margin-top: 25px;
  margin-bottom: 25px;
}

.paragraph-vlaggen {
  margin-top: 50px;
  margin-bottom: 20px;
}

.list-vlaggen {
  margin-bottom: 50px;
}

.div-block-39 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.div-block-40 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.image-38 {
  width: 400px;
  -o-object-fit: contain;
  object-fit: contain;
}

.div-block-41 {
  height: 600px;
}

.image-40 {
  width: 50%;
  margin-right: auto;
  margin-left: auto;
}

.container-trein {
  max-width: 1100px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
}

.container-trein.in {
  margin-top: 0px;
  margin-bottom: 50px;
  padding-top: 20px;
  padding-bottom: 10px;
}

.container-trein.groen {
  background-color: #3a9584;
}

.container-trein.geel {
  background-color: #ebc44f;
}

.container-trein.vlaggen {
  padding-top: 0px;
  padding-bottom: 0px;
}

.section-trein {
  position: relative;
  z-index: 1;
  display: block;
  margin: 50px 0px 0px;
  padding: 0px;
  clear: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: transparent;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-28-copy {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  height: 102%;
}

.container-mobile-2-copy {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: none;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  margin: auto;
  padding-right: 0px;
  padding-left: 0px;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.image-29-copy {
  display: block;
}

.image-zoom-4-copy {
  position: relative;
}

.image-50 {
  width: 100vw;
}

.image-29-copy-copy {
  display: block;
}

.image-29-copy-2 {
  display: block;
  width: 50vw;
}

.aftermovie {
  margin-bottom: 50px;
}

.reportage {
  display: inline-block;
  width: 100%;
  margin-bottom: 0px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.section-tag {
  position: relative;
  top: -5vw;
  width: 100%;
  height: 0px;
  background-color: transparent;
}

.reportage-spacer {
  display: inline-block;
  width: 20px;
  margin-right: 0px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.reportage-spacer._3 {
  display: none;
}

.div-block-42 {
  width: 10px;
}

.reportage-link {
  display: inline-block;
  width: 250px;
  margin-right: 0px;
  margin-bottom: 20px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.div-block-43 {
  width: 100%;
  height: 1.5vw;
}

.bijlagen {
  line-height: 1.5;
}

@media screen and (min-width: 1280px) {
  .container-navbar {
    position: relative;
  }

  .nav-link {
    margin-right: 10px;
    margin-left: 10px;
  }

  .container-mobile-1 {
    margin-right: auto;
    margin-left: auto;
  }

  .container-picturepaint-2 {
    padding-right: 100px;
    padding-left: 100px;
  }

  .breakpoints {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
  }

  .text-block-3 {
    display: block;
  }

  .text-block-5 {
    display: none;
  }

  .container-footer {
    margin-right: auto;
    margin-left: auto;
  }

  .container-block {
    margin-right: auto;
    margin-left: auto;
  }

  .container {
    margin-right: auto;
    margin-left: auto;
  }

  .container-text {
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (min-width: 1440px) {
  h1 {
    font-size: 64px;
  }

  .section-top-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .div-top-nav-bg {
    display: block;
  }

  .nav-menu {
    z-index: 1;
  }

  .krinkellogo-home {
    display: block;
  }

  .div-nav-animation {
    display: block;
  }

  .heading-1-a {
    min-width: 10ch;
  }

  .story.center-align.txt-green.margin-50.size-plus {
    font-size: 93px;
  }

  .story.txt-size.margin.size-verfstreep {
    font-size: 93px;
  }

  .story.txt-size.margin.size-plus {
    font-size: 93px;
  }

  .container-picturepaint {
    max-width: 1600px;
  }

  .image-23 {
    width: 900px;
    height: 160px;
  }

  .bold-text-2.size-plus {
    font-size: 93px;
  }

  .absolutetop.size-plus {
    font-size: 93px;
  }

  .image-28 {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
  }

  .container-picturepaint-2 {
    max-width: 1920px;
  }

  .image-30 {
    left: -3.5%;
    width: 1450px;
    height: 250px;
  }

  .text-block-3 {
    display: none;
  }

  .text-block-4 {
    display: block;
  }

  .div-krinkellogo-home {
    max-width: 1000px;
  }

  .container-footer {
    max-width: 1920px;
  }

  .text-block-6 {
    font-family: 'PT Sans', sans-serif;
    color: #fff;
    font-weight: 400;
    text-align: center;
  }

  .info {
    text-align: left;
  }

  .center-align.margin.size-plus {
    font-size: 93px;
  }

  .pagina-info.hide {
    display: none;
  }

  .faq-heading {
    margin-top: 40px;
    margin-bottom: 0px;
  }

  .faq-heading-inschrijvingen {
    margin-top: 40px;
    margin-bottom: 0px;
  }

  .image-28-copy {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 48px;
  }

  .chirologo-1 {
    width: 6%;
  }

  .background-video {
    height: 80vh;
  }

  .section.bg-geel.padding-100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section.size-1 {
    height: 65vw;
  }

  .section.padding-100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section.padding-1 {
    padding: 50px;
  }

  .section.bg-white.padding-6 {
    margin-bottom: 50px;
    padding-right: 50px;
    padding-left: 50px;
  }

  .section-top-nav {
    height: 10vw;
    min-height: 0px;
  }

  .div-top-nav-bg {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 0;
    display: block;
  }

  .navbar {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
  }

  .nav-menu {
    position: absolute;
    left: 0%;
    top: 100%;
    right: 0%;
    bottom: auto;
    width: auto;
    height: auto;
    background-color: #ebc44f;
  }

  .nav-link {
    margin-right: 10px;
    margin-left: 10px;
  }

  .nav-link.inschrijven {
    position: relative;
    display: block;
  }

  .nav-link.inschrijven.w--current {
    text-decoration: none;
  }

  .nav-link.menu {
    border: 2px solid #01665b;
    border-radius: 8px;
  }

  .nav-link.consentbtn {
    position: relative;
    width: 132px;
  }

  .nav-link.consentbtn.w--current {
    text-decoration: none;
  }

  .nav-link.green {
    position: relative;
    display: block;
    width: 132px;
  }

  .nav-link.green.w--current {
    text-decoration: none;
  }

  .nav-link.green-button.margin {
    margin-top: 10px;
  }

  .nav-link.vlag-gespot.margin {
    margin-top: 10px;
  }

  .menu-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .menu-button.w--open {
    background-color: transparent;
  }

  .div-block-11 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-11.hide {
    display: none;
  }

  .krinkellogo-home {
    display: block;
    min-height: 0px;
    min-width: 0px;
  }

  .div-nav-animation {
    position: static;
  }

  .heading-1-a {
    margin-right: 150px;
    margin-left: 30px;
  }

  .txtquote.txt-white {
    font-size: 25px;
  }

  .div-quote {
    width: 600px;
    height: 160px;
  }

  .txtname.txt-white {
    margin-top: 105px;
    font-size: 18px;
  }

  .story.center-align.txt-green.margin-50.size-plus.txt-black {
    color: #333;
  }

  .story.txt-size {
    font-size: 42px;
  }

  .container-picturepaint {
    padding-top: 35vw;
    padding-right: 20px;
    padding-left: 20px;
  }

  .text-block {
    margin-top: 2vw;
    margin-bottom: 2vw;
    font-size: 4.2vw;
  }

  .krinkellogo-home-link {
    width: 30vw;
  }

  .image-23 {
    width: 520px;
    height: 100px;
  }

  .image-27 {
    width: 4vw;
  }

  .image-28 {
    width: 100vw;
    height: auto;
  }

  .container-picturepaint-2 {
    height: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .image-30 {
    left: -1%;
    width: 670px;
    height: 135px;
  }

  .container-picturepaint-3 {
    display: block;
    padding-top: 40vw;
    padding-right: 15px;
    padding-left: 15px;
  }

  .div-block-18 {
    margin-right: 20px;
  }

  .image-31 {
    width: 600px;
    height: 162px;
  }

  .breakpoints {
    display: none;
  }

  .div-krinkellogo-home {
    width: 40%;
  }

  .success-message {
    padding-right: 0px;
    padding-left: 0px;
  }

  .container-block.bg-geel.padding-1 {
    padding: 25px 65px;
  }

  .container-block.bg-geel.padding-4 {
    max-width: 1100px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
  }

  .container-block.bg-geel.padding-5 {
    padding-top: 10px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .center-align {
    text-align: center;
  }

  .inschrijven-float {
    left: 1vw;
    bottom: 1vw;
    z-index: 10;
    display: block;
  }

  .inschrijven-float.hide {
    display: none;
  }

  .container.center {
    text-align: center;
  }

  .cms-container {
    margin-top: 25px;
    margin-bottom: 25px;
    padding-right: 65px;
    padding-left: 65px;
  }

  .page-banner {
    height: 30vw;
  }

  .page-image-1 {
    height: 60vw;
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .map {
    width: 102vw;
    height: 85vw;
  }

  .container-map {
    max-height: 60vw;
    margin-bottom: -50px;
  }

  .fs-cc-manager2_component {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .div-block-30 {
    position: fixed;
    right: 10px;
    bottom: 17px;
  }

  .page-container {
    padding-right: 60px;
    padding-left: 60px;
  }

  .accordion-item {
    padding-right: 60px;
    padding-left: 60px;
  }

  .inschrijven-mobile {
    width: 152px;
  }

  .container-faq-categorie {
    padding-right: 60px;
    padding-left: 60px;
  }

  .accordion-item-copy {
    padding-right: 60px;
    padding-left: 60px;
  }

  .accordion-item-faq {
    padding-right: 25px;
    padding-left: 25px;
  }

  .page-container-2 {
    padding-right: 60px;
    padding-left: 60px;
  }

  .container-trein {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-trein {
    margin-top: 0px;
  }

  .image-28-copy {
    width: 100vw;
    height: auto;
  }

  .reportage-spacer {
    width: 10px;
  }

  .reportage-link {
    width: 32%;
    margin-bottom: 10px;
  }

  .heading {
    margin-left: 10px;
  }
}

@media screen and (max-width: 767px) {
  .section.bg-geel.padding-100 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section.size-1.home2 {
    height: 133vw;
  }

  .section.padding-1 {
    padding: 0px;
  }

  .section.bg-white.padding-6 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .nav-link {
    font-size: 20px;
  }

  .nav-link.menu {
    padding: 7px;
  }

  .nav-link.consentbtn {
    width: 110px;
  }

  .nav-link.green {
    width: 110px;
  }

  .nav-link.green-button.vlaggen {
    width: 135px;
    height: 43px;
  }

  .nav-link.vlag-gespot.vlaggen {
    width: 135px;
    height: 43px;
  }

  .container-mobile-1 {
    display: none;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .container-mobile-1.size-1 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: block;
  }

  .container-mobile-1.size-1.hide {
    display: none;
  }

  .txtquote {
    width: 360px;
    padding-top: 25px;
    padding-left: 50px;
    font-size: 22px;
  }

  .txtquote.txtname {
    margin-top: -10px;
    margin-right: auto;
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 200px;
    font-size: 16px;
    text-align: left;
  }

  .story {
    margin: 10px;
    font-size: 42px;
    text-align: center;
  }

  .story.animation-1 {
    text-align: center;
  }

  .story.txt-size {
    position: relative;
  }

  .story.padding-50 {
    padding: 50px 0px;
  }

  .txt-white.size {
    font-size: 38px;
  }

  .txt-white.pos-1 {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: center;
  }

  .txt-white.pos-1.s {
    font-size: 42px;
  }

  .txt-white.pos-2 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    margin: 0px auto;
    text-align: center;
  }

  .txt-white.txt-size {
    font-size: 14px;
  }

  .container-picturepaint {
    display: none;
  }

  .container-grid {
    display: none;
  }

  .image-29 {
    width: 100vw;
  }

  .image-29.pos1 {
    position: relative;
    bottom: -15px;
  }

  .container-leftright {
    display: none;
  }

  .container-picturepaint-2 {
    display: none;
  }

  .div-block-17 {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    height: 40vw;
  }

  .container-picturepaint-3 {
    display: none;
  }

  .info {
    margin-right: -1px;
    margin-left: -1px;
  }

  .center-align {
    width: 18ch;
    font-size: 42px;
  }

  .image-34 {
    position: absolute;
    left: -3%;
    top: auto;
    right: 0%;
    bottom: -40%;
    width: 265px;
    margin-right: auto;
    margin-left: auto;
  }

  .div-block-23 {
    position: absolute;
    left: 0%;
    top: 151%;
    right: 0%;
    bottom: auto;
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section-15 {
    position: relative;
    z-index: 1;
    display: block;
  }

  .section-15.size-1 {
    z-index: 2;
    height: 50px;
  }

  .section-15.bg-white {
    background-color: #fff;
  }

  .section-15.bg-white.size-0 {
    z-index: 2;
    height: 0px;
  }

  .section-15.bg-geel {
    background-color: #ebc44f;
  }

  .section-15.bg-geel.size-1 {
    height: 0px;
  }

  .section-15.bg-geel.size-1.hide {
    display: none;
    height: 0px;
  }

  .container-mobile-2 {
    position: absolute;
    display: block;
  }

  .div-block-24 {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    overflow: hidden;
  }

  .image-35 {
    position: absolute;
    left: 0px;
    top: -181px;
    right: 0%;
    bottom: 0%;
    width: 340px;
    margin-right: auto;
    margin-left: auto;
  }

  .div-block-25 {
    position: absolute;
    left: 0%;
    top: 444%;
    right: 0%;
    bottom: auto;
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-26 {
    position: absolute;
    left: 0%;
    top: 390%;
    right: 0%;
    bottom: auto;
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-36 {
    position: absolute;
    left: 0px;
    top: -183px;
    right: 0%;
    bottom: 0%;
    width: 500px;
    margin-right: auto;
    margin-left: auto;
  }

  .div-block-no-overflow {
    overflow: hidden;
  }

  .image-37 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
  }

  .container {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .cms-container {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .page-image-1 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .section-extra-margin-50 {
    display: none;
  }

  .page-div-1 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .map {
    height: 100vw;
  }

  .container-map {
    max-height: 70vw;
  }

  .fs-cc-prefs2_title {
    font-size: 20px;
  }

  .fs-cc-banner2_text-link {
    margin-right: 8px;
  }

  .fs-cc-banner2_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .fs-cc-banner2_buttons-wrapper {
    margin-top: 12px;
  }

  .fs-cc-banner2_button {
    margin-right: 8px;
    margin-left: 0px;
  }

  .div-block-30 {
    bottom: 13px;
  }

  .container-text {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .container-text.hide-mobile {
    display: none;
  }

  .container-text.home2 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .div-inschrijven {
    width: 450px;
  }

  .inschrijven-mobile {
    width: 130px;
  }

  .div-block-37 {
    width: 205px;
  }

  .pt-list-item {
    text-align: justify;
  }

  .container-trein {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .section-trein {
    margin-top: 25px;
  }

  .container-mobile-2-copy {
    position: absolute;
    display: block;
  }

  .div-block-24-copy {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    overflow: hidden;
  }

  .image-29-copy {
    width: 100vw;
  }

  .image-29-copy.pos2 {
    position: relative;
    top: -20%;
  }

  .image-29-copy-copy {
    position: static;
    top: -5vw;
    width: 100vw;
  }

  .image-29-copy-copy.pos2 {
    position: relative;
    top: -20%;
  }

  .image-29-copy-2 {
    position: static;
    bottom: 0vw;
    width: 100vw;
  }

  .image-29-copy-2.pos1 {
    position: relative;
    bottom: -15px;
  }

  .reportage-link {
    width: 31%;
  }
}

@media screen and (max-width: 479px) {
  ul {
    padding-left: 20px;
  }

  blockquote {
    margin-right: 0px;
    margin-left: 0px;
  }

  .background-video {
    height: 75vh;
  }

  .section {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .section.bg-white.padding-50 {
    padding-top: 17vw;
  }

  .section-top-nav {
    height: 16vw;
  }

  .container-navbar {
    padding: 0px 10px;
  }

  .brand {
    padding-left: 0px;
  }

  .nav-link.green-button.margin {
    margin-left: 0px;
  }

  .nav-link.vlag-gespot.margin {
    margin-left: 0px;
  }

  .container-mobile-1 {
    position: relative;
  }

  .txtquote {
    width: 280px;
    padding-top: 15px;
    padding-left: 25px;
    font-size: 20px;
  }

  .txtquote.txtname {
    padding-top: 10px;
    padding-left: 25px;
  }

  .div-quote {
    width: 100%;
  }

  .story.center-align {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .page-titel {
    margin-right: 0px;
    margin-left: 0px;
  }

  .txt-white.size {
    width: 15ch;
    margin-right: auto;
    margin-left: auto;
  }

  .container-picturepaint {
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .text-block {
    margin-top: 3vw;
    margin-bottom: 3vw;
    font-size: 6vw;
  }

  .krinkellogo-home-link {
    width: 40vw;
  }

  .image-23 {
    width: 350px;
  }

  .container-grid {
    display: none;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 50% 50%;
    grid-template-columns: 50% 50%;
    grid-template-rows: 50% repeat(auto-fit, 50%);
  }

  .absolutetop {
    margin: 28px 25px;
  }

  .image-29 {
    display: block;
  }

  .container-leftright {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .container-picturepaint-2 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .container-picturepaint-3 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .div-krinkellogo-home {
    width: 50%;
    height: 92%;
  }

  .form-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-20 {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-21 {
    display: block;
  }

  .div-block-22 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .submint-button {
    margin-right: 0px;
    margin-left: 0px;
  }

  .info {
    max-width: 380px;
    margin-right: 10px;
    margin-left: 10px;
  }

  .info.margin-11 {
    margin-right: 11px;
    margin-left: 11px;
  }

  .footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .container-block.bg-geel.padding-1 {
    padding-right: 25px;
    padding-left: 25px;
  }

  .container-block.bg-geel.padding-4 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .container-block.bg-geel.padding-5 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .center-align {
    margin-right: 10px;
    margin-left: 10px;
  }

  .div-block-23 {
    top: 65%;
  }

  .section-15.size-1 {
    z-index: 5;
    height: 20vw;
  }

  .section-15.bg-geel.size-1.hide {
    display: none;
  }

  .container-mobile-2 {
    display: block;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .div-block-24 {
    display: block;
  }

  .image-35 {
    top: -180px;
    width: 340px;
  }

  .div-block-25 {
    top: 453%;
  }

  .div-block-26 {
    top: 559%;
  }

  .image-36 {
    top: -180px;
    width: 350px;
  }

  .recaptcha {
    margin-right: auto;
    margin-left: auto;
  }

  .language {
    padding: 10px;
  }

  .container {
    position: relative;
  }

  .cms-container {
    padding-right: 25px;
    padding-left: 25px;
  }

  .page-banner {
    height: 50vw;
  }

  .page-image-1 {
    height: 80vw;
  }

  .div-block-27 {
    overflow: visible;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .map {
    height: 160vw;
  }

  .container-map {
    max-height: 100vw;
  }

  .fs-cc-prefs2_close {
    padding: 8px;
  }

  .fs-cc-prefs2_label {
    font-size: 14px;
  }

  .fs-cc-prefs2_component {
    padding: 24px;
  }

  .fs-cc-banner2_component {
    width: 100%;
  }

  .fs-cc-prefs2_title {
    font-size: 18px;
  }

  .fs-cc-prefs2_button.fs-cc-button-alt {
    margin-bottom: 8px;
  }

  .fs-cc-prefs2_content {
    padding: 24px;
  }

  .fs-cc-prefs2_submit {
    margin-top: 8px;
  }

  .div-block-30 {
    bottom: 11px;
  }

  .cms-section {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .page-container {
    margin-top: 25px;
    margin-bottom: 25px;
    padding-right: 20px;
    padding-left: 25px;
  }

  .faq-section {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .accordion-item {
    padding: 25px 20px;
  }

  .dropdown-list {
    overflow: hidden;
  }

  .txt-green {
    overflow: visible;
    margin-right: 0px;
    margin-left: 0px;
  }

  .faq-heading {
    margin: 0px;
    white-space: normal;
  }

  .collection-item {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .rich-text-block-2 {
    padding-left: 0px;
  }

  .container-text {
    position: relative;
  }

  .div-block-35 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-inschrijven {
    display: block;
    width: auto;
  }

  .list-info {
    padding-left: 0px;
  }

  .container-faq-categorie {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 20px;
    padding-left: 25px;
  }

  .accordion-item-copy {
    padding: 25px 20px;
  }

  .dropdown-list-copy {
    overflow: hidden;
  }

  .accordion-item-faq {
    padding-right: 0px;
    padding-left: 0px;
  }

  .page-container-2 {
    margin-top: 25px;
    margin-bottom: 25px;
    padding-right: 20px;
    padding-left: 25px;
  }

  .section-extra-margin-150 {
    display: block;
  }

  .faq-heading-inschrijvingen {
    margin: 0px;
    white-space: normal;
  }

  .video-vlaggen {
    width: 100vw;
    height: 56.25vw;
    margin-left: -25px;
  }

  .image-40 {
    width: 100%;
  }

  .container-trein {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-trein {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .container-mobile-2-copy {
    display: block;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .div-block-24-copy {
    display: block;
  }

  .image-29-copy {
    display: block;
  }

  .image-29-copy-copy {
    display: block;
  }

  .image-29-copy-2 {
    display: block;
  }

  .reportage {
    width: 100%;
    margin-right: 0px;
  }

  .reportage-spacer {
    height: 10px;
  }

  .reportage-spacer._2 {
    display: none;
  }

  .reportage-spacer._3 {
    display: inline-block;
  }

  .reportage-link {
    width: 48%;
    margin-right: 0px;
  }
}

#w-node-_8a2f3483-3f67-bbfe-4b14-e1da39f4eb8a-3541b81e {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-d08395e8-15d9-076e-1ab0-d39e08266212-3541b81e {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_75ef0701-8f01-b76c-6e29-3f232f1c5e9c-3541b81e {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_75ef0701-8f01-b76c-6e29-3f232f1c5ea5-3541b81e {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_8a2f3483-3f67-bbfe-4b14-e1da39f4eb8a-d69e4964 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-d08395e8-15d9-076e-1ab0-d39e08266212-d69e4964 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_75ef0701-8f01-b76c-6e29-3f232f1c5e9c-d69e4964 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_75ef0701-8f01-b76c-6e29-3f232f1c5ea5-d69e4964 {
  -ms-grid-column-align: center;
  justify-self: center;
}

@font-face {
  font-family: 'Anotherwetshabby';
  src: url('../fonts/AnotherWetShabbyTrial.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}