@charset "UTF-8";
@font-face {
  font-family: AndaleMono;
  src: url(Andale/AndaleMonoMTStd.otf); }

@font-face {
  font-family: AndaleMonoBold;
  src: url(Andale/AndaleMonoMTStd-Bold.otf); }

.hamburger {
  font: inherit;
  display: inline-block;
  overflow: visible;
  margin: 0;
  padding: 15px;
  cursor: pointer;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-duration: .15s;
  -o-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: opacity,-webkit-filter;
  transition-property: opacity,-webkit-filter;
  -o-transition-property: opacity,filter;
  transition-property: opacity,filter;
  transition-property: opacity,filter,-webkit-filter;
  text-transform: none;
  color: inherit;
  border: 0;
  background-color: transparent !important;
  opacity: 0.5; }
  .hamburger:hover {
    opacity: 1; }

.hamburger-box {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px; }

.hamburger-inner {
  top: 50%;
  display: block;
  margin-top: -2px;
  position: absolute;
  width: 40px;
  height: 4px;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .15s;
  -o-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, -webkit-transform;
  -o-transition-property: transform, background-color;
  transition-property: transform, background-color;
  transition-property: transform, background-color, -webkit-transform;
  border-radius: 0px;
  background-color: white; }
  .hamburger-inner:after, .hamburger-inner:before {
    position: absolute;
    width: 40px;
    height: 4px;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .15s;
    -o-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    border-radius: 0px;
    background-color: white; }
  .hamburger-inner:after {
    display: block;
    content: ""; }
  .hamburger-inner:before {
    display: block;
    content: "";
    top: -10px; }
  .hamburger-inner:after {
    bottom: -10px; }

.hamburger--squeeze .hamburger-inner {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition-duration: 75ms;
  -o-transition-duration: 75ms;
  transition-duration: 75ms; }
  .hamburger--squeeze .hamburger-inner:before {
    -webkit-transition: top 75ms ease 0.12s, opacity 75ms ease;
    -o-transition: top 75ms ease 0.12s, opacity 75ms ease;
    transition: top 75ms ease 0.12s, opacity 75ms ease; }
  .hamburger--squeeze .hamburger-inner:after {
    -webkit-transition: bottom 75ms ease 0.12s, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 75ms ease 0.12s, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.is-active .hamburger-inner {
  -webkit-transition-delay: .12s;
  -o-transition-delay: .12s;
  transition-delay: .12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #1A2930; }
  .hamburger--squeeze.is-active .hamburger-inner:before {
    top: 0;
    -webkit-transition: top 75ms ease,opacity 75ms ease .12s;
    -o-transition: top 75ms ease,opacity 75ms ease .12s;
    transition: top 75ms ease,opacity 75ms ease .12s;
    opacity: 0;
    background-color: #1A2930; }
  .hamburger--squeeze.is-active .hamburger-inner:after {
    background-color: #1A2930;
    bottom: 0;
    -webkit-transition: bottom 75ms ease, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
    transition: bottom 75ms ease, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
    -o-transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
    transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
    transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg); }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      font-size: 0;
      line-height: 0;
      display: block;
      width: 20px;
      height: 20px;
      padding: 5px;
      cursor: pointer;
      color: transparent;
      border: 0;
      outline: none;
      background: transparent; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
      .slick-dots li button:hover:before, .slick-dots li button:focus:before {
        opacity: 1; }
      .slick-dots li button:before {
        font-family: 'slick';
        font-size: 26px;
        line-height: 40px;
        position: absolute;
        top: 0;
        left: 0;
        width: 20px;
        height: 20px;
        content: '•';
        text-align: center;
        opacity: .25;
        color: black;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      opacity: .75;
      color: black; }

.section-text {
  width: 100%;
  background-color: #FFF;
  padding-top: 2em;
  padding-left: 1em;
  padding-right: 1em;
  padding-bottom: 2em;
  color: #1A2930; }
  @media (min-width: 50em) {
    .section-text {
      padding: 3em 0; } }
  .section-text .section-inner {
    width: 100%; }
    @media (min-width: 37.5em) {
      .section-text .section-inner {
        width: 90%;
        margin: 0 auto; } }
    @media (min-width: 50em) {
      .section-text .section-inner {
        width: 100%;
        padding: 0 3em 0 3em;
        margin: 0 auto; } }
    @media (min-width: 64em) {
      .section-text .section-inner {
        width: 960px;
        margin: 0 auto; } }

.section-heading {
  font-size: 30px; }

.footer-inner {
  margin-top: 100px !important; }
  @media (min-width: 50em) {
    .footer-inner {
      max-width: 75% !important; } }


#crowdfunding {
  background-color: #F3F3F3; }
  
#contact {
  background-color: #F9F9F9; }
  
#deelnemers {
  background-color: #E9E9E9; }

#partners {
  background-color: #E3E3E3; }

#footer {
  background-color: #D9D9D9; }

.video-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
  z-index: -1; }
  .video-overlay.modal-visible {
    opacity: 1;
    z-index: 10; }
  .video-overlay iframe {
    margin: auto; }
  .video-overlay .exit-modal {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 30px;
    cursor: pointer; }

body, html {
  height: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 0 auto;
  font-family: "AndaleMono", monospace; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  *:focus {
    outline: none; }

#content {
  width: 100%;
  height: 100%; }

button {
  font-family: "AndaleMono", monospace;
  padding: 20px;
  outline: none;
  border: none;
  border-radius: 2px;
  font-size: 25px;
  background-color: #1A2930;
  color: white;
  cursor: pointer;
  -webkit-transition: color 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: color 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: color 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  button:hover {
    color: white;
    background-color: blue; }

ul a {
  text-decoration: none; }

.large-spacer {
  display: none; }
  @media (min-width: 50em) {
    .large-spacer {
      display: block;
      height: 2vh; } }

.space-project {
  background-color: white; }

#content-wrapper {
  width: 100vw; }

#header {
  height: 100vh;
  background-color: white;
  position: relative;
  padding: 0;
  -webkit-transition: padding .15s linear;
  -o-transition: padding .15s linear;
  transition: padding .15s linear; }
  @media (min-width: 37.5em) {
    #header {
      height: 100vh; } }
  #header .stickyheader {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 3;
    background-color: transparent;
    -webkit-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    transition: background-color .3s ease; }
    #header .stickyheader .sticky-inner {
      padding: 15px;
      width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      #header .stickyheader .sticky-inner .burger-box {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: baseline;
        -webkit-align-items: baseline;
        -ms-flex-align: baseline;
        align-items: baseline; }
        @media (min-width: 50em) {
          #header .stickyheader .sticky-inner .burger-box {
            display: block !important; } }
      @media (min-width: 37.5em) {
        #header .stickyheader .sticky-inner {
          padding: 0;
          width: 90%;
          margin: 0 auto; } }
      #header .stickyheader .sticky-inner h3 {
        opacity: 0;
        -webkit-transition: opacity .3s ease;
        -o-transition: opacity .3s ease;
        transition: opacity .3s ease;
        font-size: 17px; }
        @media (min-width: 37.5em) {
          #header .stickyheader .sticky-inner h3 {
            font-size: 21px; } }
    #header .stickyheader.stick-active {
      background-color: white; }
      #header .stickyheader.stick-active .sticky-inner h3 {
        opacity: 1; }
      #header .stickyheader.stick-active .hamburger-inner {
        background-color: black; }
        #header .stickyheader.stick-active .hamburger-inner:before, #header .stickyheader.stick-active .hamburger-inner:after {
          background-color: black; }
      #header .stickyheader.stick-active .langswitcher a {
        color: black !important; }
  #header .nav-container {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: auto;
    z-index: 2; }
    @media (min-width: 37.5em) {
      #header .nav-container {
        width: 80vw;
        margin: 0 auto;
        padding: 0px; } }
    @media (min-width: 64em) {
      #header .nav-container {
        padding: 10px; } }
    #header .nav-container .mobilenav {
      display: none;
      position: fixed;
      width: 100%;
      height: 100vh;
      top: 0;
      left: 0;
      background-color: white; }
      #header .nav-container .mobilenav .mobilenav-inner {
        height: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 2em; }
        #header .nav-container .mobilenav .mobilenav-inner ul {
          list-style-type: none;
          width: 100%;
          padding: 0; }
          #header .nav-container .mobilenav .mobilenav-inner ul li {
            text-align: center;
            font-size: 30px;
            margin-bottom: 1em;
            cursor: pointer;
            opacity: 1;
            -webkit-transition: opacity 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
            -o-transition: opacity 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
            transition: opacity 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
            color: #1A2930; }
            #header .nav-container .mobilenav .mobilenav-inner ul li:hover {
              opacity: 0.5; }
    #header .nav-container nav {
      display: none;
      width: 100%; }
      @media (min-width: 37.5em) {
        #header .nav-container nav {
          display: table; } }
      @media (min-width: 50em) {
        #header .nav-container nav {
          width: auto; } }
      #header .nav-container nav ul {
        list-style-type: none;
        display: table-row;
        margin: 0 auto;
        padding: 0; }
        #header .nav-container nav ul li {
          display: table-cell;
          padding: 5px;
          font-size: 10px;
          color: rgba(255, 255, 255, 0.5);
          text-align: center;
          cursor: pointer;
          -webkit-transition: color 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
          -o-transition: color 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition: color 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
          @media (min-width: 37.5em) {
            #header .nav-container nav ul li {
              text-align: left;
              padding: 10px;
              font-size: 25px; } }
          @media (min-width: 64em) {
            #header .nav-container nav ul li {
              padding: 10px;
              font-size: 25px; } }
          @media (min-width: 70em) {
            #header .nav-container nav ul li {
              padding: 15px;
              font-size: 30px; } }
          #header .nav-container nav ul li:hover {
            color: white; }

.slick-list, .slick-track {
  height: 100%;
  width: 100%; }

.slick-slide-inner {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  text-align: center; }
  .slick-slide-inner .Centered {
    height: 100%;
    width: auto;
    margin-left: -50%;
    display: block; }
    @media (min-width: 37.5em) {
      .slick-slide-inner .Centered {
        -o-object-fit: cover;
        object-fit: cover;
        width: auto;
        min-width: 100%;
        margin-left: 0;
        display: inline-block; } }

.header-images, .slick-slider {
  height: 100%;
  width: 100%; }

.images-slick {
  width: auto;
  max-height: 100%; }

#header-text {
  position: absolute;
  top: 50%;
  left: 0;
  bottom: 25%;
  right: 0;
  color: white; }
  @media (min-width: 37.5em) {
    #header-text {
      top: 60%; } }
  #header-text .header-text-inner {
    margin: 15px; }
    @media (min-width: 37.5em) {
      #header-text .header-text-inner {
        margin: 40px; } }
    #header-text .header-text-inner p {
      font-size: 16px;
      margin-top: 0;
      margin-bottom: 0; 
	  padding-bottom: 8px;}
      @media (min-width: 37.5em) {
        #header-text .header-text-inner p {
          font-size: 22px; } }
    #header-text .header-text-inner h1 {
      font-size: 36px;
      margin-top: 75px;
      margin-bottom: 5px; }
      @media (min-width: 37.5em) {
        #header-text .header-text-inner h1 {
          font-size: 60px; } }

#header-controls {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  right: 0;
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px; }
  #header-controls .sliderstate {
    padding-left: 10px; }
  #header-controls .slick-prev, #header-controls .slick-next {
    cursor: pointer;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease; }
    #header-controls .slick-prev:hover, #header-controls .slick-next:hover {
      opacity: 0.5; }

.hamburger {
  padding: 0 !important; }

.langswitcher {
  margin-right: 10px; }
  .langswitcher a {
    color: white;
    font-size: 12px;
    opacity: 0.5;
    -webkit-transition: 0.3s opacity ease;
    -o-transition: 0.3s opacity ease;
    transition: 0.3s opacity ease; }
    .langswitcher a:hover, .langswitcher a.active {
      opacity: 1;
      text-decoration: none; }

#projecttext .projecttext-inner .overons {
  z-index: 2;
  pointer-events: none;
  letter-spacing: 2px;
  font-family: "AndaleMonoBold", monospace;
  text-align: left;
  -webkit-transition: font-size .15s linear;
  -o-transition: font-size .15s linear;
  transition: font-size .15s linear; }

#projecttext .projecttext-inner .overons-paragraph {
  z-index: 2;
  pointer-events: none;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  text-align: left; }
  @media (min-width: 37.5em) {
    #projecttext .projecttext-inner .overons-paragraph {
      font-size: 14px; } }

#projecttext .projecttext-inner .naar-crowdfunding {
  z-index: 2;
  width: 100%;
  text-align: center;
  margin-top: 2em;
  pointer-events: all; }
  @media (min-width: 50em) {
    #projecttext .projecttext-inner .naar-crowdfunding {
      text-align: right; } }

.overons-parallax {
  display: none;
  -webkit-transition: max-width .15s linear;
  -o-transition: max-width .15s linear;
  transition: max-width .15s linear; }
  @media (min-width: 50em) {
    .overons-parallax {
      display: block;
      position: absolute;
      z-index: 0;
      max-width: 50vw; } }
  @media (min-width: 64em) {
    .overons-parallax {
      max-width: 40vw; } }
  .overons-parallax img {
    -webkit-filter: blur(1px);
    filter: blur(1px);
    cursor: pointer;
    -webkit-transition: -webkit-filter 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: -webkit-filter 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: filter 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: filter 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: filter 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-filter 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
    .overons-parallax img:hover {
      -webkit-filter: blur(0px);
      filter: blur(0px); }

#plax1 {
  z-index: 5 !important;
  bottom: 10em;
  left: 3em; }
  #plax1 img {
    max-width: 75%; }

#plax2 {
  top: 10em;
  left: 33%; }
  #plax2 img {
    max-width: 100%; }

p, span {
  font-size: 14px; }
  @media (min-width: 37.5em) {
    p, span {
      font-size: 18px;
      line-height: 1.3; } }

.deelnemers-details {
  margin-top: 50px; }
  .deelnemers-details .crew-groep {
    margin-bottom: 5px; }

span.crewlid {
  cursor: pointer;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
  opacity: 1; }

.steun-crowdfunding {
  min-height: 50%;
  margin-top: 75px;
  width: 100%;
  text-align: center; }

.contact-footer {
  background-color: #efefef;
  width: 100vw;
  height: 100vh;
  position: relative;
  overflow: hidden;
  background-color: white;
  color: #1A2930;
  z-index: -1; }
  .contact-footer .contact-footer-inner {
    bottom: 0;
    display: table;
    height: 100vh;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    padding: 3em; }

.footer-inner {
  margin-top: 0px !important; }
