.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -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-image: url('../images/Tekst-logo.svg'), url('../images/BOOOOM.svg');
  background-position: 99% 1%, 100% 100%;
  background-size: 200px, 500px;
  background-repeat: no-repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.heading {
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #00828f;
  font-size: 38px;
  line-height: 50px;
  text-align: center;
  text-transform: uppercase;
}

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

.heading-2 {
  margin-top: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 30px;
  text-align: center;
  text-transform: uppercase;
}

.under-construction {
  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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-block {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}

.button {
  margin-right: 20px;
  padding: 15px 25px;
  background-color: #00828f;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}

.button:hover {
  background-color: #006069;
}

.atoom {
  width: 100px;
  -webkit-transform: skew(0deg, 0deg);
  -ms-transform: skew(0deg, 0deg);
  transform: skew(0deg, 0deg);
}

.image {
  width: 90px;
}

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-top: 40px;
  padding-top: 40px;
  -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;
}

.container {
  width: 1100px;
}

.container._900 {
  width: 900px;
}

.container.vragen {
  width: 900px;
}

.h1 {
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 46px;
  line-height: 48px;
}

.text-block-2 {
  width: 500px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 15px;
  line-height: 24px;
}

.text-block-2.contacttekst {
  width: 100%;
}

.knop {
  padding: 9px 25px;
  border: 2px solid #333;
  background-color: #333;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
}

.knop.contrast {
  margin-left: 25px;
  border: 2px solid #3e3e3e;
  background-color: #fff;
  color: #3e3e3e;
}

.knop.contrast:hover {
  background-color: #f0f0f0;
}

.image-2 {
  height: 46px;
}

.text-block-3 {
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}

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

.div-block {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 10%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 350px;
  height: 90px;
  padding: 5px 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #f6f4ff;
  border-radius: 20px;
  background-color: #fff;
}

.div-block-2 {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #00828f;
  background-image: url('../images/Icoon-01-kennislab.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

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

.text-block-4 {
  font-family: 'Open Sans', sans-serif;
  color: #8d8d8d;
  font-size: 17px;
  text-align: center;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-block-5 {
  margin-top: 5px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 21px;
  font-weight: 600;
  text-align: center;
}

.usp-1 {
  position: absolute;
  left: auto;
  top: 5%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 350px;
  height: 90px;
  padding: 5px 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #f6f4ff;
  border-radius: 20px;
  background-color: #fff;
}

.div-block-copy {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 10%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 350px;
  height: 90px;
  padding: 5px 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #f6f4ff;
  border-radius: 20px;
  background-color: #fff;
}

.usp1-icoon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #00828f;
  background-image: url('../images/Icoon-01-kennislab.svg');
  background-position: 50% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.usp-02-icoon {
  width: 60px;
  height: 60px;
  margin-bottom: 15px;
  border-radius: 50%;
  background-color: #00828f;
  background-image: url('../images/Icoon-01-kennislab.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.usp-02-icoon.los {
  margin-bottom: 0px;
  background-image: url('../images/online-platform-kennislab.svg');
  background-size: 29px;
}

.usp-02-icoon.online-leeroplossing {
  background-image: url('../images/online-leeroplossing.svg');
}

.usp-02-icoon.projectmanagment {
  background-image: url('../images/Icoon-02-kennislab.svg');
  background-size: 20px;
}

.usp-02-icoon.platform {
  background-image: url('../images/online-platform-kennislab.svg');
  background-size: 30px;
}

.headerknop {
  padding: 9px 25px;
  border: 2px solid #fb6d06;
  background-color: #fb6d06;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
}

.headerknop:hover {
  border-color: #e66000;
  background-color: #e66000;
}

.headerknop.contrast {
  margin-left: 25px;
  border: 2px solid #3e3e3e;
  background-color: #fff;
  color: #3e3e3e;
}

.headerknop.informatie {
  margin-top: 20px;
}

.usp2 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 10%;
  z-index: 11;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 350px;
  height: 90px;
  padding: 5px 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #f6f4ff;
  border-radius: 20px;
  background-color: #fff;
}

.menu {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 30;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px auto;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: hsla(0, 0%, 100%, 0);
}

.navbar {
  display: block;
  width: 100%;
  -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;
  background-color: #fff;
}

.container-2 {
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.menu-item {
  font-family: 'Open Sans', sans-serif;
  color: #000;
}

.menu-item:hover {
  color: #5f5f5f;
  font-weight: 400;
}

.menu-item:active {
  color: #00828f;
}

.menu-item:focus {
  color: #00828f;
}

.menu-item:focus-visible {
  color: #1f3436;
}

.menu-item[data-wf-focus-visible] {
  color: #1f3436;
}

.menu-item:visited {
  color: #000;
}

.menu-item.w--current {
  color: #4e4b4b;
}

.menu-item-contact {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #00828f;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  text-transform: uppercase;
}

.menu-item-contact:hover {
  background-color: #005861;
}

.menu-item-contact.w--current {
  color: #fff;
}

.nav-menu {
  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;
}

.nav-menu-2 {
  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;
}

.navbar-2 {
  width: 100%;
  background-color: hsla(0, 0%, 100%, 0);
}

.column {
  padding-left: 0px;
  border-right: 1px solid #000;
}

.over-kennislab {
  margin-bottom: 20px;
  padding: 9px 25px;
  border: 0px solid #fb6d06;
  background-color: #c0e2e5;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  text-transform: uppercase;
}

.over-kennislab.contrast {
  margin-left: 25px;
  border: 2px solid #3e3e3e;
  background-color: #fff;
  color: #3e3e3e;
}

.over-kennislab.blauw {
  background-color: #00828f;
  color: #fff;
}

.headerknop-copy {
  padding: 9px 25px;
  border: 2px solid #fb6d06;
  background-color: #fb6d06;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
}

.headerknop-copy.contrast {
  margin-left: 25px;
  border: 2px solid #3e3e3e;
  background-color: #fff;
  color: #3e3e3e;
}

.h2 {
  margin-top: 0px;
  font-family: 'Open Sans', sans-serif;
}

.h2.midden {
  margin: 0px auto;
  text-align: center;
}

.section2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-bottom: 100px;
  -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;
  background-image: url('../images/BOOOOM.svg');
  background-position: 100% 100%;
  background-size: 300px;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.section2.review {
  display: none;
  margin-top: 100px;
  padding-bottom: 0px;
  background-image: none;
}

.overkennislab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-2 {
  padding-left: 50px;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-5.visie {
  margin-top: 0px;
}

.div-block-5.review {
  margin-top: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-6 {
  width: 2px;
  margin-right: 20px;
  margin-left: 20px;
  background-color: #000;
}

.diensten-van-kennislab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  -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: #f1f1f1;
}

.diensten-van-kennislab.grijs {
  padding-bottom: 100px;
}

.h2-wit {
  font-family: 'Open Sans', sans-serif;
}

.div-block-7 {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-7.midden {
  display: block;
}

.columns-2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.h2-groen {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-bottom: 0px solid #000;
  font-family: 'Open Sans', sans-serif;
  color: #00828f;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 50px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.dienst {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 290px;
  height: 300px;
  margin-left: 10px;
  padding: 20px 15px 10px;
  -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;
  border-bottom: 9px solid #00828f;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background-color: #fff;
}

.tekstdienst {
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 15px;
  line-height: 24px;
}

.dienst-01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 290px;
  height: 300px;
  margin-left: 0px;
  padding: 20px 15px 10px;
  -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;
  border-bottom: 9px solid #00828f;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background-color: #fff;
}

.section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px;
  padding-top: 100px;
  -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;
}

._3stappen {
  width: 900px;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-9.quote {
  margin-top: 100px;
}

.h3 {
  margin-top: 0px;
  font-family: 'Open Sans', sans-serif;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  margin-left: 50px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-10.midden {
  margin-right: 50px;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-10.quote {
  width: 90%;
  margin-left: 0px;
  font-family: 'Open Sans', sans-serif;
  font-size: 40px;
  text-align: center;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tekststappen {
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 15px;
  line-height: 24px;
}

.h3-copy {
  margin-top: 0px;
  font-family: 'Open Sans', sans-serif;
}

.quote {
  margin-top: 0px;
  font-family: 'Open Sans', sans-serif;
  font-size: 40px;
  line-height: 55px;
  font-style: italic;
}

.faq {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  margin-bottom: 0px;
  padding-bottom: 100px;
  -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;
  background-image: url('../images/Booster-faq.svg');
  background-position: 100% 100%;
  background-size: 200px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  opacity: 1;
}

.faq-plus {
  width: 100%;
  height: 5px;
  border-radius: 3px;
  background-color: #00828f;
}

.faq-answer-text {
  margin-bottom: 30px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 16px;
}

.link {
  color: #2aa8ff;
  font-weight: 600;
}

.faq-plus-l {
  position: absolute;
  width: 5px;
  height: 100%;
  border-radius: 3px;
  background-color: #00828f;
}

.faq-question {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 22px;
  font-weight: 800;
  cursor: pointer;
}

.faq-plus-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  margin-right: 25px;
  -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;
}

.faq-q-text {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.faq-answer {
  overflow: hidden;
  padding-left: 45px;
  border-bottom: 1px solid #00828f;
}

.faq2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.faq2.visie {
  margin-top: 0px;
}

.faq2._2 {
  margin-top: 0px;
}

.contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  -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: #f1f1f1;
}

.dienst-01-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 290px;
  height: 300px;
  margin-left: 0px;
  padding: 20px 15px 10px;
  -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;
  border-bottom: 9px solid #00828f;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background-color: #fff;
}

.contactform {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 300px;
  margin-top: 20px;
  margin-left: 0px;
  padding: 41px 41px 10px;
  -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;
  border-bottom: 9px solid #00828f;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background-color: #fff;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-12 {
  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: 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;
  border: 0px solid #000;
}

.contacttekst {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}

.contacttekst.form {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.contacttekst.form.informatie {
  margin-right: 15px;
  margin-left: 15px;
}

.text-field {
  width: 25%;
  margin-left: 3px;
  border-style: solid;
  border-width: 0px 0px 1px;
  border-color: #000;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  text-align: left;
}

.select-field {
  width: 25%;
  border-bottom: 1px solid #000;
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}

.text-field-2 {
  width: 25%;
}

.text-field-3 {
  width: 25%;
}

.submit-button {
  margin-top: 10px;
  background-color: #fb6d06;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}

.submit-button:hover {
  background-color: #e66000;
}

.checkbox-field {
  margin-top: 10px;
  font-family: 'Open Sans', sans-serif;
}

.checkbox {
  border: 1px solid #000;
  opacity: 1;
  outline-color: #000;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 1px;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 50px;
  -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: #00828f;
}

.div-block-13 {
  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;
  border-bottom: 1px solid #fff;
}

.div-block-13._2 {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom-width: 0px;
}

.link-block {
  padding: 15px 25px 20px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.link-block:hover {
  color: #abd8dd;
}

.link-block._2 {
  padding-right: 0px;
  padding-left: 0px;
  font-size: 13px;
}

.link-block._3 {
  padding-right: 0px;
}

.link-block._4 {
  padding-left: 3px;
}

.div-block-14 {
  padding: 15px 15px 0px 0px;
}

.text-block-6 {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.link-block-2 {
  text-decoration: none;
}

.text-block-7 {
  font-size: 13px;
}

.text-block-8 {
  opacity: 0.6;
  font-size: 14px;
}

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

.link-block-3 {
  width: 30px;
  height: 30px;
  margin-right: 15px;
  border-radius: 50%;
  background-color: #fff;
}

.link-block-3._2 {
  margin-right: 0px;
  background-image: url('../images/linkedin-KennisLab.svg');
  background-position: 50% 50%;
  background-size: 14px;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.container-3 {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.navbar-no-shadow-container {
  z-index: 5;
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  background-color: transparent;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-right: auto;
  margin-left: auto;
}

.navbar-wrapper {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-menu-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -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;
}

.nav-link {
  margin-right: 5px;
  margin-left: 5px;
  padding: 5px 10px;
  color: #1a1b1f;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  text-decoration: none;
}

.nav-link:hover {
  color: rgba(26, 27, 31, 0.75);
}

.nav-link:focus-visible {
  border-radius: 4px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-link[data-wf-focus-visible] {
  border-radius: 4px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-dropdown {
  margin-right: 5px;
  margin-left: 5px;
}

.nav-dropdown-toggle {
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, 0.75);
}

.nav-dropdown-toggle:focus-visible {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  border-radius: 12px;
  background-color: #fff;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary {
  padding: 12px 25px;
  background-color: #1a1b1f;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button-primary:hover {
  background-color: #32343a;
  color: #fff;
}

.button-primary:active {
  background-color: #43464d;
}

.div-block-19 {
  width: 1100px;
}

.success-message {
  background-color: #00828f;
  color: #fff;
}

.error-message {
  background-color: #d3d3d3;
}

.text-block-10 {
  display: inline-block;
  margin-bottom: 20px;
  padding: 9px 25px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-radius: 9px;
  background-color: #c0e2e5;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
}

.text-block-10.stap {
  margin-bottom: 10px;
  background-color: #00828f;
  color: #fff;
}

.div-block-20 {
  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;
}

.link-2 {
  color: #000;
}

.image-5 {
  width: 230px;
}

.reviews {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  -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: #c0e2e5;
}

.h2-zwart {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-bottom: 0px solid #000;
  font-family: 'Open Sans', sans-serif;
  color: #333;
  text-align: center;
}

.speech-bubble {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  height: 170px;
  margin-right: 24px;
  padding: 30px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 20px 20px 0px 0px;
  background-color: #fff;
}

.triangle {
  position: absolute;
  left: 38px;
  top: auto;
  right: 0%;
  bottom: -9px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  -webkit-transform: skew(-20deg, 0deg) rotate(51deg);
  -ms-transform: skew(-20deg, 0deg) rotate(51deg);
  transform: skew(-20deg, 0deg) rotate(51deg);
}

.name-wrap {
  position: absolute;
  left: 0%;
  top: 194px;
  right: 0%;
  bottom: -65px;
  padding-left: 0px;
}

.review-name {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 700;
}

.quote-wrap {
  position: absolute;
  left: 0%;
  top: -11%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin-right: auto;
  margin-left: 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;
  border-radius: 50%;
  background-color: #f13737;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 26px;
}

.lottie-animation {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 150px;
  margin-right: auto;
  margin-left: auto;
}

.image-6 {
  width: 60px;
}

.paragraph {
  font-family: 'Open Sans', sans-serif;
  color: #000;
  line-height: 27px;
}

.text-span {
  color: #00828f;
}

.links {
  height: 255px;
}

.head-regular {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: -0.31px;
  text-decoration: none;
}

.faq-answer-2 {
  width: 100%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 30px;
  padding-left: 90px;
}

.plus-horiz {
  position: absolute;
  width: 20px;
  height: 5px;
  border-radius: 3px;
  background-color: #00828f;
}

.plus-icon {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  min-height: 40px;
  min-width: 40px;
  margin-top: -5px;
  margin-right: 50px;
  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;
  border-radius: 40px;
  background-color: #fff;
}

.plus-vert {
  position: absolute;
  width: 5px;
  height: 20px;
  border-radius: 3px;
  background-color: #00828f;
}

.faq-ans {
  overflow: hidden;
}

.faq-q {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  cursor: pointer;
}

.accordian-item {
  width: 100%;
  border-top: 1px solid #00828f;
}

.accordian-item:last-child {
  border-bottom: 1px solid #5fd567;
}

.accordian-item.boven {
  border-top-width: 0px;
}

.accordian-item.onder {
  border-bottom: 1px solid #00828f;
}

@media screen and (max-width: 991px) {
  .section {
    background-size: 200px, 300px;
  }

  .heading {
    font-size: 25px;
    line-height: 34px;
  }

  .text-block {
    font-size: 17px;
  }

  .button {
    padding: 10px 25px;
    font-size: 13px;
  }

  .header {
    height: 100%;
    margin-bottom: 40px;
  }

  .container {
    width: 95%;
  }

  .container._900 {
    width: 95%;
  }

  .container.vragen {
    width: 95%;
  }

  .h1 {
    font-size: 35px;
    text-align: center;
  }

  .columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .text-block-4 {
    font-size: 13px;
  }

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

  .usp-1 {
    right: 10%;
    width: 250px;
    height: 70px;
  }

  .usp1-icoon {
    width: 40px;
    height: 40px;
    background-size: 28px;
  }

  .usp-02-icoon {
    width: 40px;
    height: 40px;
    margin-bottom: 0px;
    background-size: 23px 16px;
  }

  .usp-02-icoon.los {
    background-size: 21px;
  }

  .usp-02-icoon.projectmanagment {
    background-size: 15px;
  }

  .usp-02-icoon.platform {
    background-size: 21px;
  }

  .usp2 {
    left: 10%;
    width: 250px;
    height: 70px;
  }

  .menu-item-contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
    -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 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .nav-menu-2 {
    background-color: #fff;
  }

  .h2 {
    font-size: 30px;
  }

  .section2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section2.review {
    margin-top: 0px;
  }

  .div-block-5 {
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-5.review {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .diensten-van-kennislab {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .div-block-7 {
    -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;
  }

  .h2-groen {
    margin-bottom: 20px;
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
  }

  .div-block-8 {
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .dienst {
    width: 100%;
    height: 200px;
    margin-top: 20px;
    margin-left: 0px;
  }

  .dienst-01 {
    width: 100%;
    height: 200px;
  }

  .section-2 {
    margin-bottom: 80px;
    padding-top: 80px;
  }

  ._3stappen {
    width: 95%;
  }

  .faq {
    height: 100%;
    margin-top: 80px;
    padding-bottom: 80px;
  }

  .faq2 {
    margin-top: 20px;
  }

  .contact {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .contactform {
    height: 380px;
  }

  .div-block-12 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
  }

  .contacttekst.form.informatie {
    margin-left: 0px;
  }

  .text-field {
    width: 50%;
  }

  .select-field {
    width: 50%;
  }

  .link-block {
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 10px;
    font-size: 14px;
  }

  .text-block-8 {
    font-size: 12px;
  }

  .image-3 {
    display: block;
    width: 350px;
    margin-right: auto;
    margin-left: auto;
  }

  .column-3 {
    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;
    text-align: center;
  }

  .div-block-16 {
    margin-top: 20px;
  }

  .div-block-17 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -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;
    text-align: center;
  }

  .image-4 {
    width: 300px;
  }

  .text-block-9 {
    font-size: 14px;
  }

  .nav-menu-wrapper {
    background-color: transparent;
  }

  .nav-menu-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -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;
    background-color: #fff;
  }

  .nav-link {
    padding-right: 5px;
    padding-left: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0px;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    background-color: #a6b1bf;
    color: #fff;
  }

  .reviews {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .h2-zwart {
    margin-bottom: 20px;
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  .h1 {
    font-size: 25px;
    line-height: 32px;
  }

  .text-block-2 {
    font-size: 14px;
    line-height: 23px;
  }

  .knop.contrast {
    font-size: 13px;
  }

  .text-block-3 {
    font-size: 13px;
  }

  .usp-02-icoon {
    margin-bottom: 10px;
  }

  .usp-02-icoon.platform {
    background-size: 19px;
  }

  .headerknop {
    font-size: 13px;
  }

  .over-kennislab {
    font-size: 10px;
  }

  .over-kennislab.blauw {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .h2 {
    font-size: 25px;
  }

  .h2.midden {
    text-align: left;
  }

  .section2 {
    padding-top: 50px;
    padding-bottom: 50px;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
  }

  .diensten-van-kennislab {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .h2-groen {
    font-size: 25px;
  }

  .dienst {
    height: 100%;
  }

  .tekstdienst {
    font-size: 14px;
  }

  .dienst-01 {
    height: 100%;
  }

  .div-block-9 {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-9.quote {
    margin-top: 50px;
  }

  .div-block-9.omgedraaid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .div-block-10 {
    width: 100%;
    margin-top: 15px;
    margin-left: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .div-block-11 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 95%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .tekststappen {
    font-size: 14px;
  }

  .quote {
    font-size: 25px;
    line-height: 35px;
  }

  .faq {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
  }

  .faq-answer-text {
    font-size: 14px;
  }

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

  .contactform {
    height: 100%;
  }

  .div-block-12 {
    -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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .text-field {
    width: 100%;
    margin-top: 10px;
    margin-left: 0px;
  }

  .select-field {
    margin-top: 10px;
  }

  .submit-button {
    font-size: 12px;
  }

  .div-block-15 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .link-block-3 {
    margin-right: 0px;
  }

  .bold-text {
    font-size: 15px;
  }

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

  .bold-text-3 {
    font-size: 15px;
  }

  .form-2 {
    text-align: left;
  }

  .navbar-brand {
    padding-left: 0px;
  }

  .nav-menu-3 {
    padding-bottom: 30px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .nav-link {
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown {
    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;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px 0 rgba(0, 0, 0, 0.05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

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

  .h2-zwart {
    font-size: 25px;
  }

  .speech-bubble {
    width: 100%;
  }

  .links {
    margin-top: 19px;
  }

  .head-regular {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.19px;
  }

  .faq-answer-2 {
    padding: 24px;
    border-top: 1px solid #8be98b;
    background-color: #e8fbe8;
  }

  .plus-icon {
    width: 12px;
    height: 40px;
    min-height: 40px;
    min-width: 12px;
    margin-right: 24px;
    border-radius: 0px;
    background-color: transparent;
  }

  .faq-q {
    padding-right: 24px;
    padding-left: 24px;
  }
}

@media screen and (max-width: 479px) {
  .section {
    height: 100vh;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-position: 98% 1%, 100% 100%;
    background-size: 145px, 300px;
  }

  .heading {
    font-size: 24px;
    line-height: 26px;
    font-weight: 700;
  }

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

  .under-construction {
    margin-top: auto;
    margin-bottom: auto;
    padding-right: 10px;
    padding-left: 10px;
  }

  .text-block {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
  }

  .button {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .image {
    width: 70px;
  }

  .body {
    height: auto;
  }

  .header {
    margin-top: 0px;
  }

  .container {
    width: 90%;
  }

  .container._900 {
    width: 90%;
  }

  .h1 {
    font-size: 25px;
    line-height: 29px;
  }

  .text-block-2 {
    width: 95%;
  }

  .knop.contrast {
    margin-top: 11px;
  }

  .usp-1 {
    right: 5%;
  }

  .usp-02-icoon {
    margin-bottom: 10px;
  }

  .usp-02-icoon.los {
    margin-top: 3px;
    margin-bottom: 0px;
  }

  .usp2 {
    left: 4%;
  }

  .over-kennislab {
    font-size: 11px;
  }

  .h2 {
    font-size: 25px;
    line-height: 32px;
  }

  .section2 {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .section2.review {
    padding-top: 40px;
  }

  .div-block-5 {
    margin-top: 20px;
  }

  .diensten-van-kennislab {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .diensten-van-kennislab.grijs {
    padding-bottom: 60px;
  }

  .h2-groen {
    margin-top: 0px;
  }

  .dienst {
    height: 100%;
    padding-top: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .dienst-01 {
    height: 100%;
    padding-top: 60px;
    -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;
  }

  .section-2 {
    margin-bottom: 60px;
    padding-top: 60px;
  }

  .div-block-9.quote {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-9.omgedraaid {
    margin-top: 40px;
  }

  .div-block-9.omgedraaid.mobiel {
    margin-top: 0px;
  }

  .div-block-9.mobiel {
    margin-top: 40px;
  }

  .div-block-10 {
    margin-top: 20px;
  }

  .faq {
    margin-top: 40px;
  }

  .contact {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .contactform {
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-block-12 {
    -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;
  }

  .select-field {
    width: 100%;
  }

  .checkbox {
    outline-color: #000;
    outline-offset: 0px;
    outline-style: none;
    outline-width: 1px;
  }

  .footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .div-block-13 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .link-block {
    padding-top: 15px;
    padding-left: 0px;
  }

  .text-block-6 {
    font-size: 16px;
  }

  .div-block-15 {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .link-block-3 {
    margin-right: 10px;
  }

  .image-3 {
    width: 300px;
  }

  .brand {
    width: 195px;
    padding-left: 20px;
  }

  .div-block-18 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-menu-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .reviews {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .h2-zwart {
    margin-top: 0px;
    text-align: left;
  }

  .speech-bubble {
    height: auto;
    margin-top: 0%;
    margin-bottom: 40%;
    padding-top: 40px;
    padding-right: 20px;
    padding-left: 30px;
  }

  .name-wrap {
    top: 240px;
  }

  .links {
    height: 300px;
    margin-top: 15px;
  }

  .head-regular {
    font-size: 18px;
  }
}

