/* CSS Document */
.bezoekersnaam {
  text-transform: capitalize; }

.verberg {
  opacity: 0;
  width: 0 !important; }

.spotify {
  overflow-x: hidden;
  overflow-y: visible; }
  .spotify:hover #icon-lp-mini {
    margin-left: 10px;
    transform: rotate(50deg); }
  .spotify:hover .img--grid {
    margin-left: -10px; }
  .spotify .spotify-left {
    height: 420px; }
  .spotify .spotify-right {
    padding-top: 35px; }
  .spotify .grid__item {
    position: relative;
    width: calc(350px / 1.25);
    margin-left: auto;
    margin-right: auto;
    margin-top: -150px;
    margin-bottom: 150px; }
  .spotify .img--grid {
    position: absolute;
    box-shadow: 2px 16px 26px 0px rgba(36, 33, 69, 0.3);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
    transform: scale(1.05);
    transition: 0.6s ease-in-out; }
  .spotify #icon-lp-mini {
    transition: 0.6s ease-in-out;
    margin-left: 0px;
    z-index: -10;
    overflow: hidden;
    border-radius: 100%; }
    .spotify #icon-lp-mini img {
      transform: scale(1.033); }
  .spotify img, .spotify #icon-lp-mini {
    width: calc(350px / 1.25);
    height: calc(350px / 1.25); }

quote {
  padding-left: 50px;
  border-left: 5px solid;
  display: block; }

input:focus, textarea:focus, select:focus {
  box-shadow: none !important;
  outline-width: 0;
  outline: none; }

.ref-text a, p a {
  text-decoration: none;
  transition: 0.5s !important;
  -webkit-box-shadow: 0 5px 0 #60F2BF;
  box-shadow: 0 5px 0 #60F2BF; }
  .ref-text a:hover, p a:hover {
    text-decoration: none;
    -webkit-box-shadow: 0 5px 0 #60F2BF, inset 0 -3rem 0 #60F2BF;
    box-shadow: 0 5px 0 #60F2BF, inset 0 -3rem 0 #60F2BF; }

footer {
  position: relative;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 1.2rem;
  line-height: 2.2rem;
  background-color: #000;
  color: #60F2BF; }
  footer a {
    color: #60F2BF !important;
    text-decoration: underline; }
  footer ul {
    list-style: none;
    padding: 0; }
    footer ul li {
      color: #60F2BF; }
  footer .col-12 {
    padding-top: 50px;
    font-size: 1rem; }
  footer .footer-effect {
    height: 100%;
    user-select: none;
    pointer-events: none;
    width: 100%;
    max-width: 100%;
    background-color: #60F2BF;
    position: absolute;
    top: auto;
    bottom: 0;
    transition: 0.5s;
    mix-blend-mode: difference;
    z-index: 0; }
  footer:hover .footer-effect {
    height: 0;
    width: 100%;
    max-width: 100%;
    background-color: #60F2BF;
    position: absolute;
    top: auto;
    bottom: 0; }

/* Scss Document */
.bg-accent {
  background-color: #60F2BF; }
  .bg-accent .c__link {
    text-decoration: none;
    transition: 0.5s !important;
    -webkit-box-shadow: 0 5px 0 #000;
    box-shadow: 0 5px 0 #000;
    color: #000; }
    .bg-accent .c__link:hover {
      -webkit-box-shadow: 0 5px 0 #000, inset 0 -3rem 0 #000;
      box-shadow: 0 5px 0 #000, inset 0 -3rem 0 #000;
      color: #60F2BF; }
      .bg-accent .c__link:hover #Capa_1 {
        fill: #60F2BF !important; }
  .bg-accent .pad-100 {
    padding-top: 25px;
    padding-bottom: 25px; }
  .bg-accent .mb-wow {
    text-decoration: none;
    transition: 0.5s !important;
    -webkit-box-shadow: 0 5px 0 #000;
    box-shadow: 0 5px 0 #000;
    color: #000; }
    .bg-accent .mb-wow:hover {
      -webkit-box-shadow: 0 5px 0 #000, inset 0 -3rem 0 #000;
      box-shadow: 0 5px 0 #000, inset 0 -3rem 0 #000;
      color: #60F2BF; }
      .bg-accent .mb-wow:hover #Capa_1 {
        fill: #60F2BF !important; }

.c-navigation {
  z-index: 1000; }
  .c-navigation .c-navigation__item:hover a {
    color: #60F2BF !important; }

.random_st {
  padding: 15px 30px; }

.row-gdpr a {
  margin-left: 5px;
  margin-right: 5px; }
  .row-gdpr a:first-child {
    margin-left: 0px; }

.pictures {
  width: 100%; }
  .pictures img {
    transition: 1s;
    height: auto;
    transition: all .2s ease-in-out; }
  .pictures #z-one {
    -webkit-box-shadow: 15px 15px 0px 0px #60F2BF;
    -moz-box-shadow: 15px 15px 0px 0px #60F2BF;
    box-shadow: 15px 15px 0px 0px #60F2BF;
    width: 90%;
    margin-left: calc(7.5% - 15px);
    margin-right: calc(7.5% + 15px);
    background-size: cover;
    background-position: center;
    transition: .25s ease-in-out; }

.img-right {
  -webkit-box-shadow: 15px 15px 0px 0px #60f2bf;
  -moz-box-shadow: 15px 15px 0px 0px #60f2bf;
  box-shadow: 15px 15px 0px 0px #60f2bf;
  height: 280px;
  width: 90%;
  margin-left: calc(7.5% - 15px);
  margin-right: calc(7.5% + 15px);
  background-size: cover;
  background-position: center;
  transition: .25s ease-in-out; }
  .img-right:hover {
    box-shadow: -15px -15px 0px 0px #60f2bf;
    margin-left: 7.5% !important;
    margin-right: auto;
    margin-top: 15px;
    margin-bottom: -15px; }

.img-right.hover {
  background-image: url(/assets/images/source.gif) !important; }

.img-right.hover2 {
  background-image: url(/assets/afbeeldingen/gifs/kiss.gif) !important; }

.align-items-center {
  align-items: center !important; }

slick-slider:focus, slick-slide:focus, button:focus, div:focus {
  outline: none; }

.paginatie {
  margin-top: 50px; }
  .paginatie .page-item.active .page-link {
    color: #000;
    background-color: #60F2BF;
    border-color: #60F2BF; }
  .paginatie .page-link {
    color: #60F2BF;
    border-radius: 0 !important; }
    .paginatie .page-link:hover {
      color: #000; }

#full-nav {
  z-index: -5;
  transition: 1s;
  overflow: overlay;
  overflow-x: hidden;
  position: fixed;
  height: 100vh;
  width: 100%;
  max-width: 100%; }
  #full-nav .animate-block {
    opacity: 0;
    transition-delay: calc(1s + var(--teller));
    transition: 0.5s;
    --teller: 0.5s; }
  #full-nav ul {
    list-style: none;
    padding: 0; }
  #full-nav .row-gdpr {
    padding-bottom: 15px;
    padding-left: 15px; }
  #full-nav .boven {
    background-color: #60F2BF;
    margin-left: 100%;
    transition: 0.5s;
    height: calc(100% - 280px);
    min-height: 462px;
    transition-delay: 0.5s; }
  #full-nav .onder {
    transition-delay: 0.5s;
    height: 280px;
    width: 100%;
    background-color: #000;
    margin-left: -100%;
    transition: 0.5s;
    color: #60F2BF; }
    #full-nav .onder a {
      color: #60F2BF; }
    #full-nav .onder .col-md-6 {
      padding-top: 15px;
      padding-bottom: 15px; }
      #full-nav .onder .col-md-6 ul {
        text-decoration: underline;
        font-size: 1.5em; }
    #full-nav .onder .col-sm-6 {
      padding-top: 15px;
      padding-bottom: 15px; }
  #full-nav .navigation {
    padding-top: 130px; }
  #full-nav .navbar-nav {
    flex-direction: row !important;
    font-family: europa, sans-serif;
    font-weight: 400;
    font-style: normal; }
  #full-nav .Hoofd-nav .navbar-nav {
    font-weight: 400; }
    #full-nav .Hoofd-nav .navbar-nav a {
      color: #000;
      font-size: 2em; }
  #full-nav .Sub-nav .navbar-nav a {
    color: #000;
    font-size: 1.5em; }

.menu-open {
  overflow: hidden; }
  .menu-open .navbar-nav a:hover {
    color: #000 !important; }
  .menu-open #full-nav {
    z-index: 980; }

#full-nav.zichtbaar .animate-block {
  opacity: 1;
  transition-delay: calc(1s + var(--teller)); }
#full-nav.zichtbaar .boven {
  margin-left: 0% !important; }
#full-nav.zichtbaar .onder {
  margin-left: 0% !important; }

.call-to-action {
  padding-top: 50px;
  padding-bottom: 50px;
  width: 100%; }
  .call-to-action .bezoekersnaam {
    text-transform: capitalize; }
  .call-to-action a:hover {
    text-decoration: none !important; }
    .call-to-action a:hover h2, .call-to-action a:hover span, .call-to-action a:hover a {
      text-decoration: none !important; }

.side-btn {
  color: #000 !important;
  border: 1px solid #000;
  padding: 10px 15px 10px 15px;
  background-color: transparent;
  border-radius: 60px; }
  .side-btn span {
    transition: all 0.3s ease;
    position: relative; }
  .side-btn img {
    width: 50px; }
  .side-btn:hover {
    color: #000;
    text-decoration: none; }

.bezoekersnaam {
  color: #007b50; }

.btn-black {
  text-align: right !important;
  align-content: flex-end;
  align-self: flex-end;
  float: right;
  padding-right: 15px;
  margin-top: 15px; }
  .btn-black .slider-afb-btn {
    background-color: #60F2BF;
    padding: 5px; }
    .btn-black .slider-afb-btn img {
      width: 50px; }
    .btn-black .slider-afb-btn button {
      background-color: transparent;
      border: 0;
      border-radius: 0 !important; }

a {
  color: #60F2BF; }
  a:hover {
    color: #60F2BF;
    text-decoration: underline; }

.ref-tags a {
  padding-left: 5px;
  padding-right: 5px; }

div, a, span, p, h1, h2, h3, em {
  box-sizing: border-box;
  border: 0; }

.afb2 h3 {
  margin-bottom: 0; }
.afb2 .afbeeldingen {
  align-items: center;
  margin-top: 160px; }
  .afb2 .afbeeldingen img {
    filter: grayscale(100%);
    width: 100%;
    margin-right: auto;
    margin-left: auto; }

.block-header p {
  margin-bottom: 8px; }

body {
  overflow-x: hidden;
  position: relative;
  font-family: europa, sans-serif;
  font-weight: 400;
  font-style: normal; }
  body p {
    font-family: europa, sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 2rem; }
  body .accent-text {
    color: #60F2BF; }
  body h1, body h2 {
    font-weight: 400 !important; }

.barra-laterale {
  position: fixed;
  right: 0;
  z-index: 990;
  display: flex;
  flex-direction: column;
  background-color: transparent;
  width: 100%;
  padding-top: 35px;
  padding-bottom: 35px; }

.icone-social-header {
  position: absolute;
  bottom: 2%;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

hr.separatore-social-header {
  width: 70px;
  position: absolute;
  bottom: 120px;
  height: 1px;
  -moz-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
  transform: translateX(-50%) translateY(-50%) rotate(-90deg);
  left: 40px;
  background-color: #F8F8F8; }

.ham {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: transform 400ms;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 30px;
  background-color: white;
  border-radius: 50%; }

.hamRotate.active {
  transform: rotate(45deg); }

.hamRotate180.active {
  transform: rotate(180deg); }

.line {
  fill: none;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  stroke: #000;
  stroke-width: 6 !important; }

.ham1 .top {
  stroke-dasharray: 40 139; }

.ham1 .bottom {
  stroke-dasharray: 40 180; }

.ham1.active .top {
  stroke-dashoffset: -98px; }

.ham1.active .bottom {
  stroke-dashoffset: -138px; }

.hamRotate:focus, button:active {
  outline: 0px !important;
  border: 0 !important;
  outline: 0px !important; }

.navbar-toggler {
  padding: 0 !important;
  border: 0 !important;
  outline: 0px !important; }

.menu-open .menu-line {
  display: none; }

.ham-top {
  padding-left: 60px;
  margin-right: 50px;
  padding-left: 60px;
  margin-left: auto;
  right: 0; }

#hamburger {
  pointer-events: auto;
  z-index: 400;
  cursor: pointer;
  position: relative;
  float: right;
  font-size: 1.3em;
  Font-weight: 400; }

#hamburger .menu-line {
  width: 40px;
  height: 4px;
  position: absolute;
  top: 50%;
  left: 0px;
  margin-top: -3px;
  overflow: hidden; }

*, *::before, *::after {
  box-sizing: inherit; }

.zebra-light #hamburger .menu-line:after, .zebra-light #logo .menu-line:after {
  background: #F8F8F8 !important; }

#hamburger .menu-line:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 4px;
  background: red;
  -ms-transform: translateX(0);
  transform: translateX(0);
  transition: transform .2s ease; }

.zebra-light #hamburger .menu-text, .zebra-light #logo .menu-text {
  color: #212121 !important; }

#hamburger .menu-text {
  color: #000;
  font-size: 1.3rem;
  position: relative;
  left: 0;
  transition: left .2s ease; }

#hamburger .menu-close {
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 35px; }

#hamburger .menu-close:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 25px;
  height: 3px;
  background: #000;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: transform .2s ease, opacity .2s ease;
  opacity: 0; }

#hamburger .menu-close:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 25px;
  height: 3px;
  background: #000;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: transform .2s ease, opacity .2s ease;
  opacity: 0; }

#hamburger:hover .menu-line:after {
  -ms-transform: translateX(-5px);
  transform: translateX(-5px); }

.menu-open #hamburger .menu-line:after, .menu-opening #hamburger .menu-line:after, .menu-open #logo .menu-line:after, .menu-opening #logo .menu-line:after {
  background: white !important;
  -ms-transform: translateX(-40px);
  transform: translateX(-40px); }

.zebra-dark #hamburger .menu-line:after, .menu-open #hamburger .menu-line:after, .menu-opening #hamburger .menu-line:after, .zebra-dark #logo .menu-line:after, .menu-open #logo .menu-line:after, .menu-opening #logo .menu-line:after {
  background: #212121 !important; }

.zebra-light #hamburger .menu-line:after, .zebra-light #logo .menu-line:after {
  background: #212121 !important; }

#hamburger:hover .menu-line:after {
  -ms-transform: translateX(-5px);
  transform: translateX(-5px); }

#hamburger .menu-line:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 4px;
  background: #000;
  -ms-transform: translateX(0);
  transform: translateX(0);
  transition: transform .2s ease; }

.menu-open #hamburger .menu-text, .menu-opening #hamburger .menu-text, .menu-open #logo .menu-text, .menu-opening #logo .menu-text {
  left: -60px;
  color: #000 !important; }

.menu-open #hamburger .menu-close:before, .menu-opening #hamburger .menu-close:before, .menu-open #logo .menu-close:before, .menu-opening #logo .menu-close:before {
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 1; }

.menu-open #hamburger .menu-close:after, .menu-opening #hamburger .menu-close:after, .menu-open #logo .menu-close:after, .menu-opening #logo .menu-close:after {
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  opacity: 1; }

#logo {
  position: fixed;
  top: 50px;
  left: 70px;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  z-index: 999; }

nav {
  height: 100px;
  background-color: transparent;
  padding-right: 100px; }
  nav .navbar-nav {
    margin-left: auto;
    margin-right: 110px;
    align-items: center;
    display: flex;
    flex-direction: row !important;
    font-family: europa, sans-serif;
    font-weight: 400;
    font-style: normal; }
    nav .navbar-nav .active {
      box-shadow: 0 5px 0 #60F2BF; }
    nav .navbar-nav .c-navigation__item {
      margin-left: 58px;
      font-weight: 400;
      font-size: 1.3em; }
      nav .navbar-nav .c-navigation__item a:hover {
        text-decoration: none; }
  nav .brand {
    margin-left: 29px;
    z-index: 1001; }
  nav img {
    height: 80px; }
  nav svg {
    height: 80px;
    width: auto;
    fill: #000; }
  nav .row {
    height: 100px;
    display: flex;
    align-items: center;
    margin: 0px; }
  nav .active .c-navigation__link {
    -webkit-box-shadow: 0 2px 0 #fff, inset 0 -3rem 0 #fff;
    box-shadow: 0 2px 0 #fff, inset 0 -3rem 0 #fff; }
  nav .c-navigation__link {
    -webkit-box-shadow: 0 5px 0 #60F2BF;
    box-shadow: 0 5px 0 #60F2BF; }
  nav .c-navigation__link {
    font-weight: 400;
    text-decoration: none;
    transition: 0.5s !important;
    -webkit-transition: -webkit-box-shadow 1s cubic-bezier(0.19, 1, 0.22, 1);
    transition: -webkit-box-shadow 1s cubic-bezier(0.19, 1, 0.22, 1);
    transition: box-shadow 1s cubic-bezier(0.19, 1, 0.22, 1);
    transition: box-shadow 1s cubic-bezier(0.19, 1, 0.22, 1), -webkit-box-shadow 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-box-shadow: 0 5px 0 #60F2BF;
    box-shadow: 0 5px 0 #60F2BF; }
    nav .c-navigation__link:hover, nav .c-navigation__link:focus {
      color: #F8F8F8;
      -webkit-box-shadow: 0 2px 0 #60F2BF, inset 0 -3rem 0 #60F2BF;
      box-shadow: 0 2px 0 #60F2BF, inset 0 -3rem 0 #60F2BF;
      text-decoration: none; }

.slider-buttons {
  float: right;
  background: #F8F8F8;
  padding: 5px;
  margin-top: 25px; }
  .slider-buttons button {
    background-color: transparent;
    border: 0;
    border-radius: 0 !important; }
    .slider-buttons button img {
      width: 50px; }
    .slider-buttons button:focus, .slider-buttons button:active {
      border: 0; }

.c__link_focus {
  text-decoration: none;
  -webkit-box-shadow: 0 5px 0 #60F2BF, inset 0 -3rem 0 #60F2BF;
  box-shadow: 0 5px 0 #60F2BF, inset 0 -3rem 0 #60F2BF;
  padding-left: 3px;
  padding-right: 3px; }

.blog-list .arrow-link {
  transform: rotate(225deg); }
.blog-list .col-md-4 {
  padding: 15px; }
.blog-list .one-article {
  height: 100%;
  width: 100%;
  position: relative;
  -webkit-box-shadow: 0px 20px 40px 0px rgba(50, 50, 50, 0.1);
  -moz-box-shadow: 0px 20px 40px 0px rgba(50, 50, 50, 0.1);
  box-shadow: 0px 20px 40px 0px rgba(50, 50, 50, 0.1);
  transition: .5s; }
  .blog-list .one-article:hover {
    -webkit-box-shadow: 0px 20px 40px 0px rgba(50, 50, 50, 0.3);
    -moz-box-shadow: 0px 20px 40px 0px rgba(50, 50, 50, 0.3);
    box-shadow: 0px 20px 40px 0px rgba(50, 50, 50, 0.3);
    transform: scale(1.02); }
    .blog-list .one-article:hover .arrow-link {
      transform: rotate(180deg); }
.blog-list .card, .blog-list .card-header, .blog-list .card-footer, .blog-list .card-img, .blog-list .card-img-top {
  border: none;
  border-radius: 0; }
.blog-list .blog-link:hover {
  text-decoration: none; }
.blog-list .arrow-link {
  width: 35px;
  height: 35px;
  margin-left: auto;
  transition: .5s; }

.ref-wrap {
  align-items: center; }
  .ref-wrap .arrow-link {
    margin-top: 20px; }
  .ref-wrap .ref-item {
    margin-bottom: 25px;
    margin-top: 15px; }
    .ref-wrap .ref-item:hover .arrow-link {
      margin-left: 15px; }
    .ref-wrap .ref-item .img-link {
      position: relative; }
      .ref-wrap .ref-item .img-link .ref-img-top {
        width: 100%; }
      .ref-wrap .ref-item .img-link .overlay-img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #000;
        opacity: 0;
        -webkit-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
        -webkit-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s; }
      .ref-wrap .ref-item .img-link:hover .overlay-img {
        opacity: 0.2; }
    .ref-wrap .ref-item .img-link {
      display: block;
      position: relative; }
    .ref-wrap .ref-item .tekst-link {
      font-size: 1.6rem; }
      .ref-wrap .ref-item .tekst-link:hover {
        text-decoration: underline !important; }
      .ref-wrap .ref-item .tekst-link .arrow-link {
        width: 25px;
        height: 25px;
        transition: .5s;
        transform: rotate(180deg); }

.btn {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 62px; }

.c__link {
  text-decoration: none;
  transition: 0.5s !important;
  -webkit-box-shadow: 0 5px 0 #60F2BF;
  box-shadow: 0 5px 0 #60F2BF; }
  .c__link:hover {
    text-decoration: none;
    -webkit-box-shadow: 0 5px 0 #60F2BF, inset 0 -3rem 0 #60F2BF;
    box-shadow: 0 5px 0 #60F2BF, inset 0 -3rem 0 #60F2BF; }

.project {
  transition: .5s ease;
  position: relative;
  overflow: hidden;
  height: auto; }
  .project .overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #60F2BF; }
  .project .text {
    font-weight: 400;
    color: white;
    font-size: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center; }
  .project img {
    width: 100%;
    height: 100%;
    display: block;
    transition: .5s ease; }
  .project:hover {
    transform: scale(0.95); }
    .project:hover .overlay {
      opacity: 0.95 !important;
      z-index: 100; }
      .project:hover .overlay .text {
        opacity: 1; }
    .project:hover img {
      transform: scale(1.2); }

.multiple-slider {
  max-height: 500px;
  overflow-y: hidden;
  left: 0px;
  margin-bottom: 0px !important;
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }
  .multiple-slider .slick-slide {
    position: relative;
    height: 320px; }
  .multiple-slider .slide-quote {
    max-width: 400px; }
  .multiple-slider img {
    max-height: 100%;
    margin-right: 20px; }

.type-2 {
  float: none !important;
  background: #60F2BF;
  padding: 5px;
  margin-top: 25px; }
  .type-2 button {
    background-color: transparent;
    border: 0;
    border-radius: 0 !important; }
    .type-2 button img {
      width: 50px; }
    .type-2 button:focus, .type-2 button:active {
      border: 0; }

.header-home .display-home {
  font-weight: 400; }
  .header-home .display-home input {
    width: 90%;
    max-width: 600px;
    border: none;
    border-bottom: 5px solid #60F2BF;
    background: transparent;
    color: #60F2BF !important;
    font-weight: 400;
    margin-bottom: 35px;
    background-size: 80px;
    background-position: center right;
    background-repeat: no-repeat; }
  .header-home .display-home input::placeholder {
    color: #60F2BF !important; }
.header-home h2 {
  margin-top: 160px;
  margin-bottom: 120px; }

.header-rest {
  margin-top: 100px;
  margin-bottom: 100px; }
  .header-rest h1 {
    font-size: 3rem;
    margin-left: 10px; }
  .header-rest h2 {
    margin-top: 60px;
    margin-bottom: 30px; }

.form-control {
  max-width: 100%;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #000;
  border-bottom: 3px solid #000;
  width: 90%;
  display: block;
  line-height: 3.6rem; }
  .form-control:focus {
    border-color: #000;
    background-color: rgba(0, 0, 0, 0.15);
    color: #000; }

textarea.form-control {
  font-size: 30px;
  margin-top: 30px;
  background-color: rgba(0, 0, 0, 0.1);
  width: 100%; }

.mb-wow {
  background-color: transparent;
  border: 0;
  margin-top: 30px; }

.form-group h4 {
  font-weight: 400; }

.maps {
  background-color: #60F2BF;
  width: 100%;
  height: 100%;
  min-height: 400px; }
  .maps .gmnoprint {
    display: none; }

.ul-contact {
  list-style: none;
  padding: 0;
  font-size: 1.4em;
  font-weight: 400; }

.mobile-nav-scroll {
  position: fixed;
  top: auto;
  bottom: 0;
  width: 100%;
  z-index: 1000; }
  .mobile-nav-scroll .ham1 {
    margin-right: 0;
    margin-top: 0; }
  .mobile-nav-scroll .ham {
    margin-top: 0 !important; }

.font-600 {
  font-weight: 600; }

#cookies {
  position: fixed;
  animation-delay: 1.2s;
  visibility: visible;
  animation-name: fadeIn;
  right: 10px;
  left: 10px;
  bottom: 10px;
  background-color: #000;
  text-align: left;
  padding: 24px;
  padding-top: 14px;
  color: white; }
  #cookies h1, #cookies h2, #cookies h3 {
    color: #60F2BF; }
  #cookies .btn-line {
    border: 1px solid #60F2BF;
    color: #60F2BF; }
  #cookies .btn-full {
    border: 1px solid #60F2BF;
    background-color: #60F2BF;
    color: #000; }
  #cookies .btn-full:hover, #cookies .btn-line:hover {
    background-color: #60F2BF;
    border: 1px solid #60F2BF;
    color: #000; }

#cookies .exit {
  position: absolute;
  top: 5px;
  right: 25px;
  margin-bottom: 10px;
  color: #60F2BF;
  font-size: 25px;
  opacity: 0.5; }

#cookies .exit:before {
  transform: rotate(45deg); }

#cookies .exit:after {
  transform: rotate(-45deg); }

#cookies .exit:before, #cookies .exit:after {
  position: absolute;
  content: ' ';
  height: 20px;
  width: 2px;
  top: 5px;
  background-color: #60F2BF; }

@media (min-width: 576px) {
  .random_st {
    padding: 25px; }

  .btns-blog {
    margin-bottom: 35px; }

  #cookies {
    max-width: 270px;
    right: auto; } }
@media (min-width: 768px) {
  footer {
    padding-top: 50px;
    padding-bottom: 50px; }

  .spotify .spotify-left {
    height: 420px;
    padding-right: 130px !important; }
  .spotify:hover #icon-lp-mini {
    margin-left: 130px; }
  .spotify:hover .img--grid {
    margin-left: 0px; }
  .spotify .grid__item {
    position: relative;
    width: 350px;
    margin-left: -100px;
    margin-top: 0; }
  .spotify img, .spotify #icon-lp-mini {
    width: 350px;
    height: 350px; }

  .random_st {
    padding: 55px; }

  .header-home-template {
    margin-bottom: 150px; }

  .pictures {
    min-height: 550px;
    max-height: 600px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    position: relative; }
    .pictures img {
      transition: 1s;
      height: auto;
      position: absolute;
      transition: all .2s ease-in-out; }
    .pictures #z-one {
      width: 70%;
      z-index: 15;
      -webkit-box-shadow: 15px -15px 0px 0px #60F2BF;
      -moz-box-shadow: 15px -15px 0px 0px #60F2BF;
      box-shadow: 15px -15px 0px 0px #60F2BF;
      left: 10%;
      right: 20%; }
      .pictures #z-one:hover {
        -webkit-box-shadow: -15px 15px 0px 0px #60F2BF;
        -moz-box-shadow: -15px 15px 0px 0px #60F2BF;
        box-shadow: -15px 15px 0px 0px #60F2BF; }
    .pictures #z-two {
      width: 60%;
      z-index: 10;
      bottom: 0;
      right: 0; }
    .pictures #z-tree {
      width: 70%;
      z-index: 5;
      -webkit-box-shadow: 15px 15px 0px 0px #60f2bf;
      -moz-box-shadow: 15px 15px 0px 0px #60f2bf;
      box-shadow: 15px 15px 0px 0px #60f2bf;
      left: 0;
      bottom: 15%; }
      .pictures #z-tree:hover {
        -webkit-box-shadow: -15px -15px 0px 0px #60F2BF;
        -moz-box-shadow: -15px -15px 0px 0px #60F2BF;
        box-shadow: -15px -15px 0px 0px #60F2BF; }
    .pictures .hover2 {
      z-index: 100 !important;
      transition-delay: 0.5s; }

  #z-one:hover, #z-two:hover, #z-tree:hover {
    z-index: 100 !important;
    transform: scale(1.1); }

  .pad-100 {
    padding-top: 120px;
    padding-bottom: 120px; }

  .pad-50 {
    padding-top: 80px;
    padding-bottom: 80px; }

  .pad-t-100 {
    padding-top: 120px;
    padding-bottom: 0px; }

  .pad-b-100 {
    padding-top: 0px;
    padding-bottom: 120px; }

  .header-home {
    margin-top: 100px;
    margin-bottom: 100px; }
    .header-home .display-home input {
      width: 90%;
      max-width: 700px;
      border: none;
      border-bottom: 5px solid #60F2BF;
      background: transparent;
      color: #60F2BF !important;
      font-weight: 400;
      background-size: 80px;
      background-position: center right;
      background-repeat: no-repeat; }
    .header-home .display-home input::placeholder {
      color: #60F2BF !important; }
    .header-home h2 {
      margin-top: 160px;
      margin-bottom: 120px; } }
@media (min-width: 992px) {
  .pictures {
    width: 100%;
    min-height: 300px;
    max-height: 600px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative; }
    .pictures img {
      transition: 1s;
      height: auto;
      position: absolute;
      transition: all .2s ease-in-out; }
    .pictures #z-one {
      width: 70%;
      z-index: 15;
      -webkit-box-shadow: 15px -15px 0px 0px #60F2BF;
      -moz-box-shadow: 15px -15px 0px 0px #60F2BF;
      box-shadow: 15px -15px 0px 0px #60F2BF;
      left: 10%;
      top: 10%;
      right: 20%; }
      .pictures #z-one:hover {
        -webkit-box-shadow: -15px 15px 0px 0px #60F2BF;
        -moz-box-shadow: -15px 15px 0px 0px #60F2BF;
        box-shadow: -15px 15px 0px 0px #60F2BF !important; }
    .pictures #z-two {
      width: 60%;
      z-index: 10;
      bottom: 0;
      right: 0; }
    .pictures #z-tree {
      width: 70%;
      z-index: 5;
      -webkit-box-shadow: 15px 15px 0px 0px #60F2BF;
      -moz-box-shadow: 15px 15px 0px 0px #60F2BF;
      box-shadow: 15px 15px 0px 0px #60F2BF;
      left: 0;
      bottom: 10%; }
      .pictures #z-tree:hover {
        -webkit-box-shadow: -15px -15px 0px 0px #60F2BF;
        -moz-box-shadow: -15px -15px 0px 0px #60F2BF;
        box-shadow: -15px -15px 0px 0px #60F2BF; }
    .pictures #z-tree.hover2 {
      z-index: 100 !important;
      transition-delay: 0.5s; }

  .img-right {
    height: 500px; }

  .barra-laterale {
    background-color: transparent;
    top: 0; }

  #fullnav .onder .col-md-3 li {
    font-size: 1.5em; }

  .blog-pic {
    margin-bottom: 50px; }
    .blog-pic img {
      width: 100%; }

  .multiple-slider .slick-slide {
    height: 500px; }

  .header-home .display-home input {
    width: 90%; }

  .circle {
    position: absolute;
    background-color: #60F2BF;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    z-index: 100000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    opacity: 1;
    mix-blend-mode: difference; }
    .circle.enlarge {
      width: 65px;
      height: 65px;
      -webkit-transform: translate(-30%, -30%);
      -moz-transform: translate(-30%, -30%);
      -ms-transform: translate(-30%, -30%);
      -o-transform: translate(-30%, -30%);
      transform: translate(-30%, -30%); }

  .call-to-action {
    margin-top: 150px;
    padding-bottom: 150px;
    min-height: 25vh;
    margin-left: auto;
    margin-right: auto; }

  .call-to-action .a-action {
    color: black; }
  .call-to-action h2 {
    padding-bottom: 0.3em; }

  .random_st {
    padding: 4%;
    margin-top: 100px;
    margin-bottom: 120px; }
    .random_st:nth-child(2n+2) {
      padding: 8%; }
    .random_st:nth-child(2) {
      margin-top: 0px;
      margin-bottom: 120px;
      padding: 8%; }
    .random_st:nth-child(3) {
      margin-top: 10px;
      margin-bottom: 80px;
      padding: 4%; }
    .random_st:nth-child(4) {
      margin-top: 60px;
      margin-bottom: 90px;
      padding: 6%; }
    .random_st:nth-child(5) {
      margin-top: 0px;
      margin-bottom: 80px;
      padding: 7%; }
    .random_st:nth-child(6) {
      margin-top: 50px;
      margin-bottom: 50px;
      padding: 6%; }
    .random_st:nth-child(7) {
      margin-top: 0px;
      margin-bottom: 120px;
      padding: 8%; }
    .random_st:nth-child(8) {
      margin-top: 10px;
      margin-bottom: 80px;
      padding: 4%; }
    .random_st:nth-child(9) {
      margin-top: 60px;
      margin-bottom: 90px;
      padding: 6%; }
    .random_st:nth-child(10) {
      margin-top: 0px;
      margin-bottom: 80px;
      padding: 10%; }
    .random_st:nth-child(11) {
      margin-top: 50px;
      margin-bottom: 50px;
      padding: 6%; }
    .random_st:nth-child(12) {
      margin-top: 0px;
      margin-bottom: 120px;
      padding: 8%; }
    .random_st:nth-child(13) {
      margin-top: 10px;
      margin-bottom: 80px;
      padding: 4%; }
    .random_st:nth-child(14) {
      margin-top: 60px;
      margin-bottom: 90px;
      padding: 6%; }
    .random_st:nth-child(15) {
      margin-top: 0px;
      margin-bottom: 80px;
      padding: 10%; }
    .random_st:nth-child(16) {
      margin-top: 50px;
      margin-bottom: 50px;
      padding: 6%; }
    .random_st:nth-child(17) {
      margin-top: 0px;
      margin-bottom: 120px;
      padding: 8%; }
    .random_st:nth-child(18) {
      margin-top: 10px;
      margin-bottom: 80px;
      padding: 4%; }
    .random_st:nth-child(19) {
      margin-top: 60px;
      margin-bottom: 90px;
      padding: 6%; }
    .random_st:nth-child(20) {
      margin-top: 0px;
      margin-bottom: 80px;
      padding: 10%; }
    .random_st:nth-child(21) {
      margin-top: 50px;
      margin-bottom: 50px;
      padding: 6%; }

  #full-nav .c-navigation__item a:hover {
    color: #000 !important; }
  #full-nav .boven {
    transition-delay: calc(1.2s + var(--teller));
    width: 100%;
    max-width: 100%;
    position: relative; }
    #full-nav .boven ul {
      flex-direction: row;
      display: flex; }
  #full-nav .onder {
    transition-delay: calc(1.2s + var(--teller)); }
    #full-nav .onder .row {
      padding: 40px; }
    #full-nav .onder .col-md-6 ul {
      font-size: 2em; }
    #full-nav .onder .col-md-3 li {
      font-size: 1.5em; }
  #full-nav .navbar-nav {
    flex-direction: row !important;
    font-family: europa, sans-serif;
    font-weight: 400;
    font-style: normal; }
    #full-nav .navbar-nav li {
      margin-right: 50px; }
  #full-nav .Hoofd-nav .navbar-nav {
    font-weight: 400; }
    #full-nav .Hoofd-nav .navbar-nav a {
      color: #000;
      font-size: 4.5em; }
  #full-nav .Sub-nav .navbar-nav a {
    color: #000;
    font-size: 2.5em; }

  .header-foto {
    height: 70vh;
    width: 100%;
    position: relative;
    margin-top: -65px;
    z-index: -5; }

  .navigation {
    padding-left: 40px;
    bottom: 80px;
    position: absolute; }

  #full-nav .boven {
    height: calc(100% - 344px) !important; }
  #full-nav .onder {
    height: 344px !important; } }
@media (min-width: 1200px) {
  .pictures {
    height: 110%; }
    .pictures #z-one {
      top: 0; } }
@media (min-width: 1600px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1400px; } }
/* SPACER */
@media (max-width: 575.98px) {
  .article-thumb {
    height: 200px !important; }

  .slick-slide img {
    margin-bottom: 25px; }

  .btn-rechts {
    margin-top: 25px;
    text-align: right !important; }

  .ref-img {
    margin-bottom: 25px; } }
@media (max-width: 767.98px) {
  .display-2 {
    font-size: 3.5rem; }

  nav .brand {
    margin-left: 10px; }

  #logo {
    left: 50px; }

  .line {
    stroke: #fff; }

  .maps {
    margin-top: 35px; }

  .mob-mrgn {
    margin-bottom: 25px;
    margin-top: 25px; }
    .mob-mrgn .mob-mrgn:first-child {
      margin-top: 0; }
    .mob-mrgn .mob-mrgn:last-child {
      margin-bottom: 0; } }
@media (max-width: 991.98px) {
  .type-wrap {
    height: 45px !important; }

  .ham1 {
    margin-left: auto;
    margin-right: 50px;
    background-color: transparent; }

  nav {
    padding-right: 0; }

  .random {
    padding-top: 5% !important;
    padding-bottom: 5% !important;
    padding-left: 5% !important;
    padding-right: 5% !important; } }
@media (prefers-color-scheme: dark) {
  .card, .card-header, .card-footer, .card-img, .card-img-top {
    color: #000; }
    .card a, .card h1, .card h2, .card h3, .card h4, .card h5, .card h6, .card p, .card-header a, .card-header h1, .card-header h2, .card-header h3, .card-header h4, .card-header h5, .card-header h6, .card-header p, .card-footer a, .card-footer h1, .card-footer h2, .card-footer h3, .card-footer h4, .card-footer h5, .card-footer h6, .card-footer p, .card-img a, .card-img h1, .card-img h2, .card-img h3, .card-img h4, .card-img h5, .card-img h6, .card-img p, .card-img-top a, .card-img-top h1, .card-img-top h2, .card-img-top h3, .card-img-top h4, .card-img-top h5, .card-img-top h6, .card-img-top p {
      color: #000; }
    .card .c__link svg, .card-header .c__link svg, .card-footer .c__link svg, .card-img .c__link svg, .card-img-top .c__link svg {
      fill: #000; }

  #z-two {
    -webkit-box-shadow: -15px -15px 0px 0px #F8F8F8;
    -moz-box-shadow: -15px -15px 0px 0px #F8F8F8;
    box-shadow: -15px -15px 0px 0px #F8F8F8; }
    #z-two:hover {
      -webkit-box-shadow: 15px 15px 0px 0px #F8F8F8;
      -moz-box-shadow: 15px 15px 0px 0px #F8F8F8;
      box-shadow: 15px 15px 0px 0px #F8F8F8; }

  #hamburger .menu-line:after {
    background-color: #F8F8F8; }

  #hamburger .menu-text {
    color: #F8F8F8; }

  .btn-solid {
    background-color: #F8F8F8;
    border: 1px solid #F8F8F8;
    color: #000; }

  .btn-line {
    border: 1px solid #F8F8F8;
    color: #F8F8F8; }

  .btn:hover {
    border: 1px solid #60F2BF;
    color: #000 !important;
    background-color: #60F2BF; }

  body {
    background-color: #0f0f0f;
    color: #F8F8F8; }
    body h1, body h2, body h3, body h4, body a, body p {
      color: #F8F8F8; }
    body a:hover {
      color: #F8F8F8; }

  .card, .card-header, .card-footer, .card-img, .card-img-top {
    background-color: #60F2BF; }

  .c__link {
    color: #F8F8F8; }
    .c__link svg {
      fill: #F8F8F8; }
    .c__link:hover {
      color: #000 !important; }
      .c__link:hover svg, .c__link:hover #svg-communicatie {
        fill: #000 !important;
        stroke: #000 !important; }

  .c-navigation__item {
    color: #F8F8F8; }

  .bg-accent, .c__link_focus {
    color: #000 !important; }

  .bg-accent h1, .bg-accent h2, .bg-accent h3, .bg-accent h4, .bg-accent a, .bg-accent p, .bg-accent span {
    color: #000; }
  .bg-accent svg, .bg-accent #svg-communicatie {
    fill: #000 !important;
    stroke: #000 !important; }

  .project .text {
    color: #0f0f0f; }

  .menu-open .c-navigation__item {
    color: #000; }
    .menu-open .c-navigation__item a {
      color: #000; }
  .menu-open .clearfix svg {
    fill: #000 !important; }

  .bezoekersnaam {
    color: #60F2BF; }

  .display-home input {
    color: #60F2BF !important; }
  .display-home input::placeholder {
    color: #60F2BF !important; }

  .brand svg {
    height: 80px;
    width: auto;
    fill: #F8F8F8 !important;
    stroke: 0; }

  footer a:hover {
    color: #60F2BF !important; }

  .bg-accent .c__link {
    text-decoration: none;
    transition: 0.5s !important;
    -webkit-box-shadow: 0 5px 0 #000;
    box-shadow: 0 5px 0 #000;
    color: #000; }
    .bg-accent .c__link:hover {
      -webkit-box-shadow: 0 5px 0 #000, inset 0 -3rem 0 #000;
      box-shadow: 0 5px 0 #000, inset 0 -3rem 0 #000;
      color: #60F2BF !important; }
      .bg-accent .c__link:hover #Capa_1 {
        fill: #60F2BF !important; } }
@media (prefers-color-scheme: light) {
  #z-two {
    -webkit-box-shadow: -15px -15px 0px 0px #000;
    -moz-box-shadow: -15px -15px 0px 0px #000;
    box-shadow: -15px -15px 0px 0px #000; }
    #z-two:hover {
      -webkit-box-shadow: 15px 15px 0px 0px #000;
      -moz-box-shadow: 15px 15px 0px 0px #000;
      box-shadow: 15px 15px 0px 0px #000; }

  #hamburger .menu-line:after {
    background-color: #000; }

  #hamburger .menu-text {
    color: #000; }

  .btn-solid {
    background-color: #000;
    border: 1px solid #000;
    color: #F8F8F8; }

  .btn-line {
    border: 1px solid #000; }

  .btn:hover {
    border: 1px solid #60F2BF;
    color: #F8F8F8; }

  .c__link {
    color: #000; }

  body {
    background-color: #F8F8F8;
    overflow-x: hidden !important;
    /* Hide horizontal scrollbar */
    max-width: 100%;
    color: #000; }
    body h1, body h2, body h3, body h4, body a, body p, body span {
      color: #000; }
    body a:hover {
      color: #000; }
    body .card, body .card-header, body .card-footer, body .card-img, body .card-img-top {
      background-color: #F8F8F8; }

  .c-navigation__item {
    color: #000; } }
