@font-face {
  font-family: 'Prelo';
  src: url("../fonts/Prelo-Black.eot");
  src: url("../fonts/Prelo-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Prelo-Black.woff2") format("woff2"), url("../fonts/Prelo-Black.woff") format("woff"), url("../fonts/Prelo-Black.ttf") format("truetype"), url("../fonts/Prelo-Black.svg#Prelo-Black") format("svg");
  font-weight: 900;
  font-style: normal;
}
/* 	Media query breakpoint te gebruiken in combinatie met de breakpoint mixin
	vb: @include bp(max-width, $bp-medium) of @include bp(max-width, 800px)
*/
/* line 1, ../scss/_blocklayout.scss */
.contentblocks {
  margin: 0 auto;
}

/* line 5, ../scss/_blocklayout.scss */
.contentblock {
  float: left;
  width: 100%;
  margin: 40px 0 0 0;
}
/* line 10, ../scss/_blocklayout.scss */
.contentblock:first-child {
  margin-top: 0;
}
/* line 14, ../scss/_blocklayout.scss */
.contentblock:last-child {
  margin-bottom: 0;
}
/* line 18, ../scss/_blocklayout.scss */
.contentblock p:last-child {
  margin-bottom: 0;
}

/* line 23, ../scss/_blocklayout.scss */
.text-block {
  float: left;
  width: 100%;
}
/* line 27, ../scss/_blocklayout.scss */
.text-block h1, .text-block h2, .text-block h3, .text-block h4 {
  margin: 10px 0 0px;
}
/* line 30, ../scss/_blocklayout.scss */
.text-block h1:first-child, .text-block h2:first-child, .text-block h3:first-child, .text-block h4:first-child {
  margin-top: 0;
}
/* line 35, ../scss/_blocklayout.scss */
.text-block h3 {
  margin-bottom: 8px;
}
/* line 39, ../scss/_blocklayout.scss */
.text-block ul {
  float: left;
  width: 100%;
  padding-left: 35px;
}
/* line 44, ../scss/_blocklayout.scss */
.text-block ul li {
  float: left;
  width: 100%;
}

/* line 51, ../scss/_blocklayout.scss */
.video-block {
  float: left;
  width: 100%;
  height: 0;
  padding-top: 25px;
  padding-bottom: 57.5%;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 770px) {
  /* line 51, ../scss/_blocklayout.scss */
  .video-block {
    padding-top: 0;
  }
}
/* line 65, ../scss/_blocklayout.scss */
.video-block.vimeo {
  padding-top: 0;
}
/* line 68, ../scss/_blocklayout.scss */
.video-block.widescreen {
  padding-bottom: 57.25%;
}
/* line 72, ../scss/_blocklayout.scss */
.video-block embed,
.video-block iframe,
.video-block object,
.video-block video {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-overflow-scrolling: touch;
}

/* line 85, ../scss/_blocklayout.scss */
.image-block {
  float: left;
  width: 100%;
  line-height: 0;
}
/* line 90, ../scss/_blocklayout.scss */
.image-block img {
  width: 100%;
}

/* line 95, ../scss/_blocklayout.scss */
.album-block {
  float: left;
  width: 100%;
}
/* line 100, ../scss/_blocklayout.scss */
.album-block .thumbs {
  float: left;
  width: 100%;
}
/* line 104, ../scss/_blocklayout.scss */
.album-block .thumbs a {
  -moz-transition: opacity, 0.3s;
  -o-transition: opacity, 0.3s;
  -webkit-transition: opacity, 0.3s;
  transition: opacity, 0.3s;
  line-height: 0;
}
/* line 108, ../scss/_blocklayout.scss */
.album-block .thumbs a:hover {
  opacity: 0.8;
}
/* line 112, ../scss/_blocklayout.scss */
.album-block .thumbs a img {
  line-height: 0;
}
/* line 117, ../scss/_blocklayout.scss */
.album-block .thumbs .image-container {
  line-height: 0;
}
/* line 122, ../scss/_blocklayout.scss */
.album-block .gallery {
  float: left;
  width: 100%;
}
/* line 126, ../scss/_blocklayout.scss */
.album-block .gallery a {
  line-height: 0;
  -moz-transition: opacity, 0.3s;
  -o-transition: opacity, 0.3s;
  -webkit-transition: opacity, 0.3s;
  transition: opacity, 0.3s;
}
/* line 14, ../scss/mixin/_new-grid.scss */
.album-block .gallery a:nth-of-type(n) {
  float: left;
  clear: none;
  box-sizing: border-box;
  width: calc( ( (100% + 14px  ) / 2) - 14px);
  margin-right: 14px;
  margin-bottom: 14px;
}
/* line 28, ../scss/mixin/_new-grid.scss */
.album-block .gallery a:nth-of-type(2n) {
  margin-right: 0;
}
/* line 14, ../scss/mixin/_new-grid.scss */
.album-block .gallery .image-container:nth-of-type(n) {
  float: left;
  clear: none;
  box-sizing: border-box;
  width: calc( ( (100% + 14px  ) / 2) - 14px);
  margin-right: 14px;
  margin-bottom: 14px;
}
/* line 28, ../scss/mixin/_new-grid.scss */
.album-block .gallery .image-container:nth-of-type(2n) {
  margin-right: 0;
}
/* line 137, ../scss/_blocklayout.scss */
.album-block .indent {
  float: left;
  width: 100%;
}
/* line 141, ../scss/_blocklayout.scss */
.album-block .indent .images-left {
  float: left;
  width: calc(50% - 7px);
}
/* line 146, ../scss/_blocklayout.scss */
.album-block .indent .images-right {
  float: right;
  width: calc(50% - 7px);
  margin-top: 147px;
}
/* line 152, ../scss/_blocklayout.scss */
.album-block .indent a, .album-block .indent .image-container {
  float: left;
  width: 100%;
  margin-bottom: 14px;
}
/* line 159, ../scss/_blocklayout.scss */
.album-block .bloklayout {
  float: left;
  width: 100%;
}
/* line 163, ../scss/_blocklayout.scss */
.album-block .bloklayout .image-normal {
  float: left;
  width: calc(50% - 7px);
}
/* line 168, ../scss/_blocklayout.scss */
.album-block .bloklayout .image-normal:nth-child(3n - 1) {
  float: right;
  width: calc(50% - 7px);
}
/* line 173, ../scss/_blocklayout.scss */
.album-block .bloklayout .image-wide {
  float: left;
  width: 100%;
}
/* line 178, ../scss/_blocklayout.scss */
.album-block .bloklayout a, .album-block .bloklayout .image-container {
  margin-bottom: 14px;
}

/* line 184, ../scss/_blocklayout.scss */
.buttonssection {
  margin: 40px 10px 10px 0;
  float: left;
  clear: none;
  width: auto;
}
/* line 190, ../scss/_blocklayout.scss */
.buttonssection.firstbutton {
  margin-left: 0;
}
/* line 194, ../scss/_blocklayout.scss */
.buttonssection .button {
  clear: none;
  margin-right: auto;
  color: #fff;
}

@media only screen and (max-width: 770px) {
  /* line 202, ../scss/_blocklayout.scss */
  .buttonssection.firstbutton,
  .buttonssection {
    float: left;
    margin: 40px 10px -40px 0;
  }
}
@media only screen and (max-width: 680px) {
  /* line 210, ../scss/_blocklayout.scss */
  .contentblock {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 479px) {
  /* line 216, ../scss/_blocklayout.scss */
  .contentblock {
    margin-top: 40px;
  }

  /* line 220, ../scss/_blocklayout.scss */
  .buttonssection.firstbutton,
  .buttonssection {
    float: left;
    margin: 40px 10px -30px 0;
  }
  /* line 225, ../scss/_blocklayout.scss */
  .buttonssection.firstbutton .button,
  .buttonssection .button {
    padding: 10px 18px 8px;
  }
}
/* line 1, ../scss/_popups.scss */
.mfp-fade.mfp-bg {
  opacity: 0;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* line 5, ../scss/_popups.scss */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* line 9, ../scss/_popups.scss */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* line 15, ../scss/_popups.scss */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
/* line 21, ../scss/_popups.scss */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
/* line 26, ../scss/_popups.scss */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

/* line 32, ../scss/_popups.scss */
img.mfp-img {
  background: #fff;
  padding: 10px !important;
}

/* line 37, ../scss/_popups.scss */
.mfp-image-holder .mfp-close {
  right: 11px !important;
  width: 50% !important;
  top: 4px;
  opacity: 1 !important;
  text-shadow: rgba(0, 0, 0, 0.75) 0px 0px 3px;
}

/* line 45, ../scss/_popups.scss */
.mfp-bottom-bar {
  left: auto !important;
  right: 0;
  padding: 0 26px;
}
/* line 50, ../scss/_popups.scss */
.mfp-bottom-bar .mfp-title,
.mfp-bottom-bar .mfp-counter {
  color: #fff;
  text-shadow: black 0px 0px 4px;
}

/* line 57, ../scss/_popups.scss */
.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px 35px 40px;
  width: auto;
  max-width: 610px;
  padding: 45px;
  margin: 20px auto;
  display: table;
}
/* line 67, ../scss/_popups.scss */
.white-popup .styled-select {
  clear: both;
}
/* line 71, ../scss/_popups.scss */
.white-popup h3 {
  font-size: 26px;
  font-weight: 700;
  margin-top: 0;
  letter-spacing: -1px;
}
/* line 78, ../scss/_popups.scss */
.white-popup p {
  margin-bottom: 15px;
}
/* line 82, ../scss/_popups.scss */
.white-popup .tekst {
  float: left;
  width: 100%;
  margin-bottom: 15px;
  font-size: 15x;
}

/* line 1, ../scss/_base.scss */
* {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
}

/* line 6, ../scss/_base.scss */
*:focus {
  outline: none;
}

/* line 10, ../scss/_base.scss */
::selection {
  background-color: #f9b343;
  color: #fff;
}

/* line 15, ../scss/_base.scss */
html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* line 26, ../scss/_base.scss */
body {
  background: #fff;
  font-family: "poppins", sans-serif, "Arial", "Tahoma", "Verdana";
  font-size: 16px;
  color: #333;
  font-weight: 300;
  line-height: 180%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

/* line 39, ../scss/_base.scss */
hr {
  border: 0;
  border-bottom: 1px solid #ccc;
  margin: 24px 0;
  padding: 0;
  float: left;
  width: 100%;
}

/* line 48, ../scss/_base.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: "Prelo", sans-serif, "Arial", "Tahoma", "Verdana";
  font-size: 32px;
  line-height: 28px;
  font-weight: 700;
  margin: 15px 0;
  color: #000;
  float: left;
  width: 100%;
}

/* line 59, ../scss/_base.scss */
h2 {
  font-size: 46px;
  line-height: 40px;
}

/* line 64, ../scss/_base.scss */
h3 {
  font-size: 22px;
}

/* line 68, ../scss/_base.scss */
h4 {
  font-size: 18px;
}

/* line 72, ../scss/_base.scss */
h5 {
  font-size: 16px;
}

/* line 76, ../scss/_base.scss */
h6 {
  font-size: 14px;
}

/* line 80, ../scss/_base.scss */
a {
  text-decoration: none;
}
/* line 82, ../scss/_base.scss */
a:hover {
  text-decoration: underline;
}

/* line 87, ../scss/_base.scss */
p {
  margin: 10px 0 20px;
}

/* line 92, ../scss/_base.scss */
.text-container p:first-child {
  margin-top: 0;
}

/* line 97, ../scss/_base.scss */
img {
  max-width: 100%;
  height: auto;
  border: none;
}

/* line 103, ../scss/_base.scss */
strong {
  font-weight: 700;
}

/* line 107, ../scss/_base.scss */
input[type=text],
input[type=email],
input[type=tel],
input[type=url],
input[type=search],
input[type=submit],
input[type=password],
button,
texarea,
select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #ccc;
  padding: 13px 10px;
  font-family: "poppins", sans-serif, "Arial", "Tahoma", "Verdana";
}

/* line 126, ../scss/_base.scss */
.styled-select {
  float: left;
  width: 100%;
  max-width: 360px;
  overflow: hidden;
  background: url(../images/arrow_down.svg) no-repeat top 50% right 12px;
  background-size: 9px 6px;
  background-color: #fff;
}
/* line 135, ../scss/_base.scss */
.styled-select select {
  background: transparent;
  height: 100%;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-family: "poppins", sans-serif, "Arial", "Tahoma", "Verdana";
  width: 100%;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
@media only screen and (max-width: 770px) {
  /* line 135, ../scss/_base.scss */
  .styled-select select {
    font-size: 16px;
  }
}

/* line 150, ../scss/_base.scss */
button,
a.button,
.button {
  float: left;
  font-family: "Prelo", sans-serif, "Arial", "Tahoma", "Verdana";
  background-color: #f79f12;
  padding: 15px 30px 16px;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  border: none;
  text-align: center;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
/* line 168, ../scss/_base.scss */
button:hover,
a.button:hover,
.button:hover {
  background-color: #e89208;
}

/* line 1, ../scss/_layout.scss */
.container {
  float: left;
  width: 100%;
  margin: 0 auto;
}
/* line 2, ../scss/mixin/_clearfix.scss */
.container:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

/* line 8, ../scss/_layout.scss */
.layout {
  position: relative;
  float: none;
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
}

/* line 16, ../scss/_layout.scss */
.content {
  position: relative;
  float: none;
  width: 100%;
  max-width: 100%;
}

/* line 23, ../scss/_layout.scss */
.wide {
  float: left;
  width: 100%;
  max-width: 100%;
}

/* line 29, ../scss/_layout.scss */
.left {
  float: left;
  width: 72%;
}

/* line 34, ../scss/_layout.scss */
.sidebar {
  float: right;
  width: 20%;
}

/* line 39, ../scss/_layout.scss */
.text-container {
  width: 100%;
  max-width: 770px;
}

/* line 1, ../scss/_content.scss */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
/* line 13, ../scss/_content.scss */
#preloader .preload-logo {
  width: 110px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 3;
}
/* line 22, ../scss/_content.scss */
#preloader #status {
  width: auto;
  height: 40px;
  margin-left: 10px;
  margin-top: 5px;
  background-image: url(../images/preloader_zwart.svg);
  background-repeat: no-repeat;
  background-position: left center;
}
/* line 31, ../scss/_content.scss */
#preloader #status span {
  float: left;
  margin-left: 33px;
  margin-top: 5px;
  font-size: 17px;
  color: #000;
  font-weight: 400;
}
/* line 41, ../scss/_content.scss */
#preloader .back-left {
  position: relative;
  float: left;
  width: 50%;
  height: 100%;
  z-index: 2;
  background: #fff;
}
/* line 50, ../scss/_content.scss */
#preloader .back-right {
  position: relative;
  float: right;
  width: 50%;
  height: 100%;
  z-index: 2;
  background: #fff;
}
/* line 59, ../scss/_content.scss */
#preloader .fader {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.8;
  background: #000;
}

/* line 70, ../scss/_content.scss */
.index-desktop {
  display: block;
}
/* line 73, ../scss/_content.scss */
.index-desktop .layout {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
/* line 81, ../scss/_content.scss */
.index-desktop .logo {
  position: absolute;
  z-index: 10;
  top: 40px;
  left: 4%;
  width: 82px;
  height: 133px;
  height: auto;
  cursor: pointer;
  -moz-transition: left 0.5s;
  -o-transition: left 0.5s;
  -webkit-transition: left 0.5s;
  transition: left 0.5s;
  -webkit-transform: translateZ(0);
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
}
/* line 96, ../scss/_content.scss */
.index-desktop .logo .top, .index-desktop .logo .bottom {
  float: left;
  width: 82px;
}
/* line 102, ../scss/_content.scss */
.index-desktop .logo .bottom svg path {
  fill: #656B6D;
  -moz-transition: all 0.5s 0.25s;
  -o-transition: all 0.5s 0.25s;
  -webkit-transition: all 0.5s;
  -webkit-transition-delay: 0.25s;
  transition: all 0.5s 0.25s;
}
/* line 108, ../scss/_content.scss */
.index-desktop .logo .bottom.active svg path {
  fill: #fff;
}
/* line 115, ../scss/_content.scss */
.index-desktop .main {
  position: relative;
  top: 0;
  left: 0;
  float: left;
  width: 45%;
  z-index: 2;
  height: 100vh;
  /* Ipad / Iphone fix? height: calc(var(--vh, 1vh) * 100); */
  -webkit-transform: translateZ(0);
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
}
/* line 129, ../scss/_content.scss */
.index-desktop .main .top-info {
  position: absolute;
  right: 80px;
  top: 30px;
  z-index: 3;
}
/* line 135, ../scss/_content.scss */
.index-desktop .main .top-info a {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  float: left;
  margin-left: 30px;
}
/* line 142, ../scss/_content.scss */
.index-desktop .main .top-info a:fist-child {
  margin-left: 0;
}
/* line 147, ../scss/_content.scss */
.index-desktop .main .top-info .fas {
  float: left;
  margin: 6px 6px 0 0;
  font-size: 16px;
}
/* line 154, ../scss/_content.scss */
.index-desktop .main .nav-container {
  padding-left: 8%;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
  z-index: 2;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
/* line 169, ../scss/_content.scss */
.index-desktop .main .items-container {
  float: left;
  width: 80%;
  overflow: hidden;
  height: 250px;
}
@media only screen and (max-width: 1200px) {
  /* line 169, ../scss/_content.scss */
  .index-desktop .main .items-container {
    height: 320px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 169, ../scss/_content.scss */
  .index-desktop .main .items-container {
    height: 400px;
  }
}
/* line 182, ../scss/_content.scss */
.index-desktop .main .intro-items {
  float: left;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}
/* line 189, ../scss/_content.scss */
.index-desktop .main .intro-items li {
  float: left;
  width: 100%;
  height: 250px;
  display: flex;
  align-items: center;
  cursor: default;
}
@media only screen and (max-width: 1200px) {
  /* line 189, ../scss/_content.scss */
  .index-desktop .main .intro-items li {
    height: 320px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 189, ../scss/_content.scss */
  .index-desktop .main .intro-items li {
    height: 400px;
  }
}
/* line 205, ../scss/_content.scss */
.index-desktop .main .intro-items li .info {
  align-self: flex-start;
}
/* line 208, ../scss/_content.scss */
.index-desktop .main .intro-items li .info .text-info {
  float: left;
  width: 100%;
  max-height: 210px;
  overflow: hidden;
}
/* line 216, ../scss/_content.scss */
.index-desktop .main .intro-items li h2 {
  margin: 0 0 30px;
  line-height: 40px;
}
/* line 221, ../scss/_content.scss */
.index-desktop .main .intro-items li .tags {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  float: left;
  width: 100%;
  line-height: 17px;
  margin-bottom: 5px;
}
/* line 231, ../scss/_content.scss */
.index-desktop .main .intro-items li span {
  float: left;
  margin: 0;
}
/* line 235, ../scss/_content.scss */
.index-desktop .main .intro-items li span p {
  margin: 0;
  padding: 0;
}
/* line 241, ../scss/_content.scss */
.index-desktop .main .intro-items li .view-more {
  color: #f79f12;
  font-weight: 700;
  text-decoration: underline;
  cursor: pointer;
  font-size: 16px;
  float: left;
  margin-top: 15px;
}
/* line 253, ../scss/_content.scss */
.index-desktop .main .toon-projecten {
  position: absolute;
  bottom: 30px;
  right: 80px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
}
/* line 261, ../scss/_content.scss */
.index-desktop .main .toon-projecten.active {
  color: #f79f12;
}
/* line 264, ../scss/_content.scss */
.index-desktop .main .toon-projecten.active .fa-times {
  display: block;
}
/* line 268, ../scss/_content.scss */
.index-desktop .main .toon-projecten.active .fa-bars {
  display: none;
}
/* line 273, ../scss/_content.scss */
.index-desktop .main .toon-projecten .fas {
  float: left;
  font-size: 16px;
  margin-top: 6px;
  margin-right: 6px;
}
/* line 280, ../scss/_content.scss */
.index-desktop .main .toon-projecten .fa-times {
  display: none;
  font-size: 16px;
  margin-right: 7px;
}
/* line 288, ../scss/_content.scss */
.index-desktop .main .navbar-container {
  width: 28px;
  height: 100vh;
  position: absolute;
  right: 0;
  top: 0;
}
/* line 295, ../scss/_content.scss */
.index-desktop .main .navbar-container .item {
  cursor: pointer;
  font-size: 10px;
  color: #ccc;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
/* line 303, ../scss/_content.scss */
.index-desktop .main .navbar-container .item.active {
  color: #000;
  font-size: 11px;
  font-weight: 700;
}
/* line 309, ../scss/_content.scss */
.index-desktop .main .navbar-container .item .number {
  position: relative;
  float: left;
  text-align: right;
  padding-right: 10px;
}
/* line 318, ../scss/_content.scss */
.index-desktop .main .navbar {
  position: absolute;
  right: 0;
  top: 0;
  width: 6px;
  background: #f79f12;
  height: 0;
  box-shadow: 0px -1px 0px #f79f12;
}
/* line 329, ../scss/_content.scss */
.index-desktop .quickview {
  position: absolute;
  right: -6px;
  top: 0;
  z-index: 1;
  height: 100vh;
  width: 480px;
  -moz-transition: right 0.35s ease-in-out;
  -o-transition: right 0.35s ease-in-out;
  -webkit-transition: right 0.35s ease-in-out;
  transition: right 0.35s ease-in-out;
}
/* line 338, ../scss/_content.scss */
.index-desktop .quickview.active {
  right: -480px;
}
/* line 342, ../scss/_content.scss */
.index-desktop .quickview.active li.active .show-navbar .fa-minus {
  display: block;
}
/* line 346, ../scss/_content.scss */
.index-desktop .quickview.active li.active .show-navbar .fa-plus {
  display: none;
}
/* line 352, ../scss/_content.scss */
.index-desktop .quickview.small {
  /* right:-12px; */
}
/* line 355, ../scss/_content.scss */
.index-desktop .quickview.small li.active .show-navbar {
  background: #f79f12;
}
/* line 360, ../scss/_content.scss */
.index-desktop .quickview ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
/* line 368, ../scss/_content.scss */
.index-desktop .quickview li {
  float: left;
  position: relative;
  cursor: pointer;
  background: #f2f2f2;
  border-bottom: 1px solid #d6d6d6;
  /*
  @include display-flex();
  @include flex-direction(column);	
  @include justify-content(center);
  */
  -moz-transition: background 0.25s;
  -o-transition: background 0.25s;
  -webkit-transition: background 0.25s;
  transition: background 0.25s;
}
/* line 381, ../scss/_content.scss */
.index-desktop .quickview li .item-content {
  float: left;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
/* line 391, ../scss/_content.scss */
.index-desktop .quickview li.active {
  background: #f79f12;
  border-bottom: 1px solid #f79f12;
  box-shadow: 0px -1px 0px #f79f12;
  -moz-transition: background 0s;
  -o-transition: background 0s;
  -webkit-transition: background 0s;
  transition: background 0s;
}
/* line 397, ../scss/_content.scss */
.index-desktop .quickview li.active .title {
  color: #fff;
}
/* line 401, ../scss/_content.scss */
.index-desktop .quickview li.active .tags {
  color: #fff;
}
/* line 405, ../scss/_content.scss */
.index-desktop .quickview li.active .show-navbar {
  display: flex;
}
/* line 409, ../scss/_content.scss */
.index-desktop .quickview li.active:hover {
  background: #f79f12;
}
/* line 414, ../scss/_content.scss */
.index-desktop .quickview li:hover {
  background: #f7f7f7;
}
/* line 419, ../scss/_content.scss */
.index-desktop .quickview .title {
  font-weight: 700;
  font-size: 16px;
  font-family: "Prelo", sans-serif, "Arial", "Tahoma", "Verdana";
}
/* line 425, ../scss/_content.scss */
.index-desktop .quickview .tags {
  text-transform: uppercase;
  font-size: 12.5px;
  margin-top: -6px;
}
/* line 431, ../scss/_content.scss */
.index-desktop .quickview .show-navbar {
  position: absolute;
  right: -40px;
  padding: 10px;
  line-height: 16px;
  top: -1px;
  display: none;
  height: calc(100% + 2px);
  justify-content: center;
  align-items: center;
  right: -35px;
  -moz-transition: background 0.35s;
  -o-transition: background 0.35s;
  -webkit-transition: background 0.35s;
  transition: background 0.35s;
}
/* line 444, ../scss/_content.scss */
.index-desktop .quickview .show-navbar .fa-minus {
  display: none;
}
/* line 448, ../scss/_content.scss */
.index-desktop .quickview .show-navbar .fas {
  color: #fff;
  font-size: 18px;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
}
/* line 457, ../scss/_content.scss */
.index-desktop .details-button {
  position: absolute;
  right: 50%;
  top: calc(50vh - 30px);
  height: 60px;
  width: 60px;
  background: #f79f12;
  cursor: pointer;
  overflow: hidden;
  z-index: 2;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
/* line 474, ../scss/_content.scss */
.index-desktop .details-button:hover {
  background: #f9b343;
}
/* line 477, ../scss/_content.scss */
.index-desktop .details-button:hover:before {
  top: -13px;
  left: 5px;
  height: 50px;
}
/* line 484, ../scss/_content.scss */
.index-desktop .details-button.active {
  right: calc(45% - 30px);
}
/* line 487, ../scss/_content.scss */
.index-desktop .details-button.active .fas {
  left: -3px;
  top: 1px;
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
/* line 494, ../scss/_content.scss */
.index-desktop .details-button .fas {
  position: relative;
  color: #fff;
  font-size: 32px;
  left: 1px;
  top: -3px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* line 504, ../scss/_content.scss */
.index-desktop .portfolio-content {
  position: absolute;
  width: 100%;
  height: 100vh;
  float: left;
  left: 45%;
  z-index: 1;
  /* left:calc(45% - 480px) */
  -webkit-transform: translateZ(0);
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
}
/* line 517, ../scss/_content.scss */
.index-desktop .slides {
  float: left;
  width: 100%;
  position: relative;
  height: 100vh;
  z-index: 1;
}
/* line 524, ../scss/_content.scss */
.index-desktop .slides .content-slide,
.index-desktop .slides .slide {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
}
/* line 534, ../scss/_content.scss */
.index-desktop .slides .slide-image {
  float: left;
  position: relative;
  width: 55%;
  height: 100vh;
  background-color: #f2f2f2;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transform: translateZ(0);
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -moz-transition: filter 0.5s ease-in-out 0.25s;
  -o-transition: filter 0.5s ease-in-out 0.25s;
  -webkit-transition: filter 0.5s ease-in-out;
  -webkit-transition-delay: 0.25s;
  transition: filter 0.5s ease-in-out 0.25s;
}
@supports (-webkit-overflow-scrolling: touch) {
  /* line 534, ../scss/_content.scss */
  .index-desktop .slides .slide-image {
    filter: none;
    transition: none;
  }
}
/* line 554, ../scss/_content.scss */
.index-desktop .slides .slide-image.active {
  -webkit-filter: grayscale(15%);
  filter: grayscale(15%);
}
@supports (-webkit-overflow-scrolling: touch) {
  /* line 554, ../scss/_content.scss */
  .index-desktop .slides .slide-image.active {
    filter: none;
  }
}
/* line 566, ../scss/_content.scss */
.index-desktop .slides .slide-image .placeholder {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 45vh;
  font-size: 28px;
  color: #ccc;
  font-weight: 600;
}
/* line 577, ../scss/_content.scss */
.index-desktop .slides .slide-content {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  right: 0;
  top: 0;
  height: 100vh;
  background: #fff;
  width: 45%;
  padding: 100px 5% 100px 5%;
}
/* line 588, ../scss/_content.scss */
.index-desktop .slides .slide-content .text {
  width: 100%;
  max-width: 770px;
  float: left;
  min-height: 105%;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
/* line 603, ../scss/_content.scss */
.index-desktop .slides .slide-content h2 {
  margin-bottom: 20px;
}
/* line 607, ../scss/_content.scss */
.index-desktop .slides .slide-content a {
  color: #f79f12;
  text-decoration: underline;
}
/* line 612, ../scss/_content.scss */
.index-desktop .slides .slide-content a.button {
  color: #fff;
  text-decoration: none;
}
/* line 616, ../scss/_content.scss */
.index-desktop .slides .slide-content a.button span {
  display: inline-block;
  position: relative;
  z-index: 2;
}
/* line 622, ../scss/_content.scss */
.index-desktop .slides .slide-content a.button:after {
  content: '';
  background: #e38f08;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  z-index: 1;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
/* line 634, ../scss/_content.scss */
.index-desktop .slides .slide-content a.button:hover {
  text-decoration: none;
  background-color: #f8af39;
}
/* line 638, ../scss/_content.scss */
.index-desktop .slides .slide-content a.button:hover:after {
  width: 100%;
}
/* line 646, ../scss/_content.scss */
.index-desktop .privacy-link,
.index-desktop .toon-contact {
  position: absolute;
  bottom: 70px;
  left: 8%;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  z-index: 3;
  color: #242424;
}
/* line 657, ../scss/_content.scss */
.index-desktop .privacy-link .fas,
.index-desktop .toon-contact .fas {
  float: left;
  font-size: 16px;
  margin-top: 6px;
  margin-right: 6px;
}
/* line 665, ../scss/_content.scss */
.index-desktop .privacy-link {
  bottom: 30px;
}
/* line 669, ../scss/_content.scss */
.index-desktop .toon-contact-text {
  color: #f79f12;
  text-decoration: underline;
  cursor: pointer;
}
/* line 675, ../scss/_content.scss */
.index-desktop .privacy-popup,
.index-desktop .contact-us {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 700px;
  height: auto;
  background: #fff;
  color: #fff;
  padding: 60px 70px;
  opacity: 0;
  z-index: 12;
  top: 30vh;
  visibility: hidden;
  	/*
  	top: 50%;
  	@include transition(all 0.5s ease-out);
  	perspective-origin: bottom center;
      transform-origin: bottom center;
  	@include transform(translateY(-30px) perspective(1000px) rotateX(-90deg) translate(0,200%));
  	*/
}
/* line 698, ../scss/_content.scss */
.index-desktop .privacy-popup .adres,
.index-desktop .contact-us .adres {
  float: left;
  width: 50%;
  margin-bottom: 30px;
}
/* line 704, ../scss/_content.scss */
.index-desktop .privacy-popup .algemeen,
.index-desktop .contact-us .algemeen {
  float: left;
  width: 100%;
}
/* line 708, ../scss/_content.scss */
.index-desktop .privacy-popup .algemeen h2,
.index-desktop .contact-us .algemeen h2 {
  margin-bottom: 12px;
}
/* line 712, ../scss/_content.scss */
.index-desktop .privacy-popup .algemeen .fas,
.index-desktop .contact-us .algemeen .fas {
  margin-right: 10px;
}
/* line 717, ../scss/_content.scss */
.index-desktop .privacy-popup h2,
.index-desktop .contact-us h2 {
  font-size: 38px;
  letter-spacing: 1px;
  margin-bottom: 5px;
  margin-top: 0;
}
/* line 724, ../scss/_content.scss */
.index-desktop .privacy-popup .info,
.index-desktop .contact-us .info {
  float: left;
  width: 100%;
  color: #000;
}
/* line 730, ../scss/_content.scss */
.index-desktop .privacy-popup a,
.index-desktop .contact-us a {
  color: #000;
}
/* line 734, ../scss/_content.scss */
.index-desktop .privacy-popup .close-popup,
.index-desktop .contact-us .close-popup {
  position: absolute;
  top: 0;
  right: 0;
  color: #000;
  padding: 10px 15px;
  cursor: pointer;
}
/* line 745, ../scss/_content.scss */
.index-desktop .privacy-popup {
  height: 85vh;
  overflow-y: scroll;
  top: 15vh;
  width: 900px;
}
/* line 751, ../scss/_content.scss */
.index-desktop .privacy-popup .popup-content {
  color: #242424;
}
/* line 755, ../scss/_content.scss */
.index-desktop .privacy-popup .h1 {
  font-size: 32px;
  margin-bottom: 30px;
}
/* line 760, ../scss/_content.scss */
.index-desktop .privacy-popup h2 {
  font-size: 24px;
}
/* line 765, ../scss/_content.scss */
.index-desktop .content-fader {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  z-index: 11;
  background: rgba(0, 0, 0, 0.8);
  visibility: hidden;
  cursor: pointer;
}

/* line 779, ../scss/_content.scss */
.popup-message {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 700px;
  height: auto;
  background: #fff;
  color: #fff;
  padding: 60px 70px;
  opacity: 0;
  z-index: 12;
  top: 30vh;
  visibility: hidden;
}
/* line 794, ../scss/_content.scss */
.popup-message .algemeen {
  float: left;
  width: 100%;
}
/* line 798, ../scss/_content.scss */
.popup-message .algemeen h2 {
  margin-bottom: 12px;
}
/* line 802, ../scss/_content.scss */
.popup-message .algemeen .fas {
  margin-right: 10px;
}
/* line 807, ../scss/_content.scss */
.popup-message h2 {
  font-size: 38px;
  letter-spacing: 1px;
  margin-bottom: 5px;
  margin-top: 0;
}
/* line 814, ../scss/_content.scss */
.popup-message .info {
  float: left;
  width: 100%;
  color: #000;
}
/* line 820, ../scss/_content.scss */
.popup-message a {
  color: #000;
  text-decoration: underline;
  color: #f79f12;
}
/* line 826, ../scss/_content.scss */
.popup-message .close-popup {
  position: absolute;
  top: 0;
  right: 0;
  color: #000;
  padding: 10px 15px;
  cursor: pointer;
}

/* line 837, ../scss/_content.scss */
.contentpage.notfound .content {
  display: flex;
  height: 100%;
  justify-content: center;
  flex-direction: column;
  max-width: 1280px;
  margin: 0 auto;
  padding: 40px;
  text-align: center;
  margin-top: 20vh;
}
/* line 848, ../scss/_content.scss */
.contentpage.notfound .content h1 {
  font-size: 38px;
  line-height: 38px;
}
/* line 853, ../scss/_content.scss */
.contentpage.notfound .content a {
  color: #f79f12;
  text-decoration: underline;
}

/* line 860, ../scss/_content.scss */
body.pages {
  position: fixed;
  overflow: auto;
  height: auto;
  background: #f2f2f2;
}
/* line 866, ../scss/_content.scss */
body.pages .back-link {
  color: #f79f12;
  float: left;
  clear: both;
  margin-bottom: 30px;
  text-decoration: underline;
}
/* line 874, ../scss/_content.scss */
body.pages .layout {
  display: flex;
  margin: 0 auto;
  background: #fff;
  max-width: 1280px;
  padding: 40px 50px;
}
/* line 882, ../scss/_content.scss */
body.pages h1 {
  float: left;
  width: 100%;
  font-size: 46px;
  line-height: 40px;
  margin-bottom: 20px;
}
/* line 890, ../scss/_content.scss */
body.pages h2 {
  font-size: 28px;
  line-height: 26px;
  margin-top: 30px;
  margin-bottom: 20px;
}
/* line 897, ../scss/_content.scss */
body.pages p {
  display: inline-block;
}
/* line 901, ../scss/_content.scss */
body.pages ul {
  margin-top: 10px;
}

/* line 1, ../scss/_content-mobile.scss */
.index-mobile {
  display: none;
  /*
  .quickview {
      position: absolute;
      right:-6px;
      top: 0;
      z-index: 1;
      height: 100vh;
      width: 480px;
      @include transition(right 0.35s ease-in-out);
      
      &.active {
      	right:-480px;
      	
      	li.active .show-navbar {
      		.fa-minus {
      			display:block;
      		}
      		
      		.fa-plus {
      			display:none;
      		}
      	}
      }
      
  	ul {
  		list-style:none;
  		padding:0;
  		margin:0;
  		@include display-flex();	
  		@include flex-direction(column);	
  	}
  	
  	li {
  		float:left;
  		position:relative;
  		cursor:pointer;
  		background:#f2f2f2;
  		border-bottom:1px solid #d6d6d6;
  		@include transition(background 0.25s);
  		
  		.item-content {
  			float:left;
  			width:100%;
  			height:100%;
  			padding:0 20px;
  			@include display-flex();
  			@include flex-direction(column);	
  			@include justify-content(center);			
  		}
  		
  		&.active {
  			background:$primary;
  			border-bottom:1px solid $primary;
  			box-shadow: 0px -1px 0px #f79f12;
  			@include transition(background 0s);
  			
  			.title {
  				color:#fff;
  			}
  			
  			.tags {
  				color:#fff;
  			}
  			
  			.show-navbar {
  				display:block;
  			}
  			
  			&:hover {
  				background:$primary;
  			}
  		}
  		
  		&:hover {
  			background:#f7f7f7;
  		}
  	}
  	
  	.title {
  		font-weight:700;
  		font-size:16px;
  		font-family:$title_font;
  	}
  	
  	.tags {
  		text-transform:uppercase;
  		font-size:12.5px;
  		margin-top:-6px;
  	}
  	
  	.show-navbar {
  		position:absolute;
  		right:-40px;
  		padding:10px;
  		line-height: 16px;
  		top: 50%;
  		transform: translateY(-50%);
  		display:none;
  		
  		.fa-minus {
  			display:none;
  		}
  		
  		.fas {
  			color:#fff;
  			font-size:18px;
  			@include text-shadow(0px 0px 2px rgba(0,0,0,0.5));
  		}
  	}
  }
  */
  /*
  .details-button {
  	position:absolute;
  	right: 50%;
  	top:calc(50vh - 30px);
  	height:60px;
  	width:60px;
  	background:$primary;
  	cursor:pointer;
  	overflow:hidden;
  	z-index:2;
  	@include display-flex();
  	@include flex-direction(row);
  	@include align-items(center);
  	@include justify-content(center);
  	@include transform(rotate(45deg));
  	@include transition(all 0.35s ease-in-out);
  	
  	&:hover {
  		background:lighten($primary, 10%);;
  		
  		&:before {
  			top: -13px;
  			left: 5px;	
  			height: 50px;	
  		}
  	}
  	
  	&.active {
  		right:43.45%;
  		
  		.fas {
      		left: -3px;	
      		top: 1px;		
  			@include transform(rotate(135deg));
  		}
  	}
  	
  	.fas {
  		position:relative;
  		color:#fff;
  		font-size:32px;
  		left: 1px;
      	top: -3px;		
  		@include transform(rotate(-45deg));
  	}
  }
  */
}
/* line 4, ../scss/_content-mobile.scss */
.index-mobile .layout {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
/* line 12, ../scss/_content-mobile.scss */
.index-mobile .mobile-menu {
  position: fixed;
  z-index: 20;
  background: #fff;
  width: 100%;
  left: -100%;
  max-width: 80%;
  height: 100vh;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
}
/* line 24, ../scss/_content-mobile.scss */
.index-mobile .mobile-menu ul {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  min-height: 100vh;
  list-style: none;
}
@supports (-webkit-overflow-scrolling: touch) {
  /* line 24, ../scss/_content-mobile.scss */
  .index-mobile .mobile-menu ul {
    padding-bottom: 75px;
  }
}
/* line 39, ../scss/_content-mobile.scss */
.index-mobile .mobile-menu li {
  float: left;
  width: 100%;
  position: relative;
  cursor: pointer;
  border-bottom: 1px solid #eee;
}
/* line 46, ../scss/_content-mobile.scss */
.index-mobile .mobile-menu li .item-content {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
/* line 57, ../scss/_content-mobile.scss */
.index-mobile .mobile-menu li:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 8px;
  background: #f79f12;
  border-bottom: 1px solid #ffd28a;
  z-index: 2;
}
/* line 71, ../scss/_content-mobile.scss */
.index-mobile .mobile-menu li:last-child:before {
  border-bottom: 1px solid #f79f12;
}
/* line 76, ../scss/_content-mobile.scss */
.index-mobile .mobile-menu li.active {
  background: #f79f12;
}
/* line 79, ../scss/_content-mobile.scss */
.index-mobile .mobile-menu li.active .title,
.index-mobile .mobile-menu li.active .number {
  color: #fff;
}
/* line 86, ../scss/_content-mobile.scss */
.index-mobile .mobile-menu .title {
  float: left;
  width: 100%;
  padding: 0 10px 0 20px;
  font-weight: 700;
  font-size: 16px;
  line-height: 17px;
  font-family: "Prelo", sans-serif, "Arial", "Tahoma", "Verdana";
}
/* line 96, ../scss/_content-mobile.scss */
.index-mobile .mobile-menu .number {
  position: relative;
  float: left;
  text-align: right;
  font-size: 10px;
  padding-right: 10px;
  color: #ccc;
  width: 20px;
}
/* line 106, ../scss/_content-mobile.scss */
.index-mobile .mobile-menu .text {
  float: left;
  width: calc(100% - 20px);
}
/* line 111, ../scss/_content-mobile.scss */
.index-mobile .mobile-menu .privacy-link {
  float: left;
  width: 100%;
  padding: 0 10px 0 20px;
  font-weight: 700;
  font-size: 16px;
  line-height: 17px;
  font-family: "Prelo", sans-serif, "Arial", "Tahoma", "Verdana";
  color: #242424;
  padding: 16px 10px 15px 21px;
}
/* line 122, ../scss/_content-mobile.scss */
.index-mobile .mobile-menu .privacy-link .fa, .index-mobile .mobile-menu .privacy-link .fas {
  margin-right: 6px;
}
/* line 128, ../scss/_content-mobile.scss */
.index-mobile .logo {
  position: absolute;
  z-index: 10;
  top: 15px;
  left: 4%;
  width: 60px;
  height: auto;
  cursor: pointer;
  -moz-transition: left 0.5s;
  -o-transition: left 0.5s;
  -webkit-transition: left 0.5s;
  transition: left 0.5s;
  -webkit-transform: translateZ(0);
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
}
/* line 142, ../scss/_content-mobile.scss */
.index-mobile .logo .top, .index-mobile .logo .bottom {
  float: left;
  width: 60px;
}
/* line 147, ../scss/_content-mobile.scss */
.index-mobile .logo .bottom {
  line-height: 10px;
}
/* line 150, ../scss/_content-mobile.scss */
.index-mobile .logo .bottom svg path {
  fill: #454545;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
/* line 156, ../scss/_content-mobile.scss */
.index-mobile .logo .bottom.active svg path {
  fill: #fff;
}
/* line 163, ../scss/_content-mobile.scss */
.index-mobile .main {
  position: relative;
  top: 0;
  left: 0;
  float: left;
  width: 100%;
  z-index: 2;
  height: 100vh;
  /* Ipad / Iphone fix? height: calc(var(--vh, 1vh) * 100); */
  -webkit-transform: translateZ(0);
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  	/*
      .nav-container {
      	padding-left:8%;
  		position:relative;
  		top:0;
  		left:0;    	
  		width:100%;
  		height:100vh;
  		background:#fff;
  		z-index:2;
  		
  		@include display-flex;
  		@include flex-wrap(wrap);
  	    align-items: center;		
      }
      
  	
  	.items-container {
  		float:left;
  		width:80%;
  		overflow:hidden;
  		height:250px;
  		@include bp(max-width, 1200px) {
  			height:320px;
  		}
  		@include bp(max-width, 768px) {
  			height:400px;
  		}		
  	}
  	
  	.intro-items {
  		float:left;
  		width:100%;
  		list-style:none;
  		padding:0;
  		margin:0;
  		
  		li {
  			float:left;
  			width:100%;
  			height:250px;
  		    display: flex;
  		    align-items: center;
  		    cursor: default;
  		    
  			@include bp(max-width, 1200px) {
  				height:320px;
  			}	
  
  			@include bp(max-width, 768px) {
  				height:400px;
  			}			 	
  		    
  		    .info {
  		    	align-self: flex-start;
  		    	
  		    	.text-info {
  		    		float:left;
  		    		width:100%;
  		    		max-height:210px;
  		    		overflow:hidden;
  		    	}	
  		    }		
  			
  			h2 {
  				margin:0 0 30px;
  				line-height:40px;
  			}
  			
  			.tags {
  				text-transform:uppercase;
  				font-weight:700;
  				font-size:13px;
  				float: left;
  				width: 100%;
  				line-height: 17px;
  				margin-bottom: 5px;				
  			}
  			
  			span {
  				float:left;
  				margin:0;
  				
  				p {
  					margin:0;
  					padding:0;
  				}
  			}
  			
  			.view-more {
  				color:$primary;
  				font-weight:700;
  				text-decoration:underline;
  				cursor:pointer;
  				font-size:16px;
  				float:left;
  				margin-top:15px;
  			}
  		}	
  	}
  	*/
  /*
  .toon-projecten {
  	position:absolute;
  	bottom: 30px;
  	right: 80px;
  	cursor:pointer;
  	font-size:14px;
  	font-weight:600;
  
  	&.active {
  		color:$primary;
  	
  		.fa-times {
  			display:block;
  		}
  		
  		.fa-bars {
  			display:none;
  		}
  	}
  	
  	.fas {
  		float:left;
  		font-size:16px;
  		margin-top:6px;
  		margin-right:6px;
  	}
  	
  	.fa-times {
  		display:none;
  		font-size:16px;
  		margin-right:7px;
  	}
  	
  }
  */
  /*
  .navbar-container {
  	width: 28px;
  	height: 100vh;
  	position: absolute;
  	right: 0;	
  	top:0;
  	
  	.item {
  		cursor:pointer;
  		font-size:10px;
  		color:#ccc;
  		@include display-flex();
  		@include flex-direction(column);
  		@include justify-content(center);
  		
  		&.active {
  			color:#000;
  			font-size:11px;
  			font-weight:700;
  		}
  		
  		.number {
  			position:relative;
  			float:left;
  			text-align: right;
  			padding-right: 10px;				
  		}
  	}
  }
  
  .navbar {
  	position:absolute;
  	right:0;
  	top:0;
  	width:6px;
  	background:$primary;
  	height:0;
  	box-shadow: 0px -1px 0px #f79f12;
  }	
  */
}
/* line 177, ../scss/_content-mobile.scss */
.index-mobile .main .top-info {
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
  z-index: 3;
  background: rgba(255, 255, 255, 0);
}
/* line 185, ../scss/_content-mobile.scss */
.index-mobile .main .top-info.active {
  width: 100%;
  background: white;
  border-bottom: 1px solid #eee;
  height: 78px;
  opacity: 1;
}
/* line 192, ../scss/_content-mobile.scss */
.index-mobile .main .top-info.active .back-up {
  left: 12px;
}
/* line 197, ../scss/_content-mobile.scss */
.index-mobile .main .top-info .toon-contact {
  float: right;
  position: relative;
  margin-right: 20px;
  top: 24px;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
/* line 204, ../scss/_content-mobile.scss */
.index-mobile .main .top-info .toon-contact.active {
  color: #fff;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.65);
}
/* line 210, ../scss/_content-mobile.scss */
.index-mobile .main .top-info .toon-menu {
  float: right;
  position: relative;
  margin-right: 15px;
  top: 18px;
}
/* line 216, ../scss/_content-mobile.scss */
.index-mobile .main .top-info .toon-menu .fa-bars {
  font-size: 21px;
  padding: 10px;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
/* line 223, ../scss/_content-mobile.scss */
.index-mobile .main .top-info .toon-menu.active .fa-bars {
  color: #fff;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.65);
}
/* line 230, ../scss/_content-mobile.scss */
.index-mobile .main .top-info .back-up {
  float: left;
  padding: 10px;
  left: -56px;
  position: absolute;
  top: 11px;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
/* line 239, ../scss/_content-mobile.scss */
.index-mobile .main .top-info .back-up .fas {
  background: #f79f12;
  color: #fff;
  font-size: 19px;
  padding: 7px 12px 8px 12px;
  border-radius: 2px;
}
/* line 592, ../scss/_content-mobile.scss */
.index-mobile .portfolio-content {
  position: absolute;
  width: 100%;
  height: 100vh;
  float: left;
  left: 0;
  z-index: 1;
  -webkit-transform: translateZ(0);
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
}
/* line 604, ../scss/_content-mobile.scss */
.index-mobile .slides {
  float: left;
  width: 100%;
  position: relative;
  height: 100vh;
  z-index: 1;
}
/* line 611, ../scss/_content-mobile.scss */
.index-mobile .slides .slide {
  position: absolute;
  width: 100%;
  height: 100vh;
  background: #fff;
}
/* line 618, ../scss/_content-mobile.scss */
.index-mobile .slides .slide-image {
  float: left;
  position: relative;
  width: 100%;
  height: 100vh;
  /*
  -webkit-transform: translateZ(0);
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center center;			
  @include filter(grayscale(25%));
  @include transition(filter 0.5s 0.25s ease-in-out);
  */
}
/* line 635, ../scss/_content-mobile.scss */
.index-mobile .slides .slide-image .slide-image-container {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #f2f2f2;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transform: translateZ(0);
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  z-index: 1;
  -webkit-filter: grayscale(25%);
  filter: grayscale(25%);
}
/* line 653, ../scss/_content-mobile.scss */
.index-mobile .slides .slide-image .placeholder {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 45vh;
  font-size: 28px;
  color: #ccc;
  font-weight: 600;
}
/* line 664, ../scss/_content-mobile.scss */
.index-mobile .slides .slide-intro-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  background-image: linear-gradient(to top, #000000, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
  padding: 30px 5% 30px;
  z-index: 2;
}
@supports (-webkit-overflow-scrolling: touch) {
  /* line 664, ../scss/_content-mobile.scss */
  .index-mobile .slides .slide-intro-title {
    padding-bottom: 100px;
  }
}
/* line 678, ../scss/_content-mobile.scss */
.index-mobile .slides .slide-intro-title h2 {
  color: #fff;
  font-size: 40px;
  line-height: 40px;
}
/* line 684, ../scss/_content-mobile.scss */
.index-mobile .slides .slide-intro-title .intro-tekst {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  float: left;
  clear: both;
}
/* line 691, ../scss/_content-mobile.scss */
.index-mobile .slides .slide-intro-title .intro-tekst p {
  margin: 0;
}
/* line 696, ../scss/_content-mobile.scss */
.index-mobile .slides .slide-intro-title .view-more {
  color: #f79f12;
  font-weight: 700;
  text-decoration: underline;
  cursor: pointer;
  font-size: 16px;
  float: left;
  clear: both;
  margin-top: 15px;
}
/* line 706, ../scss/_content-mobile.scss */
.index-mobile .slides .slide-intro-title .view-more .fa-chevron-down {
  position: relative;
  top: 2px;
  margin-right: 6px;
}
/* line 714, ../scss/_content-mobile.scss */
.index-mobile .slides .slide-content {
  /*  overflow-y: scroll; */
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
  left: 0;
  top: 0;
  height: 100vh;
  background: #fff;
  width: 100%;
  padding: 22px 5% 100px 5%;
  display: inline-block;
  margin-top: 78px;
}
/* line 729, ../scss/_content-mobile.scss */
.index-mobile .slides .slide-content .text {
  width: 100%;
  max-width: 100%;
  float: left;
  min-height: 105%;
  padding-bottom: 30px;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
@supports (-webkit-overflow-scrolling: touch) {
  /* line 729, ../scss/_content-mobile.scss */
  .index-mobile .slides .slide-content .text {
    padding-bottom: 100px;
  }
}
/* line 749, ../scss/_content-mobile.scss */
.index-mobile .slides .slide-content h2 {
  margin-bottom: 20px;
}
/* line 753, ../scss/_content-mobile.scss */
.index-mobile .slides .slide-content a {
  color: #f79f12;
  text-decoration: underline;
}
/* line 758, ../scss/_content-mobile.scss */
.index-mobile .slides .slide-content a.button {
  color: #fff;
  text-decoration: none;
}
/* line 762, ../scss/_content-mobile.scss */
.index-mobile .slides .slide-content a.button span {
  display: inline-block;
  position: relative;
  z-index: 2;
}
/* line 768, ../scss/_content-mobile.scss */
.index-mobile .slides .slide-content a.button:after {
  content: '';
  background: #e38f08;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  z-index: 1;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
/* line 780, ../scss/_content-mobile.scss */
.index-mobile .slides .slide-content a.button:hover {
  text-decoration: none;
  background-color: #f8af39;
}
/* line 784, ../scss/_content-mobile.scss */
.index-mobile .slides .slide-content a.button:hover:after {
  width: 100%;
}
/* line 792, ../scss/_content-mobile.scss */
.index-mobile .toon-contact {
  position: relative;
  float: right;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  z-index: 3;
}
/* line 800, ../scss/_content-mobile.scss */
.index-mobile .toon-contact .fas {
  float: left;
  font-size: 16px;
  margin-top: 6px;
  margin-right: 6px;
}
/* line 808, ../scss/_content-mobile.scss */
.index-mobile .privacy-popup-mobile,
.index-mobile .contact-us {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 700px;
  max-width: 90%;
  height: auto;
  background: #fff;
  color: #fff;
  padding: 50px 50px;
  top: 20vh;
  opacity: 0;
  z-index: 12;
  visibility: hidden;
  	/*
  	@include transition(all 0.5s ease-out);
  	perspective-origin: bottom center;
      transform-origin: bottom center;
  	@include transform(translateY(-30px) perspective(1000px) rotateX(-90deg) translate(0,200%));
  	*/
}
/* line 832, ../scss/_content-mobile.scss */
.index-mobile .privacy-popup-mobile .adres,
.index-mobile .contact-us .adres {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
/* line 838, ../scss/_content-mobile.scss */
.index-mobile .privacy-popup-mobile .algemeen,
.index-mobile .contact-us .algemeen {
  float: left;
  width: 100%;
}
/* line 842, ../scss/_content-mobile.scss */
.index-mobile .privacy-popup-mobile .algemeen h2,
.index-mobile .contact-us .algemeen h2 {
  margin-bottom: 12px;
}
/* line 846, ../scss/_content-mobile.scss */
.index-mobile .privacy-popup-mobile .algemeen .fas,
.index-mobile .contact-us .algemeen .fas {
  margin-right: 10px;
}
/* line 851, ../scss/_content-mobile.scss */
.index-mobile .privacy-popup-mobile h2,
.index-mobile .contact-us h2 {
  font-size: 30px;
  letter-spacing: 1px;
  margin-bottom: 5px;
  margin-top: 0;
}
/* line 858, ../scss/_content-mobile.scss */
.index-mobile .privacy-popup-mobile .info,
.index-mobile .contact-us .info {
  float: left;
  width: 100%;
  color: #000;
}
/* line 864, ../scss/_content-mobile.scss */
.index-mobile .privacy-popup-mobile a,
.index-mobile .contact-us a {
  color: #000;
}
/* line 868, ../scss/_content-mobile.scss */
.index-mobile .privacy-popup-mobile .close-popup,
.index-mobile .contact-us .close-popup {
  position: absolute;
  top: 0;
  right: 0;
  color: #000;
  padding: 10px 15px;
  cursor: pointer;
}
/* line 879, ../scss/_content-mobile.scss */
.index-mobile .privacy-popup-mobile {
  height: 85vh;
  overflow-y: scroll;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  top: 15vh;
  width: 900px;
}
/* line 887, ../scss/_content-mobile.scss */
.index-mobile .privacy-popup-mobile .popup-content {
  color: #242424;
}
/* line 891, ../scss/_content-mobile.scss */
.index-mobile .privacy-popup-mobile .h1 {
  font-size: 32px;
  margin-bottom: 30px;
}
/* line 896, ../scss/_content-mobile.scss */
.index-mobile .privacy-popup-mobile h2 {
  font-size: 24px;
}
/* line 901, ../scss/_content-mobile.scss */
.index-mobile .content-fader {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  z-index: 11;
  background: rgba(0, 0, 0, 0.8);
  visibility: hidden;
  cursor: pointer;
}

/* line 1, ../scss/_menu.scss */
ul.menu {
  padding: 0;
  float: right;
  font-family: "Prelo", sans-serif, "Arial", "Tahoma", "Verdana";
}
/* line 6, ../scss/_menu.scss */
ul.menu li {
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative;
  margin-right: 20px;
}
/* line 13, ../scss/_menu.scss */
ul.menu li.last {
  margin-right: 0;
}
/* line 17, ../scss/_menu.scss */
ul.menu li.active:after {
  content: '';
  display: block;
  position: relative;
  margin-top: -5px;
}
/* line 24, ../scss/_menu.scss */
ul.menu li a {
  text-decoration: none;
  padding: 2px 0 0;
  display: block;
  font-size: 15px;
  font-weight: 700;
  font-family: "Prelo", sans-serif, "Arial", "Tahoma", "Verdana";
  text-transform: uppercase;
  color: #000;
  border-bottom: 3px solid transparent;
}
/* line 36, ../scss/_menu.scss */
ul.menu li:hover > ul {
  display: block;
}
/* line 41, ../scss/_menu.scss */
ul.menu li.last a {
  margin-right: 0;
}
/* line 47, ../scss/_menu.scss */
ul.menu ul.submenu {
  position: absolute;
  display: none;
  text-align: left;
  min-width: 200px;
  max-width: 400px;
  z-index: 15;
  left: -20px;
  border: 1px solid #e6e6e6;
  background: #fff;
  padding: 10px 0 5px 0px;
  margin: 0px;
  -moz-box-shadow: 0, 0, 5px, rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0, 0, 5px, rgba(0, 0, 0, 0.1);
  box-shadow: 0, 0, 5px, rgba(0, 0, 0, 0.1);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 62, ../scss/_menu.scss */
ul.menu ul.submenu li {
  border: 0;
  line-height: 22px;
  width: 100%;
  float: left;
  text-align: left;
  clear: both;
  min-width: 100px;
  padding: 0;
  background: #fff;
}
/* line 73, ../scss/_menu.scss */
ul.menu ul.submenu li.active:after {
  border: none;
}
/* line 77, ../scss/_menu.scss */
ul.menu ul.submenu li a {
  position: relative;
  float: left;
  width: 100%;
  min-height: 25px;
  padding: 2px 10px 2px 20px;
  margin: 0px;
  background-color: #fff;
  color: #808080;
  font-weight: normal;
  font-size: 13px;
}
/* line 90, ../scss/_menu.scss */
ul.menu ul.submenu li a:hover {
  color: #f79f12;
}

/* line 97, ../scss/_menu.scss */
.menu-mobile-button {
  float: right;
  display: block;
  margin: 20px -11px 0 0;
  width: 44px;
  height: 35px;
  padding: 4px 11px;
  cursor: pointer;
  display: none;
}
/* line 107, ../scss/_menu.scss */
.menu-mobile-button span.icon-bar {
  width: 100%;
  display: block;
  height: 2px;
  background: #000;
  margin-bottom: 4px;
}
/* line 114, ../scss/_menu.scss */
.menu-mobile-button span.icon-bar:last-child {
  margin-bottom: 0;
}

/* line 120, ../scss/_menu.scss */
.menu-mobile {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  background: #fff;
  height: 100%;
  z-index: 3;
  overflow-y: scroll;
}
/* line 130, ../scss/_menu.scss */
.menu-mobile.active {
  display: block;
}
/* line 134, ../scss/_menu.scss */
.menu-mobile .top {
  padding: 0 3%;
}
/* line 137, ../scss/_menu.scss */
.menu-mobile .top a.logo {
  width: 80px;
}
/* line 142, ../scss/_menu.scss */
.menu-mobile ul.menu {
  padding-top: 10px;
  float: left;
  width: 100%;
}
/* line 147, ../scss/_menu.scss */
.menu-mobile ul.menu li {
  float: left;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #dedede;
}
/* line 153, ../scss/_menu.scss */
.menu-mobile ul.menu li.active:after {
  border-bottom: none;
  margin-top: 0;
}
/* line 158, ../scss/_menu.scss */
.menu-mobile ul.menu li:first-child {
  display: block;
}
/* line 163, ../scss/_menu.scss */
.menu-mobile ul.menu li.show-sub ul.submenu {
  display: block;
}
/* line 168, ../scss/_menu.scss */
.menu-mobile ul.menu li a {
  padding: 11px 25px;
  float: left;
  width: 100%;
  border-bottom: none;
}
/* line 175, ../scss/_menu.scss */
.menu-mobile ul.menu li .btn-submenu {
  display: block;
  background: url(../images/arrow_down.svg) no-repeat 50% 50%;
  background-size: 15px 9px;
  position: absolute;
  right: 0;
  height: 49px;
  width: 50px;
  top: 0;
  cursor: pointer;
  background-color: #f2f2f2;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
/* line 190, ../scss/_menu.scss */
.menu-mobile ul.menu ul.submenu {
  display: none;
  position: relative;
  width: 100%;
  max-width: 100%;
  left: 0;
  border-bottom: 0;
  padding-bottom: 10px;
  border-left: none;
  border-right: none;
}
/* line 201, ../scss/_menu.scss */
.menu-mobile ul.menu ul.submenu li a {
  padding: 5px 0 5px 40px;
}
/* line 207, ../scss/_menu.scss */
.menu-mobile form {
  float: left;
  padding: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
  max-width: 360px;
  margin-right: 3%;
  margin-left: 3%;
  width: 94%;
}
/* line 218, ../scss/_menu.scss */
.menu-mobile form input {
  float: left;
  width: 100%;
  padding: 14px 12px;
}
/* line 224, ../scss/_menu.scss */
.menu-mobile form .button.search {
  position: absolute;
  top: 2px;
  height: 41px;
  right: 0;
  width: 48px;
  padding: 0;
  background: url(../images/icon_search.png) no-repeat 50% 50% transparent;
}

/* line 237, ../scss/_menu.scss */
.menu-mobile.active .menu-mobile-button {
  margin-top: 28px;
}
/* line 240, ../scss/_menu.scss */
.menu-mobile.active .menu-mobile-button span.icon-bar:first-child,
.menu-mobile.active .menu-mobile-button span.icon-bar:last-child {
  display: none;
}
/* line 245, ../scss/_menu.scss */
.menu-mobile.active .menu-mobile-button span.icon-bar:nth-child(2) {
  margin: 0;
  top: 2px;
  position: relative;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* line 252, ../scss/_menu.scss */
.menu-mobile.active .menu-mobile-button span.icon-bar:nth-child(3) {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 258, ../scss/_menu.scss */
.menu-mobile.active ul.menu li.show-sub .btn-submenu {
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* line 1, ../scss/_forms.scss */
form,
.boltform {
  float: left;
  width: 100%;
}
/* line 6, ../scss/_forms.scss */
form label,
.boltform label {
  float: left;
  clear: both;
  font-size: 13px;
  color: #000;
  font-weight: 700;
}
/* line 13, ../scss/_forms.scss */
form label.required::after,
.boltform label.required::after {
  font-size: 10px;
  position: relative;
  top: -4px;
  left: 0px;
  font-weight: 400;
}
/* line 22, ../scss/_forms.scss */
form input[type=text],
form input[type=email],
form input[type=tel],
form input[type=url],
form input[type=search],
form input[type=submit],
form input[type=password],
form textarea,
.boltform input[type=text],
.boltform input[type=email],
.boltform input[type=tel],
.boltform input[type=url],
.boltform input[type=search],
.boltform input[type=submit],
.boltform input[type=password],
.boltform textarea {
  float: left;
  clear: both;
  border: 1px solid #ccc;
  padding: 12px 14px;
  margin: 2px 0 10px;
  font-family: "poppins", sans-serif, "Arial", "Tahoma", "Verdana";
  font-size: 13px;
  font-weight: 400;
  color: #333;
  width: 100%;
  max-width: 360px;
  -webkit-appearance: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
@media only screen and (max-width: 770px) {
  /* line 22, ../scss/_forms.scss */
  form input[type=text],
  form input[type=email],
  form input[type=tel],
  form input[type=url],
  form input[type=search],
  form input[type=submit],
  form input[type=password],
  form textarea,
  .boltform input[type=text],
  .boltform input[type=email],
  .boltform input[type=tel],
  .boltform input[type=url],
  .boltform input[type=search],
  .boltform input[type=submit],
  .boltform input[type=password],
  .boltform textarea {
    font-size: 16px;
  }
}
/* line 48, ../scss/_forms.scss */
form input[type=text]:focus,
form input[type=email]:focus,
form input[type=tel]:focus,
form input[type=url]:focus,
form input[type=search]:focus,
form input[type=submit]:focus,
form input[type=password]:focus,
form textarea:focus,
.boltform input[type=text]:focus,
.boltform input[type=email]:focus,
.boltform input[type=tel]:focus,
.boltform input[type=url]:focus,
.boltform input[type=search]:focus,
.boltform input[type=submit]:focus,
.boltform input[type=password]:focus,
.boltform textarea:focus {
  outline: none;
  border: 1px solid #ccc;
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
}
/* line 55, ../scss/_forms.scss */
form input[type=submit],
.boltform input[type=submit] {
  float: left;
  background: #f79f12;
  color: #fff;
  border: none;
  float: left;
  width: auto;
  clear: both;
  width: 100%;
  max-width: 360px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-family: "poppins", sans-serif, "Arial", "Tahoma", "Verdana";
  font-size: 13px;
  font-weight: 400;
  -moz-transition: background 0.25s;
  -o-transition: background 0.25s;
  -webkit-transition: background 0.25s;
  transition: background 0.25s;
}
/* line 73, ../scss/_forms.scss */
form input[type=submit]:hover,
.boltform input[type=submit]:hover {
  background: #e38f08;
}
/* line 78, ../scss/_forms.scss */
form textarea,
.boltform textarea {
  height: 100px;
}
/* line 82, ../scss/_forms.scss */
form select,
.boltform select {
  float: left;
  clear: both;
  margin: 3px 0 8px;
  padding: 10px 10px;
  border: 1px solid #ddd;
  border-bottom: 1px solid #ccc;
  -webkit-appearance: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
/* line 93, ../scss/_forms.scss */
form select:focus,
.boltform select:focus {
  outline: none;
  border: 1px solid #ccc;
  -moz-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.15);
}
/* line 100, ../scss/_forms.scss */
form button,
.boltform button {
  float: left;
  clear: both;
  margin-top: 5px;
}

/* line 107, ../scss/_forms.scss */
.boltforms-row {
  float: left;
  width: 100%;
}

/* line 112, ../scss/_forms.scss */
.form-item {
  float: left;
  width: 100%;
  max-width: 320px;
  position: relative;
  clear: both;
}
/* line 119, ../scss/_forms.scss */
.form-item.wide {
  margin: 0;
  padding: 0;
  margin-top: 12px;
}
/* line 125, ../scss/_forms.scss */
.form-item label {
  margin-top: 12px;
  font-size: 13px;
  font-weight: 700;
}
/* line 131, ../scss/_forms.scss */
.form-item label,
.form-item input,
.form-item textarea {
  width: 100%;
  float: left;
}
/* line 138, ../scss/_forms.scss */
.form-item textarea {
  height: 120px;
}
/* line 142, ../scss/_forms.scss */
.form-item button {
  margin-top: 10px;
}
/* line 146, ../scss/_forms.scss */
.form-item .form-error {
  color: #cc0000;
  font-size: .7em;
}

/* line 152, ../scss/_forms.scss */
.boltform-error,
.boltform-message {
  float: left;
  width: 100%;
}

/* line 158, ../scss/_forms.scss */
.boltform-message {
  background: #dfffdf;
  padding: 20px;
  border: 1px solid #bedebe;
  color: #1d651d;
}

/* line 165, ../scss/_forms.scss */
.boltform-error {
  background: #ffdfdf;
  padding: 20px;
  border: 1px solid #dec3c3;
  color: #8e3a3a;
}

/* line 1, ../scss/_accordeon.scss */
#accordeon {
  float: left;
  width: 100%;
  margin: 15px 0;
}
/* line 6, ../scss/_accordeon.scss */
#accordeon .accordeon-item {
  float: left;
  width: 100%;
  background: #e6e6e6;
  margin-bottom: 10px;
}
/* line 12, ../scss/_accordeon.scss */
#accordeon .accordeon-item .accordeon-title {
  float: left;
  width: 100%;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  padding: 17px 20px 18px 25px;
  color: #454545;
  margin: 0;
  cursor: pointer;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
/* line 24, ../scss/_accordeon.scss */
#accordeon .accordeon-item .accordeon-title svg {
  float: right;
  width: 16px;
  height: 16px;
  margin-top: 5px;
  -moz-transition: all 0.1s;
  -o-transition: all 0.1s;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
/* line 32, ../scss/_accordeon.scss */
#accordeon .accordeon-item .accordeon-title.open, #accordeon .accordeon-item .accordeon-title:hover {
  background: #f79f12;
  color: #fff;
}
/* line 37, ../scss/_accordeon.scss */
#accordeon .accordeon-item .accordeon-title.open svg path, #accordeon .accordeon-item .accordeon-title:hover svg path {
  stroke: #fff;
}
/* line 43, ../scss/_accordeon.scss */
#accordeon .accordeon-item .accordeon-title.open svg {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
/* line 46, ../scss/_accordeon.scss */
#accordeon .accordeon-item .accordeon-title.open svg path {
  stroke: #fff;
}
/* line 53, ../scss/_accordeon.scss */
#accordeon .accordeon-item .accordeon-container {
  float: left;
  width: 100%;
  height: 0;
  overflow: hidden;
  -moz-transition: height 0.5s 0.1s;
  -o-transition: height 0.5s 0.1s;
  -webkit-transition: height 0.5s;
  -webkit-transition-delay: 0.1s;
  transition: height 0.5s 0.1s;
}
/* line 60, ../scss/_accordeon.scss */
#accordeon .accordeon-item .accordeon-container .accordeon-content {
  float: left;
  width: 100%;
  background: #fff;
  padding: 15px 25px 30px;
}
/* line 66, ../scss/_accordeon.scss */
#accordeon .accordeon-item .accordeon-container .accordeon-content p:first-child {
  margin-top: 4px;
}

/* 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 57, ../scss/_magnific-popup.scss */
.mfp-ajax-cur {
  cursor: progress;
}

/* line 60, ../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 65, ../scss/_magnific-popup.scss */
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

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

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

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

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

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

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

/* line 97, ../scss/_magnific-popup.scss */
.mfp-preloader a:hover {
  color: white;
}

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

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

/* line 106, ../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 118, ../scss/_magnific-popup.scss */
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 122, ../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: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

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

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

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

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

/* line 154, ../scss/_magnific-popup.scss */
.mfp-counter {
  float: right;
  width: 50px;
  text-align: right;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

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

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

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

/* line 179, ../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 190, ../scss/_magnific-popup.scss */
.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

/* line 231, ../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: black;
}

/* Main image in popup */
/* line 242, ../scss/_magnific-popup.scss */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: calc(100vh - 40px) !important;
  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 256, ../scss/_magnific-popup.scss */
.mfp-figure {
  line-height: 0;
}

/* line 258, ../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: #444444;
}

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

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

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

/* line 287, ../scss/_magnific-popup.scss */
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  float: left;
  position: absolute;
  bottom: 0;
  width: calc(100% - 100px);
}

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

/* line 301, ../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 308, ../scss/_magnific-popup.scss */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

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

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

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

  /* line 319, ../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 329, ../scss/_magnific-popup.scss */
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

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

  /* line 334, ../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 346, ../scss/_magnific-popup.scss */
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

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

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

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

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

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

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

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

@media only screen and (max-width: 1380px) {
  /* line 2, ../scss/_responsive.scss */
  .main .top-info a {
    float: right;
    clear: both;
    margin-left: 0;
  }
  /* line 7, ../scss/_responsive.scss */
  .main .top-info a.mail {
    margin-top: 5px;
  }
}
@media only screen and (max-width: 1180px) {
  /* line 14, ../scss/_responsive.scss */
  .main .toon-projecten,
  .main .top-info {
    right: 60px;
  }

  /* line 19, ../scss/_responsive.scss */
  .logo.active {
    -moz-transition: left 0.5s;
    -o-transition: left 0.5s;
    -webkit-transition: left 0.5s;
    transition: left 0.5s;
    left: 6%;
  }

  /* line 24, ../scss/_responsive.scss */
  .quickview {
    width: 360px;
  }
  /* line 27, ../scss/_responsive.scss */
  .quickview.active {
    right: -360px;
  }
  /* line 31, ../scss/_responsive.scss */
  .quickview .tags {
    display: none;
  }

  /* line 36, ../scss/_responsive.scss */
  .album-block .indent .images-right {
    margin-top: 96px;
  }

  /* line 41, ../scss/_responsive.scss */
  .index-desktop .main {
    width: 55%;
  }
  /* line 45, ../scss/_responsive.scss */
  .index-desktop .portfolio-content {
    left: 55%;
    -moz-transition: left 0.5s;
    -o-transition: left 0.5s;
    -webkit-transition: left 0.5s;
    transition: left 0.5s;
  }
  /* line 49, ../scss/_responsive.scss */
  .index-desktop .portfolio-content.active {
    left: 45%;
  }
  /* line 54, ../scss/_responsive.scss */
  .index-desktop .details-button {
    right: 60%;
  }
  /* line 59, ../scss/_responsive.scss */
  .index-desktop .slides .slide-image {
    width: 45%;
  }
  /* line 63, ../scss/_responsive.scss */
  .index-desktop .slides .slide-content {
    width: 55%;
  }
  /* line 68, ../scss/_responsive.scss */
  .index-desktop .details-button.active {
    right: calc(55% - 30px);
  }
}
@media only screen and (max-width: 979px) {
  /* line 76, ../scss/_responsive.scss */
  .header .menu {
    display: none;
  }
  /* line 80, ../scss/_responsive.scss */
  .header .menu-mobile .menu {
    display: block;
  }
  /* line 84, ../scss/_responsive.scss */
  .header .right {
    clear: right;
  }

  /* line 89, ../scss/_responsive.scss */
  .logo.active {
    -moz-transition: left 0.5s;
    -o-transition: left 0.5s;
    -webkit-transition: left 0.5s;
    transition: left 0.5s;
    left: 8%;
  }

  /* line 95, ../scss/_responsive.scss */
  .index-desktop .main {
    width: 60%;
  }
  /* line 99, ../scss/_responsive.scss */
  .index-desktop .privacy-popup {
    width: 600px;
  }
  /* line 103, ../scss/_responsive.scss */
  .index-desktop .portfolio-content {
    left: 60%;
    -moz-transition: left 0.5s;
    -o-transition: left 0.5s;
    -webkit-transition: left 0.5s;
    transition: left 0.5s;
  }
  /* line 107, ../scss/_responsive.scss */
  .index-desktop .portfolio-content.active {
    left: 45%;
  }
  /* line 112, ../scss/_responsive.scss */
  .index-desktop .details-button {
    right: 65%;
  }
  /* line 117, ../scss/_responsive.scss */
  .index-desktop .slides .slide-image {
    width: 40%;
  }
  /* line 121, ../scss/_responsive.scss */
  .index-desktop .slides .slide-content {
    width: 60%;
  }
  /* line 126, ../scss/_responsive.scss */
  .index-desktop .details-button.active {
    right: 60%;
  }

  /* line 131, ../scss/_responsive.scss */
  .menu-mobile .top {
    padding: 0 5%;
  }

  /* line 135, ../scss/_responsive.scss */
  .menu-mobile-button {
    display: block;
  }
}
@media only screen and (max-width: 680px) {
  /* line 147, ../scss/_responsive.scss */
  .index-desktop {
    display: none;
  }

  /* line 151, ../scss/_responsive.scss */
  .index-mobile {
    display: block;
  }

  /* line 155, ../scss/_responsive.scss */
  .album-block .indent .images-right {
    margin-top: 70px;
  }
}
@media only screen and (max-height: 650px) {
  /* line 166, ../scss/_responsive.scss */
  .main .items-container {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 680px) {
  /* line 20, ../scss/_responsive-mobile.scss */
  .popup-message,
  .index-mobile .contact-us {
    top: 18vh;
    padding: 40px 40px 42px;
  }
  /* line 25, ../scss/_responsive-mobile.scss */
  .popup-message h2,
  .index-mobile .contact-us h2 {
    font-size: 28px;
    margin-bottom: 0;
  }
  /* line 30, ../scss/_responsive-mobile.scss */
  .popup-message .algemeen h2,
  .index-mobile .contact-us .algemeen h2 {
    margin-bottom: 4px;
  }
  /* line 34, ../scss/_responsive-mobile.scss */
  .popup-message .adres,
  .index-mobile .contact-us .adres {
    margin-bottom: 20px;
  }

  /* line 39, ../scss/_responsive-mobile.scss */
  .popup-message {
    max-width: 90%;
  }

  /* line 43, ../scss/_responsive-mobile.scss */
  .index-mobile .privacy-popup-mobile {
    padding: 30px 30px;
  }
}
