body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 22px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 35px;
  line-height: 40px;
  font-weight: 500;
}

h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 32px;
  line-height: 36px;
  font-weight: 500;
}

h3 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 26px;
  line-height: 33px;
  font-weight: 500;
  text-align: left;
}

h4 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  line-height: 27px;
  font-weight: 500;
}

h5 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}

h6 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}

p {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 2vh;
  line-height: 2.6vh;
  font-weight: 300;
  text-align: justify;
}

a {
  color: #2196f3;
  text-decoration: none;
}

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

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

strong {
  font-weight: bold;
}

blockquote {
  margin-bottom: 20px;
  padding: 0px 20px;
  border-left: 5px solid #e2e2e2;
  font-size: 16px;
}

figure {
  margin-bottom: 20px;
}

figcaption {
  margin-top: 7px;
  color: rgba(51, 51, 51, 0.56);
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

.button {
  display: inline-block;
  padding: 11px 20px;
  border-radius: 3px;
  background-color: #2196f3;
  -webkit-transition: background-color 150ms ease;
  transition: background-color 150ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  text-decoration: none;
}

.button:hover {
  background-color: #1565c0;
}

.button.w--current {
  background-color: #2e80b6;
}

.button.full-width {
  display: block;
  width: 100%;
  background-color: #613c52;
  font-family: Lato, sans-serif;
}

.navigation-link {
  height: 60px;
  padding-top: 18px;
  padding-bottom: 18px;
}

.navigation-link:hover {
  color: #2196f3;
}

.navigation-link.white {
  color: #5d5d5d;
}

.navigation-bar {
  background-color: #fff;
}

.navigation-bar.dark {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  margin-top: 0px;
  background-color: #fff;
  box-shadow: 0 1px 10px 0 rgba(93, 93, 93, 0.59);
}

.navigation-menu {
  margin-right: 5%;
}

.brand-link {
  height: 60px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.brand-link:hover {
  opacity: 0.66;
}

.brand-link.left-spacing {
  width: 15%;
  margin-left: 5%;
  background-image: url('../images/logo--adres-nieuw.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
}

.brand-link.left-spacing.w--current {
  width: 15%;
  margin-left: 5%;
  background-image: url('../images/logo--adres-nieuw.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.section {
  position: relative;
  display: block;
  padding-top: 3%;
  padding-bottom: 2%;
  background-color: #fff;
  text-align: center;
}

.section.accent {
  padding-top: 3%;
  padding-bottom: 2%;
  background-color: rgba(97, 60, 82, 0.66);
  color: #fff;
}

.section.accent.wandel {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.38)), to(rgba(0, 0, 0, 0.38))), url('../images/wandelconsult-web.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.38)), url('../images/wandelconsult-web.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.section.home {
  height: 83vh;
  padding-top: 4%;
  padding-bottom: 4%;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(97, 60, 82, 0.05)), to(rgba(97, 60, 82, 0.05))), url('../images/pexels-photo-503175.jpg');
  background-image: linear-gradient(180deg, rgba(97, 60, 82, 0.05), rgba(97, 60, 82, 0.05)), url('../images/pexels-photo-503175.jpg');
  background-position: 0px 0px, 50% 83%;
  background-size: auto, 105%;
  background-repeat: repeat, no-repeat;
  color: #fff;
}

.page-heading {
  margin-top: 0px;
  margin-bottom: 11px;
  font-family: Lato, sans-serif;
  font-size: 4vw;
  font-weight: 400;
}

.fixed-image-section {
  padding: 100px 20px;
  background-image: url('../images/aanpak2.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
  text-align: center;
}

.section-heading {
  margin-bottom: 20px;
}

.section-heading.centered {
  margin-top: 0vw;
  margin-bottom: 4vw;
  padding-top: 0%;
  font-family: Lato, sans-serif;
  font-size: 2.2vw;
  line-height: 4vw;
  font-weight: 300;
  text-align: center;
}

.section-heading.centered.wit {
  color: #fff;
  font-weight: 300;
}

.section-subheading.center {
  position: static;
  overflow: visible;
  margin-top: -3vw;
  margin-bottom: 1vw;
  padding-top: 0.25vw;
  padding-bottom: 0.25vw;
  float: none;
  clear: none;
  background-color: #613c52;
  font-family: Lato, sans-serif;
  font-size: 1.6vw;
  line-height: 3vw;
  font-weight: 300;
  text-align: center;
}

.section-title-group {
  margin-top: auto;
  margin-bottom: auto;
  padding-right: 10px;
  padding-bottom: 20px;
  padding-left: 10px;
}

.section-title-group.hero {
  margin-top: -10%;
  margin-bottom: auto;
}

.form-field {
  min-height: 41px;
  margin-right: 1px;
  margin-bottom: 17px;
  border-style: none;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.09);
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}

.form-field:focus {
  box-shadow: 0 0 0 2px #2196f3;
}

.form-field.text-area {
  min-height: 170px;
}

.form-wrapper.squeezed {
  margin-top: 0vw;
  margin-bottom: 1vw;
  padding-right: 10%;
  padding-left: 10%;
}

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

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

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

.success-wrapper {
  padding: 31px;
  border-radius: 5px;
  background-color: #4caf50;
  color: #fff;
}

.success-message {
  margin-bottom: 0px;
}

.error-wrapper {
  border-radius: 5px;
  background-color: #d32f2f;
  color: #fff;
}

.error-message {
  margin-bottom: 0px;
}

.container-2 {
  display: block;
  margin-top: 39vh;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.paragraph {
  margin-top: 30px;
}

.paragraph.description {
  margin-top: -4vh;
  margin-bottom: 4vw;
  font-family: Lato, sans-serif;
  font-size: 1.2vw;
  line-height: 1.6vw;
  font-weight: 300;
  text-align: left;
}

.paragraph.description.wit {
  color: #fff;
  font-size: 1.2vw;
  line-height: 1.8vw;
  font-weight: 300;
}

.form {
  width: 100%;
  font-family: Lato, sans-serif;
}

.consult-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5vw;
  margin-bottom: 4vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #613c52;
}

.consultflex-child {
  width: 20vw;
  margin-right: 15px;
  margin-left: 15px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  box-shadow: 1px 1px 39px 8px rgba(0, 0, 0, 0.55);
}

.consultflex-child.middle {
  margin-right: 3%;
  margin-left: 3%;
}

.textconsult {
  margin-top: 4%;
}

.heading-2 {
  margin-top: 1.5vw;
  margin-bottom: 1vw;
  font-family: Lato, sans-serif;
  font-size: 1.4vw;
  line-height: 3vw;
}

.paragraph-3 {
  position: relative;
  height: 11vw;
  margin-right: 4%;
  margin-bottom: 2vw;
  margin-left: 4%;
  font-size: 1vw;
  line-height: 1.4vw;
  text-align: center;
}

.paragraph-3-prijs {
  position: relative;
  margin-right: 4%;
  margin-bottom: 1.5vw;
  margin-left: 4%;
  font-size: 1vw;
  font-weight: 400;
  text-align: center;
}

.body {
  color: #613c52;
}

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

.div-block {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-bottom: 3vw;
  margin-left: auto;
  border: 3px none #fff;
}

.paragraph-5 {
  margin-top: 0vw;
  margin-bottom: 0px;
  padding-top: 1vw;
  padding-bottom: 7vw;
  background-color: transparent;
  font-size: 1.2vw;
  line-height: 1.8vw;
  text-align: center;
}

.workshop1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 350px;
  margin: 0px auto 50px;
  background-color: #fff;
}

.workshopimage {
  width: 45%;
  height: 100%;
  float: left;
}

.body-2 {
  padding-bottom: 10px;
  background-color: #f0f0f0;
  font-family: Lato, sans-serif;
}

.workshoptext {
  position: relative;
  width: 55%;
  height: 100%;
  padding-top: 30px;
  padding-right: 50px;
  padding-left: 40px;
  float: right;
  clear: none;
}

.heading-4 {
  font-family: Lato, sans-serif;
  color: #613c52;
  font-size: 30px;
}

.rich-text-block {
  display: block;
  width: 75%;
  margin: 0px auto 50px;
  padding: 50px 0px 30px;
  background-color: transparent;
  color: #613c52;
  line-height: 22px;
  text-align: left;
}

.text-field {
  width: 35%;
  margin-right: 10px;
  float: left;
}

.text-field-2 {
  width: 55%;
  margin-right: 0px;
  margin-left: 0px;
  float: none;
  clear: none;
  text-align: left;
}

.submit-button {
  float: none;
  clear: none;
  border-radius: 5px;
  background-color: #613c52;
}

.form-2 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-top: 0px;
  padding-bottom: 40px;
  padding-left: 40px;
}

.datumtext {
  margin-bottom: 10px;
}

.infowrapper {
  display: block;
  width: 80%;
  margin-top: 80px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.heading-5 {
  display: block;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 30px;
  color: #613c52;
  text-align: center;
}

.infopurple {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  height: 380px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  background-color: #613c52;
}

.rich-text-block-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  height: 100%;
  margin-top: 0px;
  padding: 50px 20px;
  float: none;
  color: #fff;
}

.div-block-4 {
  position: relative;
  width: 55%;
  height: 100%;
  float: left;
}

.div-block-5 {
  width: 45%;
  float: left;
  clear: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('../images/FoodSalad.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.heading-6 {
  margin-bottom: 30px;
  color: #613c52;
  font-size: 24px;
  text-align: center;
}

.workshopimg1 {
  width: 100%;
  height: 100%;
  background-image: url('../images/Groenten-workshop.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.workshopimg2 {
  width: 100%;
  height: 100%;
  background-image: url('../images/wokpan.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.workshopimg3 {
  width: 100%;
  height: 100%;
  background-image: url('../images/Zalm.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.error-message-2 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.errorsubform {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.error-message-3 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.button-2 {
  margin-top: -20px;
  padding-right: 20px;
  padding-left: 20px;
  float: left;
  clear: none;
  background-color: rgba(97, 60, 82, 0.66);
  text-align: center;
}

.container-5 {
  display: block;
}

.text-block {
  font-size: 18px;
  font-weight: 300;
}

.text-block.right {
  font-family: Lato, sans-serif;
  text-align: right;
}

.text-block.left {
  font-family: Lato, sans-serif;
  text-align: left;
}

.text-block.onder {
  padding-right: 60px;
  padding-left: 60px;
  font-family: Lato, sans-serif;
}

.button-3 {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  padding-top: 9px;
  padding-left: 15px;
  background-color: rgba(97, 60, 82, 0.89);
  font-family: Lato, sans-serif;
  color: #fff;
}

.button-3:hover {
  background-color: #613c52;
}

.title-tectblock {
  font-size: 22px;
}

.column {
  text-align: right;
}

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

.text-block-2 {
  width: 80%;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  font-family: Lato, sans-serif;
}

html.w-mod-js *[data-ix="fade-in-bottom-page-loads"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="fade-in-left-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(-50px, 0px);
  -ms-transform: translate(-50px, 0px);
  transform: translate(-50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-right-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
  transform: translate(50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-top-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, -50px);
  -ms-transform: translate(0px, -50px);
  transform: translate(0px, -50px);
}

html.w-mod-js *[data-ix="fade-in-bottom-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="bounce-in-scroll-in"] {
  opacity: 0;
  -webkit-transform: scale(0.6000000000000004, 0.6000000000000004);
  -ms-transform: scale(0.6000000000000004, 0.6000000000000004);
  transform: scale(0.6000000000000004, 0.6000000000000004);
}

html.w-mod-js *[data-ix="scale-on-scroll"] {
  opacity: 0;
  -webkit-transform: scale(0.01, 0.01);
  -ms-transform: scale(0.01, 0.01);
  transform: scale(0.01, 0.01);
}

html.w-mod-js *[data-ix="hidden"] {
  display: none;
}

@media (max-width: 991px) {
  p {
    font-size: 1em;
  }
  .hamburger-button:hover {
    color: #2196f3;
  }
  .hamburger-button.w--open {
    background-color: #333;
  }
  .hamburger-button.white {
    color: #fff;
  }
  .hamburger-button.white.w--open {
    background-color: transparent;
  }
  .navigation-menu {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
    background-image: linear-gradient(180deg, #fff, #fff);
  }
  .brand-link.left-spacing.w--current {
    background-size: contain;
  }
  .section {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-top: 5vw;
    padding-bottom: 3vw;
    text-align: center;
  }
  .section.accent {
    padding-top: 5vw;
    padding-bottom: 3vw;
  }
  .section.accent.wandel {
    padding-top: 5vw;
  }
  .section.accent.service {
    padding-top: 4vw;
    padding-bottom: 4vw;
  }
  .section.home {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/pexels-photo-503175.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/pexels-photo-503175.jpg');
    background-position: 0px 0px, 0px 100%;
    background-size: auto, auto 120%;
  }
  .fixed-image-section {
    padding: 6vw 0px;
  }
  .section-heading.centered {
    display: block;
    margin: 1vw auto 4vw;
    font-size: 4.2vw;
    line-height: 5vw;
  }
  .section-heading.centered.wit {
    margin-bottom: 4vw;
  }
  .section-subheading.center {
    display: block;
    margin-top: -1vw;
    margin-right: auto;
    margin-left: auto;
    font-size: 3vw;
    line-height: 4.5vw;
  }
  .form-wrapper.squeezed {
    margin-top: 3vh;
    padding-right: 10%;
    padding-bottom: 4vw;
    padding-left: 10%;
  }
  .paragraph.description {
    display: block;
    width: 90%;
    margin: 1vh auto 8vw;
    font-size: 2.1vw;
    line-height: 2.8vw;
  }
  .paragraph.description.wit {
    margin-top: 0vh;
    font-size: 2.2vw;
    line-height: 2.8vw;
  }
  .icon {
    color: #333;
  }
  .consultflex-child {
    width: 29vw;
    box-shadow: 1px 1px 39px 4px rgba(0, 0, 0, 0.44);
  }
  .heading-2 {
    margin-top: 2.5vw;
    margin-bottom: 2vw;
    font-size: 2.4vw;
    line-height: 4vw;
  }
  .paragraph-3 {
    height: 23vw;
    font-size: 2vw;
    line-height: 2.8vw;
  }
  .paragraph-3-prijs {
    font-size: 2vw;
    line-height: 2.8vw;
    font-weight: 400;
  }
  .div-block {
    margin-bottom: 7vw;
  }
  .paragraph-5 {
    margin-top: 3vw;
    padding-bottom: 8vw;
    font-size: 2vw;
    line-height: 2.8vw;
  }
  .workshop1 {
    width: 95%;
    height: 280px;
  }
  .workshoptext {
    padding-left: 20px;
  }
  .heading-4 {
    font-size: 1.5em;
  }
  .rich-text-block {
    width: 90%;
    font-size: 16px;
  }
  .text-field {
    font-size: 0.8em;
  }
  .text-field-2 {
    font-size: 0.8em;
  }
  .submit-button {
    font-size: 0.9em;
  }
  .form-2 {
    padding-bottom: 20px;
    padding-left: 20px;
  }
  .datumtext {
    font-size: 0.9em;
    line-height: 0.9em;
  }
  .infowrapper {
    width: 100%;
    margin-top: 0px;
    padding-top: 80px;
  }
  .infopurple {
    width: 90%;
    font-size: 16px;
  }
  .rich-text-block-2 {
    padding-top: 30px;
  }
}

@media (max-width: 767px) {
  .brand-link.left-spacing {
    padding-left: 0px;
  }
  .section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .section.accent {
    padding-right: 0px;
    padding-left: 0px;
  }
  .section.home {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/pexels-photo-503175.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/pexels-photo-503175.jpg');
    background-position: 0px 0px, 0px 50%;
  }
  .section-heading.centered {
    margin-top: 0vw;
    font-size: 4.5vw;
    line-height: 6vw;
  }
  .section-subheading.center {
    margin-top: 3vw;
    font-size: 3.2vw;
  }
  .form-wrapper.squeezed {
    margin-top: -1vh;
    padding-right: 9px;
    padding-left: 0px;
  }
  .paragraph.description {
    font-size: 2.4vw;
    line-height: 3.2vw;
  }
  .paragraph.description.wit {
    font-size: 2.4vw;
    line-height: 3.2vw;
  }
  .form {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .consultflex-child {
    width: 31vw;
  }
  .consultflex-child.middle {
    margin-right: 2%;
    margin-left: 2%;
  }
  .heading-2 {
    font-size: 2.6vw;
    line-height: 5vw;
  }
  .paragraph-3 {
    height: 33vw;
    margin-right: 2%;
    margin-bottom: 0px;
    margin-left: 2%;
    font-size: 2.4vw;
    line-height: 3.2vw;
  }
  .text-block {
    line-height: 24px;
  }
}

@media (max-width: 479px) {
  p {
    font-size: 0.85em;
    line-height: 1.2em;
  }
  .button.full-width {
    font-size: 5vw;
  }
  .navigation-menu {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
    background-image: linear-gradient(180deg, #fff, #fff);
  }
  .brand-link.left-spacing {
    width: 30%;
  }
  .brand-link.left-spacing.w--current {
    width: 30%;
  }
  .section {
    padding: 0px;
  }
  .section.accent {
    padding-top: 0vh;
    padding-bottom: 6vw;
  }
  .section.accent.wandel {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/pexels-photo.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/pexels-photo.jpg');
    background-position: 0px 0px, 50% 0px;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }
  .section.home {
    margin-top: 0px;
    padding-top: 4%;
    padding-bottom: 4%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/pexels-photo-503175.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/pexels-photo-503175.jpg');
    background-position: 0px 0px, 0px 100%;
  }
  .page-heading {
    font-size: 6vw;
  }
  .fixed-image-section {
    padding-top: 8vw;
    padding-bottom: 8vw;
    background-image: url('../images/aanpak2.jpg');
    background-position: 50% 100%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .section-heading.centered {
    margin-top: 6vw;
    margin-bottom: 5vw;
    margin-left: 0vh;
    font-size: 6vw;
    line-height: 4.5vh;
  }
  .section-heading.centered.wit {
    margin-top: 5vw;
    margin-bottom: 5vw;
  }
  .section-subheading.center {
    margin-top: 2vw;
    margin-bottom: 0vw;
    font-size: 5vw;
    line-height: 3.2vh;
  }
  .section-title-group {
    width: 100vw;
    margin-left: 0px;
  }
  .form-field {
    margin-right: 0px;
    font-size: 3vw;
  }
  .form-wrapper.squeezed {
    margin: 2vh 5vw 0px;
    padding-right: 0px;
  }
  .container-2 {
    display: block;
  }
  .paragraph.description {
    display: block;
    width: auto;
    margin: 7vw 3vw 12vw;
    font-size: 4vw;
    line-height: 6.2vw;
  }
  .paragraph.description.wit {
    margin-right: 3vw;
    margin-bottom: 0vw;
    margin-left: 3vw;
    font-size: 4vw;
    line-height: 5vw;
    font-weight: 400;
  }
  .consult-flex {
    margin-top: 0vw;
    padding-top: 13%;
    -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;
  }
  .consultflex-child {
    width: 65vw;
    height: 80vw;
    margin-top: 10px;
    margin-bottom: 10px;
    box-shadow: 1px 1px 39px 3px rgba(0, 0, 0, 0.44);
  }
  .consultflex-child.middle {
    margin: 8% 0%;
    box-shadow: 1px 1px 39px 3px rgba(0, 0, 0, 0.54);
  }
  .heading-2 {
    margin-top: 8vw;
    margin-bottom: 4vw;
    font-size: 5vw;
  }
  .paragraph-3 {
    height: 50vw;
    margin-top: 7vw;
    margin-bottom: 0px;
    font-size: 4vw;
    line-height: 6vw;
  }
  .paragraph-3-prijs {
    position: relative;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin-bottom: 0px;
    font-size: 4vw;
  }
  .div-block {
    margin-bottom: 12vw;
  }
  .paragraph-5 {
    font-size: 4vw;
    line-height: 5vw;
  }
  .workshop1 {
    height: 500px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .workshopimage {
    width: 100%;
    height: 40%;
  }
  .workshoptext {
    width: 100%;
    height: 60%;
  }
  .heading-4 {
    margin-bottom: 15px;
    font-size: 1.4em;
    line-height: 1.2em;
  }
  .submit-button {
    font-size: 0.8em;
  }
  .infopurple {
    height: 550px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .rich-text-block-2 {
    margin-bottom: 0px;
  }
  .div-block-4 {
    width: 100%;
    height: 50%;
  }
  .div-block-5 {
    width: 100%;
    height: 50%;
  }
  .text-block {
    font-size: 14px;
    line-height: 18px;
  }
}

