body::before {
  display: none;
  content: "xs";
}

@media (min-width: 576px) and (max-width: 767.98px) {
  body::before {
    content: "sm";
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body::before {
    content: "md";
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body::before {
    content: "lg";
  }
}
@media (min-width: 1200px) {
  body::before {
    content: "xl";
  }
}
.popup-overlay {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99999996;
  display: flex;
  align-items: center;
  justify-content: center;
}

.popup {
  psointer-events: none;
  background: #fff;
  box-shadow: 0 13px 45px 0 rgba(0, 0, 0, 0.5);
}
.popup .popup-cross {
  position: relative;
  float: right;
}
.popup .popup-cross:hover:after {
  background-color: #fff;
}
.popup .popup-cross:after {
  position: absolute;
  width: 37px;
  height: 37px;
  background-color: #FBF6F0;
  transition: background-color 200ms ease-in-out;
  z-index: 99999997;
  content: "";
  background-image: url("/assets/svg/cross.svg");
  background-repeat: no-repeat;
  background-position: center center;
  margin-left: -50px;
  margin-top: 10px;
  border-radius: 999px;
}
.popup h4 {
  color: #384D57;
  font-size: 36px;
  font-weight: bold;
  line-height: 42px;
  text-align: center;
}
.popup h5 {
  font-size: 49px;
  font-weight: bold;
  line-height: 48px;
  margin-bottom: 25px;
}
@media (max-width: 991.98px) {
  .popup h5 {
    font-size: 25px;
    margin-bottom: 8px;
  }
}
.popup p {
  font-size: 16px;
  line-height: 28px;
  margin: 0;
}

.popup-video {
  width: 948px;
  height: 543px;
  sborder-radius: 15px;
  background-color: #FFFFFF;
  box-shadow: 0 13px 45px 0 rgba(0, 0, 0, 0.5);
  max-width: 90%;
  max-height: 90%;
}

@media (max-width: 767.98px) {
  .popup-video {
    height: auto;
  }
}
.popup-video-iframe-container {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #E1E1E1;
  height: 100%;
}
@media (max-width: 767.98px) {
  .popup-video-iframe-container {
    border: 0;
  }
}

* {
  -webkit-overflow-scrolling: touch;
}

body {
  overflow-x: hidden;
}

p:last-child {
  margin-bottom: 53px;
}

.page-container {
  background: inherit;
  color: #000;
}

#intro-animation {
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 999999;
  position: fixed;
  flex-direction: row;
  display: flex;
  pointer-events: none;
}

.intro-col {
  height: 100%;
  width: 25vw;
  margin-top: auto;
  transition: height 1000ms ease-in-out;
}

#intro-col-1 {
  background: #FFF;
}

#intro-col-2 {
  background: #FFF;
}

#intro-col-3 {
  background: #FFF;
}

#intro-col-4 {
  background: #FFF;
}

.intro-down {
  height: 0;
}

#page-detail-container-1, #page-detail-container-2 {
  overflow-y: scroll;
  width: 100%;
  display: none;
  height: 100vh;
  z-index: 1000;
  top: 0;
  position: absolute;
}
@media (max-width: 991.98px) {
  #page-detail-container-1, #page-detail-container-2 {
    position: fixed;
  }
}

.scrolled-out {
  position: relative;
}

.detail-nav-btn {
  position: fixed;
  z-index: 1001;
  bottom: 20px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 700ms ease-in-out, visibility 700ms ease-in-out;
}

.slider-nav-btn {
  position: fixed;
  z-index: 1001;
  bottom: 20px;
  opacity: 1;
  visibility: visible;
  transition: opacity 700ms ease-in-out, visibility 700ms ease-in-out;
}

.detail-page .slider-nav-btn {
  visibility: hidden;
  opacity: 0;
}

#link-down {
  left: 50%;
  margin-left: -25px;
}

#link-grid {
  left: 50%;
  margin-left: -25px;
}

#link-project-prev, #link-slider-prev {
  left: 20px;
}

#link-project-next, #link-slider-next {
  right: 20px;
}

.slider-first #link-slider-prev {
  visibility: hidden;
  opacity: 0;
}

.slider-last #link-slider-next {
  visibility: hidden;
  opacity: 0;
}

/*
.detail-page.detail-scrolled #link-project-prev, .detail-page.detail-scrolled #link-project-next {
    opacity: 1;
    visibility: visible;
}
*/
.detail-page #link-project-prev, .detail-page #link-project-next {
  opacity: 1;
  visibility: visible;
}

#btn-proj-home {
  opacity: 0;
  visibility: hidden;
}

.detail-page.detail-scrolled #link-grid, .detail-page.detail-scrolled #btn-proj-home {
  opacity: 1;
  visibility: visible;
}

/*
.detail-page.detail-scrolled.first-project #link-project-prev, .detail-page.detail-scrolled.last-project #link-project-next {
    opacity : 0;
    visibility: hidden;
}*/
.detail-page.first-project #link-project-prev, .detail-page.last-project #link-project-next {
  opacity: 0;
  visibility: hidden;
}

:not(.detail-page).mobile #btn-proj-prev, :not(.detail-page).mobile #btn-proj-next {
  opacity: 0;
  visibility: hidden;
}

#btn-proj-next, #btn-proj-prev, #btn-proj-home {
  transition: opacity 700ms ease-in-out, visibility 700ms ease-in-out;
}

body.prev-disabled #btn-proj-prev {
  opacity: 0;
  visibility: hidden;
}

body.next-disabled #btn-proj-next {
  opacity: 0;
  visibility: hidden;
}

#btn-proj-down {
  opacity: 0;
  visibility: hidden;
}

.detail-page:not(.detail-scrolled) #link-down, .detail-page:not(.detail-scrolled) #btn-proj-down {
  opacity: 1;
  visibility: visible;
}

.grid {
  position: absolute;
  display: flex;
  height: 100vh;
  overflow: hidden;
  flex-direction: row;
  transition: margin 1700ms cubic-bezier(0.42, 0, 0, 1);
  sstransition: margin 900ms cubic-bezier(0.24, 1.15, 0.58, 1);
  user-select: none;
}

::-webkit-scrollbar {
  display: none;
}

.grid-col {
  width: 25vw;
  background-size: auto 100%;
  background-position: 50% 50%;
  height: 120vh;
  overflow: hidden;
}

.grid-col-container {
  display: flex;
  flsex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  width: 100%;
  top: 0;
  position: relative;
  cursor: pointer;
}

.FOOgrid-col:hover .logo {
  transform: scale(1.05);
  transition: all 0.2s ease-in-out;
}

.grid-col:hover .logo {
  opacity: 0;
}

.grid-col:hover .teaser-small {
  opacity: 1;
}

.grid-col-container .logo {
  max-width: 56%;
  max-height: 27%;
  pointer-events: none;
  transition: opacity 0.6s ease;
  position: absolute;
}

.grid-col .teaser-small {
  opacity: 0;
  color: #FFF;
  text-align: center;
  padding-left: 35px;
  padding-right: 35px;
  position: absolute;
  transition: opacity 0.6s ease;
}

.grid-col .teaser-small h2 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 0px;
  transform: translateY(100%);
  transform-style: preserve-3d;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}

.grid-col:hover .teaser-small h2 {
  transform: translateY(0);
}

.grid-col:hover .teaser-small h3 {
  transform: translateY(0);
}

.grid-col .teaser-small h3 {
  font-weight: normal;
  font-size: 16px;
  font-style: italic;
  margin-top: 8px;
  line-height: 23px;
  transform: translateY(-100%);
  transform-style: preserve-3d;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}

.grid-col .teaser-container {
  position: absolute;
  backgsround: lime;
  top: 70%;
  width: 100%;
  text-align: center;
  margin-bottom: -20px;
}

.grid-col .teaser-container .teaser {
  display: none;
  backsground: red;
  text-align: center;
  pasdding: 30px;
  max-width: 70%;
  margin: auto;
}

.grid-col .teaser-container .teaser p {
  margin-top: 20px;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  color: #FFF;
}

.grid-col:hover .teaser {
  displays: block;
}

@media (max-width: 768px) {
  .grid {
    position: inherit;
    display: inherit;
    width: 100%;
    height: inherit;
  }
  .grid-col {
    display: block;
    width: 100%;
    height: 40vh;
    position: relative;
  }
  .grid-col-container {
    height: 40vh;
  }
}
body.detail-page .grid-col-container {
  height: 100vh;
}
@media (max-width: 767.98px) {
  body.detail-page .grid-col-container {
    height: 70vh;
  }
}

.page-detail-top {
  sposition: absolute;
  z-index: 1000;
  display: none;
  width: 25vw;
  height: 120vh;
  left: 0;
  background-size: cover;
  background-position: 50% 50%;
  transition: background-size 2s ease-in-out;
}
@media (max-width: 767.98px) {
  .page-detail-top {
    height: 70vh !important;
  }
}

.page-detail-top .grid-col-container .logo {
  max-width: 40%;
  max-height: 40%;
  transition: max-width 200ms ease-in-out, max-height 200ms ease-in-out !important;
}

@media (max-width: 768px) {
  .page-detail-top .grid-col-container .logo {
    max-width: 56vw;
    max-height: 27vw;
  }
}
.page-detail-content {
  top: 120vh;
  width: 100%;
  z-index: 600;
  display: none;
}
@media (min-width: 992px) {
  .page-detail-content .page-content p, .page-detail-content .page-content h3 {
    font-size: 16px;
    line-height: 28px;
  }
  .page-detail-content .page-content h3 {
    font-size: 26px;
    margin-bottom: 11px;
  }
}

body.detail-page {
  overflow-y: hidden;
}

#grid-container {
  position: absolute;
  width: 100vw;
  z-index: 500;
  top: 0;
}

.detail {
  display: none;
  opacity: 0;
}

.project-img {
  vertical-align: middle;
  max-width: 85%;
  margin-top: 75px;
  margin-bottom: 75px;
}

#page-bullets-container {
  opacity: 0;
  transition: opacity 2000ms ease;
}

@media (max-width: 768px) {
  .project-img {
    margin-top: 28px;
  }
}
@media (max-width: 1300px) {
  .project-img {
    max-width: 80%;
  }
}
@media (max-width: 768px) {
  .project-img {
    max-width: 90%;
  }
}
#btn-proj-prev {
  position: fixed;
  left: 25px;
  bottom: 25px;
  z-index: 2000;
}

#btn-proj-home, #btn-proj-down {
  position: fixed;
  left: 50%;
  margin-left: -25px;
  bottom: 25px;
  z-index: 2000;
}

#btn-proj-next {
  position: fixed;
  right: 25px;
  bottom: 25px;
  z-index: 2000;
}

@media (max-width: 769px) {
  #btn-proj-prev {
    left: 12px;
    bottom: 12px;
  }
  #btn-proj-home, #btn-proj-down {
    bottom: 12px;
  }
  #btn-proj-next {
    right: 12px;
    bottom: 12px;
  }
}
.growing-line {
  display: inline-block;
  position: relative;
  padding-bottom: 3px;
}

.growing-line:last-child {
  margin-right: 0;
}

.growing-line:after {
  content: "";
  display: block;
  margin: auto;
  height: 1px;
  width: 0;
  background: transparent;
  transition: width 0.75s ease, background-color 0.75s ease;
}

.growing-line.grown:after {
  width: 100%;
  background: #000;
}

.heartbeat {
  -webkit-animation: heartbeat 1.5s ease-in-out 1.5s infinite both;
  animation: heartbeat 1.5s ease-in-out 1.5s infinite both;
}

/* ----------------------------------------------
 * Generated by Animista on 2019-10-2 10:27:23
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation heartbeat
 * ----------------------------------------
 */
@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
.video-still {
  display: block;
  width: 100%;
  sborder-radius: 15px;
  cursor: pointer;
  position: relative;
  box-shadow: 0 5px 24px 0 rgba(0, 0, 0, 0.14);
  background-image: url("/img/850x455.png");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  transition: background-size 200ms ease-in-out;
}
.video-still .still-img {
  opacity: 0;
}
.video-still:hover {
  background-size: 110%;
}
.video-still:hover .btn-play {
  opacity: 1;
}
.video-still .btn-play {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -45px;
  margin-top: -45px;
  opacity: 0.9;
  width: 90px;
  height: 90px;
  background-image: url("/svg/play_button_bg.svg");
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
  transition: opacity 200ms ease-in-out;
  bosx-shadow: 0 5px 24px 0 rgba(0, 0, 0, 0.14);
}
.video-still .btn-play img {
  margin-left: 3px;
}

.project-content {
  color: #000;
  letter-spacing: 0;
  margin-top: 130px;
  margin-bottom: 130px;
}
.project-content h1 {
  font-weight: 600;
  margin: 0;
}
.project-content p {
  margin-bottom: 30px;
}
.project-content p:last-child {
  margin-bottom: 0;
}
.project-content a {
  color: #000;
  text-decoration: none;
}
.project-content a:hover {
  text-decoration: none;
  color: #A95BFF;
}
@media (max-width: 991.98px) {
  .project-content {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.project-content-short {
  color: #000;
  letter-spacing: 0;
  line-height: 36px;
  font-size: 20px;
}
.project-content-short > * {
  font-size: 20px;
  line-height: 36px;
}
@media (max-width: 991.98px) {
  .project-content-short {
    font-size: 16px;
    line-height: 26px;
  }
  .project-content-short > * {
    font-size: 16px;
    line-height: 26px;
  }
}

.project-content-long {
  color: #000;
  letter-spacing: 0;
  font-size: 18px;
  line-height: 30px;
}
.project-content-long > * {
  font-size: 18px;
  line-height: 30px;
}
@media (max-width: 991.98px) {
  .project-content-long {
    font-size: 16px;
    line-height: 26px;
  }
  .project-content-long > * {
    font-size: 16px;
    line-height: 26px;
  }
}

.project-showcase-holder {
  display: flex;
  justify-content: center;
  background: #FFF;
}
.project-showcase-holder .project-showcase-text {
  width: 900px;
  max-width: 88vw;
  padding: 100px 0;
  color: #000;
  font-family: Graphik;
}
.project-showcase-holder .project-showcase-text h1 {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0;
}
.project-showcase-holder .project-showcase-text > * {
  font-size: 26px;
  letter-spacing: 0;
  line-height: 42px;
}
@media (max-width: 991.98px) {
  .project-showcase-holder .project-showcase-text > * {
    font-size: 18px;
    line-height: 28px;
  }
}

section.project-recensie {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 300px;
  margin-top: 100px;
}
@media (max-width: 991.98px) {
  section.project-recensie {
    margin-bottom: 150px;
    margin-top: 100px;
  }
}
section.project-recensie .project-recensie-body {
  width: 900px;
  max-width: 88vw;
}
section.project-recensie .project-recensie-body, section.project-recensie .project-recensie-body p {
  color: #000;
  letter-spacing: 0;
  font-size: 26px;
  line-height: 42px;
}
@media (max-width: 991.98px) {
  section.project-recensie .project-recensie-body, section.project-recensie .project-recensie-body p {
    font-size: 18px;
    line-height: 28px;
  }
}
section.project-recensie .project-recensie-image {
  width: 90px;
  height: 90px;
  border-radius: 50%;
}
section.project-recensie .project-recensie-footer h3, section.project-recensie .project-recensie-footer p {
  font-size: 21px;
  letter-spacing: 0;
  line-height: 28px;
  padding: 0;
  margin: 0;
}
@media (max-width: 991.98px) {
  section.project-recensie .project-recensie-footer h3, section.project-recensie .project-recensie-footer p {
    font-size: 19px;
    line-height: 28px;
  }
}
section.project-recensie .project-recensie-footer h3 {
  font-weight: 500;
}

/*# sourceMappingURL=projects.css.map */
