@font-face {
  font-family: 'CenturyGothic';
  src: url("../fonts/CenturyGothic-Bold.eot");
  src: url("../fonts/CenturyGothic-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/CenturyGothic-Bold.woff") format("woff"), url("../fonts/CenturyGothic-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'CenturyGothic';
  src: url("../fonts/CenturyGothic-BoldItalic.eot");
  src: url("../fonts/CenturyGothic-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/CenturyGothic-BoldItalic.woff") format("woff"), url("../fonts/CenturyGothic-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'CenturyGothic';
  src: url("../fonts/CenturyGothic.eot");
  src: url("../fonts/CenturyGothic.eot?#iefix") format("embedded-opentype"), url("../fonts/CenturyGothic.woff") format("woff"), url("../fonts/CenturyGothic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'CenturyGothic';
  src: url("../fonts/CenturyGothic-Italic.eot");
  src: url("../fonts/CenturyGothic-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/CenturyGothic-Italic.woff") format("woff"), url("../fonts/CenturyGothic-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
/* line 2, ../scss/_menu.scss */
.menu {
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  /* line 2, ../scss/_menu.scss */
  .menu {
    background-color: #006ec7;
    top: 0px;
    left: 0px;
  }
}
/* line 11, ../scss/_menu.scss */
.menu .logo {
  display: block;
  float: left;
}
/* line 14, ../scss/_menu.scss */
.menu .logo a {
  overflow: hidden;
  position: relative;
  display: block;
  width: 100%;
}
@media (max-width: 767px) {
  /* line 19, ../scss/_menu.scss */
  .menu .logo a .tabletimage {
    display: none;
  }
}
/* line 24, ../scss/_menu.scss */
.menu .logo a .mobileimage {
  margin-top: 5px;
  margin-bottom: 5px;
  height: 60px;
  width: auto;
  display: none;
}
@media (max-width: 767px) {
  /* line 24, ../scss/_menu.scss */
  .menu .logo a .mobileimage {
    display: block;
  }
}
/* line 34, ../scss/_menu.scss */
.menu .logo a img {
  max-height: 120px;
  width: auto;
}
@media (max-width: 767px) {
  /* line 34, ../scss/_menu.scss */
  .menu .logo a img {
    margin: auto;
    display: block;
  }
}
@media (max-width: 767px) {
  /* line 11, ../scss/_menu.scss */
  .menu .logo {
    width: 100%;
    float: none;
  }
}
/* line 52, ../scss/_menu.scss */
.menu .hoofdmenu {
  display: none;
}
@media (min-width: 768px) {
  /* line 52, ../scss/_menu.scss */
  .menu .hoofdmenu {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
  }
}
/* line 61, ../scss/_menu.scss */
.menu .hoofdmenu ul {
  list-style: none;
  width: 100%;
  padding: 0px;
  margin: 0;
}
@media (max-width: 767px) {
  /* line 61, ../scss/_menu.scss */
  .menu .hoofdmenu ul {
    height: calc(100vh - 70px);
    -webkit-animation: fadein 1s;
    /* Safari and Chrome */
    -moz-animation: fadein 1s;
    /* Firefox */
    -ms-animation: fadein 1s;
    /* Internet Explorer */
    -o-animation: fadein 1s;
    /* Opera */
    animation: fadein 1s;
  }
}
/* line 76, ../scss/_menu.scss */
.menu .hoofdmenu ul li {
  list-style: none;
}
@media (max-width: 767px) {
  /* line 76, ../scss/_menu.scss */
  .menu .hoofdmenu ul li {
    border-bottom: solid 1px white;
    width: 80%;
    margin: auto;
    padding: 10px 0px;
    display: block;
    float: none;
    position: relative;
    height: auto;
  }
}
@media (min-width: 768px) {
  /* line 76, ../scss/_menu.scss */
  .menu .hoofdmenu ul li {
    max-width: 115px;
    height: 127px;
    float: left;
    display: inline-block;
  }
}
@media (min-width: 992px) {
  /* line 76, ../scss/_menu.scss */
  .menu .hoofdmenu ul li {
    min-width: 100px;
  }
}
/* line 101, ../scss/_menu.scss */
.menu .hoofdmenu ul li a {
  color: #7d7d7d;
  text-decoration: none;
  text-transform: lowercase;
  display: block;
  letter-spacing: -0.5pt;
  font-size: 5vw;
}
@media (max-width: 767px) {
  /* line 101, ../scss/_menu.scss */
  .menu .hoofdmenu ul li a {
    color: white;
  }
  /* line 104, ../scss/_menu.scss */
  .menu .hoofdmenu ul li a:hover {
    opacity: 0.65;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
@media (min-width: 420px) {
  /* line 101, ../scss/_menu.scss */
  .menu .hoofdmenu ul li a {
    font-size: 3.5vw;
  }
}
@media (min-width: 768px) {
  /* line 101, ../scss/_menu.scss */
  .menu .hoofdmenu ul li a {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    padding: 0px 10px;
    font-size: 1.6vw;
  }
  /* line 125, ../scss/_menu.scss */
  .menu .hoofdmenu ul li a:hover {
    color: #006ec7;
  }
}
@media (min-width: 992px) {
  /* line 101, ../scss/_menu.scss */
  .menu .hoofdmenu ul li a {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  /* line 135, ../scss/_menu.scss */
  .menu .hoofdmenu ul li a.current {
    color: #006ec7;
  }
}
/* line 142, ../scss/_menu.scss */
.menu .hoofdmenu ul li:last-child {
  border-bottom: none;
}
/* line 149, ../scss/_menu.scss */
.menu .toggle-mobiel {
  position: absolute;
  display: none;
  left: 0px;
  top: 0px;
  padding: 20px;
  width: 80px;
  height: 60px;
  color: white;
}
/* line 159, ../scss/_menu.scss */
.menu .toggle-mobiel .kruisje {
  width: 80px;
  height: 60px;
  padding: 35px 20px;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 167, ../scss/_menu.scss */
.menu .toggle-mobiel .kruisje:hover .lijntje {
  background-color: #e6e6e6;
}
/* line 173, ../scss/_menu.scss */
.menu .toggle-mobiel .lijntje {
  background: #fff;
  height: 1px;
  width: 20px;
  display: block;
  position: relative;
  z-index: 1;
  -moz-transition: -moz-transform 0.2s 0.2s;
  -o-transition: -o-transform 0.2s 0.2s;
  -webkit-transition: -webkit-transform 0.2s;
  -webkit-transition-delay: 0.2s;
  transition: transform 0.2s 0.2s;
}
/* line 183, ../scss/_menu.scss */
.menu .toggle-mobiel .lijntje.top {
  -moz-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
/* line 185, ../scss/_menu.scss */
.menu .toggle-mobiel .lijntje.top.gedraaid {
  -moz-transition: -moz-transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0.2s;
  -o-transition: -o-transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0.2s;
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  -webkit-transition-delay: 0.2s;
  transition: transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0.2s;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 190, ../scss/_menu.scss */
.menu .toggle-mobiel .lijntje.onderaan {
  -moz-transform: translateY(4px);
  -ms-transform: translateY(4px);
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
}
/* line 192, ../scss/_menu.scss */
.menu .toggle-mobiel .lijntje.onderaan.gedraaid {
  -moz-transition: -moz-transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0.2s;
  -o-transition: -o-transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0.2s;
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  -webkit-transition-delay: 0.2s;
  transition: transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0.2s;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (max-width: 767px) {
  /* line 149, ../scss/_menu.scss */
  .menu .toggle-mobiel {
    display: inline-block;
  }
}
/* line 202, ../scss/_menu.scss */
.menu .toggle-mobiel:hover {
  cursor: pointer;
}
/* line 205, ../scss/_menu.scss */
.menu .toggle-mobiel i {
  font-size: 24px;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Firefox */
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Safari and Chrome */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Opera */
@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* line 2, ../scss/_nieuwsitem.scss */
.nieuws {
  padding: 20px 0px;
}
/* line 4, ../scss/_nieuwsitem.scss */
.nieuws .nieuwsitem {
  clear: both;
  overflow: hidden;
  margin-bottom: 20px;
  margin-top: 80px;
}
@media (min-width: 640px) {
  /* line 4, ../scss/_nieuwsitem.scss */
  .nieuws .nieuwsitem {
    margin-bottom: 30px;
  }
}
@media (min-width: 730px) {
  /* line 4, ../scss/_nieuwsitem.scss */
  .nieuws .nieuwsitem {
    margin-bottom: 40px;
  }
}
/* line 17, ../scss/_nieuwsitem.scss */
.nieuws .nieuwsitem h2, .nieuws .nieuwsitem h3 {
  text-transform: none;
  margin-top: 0;
}
/* line 21, ../scss/_nieuwsitem.scss */
.nieuws .nieuwsitem h2 {
  font-size: 20px;
}
/* line 24, ../scss/_nieuwsitem.scss */
.nieuws .nieuwsitem h3 {
  color: #7d7d7d;
  font-style: normal;
  font-weight: bold;
}
@media (max-width: 730px) {
  /* line 24, ../scss/_nieuwsitem.scss */
  .nieuws .nieuwsitem h3 {
    margin-bottom: 0;
  }
}
/* line 33, ../scss/_nieuwsitem.scss */
.nieuws .nieuwsitem .titel {
  color: #7d7d7d;
  font-weight: bold;
  font-size: 22px;
}
/* line 38, ../scss/_nieuwsitem.scss */
.nieuws .nieuwsitem .titel h2 {
  margin-bottom: 0px;
}
/* line 43, ../scss/_nieuwsitem.scss */
.nieuws .nieuwsitem .datum {
  color: #1c5d8a;
  font-style: italic;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 15px;
}
@media (min-width: 640px) {
  /* line 43, ../scss/_nieuwsitem.scss */
  .nieuws .nieuwsitem .datum {
    margin-bottom: 20px;
  }
}
/* line 59, ../scss/_nieuwsitem.scss */
.nieuws .nieuwsitem .leesverder a {
  text-decoration: none;
}
/* line 61, ../scss/_nieuwsitem.scss */
.nieuws .nieuwsitem .leesverder a:hover {
  text-decoration: underline;
}
@media (max-width: 730px) {
  /* line 67, ../scss/_nieuwsitem.scss */
  .nieuws .nieuwsitem .fotos {
    padding-top: 40px;
  }
}
/* line 71, ../scss/_nieuwsitem.scss */
.nieuws .nieuwsitem .fotos img {
  width: 100%;
}
/* line 76, ../scss/_nieuwsitem.scss */
.nieuws .nieuwsitem .socialiconen {
  max-height: 40px;
}
/* line 80, ../scss/_nieuwsitem.scss */
.nieuws .nieuwsitem.eerste {
  margin-top: 30px;
}
/* line 85, ../scss/_nieuwsitem.scss */
.nieuws .nieuwsitem.homepage img {
  float: right;
  margin-left: 15px;
  height: auto;
}
@media (max-width: 767px) {
  /* line 85, ../scss/_nieuwsitem.scss */
  .nieuws .nieuwsitem.homepage img {
    width: 25%;
  }
}

/* line 97, ../scss/_nieuwsitem.scss */
.nieuwspagina {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIvPjxzdG9wIG9mZnNldD0iMjBweCIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f1f1f1), color-stop(20px, #ffffff), color-stop(100%, #ffffff));
  background-image: -moz-linear-gradient(#f1f1f1, #ffffff 20px, #ffffff);
  background-image: -webkit-linear-gradient(#f1f1f1, #ffffff 20px, #ffffff);
  background-image: linear-gradient(#f1f1f1, #ffffff 20px, #ffffff);
}

/* line 1, ../scss/_snippets.scss */
.snippet {
  clear: both;
  overflow: hidden;
}
/* line 6, ../scss/_snippets.scss */
.snippet img {
  float: right;
  width: 35%;
  margin-left: 15px;
  margin-top: 2px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  /* line 13, ../scss/_snippets.scss */
  .snippet img.links {
    float: left;
    margin-left: 0px;
    margin-right: 15px;
    width: 45%;
  }
}
/* line 23, ../scss/_snippets.scss */
.snippet .titel {
  color: #7d7d7d;
  font-weight: bold;
  font-size: 22px;
  padding: 25px 0px;
}
/* line 29, ../scss/_snippets.scss */
.snippet .titel h2 {
  font-size: 24px;
}
/* line 33, ../scss/_snippets.scss */
.snippet .titel.leeg {
  height: 40px;
  overflow: hidden;
}
/* line 37, ../scss/_snippets.scss */
.snippet .datum {
  color: #1c5d8a;
  font-style: italic;
  font-weight: bold;
}
@media (max-width: 767px) {
  /* line 43, ../scss/_snippets.scss */
  .snippet .tekst {
    font-size: 12px;
  }
}
/* line 50, ../scss/_snippets.scss */
.snippet .leesverder a {
  text-decoration: none;
}
/* line 52, ../scss/_snippets.scss */
.snippet .leesverder a:hover {
  text-decoration: underline;
}
/* line 57, ../scss/_snippets.scss */
.snippet .fotos {
  padding-left: 0px;
  padding-right: 0px;
}
@media (max-width: 767px) {
  /* line 57, ../scss/_snippets.scss */
  .snippet .fotos {
    float: right;
    width: 25%;
  }
}
/* line 62, ../scss/_snippets.scss */
.snippet .fotos.links {
  float: left;
}
@media (min-width: 640px) {
  /* line 57, ../scss/_snippets.scss */
  .snippet .fotos {
    padding-top: 60px;
  }
}
/* line 71, ../scss/_snippets.scss */
.snippet .fotos img {
  width: 100%;
}
/* line 77, ../scss/_snippets.scss */
.snippet.lijntje {
  border-bottom: solid 2px #e0e0e0;
}

/* line 82, ../scss/_snippets.scss */
.snippet.row {
  padding: 0px 0px;
  padding-bottom: 30px;
}

/* line 88, ../scss/_snippets.scss */
.homepage .snippet .fotos {
  padding-top: 0px;
}

/* line 2, ../scss/_carousel.scss */
.carousel {
  overflow: hidden;
}
/* line 5, ../scss/_carousel.scss */
.carousel .item {
  overflow: hidden;
  max-height: 450px;
}
/* line 8, ../scss/_carousel.scss */
.carousel .item img {
  width: 100%;
  height: auto;
}
/* line 14, ../scss/_carousel.scss */
.carousel .carousel-control {
  background-image: url("../img/down.png");
  background-size: 50px 50px;
  width: 15%;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1;
}
@media (min-width: 640px) {
  /* line 14, ../scss/_carousel.scss */
  .carousel .carousel-control {
    background-size: 70px 70px;
    width: 33%;
  }
}
/* line 27, ../scss/_carousel.scss */
.carousel .carousel-control.links {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
/* line 31, ../scss/_carousel.scss */
.carousel .carousel-control.rechts {
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
/* line 35, ../scss/_carousel.scss */
.carousel .carousel-control.klein {
  background-size: 25px 25px;
  width: 20%;
}

/* line 41, ../scss/_carousel.scss */
.carousel.fullpage {
  max-height: 450px;
}

/* line 1, ../scss/_vacatures.scss */
.vacaturepagina {
  padding: 20px 0px;
}
@media (min-width: 640px) {
  /* line 1, ../scss/_vacatures.scss */
  .vacaturepagina {
    padding-top: 40px;
  }
}
/* line 7, ../scss/_vacatures.scss */
.vacaturepagina h1.grijs.groot {
  margin-top: 30px;
  font-size: 28px;
  color: #7d7d7d;
  font-style: italic;
}
/* line 13, ../scss/_vacatures.scss */
.vacaturepagina ul {
  margin-top: 20px;
  list-style-type: none;
}
/* line 16, ../scss/_vacatures.scss */
.vacaturepagina ul li:before {
  content: "- ";
}
/* line 21, ../scss/_vacatures.scss */
.vacaturepagina h2 {
  text-transform: none;
}

/* line 1, ../scss/_fullpage.scss */
.fullpage {
  display: flex;
  flex-flow: column;
}
@media (min-width: 768px) {
  /* line 1, ../scss/_fullpage.scss */
  .fullpage {
    height: 100vh;
  }
}
@media (min-width: 768px) {
  /* line 1, ../scss/_fullpage.scss */
  .fullpage {
    display: flex;
  }
}
/* line 11, ../scss/_fullpage.scss */
.fullpage .bg-image {
  z-index: -1;
  position: absolute;
  top: 0px;
  left: 0px;
  background-image: url("../img/background-progressive.jpg");
  background-size: cover;
  width: 100%;
  height: calc(100% - 120px);
  display: none;
}
@media (max-width: 767px) {
  /* line 11, ../scss/_fullpage.scss */
  .fullpage .bg-image {
    display: none;
  }
}
@media (min-width: 768px) {
  /* line 11, ../scss/_fullpage.scss */
  .fullpage .bg-image {
    display: block;
  }
}
/* line 30, ../scss/_fullpage.scss */
.fullpage .homepage {
  flex: 2;
  overflow: auto;
  display: none;
}
@media (min-width: 768px) {
  /* line 30, ../scss/_fullpage.scss */
  .fullpage .homepage {
    display: block;
  }
}
@media (min-width: 768px) {
  /* line 40, ../scss/_fullpage.scss */
  .fullpage .menu {
    height: 120px;
  }
}
/* line 45, ../scss/_fullpage.scss */
.fullpage .homepage {
  color: white;
  overflow: hidden;
  position: relative;
}
/* line 49, ../scss/_fullpage.scss */
.fullpage .homepage .content-block {
  position: absolute;
  top: 45%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 54, ../scss/_fullpage.scss */
.fullpage .homepage .content-block .logo-groot {
  margin: auto;
  display: block;
  width: 100%;
  max-width: 500px;
  height: auto;
  /* position: absolute;
  left: 50%;
  top: 20%;
  @include transform(translateX(-50%)); */
}
/* line 65, ../scss/_fullpage.scss */
.fullpage .homepage .content-block .intro-tekst {
  /* position: absolute;
  top: 37%;
  left: 50%;
  @include transform(translateX(-50%)); */
}
/* line 70, ../scss/_fullpage.scss */
.fullpage .homepage .content-block .intro-tekst h1 {
  font-family: 'CenturyGothic';
  font-weight: normal;
  width: 100%;
  text-align: center;
  color: white;
  text-decoration: none;
  font-style: normal;
}
/* line 79, ../scss/_fullpage.scss */
.fullpage .homepage .content-block .intro-tekst p {
  font-family: 'CenturyGothic';
  font-weight: lighter;
  width: 100%;
  max-width: 600px;
  text-align: center;
  margin: auto;
  display: block;
}
/* line 90, ../scss/_fullpage.scss */
.fullpage .homepage .button-down {
  display: block;
  position: absolute;
  left: 50%;
  top: calc(90% );
  cursor: pointer;
  background-image: url("../img/down.png");
  background-size: 100% 100%;
  -moz-transform: translate(-50%, -80%);
  -ms-transform: translate(-50%, -80%);
  -webkit-transform: translate(-50%, -80%);
  transform: translate(-50%, -80%);
  width: 50px;
  height: 50px;
            /* @include breakpoint(laptop) {
		    width: 101px;
		    height: 101px;
		  } */
}
@media (min-width: 768px) {
  /* line 90, ../scss/_fullpage.scss */
  .fullpage .homepage .button-down {
    width: 71px;
    height: 71px;
  }
}

/* line 115, ../scss/_fullpage.scss */
#nieuwsbegin {
  padding-top: 40px;
}

/* line 120, ../scss/_fullpage.scss */
.nieuwsfullpage {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIvPjxzdG9wIG9mZnNldD0iNCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f1f1f1), color-stop(4%, #ffffff), color-stop(100%, #ffffff));
  background-image: -moz-linear-gradient(#f1f1f1, #ffffff 4%, #ffffff);
  background-image: -webkit-linear-gradient(#f1f1f1, #ffffff 4%, #ffffff);
  background-image: linear-gradient(#f1f1f1, #ffffff 4%, #ffffff);
  /* @include breakpoint(bootstrap-sm) {
      @include background-image(linear-gradient($grijzestart, white 4%, white));    
  } */
  overflow: hidden;
}

/* line 130, ../scss/_fullpage.scss */
.homepage .snippet-full {
  padding-top: 40px;
  padding-bottom: 40px;
}
/* line 135, ../scss/_fullpage.scss */
.homepage .snippet-full:nth-child(odd) {
  background-color: #f8f8f8;
}
/* line 138, ../scss/_fullpage.scss */
.homepage a.blok {
  margin-top: 20px;
}
@media (min-width: 768px) {
  /* line 138, ../scss/_fullpage.scss */
  .homepage a.blok {
    position: relative;
    margin-top: none;
  }
}

/* Magnific Popup CSS */
/* line 2, ../scss/_magnific-popup.scss */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/* line 14, ../scss/_magnific-popup.scss */
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

/* line 24, ../scss/_magnific-popup.scss */
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 36, ../scss/_magnific-popup.scss */
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

/* line 42, ../scss/_magnific-popup.scss */
.mfp-align-top .mfp-container:before {
  display: none;
}

/* line 45, ../scss/_magnific-popup.scss */
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

/* line 53, ../scss/_magnific-popup.scss */
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

/* line 58, ../scss/_magnific-popup.scss */
.mfp-ajax-cur {
  cursor: progress;
}

/* line 61, ../scss/_magnific-popup.scss */
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

/* line 66, ../scss/_magnific-popup.scss */
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

/* line 72, ../scss/_magnific-popup.scss */
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

/* line 75, ../scss/_magnific-popup.scss */
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 83, ../scss/_magnific-popup.scss */
.mfp-loading.mfp-figure {
  display: none;
}

/* line 86, ../scss/_magnific-popup.scss */
.mfp-hide {
  display: none !important;
}

/* line 89, ../scss/_magnific-popup.scss */
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

/* line 99, ../scss/_magnific-popup.scss */
.mfp-preloader a {
  color: #CCC;
}

/* line 101, ../scss/_magnific-popup.scss */
.mfp-preloader a:hover {
  color: #FFF;
}

/* line 104, ../scss/_magnific-popup.scss */
.mfp-s-ready .mfp-preloader {
  display: none;
}

/* line 107, ../scss/_magnific-popup.scss */
.mfp-s-error .mfp-content {
  display: none;
}

/* line 110, ../scss/_magnific-popup.scss */
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 124, ../scss/_magnific-popup.scss */
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 128, ../scss/_magnific-popup.scss */
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

/* line 144, ../scss/_magnific-popup.scss */
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 148, ../scss/_magnific-popup.scss */
.mfp-close:active {
  top: 1px;
}

/* line 151, ../scss/_magnific-popup.scss */
.mfp-close-btn-in .mfp-close {
  color: #333;
}

/* line 154, ../scss/_magnific-popup.scss */
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

/* line 162, ../scss/_magnific-popup.scss */
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

/* line 171, ../scss/_magnific-popup.scss */
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

/* line 182, ../scss/_magnific-popup.scss */
.mfp-arrow:active {
  margin-top: -54px;
}

/* line 184, ../scss/_magnific-popup.scss */
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 188, ../scss/_magnific-popup.scss */
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

/* line 202, ../scss/_magnific-popup.scss */
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

/* line 207, ../scss/_magnific-popup.scss */
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

/* line 213, ../scss/_magnific-popup.scss */
.mfp-arrow-left {
  left: 0;
}

/* line 215, ../scss/_magnific-popup.scss */
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

/* line 219, ../scss/_magnific-popup.scss */
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

/* line 224, ../scss/_magnific-popup.scss */
.mfp-arrow-right {
  right: 0;
}

/* line 226, ../scss/_magnific-popup.scss */
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

/* line 230, ../scss/_magnific-popup.scss */
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}

/* line 234, ../scss/_magnific-popup.scss */
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

/* line 237, ../scss/_magnific-popup.scss */
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

/* line 241, ../scss/_magnific-popup.scss */
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

/* line 244, ../scss/_magnific-popup.scss */
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

/* line 249, ../scss/_magnific-popup.scss */
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
/* line 260, ../scss/_magnific-popup.scss */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
/* line 273, ../scss/_magnific-popup.scss */
.mfp-figure {
  line-height: 0;
}

/* line 275, ../scss/_magnific-popup.scss */
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

/* line 288, ../scss/_magnific-popup.scss */
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

/* line 293, ../scss/_magnific-popup.scss */
.mfp-figure figure {
  margin: 0;
}

/* line 296, ../scss/_magnific-popup.scss */
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

/* line 304, ../scss/_magnific-popup.scss */
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

/* line 311, ../scss/_magnific-popup.scss */
.mfp-image-holder .mfp-content {
  max-width: 100%;
}

/* line 314, ../scss/_magnific-popup.scss */
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  /* line 321, ../scss/_magnific-popup.scss */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  /* line 324, ../scss/_magnific-popup.scss */
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  /* line 326, ../scss/_magnific-popup.scss */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  /* line 329, ../scss/_magnific-popup.scss */
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  /* line 332, ../scss/_magnific-popup.scss */
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  /* line 342, ../scss/_magnific-popup.scss */
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  /* line 344, ../scss/_magnific-popup.scss */
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  /* line 347, ../scss/_magnific-popup.scss */
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  /* line 359, ../scss/_magnific-popup.scss */
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  /* line 362, ../scss/_magnific-popup.scss */
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  /* line 365, ../scss/_magnific-popup.scss */
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  /* line 368, ../scss/_magnific-popup.scss */
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* line 372, ../scss/_magnific-popup.scss */
.mfp-ie7 .mfp-img {
  padding: 0;
}

/* line 375, ../scss/_magnific-popup.scss */
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

/* line 382, ../scss/_magnific-popup.scss */
.mfp-ie7 .mfp-container {
  padding: 0;
}

/* line 385, ../scss/_magnific-popup.scss */
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

/* line 388, ../scss/_magnific-popup.scss */
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/* line 1, ../scss/_form.scss */
form {
  margin-bottom: 20px;
}
@media (min-width: 640px) {
  /* line 4, ../scss/_form.scss */
  form .col-sm-6 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
/* line 13, ../scss/_form.scss */
form label {
  width: 100%;
  color: #7d7d7d;
  text-transform: lowercase;
  font-weight: normal;
}
/* line 19, ../scss/_form.scss */
form input, form textarea {
  border: solid 1px transparent;
  background-color: #f8f8f8;
  padding: 1px;
  margin-bottom: 7px;
  width: 100%;
}
/* line 61, ../../../../../../../../usr/local/rvm/gems/ruby-2.3.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
form input:-moz-placeholder, form textarea:-moz-placeholder {
  color: #bfbfbf;
  text-transform: lowercase;
}
/* line 64, ../../../../../../../../usr/local/rvm/gems/ruby-2.3.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
form input::-moz-placeholder, form textarea::-moz-placeholder {
  color: #bfbfbf;
  text-transform: lowercase;
}
/* line 67, ../../../../../../../../usr/local/rvm/gems/ruby-2.3.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
form input:-ms-input-placeholder, form textarea:-ms-input-placeholder {
  color: #bfbfbf;
  text-transform: lowercase;
}
/* line 56, ../../../../../../../../usr/local/rvm/gems/ruby-2.3.0/gems/compass-core-1.0.3/stylesheets/compass/css3/_user-interface.scss */
form input::-webkit-input-placeholder, form textarea::-webkit-input-placeholder {
  color: #bfbfbf;
  text-transform: lowercase;
}
/* line 31, ../scss/_form.scss */
form input:focus, form textarea:focus {
  border: solid 1px #7d7d7d;
  outline: none;
}
/* line 35, ../scss/_form.scss */
form input.nietvolledig, form textarea.nietvolledig {
  border: solid 1px red;
}
/* line 42, ../scss/_form.scss */
form textarea {
  height: 100%;
  min-height: 150px;
}
@media (max-width: 730px) {
  /* line 42, ../scss/_form.scss */
  form textarea {
    margin-top: 20px;
  }
}
/* line 52, ../scss/_form.scss */
form input[type="file"] {
  display: none;
}
/* line 56, ../scss/_form.scss */
form button[type="submit"] {
  color: #006ec7;
  font-weight: bold;
  border: none;
  padding: 4px;
  background-color: white;
  min-width: 100px;
  width: 100%;
  height: 100%;
  font-size: 3vw;
}
/* line 65, ../scss/_form.scss */
form button[type="submit"]:focus {
  background-color: white;
  border: none;
  outline-color: white;
}
@media (min-width: 420px) {
  /* line 56, ../scss/_form.scss */
  form button[type="submit"] {
    font-size: 2.7vw;
  }
}
@media (min-width: 768px) {
  /* line 56, ../scss/_form.scss */
  form button[type="submit"] {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  /* line 56, ../scss/_form.scss */
  form button[type="submit"] {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  /* line 56, ../scss/_form.scss */
  form button[type="submit"] {
    font-size: 20px;
  }
}
/* line 90, ../scss/_form.scss */
form .captcha {
  background-color: #f8f8f8;
  padding: 2px;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 60px;
}
/* line 98, ../scss/_form.scss */
form .captcha .gelijk, form .captcha .knop {
  display: -webkit-flex;
  display: flex;
  height: 60px;
}
/* line 103, ../scss/_form.scss */
form .captcha div {
  padding: 0;
  position: relative;
}
/* line 108, ../scss/_form.scss */
form .captcha input {
  background-color: white;
  color: black;
  margin-bottom: 0;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 4px;
}
@media (max-width: 767px) {
  /* line 108, ../scss/_form.scss */
  form .captcha input {
    font-size: 14px;
  }
}
/* line 121, ../scss/_form.scss */
form .captcha .captcha-tekst {
  color: #7d7d7d;
}
@media (max-width: 767px) {
  /* line 121, ../scss/_form.scss */
  form .captcha .captcha-tekst {
    font-size: 10px;
  }
}
/* line 128, ../scss/_form.scss */
form .captcha .col-xs-5 {
  padding: 2px 5px;
}
/* line 131, ../scss/_form.scss */
form .captcha .col-sm-9 {
  padding-left: 3px;
}
/* line 134, ../scss/_form.scss */
form .captcha button[type="submit"] {
  background-color: #f8f8f8;
  color: #006ec7;
  text-transform: lowercase;
  width: 100%;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 141, ../scss/_form.scss */
form .captcha button[type="submit"]:hover {
  color: #7d7d7d;
}
/* line 146, ../scss/_form.scss */
form .captcha img {
  min-height: 48px;
  max-height: 56px;
  width: 100%;
  height: 100%;
}
/* line 154, ../scss/_form.scss */
form .bestandgeselecteerd {
  display: none;
  color: red;
  font-size: 12px;
  width: 100%;
}
/* line 160, ../scss/_form.scss */
form .bestandgeselecteerd.zichtbaar {
  display: block;
}

/* line 164, ../scss/_form.scss */
.contacttekst {
  padding-top: 15px;
  color: #7d7d7d;
  font-size: 18px;
}
@media (min-width: 768px) {
  /* line 164, ../scss/_form.scss */
  .contacttekst {
    padding-top: 18px;
  }
}
/* line 171, ../scss/_form.scss */
.contacttekst a {
  color: #7d7d7d;
}

@media (max-width: 767px) {
  /* line 176, ../scss/_form.scss */
  #uploadselector {
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) {
  /* line 184, ../scss/_form.scss */
  form.vacature textarea {
    min-height: 128px;
  }
}

/* line 192, ../scss/_form.scss */
.invoervelden, .motivatie {
  padding-left: 0px;
}

/* line 1, ../scss/_referentie.scss */
.referenties {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* line 5, ../scss/_referentie.scss */
.referenties h1 {
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  /* line 5, ../scss/_referentie.scss */
  .referenties h1 {
    padding-left: 15px;
  }
}
/* line 12, ../scss/_referentie.scss */
.referenties .referentie.col-sm-6 {
  display: -webkit-flex;
  display: flex;
  padding-left: 15px;
  margin-bottom: 35px;
  padding-bottom: 20px;
  position: relative;
}
/* line 28, ../scss/_referentie.scss */
.referenties .referentie.col-sm-6 a.leesmeer {
  font-size: 2.5vw;
}
@media (min-width: 768px) {
  /* line 28, ../scss/_referentie.scss */
  .referenties .referentie.col-sm-6 a.leesmeer {
    font-size: 13px;
  }
}

/* line 43, ../scss/_referentie.scss */
.referentie .titel {
  font-weight: normal;
  color: #7d7d7d;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  float: left;
}
@media (min-width: 640px) {
  /* line 43, ../scss/_referentie.scss */
  .referentie .titel {
    font-size: 22px;
  }
}
/* line 54, ../scss/_referentie.scss */
.referentie .buttons {
  text-align: right;
  padding-top: 10px;
}
@media (max-width: 767px) {
  /* line 54, ../scss/_referentie.scss */
  .referentie .buttons {
    width: 100%;
    clear: both;
    text-align: left;
    margin-bottom: 10px;
  }
}
/* line 66, ../scss/_referentie.scss */
.referentie .buttons img {
  max-height: 20px;
  max-width: calc(100% - 43px);
  float: left;
}
/* line 72, ../scss/_referentie.scss */
.referentie .buttons a {
  background-color: #006ec7;
  color: white;
  padding: 1px 10px;
  float: right;
  margin-top: 5px;
  font-size: 13px;
}
/* line 79, ../scss/_referentie.scss */
.referentie .buttons a i {
  margin-right: 5px;
}
/* line 82, ../scss/_referentie.scss */
.referentie .buttons a:hover {
  text-decoration: non;
}
/* line 88, ../scss/_referentie.scss */
.referentie .gegevens {
  clear: both;
}
@media (min-width: 768px) {
  /* line 88, ../scss/_referentie.scss */
  .referentie .gegevens {
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
  }
}
/* line 98, ../scss/_referentie.scss */
.referentie .gegevens .fotogroot {
  overflow: hidden;
}
@media (min-width: 768px) {
  /* line 98, ../scss/_referentie.scss */
  .referentie .gegevens .fotogroot {
    flex: 1;
    order: 1;
  }
}
/* line 108, ../scss/_referentie.scss */
.referentie .gegevens .fotoklein {
  overflow: hidden;
  margin-top: 10px;
}
@media (min-width: 768px) {
  /* line 108, ../scss/_referentie.scss */
  .referentie .gegevens .fotoklein {
    border: 0px none black;
  }
}
@media (min-width: 992px) {
  /* line 108, ../scss/_referentie.scss */
  .referentie .gegevens .fotoklein {
    border: 0px none #0a0a0a;
  }
}
@media (min-width: 768px) {
  /* line 108, ../scss/_referentie.scss */
  .referentie .gegevens .fotoklein {
    order: 2;
    margin-top: 0;
    overflow: visible;
  }
}
@media (max-width: 767px) {
  /* line 126, ../scss/_referentie.scss */
  .referentie .gegevens .fotoklein img {
    display: inline-block;
    width: calc(95% / 6);
    margin-right: 1%;
    margin-bottom: 1%;
    height: auto;
  }
}
@media (max-width: 767px) {
  /* line 134, ../scss/_referentie.scss */
  .referentie .gegevens .fotoklein img:nth-child(6n) {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  /* line 126, ../scss/_referentie.scss */
  .referentie .gegevens .fotoklein img {
    display: inline-block;
    margin-bottom: 2px;
    margin-right: 2px;
  }
}
/* line 150, ../scss/_referentie.scss */
.referentie .fotos {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
@media (min-width: 768px) {
  /* line 150, ../scss/_referentie.scss */
  .referentie .fotos {
    -webkit-flex-flow: column wrap;
    flex-flow: column wrap;
  }
}
/* line 157, ../scss/_referentie.scss */
.referentie .omschrijving {
  color: #7d7d7d;
  margin-top: 15px;
  margin-bottom: 40px;
  line-height: 14pt;
}
/* line 163, ../scss/_referentie.scss */
.referentie .carousel {
  float: left;
  clear: both;
}
@media (min-width: 730px) {
  /* line 168, ../scss/_referentie.scss */
  .referentie .carousel .controls {
    overflow: hidden;
  }
}
/* line 175, ../scss/_referentie.scss */
.referentie .carousel .carousel-control {
  background-size: 80%;
  background-image: url("../img/down.png");
  width: 10%;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1;
  max-width: 60px;
}
@media (min-width: 640px) {
  /* line 175, ../scss/_referentie.scss */
  .referentie .carousel .carousel-control {
    width: 15%;
  }
}
@media (min-width: 768px) {
  /* line 175, ../scss/_referentie.scss */
  .referentie .carousel .carousel-control {
    position: relative;
    width: 35px;
    text-align: right;
    height: 35px;
    display: block;
    float: right;
    background-image: url("../img/down-blauw.png");
  }
}
/* line 196, ../scss/_referentie.scss */
.referentie .carousel .carousel-control.links {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media (min-width: 768px) {
  /* line 196, ../scss/_referentie.scss */
  .referentie .carousel .carousel-control.links {
    left: -70px;
  }
}
/* line 203, ../scss/_referentie.scss */
.referentie .carousel .carousel-control.rechts {
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
@media (min-width: 768px) {
  /* line 203, ../scss/_referentie.scss */
  .referentie .carousel .carousel-control.rechts {
    right: -35px;
  }
}
/* line 210, ../scss/_referentie.scss */
.referentie .carousel .carousel-control.klein {
  background-size: 25px 25px;
  width: 20%;
}

/* line 219, ../scss/_referentie.scss */
.referentiesmall img {
  margin: auto;
  display: block;
}
/* line 224, ../scss/_referentie.scss */
.referentiesmall .titel {
  font-weight: normal;
  color: #006ec7;
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 22px;
  font-size: 3vw;
}
@media (min-width: 768px) {
  /* line 224, ../scss/_referentie.scss */
  .referentiesmall .titel {
    font-size: 18px;
  }
}
/* line 235, ../scss/_referentie.scss */
.referentiesmall .teaser {
  clear: both;
  font-size: 2.5vw;
  line-height: 2.5ex;
  max-height: 7.5ex;
  overflow: hidden;
}
@media (min-width: 768px) {
  /* line 235, ../scss/_referentie.scss */
  .referentiesmall .teaser {
    font-size: 13px;
  }
}
/* line 245, ../scss/_referentie.scss */
.referentiesmall .teaser p {
  margin-bottom: 0;
}

/* line 1, ../scss/_social.scss */
[id^="twitter-widget"] {
  top: 4px !important;
  position: relative !important;
}

/* line 6, ../scss/_social.scss */
span.IN-widget {
  position: relative !important;
  top: 5px !important;
}

/* line 11, ../scss/_social.scss */
.fb-share-button {
  position: relative;
}

/* line 16, ../scss/_social.scss */
.sharebutton {
  display: inline-block;
  margin-right: 7px;
  overflow: hidden;
}

/* line 1, ../scss/_contact.scss */
.contact {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIvPjxzdG9wIG9mZnNldD0iMjBweCIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f1f1f1), color-stop(20px, #ffffff), color-stop(100%, #ffffff));
  background-image: -moz-linear-gradient(#f1f1f1, #ffffff 20px, #ffffff);
  background-image: -webkit-linear-gradient(#f1f1f1, #ffffff 20px, #ffffff);
  background-image: linear-gradient(#f1f1f1, #ffffff 20px, #ffffff);
  padding: 0px;
  padding-top: 20px;
}
/* line 6, ../scss/_contact.scss */
.contact h2 {
  text-transform: none;
  font-size: 25px;
}

/* line 14, ../scss/_contact.scss */
#map-canvas {
  width: 100%;
  margin: auto;
  height: 250px;
  margin-top: 40px;
  overflow: hidden;
}
@media (min-width: 768px) {
  /* line 14, ../scss/_contact.scss */
  #map-canvas {
    height: 500px;
    width: 100%;
  }
}

/* line 1, ../scss/_partners.scss */
.partners {
  width: 100%;
  overflow: hidden;
}
/* line 5, ../scss/_partners.scss */
.partners .partner {
  position: relative;
  height: 75px;
  width: 20%;
  display: block;
  float: left;
  padding: 0px 6px;
}
/* line 12, ../scss/_partners.scss */
.partners .partner img {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: auto;
  max-height: 100%;
}
/* line 20, ../scss/_partners.scss */
.partners .partner.extrapadding a, .partners .partner.extrapadding .nolink {
  padding: 10px 0px;
}
/* line 25, ../scss/_partners.scss */
.partners a, .partners .nolink {
  height: 75px;
  display: block;
}
@media (min-width: 768px) {
  /* line 30, ../scss/_partners.scss */
  .partners.tweerijen {
    position: relative;
    top: -20px;
  }
}

/* line 21, ../scss/custom.scss */
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  /* line 28, ../scss/custom.scss */
  body {
    font-size: 12px;
  }
}

/* line 35, ../scss/custom.scss */
body.noscroll {
  overflow: hidden !important;
  height: 100% !important;
}

/* line 41, ../scss/custom.scss */
html.noscroll {
  overflow: hidden !important;
  overflow-y: scroll !important;
  height: 100% !important;
}

/* line 48, ../scss/custom.scss */
.clear {
  clear: both;
}

/* line 52, ../scss/custom.scss */
.gansepagina {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  position: relative;
  background-color: #006ec7;
  color: white;
}
/* line 60, ../scss/custom.scss */
.gansepagina .tekstmiddenmidden {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  margin: auto;
  width: 100%;
  max-width: 300px;
  text-align: center;
}
/* line 67, ../scss/custom.scss */
.gansepagina .tekstmiddenmidden .contacttekstje {
  text-align: left;
  color: white;
}
/* line 70, ../scss/custom.scss */
.gansepagina .tekstmiddenmidden .contacttekstje a, .gansepagina .tekstmiddenmidden .contacttekstje a:hover {
  color: white;
}

/* line 78, ../scss/custom.scss */
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

/* line 85, ../scss/custom.scss */
body, html {
  min-height: 100%;
  max-width: 100%;
}

/* line 90, ../scss/custom.scss */
body {
  color: #7d7d7d;
  margin: 0px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  font-family: "ff-tisa-sans-web-pro";
}

/* line 98, ../scss/custom.scss */
h1, h2, h3, h4, h5 {
  font-family: "ff-tisa-sans-web-pro",sans-serif;
  font-style: italic;
  color: #006ec7;
}

/* line 104, ../scss/custom.scss */
h2 {
  color: #7d7d7d;
  font-style: normal;
  font-weight: bold;
  text-transform: lowercase;
}

/* line 111, ../scss/custom.scss */
h3 {
  font-weight: normal;
}

/* line 115, ../scss/custom.scss */
a {
  color: #006ec7;
  text-decoration: none;
}

/* line 121, ../scss/custom.scss */
a.blok, button.blok {
  background-color: #006ec7;
  color: white;
  padding: 15px 35px;
  text-transform: lowercase;
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
}
/* line 129, ../scss/custom.scss */
a.blok:hover, button.blok:hover {
  background-color: #7d7d7d;
  color: white;
}
@media (min-width: 768px) {
  /* line 121, ../scss/custom.scss */
  a.blok, button.blok {
    margin-top: 40px;
  }
}

/* line 138, ../scss/custom.scss */
button.blok {
  border: none;
}

/* line 142, ../scss/custom.scss */
footer {
  background-color: #006ec7;
  color: white;
  padding: 25px 0px;
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 768px) {
  /* line 142, ../scss/custom.scss */
  footer {
    line-height: 25pt;
  }
}
/* line 152, ../scss/custom.scss */
footer a {
  color: white;
}
/* line 154, ../scss/custom.scss */
footer a:hover {
  color: white;
}
/* line 159, ../scss/custom.scss */
footer .copyright {
  text-align: right;
  margin-right: 5px;
}
/* line 164, ../scss/custom.scss */
footer .scrolltop {
  position: absolute;
  top: 25px;
  right: 20px;
  background-color: white;
  color: #006ec7;
  width: 45px;
  height: 45px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
@media (min-width: 768px) {
  /* line 164, ../scss/custom.scss */
  footer .scrolltop {
    display: none;
  }
}
/* line 178, ../scss/custom.scss */
footer .scrolltop i {
  margin: auto;
  display: block;
  text-align: center;
}
/* line 183, ../scss/custom.scss */
footer .scrolltop:hover {
  cursor: pointer;
}
/* line 188, ../scss/custom.scss */
footer .max-container {
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* line 192, ../scss/custom.scss */
footer .max-container .magict {
  display: flex;
  flex-direction: column;
}
/* line 195, ../scss/custom.scss */
footer .max-container .magict .copyright {
  text-align: right;
}
@media (min-width: 768px) {
  /* line 195, ../scss/custom.scss */
  footer .max-container .magict .copyright {
    position: absolute;
    bottom: 0;
    right: 15px;
  }
}
/* line 203, ../scss/custom.scss */
footer .max-container .magict .copyright p {
  margin: 0;
  padding: 0;
  width: 100%;
  padding-top: 30px;
  line-height: 15pt;
}
@media (min-width: 768px) {
  /* line 203, ../scss/custom.scss */
  footer .max-container .magict .copyright p {
    padding-top: 0px;
    text-align: right;
  }
}

/* line 219, ../scss/custom.scss */
footer.flexibel {
  position: absolute;
  bottom: 0;
}

/* line 224, ../scss/custom.scss */
.max-container {
  width: 100%;
  max-width: 960px;
  margin: auto;
}
@media (max-width: 767px) {
  /* line 224, ../scss/custom.scss */
  .max-container {
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    width: 95%;
  }
}

/* line 235, ../scss/custom.scss */
.max-container.menu {
  width: 100%;
}

/* line 239, ../scss/custom.scss */
.content {
  padding: 30px 0px;
  overflow: hidden;
}

/* line 244, ../scss/custom.scss */
.pagina {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIvPjxzdG9wIG9mZnNldD0iMjBweCIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f1f1f1), color-stop(20px, #ffffff), color-stop(100%, #ffffff));
  background-image: -moz-linear-gradient(#f1f1f1, #ffffff 20px, #ffffff);
  background-image: -webkit-linear-gradient(#f1f1f1, #ffffff 20px, #ffffff);
  background-image: linear-gradient(#f1f1f1, #ffffff 20px, #ffffff);
  padding-top: 30px;
}
