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

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

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

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

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

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

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

body {
  font-family: Moderat, sans-serif;
  color: #123a4f;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
}

h1 {
  margin-top: 0px;
  margin-bottom: 60px;
  color: #123a4f;
  font-size: 48px;
  line-height: 56px;
  font-weight: 300;
  text-align: center;
}

h2 {
  margin-top: 0px;
  margin-bottom: 60px;
  font-size: 37px;
  line-height: 46px;
  font-weight: 300;
  text-indent: -0.1px;
}

h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 36px;
  font-weight: 300;
  text-indent: -0.1px;
}

h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 19px;
  line-height: 26px;
  font-weight: 300;
}

p {
  margin-bottom: 50px;
  font-size: 18px;
  line-height: 30px;
}

a {
  color: #123a4f;
  text-decoration: none;
}

strong {
  font-weight: 500;
}

em {
  font-style: italic;
}

.c-main {
  position: relative;
  width: 100%;
  max-width: 1430px;
  margin-right: auto;
  margin-left: auto;
}

.c-max1430 {
  position: relative;
  width: 100%;
  max-width: 1430px;
  padding-right: 45px;
  padding-left: 45px;
}

.c-max1430.is--header {
  margin-top: 90px;
  margin-bottom: 90px;
}

.c-max1430.is--heroform {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  margin-bottom: 100px;
  padding-right: 90px;
  padding-left: 90px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.c-max1430.is--introductie {
  margin-top: 100px;
  padding-top: 80px;
  padding-bottom: 100px;
}

.c-max1430.is--hoe {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  margin-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.c-max1430.is--services {
  padding-top: 60px;
}

.c-max1430.is--team {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
  padding-top: 260px;
  padding-bottom: 230px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  color: #fff;
}

.c-max1430.is--prices {
  padding-top: 60px;
  padding-bottom: 70px;
}

.c-max1430.is--faq {
  padding-top: 60px;
  padding-bottom: 30px;
}

.c-max1430.is--form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.c-max1430.is--cta {
  margin-bottom: 140px;
  padding-top: 60px;
  padding-bottom: 40px;
}

.c-max1430.is--footer {
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 30px;
}

.c-max1430.is--nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding-top: 35px;
  padding-bottom: 30px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-max1430.is--rich {
  margin-top: 170px;
  padding-bottom: 180px;
}

.c-max1430.is--footer {
  height: 100%;
  padding-top: 20vh;
  padding-bottom: 20vh;
}

.c-max1430.is--footerbot {
  margin-right: auto;
  margin-left: auto;
  padding-top: 150px;
  padding-bottom: 80px;
}

.nav {
  width: 100%;
}

.el-logo {
  margin-right: 3.33%;
  margin-left: -10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.el-logo.w--current {
  margin-right: 1.5vw;
}

.nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 27px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.nav-item {
  margin-right: 0.5vw;
  margin-left: 0.6vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.nav-item.phone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0.4vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  font-weight: 500;
}

.nav-link {
  display: inline-block;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}

.nav-link:hover {
  border-bottom-color: #dedede;
  color: rgba(18, 58, 79, 0.5);
}

.nav-link:focus {
  border-bottom-color: #dedede;
  color: rgba(18, 58, 79, 0.5);
}

.icn-arrow {
  width: 10px;
  height: 10px;
  margin-left: 5px;
  background-image: url("../images/arrowSmall.svg");
  background-position: 0px 1px;
  background-size: contain;
}

.icn-arrow.is--map {
  margin-left: 0px;
}

.nav-foldout {
  background-color: #fff;
  box-shadow: 1px 1px 20px 0 rgba(0, 0, 0, 0.1);
}

.nav-foldout.w--open {
  margin-left: -26px;
  padding: 15px 15px 17px 5px;
  border-radius: 4px;
}

.nav-foldout.is--map.w--open {
  left: -100px;
  margin-left: 0px;
  padding-top: 17px;
  padding-right: 15px;
  padding-left: 15px;
}

.nav-dropdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #123a4f;
}

.nav-dropdown.is--map {
  padding-top: 10px;
}

.nav-dropdownlink {
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 36px;
  background-image: url("../images/bulletpoint-white.svg");
  background-position: 20px 14px;
  background-size: 8px;
  background-repeat: no-repeat;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  color: #727272;
  font-size: 15px;
}

.nav-dropdownlink:hover {
  background-image: url("../images/bulletpoint.svg");
  background-position: 20px 14px;
  background-size: 8px;
  background-repeat: no-repeat;
  color: #123a4f;
}

.nav-dropdownlink:focus {
  background-image: url("../images/bulletpoint.svg");
  color: #123a4f;
}

.nav-dropdownlink.w--current {
  padding-left: 36px;
  background-image: url("../images/bulletpoint.svg");
  background-position: 20px 14px;
  background-size: 8px;
  background-repeat: no-repeat;
  color: #123a4f;
}

.nav-dropdownlink.is--map {
  min-width: 200px;
  padding: 0px 15px 12px 35px;
  background-image: url("../images/miniMap.svg");
  background-position: 10px 2px;
  background-size: 20px;
  background-repeat: no-repeat;
  line-height: 24px;
}

.nav-dropdownlink.is--directions {
  padding-top: 15px;
  padding-right: 15px;
  padding-left: 35px;
  border-top: 1px solid #dedede;
  background-image: url("../images/miniRoute.svg");
  background-position: 10px 18px;
  background-size: 20px;
  background-repeat: no-repeat;
  line-height: 24px;
}

.nav-listcontact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-height: 27px;
  padding-left: 55px;
  -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;
}

.icn-phone {
  width: 20px;
  height: 20px;
  margin-left: 3px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url("../images/miniPhone.svg");
  background-position: 0px 1px;
  background-size: contain;
  background-repeat: no-repeat;
}

.icn-phone.is--smallcta {
  margin-right: 3px;
  margin-left: 0px;
}

.nav-itemdropdown {
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.nav-itemdropdown.is--map {
  margin-right: 0.8vw;
  margin-left: 0.5vw;
}

.nav-itemdropdown.is--betaling {
  margin-right: 0.7vw;
  margin-left: 0.7vw;
}

.icn-map {
  width: 20px;
  height: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url("../images/miniMap.svg");
  background-position: 0px 1px;
  background-size: contain;
  background-repeat: no-repeat;
}

.btn-ghost {
  position: relative;
  padding: 10px 40px 12px 23px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px solid #dedede;
  border-radius: 30px;
  background-color: #fff;
  background-image: url("../images/miniForm.svg");
  background-position: 84% 50%;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  color: #123a4f;
  font-size: 15px;
}

.btn-ghost:hover {
  border-color: transparent;
  background-color: #123a4f;
  background-image: url("../images/miniFormPink.svg");
  color: #fff;
}

.btn-ghost.is-mail {
  padding-right: 45px;
  background-image: url("../images/miniMail.svg");
  background-position: 89% 50%;
}

.btn-ghost.is-mail:hover {
  background-image: url("../images/miniMailPink.svg");
}

.btn-ghost.is--footer {
  margin-top: 5px;
  margin-left: -5px;
  background-position: 89% 50%;
}

.btn-ghost.is--footer:hover {
  border-color: hsla(0, 0%, 100%, 0.2);
  background-color: #01334d;
}

.btn-ghost.is--menu {
  padding-right: 35px;
  padding-left: 18px;
  background-position: 92% 50%;
}

.btn-ghost.is--home {
  padding-right: 23px;
  background-image: none;
}

.c-max450 {
  width: 100%;
  max-width: 450px;
  margin-right: auto;
  margin-left: auto;
}

.section-subtitle {
  margin-bottom: 10px;
  color: #123a4f;
  text-align: center;
}

.section-subtitle.is--services {
  text-align: left;
}

.section-subtitle.is--team {
  margin-bottom: 110px;
  color: hsla(0, 0%, 100%, 0.4);
  text-align: left;
}

.section-subtitle.is--form {
  margin-bottom: 5px;
  text-align: left;
}

.section-subtitle.is--formpromise {
  margin-bottom: 20px;
  color: #fff;
  font-size: 20px;
  text-align: left;
}

.section-subtitle.is--formpromise02 {
  margin-bottom: 10px;
  color: #fff;
  font-size: 20px;
  text-align: left;
}

.section-subtitle.none {
  display: none;
}

.e-heroform {
  position: relative;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 107px;
  margin-bottom: 17%;
  margin-left: 2.33%;
  padding: 60px 60px 64px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  box-shadow: 1px 1px 34px 0 rgba(0, 0, 0, 0.1);
}

.form-title {
  width: 100%;
  text-align: center;
}

.e-formblock {
  width: 355px;
  margin-top: 30px;
  margin-bottom: 0px;
}

.e-formblock.is--form {
  width: auto;
}

.form-label {
  margin-bottom: 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
}

.form-fieldbox {
  margin-bottom: 7px;
  padding: 23px 17px 24px 16px;
  border: 1px solid #dedede;
  border-radius: 4px;
  font-size: 15px;
  line-height: 26px;
}

.form-fieldbox:active {
  box-shadow: 0 2px 0 0 #dedede;
}

.form-fieldbox:focus {
  border-style: solid;
  border-color: #dedede;
  box-shadow: 0 2px 0 0 #dedede;
}

.form-fieldbox::-webkit-input-placeholder {
  color: #9b9b9b;
}

.form-fieldbox:-ms-input-placeholder {
  color: #9b9b9b;
}

.form-fieldbox::-ms-input-placeholder {
  color: #9b9b9b;
}

.form-fieldbox::placeholder {
  color: #9b9b9b;
}

.btn-form {
  position: relative;
  margin-top: 20px;
  padding: 10px 40px 12px 23px;
  border: 1px solid transparent;
  border-radius: 30px;
  background-color: #123a4f;
  background-image: url("../images/miniFormPink.svg");
  background-position: 84% 50%;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  color: #fff;
  font-size: 15px;
}

.btn-form:hover {
  border-color: #dedede;
  background-color: #fff;
  background-image: url("../images/miniForm.svg");
  color: #123a4f;
}

.form-checkboxlabel {
  color: #9b9b9b;
  font-size: 14px;
  font-weight: 300;
}

.form-checkboxlabel.is--blue {
  color: #123a4f;
}

.form-checkbox {
  margin-top: 7px;
}

.text-linkgrey {
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #9b9b9b;
  text-decoration: underline;
}

.text-linkgrey:hover {
  color: #123a4f;
}

.form-checkboxfield {
  margin-top: 10px;
  margin-bottom: 10px;
}

.form-sticker {
  position: absolute;
  left: -40px;
  top: -70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 123px;
  height: 123px;
  padding-right: 14px;
  padding-bottom: 4px;
  padding-left: 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: 50%;
  background-color: #01334d;
  -webkit-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  transform: rotate(-15deg);
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
}

.img-heroform01 {
  position: absolute;
  top: 0px;
  right: 90px;
  z-index: -1;
  width: 63.5%;
  padding-bottom: 75%;
  background-image: url("../images/mondzorg-westsingel-image01.jpg");
  background-position: 90% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.img-heroform02 {
  position: absolute;
  top: 50%;
  right: 11.5%;
  z-index: -1;
  min-width: 350px;
  padding-bottom: 40%;
  background-image: url("../images/mondzorg-westsingel-image02.jpg");
  background-position: 55% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 1px 1px 34px 0 rgba(0, 0, 0, 0.1);
}

.img-herologo01 {
  position: absolute;
  top: 90px;
  right: 45px;
  width: 13%;
  min-height: 90px;
  background-image: url("../images/graphic01.svg");
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translate(10px, 0px);
  -ms-transform: translate(10px, 0px);
  transform: translate(10px, 0px);
}

.img-herologo02 {
  position: absolute;
  left: 60px;
  bottom: 130px;
  width: 13%;
  min-height: 215px;
  background-image: url("../images/graphic02.svg");
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.img-herodot01 {
  position: absolute;
  top: 105px;
  right: 45px;
  z-index: -4;
  min-height: 255px;
  min-width: 290px;
  background-image: url("../images/graphicDot99.png");
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translate(20px, 0px);
  -ms-transform: translate(20px, 0px);
  transform: translate(20px, 0px);
}

.img-herodot02 {
  position: absolute;
  left: 55px;
  top: 60px;
  z-index: -4;
  min-height: 255px;
  min-width: 290px;
  background-image: url("../images/graphicDot99.png");
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.img-herodot03 {
  position: absolute;
  left: 22%;
  bottom: 35px;
  z-index: -4;
  min-height: 500px;
  min-width: 566px;
  background-image: url("../images/graphicDotsHoe2x.png");
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.img-herologo03 {
  position: absolute;
  left: 515px;
  bottom: 25px;
  z-index: -3;
  width: 13%;
  min-height: 90px;
  background-image: url("../images/graphic03.svg");
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.c-max1075 {
  position: relative;
  width: 100%;
  max-width: 1075px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 45px;
  padding-left: 45px;
}

.c-max1075.is--introductie {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 35px;
  -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;
}

.c-max1075.is--services01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 50px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.c-max1075.is--services02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-bottom: 70px;
  padding-left: 0px;
  -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;
}

.c-max1075.is--prices {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 35px;
  -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;
}

.c-max1075.is--divider {
  padding-top: 90px;
  padding-bottom: 90px;
}

.c-max1075.is--faq01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 90px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.c-max1075.is--faq02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-bottom: 70px;
  padding-left: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.c-max1075.is--ctasmall {
  padding-top: 80px;
  padding-bottom: 140px;
}

.c-max1075.is--footer01 {
  padding-bottom: 75px;
}

.c-max1075.is--footer02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 135px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.c-max1075.is--footer03 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.c-max1075.is--ctasmalldetail {
  margin-top: 120px;
  padding-top: 100px;
  border-top: 1px solid #dedede;
}

.c-50p {
  position: relative;
  width: 50%;
}

.c-50p.is--2colleft {
  display: block;
  padding-right: 45px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  /* -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; */
}

.c-50p.is--2colleft.is--servicestitle {
  padding-right: 5%;
}

.c-50p.is--2colleft.is--footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.c-50p.is--2colleft.is--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-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;
}

.c-50p.is--2colleft.is--footerbot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.c-50p.is--2colright {
  padding-left: 45px;
}

.c-50p.is--2colright.is--offsethoe {
  padding: 70px 9vw 180px;
}

.c-50p.is--2colright.is--servicestop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
  -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;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.c-50p.is--2colright.is--team {
  padding-top: 130px;
  padding-right: 12%;
}

.c-50p.is--2colright.is--form {
  padding: 205px 5vw 100px 135px;
}

.c-50p.is--2colright.is--footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.c-50p.is--2colright.is--footerbot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.c-50p.is--serviceitem {
  padding-right: 5%;
  padding-bottom: 100px;
  padding-left: 45px;
}

.c-50p.is--ctasmall {
  margin-right: auto;
  margin-left: auto;
}

.c-50p.is--cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 73%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-50p.is--404 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 73%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-item {
  position: relative;
  display: inline-block;
  border-bottom: 1px solid #dedede;
}

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

.icn-longarrow {
  width: 10px;
  height: 10px;
  margin-left: 5px;
  background-image: url("../images/arrow.svg");
  background-position: 0px 1px;
  background-size: 10px;
  background-repeat: no-repeat;
}

.icn-longarrow.is--right {
  background-position: -1px 0px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.h2title {
  margin-bottom: 20px;
}

.p-introductie {
  margin-bottom: 15px;
}

.inline-btnlink {
  position: relative;
  display: inline-block;
  margin-bottom: -2px;
  padding: 0px 10px 2px;
  border: 1px solid #dedede;
  border-radius: 4px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.inline-btnlink:hover {
  border-color: transparent;
  background-color: #123a4f;
  color: #fff;
}

.inline-btnlink.is--icnmail {
  padding-right: 31px;
  background-image: url("../images/miniMail.svg");
  background-position: 91% 55%;
  background-size: 20px 20px;
  background-repeat: no-repeat;
}

.inline-btnlink.is--icnmail:hover {
  background-image: url("../images/miniMailPink.svg");
}

.inline-btnlink.is--icncall {
  padding-right: 31px;
  background-image: url("../images/miniPhone.svg");
  background-position: 91% 55%;
  background-size: 20px 20px;
  background-repeat: no-repeat;
}

.inline-btnlink.is--icncall:hover {
  background-image: url("../images/miniPhonePink.svg");
}

.c-flexitemhoe {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  padding-top: 50px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.c-flexitemhoe.follower {
  margin-top: 0px;
}

.icn-hoe01 {
  width: 60px;
  height: 60px;
  margin-right: 45px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url("../images/inschrijven.svg");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.h3title-hoe {
  font-size: 20px;
  line-height: 26px;
}

.icn-hoe02 {
  width: 60px;
  height: 60px;
  margin-right: 45px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url("../images/opening.svg");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.img-hoe01 {
  position: absolute;
  left: 88px;
  top: 0px;
  width: 70%;
  padding-bottom: 70%;
  background-image: url("../images/mondzorg_westsingel_plants.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.e-hoefill {
  position: absolute;
  top: 60px;
  right: 8%;
  z-index: -1;
  width: 50%;
  padding-bottom: 80%;
  background-color: #f3cdbb;
}

.img-hoelogo01 {
  position: absolute;
  left: 35px;
  top: 31vw;
  width: 30%;
  min-height: 90px;
  background-image: url("../images/graphic05.svg");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.img-hoelogo02 {
  position: absolute;
  top: 11.5vw;
  right: 60px;
  width: 30%;
  min-height: 90px;
  background-image: url("../images/graphic04.svg");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.img-hoedot01 {
  position: absolute;
  top: 195px;
  right: 115px;
  z-index: -4;
  min-height: 500px;
  min-width: 566px;
  background-image: url("../images/graphicDotsHoe2x.png");
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.c-100p {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.c-100p.is--slider {
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.icn-services01 {
  width: 90px;
  height: 60px;
  margin-bottom: 10px;
  background-image: url("../images/tandarts.svg");
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.h3title-services {
  margin-right: 10px;
  margin-bottom: 0px;
}

.h2title-services {
  margin-bottom: 20px;
  font-size: 44px;
  line-height: 52px;
}

.c-servicestitle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icn-services02 {
  width: 90px;
  height: 60px;
  margin-bottom: 10px;
  background-image: url("../images/mondhygiene.svg");
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.icn-services03 {
  width: 90px;
  height: 60px;
  margin-bottom: 10px;
  background-image: url("../images/braces.svg");
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.icn-services04 {
  width: 90px;
  height: 60px;
  margin-bottom: 10px;
  background-image: url("../images/implants.svg");
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.e-team__fill {
  position: absolute;
  left: 0px;
  top: 115px;
  right: 45px;
  bottom: 30px;
  z-index: -2;
  background-color: #01334d;
}

.h2title-team {
  margin-bottom: 5px;
  font-size: 44px;
  line-height: 52px;
}

.t-team__function {
  margin-bottom: 50px;
  color: hsla(0, 0%, 100%, 0.4);
  font-weight: 500;
}

.t-team__function.no-pad {
  margin-bottom: 20px;
}

.c-team__control {
  position: absolute;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 50%;
  padding-left: 45px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.img-team01 {
  /* position: absolute; */
  position: relative;
  margin-left: 13.5%;
  margin-top: 50px;
  width: 70%;
  /* padding-bottom: 88%; */
  /* background-image: url("../images/mondzorg_westsingel_bram.jpg"); */
  /* background-position: 50% 50%; */
  /* background-size: cover; */
  /* background-repeat: no-repeat; */
}

.e-teamfill {
  position: absolute;
  left: 45px;
  bottom: 0;
  z-index: -1;
  width: 64%;
  padding-bottom: 62%;
  background-color: #f3cdbb;
}

.img-teamdot01 {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
  min-height: 370px;
  min-width: 420px;
  background-image: url("../images/graphicDotsTeam.png");
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translate(-15px, 0px);
  -ms-transform: translate(-15px, 0px);
  transform: translate(-15px, 0px);
}

.img-teamlogo01 {
  position: absolute;
  left: 0px;
  bottom: 20%;
  width: 30%;
  min-height: 90px;
  background-image: url("../images/graphic07.svg");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translate(-40px, 0px);
  -ms-transform: translate(-40px, 0px);
  transform: translate(-40px, 0px);
}

.e-team__fill02 {
  position: absolute;
  left: 0px;
  top: 115px;
  bottom: 30px;
  z-index: -2;
  width: 250px;
  background-color: #01334d;
  -webkit-transform: translate(-250px, 0px);
  -ms-transform: translate(-250px, 0px);
  transform: translate(-250px, 0px);
}

.img-teamdot02 {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: -4;
  min-height: 500px;
  min-width: 566px;
  background-image: url("../images/graphicDotsHoe2x.png");
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.img-teamlogo02 {
  position: absolute;
  top: 360px;
  right: 0px;
  width: 13%;
  min-height: 90px;
  background-image: url("../images/graphic06.svg");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.img-teamdot03 {
  position: absolute;
  right: 180px;
  bottom: 0px;
  z-index: -4;
  min-height: 366px;
  min-width: 344px;
  background-image: url("../images/graphicDots06.png");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translate(45px, 0px);
  -ms-transform: translate(45px, 0px);
  transform: translate(45px, 0px);
}

.p-prices {
  margin-bottom: 40px;
}

.e-divider {
  width: 100%;
  height: 1px;
  background-color: #dedede;
}

.e-divider.is--onblue {
  background-color: hsla(0, 0%, 100%, 0.3);
}

.e-heroform__fill01 {
  position: absolute;
  left: 0px;
  top: 222px;
  right: 0px;
  bottom: 150px;
  z-index: -5;
  background-color: rgba(243, 205, 187, 0.25);
}

.h2title-faq {
  margin-bottom: 20px;
}

.c-25p {
  position: relative;
  width: 25%;
}

.c-25p.is--faqtitle {
  padding-left: 45px;
  font-weight: 500;
}

.c-75p {
  position: relative;
  width: 75%;
  padding-right: 45px;
  padding-left: 45px;
}

.faq-itemdropdown {
  width: 100%;
  margin-bottom: 25px;
  padding-bottom: 27px;
  border-bottom: 1px solid #dedede;
}

.faq-dropdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #123a4f;
  font-size: 18px;
  line-height: 30px;
}

.faq-dropdown.w--open {
  margin-bottom: -5px;
  font-weight: 500;
}

.faq-foldout {
  margin-top: 10px;
  padding-right: 15%;
  background-color: #fff;
  box-shadow: 1px 1px 20px 0 rgba(0, 0, 0, 0.1);
}

.faq-foldout.w--open {
  position: relative;
  background-color: transparent;
  box-shadow: none;
}

.h3title-ctasmall {
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
}

.smallcta-item {
  margin-right: 10px;
  margin-left: 10px;
}

.smallcta-item.is--icn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5px;
  -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;
  font-size: 15px;
  font-weight: 500;
}

.icn-mail {
  width: 20px;
  height: 20px;
  margin-left: 3px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url("../images/miniPhone.svg");
  background-position: 0px 1px;
  background-size: contain;
  background-repeat: no-repeat;
}

.icn-mail.is--smallcta {
  margin-right: 3px;
  margin-left: 0px;
  background-image: url("../images/miniMail.svg");
  background-size: 20px;
}

.e-form__fill {
  position: absolute;
  left: 0px;
  top: 60px;
  right: 0px;
  bottom: 180px;
  z-index: -2;
  background-color: rgba(243, 205, 187, 0.25);
}

.h2title-form {
  margin-bottom: 60px;
  font-size: 40px;
  line-height: 50px;
}

.text-linkblue {
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #123a4f;
  text-decoration: underline;
}

.text-linkblue:hover {
  color: #a0b0b9;
}

.img-form01 {
  position: relative;
  left: 90px;
  top: 0px;
  z-index: 2;
  width: 73%;
  padding-bottom: 100%;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  background-image: url("../images/mondzorg-westsingel-image05.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.img-formlogo01 {
  position: absolute;
  top: 10vw;
  right: 15px;
  z-index: 3;
  width: 23%;
  min-height: 80px;
  background-image: url("../images/graphic08.svg");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.c-formpromise {
  position: relative;
  top: -10%;
  z-index: 1;
  width: 70%;
  min-width: 315px;
  padding: 25% 3.33vw 70px;
  background-color: #01334d;
  color: #fff;
}

.img-formdot01 {
  position: absolute;
  left: 45px;
  bottom: 264px;
  z-index: -4;
  min-height: 370px;
  min-width: 420px;
  background-image: url("../images/graphicDots06.png");
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.t-formpromisetext {
  margin-top: 8px;
  margin-bottom: 8px;
  padding-left: 35px;
  background-image: url("../images/miniCheck.svg");
  background-position: 0px 1px;
  background-size: 24px 24px;
  background-repeat: no-repeat;
}

.e-formpromise__divider {
  padding-top: 28px;
  padding-bottom: 28px;
}

.nav-link__icn {
  display: block;
  margin-bottom: 3px;
  padding-left: 25px;
  background-image: url("../images/miniMailPink.svg");
  background-position: 0% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  color: #fff;
  font-weight: 500;
}

.nav-link__icn:hover {
  color: #a0b0b9;
}

.nav-link__icn:focus {
  color: #a0b0b9;
}

.nav-link__icn.is--phone {
  background-image: url("../images/miniPhonePink.svg");
}

.footer {
  background-color: #01334d;
  background-image: url("../images/graphicFooter.svg");
  background-position: -290px 350px;
  background-size: 865px;
  background-repeat: no-repeat;
  color: #fff;
}

.c-footer__navlist {
  width: 50%;
}

.c-footer__navlist.is--45p {
  width: 45%;
}

.c-footer__navlist.is--50p {
  width: 50%;
}

.c-footer__navlist.is--100p {
  width: 100%;
}

.t-footer__navlist {
  margin-bottom: 10px;
  color: hsla(0, 0%, 100%, 0.4);
  font-weight: 500;
}

.t-footer__navlist.is--follower {
  margin-top: 35px;
}

.t-footer__navlist.is--disclaimer {
  font-size: 15px;
}

.footer-link {
  display: block;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 15px;
  line-height: 28px;
}

.footer-link:hover {
  color: #a0b0b9;
}

.footer-link.is--routeplanner {
  margin-top: 28px;
  padding-left: 22px;
  background-image: url("../images/miniRouteWhite.svg");
  background-position: -3px 5px;
  background-size: 20px;
  background-repeat: no-repeat;
}

.footer-link.is--map {
  padding-left: 22px;
  background-image: url("../images/miniMapWhite.svg");
  background-position: -3px 5px;
  background-size: 20px;
  background-repeat: no-repeat;
}

.footer-text {
  margin-bottom: 14px;
  font-size: 15px;
  line-height: 28px;
}

.footer-link__icn {
  display: block;
  margin-bottom: 3px;
  padding-left: 25px;
  background-image: url("../images/miniMailPink.svg");
  background-position: 0% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}

.footer-link__icn:hover {
  color: #a0b0b9;
}

.footer-link__icn:focus {
  color: #a0b0b9;
}

.footer-link__icn.is--phone {
  background-image: url("../images/miniPhonePink.svg");
}

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

.icn-footersocial {
  width: 48px;
  height: 48px;
  margin-right: 10px;
  border: 1px solid #dedede;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.icn-footersocial:hover {
  border-color: hsla(0, 0%, 100%, 0.2);
  background-color: #01334d;
}

.icn-footersocial.is--facebook {
  background-image: url("../images/footerSocialFacebookClean.svg");
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.icn-footersocial.is--twitter {
  background-image: url("../images/footerSocialTwitterClean.svg");
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.footer-link__disclaimer {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: hsla(0, 0%, 100%, 0.4);
  font-size: 15px;
}

.footer-link__disclaimer:hover {
  color: #fff;
}

.footer-link__disclaimer.w--current {
  text-decoration: underline;
}

.h1title-cta {
  margin-bottom: 40px;
  font-size: 42px;
  line-height: 50px;
  text-align: center;
}

.t-menu__navlist {
  margin-bottom: 4px;
  padding-right: 15px;
  padding-left: 15px;
  font-size: 14px;
  font-weight: 500;
}

.c-form {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.h1title-detail {
  margin-bottom: 50px;
  font-size: 44px;
  line-height: 52px;
}

.p-detail {
  margin-top: 20px;
  margin-right: 15.65%;
  margin-left: 16.65%;
}

.p-detail.in-box {
  margin: 10px 10% 20px 9%;
  color: #123a4f;
  font-size: 15px;
  line-height: 26px;
}

.body-detail__pink {
  background-image: url("../images/detailTopGraphicPink.svg");
  background-position: 50% 0%;
  background-size: 900px;
  background-repeat: no-repeat;
}

.c-pricetable {
  margin-right: 6.66%;
  margin-left: 6.66%;
  padding-top: 55px;
  padding-bottom: 20px;
}

.h3title-pricerow {
  margin-right: 11.44%;
  margin-left: 11.44%;
  font-size: 22px;
  line-height: 32px;
}

.t-pricerow__numbers {
  position: relative;
  top: -5px;
  display: inline;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
}

.c-pricetable__titles {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
}

.t-pricerow__code {
  min-width: 105px;
  padding-right: 15px;
  padding-left: 15px;
}

.t-pricerow__code.is--small {
  max-width: 75px;
  min-width: 75px;
  padding-right: 0px;
  padding-left: 0px;
  text-align: center;
}

.t-pricerow__techniek {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.t-pricerow__prijsindicatievan {
  min-width: 90px;
  padding-right: 15px;
  padding-left: 15px;
  font-weight: 300;
}

.t-pricerow__prijsindicatietot {
  min-width: 90px;
  padding-right: 15px;
  padding-left: 15px;
  font-weight: 300;
}

.c-pricetable__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-bottom: 1px solid #dedede;
  line-height: 20px;
}

.c-pricetable__content.is--grey {
  background-color: rgba(0, 0, 0, 0.02);
}

.c-pricerow__code {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 105px;
  min-width: 105px;
  padding: 10px 10px 11px;
  -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: rgba(0, 0, 0, 0.04);
  line-height: 20px;
  text-align: center;
}

.c-pricerow__code.is--small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 75px;
  min-width: 75px;
  -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;
}

.c-pricerow__techniek {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.c-pricerow__prijsindicatievan {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 90px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.04);
  font-weight: 300;
}

.c-pricerow__prijsindicatietot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 90px;
  padding: 11px 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 300;
}

.t-price__right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
}

.c-pricetable__wrap {
  border-top: 1px solid #a0b0b9;
  border-bottom: 1px solid #a0b0b9;
}

.t-prijsindicatie {
  padding-left: 15px;
}

.c-detail__footnote {
  margin-right: 15.65%;
  margin-left: 16.65%;
  padding-top: 60px;
  padding-right: 10%;
}

.e-detail__footnote {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 15px;
  line-height: 22px;
}

.icn-footnote {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  margin-right: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px solid #dedede;
  border-radius: 50%;
  background-color: #fff;
  font-size: 16px;
  line-height: 28px;
}

.h3title-detail {
  margin: -10px 15.65% 50px 16.65%;
  padding-bottom: 40px;
  font-size: 22px;
  text-align: center;
}

.h2title-detail {
  position: relative;
  margin-right: 15.65%;
  margin-bottom: 0px;
  margin-left: 16.65%;
  padding-top: 0px;
  font-size: 34px;
  line-height: 44px;
}

.t-pricerow__note {
  min-width: 105px;
  padding-right: 15px;
  padding-left: 15px;
}

.t-pricerow__note.is--small {
  max-width: 80px;
  min-width: 80px;
  padding-right: 0px;
  padding-left: 0px;
  text-align: center;
}

.c-pricerow__note {
  max-width: 105px;
  min-width: 105px;
  padding: 10px 10px 11px;
  line-height: 20px;
  text-align: center;
}

.c-pricerow__note.is--small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 80px;
  min-width: 80px;
  -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;
}

.t-pricerow__tarief {
  max-width: 95px;
  min-width: 95px;
  padding-right: 15px;
  padding-left: 15px;
}

.c-pricerow__popout {
  display: none;
  min-width: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-weight: 300;
}

.c-pricerow__tarief {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 95px;
  min-width: 95px;
  padding: 11px 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: rgba(0, 0, 0, 0.04);
  font-weight: 300;
}

.e-pricerow__note {
  width: 16px;
  height: 16px;
  margin-top: 2px;
  background-image: url("../images/priceTableAsterix.svg");
  background-position: 0% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.e-pricerow__note.none {
  display: none;
}

.e-pricedown__popout.none {
  display: none;
}

.pricedown-toggle {
  padding: 0px;
}

.icn-pricerow__popout {
  width: 16px;
  height: 16px;
  margin-top: 2px;
  background-image: url("../images/priceTableInfo.svg");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.pricedown-list {
  width: 220px;
  padding: 18px;
  border-radius: 4px;
  background-color: #123a4f;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
}

.pricedown-list.w--open {
  left: 0px;
  margin-top: 10px;
}

.inline-link {
  color: #a0b0b9;
  text-decoration: underline;
}

.inline-link:hover {
  color: #123a4f;
}

.inline-superscripttitle {
  position: relative;
  top: -8px;
  margin-left: 2px;
  font-size: 16px;
}

.body-detail__blue {
  background-image: url("../images/detailTopGraphicBlue.svg");
  background-position: 50% 0%;
  background-size: 900px;
  background-repeat: no-repeat;
}

.btn-inline {
  position: relative;
  display: inline-block;
  padding: 10px 23px 12px 25px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px solid #dedede;
  border-radius: 30px;
  background-color: #fff;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  color: #123a4f;
  font-size: 15px;
  line-height: 26px;
}

.btn-inline:hover {
  border-color: transparent;
  background-color: #123a4f;
  color: #fff;
}

.h4title-detailinline {
  position: relative;
  margin-right: 15.65%;
  margin-bottom: 0px;
  margin-left: 16.65%;
  padding-top: 19px;
  padding-bottom: 0px;
  font-size: 26px;
  line-height: 32px;
}

.h4title-detailinline.in-box {
  margin-right: 10%;
  margin-left: 9%;
  color: #123a4f;
  font-size: 20px;
  line-height: 28px;
}

.list-item {
  display: inline-block;
  margin-bottom: 10px;
  padding-left: 25px;
  background-image: url("../images/bulletpoint.svg");
  background-position: 0% 13px;
  background-size: 8px 8px;
  background-repeat: no-repeat;
}

.list-item.in-box {
  display: inline-block;
  margin-bottom: 15px;
  background-position: 0% 10px;
}

.inline-titlenumber {
  position: absolute;
  top: -8px;
  padding-right: 7px;
  -webkit-transform: translate(-100%, 0px);
  -ms-transform: translate(-100%, 0px);
  transform: translate(-100%, 0px);
  font-size: 16px;
}

.inline-titlenumber.h4 {
  top: 15px;
}

.c-richdetail__frame {
  width: 67%;
  margin: 70px auto 60px;
  padding-top: 30px;
  padding-bottom: 40px;
  border-radius: 10px;
  background-color: rgba(243, 205, 187, 0.25);
}

.c-richdetail__frame.no-pad {
  padding-bottom: 0px;
}

.c-richdetail__frame.xs-pad {
  padding-bottom: 25px;
}

.p-quote {
  margin-right: 15.65%;
  margin-bottom: 60px;
  margin-left: 16.65%;
  padding-right: 30px;
  padding-left: 30px;
  line-height: 30px;
  font-style: italic;
}

.menu__btn {
  width: auto;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.navbar {
  background-color: transparent;
}

.nav-foldout__special {
  background-color: #fff;
  box-shadow: 1px 1px 20px 0 rgba(0, 0, 0, 0.1);
}

.nav-foldout__special.w--open {
  margin-left: -26px;
  padding: 15px 15px 17px 5px;
  border-radius: 4px;
}

.form--succes {
  min-height: 500px;
  background-color: #fff;
}

.form-flex__success {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 470px;
  -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;
}

.t-form__success {
  margin-top: 10px;
  margin-bottom: 25px;
}

.icn-form__succes {
  width: 48px;
  height: 48px;
  margin-bottom: 20px;
  background-image: url("../images/miniCheck.svg");
  background-position: 0px 0px;
  background-size: contain;
}

.form-error {
  margin-top: 20px;
  padding: 15px 25px 16px;
  border-radius: 8px;
  font-size: 15px;
  text-align: center;
}

.team-slider {
  height: 700px;
  background-color: transparent;
}

.team-slide-flex {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  align-items:flex-start;
}

.slide-nav {
  display: none;
}

.right-arrow {
  display: none;
}

.left-arrow {
  display: none;
}

.slider-right {
  width: 48px;
  height: 48px;
  margin-right: 5px;
  margin-left: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(160, 176, 185, 0.3);
  border-radius: 50%;
  background-image: url("../images/arrowLight.svg");
  background-position: 50% 50%;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.slider-right:hover {
  border-color: #a0b0b9;
}

.slider-left {
  width: 48px;
  height: 48px;
  margin-right: 5px;
  margin-left: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(160, 176, 185, 0.3);
  border-radius: 50%;
  background-image: url("../images/arrowLight.svg");
  background-position: 50% 50%;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.slider-left:hover {
  border-color: #a0b0b9;
}

.slider-dots {
  position: absolute;
  left: auto;
  top: auto;
  right: 15.5%;
  bottom: 0%;
  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;
}

.slider-dot {
  width: 11px;
  height: 11px;
  margin-right: 5px;
  margin-left: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.2);
  border-radius: 50%;
}

.slider-dot.active {
  background-color: #a0b0b9;
}

.img-team02 {
  position: absolute;
  left: 13.5%;
  top: 50px;
  width: 70%;
  padding-bottom: 88%;
  background-image: url("../images/graphicTeam.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.team-member {
  width: 50%;
  margin-bottom: 5px;
}

.h4title-team {
  margin-bottom: 1px;
}

@media (max-width: 991px) {
  body {
    font-size: 15px;
    line-height: 24px;
  }
  h1 {
    font-size: 38px;
    line-height: 44px;
  }
  h2 {
    font-size: 30px;
    line-height: 40px;
  }
  h3 {
    font-size: 22px;
    line-height: 34px;
  }
  h4 {
    font-size: 17px;
    line-height: 24px;
  }
  p {
    font-size: 16px;
    line-height: 28px;
  }
  .c-max1430 {
    padding-right: 5%;
    padding-left: 5%;
  }
  .c-max1430.is--header {
    margin-top: 10vw;
    margin-bottom: 80px;
  }
  .c-max1430.is--heroform {
    margin-top: 50px;
    margin-bottom: 50px;
    padding-right: 0%;
    padding-left: 5%;
  }
  .c-max1430.is--introductie {
    margin-top: 50px;
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .c-max1430.is--hoe {
    margin-top: 80px;
    -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;
  }
  .c-max1430.is--team {
    margin-bottom: 50px;
    padding-top: 190px;
    padding-bottom: 80px;
  }
  .c-max1430.is--prices {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .c-max1430.is--faq {
    padding-top: 40px;
  }
  .c-max1430.is--form {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .c-max1430.is--cta {
    margin-bottom: 120px;
    padding-top: 80px;
    padding-bottom: 20px;
  }
  .c-max1430.is--footer {
    padding-bottom: 50px;
  }
  .c-max1430.is--rich {
    margin-top: 70px;
    padding-bottom: 140px;
  }
  .c-max1430.is--footer {
    margin-bottom: 120px;
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .c-max1430.is--footerbot {
    padding-top: 130px;
    padding-bottom: 50px;
  }
  .el-logo {
    max-width: 110px;
  }
  .el-logo.w--current {
    position: relative;
    z-index: 99;
  }
  .nav-list {
    margin-bottom: 5px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .nav-item {
    margin: 0px 1.4vw;
  }
  .icn-arrow.is--map {
    position: absolute;
    left: 0px;
    top: 12px;
    -webkit-transform: translate(-100%, 0px);
    -ms-transform: translate(-100%, 0px);
    transform: translate(-100%, 0px);
  }
  .icn-arrow.is--menu {
    position: absolute;
    top: 15px;
    right: -5px;
    -webkit-transform: translate(100%, 0px);
    -ms-transform: translate(100%, 0px);
    transform: translate(100%, 0px);
  }
  .nav-foldout.w--open {
    position: absolute;
    display: block;
    margin-left: -85px;
  }
  .nav-foldout.is--map.w--open {
    position: absolute;
  }
  .nav-dropdown {
    display: block;
    margin-left: 1.4vw;
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .nav-dropdown.w--open {
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .nav-dropdown.is--map {
    margin-right: 1vw;
    margin-left: 2.4vw;
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .nav-listcontact {
    margin-top: 8px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .nav-itemdropdown.is--map {
    margin-right: 2vw;
    margin-left: 0vw;
  }
  .nav-itemdropdown.is--betaling {
    max-height: 38px;
    max-width: 158px;
    margin-left: 0px;
  }
  .btn-ghost {
    top: 10px;
    font-size: 14px;
  }
  .btn-ghost.is--footer {
    margin-left: 0px;
  }
  .btn-ghost.is--menu {
    top: 0px;
    display: none;
  }
  .c-max450 {
    max-width: 450px;
  }
  .section-subtitle {
    margin-bottom: 5px;
  }
  .section-subtitle.is--team {
    margin-bottom: 80px;
  }
  .section-subtitle.is--formpromise {
    font-size: 17px;
  }
  .section-subtitle.is--formpromise02 {
    font-size: 17px;
  }
  .e-heroform {
    margin-top: 10%;
    margin-left: 1.33%;
    padding: 45px 40px 50px;
  }
  .e-formblock {
    width: 285px;
    margin-top: 20px;
  }
  .form-fieldbox {
    padding-top: 19px;
    padding-bottom: 20px;
  }
  .btn-form {
    font-size: 14px;
  }
  .form-sticker {
    left: -35px;
    width: 107px;
    height: 107px;
    padding-bottom: 2px;
    font-size: 13px;
    line-height: 18px;
  }
  .img-heroform01 {
    right: 0%;
    width: 56.5%;
    padding-bottom: 70%;
  }
  .img-heroform02 {
    top: 57%;
    right: 9.5%;
  }
  .img-herologo01 {
    right: 25px;
    width: 18%;
  }
  .img-herologo02 {
    left: 10px;
  }
  .img-herodot01 {
    right: 20px;
    min-width: 220px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .img-herodot02 {
    left: 25px;
    min-width: 250px;
  }
  .img-herodot03 {
    left: 34%;
    min-width: 476px;
  }
  .img-herologo03 {
    left: 505px;
    bottom: 0px;
    z-index: 1;
    width: 18%;
  }
  .c-max1075 {
    padding-right: 5%;
    padding-left: 5%;
  }
  .c-max1075.is--introductie {
    padding-right: 1%;
    padding-left: 1%;
  }
  .c-max1075.is--services01 {
    padding-right: 1%;
    padding-bottom: 60px;
    padding-left: 1%;
  }
  .c-max1075.is--services02 {
    padding-bottom: 50px;
  }
  .c-max1075.is--prices {
    padding-right: 1px;
    padding-left: 1%;
  }
  .c-max1075.is--divider {
    padding-top: 80px;
    padding-bottom: 70px;
  }
  .c-max1075.is--faq01 {
    padding-right: 1%;
    padding-bottom: 60px;
    padding-left: 1%;
  }
  .c-max1075.is--faq02 {
    padding-bottom: 70px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .c-max1075.is--ctasmall {
    padding-top: 40px;
    padding-bottom: 120px;
  }
  .c-max1075.is--footer01 {
    padding-right: 1%;
    padding-left: 1%;
  }
  .c-max1075.is--footer02 {
    padding-right: 1%;
    padding-bottom: 95px;
    padding-left: 1%;
  }
  .c-max1075.is--footer03 {
    padding-right: 1%;
    padding-bottom: 20px;
    padding-left: 1%;
  }
  .c-max1075.is--rich {
    padding-right: 1%;
    padding-left: 1%;
  }
  .c-50p.is--2colleft {
    padding-right: 2.5%;
  }
  .c-50p.is--2colleft.is--footer {
    width: 70%;
  }
  .c-50p.is--2colleft.is--form {
    padding-right: 0%;
  }
  .c-50p.is--2colleft.is--offsethoe {
    width: 100%;
  }
  .c-50p.is--2colleft.is--footerbot {
    width: 30%;
  }
  .c-50p.is--2colright {
    padding-left: 0px;
  }
  .c-50p.is--2colright.is--offsethoe {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 120px;
    padding-top: 90px;
    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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .c-50p.is--2colright.is--team {
    width: 50%;
    padding-top: 0px;
    padding-right: 8%;
  }
  .c-50p.is--2colright.is--form {
    padding: 20% 1%;
  }
  .c-50p.is--2colright.is--footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .c-50p.is--2colright.is--footerbot {
    width: 70%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .c-50p.is--serviceitem {
    padding-right: 3.5%;
    padding-bottom: 80px;
    padding-left: 1%;
  }
  .c-50p.is--ctasmall {
    width: 80%;
  }
  .c-50p.is--cta {
    width: 90%;
  }
  .c-50p.is--404 {
    width: 90%;
    height: 50vh;
  }
  .h2title.is--thoe {
    margin-bottom: 20px;
    text-align: center;
  }
  .inline-btnlink.is--icnmail {
    padding-bottom: 0px;
  }
  .c-flexitemhoe {
    width: 50%;
    margin-top: 0px;
    padding-top: 70px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .icn-hoe01 {
    margin-right: -12px;
  }
  .c-hoe01 {
    margin-top: 20px;
  }
  .icn-hoe02 {
    margin-right: 0px;
  }
  .img-hoe01 {
    position: relative;
    width: 52%;
    padding-bottom: 60%;
  }
  .e-hoefill {
    padding-bottom: 66%;
  }
  .img-hoelogo01 {
    left: -5px;
    width: 20%;
  }
  .img-hoelogo02 {
    right: 10px;
    width: 21%;
  }
  .img-hoedot01 {
    top: 135px;
    right: 165px;
    min-height: 350px;
    min-width: 476px;
  }
  .h2title-services {
    font-size: 34px;
    line-height: 44px;
  }
  .e-team__fill {
    top: 65px;
  }
  .h2title-team {
    font-size: 34px;
    line-height: 42px;
  }
  .t-team__function.no-pad {
    font-size: 14px;
  }
  .p-team__biography {
    font-size: 15px;
    line-height: 26px;
  }
  .c-team__control {
    padding-left: 0px;
  }
  .img-team01 {
    margin-left: 6.5%;
    margin-top: 40px;
    width: 80%;
    /* padding-bottom: 112%; */
  }
  .e-teamfill {
    left: -5px;
    top: 220px;
  }
  .img-teamdot01 {
    top: -50px;
    min-height: 290px;
    min-width: 280px;
    -webkit-transform: translate(-21px, 0px);
    -ms-transform: translate(-21px, 0px);
    transform: translate(-21px, 0px);
  }
  .img-teamlogo01 {
    left: 10px;
    width: 40%;
  }
  .img-teamdot02 {
    min-width: 426px;
  }
  .img-teamlogo02 {
    top: 180px;
    right: 10px;
    width: 18%;
  }
  .img-teamdot03 {
    min-height: 326px;
    min-width: 304px;
  }
  .p-prices {
    margin-bottom: 25px;
  }
  .e-heroform__fill01 {
    right: 32px;
    bottom: 170px;
  }
  .c-25p.is--faqtitle {
    width: 100%;
    margin-bottom: 25px;
    padding-left: 1%;
  }
  .c-75p {
    width: 100%;
    padding-right: 1%;
    padding-left: 1%;
  }
  .faq-itemdropdown {
    display: block;
    margin-bottom: 18px;
    padding-bottom: 20px;
  }
  .faq-dropdown {
    font-size: 16px;
  }
  .h3title-ctasmall {
    font-size: 22px;
    line-height: 32px;
  }
  .e-form__fill {
    top: 40px;
    bottom: 0px;
  }
  .h2title-form {
    margin-bottom: 40px;
    font-size: 34px;
    line-height: 44px;
  }
  .img-form01 {
    left: 25%;
    width: 80%;
    margin-bottom: -20%;
    padding-bottom: 100%;
  }
  .img-formlogo01 {
    right: 215px;
    width: 40%;
  }
  .c-formpromise {
    width: 90%;
    min-width: 305px;
    padding-top: 32%;
    padding-bottom: 60px;
  }
  .img-formdot01 {
    left: 0px;
    min-height: 300px;
    min-width: 290px;
  }
  .t-formpromisetext {
    font-size: 14px;
    line-height: 26px;
  }
  .nav-link__icn {
    font-size: 14px;
  }
  .footer {
    padding-top: 0px;
    padding-bottom: 0px;
    background-position: 0px 100%;
    background-size: 605px;
  }
  .c-footer__navlist.is--45p {
    width: 80%;
  }
  .c-footer__navlist.is--45p.is--first {
    margin-bottom: -10px;
  }
  .c-footer__navlist.is--45p.is--firstbot {
    width: 55%;
    margin-bottom: -10px;
  }
  .c-footer__navlist.is--50p {
    width: 80%;
  }
  .c-footer__navlist.is--50p.is--footerbot {
    width: 50%;
  }
  .t-footer__navlist.is--follower {
    margin-top: 45px;
  }
  .t-footer__navlist.is--disclaimer {
    font-size: 14px;
  }
  .footer-link {
    font-size: 14px;
    line-height: 26px;
  }
  .footer-link.is--routeplanner {
    margin-top: 12px;
    background-position: -3px 4px;
  }
  .footer-link.is--map {
    background-position: 0px 3px;
  }
  .footer-text {
    font-size: 14px;
    line-height: 26px;
  }
  .footer-link__icn {
    font-size: 14px;
    line-height: 26px;
  }
  .c-footer__icnsocial {
    margin-bottom: 40px;
  }
  .icn-footersocial {
    width: 42px;
    height: 42px;
  }
  .footer-link__disclaimer {
    font-size: 14px;
    line-height: 20px;
  }
  .h1title-cta {
    margin-bottom: 30px;
    font-size: 32px;
    line-height: 41px;
  }
  .h1title-detail {
    margin-bottom: 40px;
    font-size: 34px;
    line-height: 42px;
  }
  .p-detail {
    margin-right: 10%;
    margin-bottom: 40px;
    margin-left: 10%;
  }
  .body-detail__pink {
    background-size: 490px;
  }
  .c-pricetable {
    margin-right: 0%;
    margin-left: 0%;
    padding-top: 45px;
  }
  .h3title-pricerow {
    margin-left: 3%;
    font-size: 20px;
    line-height: 30px;
  }
  .c-detail__footnote {
    margin-right: 10%;
    margin-left: 10%;
    padding-right: 5%;
  }
  .h3title-detail {
    margin-right: 5%;
    margin-bottom: 40px;
    margin-left: 5%;
    padding-bottom: 30px;
  }
  .h2title-detail {
    margin-left: 9.75%;
    font-size: 28px;
    line-height: 38px;
  }
  .body-detail__blue {
    background-size: 490px;
  }
  .h4title-detailinline {
    margin-right: 10%;
    margin-left: 10%;
    padding-top: 15px;
    font-size: 22px;
    line-height: 32px;
  }
  .list-item {
    margin-bottom: 5px;
    padding-left: 15px;
    background-position: 0% 10px;
  }
  .c-richdetail__frame {
    width: 90%;
  }
  .p-quote {
    margin-right: 10%;
    margin-left: 10%;
    font-size: 16px;
    line-height: 28px;
  }
  .nav-menu {
    position: absolute;
    left: 0px;
    right: 0px;
    z-index: 8;
    width: 100%;
    padding: 30px 45px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    background-color: #fff;
  }
  .menu-btn {
    position: absolute;
    right: 20px;
    z-index: 99;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .menu-btn.w--open {
    background-color: transparent;
  }
  .c-menu__btn {
    position: relative;
    width: 24px;
    height: 10px;
  }
  .el-menu__line {
    width: 100%;
    height: 1px;
    background-color: #123a4f;
  }
  .el-menu__line.is--top {
    position: absolute;
    top: 0px;
  }
  .el-menu__line.is--bottom {
    position: absolute;
    bottom: 0px;
  }
  .t-menu {
    position: absolute;
    top: -8px;
    right: -3px;
    -webkit-transform: translate(-100%, 0px);
    -ms-transform: translate(-100%, 0px);
    transform: translate(-100%, 0px);
    font-size: 15px;
    line-height: 24px;
  }
  .nav-foldout__special.w--open {
    position: absolute;
    display: block;
    margin-left: -105px;
    padding-right: 24px;
    -webkit-transform: translate(60px, 0px);
    -ms-transform: translate(60px, 0px);
    transform: translate(60px, 0px);
  }
  .form--succes {
    padding-right: 0px;
    padding-left: 0px;
  }
  .form-flex__success {
    padding-right: 15px;
    padding-left: 15px;
  }
  .form-flex__success.no-pad {
    padding-right: 0px;
    padding-left: 0px;
  }
  .form-error {
    padding: 12px 15px;
    font-size: 14px;
  }
  .team-slider {
    height: 570px;
  }
  .slider-dots {
    left: 2%;
    right: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .img-team02 {
    left: 6.5%;
    top: 40px;
    width: 80%;
    padding-bottom: 112%;
  }
  .team-member {
    width: 100%;
    margin-bottom: -2px;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 32px;
    line-height: 38px;
  }
  h3 {
    font-size: 20px;
    line-height: 32px;
  }
  h4 {
    font-size: 15px;
    line-height: 22px;
  }
  p {
    font-size: 15px;
    line-height: 26px;
  }
  .c-max1430.is--header {
    margin-top: 4vw;
    margin-bottom: 60px;
  }
  .c-max1430.is--heroform {
    margin-bottom: 0px;
    padding-left: 4%;
  }
  .c-max1430.is--introductie {
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 20px;
  }
  .c-max1430.is--services {
    padding-top: 40px;
  }
  .c-max1430.is--team {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .c-max1430.is--prices {
    padding-top: 30px;
  }
  .c-max1430.is--faq {
    padding-top: 40px;
  }
  .c-max1430.is--form {
    margin-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .c-max1430.is--cta {
    margin-bottom: 100px;
    padding-top: 60px;
  }
  .c-max1430.is--nav {
    padding-top: 30px;
    padding-bottom: 25px;
  }
  .c-max1430.is--rich {
    padding-bottom: 120px;
  }
  .c-max1430.is--footerbot {
    padding-top: 110px;
    padding-bottom: 30px;
  }
  .el-logo {
    max-width: 120px;
  }
  .nav-link {
    font-size: 14px;
    line-height: 23px;
  }
  .section-subtitle.is--team {
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .e-heroform {
    margin-left: 0%;
    padding: 35px 29px 40px;
  }
  .form-title {
    margin-bottom: 0px;
  }
  .form-label {
    font-size: 13px;
  }
  .form-fieldbox {
    font-size: 14px;
  }
  .btn-form {
    margin-top: 15px;
    padding-top: 9px;
    padding-bottom: 10px;
  }
  .form-checkboxlabel {
    font-size: 13px;
  }
  .form-sticker {
    left: -25px;
  }
  .img-heroform02 {
    top: 48%;
    right: 2.5%;
    min-width: 280px;
  }
  .img-herodot03 {
    left: auto;
    right: 0%;
    min-width: 366px;
  }
  .img-herologo03 {
    left: auto;
    right: 5%;
  }
  .c-max1075.is--introductie {
    padding-right: 5%;
    padding-left: 5%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .c-max1075.is--services01 {
    padding-right: 5%;
    padding-bottom: 60px;
    padding-left: 5%;
  }
  .c-max1075.is--services02 {
    padding-right: 5%;
    padding-left: 5%;
  }
  .c-max1075.is--prices {
    padding-right: 5%;
    padding-left: 5%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .c-max1075.is--divider {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .c-max1075.is--faq01 {
    padding-right: 5%;
    padding-left: 5%;
  }
  .c-max1075.is--faq02 {
    padding-right: 5%;
    padding-bottom: 60px;
    padding-left: 5%;
  }
  .c-max1075.is--ctasmall {
    padding-bottom: 100px;
  }
  .c-max1075.is--footer01 {
    padding-right: 5%;
    padding-bottom: 50px;
    padding-left: 5%;
  }
  .c-max1075.is--footer02 {
    padding-right: 5%;
    padding-bottom: 20px;
    padding-left: 5%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .c-max1075.is--footer03 {
    padding-right: 5%;
    padding-bottom: 0px;
    padding-left: 5%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .c-max1075.is--rich {
    padding-right: 0%;
    padding-left: 0%;
  }
  .c-50p.is--2colleft {
    width: 100%;
    padding-right: 0%;
    /* padding-bottom: 70px; */
  }
  .c-50p.is--2colleft.is--servicestitle {
    padding-bottom: 0px;
  }
  .c-50p.is--2colleft.is--footer {
    width: 100%;
  }
  .c-50p.is--2colleft.is--form {
    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: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .c-50p.is--2colleft.is--footerbot {
    width: 50%;
    padding-bottom: 0px;
  }
  .c-50p.is--2colleft.is--intro {
    margin-bottom: 0px;
  }
  .c-50p.is--2colleft.is--prices {
    padding-bottom: 10px;
  }
  .c-50p.is--2colright {
    width: 100%;
  }
  .c-50p.is--2colright.is--offsethoe {
    padding-top: 50px;
    padding-right: 4vw;
    padding-left: 5vw;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .c-50p.is--2colright.is--servicestop {
    width: 50%;
  }
  .c-50p.is--2colright.is--team {
    width: 90%;
    padding-top: 80px;
    padding-left: 5%;
  }
  .c-50p.is--2colright.is--form {
    padding-right: 5%;
    padding-left: 5%;
  }
  .c-50p.is--2colright.is--footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .c-50p.is--2colright.is--footerbot {
    width: 50%;
  }
  .c-50p.is--serviceitem {
    padding-right: 1%;
    padding-bottom: 60px;
  }
  .c-50p.is--ctasmall {
    width: 90%;
  }
  .c-50p.is--cta {
    width: 100%;
  }
  .c-50p.is--404 {
    width: 100%;
  }
  .link-item.is--icnright {
    font-size: 14px;
  }
  .h2title {
    font-size: 26px;
    line-height: 34px;
  }
  .inline-btnlink {
    padding-right: 8px;
    padding-bottom: 2px;
    padding-left: 8px;
    line-height: 24px;
  }
  .inline-btnlink.is--icnmail {
    padding-right: 29px;
    padding-bottom: 3px;
    background-position: 92% 55%;
  }
  .inline-btnlink.is--icncall {
    padding-right: 29px;
    background-position: 92% 55%;
  }
  .c-flexitemhoe {
    padding-top: 50px;
  }
  .c-flexitemhoe.follower {
    padding-top: 50px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .h3title-hoe {
    font-size: 19px;
    line-height: 24px;
  }
  .img-hoe01 {
    padding-bottom: 55%;
  }
  .e-hoefill {
    padding-bottom: 60%;
  }
  .img-hoedot01 {
    top: 75px;
  }
  .h3title-services {
    font-size: 18px;
    line-height: 28px;
  }
  .h2title-services {
    font-size: 30px;
    line-height: 38px;
  }
  .c-servicestitle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .h2title-team {
    font-size: 30px;
    line-height: 40px;
  }
  .t-team__function {
    margin-bottom: 30px;
  }
  .c-team__control {
    margin-left: 4%;
  }
  .img-team01 {
    position: relative;
    margin-left: 16.5%;
    margin-top: 0px;
    width: 65%;
    /* padding-bottom: 82%; */
  }
  .e-teamfill {
    left: 20px;
    top: 160px;
    width: 50%;
  }
  .img-teamdot01 {
    min-height: 250px;
    min-width: 220px;
  }
  .img-teamlogo01 {
    left: 40px;
    width: 20%;
  }
  .img-teamlogo02 {
    top: 90px;
    right: 14px;
  }
  .e-heroform__fill01 {
    bottom: 140px;
  }
  .h2title-faq {
    font-size: 26px;
    line-height: 36px;
  }
  .faq-itemdropdown {
    margin-bottom: 12px;
    padding-bottom: 15px;
  }
  .faq-dropdown {
    font-size: 15px;
  }
  .h3title-ctasmall {
    font-size: 22px;
    line-height: 32px;
  }
  .e-form__fill {
    top: 0px;
    bottom: 120px;
  }
  .h2title-form {
    font-size: 30px;
    line-height: 40px;
  }
  .img-form01 {
    position: relative;
    left: auto;
    right: 0px;
    width: 80%;
    margin-bottom: -25%;
    padding-bottom: 60%;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .img-formlogo01 {
    left: 13%;
    top: 16vw;
    right: auto;
    width: 20%;
  }
  .c-formpromise {
    width: 65%;
    padding-top: 35%;
    padding-right: 5%;
    padding-left: 5%;
  }
  .c-footer__navlist.is--45p {
    width: 105%;
  }
  .c-footer__navlist.is--45p.is--firstbot {
    width: 60%;
  }
  .c-footer__navlist.is--50p {
    width: 100%;
    padding-right: 3%;
  }
  .c-footer__navlist.is--50p.is--footerbot {
    width: 40%;
    padding-right: 0%;
  }
  .t-footer__navlist.is--disclaimer {
    margin-bottom: 5px;
    font-size: 13px;
  }
  .footer-link__disclaimer {
    font-size: 13px;
  }
  .h1title-cta {
    font-size: 28px;
    line-height: 38px;
  }
  .h1title-detail {
    font-size: 30px;
    line-height: 40px;
  }
  .p-detail {
    margin-right: 5%;
    margin-left: 5%;
  }
  .c-pricetable {
    padding-top: 35px;
  }
  .h3title-pricerow {
    margin-right: 5%;
    margin-bottom: 15px;
    margin-left: 4.5%;
  }
  .c-pricetable__titles {
    font-size: 14px;
  }
  .t-pricerow__code {
    padding-left: 2.5%;
  }
  .t-pricerow__code.is--small {
    max-width: 65px;
    min-width: 65px;
  }
  .t-pricerow__techniek {
    padding-right: 2.5%;
    padding-left: 2.5%;
  }
  .t-pricerow__prijsindicatievan {
    min-width: 75px;
    padding-right: 2.5%;
    padding-left: 2.5%;
  }
  .t-pricerow__prijsindicatietot {
    min-width: 75px;
    padding-right: 2.5%;
    padding-left: 2.5%;
  }
  .c-pricerow__code {
    min-width: 96px;
    padding-right: 1.5%;
    padding-left: 1.5%;
  }
  .c-pricerow__code.is--small {
    max-width: 65px;
    min-width: 65px;
  }
  .c-pricerow__techniek {
    padding-right: 2.5%;
    padding-left: 2.5%;
    line-height: 18px;
  }
  .c-pricerow__prijsindicatievan {
    min-width: 75px;
    padding-right: 2.5%;
    padding-left: 2.5%;
  }
  .c-pricerow__prijsindicatietot {
    min-width: 75px;
    padding-right: 2.5%;
    padding-left: 2.5%;
  }
  .c-pricetable__wrap {
    font-size: 14px;
  }
  .c-detail__footnote {
    margin-right: 0%;
    margin-left: 0%;
    padding-right: 0%;
  }
  .h3title-detail {
    margin-right: 0%;
    margin-left: 0%;
    font-size: 18px;
    line-height: 28px;
  }
  .h2title-detail {
    margin-right: 5%;
    margin-left: 4.5%;
    font-size: 24px;
    line-height: 34px;
  }
  .t-pricerow__note.is--small {
    max-width: 40px;
    min-width: 40px;
  }
  .c-pricerow__note.is--small {
    max-width: 40px;
    min-width: 40px;
    padding-right: 1.5%;
    padding-left: 1.5%;
  }
  .t-pricerow__tarief {
    max-width: 85px;
    min-width: 85px;
    padding-right: 2.5%;
    padding-left: 2.5%;
  }
  .c-pricerow__tarief {
    max-width: 85px;
    min-width: 85px;
    padding-right: 2.5%;
    padding-left: 2.5%;
  }
  .e-pricerow__note {
    width: 12px;
    height: 12px;
  }
  .inline-superscripttitle {
    font-size: 14px;
  }
  .h4title-detailinline {
    margin-right: 5%;
    margin-left: 5%;
    padding-top: 25px;
    font-size: 20px;
  }
  .c-richdetail__frame.no-pad {
    width: 100%;
  }
  .c-richdetail__frame.xs-pad {
    width: 100%;
  }
  .p-quote {
    margin-right: 5%;
    margin-left: 5%;
    padding-right: 5%;
    padding-left: 5%;
    border-left-width: 3px;
  }
  .menu-btn {
    right: 10px;
  }
  .t-form__success {
    font-size: 14px;
  }
  .form-error {
    font-size: 13px;
  }
  .team-slider {
    height: 1080px;
  }
  .team-slide-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .slider-dots {
    left: 4%;
    bottom: -7%;
  }
  .img-team02 {
    position: relative;
    left: 16.5%;
    top: 0px;
    width: 65%;
    padding-bottom: 82%;
  }
  .h4title-team {
    margin-bottom: 2px;
    font-size: 17px;
  }

  .popup__container {
    width: 100%;
  }
}

@media (max-width: 479px) {
  h1 {
    font-size: 28px;
    line-height: 34px;
  }
  h4 {
    font-size: 14px;
    line-height: 20px;
  }
  .c-max1430.is--header {
    margin-top: 50px;
  }
  .c-max1430.is--heroform {
    margin-top: 0px;
    padding-left: 0%;
  }
  .c-max1430.is--introductie {
    padding-top: 30px;
  }
  .c-max1430.is--services {
    padding-top: 40px;
  }
  .c-max1430.is--team {
    padding-bottom: 40px;
  }
  .c-max1430.is--cta {
    padding-top: 50px;
  }
  .c-max1430.is--nav {
    padding-left: 8%;
  }
  .el-logo {
    max-width: 110px;
  }
  .nav-list {
    max-height: none;
    min-height: 128px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .nav-item.het-team {
    margin-bottom: -7px;
  }
  .icn-arrow {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .nav-listcontact {
    margin-top: 25px;
  }
  .nav-itemdropdown.is--map {
    margin-left: 5vw;
  }
  .section-subtitle {
    margin-bottom: 0px;
  }
  .section-subtitle.is--team {
    margin-bottom: 30px;
  }
  .e-heroform {
    width: 100%;
    margin-top: 50%;
    margin-right: 4.5%;
    margin-left: 4.5%;
    padding-right: 6.5%;
    padding-left: 6.5%;
  }
  .form-title {
    font-size: 18px;
  }
  .e-formblock {
    width: 100%;
  }
  .form-sticker {
    left: -13px;
    top: -70px;
    width: 97px;
    height: 97px;
    padding-right: 9px;
    padding-left: 9px;
    font-size: 12px;
    line-height: 16px;
  }
  .img-heroform01 {
    width: 85.5%;
    padding-bottom: 60%;
  }
  .img-heroform02 {
    top: 6%;
    right: auto;
    display: none;
    min-width: 50%;
  }
  .img-herologo01 {
    top: 125px;
    right: 25px;
    z-index: 10;
    width: 30%;
  }
  .img-herologo02 {
    left: -30px;
    width: 30%;
  }
  .img-herodot01 {
    top: auto;
    right: 0px;
    bottom: -5px;
    min-height: 215px;
    min-width: 190px;
  }
  .img-herodot02 {
    left: 0px;
    min-height: 215px;
    min-width: 200px;
  }
  .c-max1075 {
    padding-right: 0%;
    padding-left: 0%;
  }
  .c-max1075.is--services01 {
    padding-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .c-max1075.is--services02 {
    padding-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .c-max1075.is--divider {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .c-max1075.is--faq01 {
    padding-bottom: 20px;
  }
  .c-max1075.is--faq02 {
    padding-bottom: 40px;
  }
  .c-max1075.is--footer02 {
    padding-bottom: 30px;
  }
  .c-max1075.is--footer03 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .c-max1075.is--ctasmalldetail {
    margin-top: 100px;
    padding-top: 100px;
  }
  .c-50p.is--2colleft.is--footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .c-50p.is--2colleft.is--footerbot {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .c-50p.is--2colleft.is--prices {
    padding-bottom: 10px;
  }
  .c-50p.is--2colright.is--offsethoe {
    margin-top: 100px;
    padding-top: 0px;
    padding-right: 5%;
    padding-left: 5%;
    -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;
  }
  .c-50p.is--2colright.is--servicestop {
    display: none;
    margin-top: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .c-50p.is--2colright.is--team {
    width: 100%;
    padding-top: 40px;
    padding-right: 5%;
  }
  .c-50p.is--2colright.is--form {
    padding-top: 110px;
    padding-bottom: 120px;
  }
  .c-50p.is--2colright.is--footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .c-50p.is--2colright.is--footerbot {
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .c-50p.is--serviceitem {
    width: 100%;
  }
  .c-50p.is--ctasmall {
    width: 100%;
  }
  .c-flexitemhoe {
    width: 100%;
  }
  .h3title-hoe {
    font-size: 18px;
    line-height: 24px;
  }
  .img-hoe01 {
    left: 28px;
    width: 72%;
    padding-bottom: 65%;
  }
  .img-hoelogo01 {
    width: 30%;
  }
  .img-hoelogo02 {
    width: 30%;
  }
  .img-hoedot01 {
    left: -10px;
    right: auto;
    min-height: 260px;
    min-width: 100%;
  }
  .h2title-services {
    font-size: 26px;
    line-height: 36px;
  }
  .e-team__fill {
    right: 0px;
  }
  .h2title-team {
    font-size: 26px;
    line-height: 36px;
  }
  .t-team__function {
    font-size: 14px;
  }
  .t-team__function.no-pad {
    font-size: 13px;
  }
  .p-team__biography {
    font-size: 14px;
  }
  .c-team__control {
    bottom: 40px;
    margin-left: 3%;
  }
  .e-teamfill {
    top: 100px;
  }
  .img-teamlogo01 {
    width: 30%;
  }
  .img-teamdot02 {
    min-height: 300px;
    min-width: 345px;
  }
  .img-teamlogo02 {
    width: 30%;
  }
  .img-teamdot03 {
    left: 0px;
    right: auto;
    min-height: 266px;
    min-width: 274px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .faq-dropdown {
    max-height: none;
    line-height: 24px;
    white-space: normal;
  }
  .h3title-ctasmall {
    font-size: 20px;
    line-height: 28px;
  }
  .h2title-form {
    font-size: 28px;
    line-height: 38px;
  }
  .img-form01 {
    width: 90%;
    margin-left: -5.5%;
  }
  .img-formlogo01 {
    left: auto;
    right: -2%;
    width: 35%;
  }
  .c-formpromise {
    width: 100%;
    min-width: auto;
    padding-right: 7%;
    padding-left: 7%;
    font-size: 15px;
  }
  .img-formdot01 {
    top: -20px;
    bottom: auto;
  }
  .t-formpromisetext {
    font-size: 13px;
    line-height: 26px;
  }
  .c-footer__navlist.is--45p {
    width: 100%;
  }
  .c-footer__navlist.is--45p.is--firstbot {
    width: 50%;
  }
  .c-footer__navlist.is--50p {
    margin-top: 50px;
    padding-right: 5%;
  }
  .c-footer__navlist.is--50p.is--footerbot {
    width: 50%;
    margin-top: 0px;
  }
  .c-footer__navlist.is--100p {
    margin-bottom: 5px;
  }
  .t-footer__navlist.is--follower {
    margin-top: 50px;
  }
  .c-footer__icnsocial {
    margin-bottom: 0px;
  }
  .h1title-cta {
    font-size: 26px;
    line-height: 34px;
  }
  .h1title-detail {
    margin-bottom: 30px;
    font-size: 26px;
    line-height: 32px;
  }
  .p-detail {
    margin-right: 0%;
    margin-left: 0%;
  }
  .p-detail.in-box {
    margin-right: 7.5%;
    margin-left: 7.5%;
  }
  .c-pricetable {
    padding-top: 25px;
    padding-bottom: 30px;
  }
  .h3title-pricerow {
    margin-right: 0%;
    margin-left: 0%;
    font-size: 16px;
    line-height: 26px;
  }
  .t-pricerow__numbers.tab-font {
    font-size: 14px;
    line-height: 24px;
  }
  .c-pricetable__titles {
    font-size: 12px;
  }
  .t-pricerow__code {
    min-width: 77px;
    padding-left: 0%;
  }
  .t-pricerow__code.is--small {
    max-width: 35px;
    min-width: 35px;
  }
  .t-pricerow__techniek {
    padding-right: 1.5%;
    padding-left: 1.5%;
  }
  .t-pricerow__prijsindicatievan {
    min-width: 50px;
    padding-right: 1.5%;
    padding-left: 1.5%;
  }
  .t-pricerow__prijsindicatietot {
    min-width: 50px;
    padding-right: 1.5%;
    padding-left: 1.5%;
  }
  .c-pricetable__content {
    font-size: 12px;
    line-height: 16px;
  }
  .c-pricerow__code {
    min-width: 77px;
  }
  .c-pricerow__code.is--small {
    max-width: 35px;
    min-width: 35px;
  }
  .c-pricerow__techniek {
    padding-right: 1.5%;
    padding-left: 1.5%;
    line-height: 17px;
  }
  .c-pricerow__prijsindicatievan {
    min-width: 50px;
    padding-right: 1.5%;
    padding-left: 1.5%;
  }
  .c-pricerow__prijsindicatietot {
    min-width: 50px;
    padding-right: 1.5%;
    padding-left: 1.5%;
  }
  .c-pricetable__wrap {
    font-size: 13px;
    line-height: 22px;
  }
  .t-prijsindicatie {
    display: none;
  }
  .e-detail__footnote {
    font-size: 13px;
    line-height: 20px;
  }
  .icn-footnote.tab-font {
    width: 34px;
    height: 34px;
    margin-right: 12px;
    font-size: 12px;
  }
  .h3title-detail {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 22px;
  }
  .h2title-detail {
    margin-right: 0%;
    margin-left: 8%;
    font-size: 21px;
    line-height: 32px;
  }
  .t-pricerow__note.is--small {
    max-width: 30px;
    min-width: 30px;
  }
  .c-pricerow__note.is--small {
    max-width: 30px;
    min-width: 30px;
  }
  .c-pricerow__tarief {
    max-width: 60px;
    min-width: 60px;
  }
  .inline-superscripttitle {
    font-size: 12px;
  }
  .inline-superscripttitle.is--inside {
    top: 0px;
  }
  .body-detail__blue {
    background-size: 490px;
  }
  .btn-inline {
    font-size: 14px;
  }
  .h4title-detailinline {
    margin-right: 0%;
    margin-left: 8%;
    font-size: 18px;
    line-height: 26px;
  }
  .h4title-detailinline.in-box {
    margin-right: 7.5%;
    margin-left: 7.5%;
    font-size: 18px;
    line-height: 25px;
  }
  .inline-titlenumber.tab-font {
    font-size: 12px;
  }
  .inline-titlenumber.h4 {
    font-size: 12px;
  }
  .c-richdetail__frame {
    width: 100%;
    padding-top: 20px;
    border-radius: 4px;
  }
  .c-richdetail__frame.xs-pad {
    padding-top: 30px;
  }
  .p-quote {
    margin-right: 2.5%;
    margin-left: 2.5%;
    padding-top: 5px;
    padding-bottom: 5px;
    border-left-width: 2px;
    font-size: 15px;
    line-height: 26px;
  }
  .nav-menu {
    padding-right: 5%;
    padding-left: 5%;
  }
  .menu-btn {
    right: 5px;
  }
  .c-menu__btn {
    width: 20px;
  }
  .t-menu {
    right: -7px;
    font-size: 14px;
  }
  .team-slider {
    height: 850px;
  }
  .slider-right {
    width: 44px;
    height: 44px;
  }
  .slider-left {
    width: 44px;
    height: 44px;
  }
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1002;
  overflow: hidden;
  display: grid;
  align-items: center;
  justify-content: center;
  grid-template-columns: 1fr;
  padding: 4%;
  transition: all 0.8s ease;
}

.popup__container {
  background-color: #fff;
  position: relative;
  padding: 30px;
  max-width: 600px;
  width: 600px;
  height: 340px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  justify-self: center;
  flex-direction: column;
  animation: translatePopup 0.8s ease;
  box-shadow: 1px 1px 34px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.8s ease;
}

.popup__container:after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  background-image: url(../images/detailTopGraphicPink.svg);
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}

.popup__container p {
  max-width: 400px;
}

.popup__title {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.popup__close {
  background-image: none;
  position: relative;
  z-index: 999;
  margin: 0;
}

.popup__close:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 1px;
  height: 10px;
  background: black;
}

.popup__close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 1px;
  height: 10px;
  background: black;
}

@media (max-width: 767px) {
  .popup__container {
    width: 100%;
  }
  .popup__container p {
    max-width: 340px;
  }
}

@keyframes translatePopup {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@font-face {
  font-family: "Moderat";
  src: url("../fonts/Moderat-Light.woff2") format("woff2"), url("../fonts/Moderat-Light.eot") format("embedded-opentype"), url("../fonts/Moderat-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Moderat";
  src: url("../fonts/Moderat-Medium.woff2") format("woff2"), url("../fonts/Moderat-Medium.eot") format("embedded-opentype"), url("../fonts/Moderat-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
