@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,700,800");
/* line 37, ../sass/style.scss */
#over-ons ul li a, .view-over-ons ul li a, #producten .views-row .views-field-nothing,
#producten .views-row .views-field-nothing-1 {
  color: #4f7638;
  background-color: #c8d23b;
  border-radius: 20px;
  text-transform: lowercase;
  padding: 7px 20px;
  display: block;
  text-decoration: none;
  font-weight: 400;
}

/***** **** *** ** * global * ** *** **** *****/
/* line 50, ../sass/style.scss */
body {
  -webkit-font-smoothing: antialiased;
  /* This needs to be set or some font faced fonts look bold on Mac in Chrome/Webkit based browsers. */
  -moz-osx-font-smoothing: grayscale;
  /* Fixes font bold issue in Firefox version 25+ on Mac */
  position: relative;
  background: #fff;
  margin: 0;
}
/* line 56, ../sass/style.scss */
body a {
  color: #000;
}
/* line 57, ../sass/style.scss */
body a.active {
  color: #000;
}
/* line 58, ../sass/style.scss */
body strong, body b {
  font-weight: 700;
}
/* line 59, ../sass/style.scss */
body img {
  max-width: 100%;
  height: auto;
}
/* line 60, ../sass/style.scss */
body input, body textarea, body select, body option,
body input[type="text"], body input[type="reset"], body input[type="submit"], body input[type="button"],
body input[type=text], body input[type=email], body input[type=password], body select {
  box-sizing: border-box;
  font: 14px/1.5 "Open Sans", sans-serif;
  font-weight: 400;
  width: 100%;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 0;
  padding: 9px 9px 9px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
/* line 74, ../sass/style.scss */
body input:active, body input:focus, body textarea:active, body textarea:focus, body select:active, body select:focus, body option:active, body option:focus,
body input[type="text"]:active,
body input[type="text"]:focus, body input[type="reset"]:active, body input[type="reset"]:focus, body input[type="submit"]:active, body input[type="submit"]:focus, body input[type="button"]:active, body input[type="button"]:focus,
body input[type=text]:active,
body input[type=text]:focus, body input[type=email]:active, body input[type=email]:focus, body input[type=password]:active, body input[type=password]:focus, body select:active, body select:focus {
  box-shadow: none;
}
/* line 75, ../sass/style.scss */
body input.error, body textarea.error, body select.error, body option.error,
body input[type="text"].error, body input[type="reset"].error, body input[type="submit"].error, body input[type="button"].error,
body input[type=text].error, body input[type=email].error, body input[type=password].error, body select.error {
  border: 2px solid #ff0000;
}
/* line 79, ../sass/style.scss */
body .form-actions {
  text-align: right;
}
/* line 81, ../sass/style.scss */
body .form-actions input {
  cursor: pointer;
}
/* line 85, ../sass/style.scss */
body input[type="submit"] {
  background: #c8d23b;
  color: #4f7638;
  text-shadow: none;
  text-align: center;
  width: auto;
  padding: 10px 15px;
  text-transform: lowercase;
  font-weight: 400;
  -webkit-appearance: none;
  border: none;
  border-radius: 20px;
  display: block;
  height: auto;
}
/* line 100, ../sass/style.scss */
body textarea {
  background: #fff;
  border-radius: 0;
  height: 140px;
  padding: 9px;
}
/* line 106, ../sass/style.scss */
body label {
  font: 14px/1.2 "Open Sans", sans-serif;
  padding-bottom: 5px;
  color: #000;
  font-weight: 400;
}
/* line 111, ../sass/style.scss */
body label .form-required {
  color: #ff0000;
}
/* line 115, ../sass/style.scss */
body sup, body sub {
  font-size: 60%;
}
/* line 116, ../sass/style.scss */
body sup {
  vertical-align: top;
}
/* line 117, ../sass/style.scss */
body table {
  width: 100%;
}
/* line 118, ../sass/style.scss */
body table td {
  vertical-align: top;
}

/* line 120, ../sass/style.scss */
.content {
  font: 16px/1.5 "Open Sans", sans-serif;
  font-weight: 400;
  color: #000;
  line-height: 1.7em;
}
/* line 125, ../sass/style.scss */
.content p, .content ul, .content ol {
  padding-bottom: 18px;
}
/* line 126, ../sass/style.scss */
.content table {
  margin-bottom: 24px;
}
/* line 127, ../sass/style.scss */
.content ul li {
  margin: 0 0 0 16px;
  padding: 0;
  list-style: disc outside;
}
/* line 128, ../sass/style.scss */
.content ol li {
  margin: 0 0 0 18px;
  padding: 0;
  list-style: decimal outside;
}
/* line 129, ../sass/style.scss */
.content ul ol li {
  list-style-type: decimal;
}
/* line 130, ../sass/style.scss */
.content ol ul li {
  list-style-type: disc;
}
/* line 131, ../sass/style.scss */
.content h1, .content h2, .content h3, .content h4, .content h5 {
  padding-bottom: 5px;
}
/* line 132, ../sass/style.scss */
.content table td {
  padding: 0 10px 10px 0;
}

/* line 134, ../sass/style.scss */
ul.menu {
  margin: 0;
  padding: 0;
}
/* line 137, ../sass/style.scss */
ul.menu li {
  margin: 0;
  padding: 0;
}

/* line 142, ../sass/style.scss */
h1, h2, h3, h4, h5 {
  font-family: "Open Sans", sans-serif;
  color: #000;
  font-weight: 400;
  padding: 0;
  margin: 0;
  letter-spacing: 0.5px;
  line-height: 1.2;
}
/* line 150, ../sass/style.scss */
h1 a, h1 a.active, h2 a, h2 a.active, h3 a, h3 a.active, h4 a, h4 a.active, h5 a, h5 a.active {
  color: inherit;
  text-decoration: none;
}

/* line 152, ../sass/style.scss */
h1 {
  font-size: 4em;
  font-weight: 700;
  color: #787878;
}

/* line 153, ../sass/style.scss */
h2 {
  font-size: 24px;
  font-weight: 900;
  color: #4f7638;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 1.6em;
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
@media all and (max-width: 500px) {
  /* line 153, ../sass/style.scss */
  h2 {
    font-size: 1em;
  }
}

/* line 176, ../sass/style.scss */
h3 {
  font-size: 20px;
}

/* line 177, ../sass/style.scss */
h4 {
  font-size: 16px;
  font-weight: 700;
}

/* line 178, ../sass/style.scss */
h5 {
  font-size: 14px;
  text-transform: uppercase;
}

/* line 181, ../sass/style.scss */
.not-logged-in .tabs, .not-logged-in .messages {
  display: none;
}

/***** **** *** ** * header * ** *** **** *****/
/* line 188, ../sass/style.scss */
.menu-button {
  position: absolute;
  top: 55px;
  right: 0;
  height: 60px;
  display: block;
  z-index: 99;
  width: 20%;
  background-color: transparent;
  padding: 20px 0;
  padding-left: 20px;
  box-sizing: border-box;
}
/* line 200, ../sass/style.scss */
.menu-button span {
  background-color: #2d2c2b;
  height: 3px;
  width: 18px;
  margin-bottom: 3px;
  text-indent: -9999px;
  display: block;
}
/* line 209, ../sass/style.scss */
.menu-button.active span {
  margin: 0;
  background-color: #fff;
}
/* line 212, ../sass/style.scss */
.menu-button.active span:nth-of-type(1) {
  -o-transform: translate(0%, 50%) rotate(45deg);
  -moz-transform: translate(0%, 50%) rotate(45deg);
  -webkit-transform: translate(0%, 50%) rotate(45deg);
  transform: translate(0%, 50%) rotate(45deg);
}
/* line 218, ../sass/style.scss */
.menu-button.active span:nth-of-type(2) {
  -o-transform: translate(0%, -50%) rotate(135deg);
  -moz-transform: translate(0%, -50%) rotate(135deg);
  -webkit-transform: translate(0%, -50%) rotate(135deg);
  transform: translate(0%, -50%) rotate(135deg);
}
/* line 224, ../sass/style.scss */
.menu-button.active span:nth-of-type(3) {
  display: none;
}
@media all and (min-width: 769px) {
  /* line 188, ../sass/style.scss */
  .menu-button {
    display: none;
  }
}
@media all and (max-width: 480px) {
  /* line 188, ../sass/style.scss */
  .menu-button {
    top: 10px;
  }
}

@media all and (max-width: 1023px) {
  /* line 237, ../sass/style.scss */
  .hoofdmenu {
    display: none;
  }
}
@media all and (min-width: 1024px) {
  /* line 237, ../sass/style.scss */
  .hoofdmenu {
    display: block !important;
  }
}

/* line 245, ../sass/style.scss */
.region-header {
  width: 80%;
  float: left;
  position: relative;
}
@media all and (max-width: 769px) {
  /* line 245, ../sass/style.scss */
  .region-header {
    width: 100%;
    position: absolute;
    background-color: #2d2c2b;
    top: 0;
    left: 0;
    display: none;
    overflow: scroll;
  }
}
@media all and (min-width: 770px) {
  /* line 245, ../sass/style.scss */
  .region-header {
    display: block !important;
  }
}
@media all and (max-width: 1024px) {
  /* line 245, ../sass/style.scss */
  .region-header {
    padding-right: 25px;
    box-sizing: border-box;
  }
}

/* line 266, ../sass/style.scss */
#block-system-main-menu {
  width: 100%;
  overflow: hidden;
}
/* line 269, ../sass/style.scss */
#block-system-main-menu .content {
  float: right;
  padding-right: 55px;
}
/* line 273, ../sass/style.scss */
#block-system-main-menu li {
  list-style: none;
  display: inline-block;
  margin: 0;
}
/* line 277, ../sass/style.scss */
#block-system-main-menu li a {
  display: block;
  padding: 5px 15px;
  box-sizing: border-box;
  color: #2d2c2b;
  font-weight: 400;
  text-decoration: none;
  text-transform: lowercase;
}
/* line 286, ../sass/style.scss */
#block-system-main-menu li:hover a {
  font-weight: 700;
}
@media all and (max-width: 769px) {
  /* line 291, ../sass/style.scss */
  #block-system-main-menu .content {
    float: none;
    padding-right: 0;
  }
  /* line 295, ../sass/style.scss */
  #block-system-main-menu li {
    display: block;
    font-size: 1.6em;
    text-align: center;
  }
  /* line 299, ../sass/style.scss */
  #block-system-main-menu li a {
    padding: 25px 0;
    font-weight: 700;
    color: #fff;
  }
}

/* line 307, ../sass/style.scss */
#block-locale-language {
  padding-top: 42px;
  width: 100%;
}
/* line 310, ../sass/style.scss */
#block-locale-language .content {
  float: right;
  padding-right: 10px;
}
/* line 313, ../sass/style.scss */
#block-locale-language .content li {
  list-style: none;
  margin: 0;
  display: none;
  text-align: center;
}
/* line 318, ../sass/style.scss */
#block-locale-language .content li.active {
  top: 0;
  display: block;
  position: absolute;
}
/* line 323, ../sass/style.scss */
#block-locale-language .content li a {
  text-decoration: none;
  color: #2d2c2b;
  font-size: .8em;
  font-weight: 400;
  padding: 5px 25px 5px 15px;
  display: block;
}
/* line 332, ../sass/style.scss */
#block-locale-language .content ul {
  padding-bottom: 0;
  padding-top: 35px;
  position: absolute;
  left: calc(100% - 50px);
  top: 42px;
  border: #fff 1px solid;
}
/* line 341, ../sass/style.scss */
#block-locale-language .content:hover ul {
  background-color: #fff;
  border: #c8d23b 1px solid;
  -webkit-transition: ease 0.5s;
  -moz-transition: ease 0.5s;
  transition: ease 0.5s;
}
/* line 345, ../sass/style.scss */
#block-locale-language .content:hover ul a {
  color: #2d2c2b;
  font-weight: 400;
  -webkit-transition: ease 0.3s;
  -moz-transition: ease 0.3s;
  transition: ease 0.3s;
}
/* line 350, ../sass/style.scss */
#block-locale-language .content:hover ul a:hover {
  color: #c8d23b;
}
/* line 353, ../sass/style.scss */
#block-locale-language .content:hover ul li {
  display: block;
}
/* line 358, ../sass/style.scss */
#block-locale-language .content .pijltje {
  position: absolute;
  right: 0;
  top: 47px;
  font-size: .7em;
  color: #2d2c2b;
  z-index: 999;
}
/* line 367, ../sass/style.scss */
#block-locale-language .content:hover .pijltje {
  color: #c8d23b;
  -webkit-transition: ease 0.3s;
  -moz-transition: ease 0.3s;
  transition: ease 0.3s;
}
@media all and (max-width: 1024px) {
  /* line 375, ../sass/style.scss */
  #block-locale-language .content ul {
    left: calc(100% - 75px);
    border: none;
  }
  /* line 379, ../sass/style.scss */
  #block-locale-language .content .pijltje {
    right: 20px;
  }
  /* line 382, ../sass/style.scss */
  #block-locale-language .content:hover ul {
    border: none;
  }
}
@media all and (max-width: 769px) {
  /* line 387, ../sass/style.scss */
  #block-locale-language .content {
    float: none;
    text-align: center;
    padding-right: 0;
    margin-top: 65px;
  }
  /* line 392, ../sass/style.scss */
  #block-locale-language .content ul {
    position: relative;
    left: 0;
    padding-top: 0;
    top: 0;
  }
  /* line 399, ../sass/style.scss */
  #block-locale-language .content:hover ul {
    background-color: transparent;
  }
  /* line 401, ../sass/style.scss */
  #block-locale-language .content:hover ul a {
    color: #fff;
  }
  /* line 404, ../sass/style.scss */
  #block-locale-language .content:hover ul a:hover {
    color: #fff;
  }
  /* line 407, ../sass/style.scss */
  #block-locale-language .content:hover ul li {
    display: inline-block;
  }
  /* line 412, ../sass/style.scss */
  #block-locale-language .content li {
    display: inline-block;
    position: relative;
  }
  /* line 415, ../sass/style.scss */
  #block-locale-language .content li a {
    text-decoration: none;
    color: #fff;
    font-size: .8em;
    font-weight: 400;
    padding: 5px;
    display: block;
  }
  /* line 423, ../sass/style.scss */
  #block-locale-language .content li.active {
    position: relative;
    display: inline-block;
  }
  /* line 428, ../sass/style.scss */
  #block-locale-language .content .pijltje {
    display: none;
  }
}

/* line 435, ../sass/style.scss */
#block-block-6 {
  display: none;
  padding: 45px 2%;
  box-sizing: border-box;
  text-align: center;
}
/* line 440, ../sass/style.scss */
#block-block-6 p {
  color: #fff;
}
/* line 442, ../sass/style.scss */
#block-block-6 p a {
  text-decoration: none;
  color: #fff;
}
/* line 445, ../sass/style.scss */
#block-block-6 p a:hover {
  color: #c8d23b;
}
@media all and (max-width: 769px) {
  /* line 435, ../sass/style.scss */
  #block-block-6 {
    display: block;
  }
}

/* line 456, ../sass/style.scss */
#header {
  position: relative;
  z-index: 1;
  background-size: cover;
}
/* line 459, ../sass/style.scss */
#header > .section {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
@media all and (max-width: 769px) {
  /* line 456, ../sass/style.scss */
  #header {
    z-index: 999;
  }
}

/* line 469, ../sass/style.scss */
#logo {
  width: 20%;
  padding: 2%;
  box-sizing: border-box;
  float: left;
  margin-bottom: 15px;
  max-width: 200px;
}
@media all and (max-width: 769px) {
  /* line 469, ../sass/style.scss */
  #logo {
    width: 40%;
    z-index: 999;
    margin-left: 35px;
    max-width: 200px;
  }
}

/* line 485, ../sass/style.scss */
.center-block {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

/* line 488, ../sass/style.scss */
#page-title {
  text-align: center;
  clear: both;
}
@media all and (max-width: 850px) {
  /* line 488, ../sass/style.scss */
  #page-title {
    font-size: 3em;
  }
}
@media all and (max-width: 420px) {
  /* line 488, ../sass/style.scss */
  #page-title {
    font-size: 1.8em;
    font-weight: 800;
  }
}

/* line 501, ../sass/style.scss */
#block-system-main {
  clear: both;
  width: 80%;
  max-width: 960px;
  margin: 70px auto 100px auto;
  text-align: center;
}
/* line 507, ../sass/style.scss */
#block-system-main p {
  color: #2d2c2b;
}
/* line 510, ../sass/style.scss */
#block-system-main .node > .content .form-item, #block-system-main .link-wrapper {
  display: none;
}
@media all and (max-width: 769px) {
  /* line 501, ../sass/style.scss */
  #block-system-main {
    margin-top: 20px;
  }
}

/* line 518, ../sass/style.scss */
#block-block-4 {
  position: absolute;
  width: 100%;
  top: 125px;
  left: 0;
  z-index: -1;
}
/* line 524, ../sass/style.scss */
#block-block-4 .content {
  position: relative;
  height: 500px;
}
/* line 528, ../sass/style.scss */
#block-block-4 .header-img {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  text-align: center;
  height: 100%;
  /*            .img-content{
                  position: relative;
                  height: 100%;
              }*/
}
/* line 538, ../sass/style.scss */
#block-block-4 .header-img img {
  width: 75%;
  height: auto;
  max-width: 600px;
  display: block;
  margin: auto;
  /*                position: absolute;
                  left: 0;
                  top: 0;
                  bottom: 0;
                  right: 0;
                  margin: auto;*/
}
/* line 552, ../sass/style.scss */
#block-block-4 .header-img.goleft {
  left: -20%;
  width: 40%;
  box-sizing: border-box;
  -webkit-transition: ease 3s;
  -moz-transition: ease 3s;
  transition: ease 3s;
}
/* line 559, ../sass/style.scss */
#block-block-4 .header-img.goleft img {
  width: 60%;
  max-width: 350px;
  margin-top: 0 !important;
  -webkit-transition: ease 3s;
  -moz-transition: ease 3s;
  transition: ease 3s;
  /*
                      -webkit-transition: ease 1s;
                      -moz-transition: ease $time;
                      transition: ease $time;*/
}
/* line 571, ../sass/style.scss */
#block-block-4 .header-img.gocenter {
  left: 20%;
  width: 60%;
  -webkit-transition: ease 3s;
  -moz-transition: ease 3s;
  transition: ease 3s;
}
/* line 575, ../sass/style.scss */
#block-block-4 .header-img.gocenter img {
  width: 75%;
  max-width: 600px;
  -webkit-transition: ease 3s;
  -moz-transition: ease 3s;
  transition: ease 3s;
}
/* line 581, ../sass/style.scss */
#block-block-4 .header-img.goright {
  box-sizing: border-box;
  left: 80%;
  width: 40%;
  -webkit-transition: ease 3s;
  -moz-transition: ease 3s;
  transition: ease 3s;
}
/* line 586, ../sass/style.scss */
#block-block-4 .header-img.goright img {
  width: 60%;
  max-width: 350px;
  margin-top: 0 !important;
  -webkit-transition: ease 3s;
  -moz-transition: ease 3s;
  transition: ease 3s;
}
@media all and (max-width: 769px) {
  /* line 597, ../sass/style.scss */
  #block-block-4 .content {
    height: 300px;
  }
  /* line 600, ../sass/style.scss */
  #block-block-4 .header-img.goleft, #block-block-4 .header-img.gocenter, #block-block-4 .header-img.goright {
    overflow: visible;
  }
  /* line 602, ../sass/style.scss */
  #block-block-4 .header-img.goleft img, #block-block-4 .header-img.gocenter img, #block-block-4 .header-img.goright img {
    margin-top: -20px !important;
  }
}
@media all and (max-width: 480px) {
  /* line 610, ../sass/style.scss */
  #block-block-4 .header-img.goleft img, #block-block-4 .header-img.gocenter img, #block-block-4 .header-img.goright img {
    margin-top: 0 !important;
  }
}

/* line 619, ../sass/style.scss */
#block-block-3 {
  margin-bottom: 70px;
  position: relative;
  background: no-repeat url(../img/header-bg.png);
  background-size: 100% 400px;
  padding-top: 5%;
}
/* line 625, ../sass/style.scss */
#block-block-3 .content {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
/* line 627, ../sass/style.scss */
#block-block-3 .content img, #block-block-3 .content video {
  display: block;
  width: 100%;
  height: auto;
}
@media all and (max-width: 1200px) {
  /* line 619, ../sass/style.scss */
  #block-block-3 {
    padding-top: 0;
  }
}

/* line 639, ../sass/style.scss */
#over-ons {
  position: relative;
  clear: both;
}
/* line 642, ../sass/style.scss */
#over-ons .content {
  width: 80%;
  max-width: 960px;
  margin: auto;
}

/* line 648, ../sass/style.scss */
.owl-prev, .owl-next {
  position: absolute;
  padding-top: 15%;
  color: transparent;
  height: 100%;
  box-sizing: border-box;
}
/* line 654, ../sass/style.scss */
.owl-prev .fa, .owl-next .fa {
  color: rgba(201, 211, 60, 0.35);
  font-size: 1.4em;
}
/* line 658, ../sass/style.scss */
.owl-prev:hover .top, .owl-prev:hover .bottom, .owl-next:hover .top, .owl-next:hover .bottom {
  background-color: #c8d23b;
  -webkit-transition: ease 0.3s;
  -moz-transition: ease 0.3s;
  transition: ease 0.3s;
}
/* line 662, ../sass/style.scss */
.owl-prev:hover, .owl-next:hover {
  cursor: pointer;
}
/* line 665, ../sass/style.scss */
.owl-prev .top, .owl-prev .bottom, .owl-next .top, .owl-next .bottom {
  height: 2px;
  width: 40px;
  background-color: #ccc;
  display: block;
}

/* line 672, ../sass/style.scss */
.owl-prev {
  left: 0;
  margin-top: 24px;
}
/* line 675, ../sass/style.scss */
.owl-prev .top {
  -moz-transform: rotate(-50deg);
  -o-transform: rotate(-50deg);
  -webkit-transform: rotate(-50deg);
  transform: rotate(-50deg);
}
/* line 682, ../sass/style.scss */
.owl-prev .bottom {
  -moz-transform: rotate(50deg);
  -o-transform: rotate(50deg);
  -webkit-transform: rotate(50deg);
  transform: rotate(50deg);
  margin-top: 28px;
}

/* line 690, ../sass/style.scss */
.owl-next {
  right: 0;
}
/* line 692, ../sass/style.scss */
.owl-next .bottom {
  -moz-transform: rotate(-50deg);
  -o-transform: rotate(-50deg);
  -webkit-transform: rotate(-50deg);
  transform: rotate(-50deg);
  margin-top: 28px;
}
/* line 699, ../sass/style.scss */
.owl-next .top {
  -moz-transform: rotate(50deg);
  -o-transform: rotate(50deg);
  -webkit-transform: rotate(50deg);
  transform: rotate(50deg);
}

/* line 707, ../sass/style.scss */
#over-ons, .view-over-ons {
  text-align: center;
  margin-top: 45px;
  margin-bottom: 40px;
  overflow: hidden;
}
/* line 712, ../sass/style.scss */
#over-ons h2, .view-over-ons h2 {
  margin: 25px 0 40px 0;
}
/* line 715, ../sass/style.scss */
#over-ons p, .view-over-ons p {
  font-weight: 100;
  text-align: left;
}
/* line 719, ../sass/style.scss */
#over-ons .views-field-body .field-content, .view-over-ons .views-field-body .field-content {
  -webkit-column-count: 2;
  /* Chrome, Safari, Opera */
  -moz-column-count: 2;
  /* Firefox */
  column-count: 2;
  -webkit-column-gap: 60px;
  /* Chrome, Safari, Opera */
  -moz-column-gap: 60px;
  /* Firefox */
  column-gap: 60px;
}
/* line 728, ../sass/style.scss */
#over-ons .views-row-1 .views-field-body .field-content, .view-over-ons .views-row-1 .views-field-body .field-content {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
}
/* line 734, ../sass/style.scss */
#over-ons .left, #over-ons .right, .view-over-ons .left, .view-over-ons .right {
  width: 45%;
  float: left;
  margin-right: 5%;
}
/* line 738, ../sass/style.scss */
#over-ons .left h3, #over-ons .right h3, .view-over-ons .left h3, .view-over-ons .right h3 {
  text-align: left;
  font-size: 1em;
  font-weight: 700;
  color: #2d2c2b;
}
/* line 744, ../sass/style.scss */
#over-ons .left.left p, #over-ons .right.left p, .view-over-ons .left.left p, .view-over-ons .right.left p {
  font-size: 1.8em;
  line-height: 1.4em;
  color: #787878;
  padding-right: 3%;
  box-sizing: border-box;
}
@media all and (max-width: 500px) {
  /* line 744, ../sass/style.scss */
  #over-ons .left.left p, #over-ons .right.left p, .view-over-ons .left.left p, .view-over-ons .right.left p {
    font-size: 1.4em;
    line-height: 1.4em;
  }
}
/* line 757, ../sass/style.scss */
#over-ons .img-block .views-field-body .field-content, .view-over-ons .img-block .views-field-body .field-content {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
}
/* line 763, ../sass/style.scss */
#over-ons .img-block .views-field-body .field-content div, .view-over-ons .img-block .views-field-body .field-content div {
  width: 30%;
  margin-right: 3%;
  float: left;
}
/* line 769, ../sass/style.scss */
#over-ons .img-block .over-img, .view-over-ons .img-block .over-img {
  position: relative;
}
/* line 771, ../sass/style.scss */
#over-ons .img-block .over-img:hover, .view-over-ons .img-block .over-img:hover {
  cursor: pointer;
}
/* line 774, ../sass/style.scss */
#over-ons .img-block .over-img:before, .view-over-ons .img-block .over-img:before {
  content: "";
  background-color: #fff;
  position: absolute;
  bottom: 25px;
  height: 20px;
  width: 2px;
  left: calc(50% - 2px);
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
}
/* line 786, ../sass/style.scss */
#over-ons .img-block .over-img:after, .view-over-ons .img-block .over-img:after {
  content: "";
  background-color: #fff;
  position: absolute;
  bottom: 34px;
  width: 20px;
  height: 2px;
  left: calc(50% - 11px);
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
}
/* line 801, ../sass/style.scss */
#over-ons .views-field-field-afbeelding, .view-over-ons .views-field-field-afbeelding {
  width: 20%;
  float: left;
  margin-right: 5%;
}
/* line 806, ../sass/style.scss */
#over-ons ul, .view-over-ons ul {
  clear: both;
  text-align: left;
}
/* line 810, ../sass/style.scss */
#over-ons ul li, .view-over-ons ul li {
  list-style: none;
  margin: 25px 0;
}
/* line 814, ../sass/style.scss */
#over-ons ul li:hover a, .view-over-ons ul li:hover a {
  background-color: #d8de7a;
  -webkit-transition: ease 0.25s;
  -moz-transition: ease 0.25s;
  transition: ease 0.25s;
}
/* line 819, ../sass/style.scss */
#over-ons ul li a, .view-over-ons ul li a {
  display: inline-block;
}
@media all and (max-width: 1200px) {
  /* line 707, ../sass/style.scss */
  #over-ons, .view-over-ons {
    width: 90%;
    margin: auto;
  }
  /* line 827, ../sass/style.scss */
  #over-ons .left, #over-ons .right, .view-over-ons .left, .view-over-ons .right {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  /* line 833, ../sass/style.scss */
  #over-ons .img-block .views-field-body,
  #over-ons .views-field-field-afbeelding, .view-over-ons .img-block .views-field-body,
  .view-over-ons .views-field-field-afbeelding {
    width: 100%;
    float: none;
  }
  /* line 838, ../sass/style.scss */
  #over-ons .views-field-field-afbeelding, .view-over-ons .views-field-field-afbeelding {
    margin-bottom: 35px;
  }
  /* line 841, ../sass/style.scss */
  #over-ons h2, .view-over-ons h2 {
    width: 80%;
    margin: 25px auto 40px auto;
  }
}
@media all and (max-width: 769px) {
  /* line 707, ../sass/style.scss */
  #over-ons, .view-over-ons {
    margin-bottom: 5%;
  }
  /* line 848, ../sass/style.scss */
  #over-ons .views-field-body .field-content, .view-over-ons .views-field-body .field-content {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  /* line 853, ../sass/style.scss */
  #over-ons .owl-prev, #over-ons .owl-next, .view-over-ons .owl-prev, .view-over-ons .owl-next {
    padding-top: 20px;
  }
  /* line 855, ../sass/style.scss */
  #over-ons .owl-prev .top, #over-ons .owl-prev .bottom, #over-ons .owl-next .top, #over-ons .owl-next .bottom, .view-over-ons .owl-prev .top, .view-over-ons .owl-prev .bottom, .view-over-ons .owl-next .top, .view-over-ons .owl-next .bottom {
    height: 1px;
    width: 15px;
  }
  /* line 859, ../sass/style.scss */
  #over-ons .owl-prev .bottom, #over-ons .owl-next .bottom, .view-over-ons .owl-prev .bottom, .view-over-ons .owl-next .bottom {
    margin-top: 10px;
  }
  /* line 865, ../sass/style.scss */
  #over-ons .img-block .views-field-body .field-content div, .view-over-ons .img-block .views-field-body .field-content div {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5%;
    float: none;
  }
}

/* line 875, ../sass/style.scss */
.popup {
  display: none;
  opacity: 0;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-transition: opacity ease 1s;
  -moz-transition: opacity ease 1s;
  transition: opacity ease 1s;
}
/* line 889, ../sass/style.scss */
.popup img {
  display: block !important;
  max-width: 90% !important;
  max-height: 90vh !important;
  width: auto;
  height: auto;
  margin: auto;
  margin-top: 5vh;
}

/* line 901, ../sass/style.scss */
#producten {
  overflow: hidden;
  position: relative;
}
/* line 904, ../sass/style.scss */
#producten .overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-color: #fafbee;
  z-index: 9999;
  display: none;
}
/* line 914, ../sass/style.scss */
#producten .views-row {
  width: 25%;
  float: left;
  position: relative;
  -webkit-transition: ease 0;
  -moz-transition: ease 0;
  transition: ease 0;
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
/* line 923, ../sass/style.scss */
#producten .views-row:nth-of-type(4n+1) {
  clear: both;
}
/* line 926, ../sass/style.scss */
#producten .views-row:hover {
  cursor: pointer;
}
/* line 928, ../sass/style.scss */
#producten .views-row:hover .views-field-field-hoofdbeeld img {
  opacity: 1;
}
/* line 932, ../sass/style.scss */
#producten .views-row .views-field-body,
#producten .views-row .views-field-field-onderdelen,
#producten .views-row .views-field-nothing,
#producten .views-row .views-field-nothing-1 {
  opacity: 0;
  height: 0;
  -webkit-transition: ease 0;
  -moz-transition: ease 0;
  -o-transition: ease 0;
  transition: ease 0;
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
/* line 947, ../sass/style.scss */
#producten .views-row .views-field-nothing {
  display: none !important;
}
/* line 950, ../sass/style.scss */
#producten .views-row .views-field-body,
#producten .views-row .views-field-field-onderdelen {
  margin-left: 25%;
  padding: 20px 7%;
  box-sizing: border-box;
  width: 75%;
}
/* line 957, ../sass/style.scss */
#producten .views-row .views-field-field-hoofdbeeld {
  overflow: hidden;
  width: 100%;
  position: relative;
  -webkit-transition: ease 0;
  -moz-transition: ease 0;
  transition: ease 0;
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
/* line 967, ../sass/style.scss */
#producten .views-row .views-field-field-hoofdbeeld img {
  opacity: .8;
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
/* line 975, ../sass/style.scss */
#producten .views-row .views-field-field-hoofdbeeld .pijl {
  position: absolute;
  bottom: 25px;
  left: 120%;
  width: 100%;
  text-align: center;
}
/* line 981, ../sass/style.scss */
#producten .views-row .views-field-field-hoofdbeeld .pijl img {
  opacity: 1;
  max-width: 55px;
  margin: auto;
}
/* line 987, ../sass/style.scss */
#producten .views-row .views-field-field-hoofdbeeld:before {
  content: "";
  background-color: #fff;
  position: absolute;
  bottom: 25px;
  height: 20px;
  width: 2px;
  left: calc(50% - 2px);
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
}
/* line 999, ../sass/style.scss */
#producten .views-row .views-field-field-hoofdbeeld:after {
  content: "";
  background-color: #fff;
  position: absolute;
  bottom: 34px;
  width: 20px;
  height: 2px;
  left: calc(50% - 11px);
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
}
/* line 1012, ../sass/style.scss */
#producten .views-row .views-field-title {
  position: absolute;
  top: 40%;
  width: 100%;
  text-align: center;
  padding: 2%;
  box-sizing: border-box;
  color: #fff;
  font-weight: 800;
  font-size: 2em;
  animation-delay: 3s;
  animation-fill-mode: forwards;
}
/* line 1026, ../sass/style.scss */
#producten .views-row .views-field-nothing,
#producten .views-row .views-field-nothing-1 {
  display: none;
  left: 7%;
  bottom: 10%;
  cursor: pointer;
}
/* line 1034, ../sass/style.scss */
#producten .views-row .views-field-nothing:hover,
#producten .views-row .views-field-nothing-1:hover {
  background-color: #d8de7a;
  -webkit-transition: ease 0.25s;
  -moz-transition: ease 0.25s;
  transition: ease 0.25s;
}
/* line 1039, ../sass/style.scss */
#producten .views-row .views-field-nothing-1 {
  position: absolute;
  top: 70px;
  right: 17%;
  bottom: auto;
  left: auto;
}
/* line 1045, ../sass/style.scss */
#producten .views-row .views-field-nothing-1 a {
  color: #4f7638;
  text-decoration: none;
}
@media (max-width: 1150px) and (min-width: 901px) {
  /* line 1039, ../sass/style.scss */
  #producten .views-row .views-field-nothing-1 {
    top: 28px;
    right: 7%;
  }
}
@media (max-width: 900px) {
  /* line 1039, ../sass/style.scss */
  #producten .views-row .views-field-nothing-1 {
    top: 150px;
    right: 5%;
  }
}
@media (max-width: 370px) {
  /* line 1039, ../sass/style.scss */
  #producten .views-row .views-field-nothing-1 {
    top: 185px;
    left: 20px;
    right: auto;
    margin-left: 0% !important;
  }
}
/* line 1064, ../sass/style.scss */
#producten .views-row.active {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999;
  background-color: #f6f9ea;
  -webkit-transition: ease .8s;
  -moz-transition: ease .8s;
  transition: ease .8s;
  -webkit-transition-delay: 0;
  transition-delay: 0;
  -webkit-animation-delay: 0;
  animation-delay: 0;
}
/* line 1083, ../sass/style.scss */
#producten .views-row.active .views-field-body,
#producten .views-row.active .views-field-field-onderdelen,
#producten .views-row.active .views-field-nothing,
#producten .views-row.active .views-field-nothing-1 {
  opacity: 1;
  height: auto;
  -webkit-transition: opacity ease 1s, height ease 1s;
  -moz-transition: opacity ease 1s, height ease 1s;
  -o-transition: opacity ease 1s, height ease 1s;
  transition: opacity ease 1s, height ease 1s;
  -webkit-transition-delay: .8s;
  transition-delay: .8s;
}
/* line 1098, ../sass/style.scss */
#producten .views-row.active .views-field-field-onderdelen {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
}
/* line 1102, ../sass/style.scss */
#producten .views-row.active .views-field-nothing,
#producten .views-row.active .views-field-nothing-1 {
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s;
}
/* line 1107, ../sass/style.scss */
#producten .views-row.active .views-field-field-hoofdbeeld {
  background-color: #c8d23b;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: width ease .3s;
  -moz-transition: width ease .3s;
  transition: width ease .3s;
  -webkit-transition-delay: .6s;
  transition-delay: .6s;
}
/* line 1119, ../sass/style.scss */
#producten .views-row.active .views-field-field-hoofdbeeld .pijl {
  left: 0;
  -webkit-transition: ease 0.3s;
  -moz-transition: ease 0.3s;
  transition: ease 0.3s;
  -webkit-transition-delay: .7s;
  transition-delay: .7s;
}
/* line 1126, ../sass/style.scss */
#producten .views-row.active .views-field-field-hoofdbeeld .pijl:hover {
  left: -15px;
  -webkit-transition-delay: .0s;
  transition-delay: 0s;
}
/* line 1133, ../sass/style.scss */
#producten .views-row.active .views-field-field-hoofdbeeld:before, #producten .views-row.active .views-field-field-hoofdbeeld:after {
  -webkit-transition: ease .3s;
  -moz-transition: ease .3s;
  -o-transition: ease .3s;
  transition: ease .3s;
  -webkit-transition-delay: .5s;
  transition-delay: .5s;
}
/* line 1142, ../sass/style.scss */
#producten .views-row.active .views-field-field-hoofdbeeld:before {
  bottom: -25px;
  -webkit-transition: ease .2s;
  -moz-transition: ease .2s;
  -o-transition: ease .2s;
  transition: ease .2s;
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
}
/* line 1153, ../sass/style.scss */
#producten .views-row.active .views-field-field-hoofdbeeld:after {
  left: -40px;
}
/* line 1157, ../sass/style.scss */
#producten .views-row.active .views-field-title {
  position: static;
  text-align: left;
  color: #c8d23b;
  margin-left: 25%;
  padding: 20px 7%;
  padding-top: 75px;
  box-sizing: border-box;
  width: 75%;
}
/* line 1166, ../sass/style.scss */
#producten .views-row.active .views-field-title span {
  padding-left: 20px;
  padding-right: calc(17% + 120px);
  box-sizing: border-box;
  display: block;
}
/* line 1173, ../sass/style.scss */
#producten .views-row.active .views-field-body {
  -webkit-column-count: 2;
  /* Chrome, Safari, Opera */
  -moz-column-count: 2;
  /* Firefox */
  column-count: 2;
  -webkit-column-gap: 60px;
  /* Chrome, Safari, Opera */
  -moz-column-gap: 60px;
  /* Firefox */
  column-gap: 60px;
}
/* line 1182, ../sass/style.scss */
#producten .views-row.active .views-field-body,
#producten .views-row.active .views-field-field-onderdelen {
  width: 65%;
}
/* line 1187, ../sass/style.scss */
#producten .views-row.active .views-field-field-onderdelen .field-collection-view {
  min-height: 55px;
  margin-bottom: 5px;
  background-color: #fff;
  padding: 10px 20px;
}
/* line 1194, ../sass/style.scss */
#producten .views-row.active .views-field-field-onderdelen .field-collection-view .field-name-field-titel,
#producten .views-row.active .views-field-field-onderdelen .field-collection-view .field-name-field-body {
  color: #000;
}
/* line 1197, ../sass/style.scss */
#producten .views-row.active .views-field-field-onderdelen .field-collection-view .field-name-field-titel p,
#producten .views-row.active .views-field-field-onderdelen .field-collection-view .field-name-field-body p {
  padding-bottom: 0;
}
/* line 1201, ../sass/style.scss */
#producten .views-row.active .views-field-field-onderdelen .field-collection-view .field-name-field-titel {
  font-weight: 700;
  color: #4f7638;
  font-size: 1.4em;
}
/* line 1206, ../sass/style.scss */
#producten .views-row.active .views-field-field-onderdelen .field-collection-view.field-collection-view:nth-of-type(2n) {
  background-color: #fff;
}
/* line 1212, ../sass/style.scss */
#producten .views-row.active .views-field-nothing,
#producten .views-row.active .views-field-nothing-1 {
  display: inline-block;
  margin-left: 25%;
}
@media all and (max-width: 1150px) and (min-width: 901px) {
  /* line 1227, ../sass/style.scss */
  #producten .views-row.active .views-field-title {
    padding-top: 30px;
  }
  /* line 1230, ../sass/style.scss */
  #producten .views-row.active .views-field-body {
    -webkit-column-count: 1;
    /* Chrome, Safari, Opera */
    -moz-column-count: 1;
    /* Firefox */
    column-count: 1;
    font-size: .9em;
    padding-top: 0px;
  }
  /* line 1238, ../sass/style.scss */
  #producten .views-row.active .views-field-body,
  #producten .views-row.active .views-field-field-onderdelen {
    width: 75%;
  }
  /* line 1242, ../sass/style.scss */
  #producten .views-row.active .views-field-field-onderdelen {
    padding-top: 0;
  }
  /* line 1246, ../sass/style.scss */
  #producten .views-row.active .views-field-field-onderdelen .field-collection-view .field-name-field-titel {
    font-size: 1.2em;
  }
  /* line 1249, ../sass/style.scss */
  #producten .views-row.active .views-field-field-onderdelen .field-collection-view .field-name-field-body {
    font-size: .9em;
  }
}
@media all and (max-width: 950px) and (min-width: 901px) {
  /* line 1257, ../sass/style.scss */
  #producten .views-row.active .views-field-title {
    padding-top: 20px;
  }
}
@media all and (max-width: 1100px) {
  /* line 1264, ../sass/style.scss */
  #producten .views-row .views-field-title {
    font-size: 1.5em;
  }
}
@media all and (max-width: 900px) {
  /* line 914, ../sass/style.scss */
  #producten .views-row {
    width: 50%;
  }
  /* line 1271, ../sass/style.scss */
  #producten .views-row:nth-of-type(2n+1) {
    clear: both;
  }
  /* line 1275, ../sass/style.scss */
  #producten .views-row.active .views-field-title {
    width: 50%;
    margin-left: 50%;
    padding: 75px 5% 20px 5%;
    text-align: right;
  }
  /* line 1280, ../sass/style.scss */
  #producten .views-row.active .views-field-title span {
    padding-right: 0;
  }
  /* line 1284, ../sass/style.scss */
  #producten .views-row.active .views-field-body,
  #producten .views-row.active .views-field-field-onderdelen {
    margin-left: 0;
    margin-top: 40%;
    padding: 20px 7%;
    box-sizing: border-box;
    width: 100%;
  }
  /* line 1292, ../sass/style.scss */
  #producten .views-row.active .views-field-field-onderdelen {
    margin-top: 25px;
  }
  /* line 1295, ../sass/style.scss */
  #producten .views-row.active .views-field-body {
    -webkit-column-count: 1;
    /* Chrome, Safari, Opera */
    -moz-column-count: 1;
    /* Firefox */
    column-count: 1;
  }
}
@media all and (max-width: 480px) {
  /* line 1303, ../sass/style.scss */
  #producten .views-row .views-field-title {
    font-size: 1.2em;
  }
  /* line 1307, ../sass/style.scss */
  #producten .views-row.active .views-field-title {
    padding-top: 30px;
  }
  /* line 1310, ../sass/style.scss */
  #producten .views-row.active .views-field-body {
    font-size: .9em;
    padding-top: 0px;
  }
  /* line 1313, ../sass/style.scss */
  #producten .views-row.active .views-field-body p {
    padding-bottom: 0;
  }
  /* line 1317, ../sass/style.scss */
  #producten .views-row.active .views-field-body,
  #producten .views-row.active .views-field-field-onderdelen {
    width: 100%;
  }
  /* line 1321, ../sass/style.scss */
  #producten .views-row.active .views-field-field-onderdelen {
    padding-top: 0;
  }
  /* line 1325, ../sass/style.scss */
  #producten .views-row.active .views-field-field-onderdelen .field-collection-view .field-name-field-titel {
    font-size: 1.2em;
  }
  /* line 1328, ../sass/style.scss */
  #producten .views-row.active .views-field-field-onderdelen .field-collection-view .field-name-field-body {
    font-size: .9em;
  }
}
/* line 1336, ../sass/style.scss */
#producten .views-row-1 {
  background-color: #c9d33c;
}
/* line 1337, ../sass/style.scss */
#producten .views-row-2 {
  background-color: rgba(201, 211, 60, 0.5);
}
/* line 1338, ../sass/style.scss */
#producten .views-row-3 {
  background-color: rgba(201, 211, 60, 0.7);
}
/* line 1339, ../sass/style.scss */
#producten .views-row-4 {
  background-color: rgba(201, 211, 60, 0.25);
}
/* line 1340, ../sass/style.scss */
#producten .views-row-5 {
  background-color: rgba(201, 211, 60, 0.4);
}
/* line 1341, ../sass/style.scss */
#producten .views-row-6 {
  background-color: rgba(201, 211, 60, 0.9);
}
/* line 1342, ../sass/style.scss */
#producten .views-row-7 {
  background-color: rgba(201, 211, 60, 0.5);
}
/* line 1343, ../sass/style.scss */
#producten .views-row-8 {
  background-color: rgba(201, 211, 60, 0.7);
}
/* line 1344, ../sass/style.scss */
#producten .views-row-9 {
  background-color: rgba(201, 211, 60, 0.25);
}
/* line 1345, ../sass/style.scss */
#producten .views-row-10 {
  background-color: rgba(201, 211, 60, 0.5);
}
/* line 1346, ../sass/style.scss */
#producten .views-row-11 {
  background-color: #c9d33c;
}
/* line 1347, ../sass/style.scss */
#producten .views-row-12 {
  background-color: rgba(201, 211, 60, 0.25);
}
/* line 1348, ../sass/style.scss */
#producten .views-row-13 {
  background-color: rgba(201, 211, 60, 0.5);
}
/* line 1349, ../sass/style.scss */
#producten .views-row-14 {
  background-color: rgba(201, 211, 60, 0.3);
}

/* line 1351, ../sass/style.scss */
#contact h2 {
  width: 80%;
  margin: 80px auto 0 auto;
  text-align: center;
}

/* line 1357, ../sass/style.scss */
#contact .content h2 {
  display: none;
}
/* line 1360, ../sass/style.scss */
#contact .content .field-name-field-tekst {
  max-width: 60%;
  text-align: center;
  margin: 15px auto;
}
/* line 1364, ../sass/style.scss */
#contact .content .field-name-field-tekst a {
  color: #4f7638;
  text-decoration: none;
}
/* line 1367, ../sass/style.scss */
#contact .content .field-name-field-tekst a:hover {
  text-decoration: underline;
}
@media all and (max-width: 769px) {
  /* line 1373, ../sass/style.scss */
  #contact .content .field-name-field-tekst {
    max-width: 90%;
  }
}

/* line 1378, ../sass/style.scss */
.webform-client-form {
  width: 80%;
  margin: 45px auto 25px auto;
  overflow: hidden;
}
/* line 1382, ../sass/style.scss */
.webform-client-form label {
  display: none;
}
/* line 1385, ../sass/style.scss */
.webform-client-form input, .webform-client-form textarea {
  border-color: #c8d23b !important;
  color: #2d2c2b;
  font-weight: 100;
}
/* line 1390, ../sass/style.scss */
.webform-client-form .form-item input {
  border-bottom: none;
  margin: 0;
}
/* line 1394, ../sass/style.scss */
.webform-client-form textarea {
  border-bottom: 1px solid #c8d23b;
  border-left: none;
}
/* line 1398, ../sass/style.scss */
.webform-client-form .form-item {
  margin: 0;
}
/* line 1401, ../sass/style.scss */
.webform-client-form .webform-component-fieldset {
  width: 50%;
  float: left;
  position: relative;
}
/* line 1405, ../sass/style.scss */
.webform-client-form .webform-component-fieldset .fieldset-legend {
  display: none;
}
/* line 1409, ../sass/style.scss */
.webform-client-form .webform-component-email input {
  border-bottom: 1px solid #c8d23b;
}
/* line 1412, ../sass/style.scss */
.webform-client-form .webform-component--links--ik-wil-informatie-over {
  border: 1px solid #c8d23b;
  border-bottom: none;
  height: 45px;
  padding: 10px 10px;
  box-sizing: border-box;
  background-color: #f2f2f2;
}
/* line 1419, ../sass/style.scss */
.webform-client-form .webform-component--links--ik-wil-informatie-over:hover {
  cursor: pointer;
}
/* line 1422, ../sass/style.scss */
.webform-client-form .webform-component--links--ik-wil-informatie-over > label,
.webform-client-form .webform-component--links--ik-wil-informatie-over .form-item label,
.webform-client-form .webform-component--links--ik-wil-informatie-over input {
  display: inline-block;
  width: auto;
  font-weight: 100;
}
/* line 1429, ../sass/style.scss */
.webform-client-form .webform-component--links--ik-wil-informatie-over > label:after {
  content: "\f0d7";
  font-family: FontAwesome;
  display: inline-block;
  color: #c8d23b;
  padding-left: 7px;
}
/* line 1437, ../sass/style.scss */
.webform-client-form .webform-component--links--ik-wil-informatie-over.active > label:after {
  content: "\f0d8";
  font-family: FontAwesome;
}
/* line 1442, ../sass/style.scss */
.webform-client-form .webform-component--links--ik-wil-informatie-over input[type="checkbox"]:empty {
  display: none;
}
/* line 1445, ../sass/style.scss */
.webform-client-form .webform-component--links--ik-wil-informatie-over input[type="checkbox"]:empty ~ label {
  position: relative;
  line-height: 1.4em;
  cursor: pointer;
  padding: 5px 15px 5px 25px;
  width: 100%;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 1456, ../sass/style.scss */
.webform-client-form .webform-component--links--ik-wil-informatie-over input[type="checkbox"]:empty ~ label:before {
  content: " ";
  position: absolute;
  width: 12px;
  height: 12px;
  border: 1px solid #c8d23b;
  left: 0;
  top: 9px;
}
/* line 1466, ../sass/style.scss */
.webform-client-form .webform-component--links--ik-wil-informatie-over input[type="checkbox"]:hover:not(:checked) ~ label {
  color: #c8d23b;
}
/* line 1469, ../sass/style.scss */
.webform-client-form .webform-component--links--ik-wil-informatie-over input[type="checkbox"]:checked ~ label:before {
  background-color: #c8d23b;
}
/* line 1472, ../sass/style.scss */
.webform-client-form .webform-component--links--ik-wil-informatie-over input[type="checkbox"]:checked ~ label:after {
  content: "\f00c";
  font-family: FontAwesome;
  left: 2px;
  top: 7px;
  color: #fff;
  position: absolute;
  font-size: .8em;
}
/* line 1481, ../sass/style.scss */
.webform-client-form .webform-component--links--ik-wil-informatie-over .form-item:nth-child(even) {
  background-color: rgba(201, 211, 60, 0.1);
}
/* line 1485, ../sass/style.scss */
.webform-client-form .webform-component--links--ik-wil-informatie-over #edit-submitted-links-ik-wil-informatie-over {
  position: absolute;
  width: 100%;
  opacity: 0;
  height: 0;
  left: 0;
  z-index: -1;
  top: 45px;
  background-color: #fff;
  border: 1px solid #c8d23b;
  border-top: none;
  box-sizing: border-box;
  -webkit-transition: height ease .5s, opacity ease .5s;
  -moz-transition: height ease .5s, opacity ease .5s;
  transition: height ease .5s, opacity ease .5s;
}
/* line 1501, ../sass/style.scss */
.webform-client-form .webform-component--links--ik-wil-informatie-over #edit-submitted-links-ik-wil-informatie-over .form-item {
  padding: 2px 10px;
}
/* line 1507, ../sass/style.scss */
.webform-client-form form ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #2d2c2b;
  font-weight: 100;
}
/* line 1511, ../sass/style.scss */
.webform-client-form form :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #2d2c2b;
  opacity: 1;
  font-weight: 100;
}
/* line 1516, ../sass/style.scss */
.webform-client-form form ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #2d2c2b;
  opacity: 1;
  font-weight: 100;
}
/* line 1521, ../sass/style.scss */
.webform-client-form form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #2d2c2b;
  font-weight: 100;
}
/* line 1525, ../sass/style.scss */
.webform-client-form form ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #2d2c2b;
  font-weight: 100;
}
/* line 1530, ../sass/style.scss */
.webform-client-form .form-actions {
  clear: both;
  text-align: center;
  padding: 35px 0 50px 0;
  margin: 0;
}
/* line 1536, ../sass/style.scss */
.webform-client-form .form-actions .form-submit {
  margin: auto;
  font-size: 1.1em;
  padding: 7px 50px;
}
/* line 1540, ../sass/style.scss */
.webform-client-form .form-actions .form-submit:hover {
  background-color: #d8de7a;
  -webkit-transition: ease 0.25s;
  -moz-transition: ease 0.25s;
  transition: ease 0.25s;
}
/* line 1546, ../sass/style.scss */
.webform-client-form .captcha {
  clear: both;
  text-align: center;
}
/* line 1549, ../sass/style.scss */
.webform-client-form .captcha .g-recaptcha > div {
  margin: 0 auto;
  padding-top: 20px;
}
@media all and (max-width: 769px) {
  /* line 1555, ../sass/style.scss */
  .webform-client-form .webform-component-fieldset {
    width: 100%;
    float: none;
  }
  /* line 1560, ../sass/style.scss */
  .webform-client-form textarea {
    height: auto !important;
    border-left: 1px solid #c8d23b;
    border-top: none;
  }
}
@media all and (max-width: 480px) {
  /* line 1567, ../sass/style.scss */
  .webform-client-form .webform-component--links--ik-wil-informatie-over {
    height: auto;
    padding: 0;
  }
  /* line 1570, ../sass/style.scss */
  .webform-client-form .webform-component--links--ik-wil-informatie-over > label {
    padding: 10px;
  }
  /* line 1573, ../sass/style.scss */
  .webform-client-form .webform-component--links--ik-wil-informatie-over #edit-submitted-links-ik-wil-informatie-over {
    position: relative;
    top: 0;
    border: none;
  }
}

/* line 1584, ../sass/style.scss */
#footer-wrapper {
  background-color: #2d2c2b;
  padding: 2% 0;
  overflow: hidden;
}
/* line 1588, ../sass/style.scss */
#footer-wrapper #block-block-5 {
  overflow: hidden;
}
/* line 1592, ../sass/style.scss */
#footer-wrapper #block-block-5 .content li {
  color: #fff;
  margin: 0;
  float: left;
  width: 33.33%;
  list-style: none;
  font-weight: 100;
}
/* line 1600, ../sass/style.scss */
#footer-wrapper #block-block-5 .content li:nth-of-type(1) img {
  width: 70%;
  height: auto;
  max-width: 200px;
  display: block;
}
/* line 1607, ../sass/style.scss */
#footer-wrapper #block-block-5 .content li a {
  color: #fff;
  text-decoration: none;
}
/* line 1610, ../sass/style.scss */
#footer-wrapper #block-block-5 .content li a:hover {
  color: #c8d23b;
}
@media all and (max-width: 1200px) {
  /* line 1617, ../sass/style.scss */
  #footer-wrapper #block-block-5, #footer-wrapper .by-comma {
    width: 90%;
  }
  /* line 1619, ../sass/style.scss */
  #footer-wrapper #block-block-5 li, #footer-wrapper .by-comma li {
    width: 100%;
  }
}
@media all and (max-width: 769px) {
  /* line 1584, ../sass/style.scss */
  #footer-wrapper {
    padding: 4% 0;
  }
  /* line 1627, ../sass/style.scss */
  #footer-wrapper #block-block-5 .content li {
    width: 100%;
    margin-bottom: 25px;
  }
}

/* line 1635, ../sass/style.scss */
.by-comma p {
  text-align: right;
  color: #fff;
  padding-top: 15px;
  padding-bottom: 0;
}

/* line 1643, ../sass/style.scss */
.webform-client-form > div > .webform-component-checkboxes {
  float: left;
}
/* line 1645, ../sass/style.scss */
.webform-client-form > div > .webform-component-checkboxes label {
  display: none !important;
}
/* line 1648, ../sass/style.scss */
.webform-client-form > div > .webform-component-checkboxes div.form-checkboxes {
  display: inline-block;
  width: 25px;
}

/* line 1653, ../sass/style.scss */
.webform-client-form > div > .webform-component-markup {
  margin-left: 35px !important;
  clear: none !important;
  font-size: .8em;
}

/* line 1660, ../sass/style.scss */
.page-node-82 #block-system-main, .page-node-83 #block-system-main, .page-node-84 #block-system-main {
  text-align: left;
}
