body {
  font-family: Lato, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 0px;
  font-family: Kreon, sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 80px;
  font-weight: 400;
  text-align: center;
}

h2 {
  margin: 10px 5px 15px 0px;
  font-family: Kreon, sans-serif;
  color: #363636;
  font-size: 34px;
  line-height: 44px;
  font-weight: 300;
  letter-spacing: 0.2px;
}

h3 {
  margin: 0px 5px 10px 0px;
  font-family: Lato, sans-serif;
  color: #1f2532;
  font-size: 20px;
  line-height: 34px;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
}

p {
  margin-bottom: 20px;
  color: #a0a0a0;
  font-size: 16px;
  line-height: 26px;
}

a {
  color: #11b683;
  text-decoration: none;
}

a:hover {
  color: #00d493;
  text-decoration: none;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

strong {
  color: #363636;
  font-weight: 700;
}

blockquote {
  margin-bottom: 10px;
  padding: 10px 20px;
  border-left: 5px solid #e2e2e2;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  margin-top: 5px;
  text-align: center;
}

.home-header {
  position: relative;
  height: 100%;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 0px;
  text-align: center;
}

.logo {
  height: 22px;
  margin: 30px 0px 10px 5px;
}

.logo.bigger {
  height: 50px;
  margin-top: 15px;
}

.logo.fix {
  height: 20px;
  margin-top: 20px;
  margin-bottom: 17px;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  border-bottom: 1px solid #e4e4e4;
  background-color: #fff;
}

.navlink {
  margin-top: 0px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 15px 0px 1px;
  border-style: solid;
  border-width: 0px 0px 2px;
  border-color: transparent;
  -webkit-transition: color 200ms ease, border-color 200ms ease, padding 200ms ease, border 200ms ease;
  transition: color 200ms ease, border-color 200ms ease, padding 200ms ease, border 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #252525;
  font-size: 12px;
  line-height: 30px;
  font-weight: 500;
  text-transform: uppercase;
}

.navlink:hover {
  border-bottom: 2px solid #363636;
  color: #1d1d1d;
  text-decoration: none;
}

.navlink.w--current {
  color: #808286;
}

.navlink.w--current:hover {
  border-bottom-color: transparent;
}

.navlink.important {
  margin: 0px 10px;
  padding-right: 0px;
  padding-bottom: 15px;
  padding-left: 0px;
  border-bottom: 3px solid #fff;
  -webkit-transition: color 200ms ease, border-color 200ms ease, padding 200ms ease, margin 200ms ease;
  transition: color 200ms ease, border-color 200ms ease, padding 200ms ease, margin 200ms ease;
  font-weight: 400;
  text-decoration: none;
}

.navlink.important:hover {
  margin-bottom: 24px;
  padding-bottom: 3px;
  border-bottom-color: #fff;
  color: #fff;
}

.navlink.important.fixnav {
  margin-top: 28px;
  margin-bottom: 15px;
  padding: 2px 14px;
  border: 1px none #7c9eb2;
  border-radius: 6px;
  background-color: #11b683;
  -webkit-transition: color 200ms ease, border-color 200ms ease, background-color 300ms ease;
  transition: color 200ms ease, border-color 200ms ease, background-color 300ms ease;
  color: #fff;
  font-weight: 700;
}

.navlink.important.fixnav:hover {
  border-style: none;
  border-color: #397ea7;
  background-color: #8076f5;
  color: #fff;
}

.navlink.important.fixnav.smaltop {
  margin-top: 12px;
  margin-bottom: 12px;
  padding-right: 14px;
  padding-left: 14px;
  font-weight: 400;
}

.navlink.important.fixnav.smaltop.small {
  padding-top: 3px;
  padding-bottom: 2px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 30px;
  font-weight: 500;
  letter-spacing: 0.2px;
}

.navlink.important.fixnav.smaltop.small:hover {
  background-color: #00d493;
}

.navlink.important.fixnav.smaltop.small.light {
  margin-right: 0px;
  margin-left: 0px;
  background-color: hsla(0, 0%, 88%, .46);
  color: #1f2532;
  cursor: pointer;
}

.navlink.important.fixnav.nope {
  display: none;
}

.navlink.fixnav {
  padding-top: 30px;
  padding-bottom: 3px;
  border-width: 0px 0px 2px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.navlink.fixnav:hover {
  border-bottom-width: 2px;
  border-bottom-color: #dfdfdf;
}

.navlink.fixnav.w--current {
  border-bottom-width: 2px;
  border-bottom-color: #11b683;
}

.navlink.landing-link {
  margin-top: 17px;
}

.header-intro-text {
  display: block;
  margin: 0px 5px 20px 0px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 17px;
  line-height: 30px;
  font-weight: 400;
  text-align: left;
}

.header-intro-text.dark-text {
  display: block;
  max-width: 920px;
  margin-right: auto;
  margin-left: auto;
  font-family: Lato, sans-serif;
  color: #1f2532;
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  text-align: center;
}

.header-intro-text.dark-text.left-align {
  text-align: left;
}

.header-intro-text.dark-text.left-align.bloghead {
  margin-bottom: 30px;
  color: #1f2532;
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
}

.header-intro-text.centerintro {
  display: block;
  max-width: 800px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  text-align: center;
}

.header-intro-text.centerintro.smallhead {
  max-width: 660px;
  font-size: 18px;
  line-height: 28px;
}

.header-intro-text.centerintro.quote {
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 26px;
  line-height: 38px;
  font-style: italic;
  font-weight: 300;
}

.button {
  margin-right: 0px;
  margin-left: 0px;
  padding: 20px 40px;
  border-radius: 3px;
  background-color: #83c85d;
  -webkit-transition: background-color 200ms ease, box-shadow 300ms ease;
  transition: background-color 200ms ease, box-shadow 300ms ease;
  font-family: Lato, sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: none;
}

.button:hover {
  background-color: #63a73e;
  box-shadow: 0 0 10px 0 rgba(48, 58, 70, .26);
}

.button.bluebutton {
  margin-right: 15px;
  padding: 16px 25px;
  border: 2px none #fff;
  border-radius: 4px;
  background-color: #3eaaf3;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: none;
}

.button.bluebutton:hover {
  background-color: #46b4ff;
  color: #fff;
}

.button.bluebutton.toppadding {
  margin-top: 20px;
  background-color: #11b683;
}

.button.bluebutton.toppadding:hover {
  background-color: #8076f5;
  box-shadow: none;
}

.button.ruimtebovenbutton {
  margin: 5px 5px 5px 0px;
  padding: 10px 0px 12px;
  border-style: none none solid;
  border-width: 0px 0px 2px;
  border-color: hsla(0, 0%, 100%, .27);
  border-radius: 0px;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Lato, sans-serif;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0px;
}

.button.ruimtebovenbutton:hover {
  border-color: #0080f5 #0080f5 #f5f5f5;
  background-color: transparent;
  box-shadow: none;
}

.button.ruimtebovenbutton.dark {
  padding-right: 15px;
  padding-bottom: 12px;
  padding-left: 15px;
  border-style: none;
  border-width: 0px;
  border-color: rgba(54, 54, 54, .27);
  border-radius: 3px;
  background-color: #1f2532;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Lato, sans-serif;
  color: #fff;
}

.button.ruimtebovenbutton.dark:hover {
  border-color: #0080f5 #0080f5 #363636;
  background-color: #00d493;
  box-shadow: none;
}

.button.ruimtebovenbutton.big-button {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: 17px 18px 18px;
  padding: 16px 30px;
  border: 0px solid #2793f5;
  border-radius: 6px;
  background-color: #11b683;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: background-color 200ms ease, box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: background-color 200ms ease, box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: background-color 200ms ease, transform 200ms ease, box-shadow 200ms ease;
  transition: background-color 200ms ease, transform 200ms ease, box-shadow 200ms ease, -webkit-transform 200ms ease;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}

.button.ruimtebovenbutton.big-button:hover {
  border-color: #397ea7;
  background-color: #00d493;
  box-shadow: 0 9px 23px 0 rgba(0, 0, 0, .31);
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.button.ruimtebovenbutton.big-button:active {
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .31);
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.button.ruimtebovenbutton.big-button.nope {
  display: none;
}

.button.ruimtebovenbutton.big-button.cta {
  position: relative;
  margin-left: 17px;
  padding-bottom: 18px;
  border-width: 0px;
  border-color: #11b683;
  font-family: Lato, sans-serif;
  font-size: 15px;
  letter-spacing: 0px;
  text-transform: none;
}

.button.ruimtebovenbutton.big-button.cta:hover {
  border-color: #8076f5;
  background-color: #00d493;
}

.button.ruimtebovenbutton.big-button.cta.invert {
  border: 0px none #fff;
  background-color: hsla(0, 0%, 100%, .11);
  -webkit-transition: background-color 200ms ease, box-shadow 200ms ease, color 200ms ease, -webkit-transform 200ms ease;
  transition: background-color 200ms ease, box-shadow 200ms ease, color 200ms ease, -webkit-transform 200ms ease;
  transition: background-color 200ms ease, transform 200ms ease, box-shadow 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, transform 200ms ease, box-shadow 200ms ease, color 200ms ease, -webkit-transform 200ms ease;
}

.button.ruimtebovenbutton.big-button.cta.invert:hover {
  background-color: #fff;
  color: #1f2532;
}

.button.ruimtebovenbutton.big-button.cta.invert.darktext {
  background-color: hsla(0, 0%, 88%, .46);
  color: #1f2532;
}

.button.ruimtebovenbutton.big-button.cta.leftbutton {
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.button.ruimtebovenbutton.big-button.cta.blogbutton {
  border-width: 1px;
  border-color: #627583;
  background-color: transparent;
  color: #627583;
}

.button.ruimtebovenbutton.big-button.cta.blogbutton:hover {
  background-color: #1f2532;
  box-shadow: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  color: #fff;
}

.button.ruimtebovenbutton.green {
  padding-right: 15px;
  padding-left: 15px;
  border-style: none;
  border-width: 0px;
  border-color: rgba(54, 54, 54, .27);
  border-radius: 3px;
  background-color: #11b683;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
}

.button.ruimtebovenbutton.green:hover {
  border-color: #0080f5 #0080f5 #363636;
  background-color: #00d493;
  box-shadow: none;
}

.text-vert-center {
  position: absolute;
  top: 50%;
  z-index: 8;
  width: 100%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.simpel-section {
  overflow: hidden;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  background-color: #f7f7f7;
}

.simpel-section.middle {
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.simpel-section.middle.greyish {
  border-top-width: 0px;
  border-bottom-width: 0px;
  background-color: transparent;
}

.simpel-section.middle.greyish.account {
  border-top-width: 1px;
}

.simpel-section.whiteback {
  border-top-width: 0px;
  border-top-color: #f5f5f5;
  border-bottom-width: 0px;
  border-bottom-color: #f5f5f5;
  background-color: #fff;
}

.simpel-section.whiteback.quoteboxsection {
  padding-top: 10px;
  padding-bottom: 30px;
  border-bottom-width: 1px;
  border-bottom-color: #dfdfdf;
  background-color: #fff;
}

.simpel-section.imagebackground {
  padding-top: 0px;
  padding-bottom: 0px;
  border-top-style: none;
  background-color: #1f2532;
}

.simpel-section.imagebackground.analyse {
  border-bottom-style: none;
  background-image: -webkit-linear-gradient(0deg, #1f2532 1%, rgba(31, 37, 50, 0)), -webkit-linear-gradient(270deg, rgba(31, 37, 50, .43), rgba(31, 37, 50, .43)), url('../images/simpel_laptop.jpg');
  background-image: linear-gradient(90deg, #1f2532 1%, rgba(31, 37, 50, 0)), linear-gradient(180deg, rgba(31, 37, 50, .43), rgba(31, 37, 50, .43)), url('../images/simpel_laptop.jpg');
  background-position: 0px 0px, 0px 0px, 50% 100%;
  background-size: auto, auto, cover;
}

.simpel-section.startsection {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 500px;
  padding-top: 160px;
  padding-bottom: 100px;
  border-top-style: none;
  border-top-width: 0px;
  border-bottom-width: 0px;
  background-color: #272727;
  background-image: -webkit-linear-gradient(352deg, rgba(23, 32, 41, .94), rgba(48, 59, 70, .1));
  background-image: linear-gradient(98deg, rgba(23, 32, 41, .94), rgba(48, 59, 70, .1));
}

.simpel-section.startsection.tarieven {
  min-height: 350px;
  padding-top: 130px;
  padding-bottom: 70px;
  background-image: -webkit-linear-gradient(316deg, rgba(23, 32, 41, .73) 26%, rgba(23, 32, 41, 0)), -webkit-linear-gradient(270deg, rgba(31, 37, 50, .55), rgba(31, 37, 50, .55)), url('../images/verkiezingsacademie.jpg');
  background-image: linear-gradient(134deg, rgba(23, 32, 41, .73) 26%, rgba(23, 32, 41, 0)), linear-gradient(180deg, rgba(31, 37, 50, .55), rgba(31, 37, 50, .55)), url('../images/verkiezingsacademie.jpg');
  background-position: 0px 0px, 0px 0px, 50% 0px;
  background-size: auto, auto, cover;
}

.simpel-section.startsection.tarieven.blog {
  padding-top: 180px;
  padding-bottom: 120px;
  background-image: url('../images/verkiezingsacademie.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.simpel-section.startsection.tarieven.blog.smaller {
  padding-top: 150px;
  padding-bottom: 80px;
}

.simpel-section.startsection.tarieven.bloghead {
  height: 300px;
  min-height: 300px;
  padding-top: 130px;
  padding-bottom: 70px;
  background-image: -webkit-linear-gradient(270deg, rgba(23, 32, 41, .7), rgba(23, 32, 41, .7)), url('../images/5ac634a7fe0c386708b23168_motivation.jpg');
  background-image: linear-gradient(180deg, rgba(23, 32, 41, .7), rgba(23, 32, 41, .7)), url('../images/5ac634a7fe0c386708b23168_motivation.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.simpel-section.startsection.tarieven.quotehead {
  min-height: 250px;
  background-image: -webkit-linear-gradient(270deg, rgba(31, 37, 50, .82), rgba(31, 37, 50, .82)), url('../images/small-testimonials.jpg');
  background-image: linear-gradient(180deg, rgba(31, 37, 50, .82), rgba(31, 37, 50, .82)), url('../images/small-testimonials.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.simpel-section.startsection._3 {
  position: relative;
  padding-bottom: 120px;
  border-bottom-width: 0px;
  background-image: url('../images/resultaten-klein.jpg');
  background-position: 100% 0px;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.simpel-section.startsection._2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom-width: 0px;
  background-image: url('../images/overview-klein.jpg');
  background-position: 100% 0px;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.simpel-section.startsection._4 {
  position: relative;
  border-bottom-width: 0px;
  background-image: -webkit-linear-gradient(270deg, rgba(31, 37, 50, .09), rgba(31, 37, 50, .09)), url('../images/training-klein.jpg');
  background-image: linear-gradient(180deg, rgba(31, 37, 50, .09), rgba(31, 37, 50, .09)), url('../images/training-klein.jpg');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, auto 100%;
  background-repeat: repeat, no-repeat;
}

.simpel-section.startsection.feature {
  height: 450px;
  min-height: 450px;
  padding-top: 160px;
  padding-bottom: 70px;
  border-bottom-width: 0px;
  border-bottom-color: transparent;
  background-image: -webkit-linear-gradient(0deg, rgba(23, 32, 41, .73) 30%, rgba(23, 32, 41, 0)), -webkit-linear-gradient(270deg, rgba(31, 37, 50, .32), rgba(31, 37, 50, .32)), url('../images/simpel_laptop.jpg');
  background-image: linear-gradient(90deg, rgba(23, 32, 41, .73) 30%, rgba(23, 32, 41, 0)), linear-gradient(180deg, rgba(31, 37, 50, .32), rgba(31, 37, 50, .32)), url('../images/simpel_laptop.jpg');
  background-position: 0px 0px, 0px 0px, 50% 74%;
  background-size: auto, auto, cover;
}

.simpel-section.startsection.privacy {
  min-height: 100px;
  padding-top: 100px;
  padding-bottom: 40px;
  background-image: -webkit-linear-gradient(352deg, rgba(23, 32, 41, .94), rgba(48, 59, 70, .1)), url('../images/home.jpg');
  background-image: linear-gradient(98deg, rgba(23, 32, 41, .94), rgba(48, 59, 70, .1)), url('../images/home.jpg');
  background-position: 0px 0px, 50% 100%;
}

.simpel-section.startsection.inzicht {
  background-image: -webkit-linear-gradient(270deg, rgba(31, 37, 50, .09), rgba(31, 37, 50, .09)), url('../images/inzicht-klein.jpg');
  background-image: linear-gradient(180deg, rgba(31, 37, 50, .09), rgba(31, 37, 50, .09)), url('../images/inzicht-klein.jpg');
  background-position: 0px 0px, 100% 0px;
  background-size: auto, auto 100%;
  background-repeat: repeat, no-repeat;
}

.simpel-section.startsection.overons {
  background-image: -webkit-linear-gradient(352deg, rgba(23, 32, 41, .94), rgba(48, 59, 70, .1)), -webkit-linear-gradient(270deg, rgba(31, 37, 50, .32), rgba(31, 37, 50, .32)), url('../images/wend-klein.jpg');
  background-image: linear-gradient(98deg, rgba(23, 32, 41, .94), rgba(48, 59, 70, .1)), linear-gradient(180deg, rgba(31, 37, 50, .32), rgba(31, 37, 50, .32)), url('../images/wend-klein.jpg');
  background-position: 0px 0px, 0px 0px, 0px 0px;
  background-size: auto, auto, cover;
}

.simpel-section.startsection.landingpage {
  padding-top: 140px;
  padding-bottom: 80px;
  background-color: #1f2532;
  background-image: url('../images/example-bg.png');
  background-position: 100% 0px;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.simpel-section.startsection.quote {
  min-height: 300px;
  padding-top: 120px;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
}

.simpel-section.intro-image {
  overflow: visible;
  padding-top: 40px;
  padding-bottom: 60px;
  border-top-width: 0px;
  border-bottom-style: none;
  background-color: #f5f5f5;
  font-family: 'Open Sans', sans-serif;
}

.simpel-section.intro-image.no-bottom-padding {
  padding-bottom: 0px;
}

.simpel-section.intro-image.no-bottom-padding.no-lines {
  padding-top: 40px;
  padding-bottom: 70px;
  border-bottom-style: none;
  background-color: #f5f5f5;
}

.simpel-section.intro-image.no-bottom-padding.no-lines.nopadtop {
  padding-top: 40px;
}

.simpel-section.intro-image.no-bottom-padding.no-lines.nopadtop.white {
  background-color: #fff;
  text-align: center;
}

.simpel-section.explain-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.simpel-section.explain-section.background-light {
  background-color: #fff;
}

.simpel-section.explain-section.background-light.no-lines {
  border-top-style: none;
  border-bottom-style: none;
}

.simpel-section.explain-section.background-light.nobottomborder {
  border-bottom-width: 0px;
}

.simpel-section.explain-section.blogmob {
  padding-top: 30px;
  padding-bottom: 70px;
  border-bottom-style: none;
}

.simpel-section.explain-section.blogmob.white {
  background-color: #fff;
}

.simpel-section.explain-section.notoppad {
  padding-top: 40px;
}

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

.intro-featurtext {
  margin-right: 5px;
  margin-bottom: 20px;
  margin-left: 0px;
  font-family: Lato, sans-serif;
  color: rgba(54, 54, 54, .75);
  font-size: 15px;
  line-height: 27px;
  font-weight: 400;
  text-align: left;
}

.intro-featurtext.bigger {
  color: #47525d;
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
}

.intro-featurtext.lighters {
  margin-bottom: 20px;
  color: #dbdbdb;
  font-size: 15px;
  font-weight: 400;
}

.intro-featurtext.aligncenter {
  text-align: center;
}

.intro-featurtext.aligncenter.nietbreed {
  display: block;
  max-width: 620px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
}

.intro-featurtext.aligncenter.nietbreed.lightintro {
  color: hsla(0, 0%, 100%, .75);
  font-size: 15px;
  line-height: 20px;
}

.intro-featurtext.aligncenter.nietbreed.lightintro.left {
  margin-left: 0px;
  text-align: left;
}

.intro-featurtext.aligncenter.nietbreed.lightintro.darken {
  color: hsla(0, 0%, 46%, .75);
}

.intro-featurtext.aligncenter.nietbreed.paddingtop {
  margin-top: 0px;
  color: rgba(54, 54, 54, .41);
}

.intro-featurtext.lefttext.nomobile.italic {
  margin-bottom: 20px;
  color: rgba(3, 3, 3, .75);
  font-size: 18px;
  font-style: italic;
}

.intro-featurtext.insert {
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-style: normal;
  font-weight: 400;
}

.intro-featurtext.insert.rightside {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.smallpaddingsection {
  padding-top: 50px;
  padding-bottom: 30px;
}

.smallpaddingsection.darker {
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #3eaaf3;
  background-image: -webkit-linear-gradient(270deg, rgba(23, 32, 41, .73), rgba(23, 32, 41, .73)), url('../images/small-testimonials.jpg');
  background-image: linear-gradient(180deg, rgba(23, 32, 41, .73), rgba(23, 32, 41, .73)), url('../images/small-testimonials.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  color: #313131;
}

.footersection {
  overflow: hidden;
  padding-bottom: 120px;
  border-top: 1px none #434d58;
  background-color: #1f2532;
}

.footerlink {
  display: block;
  margin-right: 7px;
  margin-left: 2px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #7c89a7;
  font-size: 15px;
  line-height: 30px;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
}

.footerlink:hover {
  color: #fff;
}

.footerlink.nolink {
  display: none;
}

.footerlink.inline {
  display: inline-block;
  color: #7c89a7;
}

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

.footer-text {
  display: block;
  padding-top: 26px;
  color: #11b683;
  font-size: 15px;
  line-height: 34px;
  font-weight: 400;
  text-align: left;
}

.footer-text.white {
  color: #fff;
  font-weight: 700;
}

.video {
  height: 100%;
  background-image: none;
}

.hamburger.fixhamb.fixie {
  display: none;
}

.hamburger.fixehamburger {
  display: none;
}

.text-center {
  margin-top: 32px;
  text-align: center;
}

.h1 {
  display: block;
  max-width: 100%;
  margin-right: 5px;
  margin-bottom: 20px;
  margin-left: 0px;
  font-family: Kreon, sans-serif;
  font-size: 48px;
  line-height: 54px;
  font-weight: 300;
  text-align: left;
}

.h1.centerh1 {
  display: block;
  max-width: 700px;
  min-width: 700px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  font-size: 48px;
  line-height: 52px;
  text-align: center;
}

.h1.centerh1.longtilel {
  margin-top: 0px;
  font-size: 48px;
  line-height: 56px;
}

.h1.centerh1.longtilel.nomobile.dark {
  max-width: 600px;
  min-width: auto;
  color: #1f2532;
}

.h1.centerh1.longtilel.nomobile.smallhead {
  max-width: 660px;
  min-width: auto;
  font-size: 42px;
  line-height: 52px;
}

.h1.centerh1.leftfloat {
  min-width: auto;
  margin-left: 0px;
  text-align: left;
}

.h1.centerh1.nopadding {
  margin-bottom: 0px;
}

.h1.klein {
  display: block;
  margin-right: auto;
  margin-left: auto;
  font-size: 34px;
  text-align: center;
}

.h1.landing {
  margin-bottom: 0px;
}

.pricebox {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.pricebox.pad-top {
  margin-top: 15px;
}

.pricebox.horizontalbox {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.prcielist {
  position: relative;
  display: block;
  overflow: hidden;
  width: 20%;
  min-height: 351px;
  margin-top: 20px;
  margin-right: 0px;
  margin-left: 0px;
  padding-bottom: 157px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 0px;
  border-color: hsla(0, 0%, 100%, .57);
  border-radius: 0px;
  background-color: #fff;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, .3);
}

.prcielist.first {
  margin-left: 0%;
}

.prcielist.first.topsegment {
  z-index: 3;
  border-width: 2px;
  box-shadow: 0 12px 29px 4px rgba(47, 180, 132, .2);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.prcielist.lightblue {
  margin-left: 2%;
}

.prcielist.lightblue.firstlabel {
  margin-left: 0%;
}

.prcielist.nogniet {
  display: none;
}

.prcielist.topsegment {
  border-width: 3px;
  border-color: #11b683;
}

.prcielist.horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 831px;
  min-height: auto;
  margin-top: 5px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, box-shadow 200ms ease;
  transition: transform 200ms ease, box-shadow 200ms ease, -webkit-transform 200ms ease;
}

.prcielist.horizontal:hover {
  background-color: #fff;
  box-shadow: 0 3px 13px 0 rgba(0, 0, 0, .3);
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.prcielist.horizontal.important {
  border-width: 3px;
  border-color: #11b683;
}

.prcielist.horizontal.kophead {
  background-color: transparent;
  box-shadow: none;
}

.h2-price {
  position: relative;
  margin-top: 0px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  font-size: 20px;
  font-weight: 300;
}

.header {
  position: relative;
  padding-top: 30px;
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
}

.section-price {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 10px 5px;
  background-color: rgba(118, 245, 159, .11);
  text-align: center;
}

.section-price.horizontalprice {
  position: static;
}

.price-number {
  padding-top: 15px;
  padding-bottom: 40px;
  font-family: Lato, sans-serif;
  font-size: 25px;
  line-height: 20px;
  font-weight: 700;
}

.price-maand {
  margin-bottom: 30px;
  font-family: 'Open Sans', sans-serif;
  color: rgba(54, 54, 54, .75);
  font-weight: 400;
}

.price-deelnemers {
  position: relative;
  z-index: 5;
  margin-bottom: 0px;
  padding-top: 5px;
  padding-bottom: 0px;
  font-family: Lato, sans-serif;
  color: rgba(51, 51, 51, .75);
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}

.menu {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: none;
}

.price-h3 {
  position: relative;
  margin-top: 0px;
  margin-bottom: 6px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

.price-h3.lightkop {
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-right: 8px;
  padding-left: 0px;
  color: #1f2532;
  font-size: 17px;
  line-height: 24px;
  font-weight: 700;
  text-align: left;
}

.faq {
  margin-bottom: 50px;
  padding-right: 10px;
  padding-left: 10px;
}

.h4-header {
  display: block;
  margin-top: 10px;
  margin-bottom: 15px;
  margin-left: 0px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  text-align: left;
  text-transform: none;
}

.h4-header.smallest {
  display: block;
  margin-bottom: 10px;
  padding-bottom: 0px;
  border-bottom-style: none;
  border-bottom-width: 0px;
  font-family: Lato, sans-serif;
  color: #1f2532;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  text-align: left;
}

.h4-header.topbox {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 18px;
  line-height: 20px;
}

.introheader {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #7c7c7c;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  text-align: left;
}

.introheader.text-center {
  margin-left: 0px;
  font-family: Lato, sans-serif;
  color: rgba(54, 54, 54, .75);
  font-size: 15px;
  line-height: 27px;
  text-align: left;
}

.introheader.center-footer-text {
  font-family: Lato, sans-serif;
  color: hsla(0, 0%, 100%, .91);
  font-size: 15px;
  line-height: 27px;
  text-align: left;
}

._4-items {
  margin-top: 0px;
  padding-top: 30px;
  padding-bottom: 40px;
  border-top: 0px none #dfdfdf;
  border-bottom: 1px solid #2f394e;
  background-color: #1f2532;
}

._4-items.nomob {
  padding-top: 50px;
  padding-bottom: 90px;
  border-bottom: 1px solid #dfdfdf;
}

._4-items.nomob.dark {
  padding-top: 80px;
  padding-bottom: 80px;
  border-style: none;
  background-color: #1f2532;
}

.boxone-text {
  width: 40%;
  max-width: 500px;
  min-height: 450px;
  padding-top: 100px;
  padding-bottom: 100px;
  float: left;
}

.boxone-text.rightfloat {
  min-height: 450px;
  float: right;
}

.boxone-text.headerbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  max-width: 50%;
  padding-top: 0px;
  padding-bottom: 0px;
  -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;
  text-align: left;
}

.boxone-text.headerbox.landing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 420px;
  -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;
}

.boxone-image {
  position: absolute;
  left: 58%;
  width: 853px;
  height: 100%;
  min-height: 630px;
  float: left;
}

.boxone-image.leftfloat {
  left: auto;
  right: 57%;
}

.boxone-image.leftfloat.resultaten {
  bottom: 0px;
  background-image: url('../images/deelnemer-kl.jpg');
  background-position: 100% 100%;
  background-size: 90%;
  background-repeat: no-repeat;
}

.boxone-image.leftfloat.workflow {
  height: 100%;
  min-height: 500px;
  background-image: url('../images/programmaitems-klein.jpg');
  background-position: 100% 50%;
  background-size: auto 95%;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.boxone-image.leftfloat.featureleft {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 450px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.boxone-image.e-learning {
  top: 0px;
  bottom: 0px;
  overflow: hidden;
  height: auto;
  min-height: 630px;
  background-image: url('../images/verkiezingsacademie-kl.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.boxone-image.featureright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.centerbox {
  position: relative;
  display: block;
  overflow: visible;
  width: 90%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

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

.centerbox.hoog {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: center;
}

.centerbox.hoog.midde {
  text-align: center;
}

.centerbox._4itemsrow {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.headcaption {
  margin-right: 5px;
  margin-left: 0px;
  color: #b6b6b6;
  font-size: 18px;
  font-weight: 700;
  text-transform: none;
}

.headcaption.lead {
  padding-top: 5px;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
  color: #1f2532;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  text-transform: none;
}

.headcaption.smallish {
  padding-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #b6b6b6;
  font-size: 12px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

.headcaption.analyse {
  color: #11b683;
}

.headcaption.blended {
  color: #11b683;
}

.headcaption.deelnemers {
  color: #11b683;
}

.headcaption.train {
  font-family: Lato, sans-serif;
  color: #11b683;
  font-weight: 700;
}

.qoute {
  display: block;
  max-width: 700px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 36px;
  padding-left: 36px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 32px;
  font-style: italic;
  font-weight: 400;
  text-align: center;
}

.qoute.homebox {
  color: #1f2532;
  font-size: 17px;
  line-height: 29px;
  font-weight: 400;
}

.quote-user {
  padding-top: 0px;
  padding-bottom: 30px;
  padding-left: 0px;
  float: none;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: none;
}

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

.footer-center.lastfooter {
  background-color: transparent;
  background-image: none;
}

.menu-top {
  position: absolute;
  left: 0px;
  top: 60px;
  right: 0px;
  z-index: 600;
  display: block;
}

.smallicon {
  display: block;
  max-height: 75px;
  max-width: 70px;
  min-height: 55px;
  min-width: 55px;
  margin: 0px;
  padding-top: 0px;
  float: none;
}

.smallicon.big-icon-image {
  display: block;
  max-height: 100%;
  max-width: 100%;
  min-height: auto;
  min-width: auto;
  margin: auto;
}

.listblock {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  text-align: center;
}

.list-icon {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 120px;
  max-width: 100px;
  padding: 5px;
  float: none;
  -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;
}

.listtext {
  width: 100%;
  float: left;
  text-align: center;
}

.overflowie {
  position: static;
  padding-top: 40px;
  padding-bottom: 5px;
}

.kinklink {
  width: 23%;
  margin-right: 1%;
  margin-left: 1%;
  padding: 20px 25px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  border-radius: 0px;
  background-color: rgba(47, 56, 75, .48);
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease, -webkit-transform 200ms ease;
  text-align: center;
  text-decoration: none;
}

.kinklink:hover {
  background-color: #2f384b;
}

.kinklink.w--current {
  display: block;
  text-align: left;
}

.kinklink.lastkinklink {
  background-color: #11b683;
}

.kinklink.lilablock {
  background-color: #11b683;
}

.kinklink.grey-blue {
  background-color: #11b683;
}

.kinklink.grey-blue.w--current {
  background-color: #40749b;
}

.fullscreen {
  position: relative;
  height: 80%;
  min-height: 500px;
}

.highbody {
  height: 100%;
}

.whitetext {
  background-color: transparent;
  color: #fff;
  font-weight: 300;
}

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

.h-center.kleiner {
  margin-bottom: 0px;
}

.background-light {
  background-color: #fff;
}

.topbar {
  background-color: transparent;
}

.topbar.feauture {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 8000;
  display: block;
  padding-bottom: 14px;
}

.beter-link {
  width: 50%;
  padding: 30px 20px 50px;
  border-style: solid;
  border-width: 1px;
  border-color: transparent #dfdfdf #dfdfdf transparent;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
}

.beter-link.rightno {
  border-right-color: transparent;
}

.beter-link.rightno.bottomno:hover {
  box-shadow: none;
}

.beter-link.bottomno {
  border-bottom-color: transparent;
}

.line {
  display: block;
  width: 80px;
  height: 2px;
  margin: 10px auto;
  background-color: #2793f5;
  text-align: left;
}

.line.longer {
  display: block;
  width: 70px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: rgba(23, 32, 41, .73);
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.line.longer.padding-bottom {
  margin-bottom: 50px;
}

.line.longer.moremargin {
  height: 4px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.line.longer.moremargin.lila {
  width: 40px;
  height: 2px;
  background-color: #dfdfdf;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.line.longer.moremargin.lila.quote {
  margin-bottom: 10px;
}

.line.longer.leftline {
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 0px;
  background-color: #a0a0a0;
}

.line.longer.leftline.blended {
  background-color: #11b683;
}

.line.longer.leftline.insight {
  background-color: #11b683;
}

.line.longer.leftline.training {
  background-color: #11b683;
}

.line.longer.leftline.bluel {
  background-color: #11b683;
}

.line.longer.light {
  background-color: #11b683;
}

.line.longer.green {
  background-color: #11b683;
}

.line.centerlijn {
  position: relative;
  z-index: 3;
  display: block;
  margin-right: auto;
  margin-left: auto;
  background-color: #00d493;
}

.line.whiteline {
  width: 40px;
  margin-top: 12px;
  margin-left: 0px;
  background-color: hsla(0, 0%, 100%, .56);
}

.opsomming {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -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-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.formwrap {
  width: 320px;
  float: left;
}

.formwrap.navmenublock {
  display: block;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  float: none;
  border-top: 1px solid #e0e0e0;
}

.iconholder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin: 5px 5px 30px 0px;
  padding: 14px;
  -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: 10px;
  background-color: #dabd3e;
  background-image: none;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .31);
}

.iconholder.alignmidle {
  display: block;
  width: 80px;
  height: 80px;
  margin-right: auto;
  margin-left: auto;
  padding: 18px;
  background-color: #0a62a5;
  background-image: none;
}

.iconholder.alignmidle.color1 {
  background-image: -webkit-linear-gradient(270deg, #7733ac, #7733ac);
  background-image: linear-gradient(180deg, #7733ac, #7733ac);
}

.iconholder.alignmidle.color2 {
  background-image: -webkit-linear-gradient(270deg, #11b683, #11b683);
  background-image: linear-gradient(180deg, #11b683, #11b683);
}

.iconholder.alignmidle.color3 {
  background-image: -webkit-linear-gradient(270deg, #35b7c9, #35b7c9);
  background-image: linear-gradient(180deg, #35b7c9, #35b7c9);
}

.iconholder.color1 {
  background-image: -webkit-linear-gradient(270deg, #9230de, #9230de);
  background-image: linear-gradient(180deg, #9230de, #9230de);
}

.iconholder.color1.nobotpad {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.iconholder.color2 {
  background-image: -webkit-linear-gradient(270deg, #4a51ff, #4a51ff);
  background-image: linear-gradient(180deg, #4a51ff, #4a51ff);
}

.iconholder.color3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: -webkit-linear-gradient(270deg, #35b7c9, #35b7c9);
  background-image: linear-gradient(180deg, #35b7c9, #35b7c9);
}

.iconholder.nobotpad {
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.moretoppadding {
  padding-top: 20px;
  font-family: Lato, sans-serif;
}

.moretoppadding.textcenter {
  padding-top: 10px;
  padding-bottom: 30px;
  font-family: Kreon, sans-serif;
  font-size: 38px;
  font-weight: 300;
  text-align: center;
}

.lespadding {
  margin-bottom: 15px;
  font-size: 34px;
  line-height: 40px;
}

.simpel-link {
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  padding-top: 5px;
  padding-bottom: 7px;
  border-bottom: 3px solid rgba(0, 0, 0, .23);
  font-family: Lato, sans-serif;
  color: #1f2532;
  font-size: 15px;
  font-weight: 400;
}

.simpel-link:hover {
  border-bottom-width: 3px;
  border-bottom-color: #11b683;
}

.makenow {
  margin-top: 30px;
  text-align: center;
}

.explainflow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.explainflow-item {
  width: 50%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.explainflow-item.padding-right {
  padding: 80px 100px 80px 50px;
}

.explainflow-item.centerflow {
  overflow: hidden;
  padding-bottom: 30px;
  text-align: center;
}

.explainflow-item.image {
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
}

.explainflow-item.image-center {
  text-align: center;
}

.demo-popup {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 3000;
  display: none;
  overflow: auto;
  background-color: rgba(23, 32, 41, .73);
}

.demo-block {
  position: relative;
  display: block;
  max-width: 800px;
  margin: 40px auto;
  padding: 46px 46px 85px;
  border-radius: 8px;
  background-color: #fff;
}

.demo-block.navmenu-block {
  display: block;
  max-width: 100%;
  min-height: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  border-radius: 0px;
}

.formwidth.nav-form {
  text-align: center;
}

.whyblock {
  max-width: 320px;
  float: right;
}

.sluitvenster {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 50px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  background-color: #dfdfdf;
}

.sluitpopup {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  color: #888;
  font-size: 16px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}

.sluitpopup:hover {
  color: #11b683;
}

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

.head-h2 {
  width: 100%;
  font-size: 32px;
  text-align: center;
}

.head-h2.whiteline {
  margin-bottom: 50px;
  color: #fff;
}

.head-h2.whiteline.home {
  margin: 10px auto;
  font-family: Lato, sans-serif;
  font-size: 22px;
}

.scroller {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  height: 120px;
  padding-top: 50px;
  text-align: center;
}

.scrollmouse {
  width: 24px;
  height: 40px;
  border: 2px solid #fff;
  border-radius: 20px;
}

.stip {
  display: block;
  width: 6px;
  height: 10px;
  margin-top: 4px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 10px;
  background-color: #fff;
}

.hoehoog {
  height: 100%;
}

.menu-mobiel {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9000;
  display: none;
}

.mobile-menu-link {
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 20px;
  background-color: #f8f8f8;
  font-family: 'Open Sans', sans-serif;
  color: #11b683;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

.mobile-menu-link:hover {
  color: #8076f5;
}

.mobile-menu-link:active {
  background-color: #8076f5;
  color: #fff;
}

.mobile-menu-link.w--current {
  display: block;
  padding: 19px;
  font-family: 'Open Sans', sans-serif;
  color: #363636;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

.menublok {
  text-align: center;
}

.navcheck {
  text-align: left;
}

.demonav {
  text-align: center;
}

.contactbox {
  margin-top: 12px;
  padding: 22px 22px 12px;
  background-color: #f5f5f5;
  text-align: center;
}

.purlelink {
  color: #11b683;
}

.purlelink:hover {
  color: #8076f5;
}

.heading {
  font-family: Lato, sans-serif;
}

.heading-2 {
  font-family: Lato, sans-serif;
}

.heading-3 {
  font-family: Lato, sans-serif;
}

.heading-4 {
  font-family: Lato, sans-serif;
}

.heading-5 {
  font-family: Lato, sans-serif;
}

.heading-6 {
  font-family: Lato, sans-serif;
}

.small-cta {
  padding-top: 0px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(208, 212, 217, .57);
  background-color: #2c374f;
  text-align: center;
}

.toppadding {
  padding-top: 14px;
}

.link-block {
  position: relative;
  display: block;
  overflow: hidden;
  height: 280px;
  margin: 15px 0px;
  padding: 30px;
  -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: 1px none #ebebeb;
  background-color: #fff;
  background-image: url('../images/example-bg.png');
  background-position: 50% 88%;
  background-size: cover;
  box-shadow: none;
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, box-shadow 200ms ease;
  transition: transform 200ms ease, box-shadow 200ms ease, -webkit-transform 200ms ease;
  text-align: center;
}

.link-block:hover {
  box-shadow: none;
  -webkit-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}

.darkenblok {
  position: absolute;
  left: -1px;
  right: -1px;
  bottom: 0px;
  z-index: 1;
  height: 130px;
  padding: 20px 20px 0px;
  background-color: hsla(0, 0%, 100%, .86);
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, 0) 29%, #f7f7f7);
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 29%, #f7f7f7);
  text-align: left;
}

.collection-list {
  display: block;
  -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: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.collection-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.rich-text-block {
  margin-top: -25px;
  font-family: Lato, sans-serif;
  color: #1f2532;
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  text-align: left;
}

.rich-text-block p {
  padding-top: 10px;
  font-family: Lato, sans-serif;
  color: rgba(54, 54, 54, .75);
  font-size: 17px;
  line-height: 27px;
}

.rich-text-block h4 {
  margin-top: 30px;
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 27px;
}

.rich-text-block figcaption {
  margin-top: 16px;
  padding-right: 16px;
  padding-left: 16px;
  font-family: Montserrat, sans-serif;
  color: rgba(23, 32, 41, .52);
  font-size: 18px;
  font-weight: 300;
}

.rich-text-block figure {
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 25px;
  padding: 12px;
}

.rich-text-block ul {
  margin-bottom: 20px;
  color: rgba(54, 54, 54, .75);
  font-size: 17px;
  line-height: 30px;
}

.rich-text-block ol {
  color: rgba(54, 54, 54, .75);
  font-size: 18px;
  line-height: 30px;
}

.rich-text-block h2 {
  margin-top: 30px;
  margin-bottom: 0px;
  margin-left: 0px;
  font-family: Lato, sans-serif;
  color: #1f2532;
  font-size: 20px;
  line-height: 27px;
  font-weight: 700;
  letter-spacing: 0px;
}

.rich-text-block h1 {
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  color: #1f2532;
  font-size: 32px;
  line-height: 46px;
  font-weight: 700;
  text-align: left;
}

.rich-text-block h3 {
  margin-bottom: 5px;
  margin-left: 0px;
  color: #1f2532;
  font-size: 20px;
  font-weight: 700;
}

.rich-text-block blockquote {
  margin-top: 20px;
  margin-bottom: 30px;
  padding: 42px;
  border-style: none none none solid;
  border-width: 1px 1px 1px 4px;
  border-color: #e4e4e4 #e4e4e4 #e4e4e4 #11b683;
  background-color: #fff;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-style: italic;
  font-weight: 300;
}

.blogwidth {
  display: block;
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
}

.blogwidth.centerblog {
  text-align: left;
}

.darkenblock {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(31, 37, 50, .78);
  background-image: -webkit-linear-gradient(222deg, rgba(157, 89, 159, .3), rgba(31, 37, 50, 0) 45%), -webkit-linear-gradient(57deg, rgba(53, 183, 201, .32), rgba(31, 37, 50, 0));
  background-image: linear-gradient(228deg, rgba(157, 89, 159, .3), rgba(31, 37, 50, 0) 45%), linear-gradient(33deg, rgba(53, 183, 201, .32), rgba(31, 37, 50, 0));
}

.darkenblock.lighter {
  background-color: transparent;
  background-image: -webkit-linear-gradient(222deg, rgba(157, 89, 159, .3), rgba(31, 37, 50, 0) 68%), -webkit-linear-gradient(57deg, rgba(53, 183, 201, .32), rgba(31, 37, 50, 0) 37%), -webkit-linear-gradient(0deg, #1f2532 50%, rgba(2, 2, 2, 0) 79%);
  background-image: linear-gradient(228deg, rgba(157, 89, 159, .3), rgba(31, 37, 50, 0) 68%), linear-gradient(33deg, rgba(53, 183, 201, .32), rgba(31, 37, 50, 0) 37%), linear-gradient(90deg, #1f2532 50%, rgba(2, 2, 2, 0) 79%);
}

.category {
  display: inline-block;
  margin-top: 10px;
  margin-right: 6px;
  margin-bottom: 9px;
  padding: 9px 13px 6px 0px;
  border-radius: 2px;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #1f2532;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.category.date {
  position: absolute;
  left: 20px;
  bottom: 5px;
  padding-right: 0px;
  padding-left: 0px;
  color: rgba(23, 32, 41, .73);
}

.legal {
  display: block;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.legal h5 {
  margin-top: 30px;
  color: #1f2532;
  font-size: 18px;
  font-weight: 700;
}

.legal strong {
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
}

.legal h4 {
  font-size: 18px;
  font-weight: 400;
}

.legal h3 {
  margin-left: -40px;
}

.legal li {
  color: #a0a0a0;
  font-size: 16px;
  line-height: 26px;
}

.cookiebar {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 130;
  display: none;
  padding: 16px;
  -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: hsla(0, 0%, 100%, .87);
}

.cookie-p {
  max-width: 730px;
  margin-bottom: 0px;
  padding-right: 20px;
  color: #3b3b3b;
  font-size: 14px;
  line-height: 20px;
}

.text-block {
  padding: 7px 17px;
  background-color: #cecece;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 26px;
  text-transform: uppercase;
  cursor: pointer;
}

.text-block:hover {
  background-color: #11b683;
  color: #fff;
}

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

.btw {
  padding-right: 4px;
  padding-left: 4px;
  color: #030303;
  font-size: 16px;
  font-weight: 400;
}

.bold-text {
  color: #1f2532;
  font-size: 18px;
}

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

.overeenkomstsection {
  padding-top: 40px;
  padding-bottom: 40px;
}

.overeenkomst ul {
  color: #a0a0a0;
  font-size: 16px;
  line-height: 26px;
}

.emailform {
  margin-left: 2px;
  padding-right: 20px;
  padding-left: 0px;
  color: #fff;
  text-align: left;
}

.emailform.js-cm-form {
  padding-right: 0px;
}

.emailform.js-cm-form.breed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 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;
}

.field-label {
  margin-bottom: 10px;
  color: #7c89a7;
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
}

.field-label.breed {
  margin-bottom: 0px;
  color: #1f2532;
  font-size: 17px;
  font-weight: 700;
}

.js-cm-submit-button {
  border-radius: 3px;
  background-color: #11b683;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
}

.js-cm-submit-button:hover {
  background-color: #00d493;
}

.paragraph {
  margin-bottom: 0px;
  margin-left: 2px;
  color: #7c89a7;
  font-size: 15px;
  line-height: 30px;
  text-align: left;
}

.paragraph.inline {
  display: inline-block;
}

.paragraph.footerpadding {
  color: #fff;
}

.link {
  display: inline-block;
  color: #7c89a7;
}

.link:hover {
  color: #fff;
}

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

.js-cm-email-input {
  border: 0px none #fff;
  border-radius: 2px;
  background-color: #2f384b;
  color: #fff;
}

.js-cm-email-input:hover {
  background-color: #4d5a77;
}

.js-cm-email-input:focus {
  background-color: #fff;
  color: #3a3a3a;
}

.js-cm-email-input::-webkit-input-placeholder {
  color: #cac8df;
}

.js-cm-email-input:-ms-input-placeholder {
  color: #cac8df;
}

.js-cm-email-input::placeholder {
  color: #cac8df;
}

.js-cm-email-input.small {
  width: 200px;
  margin-right: 12px;
  margin-bottom: 0px;
  margin-left: 12px;
  border: 1px solid #d1d1d1;
  background-color: #fff;
  color: #212121;
}

.js-cm-email-input.small::-webkit-input-placeholder {
  color: #8e8c9b;
}

.js-cm-email-input.small:-ms-input-placeholder {
  color: #8e8c9b;
}

.js-cm-email-input.small::placeholder {
  color: #8e8c9b;
}

.success-message {
  padding-left: 0px;
  background-color: transparent;
  color: #fff;
  text-align: left;
}

.error-message {
  padding: 7px;
  border: 0px none #000;
  background-color: transparent;
  color: #dd614a;
  text-align: left;
}

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

.section {
  background-color: #fff;
}

.html-embed {
  text-align: right;
}

.column-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.columns.share {
  margin-bottom: 20px;
}

.featurelist {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.shape-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 400px;
}

.shape {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 6;
  overflow: hidden;
  width: 420px;
  height: 320px;
  border-radius: 30px;
  background-color: #9d599f;
  box-shadow: 4px 4px 14px 0 rgba(0, 0, 0, .07), 14px 0 32px 0 rgba(0, 0, 0, .1);
  -webkit-transform: skew(-5deg, -5deg) translate(0px, 25px);
  -ms-transform: skew(-5deg, -5deg) translate(0px, 25px);
  transform: skew(-5deg, -5deg) translate(0px, 25px);
}

.shape.rightside {
  left: 0px;
  right: auto;
  background-color: #0a62a5;
  -webkit-transform: skew(5deg, 5deg) translate(0px, 25px);
  -ms-transform: skew(5deg, 5deg) translate(0px, 25px);
  transform: skew(5deg, 5deg) translate(0px, 25px);
}

.featureimage {
  -webkit-transform: skew(5deg, 5deg) scale(1.48);
  -ms-transform: skew(5deg, 5deg) scale(1.48);
  transform: skew(5deg, 5deg) scale(1.48);
}

.featureimage.rightside {
  -webkit-transform: skew(-5deg, -5deg) scale(1.48);
  -ms-transform: skew(-5deg, -5deg) scale(1.48);
  transform: skew(-5deg, -5deg) scale(1.48);
}

.featurebottomtext {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -20px;
  padding: 10px 22px 25px 15px;
  background-color: #9d599f;
  -webkit-transform: skew(5deg, 5deg) scale(1.1);
  -ms-transform: skew(5deg, 5deg) scale(1.1);
  transform: skew(5deg, 5deg) scale(1.1);
}

.featurebottomtext.right {
  padding-left: 25px;
  background-color: #0a62a5;
  -webkit-transform: skew(-5deg, -5deg) scale(1.1);
  -ms-transform: skew(-5deg, -5deg) scale(1.1);
  transform: skew(-5deg, -5deg) scale(1.1);
}

.shapeshadow {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 420px;
  height: 320px;
  border-radius: 30px;
  background-color: #9d599f;
  opacity: 0.11;
  -webkit-transform: skew(-5deg, -5deg) translate(65px, -88px);
  -ms-transform: skew(-5deg, -5deg) translate(65px, -88px);
  transform: skew(-5deg, -5deg) translate(65px, -88px);
}

.shapeshadow.right {
  left: 1px;
  right: auto;
  background-color: #0a62a5;
  -webkit-transform: skew(5deg, 5deg) translate(-65px, 157px);
  -ms-transform: skew(5deg, 5deg) translate(-65px, 157px);
  transform: skew(5deg, 5deg) translate(-65px, 157px);
}

.collection-list-2 {
  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;
}

.persoon {
  display: block;
  padding: 0px 3px;
  font-family: Lato, sans-serif;
  color: #1f2532;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  text-align: left;
}

.persoon.normal {
  font-weight: 400;
}

.persoon.big {
  color: #fff;
  font-size: 22px;
  line-height: 28px;
  font-weight: 300;
  text-align: center;
}

.organisatie {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-align: right;
}

.quotebox {
  display: block;
  max-width: 820px;
  margin: -112px auto 50px;
  padding: 50px 59px 40px;
  -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;
  border: 0px none #000;
  background-color: #1f2532;
  background-image: -webkit-linear-gradient(247deg, rgba(128, 118, 245, .17), hsla(0, 0%, 100%, 0) 55%), -webkit-linear-gradient(47deg, rgba(53, 183, 201, .17), hsla(0, 0%, 100%, 0) 41%);
  background-image: linear-gradient(203deg, rgba(128, 118, 245, .17), hsla(0, 0%, 100%, 0) 55%), linear-gradient(43deg, rgba(53, 183, 201, .17), hsla(0, 0%, 100%, 0) 41%);
  box-shadow: -2px 16px 40px 5px rgba(109, 102, 185, .15);
  color: #fff;
}

.div-block-2 {
  position: static;
  left: 0px;
  top: 0px;
  display: block;
  overflow: hidden;
  width: 44px;
  height: 44px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  border-radius: 35px;
  background-color: #8076f5;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
}

.quoteicon {
  font-family: Lato, sans-serif;
  font-size: 90px;
  line-height: 40px;
  font-style: italic;
  font-weight: 700;
}

.who {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-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;
}

.quotelist {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 15px;
  padding: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-style: none;
  border-color: #1f2532;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, box-shadow 200ms ease;
  transition: transform 200ms ease, box-shadow 200ms ease, -webkit-transform 200ms ease;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 16px;
}

.quotelist:hover {
  box-shadow: 1px 20px 50px 10px rgba(0, 0, 0, .23);
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.quotelist.w--current {
  background-position: 50% 50%;
}

.quoteblok {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 230px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 20px 25px 25px;
  -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;
  background-image: -webkit-linear-gradient(54deg, rgba(53, 183, 201, .45), hsla(0, 0%, 100%, 0) 36%), -webkit-linear-gradient(253deg, rgba(128, 118, 245, .42), hsla(0, 0%, 100%, 0) 49%), -webkit-linear-gradient(89deg, rgba(31, 37, 50, .77), hsla(0, 0%, 100%, 0) 84%);
  background-image: linear-gradient(36deg, rgba(53, 183, 201, .45), hsla(0, 0%, 100%, 0) 36%), linear-gradient(197deg, rgba(128, 118, 245, .42), hsla(0, 0%, 100%, 0) 49%), linear-gradient(1deg, rgba(31, 37, 50, .77), hsla(0, 0%, 100%, 0) 84%);
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 29px;
  font-style: italic;
  font-weight: 400;
  text-align: left;
}

.quoteblok:hover {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.logoquote {
  position: static;
  left: 34px;
  bottom: -33px;
  display: inline-block;
  height: 44px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.collection-item-2 {
  text-align: left;
}

.verhalenbox {
  display: block;
  margin-top: 35px;
  -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;
}

.verhalenbox.nopadtopverhalen {
  margin-top: 10px;
}

.quotesmall {
  margin-bottom: 10px;
  color: #fff;
  font-size: 17px;
  font-style: normal;
}

.quotefooter {
  display: block;
  margin-top: 0px;
  color: #fff;
  font-size: 15px;
  line-height: 21px;
  font-style: normal;
  font-weight: 700;
  text-align: center;
}

.quotefooter.leftalign {
  font-family: Lato, sans-serif;
  line-height: 24px;
  text-align: left;
}

.quotefooter.leftalign.normaltext {
  font-weight: 300;
}

.quotefooter.leftalign.normaltext.darktext {
  color: #1f2532;
}

.quotefooter.leftalign.darkfont {
  color: #1f2532;
}

.quotefooter.normaltext {
  font-weight: 300;
}

.quotefooter.homequote {
  color: #1f2532;
}

.quoteheader {
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-family: Kreon, sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: 38px;
  font-style: normal;
  font-weight: 300;
  text-decoration: none;
  text-transform: none;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 15px 15px 25px;
  padding-right: 0px;
  padding-left: 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;
}

.div-block-3.bigquote {
  max-width: 700px;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 36px;
  padding-left: 36px;
  -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-align: center;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -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;
  text-align: right;
}

.collection-item-3 {
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.collection-item-3.homeplace {
  padding-right: 0px;
  padding-left: 0px;
  background-image: none;
}

.darkenquote {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: rgba(31, 37, 50, .61);
  background-image: -webkit-linear-gradient(256deg, rgba(128, 118, 245, .44), hsla(0, 0%, 100%, 0) 52%), -webkit-linear-gradient(47deg, rgba(53, 183, 201, .49), hsla(0, 0%, 100%, 0) 35%);
  background-image: linear-gradient(194deg, rgba(128, 118, 245, .44), hsla(0, 0%, 100%, 0) 52%), linear-gradient(43deg, rgba(53, 183, 201, .49), hsla(0, 0%, 100%, 0) 35%);
}

.darkenquote.homebox {
  padding-top: 40px;
  padding-bottom: 20px;
  background-color: transparent;
  background-image: none;
}

.simpel-knop {
  display: inline-block;
  height: 40px;
  margin-bottom: 0px;
  padding: 9px 0px 8px;
  background-color: hsla(0, 0%, 100%, 0);
  font-family: Lato, sans-serif;
  color: #00d493;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
}

.simpel-knop:hover {
  color: #f5f5f5;
}

.simpel-knop:active {
  color: #fff;
}

.div-block-5 {
  width: 150px;
  text-align: right;
}

.div-block-6 {
  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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
}

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

.bolintro {
  color: #f5f5f5;
}

.div-block-7 {
  position: absolute;
  left: 0px;
  top: 0%;
  right: 35%;
  height: 100%;
  background-color: rgba(31, 37, 50, .7);
  background-image: none;
  opacity: 1;
  -webkit-transform: skew(18deg, 0deg);
  -ms-transform: skew(18deg, 0deg);
  transform: skew(18deg, 0deg);
}

.div-block-7.swift {
  background-color: rgba(128, 118, 245, .81);
  -webkit-transform: skew(31deg, 0deg);
  -ms-transform: skew(31deg, 0deg);
  transform: skew(31deg, 0deg);
}

.div-block-7.swift.swifter {
  -webkit-transform: skew(-30deg, 0deg);
  -ms-transform: skew(-30deg, 0deg);
  transform: skew(-30deg, 0deg);
}

.deelnemers {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-8 {
  width: 40%;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.priceblock {
  background-color: #11b683;
}

.pricehori {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 19%;
  padding: 8px 13px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -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;
  font-size: 21px;
  text-align: right;
}

.pricehori.greenblock {
  display: block;
  width: 72%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: rgba(124, 137, 167, .15);
  color: #1f2532;
  font-size: 17px;
  font-weight: 700;
  text-align: left;
}

.pricehori.greenblock._5 {
  width: 6%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.pricehori.greenblock._20 {
  width: 11%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.pricehori.greenblock._50 {
  width: 21%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.pricehori.greenblock._80 {
  width: 32%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.pricehori.greenblock._80.important {
  background-color: #11b683;
  color: #fff;
}

.pricehori.greenblock._100 {
  width: 45%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.pricehori.greenblock._150 {
  width: 59%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 18px;
}

.pricehori.greenblock.meer {
  width: 81%;
}

.pricehori.greenblock.kop {
  width: 50%;
  background-color: transparent;
}

.pricehori.deelnmers {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #1f2532;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
}

.start {
  padding: 13px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #11b683;
  color: #fff;
  font-weight: 700;
}

._768 {
  display: block;
  width: 838px;
  margin-right: auto;
  margin-left: auto;
}

.tab-pane-tab-1 {
  padding: 10px;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  margin-bottom: 4px;
  margin-left: 10px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 2px solid #1f2532;
}

.maand {
  margin-right: 3px;
  margin-left: 3px;
  padding: 13px 39px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: transparent;
  font-size: 16px;
  font-weight: 700;
}

.maand:hover {
  background-color: rgba(154, 173, 186, .23);
  color: #1f2532;
}

.maand.w--current {
  background-color: #1f2532;
  color: #fff;
}

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

html.w-mod-js *[data-ix="fixmenu-show-hide"] {
  opacity: 0;
}

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

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

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

html.w-mod-js *[data-ix="popup-initial"] {
  display: none;
  opacity: 0;
}

@media (max-width: 991px) {
  .logo {
    margin-top: 36px;
  }
  .navlink {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
  }
  .navlink:hover {
    color: #fff;
  }
  .navlink:active {
    color: #5cc2f7;
  }
  .navlink.important {
    font-weight: 300;
  }
  .navlink.important.fixnav {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navlink.important.fixnav.smaltop {
    font-size: 16px;
    font-weight: 600;
  }
  .navlink.fixnav {
    text-align: center;
  }
  .navlink.fixnav:hover {
    border-bottom-style: solid;
    border-bottom-color: transparent;
  }
  .navlink.fixnav.w--current {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .button.ruimtebovenbutton.big-button {
    border-style: solid;
    border-color: #2793f5;
  }
  .simpel-section {
    padding-top: 70px;
  }
  .simpel-section.whiteback {
    padding-top: 0px;
  }
  .simpel-section.startsection {
    min-height: 650px;
  }
  .simpel-section.startsection._3 {
    background-image: url('../images/resultaten-klein.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }
  .simpel-section.startsection._2 {
    background-image: -webkit-linear-gradient(270deg, transparent, transparent), url('../images/overview-klein.jpg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/overview-klein.jpg');
    background-position: 0px 0px, 50% 0px;
    background-size: auto, cover;
  }
  .simpel-section.startsection._4 {
    background-image: url('../images/training-klein.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }
  .simpel-section.startsection.feature {
    min-height: auto;
  }
  .simpel-section.startsection.inzicht {
    background-image: url('../images/inzicht-klein.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }
  .simpel-section.startsection.landingpage {
    padding-top: 110px;
    background-position: 50% 0px;
    background-size: cover;
  }
  .simpel-section.intro-image.no-bottom-padding.no-lines {
    overflow: visible;
  }
  .simpel-section.explain-section.blogmob {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .intro-featurtext {
    display: block;
    margin-right: auto;
    margin-left: 5px;
  }
  .intro-featurtext.aligncenter {
    margin-bottom: 10px;
  }
  .footerlink.inline {
    width: 100%;
  }
  .video {
    background-image: url('../images/home.jpg');
    background-position: 34% 50%;
    background-size: cover;
  }
  .hamburger {
    display: inline-block;
    padding-top: 0px;
    padding-bottom: 0px;
    float: right;
    color: #fff;
    font-size: 34px;
    line-height: 50px;
  }
  .hamburger.fixhamb {
    color: #303a46;
    font-size: 30px;
    line-height: 30px;
  }
  .hamburger.fixhamb.fixie {
    display: block;
    padding: 15px;
  }
  .hamburger.fixehamburger {
    display: block;
    padding: 22px 18px 17px;
    font-size: 40px;
  }
  .hamburger.fixehamburger.dark {
    color: #1f2532;
  }
  .hamburger-container {
    padding: 24px 28px 28px;
  }
  .hamburger-container.w--open {
    background-color: transparent;
  }
  .hamburger-container.fixhamcont {
    padding: 15px;
  }
  .navbar-mobie {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 6000;
    margin-right: -50px;
    margin-left: -50px;
    padding: 50px 20%;
    background-color: rgba(23, 32, 41, .96);
  }
  .navbar-mobie.whitemobile {
    background-color: #fff;
  }
  .h1.centerh1 {
    min-width: 100%;
  }
  .prcielist {
    width: 48%;
    margin-top: 0px;
  }
  .prcielist.first {
    margin-right: auto;
    margin-left: auto;
  }
  .prcielist.first.topsegment {
    margin-right: 0px;
    margin-left: 0px;
    border-style: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .section-price {
    background-color: hsla(0, 0%, 100%, .11);
  }
  .h4-header {
    margin-right: 5px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 0;
    -ms-flex: 0 0 0;
    flex: 0 0 0;
    text-align: left;
  }
  .h4-header.smallest {
    text-align: left;
  }
  .introheader.text-center {
    text-align: left;
  }
  .introheader.center-footer-text {
    -webkit-box-flex: 0;
    -webkit-flex: 0;
    -ms-flex: 0;
    flex: 0;
  }
  ._4-items {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .boxone-text {
    width: 65%;
  }
  .boxone-text.headerbox {
    width: 70%;
    max-width: 70%;
  }
  .boxone-image {
    left: 75%;
  }
  .boxone-image.leftfloat {
    right: 75%;
  }
  .boxone-image.leftfloat.resultaten {
    background-position: 50% 100%;
  }
  .centerbox {
    width: 90%;
  }
  .qoute {
    padding-right: 10px;
    padding-left: 30px;
  }
  .kinklink {
    width: 48%;
    margin-top: 7px;
    margin-bottom: 7px;
    padding-top: 20px;
    padding-bottom: 15px;
    border-left-style: none;
  }
  .kinklink.lastkinklink {
    display: block;
    -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-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    border-right-style: none;
  }
  .line {
    display: block;
  }
  .line.whiteline {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0;
    -ms-flex: 0 0;
    flex: 0 0;
  }
  .formwrap {
    width: 300px;
  }
  .formwrap.navmenublock {
    width: 100%;
    max-width: 500px;
    border-top-style: solid;
    border-top-color: #e7e7e7;
  }
  .explainflow-item.padding-right {
    padding: 20px 15px 20px 5px;
  }
  .explainflow-item.image {
    width: 140%;
    margin-right: -20%;
    margin-left: -20%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .demo-block {
    margin-right: 20px;
    margin-left: 20px;
  }
  .demo-block.navmenu-block {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
    padding: 21px;
  }
  .formwidth.nav-form {
    text-align: left;
  }
  .whyblock {
    max-width: 300px;
  }
  .scroller {
    display: none;
  }
  .menu-mobiel {
    position: fixed;
    overflow: scroll;
    min-height: 100%;
  }
  .mobile-menu-link {
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: transparent;
    font-family: Montserrat, sans-serif;
    color: #1f2532;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
  }
  .mobile-menu-link:active {
    background-color: #f8f8f8;
    color: #11b683;
  }
  .mobile-menu-link.w--current {
    color: #1f2532;
    font-size: 15px;
  }
  .demonav {
    margin-top: 0px;
    margin-bottom: 15px;
    font-size: 26px;
    line-height: 42px;
    text-align: center;
  }
  .link-block {
    height: 280px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .darkenblok {
    height: 170px;
  }
  .collection-item {
    padding-right: 2px;
    padding-left: 2px;
  }
  .darkenblock.lighter {
    background-color: rgba(31, 37, 50, .7);
    background-image: -webkit-linear-gradient(222deg, rgba(157, 89, 159, .3), rgba(31, 37, 50, 0) 45%), -webkit-linear-gradient(57deg, rgba(53, 183, 201, .32), rgba(31, 37, 50, 0) 33%);
    background-image: linear-gradient(228deg, rgba(157, 89, 159, .3), rgba(31, 37, 50, 0) 45%), linear-gradient(33deg, rgba(53, 183, 201, .32), rgba(31, 37, 50, 0) 33%);
  }
  .legal h3 {
    margin-left: 0px;
  }
  .menudivider {
    display: block;
    width: 150px;
    height: 1px;
    margin-right: auto;
    margin-left: auto;
    background-color: #8076f5;
  }
  .text-block {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 12px;
  }
  .div-block {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .paragraph.footerpadding {
    padding-top: 0px;
  }
  .featurelist {
    width: 100%;
  }
  .collection-list-2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .collection-item-2 {
    width: 100%;
  }
  .verhalenbox {
    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-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;
  }
  .div-block-7 {
    display: none;
  }
}

@media (max-width: 767px) {
  h3 {
    text-align: center;
  }
  .home-header {
    margin-right: 0px;
    margin-left: 0px;
  }
  .logo {
    margin-top: 38px;
    margin-left: 10px;
  }
  .navlink {
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 26px;
  }
  .navlink:hover {
    padding-bottom: 10px;
    border-width: 0px;
    color: #9aadba;
  }
  .navlink.important {
    margin-bottom: 0px;
  }
  .navlink.important:hover {
    margin-bottom: 0px;
    color: #9aadba;
  }
  .navlink.important.fixnav {
    text-align: center;
  }
  .navlink.important.fixnav:hover {
    margin-bottom: 0px;
    background-color: #1d75b1;
    color: #fff;
  }
  .navlink.fixnav {
    display: block;
    padding-bottom: 15px;
    border-width: 0px;
    color: #fff;
    text-align: center;
  }
  .navlink.fixnav:hover {
    padding-bottom: 15px;
    color: #9aadba;
  }
  .header-intro-text {
    text-align: center;
  }
  .header-intro-text.centerintro.quote {
    font-size: 22px;
    line-height: 36px;
  }
  .text-vert-center {
    margin-top: 0px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .simpel-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .simpel-section.middle {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .simpel-section.whiteback {
    padding-bottom: 0px;
  }
  .simpel-section.imagebackground.analyse {
    background-image: -webkit-linear-gradient(0deg, rgba(31, 37, 50, .84) 1%, rgba(31, 37, 50, 0)), -webkit-linear-gradient(270deg, rgba(31, 37, 50, .79), rgba(31, 37, 50, .79)), url('../images/simpel_laptop.jpg');
    background-image: linear-gradient(90deg, rgba(31, 37, 50, .84) 1%, rgba(31, 37, 50, 0)), linear-gradient(180deg, rgba(31, 37, 50, .79), rgba(31, 37, 50, .79)), url('../images/simpel_laptop.jpg');
    background-position: 0px 0px, 0px 0px, 50% 100%;
    background-size: auto, auto, cover;
  }
  .simpel-section.startsection._3 {
    background-image: -webkit-linear-gradient(352deg, rgba(23, 32, 41, .93), rgba(48, 59, 70, .4)), url('../images/resultaten-klein.jpg');
    background-image: linear-gradient(98deg, rgba(23, 32, 41, .93), rgba(48, 59, 70, .4)), url('../images/resultaten-klein.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }
  .simpel-section.startsection._2 {
    background-image: -webkit-linear-gradient(352deg, rgba(23, 32, 41, .98), rgba(48, 59, 70, .12)), url('../images/overview-klein.jpg');
    background-image: linear-gradient(98deg, rgba(23, 32, 41, .98), rgba(48, 59, 70, .12)), url('../images/overview-klein.jpg');
    background-position: 0px 0px, 50% 0px;
    background-size: auto, cover;
  }
  .simpel-section.startsection._4 {
    background-image: -webkit-linear-gradient(352deg, rgba(23, 32, 41, .97), rgba(48, 59, 70, .4)), url('../images/training-klein.jpg');
    background-image: linear-gradient(98deg, rgba(23, 32, 41, .97), rgba(48, 59, 70, .4)), url('../images/training-klein.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }
  .simpel-section.startsection.feature {
    height: 500px;
  }
  .simpel-section.startsection.inzicht {
    background-image: -webkit-linear-gradient(352deg, rgba(23, 32, 41, .94), rgba(48, 59, 70, .4)), url('../images/inzicht-klein.jpg');
    background-image: linear-gradient(98deg, rgba(23, 32, 41, .94), rgba(48, 59, 70, .4)), url('../images/inzicht-klein.jpg');
    background-position: 0px 0px, 50% 0px;
    background-size: auto, cover;
  }
  .simpel-section.startsection.overons {
    background-image: -webkit-linear-gradient(352deg, rgba(23, 32, 41, .94), rgba(48, 59, 70, .1)), -webkit-linear-gradient(270deg, rgba(31, 37, 50, .76), rgba(31, 37, 50, .76)), url('../images/wend-klein.jpg');
    background-image: linear-gradient(98deg, rgba(23, 32, 41, .94), rgba(48, 59, 70, .1)), linear-gradient(180deg, rgba(31, 37, 50, .76), rgba(31, 37, 50, .76)), url('../images/wend-klein.jpg');
    background-position: 0px 0px, 0px 0px, 0px 0px;
    background-size: auto, auto, cover;
  }
  .simpel-section.explain-section.blogmob {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .simpel-section.explain-section.notoppad {
    padding-top: 30px;
  }
  .simpel-section.cta-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .intro-featurtext {
    margin-left: auto;
    text-align: center;
  }
  .intro-featurtext.aligncenter.nietbreed.lightintro.left {
    text-align: center;
  }
  .smallpaddingsection {
    padding-top: 30px;
  }
  .smallpaddingsection.darker {
    padding: 50px 0px;
  }
  .text-right {
    text-align: center;
  }
  .footer-text {
    text-align: left;
  }
  .video {
    background-position: -377px 0px;
  }
  .hamburger.white {
    color: #fff;
  }
  .hamburger.fixehamburger {
    padding-top: 25px;
    font-size: 42px;
  }
  .h1 {
    text-align: center;
  }
  .h1.centerh1.longtilel.nomobile {
    margin-top: 40px;
  }
  .h1.centerh1.longtilel.nomobile.nopad {
    margin-top: 0px;
  }
  .prcielist {
    width: 98%;
  }
  .h4-header.smallest {
    text-align: center;
  }
  .h4-header.topbox {
    margin-left: 15px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .introheader.text-center {
    margin-left: 0px;
    text-align: center;
  }
  ._4-items.nomob {
    display: none;
  }
  .boxone-text {
    width: 100%;
    min-height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .boxone-text.rightfloat {
    min-height: auto;
  }
  .boxone-text.headerbox {
    display: block;
    width: 80%;
    max-width: 80%;
    margin-right: auto;
    margin-left: auto;
    float: none;
    text-align: center;
  }
  .boxone-text.headerbox.landing {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .boxone-image {
    display: none;
  }
  .boxone-image.leftfloat.featureleft {
    display: none;
  }
  .boxone-image.featureright {
    display: none;
  }
  .centerbox {
    width: 90%;
    text-align: center;
  }
  .headcaption.smallish {
    text-align: center;
  }
  .qoute {
    padding-left: 10px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }
  .quote-user {
    padding-left: 0px;
  }
  .footer-center {
    padding-right: 40px;
    padding-left: 40px;
    text-align: center;
  }
  .smallicon {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .listblock {
    margin-bottom: 30px;
  }
  .list-icon {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .line.longer.leftline {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .line.longer.leftline.training {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .formwrap {
    width: 100%;
  }
  .iconholder {
    display: block;
    width: 50px;
    height: 50px;
    margin-right: auto;
    margin-left: auto;
    padding: 10px;
  }
  .iconholder.color3 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .explainflow-item {
    width: 100%;
  }
  .explainflow-item.padding-right {
    padding-right: 5px;
    padding-bottom: 0px;
  }
  .nomobileimage {
    display: none;
  }
  .demo-block {
    margin: 0px;
    border-radius: 0px;
  }
  .whyblock {
    max-width: 100%;
  }
  .demonav {
    text-align: center;
  }
  .heading-5 {
    text-align: center;
  }
  .heading-6 {
    text-align: center;
  }
  .darkenblok {
    height: 120px;
  }
  .collection-item {
    padding-right: 0px;
    padding-left: 0px;
  }
  .darkenblock.lighter {
    background-image: -webkit-linear-gradient(222deg, rgba(157, 89, 159, .3), rgba(31, 37, 50, 0) 45%), -webkit-linear-gradient(57deg, rgba(53, 183, 201, .32), rgba(31, 37, 50, 0) 33%);
    background-image: linear-gradient(228deg, rgba(157, 89, 159, .3), rgba(31, 37, 50, 0) 45%), linear-gradient(33deg, rgba(53, 183, 201, .32), rgba(31, 37, 50, 0) 33%);
  }
  .div-block {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .column-3 {
    text-align: left;
  }
  .container {
    display: none;
  }
  .collection-list-2 {
    display: block;
  }
  .quoteblok {
    width: 100%;
  }
  .quoteheader {
    font-size: 28px;
    line-height: 36px;
  }
}

@media (max-width: 479px) {
  h1 {
    font-size: 50px;
    line-height: 55px;
  }
  h2 {
    font-size: 34px;
    line-height: 42px;
  }
  h3 {
    font-size: 20px;
    line-height: 28px;
    text-align: center;
  }
  .home-header {
    display: block;
  }
  .logo {
    margin-top: 40px;
  }
  .logo.bigger {
    height: 40px;
    margin-top: 10px;
  }
  .navlink.fixnav {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
  }
  .header-intro-text {
    text-align: center;
  }
  .header-intro-text.dark-text {
    font-size: 18px;
    line-height: 30px;
  }
  .header-intro-text.dark-text.left-align {
    font-size: 20px;
    line-height: 34px;
  }
  .header-intro-text.centerintro {
    line-height: 22px;
  }
  .button {
    display: block;
    margin-right: 20px;
    margin-left: 20px;
  }
  .button.bluebutton {
    display: block;
    margin-right: 20px;
    margin-bottom: 10px;
  }
  .button.bluebutton.toppadding {
    margin-left: 0px;
  }
  .button.bluebutton.toppadding.navmenu-mobl {
    margin-left: 0px;
  }
  .button.ruimtebovenbutton {
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
  }
  .text-vert-center {
    position: absolute;
    margin-top: 30px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .simpel-section.startsection {
    border-bottom-style: none;
    border-bottom-width: 0px;
  }
  .simpel-section.startsection.tarieven {
    padding-bottom: 50px;
  }
  .simpel-section.startsection._4 {
    padding-top: 100px;
    padding-bottom: 50px;
  }
  .simpel-section.startsection.feature {
    padding-top: 100px;
    padding-bottom: 30px;
  }
  .simpel-section.intro-image {
    padding-top: 30px;
  }
  .simpel-section.intro-image.no-bottom-padding.no-lines {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .simpel-section.intro-image.no-bottom-padding.no-lines.nopadtop {
    padding-top: 20px;
  }
  .simpel-section.explain-section.background-light {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .simpel-section.explain-section.blogmob {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .simpel-section.explain-section.notoppad {
    padding-top: 20px;
  }
  .intro-featurtext {
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }
  .intro-featurtext.bigger {
    margin-left: 0px;
  }
  .intro-featurtext.lefttext {
    padding-top: 15px;
    text-align: left;
  }
  .intro-featurtext.lefttext.nomobile {
    display: none;
  }
  .smallpaddingsection.darker {
    padding-right: 10px;
    padding-left: 10px;
  }
  .footerlink {
    font-size: 14px;
  }
  .text-right {
    text-align: center;
  }
  .footer-text {
    text-align: left;
  }
  .video {
    display: block;
    background-position: -447px 50%;
  }
  .hamburger {
    color: #fff;
    line-height: 60px;
  }
  .hamburger.fixehamburger {
    padding-top: 22px;
  }
  .hamburger-container {
    padding: 20px 20px 10px;
  }
  .hamburger-container.w--open {
    color: #fff;
  }
  .h1 {
    font-size: 38px;
    line-height: 44px;
    text-align: center;
  }
  .h1.centerh1 {
    min-width: 100%;
    font-size: 44px;
    line-height: 43px;
  }
  .h1.centerh1.longtilel {
    font-size: 32px;
    line-height: 42px;
  }
  .h1.centerh1.longtilel.nomobile {
    display: block;
  }
  .h1.centerh1.leftfloat {
    font-size: 32px;
    line-height: 38px;
    text-align: center;
  }
  .h1.centerh1.nopadding {
    margin-bottom: 10px;
  }
  .menu {
    background-color: #434d58;
  }
  .h4-header {
    text-align: center;
  }
  .h4-header.topbox {
    text-align: left;
  }
  .introheader.text-center {
    text-align: center;
  }
  .introheader.center-footer-text {
    text-align: left;
  }
  ._4-items {
    display: block;
  }
  ._4-items.nomob {
    display: none;
  }
  .boxone-text {
    text-align: center;
  }
  .boxone-text.headerbox {
    width: 100%;
    max-width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }
  .centerbox {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .centerbox._4itemsrow {
    width: 100%;
  }
  .headcaption {
    text-align: center;
  }
  .headcaption.lead {
    text-align: center;
  }
  .headcaption.smallish {
    text-align: center;
  }
  .qoute {
    font-size: 16px;
    line-height: 30px;
  }
  .footer-center {
    padding-right: 20px;
    padding-left: 20px;
  }
  .menu-top {
    display: block;
  }
  .listblock {
    width: 100%;
  }
  .list-icon {
    margin-top: 30px;
  }
  .kinklink {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 10px;
    border-left-style: none;
  }
  .kinklink.lastkinklink {
    border-right-style: none;
  }
  .fullscreen {
    display: block;
  }
  .whitetext {
    text-align: center;
  }
  .beter-link {
    width: 100%;
    border-style: none;
  }
  .beter-link.bottomno {
    padding-right: 0px;
    padding-left: 0px;
  }
  .line {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .line.longer.leftline {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .line.whiteline {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .formwrap.navmenublock {
    margin-bottom: 80px;
  }
  .iconholder {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .moretoppadding {
    line-height: 28px;
  }
  .moretoppadding.textcenter {
    margin-left: 0px;
    padding-top: 22px;
    font-size: 28px;
    font-weight: 400;
  }
  .simpel-link {
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
    padding-top: 15px;
    text-align: center;
  }
  .betercolomn {
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }
  .explainflow-item {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .demo-block {
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .head-h2.whiteline.home {
    font-size: 18px;
    line-height: 28px;
  }
  .demonav {
    margin-left: 0px;
    font-size: 27px;
    text-align: center;
  }
  .contactbox {
    margin-top: 25px;
  }
  .link-block {
    height: 280px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .darkenblok {
    height: 150px;
  }
  .rich-text-block h3 {
    text-align: left;
  }
  .blogwidth {
    padding-right: 10px;
    padding-left: 10px;
    text-align: left;
  }
  .blogwidth.centerblog {
    text-align: center;
  }
  .text-block {
    margin-top: 12px;
  }
  .div-block {
    -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;
  }
  .collection-list-2 {
    display: block;
  }
  .quotebox {
    padding: 20px 25px;
    background-image: -webkit-linear-gradient(247deg, rgba(128, 118, 245, .14), hsla(0, 0%, 100%, 0) 55%), -webkit-linear-gradient(47deg, rgba(53, 183, 201, .17), hsla(0, 0%, 100%, 0) 41%);
    background-image: linear-gradient(203deg, rgba(128, 118, 245, .14), hsla(0, 0%, 100%, 0) 55%), linear-gradient(43deg, rgba(53, 183, 201, .17), hsla(0, 0%, 100%, 0) 41%);
  }
  .quoteblok {
    width: 100%;
  }
  .quoteheader {
    font-size: 26px;
    line-height: 32px;
  }
  .div-block-4 {
    display: none;
  }
}

