@charset "UTF-8";
/* --- Colours --- */
/* --- Angle sizes --- */
/* --- Custom page styling --- */
/* --- Page - default --- */
/* line 3, ../sass/_page_default.scss */
.default {
  /* --- Banner --- */
  /* --- New banner --- */
  /* --- Submenu --- */
}
/* line 6, ../sass/_page_default.scss */
.default .text ul {
  margin-left: 15px;
}
/* line 13, ../sass/_page_default.scss */
.default .banner {
  height: 1150px;
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: -180px;
  overflow: hidden;
}
/* line 20, ../sass/_page_default.scss */
.default .banner .text_placeholder {
  position: absolute;
  bottom: 0px;
  width: 100%;
  z-index: 2;
}
/* line 25, ../sass/_page_default.scss */
.default .banner .text_placeholder .txt_background {
  padding: 40px 40px 95px;
  position: relative;
}
/* line 28, ../sass/_page_default.scss */
.default .banner .text_placeholder .txt_background #before {
  width: 100px;
  display: inline-block;
  position: absolute;
  z-index: 999;
  left: -99px;
  top: 0px;
  height: 100%;
}
/* line 37, ../sass/_page_default.scss */
.default .banner .text_placeholder .txt_background .text {
  max-width: 550px;
  width: 100%;
}
/* line 40, ../sass/_page_default.scss */
.default .banner .text_placeholder .txt_background .text h1 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 3vw;
  line-height: 3vw;
}
/* line 46, ../sass/_page_default.scss */
.default .banner .text_placeholder .txt_background .text .date {
  font-size: 24px;
  color: #1d1d1b;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 50px;
}
/* line 53, ../sass/_page_default.scss */
.default .banner .text_placeholder .txt_background .text p {
  margin-bottom: 50px;
}
/* line 59, ../sass/_page_default.scss */
.default .banner .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -999;
}
/* line 66, ../sass/_page_default.scss */
.default .banner .background .yellow_block {
  position: absolute;
  height: 2000px;
  width: 50%;
  background-color: #fff64f;
  display: inline-block;
  transform: rotate(-10deg);
  top: -50%;
  left: -402px;
}
/* line 76, ../sass/_page_default.scss */
.default .banner .background .image_placeholder {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  max-height: 1150px;
}
/* line 89, ../sass/_page_default.scss */
.default .banner .nav_placeholder {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: block;
}
/* line 96, ../sass/_page_default.scss */
.default .banner .nav_placeholder .container .row .navigation {
  left: 0;
  bottom: 200px;
  display: block;
  position: relative;
  z-index: 4;
  max-width: 400px;
}
/* line 103, ../sass/_page_default.scss */
.default .banner .nav_placeholder .container .row .navigation .button {
  margin-bottom: 30px;
}
/* line 105, ../sass/_page_default.scss */
.default .banner .nav_placeholder .container .row .navigation .button .icon {
  display: inline-block;
  height: 35px;
  width: 35px;
  background-image: url(../images/arrow-next.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 50% auto;
}
/* line 114, ../sass/_page_default.scss */
.default .banner .nav_placeholder .container .row .navigation .button span {
  font-size: 14px;
  line-height: 14px;
}
/* line 118, ../sass/_page_default.scss */
.default .banner .nav_placeholder .container .row .navigation .button .btn_text {
  transition: all ease-in-out 0.3s;
  display: none;
  position: relative;
  top: -4px;
  width: inherit;
  text-align: left;
}
/* line 127, ../sass/_page_default.scss */
.default .banner .nav_placeholder .container .row .navigation .button:hover .btn_text {
  transition: all ease-in-out 0.3s;
  display: inline-block;
  opacity: 1;
  width: inherit;
}
/* line 137, ../sass/_page_default.scss */
.default .banner .nav_placeholder .container .row .navigation .next span .icon, .default .banner .nav_placeholder .container .row .navigation .prev span .icon {
  top: 0px;
  left: 0px;
  right: auto;
  border: none;
  padding: 0;
}
/* line 144, ../sass/_page_default.scss */
.default .banner .nav_placeholder .container .row .navigation .next span .btn_text, .default .banner .nav_placeholder .container .row .navigation .prev span .btn_text {
  padding: 0;
  border: none;
  font-size: 14px;
}
/* line 152, ../sass/_page_default.scss */
.default .banner .nav_placeholder .container .row .navigation .next .icon {
  transform: rotate(180deg);
}
/* line 161, ../sass/_page_default.scss */
.default .less-mg {
  margin: 145px 0;
}
/* line 167, ../sass/_page_default.scss */
.default .new_banner {
  height: 1150px;
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: -180px;
  overflow: hidden;
}
/* line 174, ../sass/_page_default.scss */
.default .new_banner .text_placeholder {
  position: absolute;
  bottom: 0px;
  width: 100%;
  z-index: 2;
}
/* line 179, ../sass/_page_default.scss */
.default .new_banner .text_placeholder .txt_background {
  padding: 40px 40px 160px;
  position: relative;
}
/* line 182, ../sass/_page_default.scss */
.default .new_banner .text_placeholder .txt_background #before {
  width: 100px;
  display: inline-block;
  position: absolute;
  z-index: 999;
  left: -99px;
  top: 0px;
  height: 100%;
}
/* line 191, ../sass/_page_default.scss */
.default .new_banner .text_placeholder .txt_background .text {
  max-width: 550px;
  width: 100%;
}
/* line 194, ../sass/_page_default.scss */
.default .new_banner .text_placeholder .txt_background .text h1 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 3vw;
  line-height: 3vw;
}
/* line 200, ../sass/_page_default.scss */
.default .new_banner .text_placeholder .txt_background .text .date {
  font-size: 24px;
  color: #1d1d1b;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 50px;
}
/* line 207, ../sass/_page_default.scss */
.default .new_banner .text_placeholder .txt_background .text p {
  margin-bottom: 50px;
}
/* line 213, ../sass/_page_default.scss */
.default .new_banner .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -999;
}
/* line 220, ../sass/_page_default.scss */
.default .new_banner .background .yellow_block {
  position: absolute;
  height: 2000px;
  width: 75%;
  background-color: #fff64f;
  display: inline-block;
  transform: rotate(-10deg);
  top: -50%;
  left: -402px;
}
/* line 230, ../sass/_page_default.scss */
.default .new_banner .background .image_placeholder {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  max-height: 1150px;
}
/* line 249, ../sass/_page_default.scss */
.default .sub_menus ul {
  margin-bottom: 60px;
  display: inline-block;
  width: 100%;
}
/* line 253, ../sass/_page_default.scss */
.default .sub_menus ul li {
  display: inline-block;
  float: left;
  margin-right: 15px;
}
/* line 257, ../sass/_page_default.scss */
.default .sub_menus ul li a {
  transition: all ease-in-out 0.3s;
  font-size: 20px;
  font-weight: 600;
  color: #1d1d1b;
  padding-bottom: 10px;
  text-decoration: none;
  border-bottom: solid 4px #ffffff;
}
/* line 268, ../sass/_page_default.scss */
.default .sub_menus ul li:hover a, .default .sub_menus ul li.active a {
  transition: all ease-in-out 0.3s;
  text-decoration: none;
  border-bottom: solid 4px #f45f4f;
  color: #1d1d1b;
}

/* --- responsive --- */
@media (max-width: 1200px) {
  /* line 285, ../sass/_page_default.scss */
  .default {
    /* --- Banner --- */
  }
  /* line 289, ../sass/_page_default.scss */
  .default .banner {
    margin-bottom: -100px;
    height: 600px;
  }
  /* line 290, ../sass/_page_default.scss */
  .default .banner .nav_placeholder {
    display: none;
  }
  /* line 296, ../sass/_page_default.scss */
  .default .banner .background .yellow_block {
    left: -250px;
  }
}
@media (max-width: 990px) {
  /* line 306, ../sass/_page_default.scss */
  .default {
    /* --- Banner --- */
  }
  /* line 310, ../sass/_page_default.scss */
  .default .banner {
    margin-bottom: -80px;
  }
}
@media (max-width: 768px) {
  /* line 323, ../sass/_page_default.scss */
  .default {
    /* --- Banner --- */
  }
  /* line 327, ../sass/_page_default.scss */
  .default .banner {
    margin-bottom: -60px;
  }
  /* line 330, ../sass/_page_default.scss */
  .default .banner .background .yellow_block {
    left: -140px;
  }
}
@media (max-width: 480px) {
  /* line 340, ../sass/_page_default.scss */
  .default {
    /* --- banner --- */
    /* --- submenu --- */
  }
  /* line 344, ../sass/_page_default.scss */
  .default .banner {
    height: 400px;
  }
  /* line 347, ../sass/_page_default.scss */
  .default .banner .background .yellow_block {
    left: 38px;
  }
  /* line 357, ../sass/_page_default.scss */
  .default .sub_menus ul li {
    width: 100%;
    margin-bottom: 20px;
  }
}
/* --- Overview --- */
/* line 4, ../sass/_page_overview.scss */
.overview.agenda .block {
  margin: 180px 0 0;
}
/* line 6, ../sass/_page_overview.scss */
.overview.agenda .block:after {
  display: none;
}
/* line 10, ../sass/_page_overview.scss */
.overview.agenda .agenda_overview {
  margin-bottom: 180px;
}
/* line 12, ../sass/_page_overview.scss */
.overview.agenda .agenda_overview .item {
  margin-bottom: 80px;
}
/* line 15, ../sass/_page_overview.scss */
.overview.agenda .agenda_overview .item .text h3 {
  margin-bottom: 10px;
}
/* line 18, ../sass/_page_overview.scss */
.overview.agenda .agenda_overview .item .text .date {
  font-weight: 600;
  color: #f45f4f;
  font-size: 24px;
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
}

/* --- responsive --- */
@media (max-width: 1200px) {
  /* line 36, ../sass/_page_overview.scss */
  .overview .banner {
    height: 800px;
  }
  /* line 39, ../sass/_page_overview.scss */
  .overview .banner .background .yellow_block {
    left: -268px;
  }
}
@media (max-width: 768px) {
  /* line 51, ../sass/_page_overview.scss */
  .overview .banner {
    height: 1000px;
  }
  /* line 54, ../sass/_page_overview.scss */
  .overview .banner .text_placeholder .txt_background {
    width: 100%;
    margin: 0;
    padding-bottom: 100px;
  }
  /* line 58, ../sass/_page_overview.scss */
  .overview .banner .text_placeholder .txt_background #before {
    display: none;
  }
  /* line 61, ../sass/_page_overview.scss */
  .overview .banner .text_placeholder .txt_background .text {
    max-width: 100%;
    width: 100%;
  }
  /* line 64, ../sass/_page_overview.scss */
  .overview .banner .text_placeholder .txt_background .text h1 {
    font-size: 6vw;
    line-height: 6vw;
  }
  /* line 72, ../sass/_page_overview.scss */
  .overview .banner .background .yellow_block {
    left: -175px;
  }
}
@media (max-width: 480px) {
  /* line 83, ../sass/_page_overview.scss */
  .overview .banner {
    height: 400px;
  }
  /* line 88, ../sass/_page_overview.scss */
  .overview .banner .text_placeholder .txt_background .text h1 {
    font-size: 10vw;
    line-height: 10vw;
  }
  /* line 96, ../sass/_page_overview.scss */
  .overview .banner .background .yellow_block {
    left: 37px;
  }
}
/* Creation */
/* line 107, ../sass/_page_overview.scss */
.image_placeholder {
  position: relative;
}

/* line 110, ../sass/_page_overview.scss */
.text_placeholder {
  position: relative;
  margin-top: -1px;
}

/* line 114, ../sass/_page_overview.scss */
.image_placeholder img {
  width: 100%;
}

/* line 118, ../sass/_page_overview.scss */
.news-item {
  margin-bottom: 20px;
}

/* line 122, ../sass/_page_overview.scss */
.news-item svg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  transform: rotateX(180deg);
}

/* line 131, ../sass/_page_overview.scss */
.news-item .text {
  padding: 10px 20px;
}

/* line 134, ../sass/_page_overview.scss */
.news-item .text h3 {
  font-size: 24px;
}

/* line 137, ../sass/_page_overview.scss */
.news-item .button {
  margin: 0 0 30px 0;
}

/* dont show excerpt */
/* line 141, ../sass/_page_overview.scss */
.toggle-height {
  max-height: 0;
  overflow: hidden;
}

/* line 149, ../sass/_page_overview.scss */
.news-item:hover .text h3 {
  color: #fff;
}

/* line 152, ../sass/_page_overview.scss */
.news-item:hover {
  z-index: 10;
}

/* nieuws header */
/* line 158, ../sass/_page_overview.scss */
.overview .banner .text_placeholder .txt_background .text h1 {
  font-size: 40px;
  margin-bottom: 10px;
  line-height: 40px;
}
/* line 163, ../sass/_page_overview.scss */
.overview .banner .text_placeholder .txt_background .text p {
  margin-bottom: 24px;
}
/* line 166, ../sass/_page_overview.scss */
.overview .banner .text_placeholder .txt_background .text .button {
  float: right;
  margin: 0;
}
/* line 169, ../sass/_page_overview.scss */
.overview .banner .text_placeholder .txt_background .text .button span {
  padding: 14px 20px 12px;
}

/* line 174, ../sass/_page_overview.scss */
.overview .banner .background .yellow_block {
  background-color: #d2eae3;
}

/* --- Contact --- */
/* line 5, ../sass/_page_contact.scss */
.contact .container-fluid.block {
  margin: 145px 0;
}
/* line 8, ../sass/_page_contact.scss */
.contact .container-fluid .container {
  /* --- Submenu --- */
}
/* line 12, ../sass/_page_contact.scss */
.contact .container-fluid .container .sub_menu {
  margin-bottom: 60px;
  display: inline-block;
  list-style-type: none;
}
/* line 16, ../sass/_page_contact.scss */
.contact .container-fluid .container .sub_menu li {
  float: left;
  margin-right: 40px;
}
/* line 19, ../sass/_page_contact.scss */
.contact .container-fluid .container .sub_menu li a {
  transition: all ease-in-out 0.3s;
  border-bottom: solid 4px transparent;
  font-weight: 600;
  color: #1d1d1b;
  font-size: 20px;
  text-decoration: none;
  padding: 0 0 10px;
  line-height: 20px;
}
/* line 28, ../sass/_page_contact.scss */
.contact .container-fluid .container .sub_menu li a:hover {
  border-bottom: solid 4px #f45f4f;
}
/* line 33, ../sass/_page_contact.scss */
.contact .container-fluid .container .sub_menu li.active a {
  border-bottom: solid 4px #f45f4f;
}
/* line 40, ../sass/_page_contact.scss */
.contact .container-fluid .container .content_toggle {
  min-height: 600px;
}
/* line 43, ../sass/_page_contact.scss */
.contact .container-fluid .container .content_toggle .before_line .colour {
  background-color: #1d1d1b;
}
/* line 51, ../sass/_page_contact.scss */
.contact .container-fluid .container .content_toggle .team .profile {
  margin-bottom: 60px;
  display: inline-block;
  width: 100%;
}
/* line 56, ../sass/_page_contact.scss */
.contact .container-fluid .container .content_toggle .team .profile .profile_img {
  display: inline-block;
  width: 100%;
  height: 260px;
  border: solid 8px #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 40px;
}
/* line 67, ../sass/_page_contact.scss */
.contact .container-fluid .container .content_toggle .team .profile .profile_qoute {
  font-size: 24px;
  line-height: 34px;
  font-style: italic;
}
/* line 71, ../sass/_page_contact.scss */
.contact .container-fluid .container .content_toggle .team .profile .profile_qoute:before {
  content: "";
  display: block;
  height: 30px;
  width: 35px;
  position: relative;
  background-image: url(../images/quote.svg);
  background-position: 0px 10px;
  background-repeat: no-repeat;
  background-size: 80%;
  float: left;
}
/* line 85, ../sass/_page_contact.scss */
.contact .container-fluid .container .content_toggle .team .profile .profile_txt p {
  margin-bottom: 40px;
}
/* line 90, ../sass/_page_contact.scss */
.contact .container-fluid .container .content_toggle .team .profile .profile_social ul {
  list-style-type: none;
}
/* line 92, ../sass/_page_contact.scss */
.contact .container-fluid .container .content_toggle .team .profile .profile_social ul li {
  float: left;
}
/* line 94, ../sass/_page_contact.scss */
.contact .container-fluid .container .content_toggle .team .profile .profile_social ul li a {
  font-weight: 700;
  float: left;
  text-decoration: none;
  color: #1d1d1b;
}
/* line 99, ../sass/_page_contact.scss */
.contact .container-fluid .container .content_toggle .team .profile .profile_social ul li a:before {
  content: '/';
  display: inline-block;
  width: 20px;
  text-align: center;
}
/* line 107, ../sass/_page_contact.scss */
.contact .container-fluid .container .content_toggle .team .profile .profile_social ul li:first-child a:before {
  display: none;
}
/* line 119, ../sass/_page_contact.scss */
.contact .container-fluid .container .content_toggle .team .profiles {
  margin: 0px;
}
/* line 121, ../sass/_page_contact.scss */
.contact .container-fluid .container .content_toggle .team .profiles .profiles_container {
  padding: 0px;
}
/* line 123, ../sass/_page_contact.scss */
.contact .container-fluid .container .content_toggle .team .profiles .profiles_container .member {
  margin-bottom: 55px;
  float: left;
  height: 430px;
}
/* line 127, ../sass/_page_contact.scss */
.contact .container-fluid .container .content_toggle .team .profiles .profiles_container .member .image_placeholder {
  display: inline-block;
  height: 255px;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* line 135, ../sass/_page_contact.scss */
.contact .container-fluid .container .content_toggle .team .profiles .profiles_container .member .text_placeholder {
  display: inline-block;
  width: 100%;
}
/* line 138, ../sass/_page_contact.scss */
.contact .container-fluid .container .content_toggle .team .profiles .profiles_container .member .text_placeholder h3 {
  display: inline-block;
  width: 100%;
  font-size: 20px;
  color: #1d1d1b;
  margin-bottom: 5px;
}
/* line 145, ../sass/_page_contact.scss */
.contact .container-fluid .container .content_toggle .team .profiles .profiles_container .member .text_placeholder p {
  display: inline-block;
  width: 100%;
  margin-bottom: 0px;
}
/* line 150, ../sass/_page_contact.scss */
.contact .container-fluid .container .content_toggle .team .profiles .profiles_container .member .text_placeholder .email {
  display: inline-block;
  width: 100%;
  font-weight: 600;
}
/* line 154, ../sass/_page_contact.scss */
.contact .container-fluid .container .content_toggle .team .profiles .profiles_container .member .text_placeholder .email a {
  color: #1d1d1b;
}
/* line 158, ../sass/_page_contact.scss */
.contact .container-fluid .container .content_toggle .team .profiles .profiles_container .member .text_placeholder .linkedin {
  display: inline-block;
  width: 100%;
}
/* line 161, ../sass/_page_contact.scss */
.contact .container-fluid .container .content_toggle .team .profiles .profiles_container .member .text_placeholder .linkedin .icon {
  display: inline-block;
  height: 32px;
  width: 32px;
  background-image: url(../images/ico-linkedin-koppel.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 50%;
  float: left;
  margin-right: 10px;
  background-color: #bad0db;
}
/* line 173, ../sass/_page_contact.scss */
.contact .container-fluid .container .content_toggle .team .profiles .profiles_container .member .text_placeholder .linkedin a {
  color: #1d1d1b;
}
/* line 187, ../sass/_page_contact.scss */
.contact .container-fluid .container .content_toggle .partners .images .image_container {
  padding: 0px;
}
/* line 190, ../sass/_page_contact.scss */
.contact .container-fluid .container .content_toggle .partners .images .image_container .row .logo {
  position: relative;
  height: 200px;
}
/* line 193, ../sass/_page_contact.scss */
.contact .container-fluid .container .content_toggle .partners .images .image_container .row .logo .align {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  z-index: 9;
}
/* line 201, ../sass/_page_contact.scss */
.contact .container-fluid .container .content_toggle .partners .images .image_container .row .logo .align img {
  max-width: 90%;
  height: inherit;
  display: inline-block;
  margin: 0 auto;
}
/* line 217, ../sass/_page_contact.scss */
.contact .container-fluid .container .content_toggle .contact .nf-form-title {
  display: none;
}
/* line 221, ../sass/_page_contact.scss */
.contact .container-fluid .container .content_toggle .contact .nf-form-layout .nf-form-fields-required {
  display: none;
}
/* line 225, ../sass/_page_contact.scss */
.contact .container-fluid .container .content_toggle .contact .nf-form-layout .nf-form-content textarea, .contact .container-fluid .container .content_toggle .contact .nf-form-layout .nf-form-content input {
  background-color: #fff64f;
  border: none;
  padding: 10px;
}
/* line 230, ../sass/_page_contact.scss */
.contact .container-fluid .container .content_toggle .contact .nf-form-layout .nf-form-content input[type="button"] {
  transition: all ease-in-out 0.3s;
  display: inline-block;
  font-family: 'Proxima Nova';
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  color: #1d1d1b;
  text-transform: uppercase;
  padding: 14px 18px 12px;
  border: 4px solid;
  background-color: #fff64f;
  border-color: #1d1d1b;
  cursor: pointer;
}
/* line 255, ../sass/_page_contact.scss */
.contact .container-fluid .container .content_toggle .publications .publication_files .issuuembed {
  width: 100% !important;
}
/* line 262, ../sass/_page_contact.scss */
.contact .container-fluid .container .content_toggle .team,
.contact .container-fluid .container .content_toggle .partners,
.contact .container-fluid .container .content_toggle .contact,
.contact .container-fluid .container .content_toggle .press_info,
.contact .container-fluid .container .content_toggle .publications {
  transition: all ease-in-out 0.3s;
  height: 0px;
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
}
/* line 274, ../sass/_page_contact.scss */
.contact .container-fluid .container .content_toggle .in {
  transition: all ease-in-out 0.3s;
  height: inherit;
  visibility: visible;
  opacity: 1;
}

/* --- responsive --- */
@media (max-width: 768px) {
  /* line 295, ../sass/_page_contact.scss */
  .contact .container-fluid .container .sub_menu li {
    width: 100%;
  }
  /* line 297, ../sass/_page_contact.scss */
  .contact .container-fluid .container .sub_menu li a {
    display: inline-block;
    width: 100%;
  }
}
/* --- Agenda --- */
/* line 3, ../sass/_page_agenda.scss */
.single_agenda {
  /* --- Banner --- */
}
/* line 14, ../sass/_page_agenda.scss */
.single_agenda .banner .nav_placeholder .container .row .navigation .next:after,
.single_agenda .banner .nav_placeholder .container .row .navigation .prev:after {
  border-color: #ff928b;
}
/* line 18, ../sass/_page_agenda.scss */
.single_agenda .banner .nav_placeholder .container .row .navigation .next:hover:after,
.single_agenda .banner .nav_placeholder .container .row .navigation .prev:hover:after {
  background-color: #ff928b;
}
/* line 22, ../sass/_page_agenda.scss */
.single_agenda .banner .nav_placeholder .container .row .navigation .next span,
.single_agenda .banner .nav_placeholder .container .row .navigation .prev span {
  border-color: #ff928b;
}
/* line 36, ../sass/_page_agenda.scss */
.single_agenda .block.white .container .row .text .before_line .colour {
  background-color: #ff928b;
}

/* --- responsive --- */
@media (max-width: 1200px) {
  /* line 51, ../sass/_page_agenda.scss */
  .single_agenda {
    /* --- Banner --- */
  }
  /* line 56, ../sass/_page_agenda.scss */
  .single_agenda .banner .nav_placeholder {
    display: none;
  }
}
/* --- Home --- */
/* line 3, ../sass/_page_home.scss */
.home {
  /* --- Sidebar --- */
  /* --- Banner --- */
  /* --- New banner --- */
  /* --- Carrot --- */
  /* --- Agenda module --- */
}
/* line 19, ../sass/_page_home.scss */
.home .banner {
  background-color: #d4ece7;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 1150px;
}
/* line 25, ../sass/_page_home.scss */
.home .banner .content {
  position: relative;
}
/* line 27, ../sass/_page_home.scss */
.home .banner .content .text {
  margin-top: 190px;
  z-index: 9;
  position: relative;
}
/* line 31, ../sass/_page_home.scss */
.home .banner .content .text p {
  color: #2b2f6f;
  font-size: 48px;
  text-decoration: none;
  line-height: 60px;
}
/* line 39, ../sass/_page_home.scss */
.home .banner .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  z-index: 0;
}
/* line 46, ../sass/_page_home.scss */
.home .banner .background .yellow_block {
  left: -426px;
}
/* line 49, ../sass/_page_home.scss */
.home .banner .background .yellow_blue {
  position: absolute;
  background-image: url(../images/yellow_blue.svg);
  width: 50%;
  right: 0;
  bottom: 0;
  height: 500px;
}
/* line 56, ../sass/_page_home.scss */
.home .banner .background .yellow_blue:before {
  content: '';
  display: inline-block;
  height: 600px;
  left: 0;
  width: 100px;
  background-color: #d4ece7;
  transform: rotate(10deg);
  transform-origin: 100% 0%;
}
/* line 67, ../sass/_page_home.scss */
.home .banner .background .cow {
  transition: all ease-in-out 0.8s;
  position: absolute;
  top: 95px;
  right: -600px;
  z-index: 2;
  width: 40%;
  max-width: 700px;
}
/* line 75, ../sass/_page_home.scss */
.home .banner .background .cow img {
  transition-delay: 6s;
  transition: all ease-in-out 1s;
  float: right;
  width: 100%;
}
/* line 81, ../sass/_page_home.scss */
.home .banner .background .cow.visible {
  transition-delay: 6s;
  transition: all ease-in-out 1s;
  right: 0;
}
/* line 92, ../sass/_page_home.scss */
.home .flex-content-wrapper {
  position: relative;
  z-index: 999;
}
/* line 97, ../sass/_page_home.scss */
.home .new-banner-mobile-slideshow {
  display: none;
}
/* line 101, ../sass/_page_home.scss */
.home .new-banner-slideshow {
  display: block;
}
/* line 105, ../sass/_page_home.scss */
.home .new_banner {
  display: block;
  background-color: #F96455;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 1150px;
}
/* line 113, ../sass/_page_home.scss */
.home .new_banner .left {
  position: relative;
}
/* line 116, ../sass/_page_home.scss */
.home .new_banner .left #shape {
  width: 120px;
  display: inline-block;
  position: absolute;
  z-index: 1;
  right: -120px;
  top: 0px;
  height: 968px;
}
/* line 126, ../sass/_page_home.scss */
.home .new_banner .left .text {
  margin-top: 190px;
  z-index: 9;
  position: relative;
}
/* line 131, ../sass/_page_home.scss */
.home .new_banner .left .text p {
  color: #fff;
  font-size: 48px;
  text-decoration: none;
  line-height: 60px;
}
/* line 141, ../sass/_page_home.scss */
.home .new_banner .right .image {
  background-color: #ccc;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 50%;
  height: 100%;
  display: inline-block;
}
/* line 155, ../sass/_page_home.scss */
.home .new_banner .right .quote {
  background-color: rgba(216, 235, 230, 0.9);
  bottom: 180px;
  color: #2b2f6f;
  position: absolute;
  padding: 40px 40px 100px 150px;
  right: 0px;
  font-weight: 700;
  font-size: 30px;
  width: 50%;
}
/* line 166, ../sass/_page_home.scss */
.home .new_banner .right .quote:before {
  content: '';
  position: absolute;
  right: 200px;
  top: -36px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 36px 0 0 45px;
  border-color: transparent transparent transparent rgba(216, 235, 230, 0.9);
}
/* line 178, ../sass/_page_home.scss */
.home .new_banner .right .quote .text {
  max-width: 550px;
  width: 100%;
}
/* line 191, ../sass/_page_home.scss */
.home .carrot {
  margin-top: 0;
}
/* line 193, ../sass/_page_home.scss */
.home .carrot:after {
  background-image: url(../images/soil.png);
  transform: rotate(0deg);
  background-position: bottom left;
  background-size: cover;
}
/* line 200, ../sass/_page_home.scss */
.home .carrot .image img {
  position: relative;
  transition: all ease-in-out 0.5s;
  top: 0px;
  float: right;
}
/* line 205, ../sass/_page_home.scss */
.home .carrot .image img.visible {
  transition: all ease-in-out 0.5s;
  transition-delay: 1s;
  top: 340px;
}
/* line 216, ../sass/_page_home.scss */
.home .agenda_module {
  z-index: 9;
}

/* --- responsive --- */
@media (max-width: 1200px) {
  /* line 226, ../sass/_page_home.scss */
  .home {
    /* --- Banner --- */
  }
  /* line 230, ../sass/_page_home.scss */
  .home .banner {
    margin-bottom: -100px;
  }
  /* line 236, ../sass/_page_home.scss */
  .home .banner .content .container .row .text p {
    font-size: 38px;
    line-height: 50px;
  }
  /* line 241, ../sass/_page_home.scss */
  .home .banner .content .container .row .buttons {
    width: 400px;
  }
  /* line 243, ../sass/_page_home.scss */
  .home .banner .content .container .row .buttons .button {
    margin-bottom: 30px;
  }
}
@media (max-width: 1024px) {
  /* line 256, ../sass/_page_home.scss */
  .home {
    /* --- Sidebar --- */
    /* --- Banner --- */
  }
  /* line 263, ../sass/_page_home.scss */
  .home .side_bar .container .content .logo {
    margin-top: 70px;
  }
  /* line 276, ../sass/_page_home.scss */
  .home .banner .content .container .row .text {
    margin-top: 60px;
  }
  /* line 283, ../sass/_page_home.scss */
  .home .banner .background .yellow_block {
    left: -303px;
  }
  /* line 289, ../sass/_page_home.scss */
  .home .new_banner {
    display: none;
  }
}
@media (max-width: 990px) {
  /* line 300, ../sass/_page_home.scss */
  .home {
    /* --- Banner --- */
  }
  /* line 304, ../sass/_page_home.scss */
  .home .banner {
    margin-bottom: -80px;
  }
  /* line 307, ../sass/_page_home.scss */
  .home .banner .background .cow {
    top: 450px;
  }
  /* line 310, ../sass/_page_home.scss */
  .home .banner .background .yellow_block {
    left: -216px;
  }
  /* line 316, ../sass/_page_home.scss */
  .home .new-banner-slideshow {
    display: none;
  }
  /* line 320, ../sass/_page_home.scss */
  .home .new-banner-mobile-slideshow {
    display: block;
  }
  /* line 324, ../sass/_page_home.scss */
  .home .new_banner_mobile {
    display: block;
    background-color: #F96455;
  }
  /* line 328, ../sass/_page_home.scss */
  .home .new_banner_mobile .text {
    z-index: 9;
    position: relative;
    padding: 100px 30px 30px 200px;
  }
  /* line 333, ../sass/_page_home.scss */
  .home .new_banner_mobile .text p {
    color: #fff;
    font-size: 38px;
    text-decoration: none;
    line-height: 42px;
  }
  /* line 340, ../sass/_page_home.scss */
  .home .new_banner_mobile .image {
    height: 300px;
    background-size: cover;
    background-position: center center;
  }
  /* line 345, ../sass/_page_home.scss */
  .home .new_banner_mobile .quote {
    background-color: rgba(216, 235, 230, 0.9);
    bottom: 115px;
    color: #2b2f6f;
    padding: 30px 30px 30px 30px;
    font-weight: 700;
    font-size: 30px;
    position: relative;
  }
  /* line 354, ../sass/_page_home.scss */
  .home .new_banner_mobile .quote:before {
    content: '';
    position: absolute;
    right: 200px;
    top: -36px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 36px 0 0 45px;
    border-color: transparent transparent transparent rgba(216, 235, 230, 0.9);
  }
  /* line 366, ../sass/_page_home.scss */
  .home .new_banner_mobile .quote .text {
    padding: 0px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  /* line 378, ../sass/_page_home.scss */
  .home {
    /* --- Banner --- */
    /* --- Carrot --- */
  }
  /* line 382, ../sass/_page_home.scss */
  .home .banner {
    margin-bottom: -60px;
    height: 768px;
  }
  /* line 388, ../sass/_page_home.scss */
  .home .banner .content .container .row .text {
    margin-top: 70px;
  }
  /* line 390, ../sass/_page_home.scss */
  .home .banner .content .container .row .text p {
    font-size: 5vw;
    line-height: 7vw;
  }
  /* line 395, ../sass/_page_home.scss */
  .home .banner .content .container .row .buttons {
    width: 300px;
    text-align: left;
  }
  /* line 403, ../sass/_page_home.scss */
  .home .banner .background .cow {
    top: 300px;
  }
  /* line 406, ../sass/_page_home.scss */
  .home .banner .background .yellow_block {
    left: -157px;
  }
  /* line 417, ../sass/_page_home.scss */
  .home .carrot:after {
    bottom: -60px;
  }
}
@media (max-width: 480px) {
  /* line 426, ../sass/_page_home.scss */
  .home {
    /* --- Banner --- */
    /* --- Carrot --- */
  }
  /* line 430, ../sass/_page_home.scss */
  .home .banner {
    height: 760px;
  }
  /* line 435, ../sass/_page_home.scss */
  .home .banner .content .container .row .text {
    margin-top: 70px;
    margin-left: 140px;
  }
  /* line 438, ../sass/_page_home.scss */
  .home .banner .content .container .row .text p {
    font-size: 6vw;
    line-height: 8vw;
  }
  /* line 443, ../sass/_page_home.scss */
  .home .banner .content .container .row .buttons {
    width: 100%;
    text-align: center;
  }
  /* line 451, ../sass/_page_home.scss */
  .home .banner .background .yellow_block {
    left: -113px;
    width: 300px;
  }
  /* line 455, ../sass/_page_home.scss */
  .home .banner .background .yellow_blue {
    display: none;
  }
  /* line 462, ../sass/_page_home.scss */
  .home .new_banner_mobile .text {
    padding: 100px 30px 30px 140px;
  }
  /* line 465, ../sass/_page_home.scss */
  .home .new_banner_mobile .text p {
    font-size: 28px;
    line-height: 32px;
  }
  /* line 476, ../sass/_page_home.scss */
  .home .carrot .image {
    height: 200px;
  }
  /* line 478, ../sass/_page_home.scss */
  .home .carrot .image img {
    width: 100%;
    position: relative;
    top: -50px !important;
  }
}
/* Creation */
/* line 491, ../sass/_page_home.scss */
.newsscroller .container .row .swiper-container .swiper-slide a:hover .content:after {
  background-color: inherit;
  opacity: 0.3;
  content: " ";
  z-index: 10;
  display: block;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
}
/* line 503, ../sass/_page_home.scss */
.newsscroller .container .row .swiper-container .swiper-slide a:hover .content .text_placeholder h3 {
  color: #fff;
}

/* --- Ik wil mee doen --- */
/* line 4, ../sass/_page_participate.scss */
.participate .block {
  margin-bottom: 0px;
  margin-top: 145px;
}
/* line 10, ../sass/_page_participate.scss */
.participate .block .container .row .blocks .text_block {
  padding: 15px;
  margin-bottom: 30px;
  min-height: 430px;
  position: relative;
}
/* line 15, ../sass/_page_participate.scss */
.participate .block .container .row .blocks .text_block .button {
  margin-top: 0px;
  margin-bottom: 0px;
  position: absolute;
  bottom: 30px;
  left: 30px;
}
/* line 21, ../sass/_page_participate.scss */
.participate .block .container .row .blocks .text_block .button span {
  min-width: 200px;
}
/* line 26, ../sass/_page_participate.scss */
.participate .block .container .row .blocks .text_block .nf-form-cont .nf-form-fields-required,
.participate .block .container .row .blocks .text_block .nf-form-cont h3 {
  display: none;
}
/* line 30, ../sass/_page_participate.scss */
.participate .block .container .row .blocks .text_block .nf-form-cont input,
.participate .block .container .row .blocks .text_block .nf-form-cont textarea {
  background: rgba(0, 0, 0, 0.05);
  border: none;
  padding: 15px;
}
/* line 36, ../sass/_page_participate.scss */
.participate .block .container .row .blocks .text_block .nf-form-cont input[type="button"] {
  transition: all ease-in-out 0.3s;
  display: inline-block;
  font-family: 'Proxima Nova';
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  color: #1d1d1b;
  text-transform: uppercase;
  padding: 14px 18px 12px;
  border: 4px solid;
  background-color: transparent;
  border-color: #1d1d1b;
  cursor: pointer;
}
/* line 50, ../sass/_page_participate.scss */
.participate .block .container .row .blocks .text_block .nf-form-cont input[type="button"]:hover {
  color: #fff;
  background-color: #1d1d1b;
}
/* line 58, ../sass/_page_participate.scss */
.participate .block .container .row .contact_form {
  background: #e5dd49;
  padding: 15px;
  margin-bottom: 30px;
  position: absolute;
  top: 0px;
  bottom: 0px;
}
/* line 66, ../sass/_page_participate.scss */
.participate .block .container .row .contact_form .nf-form-cont .nf-before-form-content,
.participate .block .container .row .contact_form .nf-form-cont h3 {
  display: none;
}
/* line 70, ../sass/_page_participate.scss */
.participate .block .container .row .contact_form .nf-form-cont input,
.participate .block .container .row .contact_form .nf-form-cont textarea {
  background: rgba(0, 0, 0, 0.05);
  border: none;
  padding: 15px;
}
/* line 76, ../sass/_page_participate.scss */
.participate .block .container .row .contact_form .nf-form-cont input[type="button"] {
  transition: all ease-in-out 0.3s;
  display: inline-block;
  font-family: 'Proxima Nova';
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  color: #1d1d1b;
  text-transform: uppercase;
  padding: 14px 18px 12px;
  border: 4px solid;
  background-color: transparent;
  border-color: #1d1d1b;
  cursor: pointer;
}
/* line 90, ../sass/_page_participate.scss */
.participate .block .container .row .contact_form .nf-form-cont input[type="button"]:hover {
  color: #fff;
  background-color: #1d1d1b;
}
/* line 97, ../sass/_page_participate.scss */
.participate .block .container .row .oproep_content {
  margin-top: 100px;
}
/* line 103, ../sass/_page_participate.scss */
.participate .oproepen {
  padding: 0px;
}
/* line 105, ../sass/_page_participate.scss */
.participate .oproepen .block {
  margin-bottom: 190px;
}

/* line 112, ../sass/_page_participate.scss */
footer.participate .footer:before {
  display: none;
}

/* --- responsive --- */
@media (max-width: 1200px) {
  /* line 123, ../sass/_page_participate.scss */
  .participate .oproepen .block {
    margin-bottom: 110px;
  }
}
@media (max-width: 1024px) {
  /* line 136, ../sass/_page_participate.scss */
  .participate .block .container .row .blocks {
    width: 55%;
  }
  /* line 140, ../sass/_page_participate.scss */
  .participate .block .container .row .blocks .text_block .button span {
    min-width: auto;
  }
}
@media (max-width: 990px) {
  /* line 155, ../sass/_page_participate.scss */
  .row-eq-height {
    display: block !important;
  }

  /* line 162, ../sass/_page_participate.scss */
  .participate .block .container .row .blocks {
    width: 100%;
  }
  /* line 165, ../sass/_page_participate.scss */
  .participate .block .container .row .contact_form {
    position: relative;
  }
  /* line 172, ../sass/_page_participate.scss */
  .participate .oproepen .block {
    margin-bottom: 90px;
  }
}
@media (max-width: 768px) {
  /* line 183, ../sass/_page_participate.scss */
  .participate .oproepen .block {
    margin-bottom: 70px;
  }
}
@media (max-width: 480px) {
  /* line 197, ../sass/_page_participate.scss */
  .participate .block .container .row .blocks .text_block {
    min-height: inherit;
  }
  /* line 199, ../sass/_page_participate.scss */
  .participate .block .container .row .blocks .text_block .button {
    position: relative;
    left: 5px;
    margin-top: 30px;
  }
}
/* --- Search results --- */
/* line 5, ../sass/_page_search.scss */
.search .search_results h2 {
  margin: 30px 0 15px;
}
/* line 7, ../sass/_page_search.scss */
.search .search_results h2 a {
  color: #8b92cb;
}
/* line 11, ../sass/_page_search.scss */
.search .search_results .search-highlight {
  background: #fff64f;
  color: #8b92cb;
}

/* --- responsive --- */
/* --- About --- */
/* --- Background image --- */
/* --- responsive --- */
/* Creation */
/* line 562, ../sass/_page_about.scss */
.about .banner {
  height: 1000px;
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: -1px;
  overflow: hidden;
}
/* line 569, ../sass/_page_about.scss */
.about .banner .new_banner {
  background-color: #9bc47f;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 99;
  opacity: 1;
  display: block;
  visibility: visible;
}
/* line 578, ../sass/_page_about.scss */
.about .banner .new_banner .left {
  position: relative;
}
/* line 580, ../sass/_page_about.scss */
.about .banner .new_banner .left .text {
  margin-top: 190px;
  z-index: 9;
  position: relative;
}
/* line 584, ../sass/_page_about.scss */
.about .banner .new_banner .left .text p {
  color: #fff;
  font-size: 44px;
  text-decoration: none;
  line-height: 60px;
}
/* line 591, ../sass/_page_about.scss */
.about .banner .new_banner .left #shape {
  width: 120px;
  display: inline-block;
  position: absolute;
  z-index: 1;
  right: -120px;
  top: 0px;
  height: 968px;
}
/* line 602, ../sass/_page_about.scss */
.about .banner .new_banner .right .image {
  background-color: #ccc;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 50%;
  height: 100%;
  display: inline-block;
}

/* line 619, ../sass/_page_about.scss */
.about .block.white {
  margin: 0;
  z-index: 100;
}
/* line 622, ../sass/_page_about.scss */
.about .block.white:before {
  z-index: 100;
}
/* line 626, ../sass/_page_about.scss */
.about .image-section {
  margin: 0;
}
/* line 628, ../sass/_page_about.scss */
.about .image-section .image_placeholder {
  height: 1000px;
  background-size: cover;
  background-position: center center;
}

/* line 636, ../sass/_page_about.scss */
.about footer {
  margin-top: 0;
}

/* Responsive */
@media (max-width: 767px) {
  /* line 644, ../sass/_page_about.scss */
  .about .banner {
    height: 1200px;
  }
  /* line 646, ../sass/_page_about.scss */
  .about .banner .new_banner {
    height: 1200px;
  }
  /* line 648, ../sass/_page_about.scss */
  .about .banner .new_banner .right {
    height: 500px;
  }
  /* line 650, ../sass/_page_about.scss */
  .about .banner .new_banner .right .image {
    width: 100%;
    position: relative;
  }
}
/* -- Event page template -- */
/* line 3, ../sass/_page_events.scss */
.social-hidden footer .footer:before {
  background-image: url(../images/angle_yellow.svg);
}

/* line 7, ../sass/_page_events.scss */
.default--events .flexcontent-container {
  background-color: grey;
}

/* line 11, ../sass/_page_events.scss */
.default--events .container-fluid.block.white {
  margin-bottom: 181px;
  margin-top: 145px;
}

@media (max-width: 1200px) {
  /* line 17, ../sass/_page_events.scss */
  .default--events .container-fluid.block.white {
    margin-bottom: 101px;
  }
}
@media (max-width: 990px) {
  /* line 23, ../sass/_page_events.scss */
  .default--events .container-fluid.block.white {
    margin-bottom: 81px;
  }
}
@media (max-width: 768px) {
  /* line 29, ../sass/_page_events.scss */
  .default--events .container-fluid.block.white {
    margin-bottom: 61px;
  }
}
/* line 34, ../sass/_page_events.scss */
.cta-col-wrapper {
  margin-top: 50px;
}

/* line 38, ../sass/_page_events.scss */
.cta-col-wrapper img {
  width: 100%;
}

/* line 42, ../sass/_page_events.scss */
.cta-col-wrapper p {
  margin: 20px 0px;
}

/* line 46, ../sass/_page_events.scss */
.cta-col__title {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 10px;
}

/* line 52, ../sass/_page_events.scss */
.event-years {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-top: 20px;
}

/* line 59, ../sass/_page_events.scss */
.event-years li {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 25px;
  position: relative;
}

/* line 66, ../sass/_page_events.scss */
.event-years li span,
.event-years li a {
  color: black;
  font-weight: 700;
}

/* line 71, ../sass/_page_events.scss */
.event-years li a:hover {
  text-decoration: none;
}

/* line 75, ../sass/_page_events.scss */
.event-years li:hover:after,
.event-years li.current:after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #337ab7;
  bottom: -15px;
  left: 0;
  right: 0;
}

/* line 88, ../sass/_page_events.scss */
.event-date {
  position: relative;
  margin-bottom: 15px;
}

/* line 93, ../sass/_page_events.scss */
.event-date .before_line {
  top: 10px;
}

/* line 97, ../sass/_page_events.scss */
.event-date__title {
  font-weight: 700;
}

/* line 101, ../sass/_page_events.scss */
.cta-v2 .text {
  text-align: center;
}

/* line 105, ../sass/_page_events.scss */
.cta-v2 h2 {
  margin-bottom: 15px;
}

/* line 109, ../sass/_page_events.scss */
.cta-v2 .button {
  margin: 0px;
}

/* ===== Project ===== */
/* line 3, ../sass/_single_project.scss */
.project {
  /* --- Banner --- */
  /* --- White blocks --- */
  /* --- Timeline --- */
  /* --- Koppels --- */
  /* --- Subprojecten --- */
  /* --- Research --- */
  /* --- Organisation --- */
}
/* line 7, ../sass/_single_project.scss */
.project .banner {
  height: 1150px;
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: -180px;
}
/* line 13, ../sass/_single_project.scss */
.project .banner .text_placeholder {
  position: absolute;
  bottom: 0px;
  width: 100%;
  z-index: 2;
}
/* line 18, ../sass/_single_project.scss */
.project .banner .text_placeholder .txt_background {
  padding: 40px 40px 80px;
  position: relative;
}
/* line 21, ../sass/_single_project.scss */
.project .banner .text_placeholder .txt_background #before {
  width: 100px;
  display: inline-block;
  position: absolute;
  z-index: 999;
  left: -100px;
  top: 0;
  height: 100%;
}
/* line 30, ../sass/_single_project.scss */
.project .banner .text_placeholder .txt_background .text {
  max-width: 550px;
  width: 100%;
}
/* line 33, ../sass/_single_project.scss */
.project .banner .text_placeholder .txt_background .text h1 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 1.5vw;
  line-height: 1.5vw;
}
/* line 40, ../sass/_single_project.scss */
.project .banner .text_placeholder .txt_background .text .date {
  font-size: 24px;
  color: #1d1d1b;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 50px;
}
/* line 47, ../sass/_single_project.scss */
.project .banner .text_placeholder .txt_background .text p {
  margin-bottom: 50px;
}
/* line 53, ../sass/_single_project.scss */
.project .banner .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -999;
}
/* line 60, ../sass/_single_project.scss */
.project .banner .background .yellow_block {
  position: absolute;
  height: 2000px;
  width: 50%;
  background-color: #fff64f;
  display: inline-block;
  transform: rotate(-10deg);
  top: -50%;
  left: -402px;
}
/* line 70, ../sass/_single_project.scss */
.project .banner .background .image_placeholder {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  max-height: 1150px;
}
/* line 83, ../sass/_single_project.scss */
.project .banner .nav_placeholder {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: block;
}
/* line 90, ../sass/_single_project.scss */
.project .banner .nav_placeholder .container .row .navigation {
  left: 0;
  bottom: 200px;
  display: block;
  position: relative;
  z-index: 4;
  max-width: 400px;
}
/* line 97, ../sass/_single_project.scss */
.project .banner .nav_placeholder .container .row .navigation .button {
  margin-bottom: 30px;
}
/* line 99, ../sass/_single_project.scss */
.project .banner .nav_placeholder .container .row .navigation .button .icon {
  display: inline-block;
  height: 35px;
  width: 35px;
  background-image: url(../images/arrow-next.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 50% auto;
}
/* line 108, ../sass/_single_project.scss */
.project .banner .nav_placeholder .container .row .navigation .button span {
  font-size: 14px;
  line-height: 14px;
}
/* line 112, ../sass/_single_project.scss */
.project .banner .nav_placeholder .container .row .navigation .button .btn_text {
  transition: all ease-in-out 0.3s;
  display: none;
  position: relative;
  top: -4px;
  width: inherit;
  text-align: left;
}
/* line 121, ../sass/_single_project.scss */
.project .banner .nav_placeholder .container .row .navigation .button:hover .btn_text {
  transition: all ease-in-out 0.3s;
  display: inline-block;
  opacity: 1;
  width: inherit;
}
/* line 130, ../sass/_single_project.scss */
.project .banner .nav_placeholder .container .row .navigation .next span, .project .banner .nav_placeholder .container .row .navigation .prev span {
  padding: 20px 20px 16px;
}
/* line 132, ../sass/_single_project.scss */
.project .banner .nav_placeholder .container .row .navigation .next span .icon, .project .banner .nav_placeholder .container .row .navigation .prev span .icon {
  top: 0px;
  left: 0px;
  right: auto;
  border: none;
  padding: 0;
}
/* line 139, ../sass/_single_project.scss */
.project .banner .nav_placeholder .container .row .navigation .next span .btn_text, .project .banner .nav_placeholder .container .row .navigation .prev span .btn_text {
  padding: 0;
  border: none;
  font-size: 14px;
  max-width: 200px;
}
/* line 148, ../sass/_single_project.scss */
.project .banner .nav_placeholder .container .row .navigation .next .icon {
  transform: rotate(180deg);
}
/* line 159, ../sass/_single_project.scss */
.project .scroll .background .image_placeholder {
  position: relative;
}
/* line 167, ../sass/_single_project.scss */
.project .white:before {
  background-image: url(../images/angle_white_project.svg);
}
/* line 171, ../sass/_single_project.scss */
.project .white.nvt {
  display: none;
}
/* line 177, ../sass/_single_project.scss */
.project .timeline {
  padding-bottom: 0px;
  margin-bottom: -180px;
  z-index: 9;
}
/* line 181, ../sass/_single_project.scss */
.project .timeline:after {
  display: none;
}
/* line 184, ../sass/_single_project.scss */
.project .timeline .time_line {
  background-image: url(../images/repeater1.png);
  display: inline-block;
  width: 100%;
  background-repeat: repeat-x;
  background-position: 0px 35px;
  margin-bottom: 70px;
}
/* line 191, ../sass/_single_project.scss */
.project .timeline .time_line ul {
  list-style-type: none;
  width: 100%;
}
/* line 194, ../sass/_single_project.scss */
.project .timeline .time_line ul li:after {
  background-image: url(../images/red.png);
  background-repeat: repeat-x;
  content: "";
  width: 100%;
  height: 35px;
  top: 36px;
  right: 0px;
  position: absolute;
  display: inline-block;
}
/* line 205, ../sass/_single_project.scss */
.project .timeline .time_line ul li:nth-child(5):after {
  background-image: url(../images/timeline_red.png);
  content: "";
  width: 100%;
  height: 35px;
  top: 21px;
  right: 0px;
  position: absolute;
  display: inline-block;
  background-position: right;
}
/* line 216, ../sass/_single_project.scss */
.project .timeline .time_line ul li:nth-child(6):after,
.project .timeline .time_line ul li:nth-child(7):after {
  background-image: none;
}
/* line 220, ../sass/_single_project.scss */
.project .timeline .time_line ul li {
  float: left;
  text-align: center;
  width: 14%;
  height: 100px;
  position: relative;
  overflow: visible;
  padding-top: 20px;
}
/* line 228, ../sass/_single_project.scss */
.project .timeline .time_line ul li .icon {
  transition: all ease-in-out 0.3s;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  display: table;
  border: solid 4px #f45f4f;
  background-color: #fff;
  margin: 0 auto;
  position: relative;
  top: 0;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  z-index: 1;
}
/* line 242, ../sass/_single_project.scss */
.project .timeline .time_line ul li .text {
  transition: all ease-in-out 0.3s;
  display: inline-block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #1d1d1b;
}
/* line 253, ../sass/_single_project.scss */
.project .timeline .time_line ul li .text span {
  padding-bottom: 10px;
}
/* line 258, ../sass/_single_project.scss */
.project .timeline .time_line ul li.active .icon {
  top: -10px;
  height: 50px;
  width: 50px;
  background-color: #f45f4f;
}
/* line 265, ../sass/_single_project.scss */
.project .timeline .time_line ul li.active .text span {
  border-bottom: solid 4px #f45f4f;
}
/* line 271, ../sass/_single_project.scss */
.project .timeline .time_line ul li.past .icon {
  background-image: url(../images/check-icon.svg);
  background-position: center center;
  background-size: 50% 50%;
  background-repeat: no-repeat;
}
/* line 281, ../sass/_single_project.scss */
.project .timeline .content_placeholder {
  position: relative;
  width: 100%;
  display: inline-block;
  min-height: 300px;
  text-align: center;
}
/* line 287, ../sass/_single_project.scss */
.project .timeline .content_placeholder .content {
  transition: all ease-in-out 0.3s;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  opacity: 0;
}
/* line 294, ../sass/_single_project.scss */
.project .timeline .content_placeholder .content h2 {
  margin-bottom: 20px;
}
/* line 297, ../sass/_single_project.scss */
.project .timeline .content_placeholder .content p {
  margin-bottom: 30px;
}
/* line 300, ../sass/_single_project.scss */
.project .timeline .content_placeholder .content.in {
  z-index: 99;
  opacity: 1;
  position: relative;
}
/* line 312, ../sass/_single_project.scss */
.project .koppels {
  background-image: url(../images/project-gray-bg.svg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  margin: 180px 0 0;
}
/* line 313, ../sass/_single_project.scss */
.project .koppels:before {
  background-image: url(../images/angle_gray.svg);
}
/* line 316, ../sass/_single_project.scss */
.project .koppels:after {
  display: none;
}
/* line 324, ../sass/_single_project.scss */
.project .koppels.extra_koppels {
  margin: 0 0 180px;
  background-image: none;
}
/* line 327, ../sass/_single_project.scss */
.project .koppels.extra_koppels:before {
  display: none;
}
/* line 330, ../sass/_single_project.scss */
.project .koppels.extra_koppels:after {
  display: inline-block;
}
/* line 336, ../sass/_single_project.scss */
.project .koppels .container .row .text {
  margin-bottom: 60px;
}
/* line 341, ../sass/_single_project.scss */
.project .koppels .container .row .de_koppels {
  padding: 0px;
}
/* line 343, ../sass/_single_project.scss */
.project .koppels .container .row .de_koppels .koppel {
  position: relative;
  display: inline-block;
  width: 50%;
  float: left;
  margin-bottom: 80px;
}
/* line 349, ../sass/_single_project.scss */
.project .koppels .container .row .de_koppels .koppel:before {
  content: "";
  display: block;
  height: 100px;
  width: 100px;
  left: 50%;
  margin-left: -50px;
  background-color: #bad0db;
  border: solid 4px #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  position: absolute;
  z-index: 2;
  top: 65px;
  transform: rotate(45deg);
  background-image: url(../images/teamup.svg);
  background-position: bottom right;
  background-size: 90%;
  background-repeat: no-repeat;
}
/* line 368, ../sass/_single_project.scss */
.project .koppels .container .row .de_koppels .koppel .image_placeholder {
  margin-bottom: 40px;
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 220px;
}
/* line 376, ../sass/_single_project.scss */
.project .koppels .container .row .de_koppels .koppel .text_placeholder {
  width: 100%;
  font-size: 20px;
}
/* line 379, ../sass/_single_project.scss */
.project .koppels .container .row .de_koppels .koppel .text_placeholder span {
  width: 100%;
  display: inline-block;
}
/* line 383, ../sass/_single_project.scss */
.project .koppels .container .row .de_koppels .koppel .text_placeholder .name {
  font-weight: 700;
}
/* line 386, ../sass/_single_project.scss */
.project .koppels .container .row .de_koppels .koppel .text_placeholder .linkedin {
  background: none;
  margin-top: 15px;
}
/* line 389, ../sass/_single_project.scss */
.project .koppels .container .row .de_koppels .koppel .text_placeholder .linkedin .icon {
  transition: all ease-in-out 0.3s;
  display: inline-block;
  float: left;
  margin-right: 15px;
  height: 32px;
  width: 32px;
  background-image: url(../images/ico-linkedin-koppel.svg);
  background-color: #0084b1;
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.3;
}
/* line 403, ../sass/_single_project.scss */
.project .koppels .container .row .de_koppels .koppel .text_placeholder .linkedin a {
  color: #000;
}
/* line 407, ../sass/_single_project.scss */
.project .koppels .container .row .de_koppels .koppel .text_placeholder .linkedin:hover a {
  text-decoration: none;
}
/* line 410, ../sass/_single_project.scss */
.project .koppels .container .row .de_koppels .koppel .text_placeholder .linkedin:hover .icon {
  opacity: 1;
  text-decoration: none;
}
/* line 425, ../sass/_single_project.scss */
.project .subprojecten {
  margin: 0px;
  padding: 0px;
}
/* line 429, ../sass/_single_project.scss */
.project .subprojecten .projects .project_element {
  height: 300px;
  display: inline-block;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
/* line 435, ../sass/_single_project.scss */
.project .subprojecten .projects .project_element .image_placeholder {
  height: 100%;
  width: 100%;
  top: 0;
  display: inline-block;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
}
/* line 445, ../sass/_single_project.scss */
.project .subprojecten .projects .project_element .text_placeholder {
  position: absolute;
  z-index: 3;
  width: 100%;
  display: inline-block;
  text-decoration: none;
}
/* line 451, ../sass/_single_project.scss */
.project .subprojecten .projects .project_element .text_placeholder h3 {
  background-color: #fff64f;
  padding: 15px;
  margin: 0;
  font-size: 25px;
}
/* line 457, ../sass/_single_project.scss */
.project .subprojecten .projects .project_element .text_placeholder .text {
  transition: all ease-in-out 0.3s;
  padding: 0px 15px;
  height: 0px;
  position: relative;
  overflow: hidden;
}
/* line 463, ../sass/_single_project.scss */
.project .subprojecten .projects .project_element .text_placeholder .text p {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 15px;
}
/* line 468, ../sass/_single_project.scss */
.project .subprojecten .projects .project_element .text_placeholder .text .button {
  margin: 15px;
}
/* line 475, ../sass/_single_project.scss */
.project .subprojecten .projects .project_element:hover .text_placeholder .text {
  transition: all ease-in-out 0.5s;
  height: inherit;
}
/* line 487, ../sass/_single_project.scss */
.project .research {
  position: relative;
  z-index: 99;
  padding-top: 60px;
}
/* line 492, ../sass/_single_project.scss */
.project .research .photos {
  top: 0;
}
/* line 501, ../sass/_single_project.scss */
.project .organisation .text p {
  margin-bottom: 60px;
}

/* --- responsive --- */
@media (max-width: 1200px) {
  /* line 513, ../sass/_single_project.scss */
  .project {
    /* --- Banner --- */
    /* --- Koppels --- */
  }
  /* line 517, ../sass/_single_project.scss */
  .project .banner {
    height: 768px;
    margin-bottom: -100px;
  }
  /* line 521, ../sass/_single_project.scss */
  .project .banner .background .yellow_block {
    left: -300px;
  }
  /* line 526, ../sass/_single_project.scss */
  .project .banner .text_placeholder .txt_background {
    padding: 40px;
  }
  /* line 533, ../sass/_single_project.scss */
  .project .banner .nav_placeholder .container .row .navigation {
    padding-left: 30px;
  }
  /* line 543, ../sass/_single_project.scss */
  .project .koppels {
    margin: 100px 0 0;
  }
  /* line 546, ../sass/_single_project.scss */
  .project .koppels.extra_koppels {
    margin: 0 0 100px;
  }
}
@media (max-width: 1024px) {
  /* line 558, ../sass/_single_project.scss */
  .project {
    /* --- Subprojecten --- */
  }
  /* line 560, ../sass/_single_project.scss */
  .project .timeline {
    margin-bottom: 0px;
  }
  /* line 572, ../sass/_single_project.scss */
  .project .subprojecten .container .row .projects .project_element .text_placeholder svg {
    position: relative;
    top: -3px;
  }
}
@media (max-width: 990px) {
  /* line 588, ../sass/_single_project.scss */
  .project {
    /* --- Banner --- */
    /* --- projecten --- */
    /* --- Koppels --- */
  }
  /* line 592, ../sass/_single_project.scss */
  .project .banner {
    margin-bottom: -80px;
  }
  /* line 595, ../sass/_single_project.scss */
  .project .banner .background .yellow_block {
    left: -190px;
  }
  /* line 599, ../sass/_single_project.scss */
  .project .banner .nav_placeholder {
    display: none;
  }
  /* line 607, ../sass/_single_project.scss */
  .project .projecten .grid {
    margin-left: 0%;
    width: 100%;
  }
  /* line 618, ../sass/_single_project.scss */
  .project .koppels .container .row text {
    margin-left: 0px;
  }
  /* line 624, ../sass/_single_project.scss */
  .project .koppels .container .row .de_koppels .koppel {
    width: 100%;
  }
}
@media (max-width: 768px) {
  /* line 637, ../sass/_single_project.scss */
  .project {
    /* --- Banner --- */
    /* --- Timeline --- */
  }
  /* line 641, ../sass/_single_project.scss */
  .project .banner {
    margin-bottom: -60px;
  }
  /* line 644, ../sass/_single_project.scss */
  .project .banner .text_placeholder .txt_background {
    padding: 40px;
  }
  /* line 652, ../sass/_single_project.scss */
  .project .timeline {
    margin-bottom: -60px;
  }
}
@media (max-width: 480px) {
  /* line 661, ../sass/_single_project.scss */
  .project {
    /* --- Banner --- */
    /* --- Timeline --- */
    /* --- Koppels --- */
    /* --- Sub projecten -- */
  }
  /* line 665, ../sass/_single_project.scss */
  .project .banner {
    height: 400px;
  }
  /* line 668, ../sass/_single_project.scss */
  .project .banner .background .yellow_block {
    left: 37px;
  }
  /* line 679, ../sass/_single_project.scss */
  .project .timeline .container .row .time_line {
    margin-bottom: 0px;
  }
  /* line 683, ../sass/_single_project.scss */
  .project .timeline .container .row .time_line ul li .text {
    display: none;
  }
  /* line 699, ../sass/_single_project.scss */
  .project .koppels .container .row .de_koppels .koppel {
    margin-bottom: 0px;
  }
  /* line 701, ../sass/_single_project.scss */
  .project .koppels .container .row .de_koppels .koppel:before {
    display: none;
  }
  /* line 704, ../sass/_single_project.scss */
  .project .koppels .container .row .de_koppels .koppel .text_placeholder {
    margin-bottom: 15px;
  }
  /* line 719, ../sass/_single_project.scss */
  .project .subprojecten .container .row .projects .project_element {
    margin-bottom: 15px;
  }
}
/* --- Default styling --- */
/* line 1, ../sass/_default.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, ul {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: inherit;
}

/* line 20, ../sass/_default.scss */
::-moz-selection {
  background: #2b2f6f;
  color: #fff;
}

/* line 24, ../sass/_default.scss */
::selection {
  background: #2b2f6f;
  color: #fff;
}

/* --- Bootstrap hacks --- */
/* line 31, ../sass/_default.scss */
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/* --- Default --- */
/* line 40, ../sass/_default.scss */
body, html {
  font-family: 'Proxima Nova';
  font-size: 20px;
  font-weight: 300;
  line-height: 32px;
  color: #1d1d1b;
}

/* line 47, ../sass/_default.scss */
body.no-overflow {
  overflow: hidden;
}

/* line 50, ../sass/_default.scss */
h1, h2, h3, h4, h5, h6 {
  color: #1d1d1b;
  font-weight: 700;
}

/* line 54, ../sass/_default.scss */
h1 {
  font-size: 60px;
  line-height: 60px;
  margin-bottom: 60px;
}

/* line 59, ../sass/_default.scss */
h2 {
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 60px;
}

/* line 64, ../sass/_default.scss */
h3 {
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 30px;
}

/* line 69, ../sass/_default.scss */
h4 {
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 30px;
}

/* line 74, ../sass/_default.scss */
p {
  margin-bottom: 40px;
}

/* line 77, ../sass/_default.scss */
a:hover {
  text-decoration: none;
}

/* line 81, ../sass/_default.scss */
blockquote, blockquote p {
  color: #f45f4f;
  font-weight: 700;
  margin-bottom: 40px;
}

/* --- responsive --- */
@media (max-width: 480px) {
  /* line 95, ../sass/_default.scss */
  h1 {
    font-size: 10vw;
    line-height: 10vw;
    margin-bottom: 30px;
  }

  /* line 100, ../sass/_default.scss */
  h2 {
    font-size: 8vw;
    line-height: 8vw;
    margin-bottom: 20px;
  }
}
/* --- Before line --- */
/* line 3, ../sass/_content.scss */
.before_line {
  content: "";
  display: inline-block;
  height: 100%;
  width: 65px;
  position: absolute;
  left: -85px;
  overflow: hidden;
}
/* line 11, ../sass/_content.scss */
.before_line .colour {
  height: 10px;
  background-color: #bad0db;
  transform: rotate(-15deg);
  width: 200%;
  display: inline-block;
  position: relative;
  margin-left: -50%;
  top: 0;
}

/* --- Agenda flag --- */
/* line 25, ../sass/_content.scss */
.flag {
  background-image: url(../images/angle_agenda.svg);
  display: inline-table;
  width: 65px;
  height: 115px;
  position: absolute;
  left: -85px;
  background-size: cover;
}

/* --- responsive --- */
@media (max-width: 1024px) {
  /* line 40, ../sass/_content.scss */
  .flag,
  .before_line {
    left: -65px;
  }
}
@media (max-width: 990px) {
  /* line 47, ../sass/_content.scss */
  .flag,
  .before_line {
    display: none;
  }
}
/* --- Buttons --- */
/* line 3, ../sass/_buttons.scss */
.button {
  position: relative;
  display: inline-block;
  background: 0 0;
  text-align: center;
  border: 0;
  margin: 50px 0 58px;
}
/* line 10, ../sass/_buttons.scss */
.button span {
  transition: all ease-in-out 0.3s;
  top: 0px;
  right: 0px;
  position: relative;
  display: inline-block;
  font-family: 'Proxima Nova';
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  color: #1d1d1b;
  text-transform: uppercase;
  z-index: 3;
  padding: 14px 18px 12px;
  border: 4px solid;
  background-color: #fff;
  border-color: #1d1d1b;
}
/* line 28, ../sass/_buttons.scss */
.button:before {
  transition: all ease-in-out 0.3s;
  content: '';
  position: absolute;
  top: 8px;
  right: 8px;
  border: 4px solid;
  border-color: #1d1d1b;
}
/* line 37, ../sass/_buttons.scss */
.button:after {
  transition: all ease-in-out 0.3s;
  content: '';
  position: absolute;
  top: 8px;
  right: 8px;
  border: 4px solid;
  border-color: #1d1d1b;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 2;
  border-color: #1d1d1b;
}
/* line 52, ../sass/_buttons.scss */
.button:hover span {
  transition: all ease-in-out 0.3s;
  top: -4px;
  right: -4px;
}
/* line 57, ../sass/_buttons.scss */
.button:hover:before {
  background-color: #1d1d1b;
}
/* line 60, ../sass/_buttons.scss */
.button:hover:after {
  background-color: #1d1d1b;
}
/* line 64, ../sass/_buttons.scss */
.button.btn_lg {
  margin: 0 40px 0 0;
}
/* line 66, ../sass/_buttons.scss */
.button.btn_lg span {
  font-size: 18px;
  line-height: 18px;
  padding: 20px 20px 16px;
}
/* line 73, ../sass/_buttons.scss */
.button.btn_blue span {
  border-color: #82d0ea;
}
/* line 76, ../sass/_buttons.scss */
.button.btn_blue:after {
  border-color: #82d0ea;
}
/* line 79, ../sass/_buttons.scss */
.button.btn_blue:before {
  border-color: #82d0ea;
}
/* line 83, ../sass/_buttons.scss */
.button.btn_blue:hover:after {
  background-color: #82d0ea;
}
/* line 89, ../sass/_buttons.scss */
.button.btn_light_blue span {
  border-color: #bad0db;
}
/* line 92, ../sass/_buttons.scss */
.button.btn_light_blue:after {
  border-color: #bad0db;
}
/* line 95, ../sass/_buttons.scss */
.button.btn_light_blue:before {
  border-color: #bad0db;
}
/* line 99, ../sass/_buttons.scss */
.button.btn_light_blue:hover:after {
  background-color: #bad0db;
}
/* line 105, ../sass/_buttons.scss */
.button.btn_purple span {
  border-color: #8b92cb;
}
/* line 108, ../sass/_buttons.scss */
.button.btn_purple:after {
  border-color: #8b92cb;
}
/* line 111, ../sass/_buttons.scss */
.button.btn_purple:before {
  border-color: #8b92cb;
}
/* line 115, ../sass/_buttons.scss */
.button.btn_purple:hover:after {
  background-color: #8b92cb;
}
/* line 121, ../sass/_buttons.scss */
.button.btn_red span {
  border-color: #f45f4f;
}
/* line 124, ../sass/_buttons.scss */
.button.btn_red:after {
  border-color: #f45f4f;
}
/* line 127, ../sass/_buttons.scss */
.button.btn_red:before {
  border-color: #f45f4f;
}
/* line 131, ../sass/_buttons.scss */
.button.btn_red:hover:after {
  background-color: #f45f4f;
}
/* line 137, ../sass/_buttons.scss */
.button.btn_orange span {
  border-color: #ffbd4d;
}
/* line 140, ../sass/_buttons.scss */
.button.btn_orange:after {
  border-color: #ffbd4d;
}
/* line 143, ../sass/_buttons.scss */
.button.btn_orange:before {
  border-color: #ffbd4d;
}
/* line 147, ../sass/_buttons.scss */
.button.btn_orange:hover:after {
  background-color: #ffbd4d;
}

/* --- responsive --- */
@media (max-width: 990px) {
  /* line 159, ../sass/_buttons.scss */
  .button.btn_lg,
  .button {
    margin: 0 0 40px;
  }
}
/* Creation */
/* line 168, ../sass/_buttons.scss */
.projecten .container .btn_placeholder {
  text-align: center;
}
/* line 171, ../sass/_buttons.scss */
.projecten .container .btn_placeholder .button span {
  color: #2D3178;
  border-color: #2D3178;
}
/* line 175, ../sass/_buttons.scss */
.projecten .container .btn_placeholder .button:before, .projecten .container .btn_placeholder .button:after {
  border-color: #2D3178;
}
/* line 179, ../sass/_buttons.scss */
.projecten .container .btn_placeholder .button:hover:after {
  background-color: #2D3178;
}

/* --- Blocks --- */
/* line 3, ../sass/_blocks.scss */
.block {
  margin: 180px 0;
  padding: 0px;
  position: relative;
}
/* line 7, ../sass/_blocks.scss */
.block:before {
  content: "";
  display: block;
  width: 100%;
  height: 180px;
  background-position: bottom;
  background-size: 100% 100%;
  position: absolute;
  background-repeat: no-repeat;
  left: 0;
  top: -180px;
  right: 0;
  z-index: 2;
}
/* line 21, ../sass/_blocks.scss */
.block:after {
  transform: rotate(180deg);
  content: "";
  display: block;
  width: 100%;
  height: 180px;
  transform: rotate(180deg);
  background-position: top;
  background-size: 100% 100%;
  position: absolute;
  background-repeat: no-repeat;
  left: 0;
  bottom: -180px;
  right: 0;
  z-index: 1;
}
/* line 39, ../sass/_blocks.scss */
.block .text p img {
  max-width: 100%;
  height: inherit;
}

/* --- Colours --- */
/* line 49, ../sass/_blocks.scss */
.white {
  background-color: #fff;
}
/* line 51, ../sass/_blocks.scss */
.white:after, .white:before {
  background-image: url(../images/angle_white.svg);
  pointer-events: none;
}

/* line 57, ../sass/_blocks.scss */
.gray {
  background-color: #E9F2F0;
}
/* line 59, ../sass/_blocks.scss */
.gray:after, .gray:before {
  background-image: url(../images/angle_gray.svg);
}

/* line 64, ../sass/_blocks.scss */
.blue {
  background-color: #82d0ea;
}
/* line 66, ../sass/_blocks.scss */
.blue:after, .blue:before {
  background-image: url(../images/angle_blue.svg);
}

/* line 71, ../sass/_blocks.scss */
.mintgreen {
  background-color: #d4ece7;
}
/* line 73, ../sass/_blocks.scss */
.mintgreen:after, .mintgreen:before {
  background-image: url(../images/angle_mintgreen.svg);
}

/* line 79, ../sass/_blocks.scss */
.yellow {
  background-color: #fff64f;
  z-index: 2;
}
/* line 82, ../sass/_blocks.scss */
.yellow:after, .yellow:before {
  background-image: url(../images/angle_yellow.svg);
}

/* --- Share block --- */
/* line 95, ../sass/_blocks.scss */
.share .container .row .text p {
  float: left;
  font-weight: 700;
}
/* line 99, ../sass/_blocks.scss */
.share .container .row .text .social {
  float: left;
  width: auto;
  text-align: left;
  margin: 0 0 0 30px;
}

/* line 113, ../sass/_blocks.scss */
.share-news .social,
.share-project .social {
  text-align: left;
  line-height: 0px;
  position: relative;
  margin-bottom: 100px;
}
/* line 119, ../sass/_blocks.scss */
.share-news .social .social-label,
.share-project .social .social-label {
  font-size: 30px;
  line-height: 30px;
  color: #1d1d1b;
  font-weight: 700;
  display: inline-block;
  margin-bottom: -15px;
}
/* line 128, ../sass/_blocks.scss */
.share-news .social ul,
.share-project .social ul {
  margin-bottom: -5px;
}
/* line 131, ../sass/_blocks.scss */
.share-news .social ul li,
.share-project .social ul li {
  margin-right: 10px;
}

/* --- News scroller --- */
/* line 143, ../sass/_blocks.scss */
.newsscroller .container .row .swiper-container {
  width: 100%;
  height: 100%;
  padding-bottom: 45px;
}
/* line 148, ../sass/_blocks.scss */
.newsscroller .container .row .swiper-container .swiper-slide .date {
  display: inline-block;
  width: 100%;
  font-size: 19px;
  font-weight: 700;
  line-height: 22px;
  color: #1d1d1b;
  margin: 0 0 14px 14px;
}
/* line 157, ../sass/_blocks.scss */
.newsscroller .container .row .swiper-container .swiper-slide .content {
  position: relative;
  width: 100%;
  height: 335px;
  overflow: hidden;
}
/* line 162, ../sass/_blocks.scss */
.newsscroller .container .row .swiper-container .swiper-slide .content svg {
  position: relative;
  z-index: 99;
  top: -21px;
  width: 100%;
  float: left;
  transform: rotateX(180deg);
}
/* line 170, ../sass/_blocks.scss */
.newsscroller .container .row .swiper-container .swiper-slide .content .text_placeholder {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 3;
}
/* line 176, ../sass/_blocks.scss */
.newsscroller .container .row .swiper-container .swiper-slide .content .text_placeholder h3 {
  font-size: 25px;
  font-weight: 700;
  color: #1d1d1b;
  margin-bottom: 0px;
  text-decoration: none !important;
  padding: 20px;
}
/* line 185, ../sass/_blocks.scss */
.newsscroller .container .row .swiper-container .swiper-slide .content .image_placeholder {
  z-index: 1;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
/* line 199, ../sass/_blocks.scss */
.newsscroller .container .row .swiper-container .swiper-pagination {
  position: relative;
  top: 45px;
}
/* line 202, ../sass/_blocks.scss */
.newsscroller .container .row .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background: #82d0ea;
  opacity: 0.7;
}
/* line 208, ../sass/_blocks.scss */
.newsscroller .container .row .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #82d0ea;
  opacity: 1;
}

/* --- Duo content blocks --- */
/* line 223, ../sass/_blocks.scss */
.content_blocks .container .row .content_placeholder {
  padding: 0px;
}
/* line 225, ../sass/_blocks.scss */
.content_blocks .container .row .content_placeholder .content_block {
  padding: 0px;
}
/* line 229, ../sass/_blocks.scss */
.content_blocks .container .row .content_placeholder .content_block .content .flag {
  left: -65px;
  background-image: url(../images/angle_black_block.svg);
}
/* line 233, ../sass/_blocks.scss */
.content_blocks .container .row .content_placeholder .content_block .content .button {
  margin: 0px;
}

/* --- Project overview --- */
/* line 248, ../sass/_blocks.scss */
.projecten .container .row .filter-button-group button {
  transition: all ease-in-out 0.3s;
  border: none;
  background: none;
  padding: 0 0 10px;
  margin-right: 20px;
  font-weight: 700;
  position: relative;
  border-bottom: solid 4px transparent;
}
/* line 258, ../sass/_blocks.scss */
.projecten .container .row .filter-button-group button.active,
.projecten .container .row .filter-button-group button:hover {
  transition: all ease-in-out 0.3s;
  border-bottom: solid 4px #f45f4f;
}
/* line 265, ../sass/_blocks.scss */
.projecten .container .row .text .before_line .colour {
  background-color: #8b92cb;
}
/* line 270, ../sass/_blocks.scss */
.projecten .container .row .grid {
  margin-top: 40px;
  margin-left: 16.66666667%;
  width: 83.33333333%;
}
/* line 274, ../sass/_blocks.scss */
.projecten .container .row .grid .project_element {
  height: 300px;
  display: inline-block;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
/* line 280, ../sass/_blocks.scss */
.projecten .container .row .grid .project_element .image_placeholder {
  height: 100%;
  width: 100%;
  top: 0;
  display: inline-block;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
}
/* line 290, ../sass/_blocks.scss */
.projecten .container .row .grid .project_element .text_placeholder {
  position: absolute;
  z-index: 3;
  width: 100%;
  display: inline-block;
  text-decoration: none;
}
/* line 296, ../sass/_blocks.scss */
.projecten .container .row .grid .project_element .text_placeholder h3 {
  background-color: #fff64f;
  padding: 15px;
  margin: 0;
  font-size: 25px;
}
/* line 302, ../sass/_blocks.scss */
.projecten .container .row .grid .project_element .text_placeholder .text {
  transition: all ease-in-out 0.3s;
  padding: 0px 15px;
  height: 0px;
  position: relative;
  overflow: hidden;
  float: left;
  min-width: 100%;
}
/* line 310, ../sass/_blocks.scss */
.projecten .container .row .grid .project_element .text_placeholder .text p {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 15px;
}
/* line 315, ../sass/_blocks.scss */
.projecten .container .row .grid .project_element .text_placeholder .text .button {
  margin: 15px;
}
/* line 320, ../sass/_blocks.scss */
.projecten .container .row .grid .project_element svg {
  position: relative;
  top: -1px;
  width: 100%;
  float: left;
}
/* line 328, ../sass/_blocks.scss */
.projecten .container .row .grid .project_element:hover .text_placeholder .text {
  transition: all ease-in-out 0.5s;
  height: inherit;
}

/* --- Agenda module --- */
/* line 347, ../sass/_blocks.scss */
.agenda_module .container .row .items .item {
  margin-bottom: 30px;
  padding-left: 95px;
}
/* line 350, ../sass/_blocks.scss */
.agenda_module .container .row .items .item .flag {
  left: 15px;
}

/* --- image banner --- */
/* line 364, ../sass/_blocks.scss */
.image_banner .container .row .quote {
  font-style: italic;
  font-size: 36px;
  line-height: 48px;
  position: relative;
}
/* line 369, ../sass/_blocks.scss */
.image_banner .container .row .quote:before {
  content: "";
  display: block;
  height: 48px;
  width: 60px;
  position: relative;
  background-image: url(../images/quote.svg);
  background-position: 0px 10px;
  background-repeat: no-repeat;
  background-size: 80%;
  float: left;
}
/* line 383, ../sass/_blocks.scss */
.image_banner .container .row .photos .row {
  margin: 0px;
}
/* line 385, ../sass/_blocks.scss */
.image_banner .container .row .photos .row .photo {
  border: solid 4px #fff;
  height: 200px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  margin-bottom: 15px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
  position: relative;
}
/* line 394, ../sass/_blocks.scss */
.image_banner .container .row .photos .row .photo img {
  min-height: 100%;
  min-width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: inherit;
}
/* line 405, ../sass/_blocks.scss */
.image_banner .container .row .photos .row div:nth-child(n+5) {
  display: none;
}

/* --- Testimonials --- */
/* line 416, ../sass/_blocks.scss */
.scroller {
  background-color: #82d0ea;
  margin-bottom: -180px !important;
  /* --- Content --- */
}
/* line 419, ../sass/_blocks.scss */
.scroller:after {
  display: none;
}
/* line 428, ../sass/_blocks.scss */
.scroller .container-fluid .container .row .text_placeholder {
  margin-top: 60px;
  text-align: center;
}
/* line 431, ../sass/_blocks.scss */
.scroller .container-fluid .container .row .text_placeholder .name {
  font-weight: 700;
}
/* line 435, ../sass/_blocks.scss */
.scroller .container-fluid .container .row .text_placeholder .button span {
  background-color: #82d0ea;
}
/* line 441, ../sass/_blocks.scss */
.scroller .container-fluid .container .row .image_placeholder .viewport-rotate {
  position: relative;
  transition: all ease-in-out 0.8s;
  transform: rotate(-90deg);
  transform-origin: bottom right;
}
/* line 446, ../sass/_blocks.scss */
.scroller .container-fluid .container .row .image_placeholder .viewport-rotate.visible {
  transition: all ease-in-out 0.8s;
  transform: rotate(0deg);
  transform-origin: bottom right;
}
/* line 452, ../sass/_blocks.scss */
.scroller .container-fluid .container .row .image_placeholder .viewport-rotate .img_normal {
  position: absolute;
}
/* line 454, ../sass/_blocks.scss */
.scroller .container-fluid .container .row .image_placeholder .viewport-rotate .img_normal img {
  max-width: 100%;
}
/* line 458, ../sass/_blocks.scss */
.scroller .container-fluid .container .row .image_placeholder .viewport-rotate .img_hover {
  opacity: 0;
}
/* line 460, ../sass/_blocks.scss */
.scroller .container-fluid .container .row .image_placeholder .viewport-rotate .img_hover img {
  max-width: 100%;
}
/* line 465, ../sass/_blocks.scss */
.scroller .container-fluid .container .row .image_placeholder .viewport-rotate:hover .img_hover {
  opacity: 1;
}

/* --- Hello --- */
/* line 479, ../sass/_blocks.scss */
.hello {
  background-color: #d4ece7;
  color: #2D3178;
  margin-bottom: -180px !important;
  min-height: 400px;
  text-align: center;
  position: relative;
}
/* line 488, ../sass/_blocks.scss */
.hello .container-fluid:after {
  width: 300px;
  height: 450px;
  position: absolute;
  right: 0;
  top: -100px;
  content: "";
  background-image: url("../images/scheep.png");
  background-size: contain;
  background-position: right center;
  z-index: 20;
}
/* line 502, ../sass/_blocks.scss */
.hello .hello-container {
  font-size: 100px;
  line-height: 100px;
  margin-top: 50px;
}
/* line 510, ../sass/_blocks.scss */
.hello .hello-container .greet:before {
  font-weight: 300;
  content: '“';
}
/* line 515, ../sass/_blocks.scss */
.hello .hello-container .word {
  font-weight: 700;
}
/* line 518, ../sass/_blocks.scss */
.hello .hello-container .word:after {
  font-weight: 300;
  content: '”';
}
/* line 526, ../sass/_blocks.scss */
.hello:after {
  display: none;
}

/* --- Scroller V2 --- */
/* line 535, ../sass/_blocks.scss */
.marquee {
  width: 100%;
  overflow: hidden;
  height: 150px;
  font-size: 150px;
  line-height: 150px;
}

/* line 542, ../sass/_blocks.scss */
.marquee span.line {
  font-weight: 700;
  color: #1d1d1b;
}

/* --- Boxed content (shortcode) --- */
/* line 548, ../sass/_blocks.scss */
.boxed-content {
  border: 2px solid #f45f4f;
  padding: 10px 20px;
  margin-bottom: 2em;
}

/* Call to action */
/* line 555, ../sass/_blocks.scss */
.cta-image {
  width: 100%;
  margin-bottom: 40px;
}

/* --- responsive --- */
@media (max-width: 1200px) {
  /* line 569, ../sass/_blocks.scss */
  .projecten .container .row .grid .project_element svg {
    float: top;
    top: -3px;
    position: relative;
  }

  /* line 585, ../sass/_blocks.scss */
  .newsscroller .container .row .swiper-container .swiper-slide .content svg {
    position: relative;
    z-index: 99;
    top: -4px;
    height: 25px;
    width: 100%;
    left: 0px;
    right: 0px;
  }

  /* line 601, ../sass/_blocks.scss */
  .block {
    margin: 100px 0;
  }
  /* line 603, ../sass/_blocks.scss */
  .block:before {
    height: 100px;
    top: -100px;
  }
  /* line 607, ../sass/_blocks.scss */
  .block:after {
    height: 100px;
    bottom: -100px;
  }

  /* --- Hello  --- */
  /* line 617, ../sass/_blocks.scss */
  .hello .container-fluid:after {
    display: none;
  }

  /* --- Scroller --- */
  /* line 626, ../sass/_blocks.scss */
  .scroller .text_scroll {
    height: 100px;
    top: -100px;
  }
  /* line 629, ../sass/_blocks.scss */
  .scroller .text_scroll .scroll_text {
    font-size: 100px;
    line-height: 100px;
    width: 2000px;
  }
}
@media (max-width: 1024px) {
  /* line 640, ../sass/_blocks.scss */
  .gray {
    margin: 100px 0;
  }

  /* --- News scroller --- */
  /* line 653, ../sass/_blocks.scss */
  .newsscroller .container .row .swiper-container .swiper-slide .content .text_placeholder h3 {
    font-size: 1.9vw;
    line-height: 1.9vw;
  }

  /* --- Project overview --- */
  /* line 673, ../sass/_blocks.scss */
  .projecten .container .row .grid .element-item .text_placeholder h3 {
    font-size: 1.9vw;
    line-height: 1.9vw;
  }
  /* line 677, ../sass/_blocks.scss */
  .projecten .container .row .grid .element-item .text_placeholder svg {
    position: relative;
    top: -3px;
  }

  /* --- Scroller --- */
  /* line 694, ../sass/_blocks.scss */
  .scroller .container-fluid .container .row .text_placeholder {
    margin-bottom: 120px;
  }
}
@media (max-width: 990px) {
  /* line 705, ../sass/_blocks.scss */
  .block {
    margin: 80px 0;
  }
  /* line 707, ../sass/_blocks.scss */
  .block:before {
    height: 80px;
    top: -80px;
  }
  /* line 711, ../sass/_blocks.scss */
  .block:after {
    height: 80px;
    bottom: -80px;
  }

  /* line 716, ../sass/_blocks.scss */
  .gray {
    margin: 80px 0;
  }

  /* --- News scroller --- */
  /* line 729, ../sass/_blocks.scss */
  .newsscroller .container .row .swiper-container .swiper-slide .content .text_placeholder h3 {
    font-size: 2.5vw;
    line-height: 2.5vw;
  }

  /* --- Project overview --- */
  /* line 746, ../sass/_blocks.scss */
  .projecten .container .row .grid {
    margin-left: 0;
    width: 100%;
  }
  /* line 751, ../sass/_blocks.scss */
  .projecten .container .row .grid .project_element .text_placeholder h3 {
    font-size: 2.5vw;
    line-height: 2.5vw;
  }
  /* line 755, ../sass/_blocks.scss */
  .projecten .container .row .grid .project_element .text_placeholder svg {
    top: 0px;
  }

  /* --- Hello  --- */
  /* line 767, ../sass/_blocks.scss */
  .hello {
    min-height: 350px;
  }
  /* line 770, ../sass/_blocks.scss */
  .hello .hello-container {
    font-size: 60px;
    line-height: 70px;
  }

  /* --- Agenda module --- */
  /* line 782, ../sass/_blocks.scss */
  .agenda_module .container .row .items .item {
    margin-bottom: 40px;
  }
  /* line 784, ../sass/_blocks.scss */
  .agenda_module .container .row .items .item .flag {
    display: inline-table;
  }

  /* --- Scroller --- */
  /* line 796, ../sass/_blocks.scss */
  .scroller .text_scroll {
    top: -40px;
    height: 80px;
  }
  /* line 799, ../sass/_blocks.scss */
  .scroller .text_scroll .scroll_text {
    line-height: 80px;
    font-size: 80px;
    width: 1600px;
  }
}
@media (max-width: 768px) {
  /* line 810, ../sass/_blocks.scss */
  .block {
    margin: 60px 0;
  }
  /* line 812, ../sass/_blocks.scss */
  .block:before {
    height: 60px;
    top: -60px;
  }
  /* line 816, ../sass/_blocks.scss */
  .block:after {
    height: 60px;
    bottom: -60px;
  }

  /* --- Organisatie --- */
  /* line 827, ../sass/_blocks.scss */
  .organisation .container .row .logos {
    margin-bottom: 60px;
  }

  /* --- Duo content blocks --- */
  /* line 841, ../sass/_blocks.scss */
  .content_blocks .container .row .content_placeholder .content_block .content {
    margin-bottom: 60px;
  }

  /* --- Agenda module --- */
  /* line 855, ../sass/_blocks.scss */
  .agenda_module .container .row .items {
    margin: 0px;
  }
  /* line 857, ../sass/_blocks.scss */
  .agenda_module .container .row .items .item {
    padding-left: 0px;
  }
  /* line 859, ../sass/_blocks.scss */
  .agenda_module .container .row .items .item .flag {
    display: none;
  }
}
@media (max-width: 480px) {
  /* --- News scroller --- */
  /* line 881, ../sass/_blocks.scss */
  .newsscroller .container .row .swiper-container .swiper-slide .content .text_placeholder h3 {
    font-size: 6vw;
    line-height: 6vw;
  }

  /* --- Hello  --- */
  /* line 895, ../sass/_blocks.scss */
  .hello {
    min-height: 300px;
  }
  /* line 898, ../sass/_blocks.scss */
  .hello .hello-container {
    font-size: 30px;
    margin-top: 20px;
  }

  /* --- Share block --- */
  /* line 910, ../sass/_blocks.scss */
  .share-news .social,
  .share-project .social {
    text-align: center;
    line-height: 30px;
    position: relative;
  }
  /* line 915, ../sass/_blocks.scss */
  .share-news .social .social-label,
  .share-project .social .social-label {
    margin-bottom: 15px;
  }

  /* --- Project overview --- */
  /* line 930, ../sass/_blocks.scss */
  .projecten .container .row .grid .project_element .text_placeholder h3 {
    font-size: 6vw;
    line-height: 6vw;
  }

  /* --- Scroller --- */
  /* line 947, ../sass/_blocks.scss */
  .scroller .container-fluid .container .row .text_placeholder {
    margin-bottom: 0px;
  }
}
/* --- Social --- */
/* line 958, ../sass/_blocks.scss */
.container-social {
  padding: 0;
  position: relative;
  background-color: #53c4e2;
}
/* line 962, ../sass/_blocks.scss */
.container-social:before {
  content: '';
  width: 100%;
  height: 180px;
  background-image: url(../images/angle_yellow.svg);
  background-size: 100% 100%;
  transform: rotate(180deg);
}

/* --- Boxed content (shortcode) --- */
/* line 974, ../sass/_blocks.scss */
.boxed-content {
  border: 2px solid #f45f4f;
  padding: 10px 20px;
  margin-bottom: 2em;
}

/* --- Footer --- */
/* line 3, ../sass/_footer.scss */
footer {
  position: relative;
  z-index: 1000;
  margin-top: 180px;
}
/* line 7, ../sass/_footer.scss */
footer .contribute {
  padding: 0px;
  position: relative;
  background-color: #fff64f;
}
/* line 11, ../sass/_footer.scss */
footer .contribute .text {
  text-align: center;
}
/* line 13, ../sass/_footer.scss */
footer .contribute .text h2 {
  margin-bottom: 0px;
}
/* line 16, ../sass/_footer.scss */
footer .contribute .text .button {
  margin: 25px 0px;
  margin-left: -65px;
}
/* line 21, ../sass/_footer.scss */
footer .contribute:before {
  content: '';
  width: 100%;
  height: 180px;
  background-image: url(../images/angle_yellow.svg);
  background-size: 100% 100%;
  position: absolute;
  top: -180px;
}
/* line 31, ../sass/_footer.scss */
footer .contribute .before_line .colour {
  background-color: #f45f4f;
}
/* line 36, ../sass/_footer.scss */
footer .footer {
  padding: 0px;
  background-color: #fff;
}
/* line 39, ../sass/_footer.scss */
footer .footer:before {
  content: '';
  width: 100%;
  height: 180px;
  background-image: url(../images/angle_blue_2.svg);
  background-size: 100% 100%;
  transform: rotate(180deg);
}
/* line 47, ../sass/_footer.scss */
footer .footer:after {
  content: '';
  width: 100%;
  height: 180px;
  background-image: url(../images/angle_green.svg);
  background-size: 100% 100%;
}
/* line 55, ../sass/_footer.scss */
footer .footer .logos img {
  max-width: 100%;
  margin-right: 50px;
  float: left;
}
/* line 60, ../sass/_footer.scss */
footer .footer .logos img:last-of-type {
  margin-right: 0;
}
/* line 65, ../sass/_footer.scss */
footer .footer-bottom {
  background-color: #d4ece7;
  font-size: 18px;
  line-height: 24px;
  padding-bottom: 50px;
}
/* line 70, ../sass/_footer.scss */
footer .footer-bottom h2 {
  margin-bottom: 30px;
}
/* line 73, ../sass/_footer.scss */
footer .footer-bottom a {
  color: #000;
  text-decoration: underline;
  font-weight: 600;
}
/* line 79, ../sass/_footer.scss */
footer .footer-bottom .text p {
  margin-left: -35px;
}
/* line 82, ../sass/_footer.scss */
footer .footer-bottom .text a {
  word-break: break-word;
}
/* line 86, ../sass/_footer.scss */
footer .footer-bottom .before_line {
  width: 48px;
}
/* line 88, ../sass/_footer.scss */
footer .footer-bottom .before_line .colour {
  background-color: #fff;
}
/* line 92, ../sass/_footer.scss */
footer .footer-bottom .page-links {
  margin-left: -35px;
  height: 24px;
}
@media (min-width: 769px) {
  /* line 96, ../sass/_footer.scss */
  footer .footer-bottom .page-links .left-link {
    padding-left: 0;
  }
  /* line 99, ../sass/_footer.scss */
  footer .footer-bottom .page-links .right-link {
    padding-right: 0;
  }
  /* line 101, ../sass/_footer.scss */
  footer .footer-bottom .page-links .right-link a {
    float: right;
  }
}
/* line 107, ../sass/_footer.scss */
footer .footer-bottom .social {
  margin: 50px 0 0 -40px;
  width: 120%;
}
/* line 110, ../sass/_footer.scss */
footer .footer-bottom .social ul {
  margin-left: 0;
}
/* line 112, ../sass/_footer.scss */
footer .footer-bottom .social ul li {
  margin-right: 15px;
}
@media (max-width: 375px) {
  /* line 112, ../sass/_footer.scss */
  footer .footer-bottom .social ul li {
    margin-right: 10px;
  }
}
/* line 117, ../sass/_footer.scss */
footer .footer-bottom .social ul li:last-child {
  margin-right: 0;
}
/* line 124, ../sass/_footer.scss */
footer .footer-bottom #mc4wp-form-1 p {
  margin-bottom: 5px;
}
/* line 126, ../sass/_footer.scss */
footer .footer-bottom #mc4wp-form-1 p.required {
  font-size: 12px;
}
/* line 129, ../sass/_footer.scss */
footer .footer-bottom #mc4wp-form-1 p label {
  display: block;
}
/* line 132, ../sass/_footer.scss */
footer .footer-bottom #mc4wp-form-1 p input {
  border: none;
  width: 100%;
}
/* line 136, ../sass/_footer.scss */
footer .footer-bottom #mc4wp-form-1 p input[type="submit"] {
  background-color: #fff;
  font-weight: 600;
  padding: 7px 30px;
  border: 3px solid black;
}

/* --- responsive --- */
@media (max-width: 1200px) {
  /* line 153, ../sass/_footer.scss */
  footer {
    margin-top: 100px;
  }
  /* line 155, ../sass/_footer.scss */
  footer .contribute {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  /* line 158, ../sass/_footer.scss */
  footer .contribute:before {
    height: 100px;
    top: -100px;
  }
  /* line 163, ../sass/_footer.scss */
  footer .container-social {
    padding-bottom: 30px;
  }
  /* line 165, ../sass/_footer.scss */
  footer .container-social:before {
    height: 100px;
    top: -100px;
  }
  /* line 169, ../sass/_footer.scss */
  footer .container-social .social {
    padding-top: 30px;
  }
  /* line 174, ../sass/_footer.scss */
  footer .footer:before {
    height: 100px;
  }
  /* line 177, ../sass/_footer.scss */
  footer .footer:after {
    height: 100px;
  }
  /* line 180, ../sass/_footer.scss */
  footer .footer .container {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 991px) {
  /* line 190, ../sass/_footer.scss */
  .footer-bottom #mc4wp-form-1 {
    margin-bottom: 50px;
  }
  /* line 193, ../sass/_footer.scss */
  .footer-bottom .col-sm-12 {
    text-align: center;
    margin-top: 30px;
  }
  /* line 196, ../sass/_footer.scss */
  .footer-bottom .col-sm-12 .text {
    width: 100%;
  }
  /* line 198, ../sass/_footer.scss */
  .footer-bottom .col-sm-12 .text p {
    margin-left: 0;
  }
  /* line 201, ../sass/_footer.scss */
  .footer-bottom .col-sm-12 .text .page-links {
    width: 100%;
    margin: auto;
  }
  /* line 204, ../sass/_footer.scss */
  .footer-bottom .col-sm-12 .text .page-links .right-link {
    float: left;
  }
  /* line 208, ../sass/_footer.scss */
  .footer-bottom .col-sm-12 .text .social {
    margin: 50px 0 0 0;
    width: 100%;
  }
}
@media (max-width: 990px) {
  /* line 218, ../sass/_footer.scss */
  footer {
    margin-top: 80px;
  }
  /* line 222, ../sass/_footer.scss */
  footer .contribute:before,
  footer .container-social:before {
    height: 80px;
    top: -80px;
  }
  /* line 228, ../sass/_footer.scss */
  footer .footer:before {
    height: 80px;
  }
  /* line 231, ../sass/_footer.scss */
  footer .footer:after {
    height: 80px;
  }
}
@media (max-width: 768px) {
  /* line 240, ../sass/_footer.scss */
  footer {
    margin-top: 60px;
  }
  /* line 244, ../sass/_footer.scss */
  footer .contribute:before,
  footer .container-social:before {
    height: 60px;
    top: -60px;
  }
  /* line 250, ../sass/_footer.scss */
  footer .footer:before {
    height: 60px;
  }
  /* line 253, ../sass/_footer.scss */
  footer .footer:after {
    height: 60px;
  }
}
@media (max-width: 580px) {
  /* line 262, ../sass/_footer.scss */
  .page-links .col-xs-6 {
    width: 100%;
  }
}
@media (max-width: 480px) {
  /* line 272, ../sass/_footer.scss */
  footer .contribute:before,
  footer .container-social:before {
    height: 60px;
    top: -60px;
  }
  /* line 279, ../sass/_footer.scss */
  footer .footer .logos img {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
  }
}
@media (max-width: 375px) {
  /* line 290, ../sass/_footer.scss */
  .container-fluid.footer-bottom {
    padding-left: 0px;
    padding-right: 0px;
  }
  /* line 293, ../sass/_footer.scss */
  .container-fluid.footer-bottom .container {
    font-size: 87%;
  }
}
/* --- Social --- */
/* line 3, ../sass/_social.scss */
.social {
  transition: all ease-in-out 0.3s;
  margin-top: 60px;
  width: 100%;
  text-align: center;
  margin: 0 0 20px;
}
/* line 9, ../sass/_social.scss */
.social ul {
  list-style-type: none;
  margin: 0 auto;
  display: inline-block;
}
/* line 13, ../sass/_social.scss */
.social ul li {
  float: left;
  margin-right: 30px;
}
/* line 16, ../sass/_social.scss */
.social ul li span {
  display: inline-block;
  height: 35px;
  width: 35px;
  border: solid 4px #1d1d1b;
  border-radius: 20px;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 50%;
}
/* line 27, ../sass/_social.scss */
.social ul li .facebook {
  background-image: url(../images/ico-facebook.svg);
}
/* line 28, ../sass/_social.scss */
.social ul li .issuu {
  background-image: url(../images/ico-issuu.svg);
}
/* line 29, ../sass/_social.scss */
.social ul li .linkedin {
  background-image: url(../images/ico-linkedin.svg);
}
/* line 30, ../sass/_social.scss */
.social ul li .twitter {
  background-image: url(../images/ico-twitter.svg);
}
/* line 31, ../sass/_social.scss */
.social ul li .youtube {
  background-image: url(../images/ico-youtube.svg);
}
/* line 32, ../sass/_social.scss */
.social ul li .instagram {
  background-image: url(../images/ico-instagram.svg);
}
/* line 33, ../sass/_social.scss */
.social ul li .email {
  background-image: url(../images/ico-email.svg);
}
@media (max-width: 425px) {
  /* line 13, ../sass/_social.scss */
  .social ul li {
    margin-right: 15px;
  }
}

/* --- Logo sidebar --- */
/* line 3, ../sass/_sidebar.scss */
.side_bar {
  position: fixed;
  width: 100%;
  height: 1px;
  z-index: 9999;
  top: 0;
}
/* line 9, ../sass/_sidebar.scss */
.side_bar .container {
  height: 1px;
  position: relative;
}
/* line 12, ../sass/_sidebar.scss */
.side_bar .container .content {
  width: 145px;
  position: relative;
  display: inline-block;
  height: 1px;
  float: left;
}
/* line 18, ../sass/_sidebar.scss */
.side_bar .container .content .logo {
  transition: all ease-in-out 0.3s;
  display: inline-block;
  width: 100%;
  height: 250px;
  background-image: url(../images/logo.svg);
  background-position: top left;
  background-repeat: no-repeat;
  margin-top: 10px;
}
/* line 28, ../sass/_sidebar.scss */
.side_bar .container .content .lang_select {
  margin-top: 15px;
}
/* line 31, ../sass/_sidebar.scss */
.side_bar .container .content .lang_select .wpml-ls-current-language {
  display: none;
}
/* line 35, ../sass/_sidebar.scss */
.side_bar .container .content .social {
  transition: all ease-in-out 0.3s;
  margin-top: 20px;
}
/* line 38, ../sass/_sidebar.scss */
.side_bar .container .content .social ul {
  list-style-type: none;
}
/* line 40, ../sass/_sidebar.scss */
.side_bar .container .content .social ul li {
  width: 100%;
  text-align: left;
}

/* --- Language select --- */
/* line 53, ../sass/_sidebar.scss */
.wpml-ls-legacy-list-vertical a {
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  overflow: hidden;
  border: solid 4px #1d1d1b !important;
  padding: 0px !important;
  margin-right: 15px;
  margin-bottom: 10px;
}
/* line 63, ../sass/_sidebar.scss */
.wpml-ls-legacy-list-vertical a .wpml-ls-flag {
  width: 100%;
  height: 100%;
}

/* --- responsive --- */
@media (max-width: 1024px) {
  /* line 77, ../sass/_sidebar.scss */
  .side_bar .container .content .lang_select {
    display: none;
  }
}
@media (max-width: 990px) {
  /* line 87, ../sass/_sidebar.scss */
  .side_bar {
    position: relative;
  }
  /* line 92, ../sass/_sidebar.scss */
  .side_bar .container .content .social {
    display: none;
  }
}
@media (max-width: 480px) {
  /* line 103, ../sass/_sidebar.scss */
  .side_bar {
    position: relative;
  }
  /* line 107, ../sass/_sidebar.scss */
  .side_bar .container .content .logo {
    height: 180px;
  }
}
/* --- Hoofdmenu --- */
/* line 3, ../sass/_mainmenu.scss */
.navbar {
  background: #fff;
  display: inline-block;
  padding: 20px;
  top: 0;
  right: 0;
  float: right;
  z-index: 12000;
  border-radius: 0px;
  position: fixed;
}
/* line 13, ../sass/_mainmenu.scss */
.navbar:after {
  content: "";
  position: absolute;
  bottom: -30px;
  height: 30px;
  background-image: url(../images/angle_white.svg);
  background-size: 100% 100%;
  transform: rotate(180deg);
  left: 0px;
  right: 0px;
  display: inline-block;
}
/* line 26, ../sass/_mainmenu.scss */
.navbar ul {
  float: right;
  list-style-type: none;
  margin-right: 70px;
  margin-top: 10px;
}
/* line 31, ../sass/_mainmenu.scss */
.navbar ul li {
  float: left;
  margin-right: 30px;
}
/* line 34, ../sass/_mainmenu.scss */
.navbar ul li a, .navbar ul li a:link {
  transition: all ease-in-out 0.3s;
  border-bottom: solid 4px transparent;
  font-weight: 600;
  color: #1d1d1b;
  font-size: 22px;
  text-decoration: none;
  padding: 0 0 10px;
  line-height: 24px;
}
/* line 44, ../sass/_mainmenu.scss */
.navbar ul li a:hover {
  border-bottom: solid 4px #f45f4f;
  background: transparent;
}
/* line 48, ../sass/_mainmenu.scss */
.navbar ul li:last-child {
  margin-right: 0px;
}
/* line 51, ../sass/_mainmenu.scss */
.navbar ul li .sub-menu {
  display: none;
  margin: 0 !important;
  background-color: #fff;
  position: absolute;
  width: 300px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  z-index: 99;
  padding: 30px;
}
/* line 60, ../sass/_mainmenu.scss */
.navbar ul li .sub-menu li {
  margin: 0 0 10px;
  width: 100%;
}
/* line 66, ../sass/_mainmenu.scss */
.navbar ul li:hover .sub-menu {
  display: block;
}
/* line 71, ../sass/_mainmenu.scss */
.navbar ul li.current-menu-item a {
  border-bottom: solid 4px #f45f4f;
  background: transparent;
}
/* line 77, ../sass/_mainmenu.scss */
.navbar ul li.current-menu-item .sub-menu li a {
  border-bottom: none;
}
/* line 79, ../sass/_mainmenu.scss */
.navbar ul li.current-menu-item .sub-menu li a:hover {
  border-bottom: solid 4px #f45f4f;
}
/* line 88, ../sass/_mainmenu.scss */
.navbar .search {
  display: inline-block;
  height: 50px;
  width: 50px;
  font-family: 'FontAwesome';
  border: solid 4px #f45f4f;
  border-radius: 50px;
  text-align: center;
  background-color: #f4f4f4;
  position: absolute;
  right: 20px;
  top: 20px;
}
/* line 100, ../sass/_mainmenu.scss */
.navbar .search i {
  position: absolute;
  top: 10px;
  color: #1d1d1b;
  right: 12px;
  cursor: pointer;
}
/* line 107, ../sass/_mainmenu.scss */
.navbar .search input {
  display: none;
}
/* line 110, ../sass/_mainmenu.scss */
.navbar .search.search_toggle {
  width: inherit;
  padding-left: 15px;
}
/* line 113, ../sass/_mainmenu.scss */
.navbar .search.search_toggle input {
  display: inline-block;
  width: 300px;
  margin-right: 50px;
  float: right;
  border: none;
  background-color: transparent;
  font-size: 20px;
  font-family: 'Proxima Nova';
  height: 42px;
}
/* line 126, ../sass/_mainmenu.scss */
.navbar .lang_select {
  display: none;
}

/* --- Hide menu on scroll --- */
/* line 134, ../sass/_mainmenu.scss */
.nav-up {
  transition: all ease-in-out 0.4s;
  top: -120px;
}

/* line 138, ../sass/_mainmenu.scss */
.nav-down {
  transition: all ease-in-out 0.4s;
  top: 0;
}

/* --- Social mobile --- */
/* line 145, ../sass/_mainmenu.scss */
.mobile_only {
  display: none;
}

/* --- responsive --- */
@media (max-width: 1024px) {
  /* --- Bootstrap hack --- */
  /* line 155, ../sass/_mainmenu.scss */
  .navbar-collapse.collapse {
    display: none !important;
  }

  /* line 158, ../sass/_mainmenu.scss */
  .navbar-collapse.collapse.in {
    display: block !important;
  }

  /* line 161, ../sass/_mainmenu.scss */
  .navbar-header .collapse, .navbar-toggle {
    display: block !important;
  }

  /* line 164, ../sass/_mainmenu.scss */
  .navbar-header {
    float: none;
  }

  /* --- Hide menu on scroll --- */
  /* line 170, ../sass/_mainmenu.scss */
  .nav-up, .nav-down {
    top: 0;
  }

  /* --- Styling --- */
  /* line 176, ../sass/_mainmenu.scss */
  .navbar {
    background: transparent;
    padding: 0;
    left: 0;
    /* --- Hamburger --- */
    /* --- Menu --- */
  }
  /* line 180, ../sass/_mainmenu.scss */
  .navbar:after {
    display: none;
  }
  /* line 184, ../sass/_mainmenu.scss */
  .navbar .lang_select {
    display: inline-block;
  }
  /* line 190, ../sass/_mainmenu.scss */
  .navbar .navbar-toggle {
    background-color: #f4f4f4;
    border: solid 4px #f45f4f;
    margin: 0px;
    border-radius: 0px;
    z-index: 9;
    cursor: pointer;
    position: fixed;
    right: 15px;
    top: 15px;
    height: 54px;
    width: 54px;
  }
  /* line 202, ../sass/_mainmenu.scss */
  .navbar .navbar-toggle .icon-bar {
    background-color: black;
    height: 4px;
    width: 26px;
  }
  /* line 207, ../sass/_mainmenu.scss */
  .navbar .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 6px;
  }
  /* line 211, ../sass/_mainmenu.scss */
  .navbar .navbar-toggle.collapse .icon-bar {
    background-color: black;
    height: 4px;
    width: 32px;
    position: absolute;
    transform: rotate(-45deg);
    transform-origin: center;
    margin: -1px 0px 0px -3px;
    padding: 0px;
  }
  /* line 221, ../sass/_mainmenu.scss */
  .navbar .navbar-toggle.collapse .icon-bar:nth-child(2) {
    display: none;
  }
  /* line 224, ../sass/_mainmenu.scss */
  .navbar .navbar-toggle.collapse .icon-bar:nth-child(4) {
    transform: rotate(45deg);
  }
  /* line 232, ../sass/_mainmenu.scss */
  .navbar #navbar {
    position: fixed;
    margin: 0;
    padding: 0px;
    min-height: 0px;
    width: 100%;
    height: 100% !important;
    background: #fff;
    left: 0;
    top: 0;
    background-image: url(../images/angle_yellow_reverse.svg);
    background-size: 60% 100%;
    background-repeat: no-repeat;
    background-position: right top;
    /* --- Search --- */
  }
  /* line 246, ../sass/_mainmenu.scss */
  .navbar #navbar .menu-hoofdmenu-container {
    overflow-y: scroll;
    height: 100%;
  }
  /* line 249, ../sass/_mainmenu.scss */
  .navbar #navbar .menu-hoofdmenu-container #menu-hoofdmenu {
    margin: 75px 0 190px;
    padding: 15px;
  }
  /* line 252, ../sass/_mainmenu.scss */
  .navbar #navbar .menu-hoofdmenu-container #menu-hoofdmenu li {
    display: inline-block;
    width: 100%;
  }
  /* line 255, ../sass/_mainmenu.scss */
  .navbar #navbar .menu-hoofdmenu-container #menu-hoofdmenu li a {
    display: inline-block;
    width: auto;
    margin: 5px 0;
    font-size: 22px;
  }
  /* line 261, ../sass/_mainmenu.scss */
  .navbar #navbar .menu-hoofdmenu-container #menu-hoofdmenu li .sub-menu {
    display: block;
    width: 100%;
    padding: 0;
    box-shadow: none;
    z-index: 0;
    position: relative;
    background-color: transparent;
    padding-left: 15px;
  }
  /* line 270, ../sass/_mainmenu.scss */
  .navbar #navbar .menu-hoofdmenu-container #menu-hoofdmenu li .sub-menu a {
    font-size: 18px;
    margin: 0;
    line-height: 20px;
  }
  /* line 282, ../sass/_mainmenu.scss */
  .navbar #navbar .search {
    top: 15px;
    right: 80px;
    position: fixed;
  }
  /* line 286, ../sass/_mainmenu.scss */
  .navbar #navbar .search input {
    max-width: 200px;
  }
  /* line 289, ../sass/_mainmenu.scss */
  .navbar #navbar .search.search_toggle {
    width: auto;
  }
  /* line 294, ../sass/_mainmenu.scss */
  .navbar #navbar .social {
    display: inline-block;
    margin: 0;
    background: #f45f4f;
    padding: 12px 0;
    position: fixed;
    bottom: 0;
    height: 60px;
  }
  /* line 295, ../sass/_mainmenu.scss */
  .navbar #navbar .social:before {
    content: '';
    position: absolute;
    height: 30px;
    background-image: url(../images/angle_red.svg);
    background-size: cover;
    background-position: left top;
    top: -30px;
    left: 0;
    right: 0;
  }
  /* line 313, ../sass/_mainmenu.scss */
  .navbar #navbar .social ul {
    float: none;
    margin: auto;
  }
  /* line 319, ../sass/_mainmenu.scss */
  .navbar #navbar .lang_select {
    padding: 15px 10px 100px;
    display: inline-block;
    width: 100%;
    position: absolute;
    bottom: 0;
    background-color: #d4ece7;
  }
  /* line 320, ../sass/_mainmenu.scss */
  .navbar #navbar .lang_select:before {
    content: '';
    position: absolute;
    height: 30px;
    background-image: url(../images/angle_green.svg);
    background-size: cover;
    background-position: left top;
    top: -30px;
    left: 0;
    right: 0;
  }
}
/* --- Hide / show elements --- */
/* line 49, ../sass/style.scss */
.tablet_hide {
  display: block;
}

/* line 52, ../sass/style.scss */
.tablet_show {
  display: none;
}

/* line 59, ../sass/style.scss */
#gdprc_bar .container .gdprc_actions .gdprc_button {
  padding: 0px;
  width: auto;
  min-height: initial;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1024px) {
  /* line 71, ../sass/style.scss */
  .tablet_hide {
    display: none;
  }

  /* line 74, ../sass/style.scss */
  .tablet_show {
    display: block;
  }
}
