.section {
  position: static;
  overflow: visible;
  background-color: #dadada;
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-style: italic;
  text-align: center;
}

.flexcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  margin-right: auto;
  margin-left: auto;
  padding: 18px 0px;
  -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;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background-color: transparent;
  line-height: 24px;
}

.vraagdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: auto;
  min-width: 400px;
  padding: 30px 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 5px;
  background-color: rgba(193, 229, 233, 0.93);
  box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.3);
}

.buttondiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -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-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.button {
  display: block;
  max-height: auto;
  max-width: 300px;
  min-height: 48px;
  min-width: 260px;
  margin: 5px;
  padding-bottom: 12px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 5px;
  background-color: #61453f;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-style: normal;
  text-align: center;
  letter-spacing: 1px;
}

.vraag {
  margin: 6px;
  font-family: 'Droid Sans', sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-style: italic;
  font-weight: 400;
  text-align: center;
}

.colofontxt {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  margin-top: 20px;
  margin-bottom: -90px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 22px;
}

.navbar {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  height: 20px;
  background-color: hsla(0, 0%, 100%, 0.65);
}

.navbarcontainer {
  display: block;
  height: 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;
}

.navbarlinktxt {
  position: static;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: 'Droid Sans', sans-serif;
  color: #6e6e6e;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
}

.navbarlinktxt.w--current {
  display: none;
  color: #727272;
}

.kopintro {
  display: block;
  margin: 0px auto 5px;
  font-family: Bitter, serif;
  font-size: 42px;
  line-height: 52px;
  font-style: normal;
  font-weight: 700;
}

.introkeuzediv {
  min-width: 300px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 0px;
}

.introkeuzerow {
  display: block;
}

.introkeuzecolumn {
  display: block;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  background-color: transparent;
}

.sectionhome {
  height: 100vh;
  min-height: 420px;
  background-image: url('../images/0ANP-17584577-spread2_web.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.uitlegblockquote {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  margin-left: 40px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-color: #fff;
  font-family: 'Droid Serif', serif;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-style: italic;
  font-weight: 400;
  text-align: left;
  text-shadow: 1px 2px 7px #000;
}

.flexdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.uitlegblokdiv {
  background-color: hsla(0, 0%, 100%, 0.01);
}

.sectiona1 {
  height: 100vh;
  min-height: 420px;
  background-image: url('../images/1iStock-469307036-spread_web.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.sectiona1.a1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.39)), to(rgba(0, 0, 0, 0.39))), url('../images/1iStock-469307036-spread_web.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.39), rgba(0, 0, 0, 0.39)), url('../images/1iStock-469307036-spread_web.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.sectiona2 {
  height: 100vh;
  min-height: 420px;
  margin-bottom: 0px;
  background-image: url('../images/1Street-spread2_web.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.sectiona2.a2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0.35))), url('../images/1Street-spread2_web.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url('../images/1Street-spread2_web.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.sectiona3 {
  height: 100vh;
  min-height: 420px;
  margin-bottom: 20px;
  background-image: url('../images/1iStock-479595368_web.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.sectiona3.a3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.19)), to(rgba(0, 0, 0, 0.19))), url('../images/1iStock-479595368_web.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.19), rgba(0, 0, 0, 0.19)), url('../images/1iStock-479595368_web.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.sectiona4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  min-height: 600px;
  background-image: url('../images/1ANP-34580852-SpreadZW_web.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.sectiona4.a4 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.36)), to(rgba(0, 0, 0, 0.36))), url('../images/1ANP-34580852-SpreadZW_web.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.36), rgba(0, 0, 0, 0.36)), url('../images/1ANP-34580852-SpreadZW_web.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.sectionb2 {
  height: 100vh;
  background-image: url('../images/2mekkaRoadSpreadZW_web.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.sectionb2.b2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.28)), to(rgba(0, 0, 0, 0.28))), url('../images/2mekkaRoadSpreadZW_web.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0.28)), url('../images/2mekkaRoadSpreadZW_web.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.sectionb3 {
  height: 100vh;
  background-image: url('../images/2carSpread2FC_web.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.sectionb3.b3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.18)), to(rgba(0, 0, 0, 0.18))), url('../images/2carSpread2FC_web.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.18)), url('../images/2carSpread2FC_web.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.sectionb4 {
  height: 100vh;
  min-height: 420px;
  background-image: url('../images/2stad-spread_web.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.sectionb4.b4 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.23)), to(rgba(0, 0, 0, 0.23))), url('../images/2stad-spread_web.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.23), rgba(0, 0, 0, 0.23)), url('../images/2stad-spread_web.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.sectionb5 {
  height: 100vh;
  min-height: 420px;
  background-image: url('../images/2kind-spread_web.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.sectionb5.b5 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.31)), to(rgba(0, 0, 0, 0.31))), url('../images/2kind-spread_web.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.31), rgba(0, 0, 0, 0.31)), url('../images/2kind-spread_web.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.sectionc1 {
  height: 100vh;
  min-height: 420px;
  background-image: url('../images/3Fotolia98633873-spread_web.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.sectionc1.c1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.39)), to(rgba(0, 0, 0, 0.39))), url('../images/3Fotolia98633873-spread_web.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.39), rgba(0, 0, 0, 0.39)), url('../images/3Fotolia98633873-spread_web.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.sectionc2 {
  height: 100vh;
  min-height: 420px;
  background-image: url('../images/3Marokko-street_web.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.sectionc2.c2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.25))), url('../images/3Marokko-street_web.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url('../images/3Marokko-street_web.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.sectionc3 {
  height: 100vh;
  min-height: 420px;
  background-image: url('../images/3Marokko-street2_web.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.sectionc3.c3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.25))), url('../images/3Marokko-street2_web.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url('../images/3Marokko-street2_web.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.sectionc4 {
  height: 100vh;
  min-height: 420px;
  background-image: url('../images/3Fotolia_98632653-spread_web.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.sectionc4.c4 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.42)), to(rgba(0, 0, 0, 0.42))), url('../images/3Fotolia_98632653-spread_web.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.42), rgba(0, 0, 0, 0.42)), url('../images/3Fotolia_98632653-spread_web.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.sectionc5 {
  height: 100vh;
  min-height: 420px;
  background-image: url('../images/3Fotolia_131194652-spread_web.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.sectionc5.c5 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.33)), to(rgba(0, 0, 0, 0.33))), url('../images/3Fotolia_131194652-spread_web.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.33), rgba(0, 0, 0, 0.33)), url('../images/3Fotolia_131194652-spread_web.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.sectionb1 {
  height: 100vh;
  min-height: 420px;
  background-image: url('../images/2bijbel-spread_web.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.sectionb1.b1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.36)), to(rgba(0, 0, 0, 0.36))), url('../images/2bijbel-spread_web.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.36), rgba(0, 0, 0, 0.36)), url('../images/2bijbel-spread_web.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.sectiona5 {
  height: 100vh;
  min-height: 420px;
  background-image: url('../images/1Street-spread_web.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.sectiona5.a5 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.34)), to(rgba(0, 0, 0, 0.34))), url('../images/1Street-spread_web.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.34), rgba(0, 0, 0, 0.34)), url('../images/1Street-spread_web.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.imagekeuze {
  display: block;
  width: 180px;
  height: 200px;
  margin-right: auto;
  margin-left: auto;
}

.keuzediv {
  display: block;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: transparent;
}

.keuzerowdiv {
  display: block;
  height: 500px;
  max-width: 310px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 20px 10px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 5px;
  background-color: #c1e5e9;
}

.keuzetxt {
  margin-top: 5px;
  font-family: 'Droid Serif', serif;
  font-size: 16px;
  line-height: 28px;
}

.keuzebutton {
  min-width: 180px;
  margin-bottom: 10px;
  border-radius: 5px;
  background-color: #61453f;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-style: normal;
}

.link-block {
  display: block;
  margin: 10px 15px;
}

.linkdiv {
  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: 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;
}

.bylinintro {
  font-family: 'Droid Sans', sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-style: normal;
}

.tekstintro {
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: 'Droid Serif', serif;
  font-size: 18px;
  line-height: 28px;
}

.logord {
  display: block;
  margin-top: 2px;
}

.sharediv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.html-embed {
  width: 180px;
  height: 25px;
}

.twitter {
  width: 180px;
  height: 25px;
  padding-top: 3px;
}

.navbarlinkblock {
  height: 20px;
  margin-left: 0px;
  float: left;
}

.image {
  padding-bottom: 2px;
  opacity: 0.7;
}

html.w-mod-js *[data-ix="load"] {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

html.w-mod-js *[data-ix="new-interaction"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="new-interaction-2"] {
  opacity: 1;
  -webkit-transform: translate(2000px, 0px);
  -ms-transform: translate(2000px, 0px);
  transform: translate(2000px, 0px);
}

@media screen and (max-width: 991px) {
  .flexcontainer {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .vraagdiv {
    min-width: 400px;
  }

  .button {
    display: block;
    max-height: auto;
    min-width: 200px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .vraag {
    text-align: center;
  }

  .navbarcontainer {
    height: 20px;
  }

  .kopintro {
    font-size: 38px;
    line-height: 48px;
  }

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

  .introkeuzerow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
  }

  .introkeuzecolumn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .uitlegblockquote {
    margin-top: 20px;
    margin-left: 0px;
    text-align: center;
  }

  .flexdiv {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .imagekeuze {
    width: 160px;
    height: 190px;
  }

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

  .keuzerowdiv {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    max-width: auto;
    margin-right: 5px;
    margin-left: 5px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .keuzetxt {
    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;
    font-size: 16px;
    line-height: 26px;
  }

  .div-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-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;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .bylinintro {
    display: block;
    margin-right: auto;
    margin-left: auto;
    font-family: Bitter, serif;
  }

  .logord {
    margin-top: 2px;
  }

  .navbarlinkblock {
    margin-left: 0px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    overflow: visible;
    height: auto;
  }

  .flexcontainer {
    position: static;
    margin-top: 0px;
    padding: 20px 10px 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

  .vraagdiv {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px 15px 20px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .buttondiv {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    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-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .button {
    display: block;
    max-width: 500px;
    min-height: auto;
    min-width: 200px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    font-size: 16px;
    line-height: 26px;
  }

  .vraag {
    font-size: 16px;
    line-height: 26px;
    text-align: center;
  }

  .colofontxt {
    position: static;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    margin: 20px auto -80px;
  }

  .navbarcontainer {
    padding-right: 10px;
    padding-left: 10px;
  }

  .navbarlinktxt {
    font-size: 12px;
  }

  .kopintro {
    margin-top: 20px;
    font-size: 32px;
    line-height: 42px;
  }

  .introkeuzerow {
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

  .introkeuzecolumn {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .sectionhome {
    height: auto;
    min-height: 900px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }

  .uitlegblockquote {
    font-size: 16px;
    line-height: 26px;
  }

  .sectiona2 {
    min-height: 600px;
  }

  .sectiona3 {
    min-height: 600px;
  }

  .sectionb2 {
    min-height: 420px;
  }

  .sectionb3 {
    min-height: 420px;
  }

  .sectionb4 {
    min-height: 600px;
  }

  .sectionb5 {
    min-height: 600px;
  }

  .sectionc1 {
    min-height: 600px;
  }

  .sectionc2 {
    min-height: 600px;
  }

  .sectionc3 {
    min-height: 600px;
  }

  .sectionc4 {
    min-height: 600px;
  }

  .sectionc5 {
    min-height: 600px;
  }

  .sectionb1 {
    height: auto;
    min-height: 600px;
  }

  .sectiona5 {
    min-height: 600px;
  }

  .imagekeuze {
    width: 150px;
    height: 170px;
  }

  .keuzerowdiv {
    max-width: 600px;
    margin-top: 10px;
    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-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .keuzetxt {
    margin-top: 20px;
    margin-left: 20px;
    text-align: left;
  }

  .linkdiv {
    margin-top: 10px;
    margin-bottom: 15px;
  }

  .paragraph {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .bylinintro {
    display: block;
    margin-right: auto;
    margin-left: auto;
    font-size: 16px;
    line-height: 26px;
  }

  .tekstintro {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 26px;
  }

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

@media screen and (max-width: 479px) {
  .flexcontainer {
    padding: 10px;
  }

  .vraagdiv {
    min-width: 280px;
    padding: 10px 10px 20px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .buttondiv {
    display: block;
    margin-top: 15px;
    -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: 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: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

  .button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }

  .vraag {
    margin-right: 0px;
    margin-left: 0px;
    text-align: center;
  }

  .colofontxt {
    margin-bottom: -90px;
  }

  .kopintro {
    font-size: 28px;
    line-height: 38px;
  }

  .introkeuzediv {
    padding-right: 0px;
    padding-left: 0px;
  }

  .introkeuzerow {
    margin-top: 0px;
  }

  .sectionhome {
    min-height: 1600px;
  }

  .uitlegblockquote {
    margin-left: 1px;
    font-size: 16px;
    line-height: 26px;
  }

  .sectiona1 {
    min-height: 1200px;
  }

  .sectiona2 {
    min-height: 900px;
  }

  .sectiona3 {
    min-height: 900px;
  }

  .sectiona4 {
    min-height: 900px;
  }

  .sectionb2 {
    min-height: 600px;
  }

  .sectionb3 {
    min-height: 600px;
  }

  .sectionb4 {
    min-height: 900px;
  }

  .sectionb5 {
    min-height: 900px;
  }

  .sectionc1 {
    min-height: 900px;
  }

  .sectionc2 {
    min-height: 900px;
  }

  .sectionc3 {
    min-height: 900px;
  }

  .sectionc4 {
    min-height: 900px;
  }

  .sectionc5 {
    min-height: 900px;
  }

  .sectionb1 {
    min-height: 900px;
  }

  .sectiona5 {
    min-height: 900px;
  }

  .keuzerowdiv {
    margin-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .keuzetxt {
    margin-top: 0px;
    margin-left: 0px;
    text-align: center;
  }

  .link-block {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .bylinintro {
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 24px;
  }
}

