/* =======================================================================
## ++ Media Queries
========================================================================== */
/* =======================================================================
## ++ Text styles
========================================================================== */
/* =======================================================================
## ++ END Text styles
========================================================================== */
#scrollTopBtn {
  display: none; /* Hidden by default */
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99; /* Sit on top */
  border: none;
  outline: none;
  background-color: #333; /* Dark background */
  color: white; /* White text */
  cursor: pointer; /* Pointer/hand icon */
  padding: 0; /* Some padding */
  border-radius: 0px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
  width: 40px;
  height: 40px;
  text-indent: -10000px;
  overflow: hidden;
  background: #039740 url(../img/up.svg) center center no-repeat;
  background-size: 15px;
}

#scrollTopBtn:hover {
  background-color: #76b62b; /* Add a dark-grey background on hover */
}

body {
  font-family: museo-sans, sans-serif;
  color: white;
  background-color: #3d3b39;
  font-weight: 300;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
      text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  line-height: 2;
  font-size: 16px;
  font-weight: 100;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 18px;
  }
}
@media screen and (min-width: 960px) {
  body {
    font-size: 20px;
  }
}

p, li {
  line-height: 2;
  font-size: 16px;
  font-weight: 100;
}
@media screen and (min-width: 768px) {
  p, li {
    font-size: 18px;
  }
}
@media screen and (min-width: 960px) {
  p, li {
    font-size: 20px;
  }
}

a {
  color: inherit;
}

.knop a {
  display: inline-block;
  background-color: #76b62b;
  color: black;
  font-family: museo-sans, sans-serif;
  text-decoration: none;
  line-height: 45px;
  padding: 0 25px;
  margin: 5px 0;
  border-radius: 5px;
  color: white;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-right: 20px;
}
.knop a:hover {
  background-color: #039740;
}

body.layout-type01 {
  font-family: museo-sans, sans-serif;
  color: white;
  background-color: #3d3b39;
  padding: 50px 0;
  text-align: center;
  line-height: 2;
  font-size: 16px;
  font-weight: 100;
}
@media screen and (min-width: 768px) {
  body.layout-type01 {
    font-size: 18px;
  }
}
@media screen and (min-width: 960px) {
  body.layout-type01 {
    font-size: 20px;
  }
}
body.layout-type01 h1 {
  font-family: museo-sans, sans-serif;
  margin: 0;
  font-size: 21px;
}
@media screen and (min-width: 768px) {
  body.layout-type01 h1 {
    font-size: 3.8vw;
  }
}
@media screen and (min-width: 1440px) {
  body.layout-type01 h1 {
    font-size: 55px;
  }
}
body.layout-type01 h2 {
  font-family: museo-sans, sans-serif;
  margin: 0;
  font-size: 25px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  body.layout-type01 h2 {
    font-size: 2.7vw;
  }
}
@media screen and (min-width: 1440px) {
  body.layout-type01 h2 {
    font-size: 40px;
  }
}
body.layout-type01 p, body.layout-type01 li {
  line-height: 2;
  font-size: 16px;
  font-weight: 100;
}
@media screen and (min-width: 768px) {
  body.layout-type01 p, body.layout-type01 li {
    font-size: 18px;
  }
}
@media screen and (min-width: 960px) {
  body.layout-type01 p, body.layout-type01 li {
    font-size: 20px;
  }
}
body.layout-type01 a {
  color: inherit;
}
body.layout-type01 .knopveld a {
  display: inline-block;
  background-color: #76b62b;
  color: black;
  font-family: museo-sans, sans-serif;
  text-decoration: none;
  line-height: 45px;
  padding: 0 25px;
  margin: 5px 0;
  border-radius: 5px;
  color: white;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-right: 20px;
}
body.layout-type01 .knopveld a:hover {
  background-color: #039740;
}
body.layout-type01 * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body.layout-type01 #pagecanvas {
  margin: 0 auto;
  width: 1440px;
  max-width: 86vw;
}
body.layout-type01 .logoveld img {
  height: auto;
}
body.layout-type01 .social-media-links--platforms {
  color: #039740;
}
body.layout-type01 form {
  text-align: left;
  width: 600px;
  max-width: 80vw;
  margin: 50px auto;
  background-color: black;
  padding: 40px;
  border-radius: 10px;
}
body.layout-type01 form .js-form-type-checkbox label {
  background: url(../img/uncheck.svg) left center no-repeat;
  border-color: transparent;
  position: relative;
  display: inline-block;
  width: auto;
  height: 50px;
  cursor: pointer;
  padding-left: 50px;
  line-height: 50px;
  padding-top: 0;
}
body.layout-type01 form .js-form-type-checkbox input:checked + label {
  background: url(../img/check.svg) left center no-repeat;
  border-color: transparent;
}
body.layout-type01 form .js-form-type-checkbox input {
  display: none !important;
}
body.layout-type01 form .form-checkboxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body.layout-type01 form fieldset {
  border: 0px;
  margin: 0;
  padding: 0;
}
body.layout-type01 form fieldset legend .fieldset-legend {
  padding-bottom: 0 !important;
}
body.layout-type01 form fieldset fieldset {
  border: 0px;
}
body.layout-type01 form fieldset fieldset legend .fieldset-legend {
  font-size: 16px;
  border-bottom: 1px solid #3d3b39;
}
body.layout-type01 form label, body.layout-type01 form .fieldset-legend {
  display: block;
  text-transform: lowercase;
  font-family: museo-sans, sans-serif;
  font-weight: bold;
  line-height: 2;
  padding-top: 20px;
}
body.layout-type01 form input, body.layout-type01 form textarea {
  width: 100%;
  border: 0px solid #039740;
  border-radius: 5px;
  padding: 0 20px;
  background-color: #424242;
  color: white;
  line-height: 2;
  font-size: 16px;
  font-weight: 100;
  line-height: 60px;
}
@media screen and (min-width: 768px) {
  body.layout-type01 form input, body.layout-type01 form textarea {
    font-size: 18px;
  }
}
@media screen and (min-width: 960px) {
  body.layout-type01 form input, body.layout-type01 form textarea {
    font-size: 20px;
  }
}
body.layout-type01 form input.button, body.layout-type01 form textarea.button {
  display: inline-block;
  background-color: #76b62b;
  color: black;
  font-family: museo-sans, sans-serif;
  text-decoration: none;
  line-height: 45px;
  padding: 0 25px;
  margin: 5px 0;
  border-radius: 5px;
  color: white;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-right: 20px;
  width: unset;
}
body.layout-type01 form input.button:hover, body.layout-type01 form textarea.button:hover {
  background-color: #039740;
}
body.layout-type01 form #edit-voorvoegsel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
body.layout-type01 form .js-form-type-radio, body.layout-type01 form .js-form-type-checkbox {
  padding-right: 40px;
}
body.layout-type01 form .js-form-type-radio input, body.layout-type01 form .js-form-type-radio label, body.layout-type01 form .js-form-type-checkbox input, body.layout-type01 form .js-form-type-checkbox label {
  width: unset;
  display: inline-block;
}

body.layout-type02 {
  padding-top: 0px;
  font-family: museo-sans, sans-serif;
  color: #3d3b39;
  background-color: white;
  line-height: 2;
  font-size: 16px;
  font-weight: 100;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  body.layout-type02 {
    font-size: 18px;
  }
}
@media screen and (min-width: 960px) {
  body.layout-type02 {
    font-size: 20px;
  }
}
body.layout-type02 p, body.layout-type02 li {
  line-height: 2;
  font-size: 16px;
  font-weight: 100;
}
@media screen and (min-width: 768px) {
  body.layout-type02 p, body.layout-type02 li {
    font-size: 18px;
  }
}
@media screen and (min-width: 960px) {
  body.layout-type02 p, body.layout-type02 li {
    font-size: 20px;
  }
}
body.layout-type02 h1 {
  margin-bottom: 0;
  color: #3d3b39;
  font-weight: 300;
  font-size: 2em;
}
body.layout-type02 h2 {
  margin-bottom: 0;
  color: #3d3b39;
  font-weight: 300;
}
body.layout-type02 h3 {
  margin-bottom: 0;
  color: #3d3b39;
  font-weight: 300;
}
body.layout-type02 a {
  color: #3d3b39;
}
body.layout-type02 a:hover {
  color: #76b62b;
}
body.layout-type02 .knopveld {
  text-align: center;
}
body.layout-type02 .knopveld a {
  display: inline-block;
  background-color: #76b62b;
  color: black;
  font-family: museo-sans, sans-serif;
  text-decoration: none;
  line-height: 45px;
  padding: 0 25px;
  margin: 5px 0;
  border-radius: 5px;
  color: white;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-right: 20px;
  color: white;
}
body.layout-type02 .knopveld a:hover {
  background-color: #039740;
}
body.layout-type02 img {
  height: auto;
}
body.layout-type02 * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body.layout-type02 #pagecanvas {
  margin: 0 auto;
  width: 1440px;
  max-width: 86vw;
}
body.layout-type02 .js-form-type-checkbox label {
  background: url(../img/uncheck.svg) left center no-repeat;
  border-color: transparent;
  position: relative;
  display: inline-block;
  width: auto;
  height: 50px;
  cursor: pointer;
  padding-left: 50px;
  line-height: 50px;
  padding-top: 0;
}
body.layout-type02 .js-form-type-checkbox input:checked + label {
  background: url(../img/check.svg) left center no-repeat;
  border-color: transparent;
}
body.layout-type02 .js-form-type-checkbox input {
  display: none !important;
}
body.layout-type02 form {
  width: 560px;
  margin: auto;
  max-width: 100%;
  -webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 50px 20px;
}
@media screen and (min-width: 768px) {
  body.layout-type02 form {
    padding: 50px;
  }
}
body.layout-type02 form fieldset {
  border: 0px;
  margin: 0;
  padding: 0;
}
body.layout-type02 form fieldset legend .fieldset-legend {
  padding-bottom: 0 !important;
}
body.layout-type02 form fieldset fieldset {
  border: 0px;
}
body.layout-type02 form fieldset fieldset legend .fieldset-legend {
  font-size: 16px;
  border-bottom: 1px solid #3d3b39;
}
body.layout-type02 form label, body.layout-type02 form .fieldset-legend {
  display: block;
  text-transform: lowercase;
  font-family: museo-sans, sans-serif;
  font-weight: bold;
  line-height: 2;
  padding-top: 20px;
}
body.layout-type02 form input, body.layout-type02 form textarea {
  width: 100%;
  border: 0px solid #039740;
  border-radius: 5px;
  padding: 0 20px;
  background-color: #f2f2f2;
  color: #3d3b39;
  line-height: 2;
  font-size: 16px;
  font-weight: 100;
  line-height: 60px;
}
@media screen and (min-width: 768px) {
  body.layout-type02 form input, body.layout-type02 form textarea {
    font-size: 18px;
  }
}
@media screen and (min-width: 960px) {
  body.layout-type02 form input, body.layout-type02 form textarea {
    font-size: 20px;
  }
}
body.layout-type02 form input.button, body.layout-type02 form textarea.button {
  display: inline-block;
  background-color: #76b62b;
  color: black;
  font-family: museo-sans, sans-serif;
  text-decoration: none;
  line-height: 45px;
  padding: 0 25px;
  margin: 5px 0;
  border-radius: 5px;
  color: white;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-right: 20px;
  width: unset;
  color: white;
}
body.layout-type02 form input.button:hover, body.layout-type02 form textarea.button:hover {
  background-color: #039740;
}
body.layout-type02 form #edit-voorvoegsel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
body.layout-type02 form .js-form-type-radio, body.layout-type02 form .js-form-type-checkbox {
  padding-right: 40px;
}
body.layout-type02 form .js-form-type-radio input, body.layout-type02 form .js-form-type-radio label, body.layout-type02 form .js-form-type-checkbox input, body.layout-type02 form .js-form-type-checkbox label {
  width: unset;
  display: inline-block;
}

.social-media-links--platforms {
  text-align: center;
  margin: 80px auto;
}

#block-wacht-some {
  margin: 80px auto;
}

.paragraph--type--titel-tekst-cta a {
  text-decoration: none;
  font-weight: 700;
}
.paragraph--type--titel-tekst-cta.til_ter {
  padding: 14vw 0 0 0;
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.paragraph--type--titel-tekst-cta.til_ter.inview {
  padding: 7vw 0;
  opacity: 1;
}
@media screen and (min-width: 960px) {
  .paragraph--type--titel-tekst-cta.til_ter {
    padding: 140px 0 0 0;
    opacity: 0;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
  .paragraph--type--titel-tekst-cta.til_ter.inview {
    padding: 70px 0;
    opacity: 1;
  }
}
.paragraph--type--titel-tekst-cta.til_ter .layout__region {
  margin: 0 auto;
  width: 1280px;
  max-width: 86vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .paragraph--type--titel-tekst-cta.til_ter .layout__region .titel {
    width: 40%;
  }
}
@media screen and (min-width: 768px) {
  .paragraph--type--titel-tekst-cta.til_ter .layout__region .teksten {
    width: 55%;
  }
}
.paragraph--type--titel-tekst-cta.til_ter .layout__region .teksten .cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.paragraph--type--titel-tekst-cta.til_ter .layout__region .teksten .cta a {
  display: inline-block;
  background-color: #76b62b;
  color: black;
  font-family: museo-sans, sans-serif;
  text-decoration: none;
  line-height: 45px;
  padding: 0 25px;
  margin: 5px 0;
  border-radius: 5px;
  color: white;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-right: 20px;
}
.paragraph--type--titel-tekst-cta.til_ter .layout__region .teksten .cta a:hover {
  background-color: #039740;
}
.paragraph--type--titel-tekst-cta.tib_teo {
  padding: 14vw 0 0 0;
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.paragraph--type--titel-tekst-cta.tib_teo.inview {
  padding: 7vw 0;
  opacity: 1;
}
@media screen and (min-width: 960px) {
  .paragraph--type--titel-tekst-cta.tib_teo {
    padding: 140px 0 0 0;
    opacity: 0;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
  .paragraph--type--titel-tekst-cta.tib_teo.inview {
    padding: 70px 0;
    opacity: 1;
  }
}
.paragraph--type--titel-tekst-cta.tib_teo .layout__region {
  margin: 0 auto;
  width: 1280px;
  max-width: 86vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .paragraph--type--titel-tekst-cta.tib_teo .layout__region .titel {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .paragraph--type--titel-tekst-cta.tib_teo .layout__region .teksten {
    width: 100%;
  }
}
.paragraph--type--titel-tekst-cta.tib_teo .layout__region .teksten .cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.paragraph--type--titel-tekst-cta.tib_teo .layout__region .teksten .cta a {
  display: inline-block;
  background-color: #76b62b;
  color: black;
  font-family: museo-sans, sans-serif;
  text-decoration: none;
  line-height: 45px;
  padding: 0 25px;
  margin: 5px 0;
  border-radius: 5px;
  color: white;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-right: 20px;
}
.paragraph--type--titel-tekst-cta.tib_teo .layout__region .teksten .cta a:hover {
  background-color: #039740;
}
.paragraph--type--titel-tekst-cta.tib_teo_gm {
  padding: 14vw 0 0 0;
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.paragraph--type--titel-tekst-cta.tib_teo_gm.inview {
  padding: 7vw 0 0 0;
  opacity: 1;
}
@media screen and (min-width: 960px) {
  .paragraph--type--titel-tekst-cta.tib_teo_gm {
    padding: 140px 0 0 0;
    opacity: 0;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
  .paragraph--type--titel-tekst-cta.tib_teo_gm.inview {
    padding: 70px 0 0 0;
    opacity: 1;
  }
}
.paragraph--type--titel-tekst-cta.tib_teo_gm .layout__region {
  margin: 0 auto;
  width: 1280px;
  max-width: 86vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .paragraph--type--titel-tekst-cta.tib_teo_gm .layout__region .titel {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .paragraph--type--titel-tekst-cta.tib_teo_gm .layout__region .teksten {
    width: 100%;
  }
}
.paragraph--type--titel-tekst-cta.tib_teo_gm .layout__region .teksten .cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.paragraph--type--titel-tekst-cta.tib_teo_gm .layout__region .teksten .cta a {
  display: inline-block;
  background-color: #76b62b;
  color: black;
  font-family: museo-sans, sans-serif;
  text-decoration: none;
  line-height: 45px;
  padding: 0 25px;
  margin: 5px 0;
  border-radius: 5px;
  color: white;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-right: 20px;
}
.paragraph--type--titel-tekst-cta.tib_teo_gm .layout__region .teksten .cta a:hover {
  background-color: #039740;
}

.paragraph--type--tekst-foto.type001 {
  padding: 14vw 0 0 0;
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.paragraph--type--tekst-foto.type001.inview {
  padding: 7vw 0;
  opacity: 1;
}
@media screen and (min-width: 960px) {
  .paragraph--type--tekst-foto.type001 {
    padding: 140px 0 0 0;
    opacity: 0;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
  .paragraph--type--tekst-foto.type001.inview {
    padding: 70px 0;
    opacity: 1;
  }
}
.paragraph--type--tekst-foto.type001 .layout__region {
  margin: 0 auto;
  width: 1280px;
  max-width: 86vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.paragraph--type--tekst-foto.type001 .layout__region .titel {
  width: 100%;
}
.paragraph--type--tekst-foto.type001 .layout__region .titel .finner {
  font-family: museo-sans, sans-serif;
  margin: 0;
  font-size: 25px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .paragraph--type--tekst-foto.type001 .layout__region .titel .finner {
    font-size: 2.7vw;
  }
}
@media screen and (min-width: 1440px) {
  .paragraph--type--tekst-foto.type001 .layout__region .titel .finner {
    font-size: 40px;
  }
}
.paragraph--type--tekst-foto.type001 .layout__region .foto, .paragraph--type--tekst-foto.type001 .layout__region .owl-slider-wrapper {
  margin-top: 30px;
}
.paragraph--type--tekst-foto.type001 .layout__region .foto img, .paragraph--type--tekst-foto.type001 .layout__region .owl-slider-wrapper img {
  width: 100%;
  max-width: 60vw;
}
@media screen and (min-width: 768px) {
  .paragraph--type--tekst-foto.type001 .layout__region .foto, .paragraph--type--tekst-foto.type001 .layout__region .owl-slider-wrapper {
    width: 45%;
  }
}
@media screen and (min-width: 768px) {
  .paragraph--type--tekst-foto.type001 .layout__region .tekst {
    width: 50%;
  }
}
.paragraph--type--tekst-foto.type001 .layout__region .tekst .cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.paragraph--type--tekst-foto.type001 .layout__region .tekst .cta a {
  display: inline-block;
  background-color: #76b62b;
  color: black;
  font-family: museo-sans, sans-serif;
  text-decoration: none;
  line-height: 45px;
  padding: 0 25px;
  margin: 5px 0;
  border-radius: 5px;
  color: white;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-right: 20px;
}
.paragraph--type--tekst-foto.type001 .layout__region .tekst .cta a:hover {
  background-color: #039740;
}

.paragraph--type--tekst-foto.type002 {
  padding: 14vw 0 0 0;
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.paragraph--type--tekst-foto.type002.inview {
  padding: 7vw 0;
  opacity: 1;
}
@media screen and (min-width: 960px) {
  .paragraph--type--tekst-foto.type002 {
    padding: 140px 0 0 0;
    opacity: 0;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
  .paragraph--type--tekst-foto.type002.inview {
    padding: 70px 0;
    opacity: 1;
  }
}
.paragraph--type--tekst-foto.type002 .layout__region {
  margin: 0 auto;
  width: 1280px;
  max-width: 86vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .paragraph--type--tekst-foto.type002 .layout__region {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.paragraph--type--tekst-foto.type002 .layout__region .titel {
  width: 100%;
}
.paragraph--type--tekst-foto.type002 .layout__region .titel .finner {
  font-family: museo-sans, sans-serif;
  margin: 0;
  font-size: 25px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .paragraph--type--tekst-foto.type002 .layout__region .titel .finner {
    font-size: 2.7vw;
  }
}
@media screen and (min-width: 1440px) {
  .paragraph--type--tekst-foto.type002 .layout__region .titel .finner {
    font-size: 40px;
  }
}
@media screen and (min-width: 768px) {
  .paragraph--type--tekst-foto.type002 .layout__region .titel .finner {
    padding-left: 50%;
  }
}
.paragraph--type--tekst-foto.type002 .layout__region .foto, .paragraph--type--tekst-foto.type002 .layout__region .owl-slider-wrapper {
  margin-top: 30px;
}
.paragraph--type--tekst-foto.type002 .layout__region .foto img, .paragraph--type--tekst-foto.type002 .layout__region .owl-slider-wrapper img {
  width: 100%;
  max-width: 60vw;
}
@media screen and (min-width: 768px) {
  .paragraph--type--tekst-foto.type002 .layout__region .foto, .paragraph--type--tekst-foto.type002 .layout__region .owl-slider-wrapper {
    width: 45%;
  }
}
@media screen and (min-width: 768px) {
  .paragraph--type--tekst-foto.type002 .layout__region .tekst {
    width: 50%;
  }
}
.paragraph--type--tekst-foto.type002 .layout__region .tekst .cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.paragraph--type--tekst-foto.type002 .layout__region .tekst .cta a {
  display: inline-block;
  background-color: #76b62b;
  color: black;
  font-family: museo-sans, sans-serif;
  text-decoration: none;
  line-height: 45px;
  padding: 0 25px;
  margin: 5px 0;
  border-radius: 5px;
  color: white;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-right: 20px;
}
.paragraph--type--tekst-foto.type002 .layout__region .tekst .cta a:hover {
  background-color: #039740;
}

#paragraaf-contact .foto, #paragraaf-contact .owl-slider-wrapper {
  margin-top: 30px;
  width: 300px;
  max-width: 50vw;
}
#paragraaf-contact .foto img, #paragraaf-contact .owl-slider-wrapper img {
  width: 100%;
  max-width: 60vw;
}
@media screen and (min-width: 768px) {
  #paragraaf-contact .foto, #paragraaf-contact .owl-slider-wrapper {
    width: 300px;
  }
}

.paragraph--type--foto {
  padding: 14vw 0 0 0;
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.paragraph--type--foto.inview {
  padding: 7vw 0;
  opacity: 1;
}
@media screen and (min-width: 960px) {
  .paragraph--type--foto {
    padding: 140px 0 0 0;
    opacity: 0;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
  .paragraph--type--foto.inview {
    padding: 70px 0;
    opacity: 1;
  }
}
.paragraph--type--foto img {
  width: 100%;
}

.paragraph--type--blok-referentie {
  padding: 14vw 0 0 0;
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.paragraph--type--blok-referentie.inview {
  padding: 7vw 0;
  opacity: 1;
}
@media screen and (min-width: 960px) {
  .paragraph--type--blok-referentie {
    padding: 140px 0 0 0;
    opacity: 0;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
  .paragraph--type--blok-referentie.inview {
    padding: 70px 0;
    opacity: 1;
  }
}

.paragraph--type--fotoslider {
  padding: 7vw 0 0 0;
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.paragraph--type--fotoslider.inview {
  padding: 2vw 0;
  opacity: 1;
}

.paragraph--type--foto-s-met-link {
  padding: 7vw 0 0 0;
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.paragraph--type--foto-s-met-link.inview {
  padding: 2vw 0;
  opacity: 1;
}
.paragraph--type--foto-s-met-link .theitems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.paragraph--type--foto-s-met-link .theitems > div {
  width: 20%;
}
.paragraph--type--foto-s-met-link .theitems > div img {
  width: 100%;
  cursor: pointer;
}

#toptop > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#toptop > div #branding {
  width: 100px;
}
@media screen and (min-width: 768px) {
  #toptop > div #branding {
    width: 200px;
  }
}
#toptop > div #branding img {
  width: 80%;
  padding: 10px 0;
}

#navigatie ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#navigatie ul li a {
  font-weight: 500;
  text-decoration: none;
}
#navigatie ul li a:hover {
  color: #76b62b;
}
@media screen and (min-width: 768px) {
  #navigatie ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
  #navigatie ul li {
    display: inline-block;
    padding-left: 25px;
  }
  #navigatie ul li a {
    font-weight: 500;
    text-decoration: none;
  }
  #navigatie ul li a:hover {
    color: #76b62b;
  }
}

.js-form-type-checkbox label {
  background: url(../img/uncheck.svg) left center no-repeat;
  border-color: transparent;
  position: relative;
  display: inline-block;
  width: auto;
  height: 50px;
  cursor: pointer;
  padding-left: 50px;
  line-height: 50px;
  padding-top: 0;
}

.js-form-type-checkbox input:checked + label {
  background: url(../img/check.svg) left center no-repeat;
  border-color: transparent;
}

.js-form-type-checkbox input {
  display: none !important;
}

form {
  margin: 0 auto;
  width: 1440px;
  max-width: 86vw;
}
form fieldset {
  border: 0px;
  margin: 0;
  padding: 0;
}
form fieldset legend .fieldset-legend {
  padding-bottom: 0 !important;
}
form fieldset fieldset {
  border: 0px;
}
form fieldset fieldset legend .fieldset-legend {
  font-size: 16px;
  border-bottom: 1px solid #3d3b39;
}
form label, form .fieldset-legend {
  display: block;
  text-transform: lowercase;
  font-family: museo-sans, sans-serif;
  font-weight: bold;
  line-height: 2;
  padding-top: 20px;
}
form input, form textarea {
  width: 100%;
  border: 0px solid #039740;
  border-radius: 5px;
  padding: 0 20px;
  background-color: #424242;
  color: white;
  line-height: 2;
  font-size: 16px;
  font-weight: 100;
  line-height: 60px;
}
@media screen and (min-width: 768px) {
  form input, form textarea {
    font-size: 18px;
  }
}
@media screen and (min-width: 960px) {
  form input, form textarea {
    font-size: 20px;
  }
}
form input.button, form textarea.button {
  display: inline-block;
  background-color: #76b62b;
  color: black;
  font-family: museo-sans, sans-serif;
  text-decoration: none;
  line-height: 45px;
  padding: 0 25px;
  margin: 5px 0;
  border-radius: 5px;
  color: white;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-right: 20px;
  width: unset;
}
form input.button:hover, form textarea.button:hover {
  background-color: #039740;
}
form #edit-voorvoegsel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
form .js-form-type-radio, form .js-form-type-checkbox {
  padding-right: 40px;
}
form .js-form-type-radio input, form .js-form-type-radio label, form .js-form-type-checkbox input, form .js-form-type-checkbox label {
  width: unset;
  display: inline-block;
}

.toolbar, .toolbar p, .toolbar li {
  font-family: "Proxima Nova", sans-serif !important;
  font-size: 13px !important;
}

body.maintenance-page {
  text-align: center;
}
body.maintenance-page h1 {
  font-family: museo-sans, sans-serif;
  font-weight: 700;
  color: #3d3b39;
  font-size: 30px;
  display: block !important;
  margin-top: 0;
}

body.simplelogin, body.maintenance-page {
  background-color: #039740;
  min-height: 100vh;
  line-height: 1.5;
  word-wrap: break-word;
  font-family: "Proxima Nova", serif;
  font-size: 87.5%;
}
body.simplelogin .region-content, body.maintenance-page .region-content {
  width: 100%;
}
body.simplelogin .region-content .simplelogin-link, body.maintenance-page .region-content .simplelogin-link {
  display: none;
}
body.simplelogin a, body.maintenance-page a {
  color: #3d3b39 !important;
}
body.simplelogin h1, body.maintenance-page h1 {
  font-family: museo-sans, sans-serif;
  font-weight: 700;
  color: #3d3b39;
  font-size: 30px;
  display: none;
}
body.simplelogin .simplelogin-wrapper, body.maintenance-page .simplelogin-wrapper {
  padding: 0 0;
  margin: auto;
}
body.simplelogin .simplelogin-logo, body.maintenance-page .simplelogin-logo {
  text-align: center;
  padding: 20px 50px;
}
body.simplelogin input, body.maintenance-page input {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4rem;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #d2d6da !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.5rem !important;
  -webkit-transition: border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: box-shadow 0.15s ease, border-color 0.15s ease;
  transition: box-shadow 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
}
body.simplelogin input.form-text, body.maintenance-page input.form-text {
  padding: 0.5rem 0.75rem;
}
body.simplelogin input[type=submit], body.simplelogin .simplelogin-form button.form-submit, body.maintenance-page input[type=submit], body.maintenance-page .simplelogin-form button.form-submit {
  text-transform: uppercase;
  outline: 0;
  width: 100%;
  border: 0;
  padding: 15px;
  color: #FFFFFF;
  font-size: 14px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
  border-radius: 0.25em;
  font-weight: bold;
  background-color: #039740;
}
body.simplelogin input[type=submit]:hover, body.simplelogin .simplelogin-form button.form-submit:hover, body.maintenance-page input[type=submit]:hover, body.maintenance-page .simplelogin-form button.form-submit:hover {
  background-color: #3d3b39;
}

.indicator {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 20000;
  background-color: #039740;
  font-size: 15px;
  padding: 5px 10px;
}

.messages-list {
  width: 600px;
  max-width: 90vw;
  margin: 50px auto;
  background-color: #039740;
  color: black;
  padding: 40px 40px 40px 40px;
  border-radius: 5px;
  border: 0px solid #039740;
  -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.3);
          box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.3);
}

#block-breadcrumbs .binner {
  margin: 0 auto;
  width: 1440px;
  max-width: 86vw;
  display: none;
}
@media screen and (min-width: 960px) {
  #block-breadcrumbs .binner {
    display: block;
  }
}
#block-breadcrumbs ol {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#block-breadcrumbs ol li {
  display: inline-block;
  line-height: 50px;
  font-family: museo-sans, sans-serif;
  text-transform: lowercase;
}
#block-breadcrumbs ol li a {
  display: inline-block;
  padding-right: 30px;
  font-weight: 500;
  background: url(../img/angleright.svg) center right 5px no-repeat;
  background-size: 10px;
  text-decoration: none;
  font-family: museo-sans, sans-serif;
  color: inherit;
}

#block-wacht-local-tasks h2 {
  position: fixed;
  cursor: pointer;
  z-index: 10000;
  top: 58px;
  right: 0;
  width: 60px;
  height: 60px;
  text-indent: -10000px;
  overflow: hidden;
  background: #039740 url(../img/edit.svg) center center no-repeat;
  background-size: 30px;
  -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.3);
          box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.3);
}
#block-wacht-local-tasks ul {
  position: fixed;
  z-index: 10000;
  background-color: #039740;
  top: 138px;
  right: -200px;
  padding: 20px;
  opacity: 1;
  padding: 30px;
  margin: 0;
  list-style-type: none;
  -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.3);
          box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#block-wacht-local-tasks ul.open {
  right: 0;
}
#block-wacht-local-tasks ul a {
  color: white;
}
/*# sourceMappingURL=style.css.map */