@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Overpass+Mono&display=swap');

:root {
  --text-color: #1E2120;
  --secondary-color: #fcd458;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, a, img, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
}

:focus {
  outline: 0;
}

::-moz-selection {
  background: var(--secondary-color);
}

::selection {
  background: var(--secondary-color);
}

ul {
  list-style: none;
}

ol li {
  font-size: 1.2em;
  margin: 4px 0;
}

ul ul {
  margin-left: 18px;
}

ul li {
  margin: 4px 0;
  font-size: inherit;
}

ul li::before {
  content: '_';
  padding-right: 8px;
  font-weight: 900;
  font-size: 1rem;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: 400;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

.clear {
  clear: both;
  height: 0;
  width: 0;
  margin: 0;
  padding: 0;
}

.no, .ausblenden {
  display: none;
}

header, section, footer, aside, nav, article, figure {
  display: block;
}

* {
  position: relative;
  box-sizing: border-box;
}

.seo {
  display: none !important;
}

.parallax {
  perspective: 1px;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
}

.parallax__layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.parallax__layer--base {
  transform: translateZ(0);
}

.parallax__layer--back {
  transform: translateZ(-1px);
}

@font-face {
  font-family: 'HK Grotesk';
  src: url("../fonts/hkgrotesk-bold.woff2") format("woff2"), url("../fonts/hkgrotesk-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'HK Grotesk';
  src: url("../fonts/hkgrotesk-bolditalic.woff2") format("woff2"), url("../fonts/hkgrotesk-bolditalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: 'HK Grotesk';
  src: url("../fonts/hkgrotesk-italic.woff2") format("woff2"), url("../fonts/hkgrotesk-italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'HK Grotesk';
  src: url("../fonts/hkgrotesk-light.woff2") format("woff2"), url("../fonts/hkgrotesk-light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'HK Grotesk';
  src: url("../fonts/hkgrotesk-lightitalic.woff2") format("woff2"), url("../fonts/hkgrotesk-lightitalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'HK Grotesk';
  src: url("../fonts/hkgrotesk-medium.woff2") format("woff2"), url("../fonts/hkgrotesk-medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'HK Grotesk';
  src: url("../fonts/hkgrotesk-mediumitalic.woff2") format("woff2"), url("../fonts/hkgrotesk-mediumitalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'HK Grotesk';
  src: url("../fonts/hkgrotesk-regular.woff2") format("woff2"), url("../fonts/hkgrotesk-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'HK Grotesk';
  src: url("../fonts/hkgrotesk-semibold.woff2") format("woff2"), url("../fonts/hkgrotesk-semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'HK Grotesk';
  src: url("../fonts/hkgrotesk-semibolditalic.woff2") format("woff2"), url("../fonts/hkgrotesk-semibolditalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
}

body {
  background: #FBFBFB;
  overflow-x: hidden;
  min-height: 100vh;
  width: 100vw;
}

html, body {
  font-family: "HK Grotesk", Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.05em;
  font-weight: 400;
  color: #333333;
  display: contents;
  overflow-x: hidden;
}

h1 {
  font-weight: 700;
  font-size: 3rem;
  color: #333333;
  margin-bottom: 2rem;
}

h2 {
  font-size: 1.4rem;
  margin-bottom: 16px;
  font-weight: 500;
  color: #333333;
}

h4 {
  font-size: 1.5rem;
  font-weight: 400;
}

h5 {
  font-family: "HK Grotesk", Helvetica, sans-serif;
  font-weight: 600;
  margin-bottom: 1em;
}

p {
  margin-bottom: 1em;
}

a {
  text-decoration: none;
  color: inherit;
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}

a:hover {
  color: #000;
  border-color: #333333;
}

a.hash {
  text-transform: lowercase;
}

a.hash:before {
  content: "@";
}

a.hash.intern:before {
  content: "#";
}

a.related:before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.2em;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/icons/related.svg);
}

.section {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 100vh;
}

.noScroll {
  overflow: hidden;
}

canvas {
  position: absolute;
  top: 0;
  left: 0;
}

#topBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 32px;
  z-index: 99;
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
  font-size: 24px;
  transition: all 300ms ease-in-out;
}

#topBtn:hover {
  transform: translateY(-10px);
}

.scrollTop-arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#projects {
  /* overflow: hidden; */
  position: sticky;
  top: 0;
  width: 100%;
  transition: all 400ms ease;
}

.projects #projects {
  top: 40px;
}

/* #projects::after {
  content: "projects";
  position: absolute;
  left: 0;
  top: 30%;
  font-size: 20rem;
  font-weight: 700;
  z-index: -1;
  text-align: center;
  width: 100vw;
  opacity: 0.1;
  text-transform: uppercase;
} */
#projects .slide-wrapper {
  /* max-width: 1120px; */
  margin: 0 auto;
  /* width: 100%; */
  width: 300%;
  transition: all 20ms ease-in-out 0s;
  transform: translate3d(0px, 0px, 0px);
  height: 100%;
}

#projects .slide-wrapper.first {
  transform: translate3d(0px, 0px, 0px);
}

#projects .slide-wrapper.second {
  transform: translate3d(-100vw, 0px, 0px);
}

#projects .slide-wrapper.third {
  transform: translate3d(-200vw, 0px, 0px);
}

#projects .slide {
  display: table;
  table-layout: fixed;
  width: 33.333333333333%;
  height: 100%;
  float: left;
}

#projects .project {
  width: 67vw;
  max-width: 1120px;
  margin: 10vh auto;
  height: auto;
  /* transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%; */
}

.home #projects .project {
  width: 67vw;
  max-width: 100%;
  margin: 0 auto;
  height: auto;
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
}

a.project {
  border: none;
  transition: all 400ms ease-in-out;
}

#projects .project img {
  transition: all 400ms ease-in-out;
}

#projects .project img.big {
  position: fixed;
  z-index: 9999;
}

#projects .project:hover img {
  transform: scale(0.8);
}

#projects .project:hover img.big {
  transform: scale(1);
}

#projects .project:hover h1.title {
  transform: scale(0.9);
  margin-left: 48px;
}

#projects .project:hover h2.subtitle {
  transform: scale(0.9) translate3d(-50px, -50px, -100px);
}

h1.title {
  font-weight: bold;
  font-size: 85px;
  color: #111;
  margin-bottom: -84px;
  z-index: 2;
  /* margin-left: 48px; */
  transition: all 400ms ease-in-out;
  /* -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #111; */
  /* text-shadow: white 0px 0px 5px; */
}

.projects h1.title {
  margin-bottom: 0;
  /* margin-left: 0; */
}

h2.subtitle {
  font-family: 'Overpass Mono', monospace;
  font-size: 24px;
  color: #282828;
  text-align: right;
  font-weight: 600;
  transition: all 400ms ease-in-out;
}

#header img {
  width: 100%;
}

.hash:before {
  content: "#";
}

.line-through {
  text-decoration: line-through;
}

#noise {
  content: "";
  z-index: 9999999;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  background-image: url(../img/noise.jpg);
  pointer-events: none;
  opacity: .2;
  -webkit-animation: skkrr 2s infinite;
  -moz-animation: skkrr 2s infinite;
  -o-animation: skkrr 2s infinite;
  animation: skkrr 2s infinite;
  animation-timing-function: ease-out;
  display: none;
}

@keyframes skkrr {
  0% {
    /* opacity: .05; */
    transform: translate3d(0, 0, 0);
  }

  100% {
    /* opacity: .08; */
    transform: translate3d(1px, 1px, 1px);
  }
}

header {
  position: fixed;
  top: 16px;
  left: 32px;
  right: 32px;
  z-index: 10000;
  color: #333333;
}

header .logo {
  font-size: 1.5rem;
  /* position: absolute; */
  /* left: 2px; */
  border: none;
  /* width: 200px; */
  /* height: 1em; */
}

header nav {
  position: absolute;
  right: 2px;
  top: 0.6em;
  display: flex;
  justify-content: flex-end;
}

header nav a {
  margin-left: 16px;
  border: none;
}

header nav a.active {
  color: #000;
}

#wrapper {
  display: contents;
}

footer {
  bottom: 0;
  width: 100%;
  background: #fefefe;
  font-size: 0.75rem;
  color: #717171;
  font-family: "Overpass Mono", monospace;
  font-size: 14px;
  padding: 24px 32px 16px;
  /* float: left; */
  /* height: 204px; */
  margin-top: 40px;
}

.home footer {
  margin-top: 500vh;
  position: relative;
  float: left;
}

.about footer {}

footer div {
  width: 50vw;
  float: left;
}

footer #about {
  width: 50vw;
  max-width: 270px;
  float: right;
  padding-bottom: 16px;
}

footer h5 {
  font-size: 18px;
  color: #4a4a4a;
  font-weight: 700;
  margin-bottom: 0.5em;
}

footer a {
  transition: all 300ms ease-in-out;
}

footer #about a {
  border: none;
  display: inline-block;
  box-sizing: content-box;
}

footer #about a:hover {
  /* font-size: 1rem; */
  transform: scale(1.2);
}

footer .imprint {
  font-size: 12px;
  /* float: right; */
}

.about #wrapper {
  width: 90%;
  max-width: 1024px;
  margin: 0 auto;
  margin-top: 120px;
  display: block;
}

.about .text {
  width: 66%;
  font-size: 21px;
  color: #1E2120;
  line-height: 32px;
  position: unset;
}

.about .text .big {
  font-weight: 900;
  font-size: 24px;
  color: #1E2120;
  margin-bottom: 32px;
  font-size: 80px;
  color: #000000;
  line-height: 1.2em;
  position: unset;
  width: 100%;
}

.about .text .small {
  font-size: 48px;
  color: #1E2120;
  margin-bottom: 32px;
  line-height: 1.2em;
}

.about #me {
  max-width: 40%;
  width: auto;
  height: auto;
  filter: blur(0);
  opacity: 1;
  transition: all 300ms ease-in-out;
  position: absolute;
  right: 0;
  top: 0;
  box-shadow: none;
  z-index: -1;
  display: block;
  /* transform: translate(50%, -50%); */
  /* pointer-events: none; */
}

.about #me:hover, .about span.me:hover~#me {
  filter: blur(0);
  opacity: 1;
  transition: all 500ms ease-in-out;
  transform: translate3d(5px, 5px, 20px);
  /* box-shadow: #000 -5px 5px 15px -5px; */
  z-index: 999;
}

.about .cv {
  font-family: "Overpass Mono", monospace;
  font-size: 1em;
  font-weight: 300;
  color: var(--text-color);
}

.about .cv li {
  margin-bottom: 16px;
}

.about .cv li::before {
  content: "";
  padding: 0;
  margin: 0;
}

#hello a {
  border-width: 2px;
  border: none;
}

span.me {
  position: relative;
  cursor: pointer;
  z-index: 2;
}

span.me::after {
  /* border-width: 7px; */
  content: '';
  position: absolute;
  padding: 0 4px;
  left: -2px;
  bottom: 10%;
  background: #fcd458;
  height: 24px;
  width: 100%;
  z-index: -1;
  opacity: 0.5;
  transition: all 200ms ease;
}

span.me:hover::after {
  opacity: 1;
}

.img {
  margin: 16px 0 0 0;
  display: block;
  /*
  &:after {
  	content: "";
  	clear: both;
  	display: block;
  }
  */
}

.img.max {
  width: calc(100% + 32px);
  margin-left: -16px;
}

.img.big {
  width: 100%;
}

.img.medium {
  width: calc(50% + 324px);
}

.img.medium.right {
  margin-left: calc(50% - 324px);
}

.img.small {
  width: calc(50% - 8px);
}

.img.small.right {
  margin-left: calc(50% + 8px);
}

.img.tiny {
  width: calc(50% - 324px - 16px);
  max-width: 240px;
  opacity: 0.13;
}

.img.tiny:hover {
  max-width: initial;
  opacity: 1;
}

.img.tiny:hover+.img_desc {
  display: block;
}

.img.wText {
  max-width: 648px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.img.multiply {
  mix-blend-mode: multiply;
}

.img.fleft {
  float: left;
  margin-right: 16px;
}

.img.fleft:nth-child(2n) {
  margin-right: 0;
}

.img.fleft.margin-left {
  margin-right: 0;
  margin-left: 16px;
}

.img.fright {
  float: right;
  margin-right: 0;
  margin-left: 16px;
}

.img+.img.fright {
  margin-left: 0;
}

.img.center {
  margin-left: auto;
  margin-right: auto;
}

#hello {
  width: 100%;
  font-size: 1.1rem;
  line-height: 1.5;
  padding: 80vh 0 0;
  height: 100vh;
  /* max-width: 120px; */
  margin: 0 auto;
  margin-left: 32px;
  font-family: "Overpass Mono", monospace;
  z-index: 2;
}

#hello a {
  border-width: 2px;
  border: none;
}

#hello a::after {
  border-width: 7px;
  content: '';
  position: absolute;
  left: 0;
  top: 65%;
  background: var(--secondary-color);
  height: 8px;
  width: 100%;
  z-index: -1;
  opacity: 0.5;
  transition: all 200ms ease;
}

#hello a:hover::after {
  opacity: 0.9;
}

.note, .booknote {
  font-family: "Roboto Mono", monospace;
  color: rgba(51, 51, 51, 0.4);
  font-size: 0.75rem;
  letter-spacing: -0.03em;
  vertical-align: 0.2em;
}

.note:before, .booknote:before {
  content: "[";
}

.note:after, .booknote:after {
  content: "]";
}

.booknote {
  margin-left: 1em;
}

.booknote:before {
  content: "(";
}

.booknote:after {
  content: ")";
}

.booknote .note {
  vertical-align: 0;
}

.facts {
  margin-bottom: 48px;
}

.facts li {
  padding-left: 3em;
  margin-bottom: 1em;
}

.facts li:before {
  position: absolute;
  left: 0;
  content: "";
  display: inline-block;
  width: 1.6em;
  height: 1.6em;
  vertical-align: -0.5em;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.facts .time:before {
  background-image: url(../img/icons/fact_time.svg);
}

.facts .client:before {
  background-image: url(../img/icons/fact_client.svg);
}

.facts .team:before {
  background-image: url(../img/icons/fact_team.svg);
}

.facts .project:before {
  background-image: url(../img/icons/fact_project.svg);
}

.facts .supervisor:before {
  background-image: url(../img/icons/fact_supervisor.svg);
}

.facts .awards:before {
  background-image: url(../img/icons/fact_awards.svg);
}

.facts .press:before {
  background-image: url(../img/icons/fact_press.svg);
}

.facts .cooperation:before {
  background-image: url(../img/icons/fact_coop.svg);
}

.facts .exhibition:before {
  background-image: url(../img/icons/fact_exhibition.svg);
}

.facts .photos:before {
  background-image: url(../img/icons/fact_photos.svg);
}

.facts .talks:before {
  background-image: url(../img/icons/fact_talks.svg);
}

.project_info {
  min-height: 200px;
  width: 100%;
  background: #F7F7F7;
  padding: 16px;
}

@keyframes size {
  0%, 10%, 100% {
    width: 80px;
    height: 80px;
    margin: calc(1em + 20px) auto;
  }

  20%, 90% {
    width: 120px;
    height: 120px;
    margin: 1em auto;
  }
}

@keyframes colour {
  0%, 30%, 100% {
    background: #D5D5D5;
  }

  40%, 90% {
    background: #d73330;
  }
}

@keyframes hideAndSeek {
  0%, 50%, 100% {
    top: 0;
    padding-bottom: 2px;
  }

  60%, 90% {
    top: -112px;
    padding-bottom: 24px;
  }
}

.back-arrow {
  transform: rotate(-90deg);
  float: left;
}

@media only screen and (max-width: 1024px) {
  #projects .project {
    width: calc(100vw - 64px);
    max-width: 1120px;
  }

  #projects h1.title {
    font-size: 9vw;
    /* margin-bottom: -20px; */
    margin-left: 0;
  }

  #projects h2.subtitle {
    font-size: 3vw;
  }
}

@media only screen and (max-width: 768px) {
  header {
    position: absolute;
  }

  #content h1.title {
    font-size: 10vw;
    margin-top: 0;
  }

  #content h2.subtitle {
    font-size: 4vw;
    margin-top: -20px;
  }

  #hello {
    font-size: 0.9rem;
  }

  #content .content_wrapper, #content .video {
    width: 90vw;
  }

  #content .image.center {
    max-width: 90vw;
  }

  .home {}

  .home #projects {
    position: relative;
  }

  .home #projects .slide-wrapper {
    width: 80%;
  }

  .home #projects .slide {
    width: 100%;
    height: auto;
    display: block;
  }

  .home #projects .project {
    width: 100%;
    max-width: 1120px;
    transform: none;
    position: relative;
    left: 0;
    top: 0;
  }

  .home footer {
    display: flex;
    margin-top: 32px;
    float: left;
    position: relative;
  }
}