#menu #menuButton {
  position: fixed;
  padding: 100px 100px;
  right: 0;
  top: 0;
  z-index: 9999;
  overflow: hidden;
  font-weight: bold;
  margin-right: -120px;
  opacity: 0;
  -webkit-transition: padding 400ms;
  -moz-transition: padding 400ms;
  -ms-transition: padding 400ms;
  -o-transition: padding 400ms;
  transition: padding 400ms;
}
#menu #menuButton .inner {
  width: 15px;
  overflow: hidden;
  -webkit-transition: width 400ms;
  -moz-transition: width 400ms;
  -ms-transition: width 400ms;
  -o-transition: width 400ms;
  transition: width 400ms;
}
#menu #menuButton .inner .inner2 {
  width: 100px;
}
#menu #menuButton .menubuttonHover {
  width: 58px;
}
#menu #menuBgBlack {
  background-color: #000;
  position: fixed;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 99999;
}
#menu #menuContent {
  z-index: 9999999;
  position: fixed;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}
#menu #menuContent .inner {
  display: inline-block;
  align-self: center;
  text-align: center;
  z-index: 999999;
}
#menu #menuContent .inner .menuItem {
  padding: 10px;
  display: block;
  cursor: none;
  letter-spacing: 16px;
  font-size: 18px;
  margin-left: 12px;
  line-height: 20px;
  font-weight: bold;
  opacity: 0.2;
}
#menu #menuContent .hover {
  display: inline-block;
  align-self: center;
  text-align: center;
  z-index: 999999;
  position: absolute;
  pointer-events: none;
}
#menu #menuContent .hover .menuItem {
  padding: 10px;
  display: block;
  cursor: none;
  letter-spacing: 16px;
  font-size: 18px;
  margin-left: 12px;
  line-height: 20px;
  font-weight: bold;
  opacity: 0;
  pointer-events: none;
}
#menu #buttonInstances {
  display: flex;
  align-self: center;
  text-align: center;
  position: absolute;
}
#menu #buttonInstances .buttonInstance {
  display: block;
  padding: 10px;
  font-weight: bold;
  letter-spacing: 6px;
  text-transform: uppercase;
}
#menu #buttonInstances .buttonInstanceRevealed {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
}

#menuClose {
  z-index: 99999999;
  padding: 100px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transition: padding 400ms;
  -moz-transition: padding 400ms;
  -ms-transition: padding 400ms;
  -o-transition: padding 400ms;
  transition: padding 400ms;
}
#menuClose img {
  height: 16px;
}

.commonLogoContainer {
  display: inline-block;
  align-self: center;
  position: absolute;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  bottom: 40px;
  z-index: 9999999999;
}

#commonLogo {
  position: relative;
  width: 100px;
  opacity: 0.2;
  -webkit-transition: 400ms opacity;
  -moz-transition: 400ms opacity;
  -ms-transition: 400ms opacity;
  -o-transition: 400ms opacity;
  transition: 400ms opacity;
  text-align: center;
  line-height: 20px;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 1px;
}

#commonLogo:hover {
  opacity: 1;
}

@media only screen and (max-width: 900px) {
  #menuButton {
    padding: 30px !important;
  }
  #menuClose {
    padding: 30px !important;
  }
  .menuItem {
    opacity: 1 !important;
  }
  .commonLogoContainer {
    margin-top: 25vh !important;
    bottom: unset !important;
  }
  #commonLogo {
    opacity: 1 !important;
  }
}
@media only screen and (max-height: 730px) {
  #menuButton, #menuClose {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}
.home section {
  max-width: 1200px;
  padding: 0 60px;
  display: none;
  flex-direction: column;
  text-shadow: 2px 2px 2px rgb(0, 0, 0);
}
@media only screen and (min-width: 900px) {
  .home section {
    padding: 0 160px 0 160px;
  }
}
.home .content {
  display: flex;
  flex-direction: column;
  gap: 120px;
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: 100;
  line-height: 32px;
  padding-bottom: 200px;
  opacity: 0;
}
.home .content p.width-narrow {
  max-width: 600px;
  margin: 0 auto;
}
.home .content p.align-center {
  align-self: center;
}
.home .content p.align-right {
  align-self: flex-end;
}
.home .content .imageAndText {
  display: grid;
  gap: 20px;
  align-content: center;
  justify-content: center;
  align-items: center;
  grid-template-columns: 1fr;
}
@media only screen and (min-width: 900px) {
  .home .content .imageAndText {
    grid-template-columns: 50% 50%;
  }
}
.home .content .imageAndText > div {
  width: 100%;
  height: auto;
}
.home .content .imageAndText img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.home .content .imageAndText.imageAndTextReverse > div:nth-child(1) {
  order: 2;
}

.type_header {
  opacity: 0;
  text-align: center;
  display: grid;
  grid-template-rows: 26%;
  height: 80vh;
}
.type_header div:nth-child(3) {
  display: none;
}
.type_header .inner {
  letter-spacing: 16px;
  font-size: 24px;
  margin-left: 12px;
}
.type_header .title, .type_header .scrollDown {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.type_header .scrollDown {
  letter-spacing: 10px;
}
.type_header .title {
  letter-spacing: 16px;
  font-weight: 100;
  -webkit-transition: opacity 400ms;
  -moz-transition: opacity 400ms;
  -ms-transition: opacity 400ms;
  -o-transition: opacity 400ms;
  transition: opacity 400ms;
}

.bottomShadow {
  position: fixed;
  pointer-events: none;
  bottom: 0;
  left: 0;
  z-index: 9999999;
  width: 100%;
  height: 33%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  transition: opacity 400ms;
  opacity: 0;
}

#siteNavDesktop {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: 9999999;
  opacity: 0;
  pointer-events: none;
  display: flex;
  justify-content: center;
}
#siteNavDesktop #siteNavRight, #siteNavDesktop #siteNavLeft {
  position: absolute;
  height: calc(100vh - 500px);
  min-height: 240px;
  display: flex;
  justify-content: center;
  pointer-events: all;
  align-self: center;
  -webkit-transition: background-color 400ms;
  -moz-transition: background-color 400ms;
  -ms-transition: background-color 400ms;
  -o-transition: background-color 400ms;
  transition: background-color 400ms;
}
#siteNavDesktop #siteNavRight .inner, #siteNavDesktop #siteNavLeft .inner {
  height: 280px;
  display: flex;
  align-self: center;
}
#siteNavDesktop #siteNavRight #arrow, #siteNavDesktop #siteNavLeft #arrow {
  display: flex;
  align-self: center;
  margin: 24px;
  position: relative;
}
#siteNavDesktop #siteNavRight #arrow img, #siteNavDesktop #siteNavLeft #arrow img {
  height: 14px;
}
#siteNavDesktop #siteNavRight #label, #siteNavDesktop #siteNavLeft #label {
  position: relative;
  writing-mode: vertical-rl;
  letter-spacing: 3px;
  font-weight: bold;
  opacity: 0.3;
  top: 0;
  text-align: center;
  width: 22px;
}
#siteNavDesktop #siteNavRight {
  right: 0;
}
#siteNavDesktop #siteNavRight #arrow {
  margin: 0px 33px 0 19px;
}
#siteNavDesktop #siteNavRight .inner {
  padding: 40px 40px 40px 40px;
}
#siteNavDesktop #siteNavLeft {
  left: 0;
}
#siteNavDesktop #siteNavLeft #arrow {
  margin: 0px 19px 0 33px;
}
#siteNavDesktop #siteNavLeft .inner {
  padding: 40px 40px 40px 40px;
}
#siteNavDesktop #siteNavRight:hover, #siteNavDesktop #siteNavLeft:hover {
  background-color: rgba(255, 255, 255, 0.06);
}

#siteNavMobile {
  display: none;
  position: fixed;
  margin-top: 70px;
  top: 0;
  left: 0;
  width: 100vw;
  text-align: center;
  z-index: 9999999;
  opacity: 0;
}
#siteNavMobile #siteNavRight, #siteNavMobile #siteNavLeft {
  display: inline-block;
  -webkit-transition: background-color 400ms;
  -moz-transition: background-color 400ms;
  -ms-transition: background-color 400ms;
  -o-transition: background-color 400ms;
  transition: background-color 400ms;
}
#siteNavMobile #siteNavRight #arrow, #siteNavMobile #siteNavLeft #arrow {
  margin: 50px;
}

#mobileStart {
  position: fixed;
  margin-top: 70px;
  top: 0;
  left: 0;
  width: 100vw;
  text-align: center;
  z-index: 99999999;
  opacity: 0;
}
#mobileStart #arrow {
  display: inline-block;
  align-self: center;
  margin: 49px;
  position: relative;
}
#mobileStart #arrow img {
  height: 14px;
}
#mobileStart #text {
  display: inline-block;
  vertical-align: text-bottom;
  margin-left: 58px;
  position: relative;
  letter-spacing: 3px;
  font-weight: bold;
}

@media only screen and (max-width: 900px) {
  section .thumbnail img {
    width: 25vh !important;
  }
  #siteNavDesktop {
    display: none !important;
  }
  #siteNavMobile {
    display: inline-block !important;
  }
  .type_header h1 {
    font-size: 24px !important;
    letter-spacing: 12px !important;
    line-height: 38px !important;
  }
  .type_project1 .name {
    font-size: 14px !important;
    letter-spacing: 12px !important;
  }
  #pageNavLeft, #pageNavRight {
    padding: 30px !important;
    border: none !important;
  }
  #pageNavLeft:hover, #pageNavRight:hover {
    border: none !important;
  }
  .swipeIndicator {
    font-size: 12px !important;
    letter-spacing: 0px !important;
  }
  .swipeIndicator .label {
    margin-left: 0px !important;
  }
  .type_infotext .inner {
    padding: 30px !important;
    font-size: 14px !important;
    line-height: 20px !important;
  }
}
@media only screen and (min-width: 900px) {
  #mobileStart {
    display: none !important;
  }
  #mobileStart #pageNavLeft #arrow, #mobileStart #pageNavRight #arrow {
    margin: 0;
  }
}
.page-template-page-category .categoryHeader {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
}
.page-template-page-category .categoryHeader .inner {
  display: flex;
  align-self: center;
}

html, body {
  overflow-x: hidden;
  width: 100%;
  color: black;
  font-family: sans-serif;
  margin: 0;
}

html {
  webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}

::selection {
  background: black;
  color: white;
}

::-moz-selection {
  background: black;
  color: white;
}

a, a:visited, a:active {
  text-decoration: none;
  color: black;
  -webkit-transition: color 500ms, border-bottom 500ms;
  -moz-transition: color 500ms, border-bottom 500ms;
  -ms-transition: color 500ms, border-bottom 500ms;
  -o-transition: color 500ms, border-bottom 500ms;
  transition: color 500ms, border-bottom 500ms;
}

ul, li {
  list-style-type: none;
  list-style: none;
  margin: 0;
  padding: 0;
}

img {
  width: 100%;
}

::selection {
  background: rgba(223, 58, 102, 0.99);
  color: white;
}

::-moz-selection {
  background: rgba(223, 58, 102, 0.99);
  color: white;
}

.edit-link {
  display: none;
}

.positionRelative {
  position: relative;
}

.positionAbsolute {
  position: absolute;
}

.displayNone {
  display: none !important;
}

.displayNoneI {
  display: none !important;
}

.displayIB {
  display: inline-block;
}

.displayIBI {
  display: inline-block !important;
}

.displayBlock {
  display: block;
}

.displayBlockI {
  display: block !important;
}

.opacity0 {
  opacity: 0;
}

.opacity0i {
  opacity: 0 !important;
}

.opacity50 {
  opacity: 0.5;
}

.opacity15 {
  opacity: 0.15;
}

.opacity25 {
  opacity: 0.25;
}

.opacity35 {
  opacity: 0.35;
}

.opacity90 {
  opacity: 0.9;
}

.opacity100 {
  opacity: 1 !important;
}

.opacity100notI {
  opacity: 1;
}

.pointereventNone {
  pointer-events: none;
}

.pointereventNoneI {
  pointer-events: none !important;
}

.vh100 {
  height: 100vh;
}

.vh40 {
  height: 40vh;
}

.width0 {
  width: 0px;
}

.w100P {
  width: 100%;
}

.w100PI {
  width: 100% !important;
}

.alignLeft {
  text-align: left;
}

.alignCenter {
  text-align: center;
}

.alignCenterI {
  text-align: center !important;
}

.alignRight {
  text-align: right;
}

.alignRightI {
  text-align: right !important;
}

.alignSelfEnd {
  align-self: flex-end;
}

.right0 {
  right: 0;
}

.bottom0 {
  bottom: 0;
}

.allcaps {
  text-transform: uppercase;
}

.alignEnd {
  align-self: flex-end;
}

.alignSelfStart {
  align-self: flex-start;
}

.alignSelfCenter {
  align-self: center;
}

.alignSelfEnd {
  align-self: flex-end;
}

.absoluteBottom {
  position: absolute;
  bottom: 0;
}

.absoluteTop {
  position: absolute;
  top: 0;
}

.height0 {
  height: 0%;
}

.height0I {
  height: 0% !important;
}

.cursorNone {
  cursor: none;
}

.displayInlineBlockI {
  display: inline-block !important;
}

.overflowHidden {
  overflow: hidden;
}

.overflowXHidden {
  overflow-x: hidden;
}

.overflowXHiddenI {
  overflow-x: hidden !important;
}

.overflowYHidden {
  overflow-y: hidden;
}

.overflowYHiddenI {
  overflow-y: hidden !important;
}

.overflowUnset {
  overflow: unset;
}

.overflowUnsetI {
  overflow: unset !important;
}

.justifyContentEnd {
  justify-content: flex-end;
}

.justifyContentEndI {
  justify-content: flex-end !important;
}

.justifyContentCenter {
  justify-content: center;
}

.alignContentCenter {
  align-content: center;
}

.alignItemsBaseline {
  align-items: baseline;
}

.alignItemsEnd {
  align-items: flex-end;
}

.margin0 {
  margin: 0;
}

.margin0I {
  margin: 0 !important;
}

.flexCol {
  flex-direction: column;
}

.flexColI {
  flex-direction: column !important;
}

.flexWrap {
  flex-wrap: wrap;
}

.breakWord {
  word-wrap: break-word;
}

.wordBreakAll {
  word-break: break-all;
}

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

body:not(.login) {
  background-color: #000 !important;
  color: white;
  min-height: 100vh;
  font-family: "Zalando Sans Expanded", sans-serif;
  font-size: 14px;
  line-height: 1.4em;
  cursor: none;
}

body {
  height: 100%;
  touch-action: pan-y;
}

a, a:visited, a:active {
  color: white;
  cursor: none;
}

.site-main {
  display: flex;
  flex-direction: column;
  align-items: center;
}

canvas {
  position: absolute;
  width: 100%;
  height: 100%;
}

#logo {
  position: fixed;
  padding: 100px;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: padding 400ms;
  -moz-transition: padding 400ms;
  -ms-transition: padding 400ms;
  -o-transition: padding 400ms;
  transition: padding 400ms;
}

@media only screen and (max-width: 900px) {
  #logo {
    padding: 30px !important;
  }
}
#pageChanged {
  display: none;
}

#content {
  position: relative;
  z-index: 999;
}

#webgl {
  position: fixed;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  pointer-events: none;
  z-index: 999;
}
#hand {
  position: absolute;
  z-index: 99999;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  pointer-events: none;
}
#hand .inner {
  align-self: center;
  opacity: 0;
  margin-top: 100px;
}
#hand .inner img {
  width: 100px;
}

body.mobile {
  cursor: default;
}
body.mobile #logo {
  width: 25px !important;
}
body.mobile #hand {
  display: flex !important;
}

#subpage {
  position: fixed;
  top: 0;
  left: 0;
  width: calc(100vw - 0px);
  height: calc(100vh - 0px);
  z-index: 9;
  overflow: hidden;
  margin: 0px;
  font-size: 16px;
}
#subpage header {
  display: none;
}
#subpage .block {
  margin: 0 !important;
  object-fit: cover;
  height: calc(100vh - 0px);
  position: fixed;
  background-color: #111;
  top: 0;
  width: 100%;
}
#subpage .cover img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
}

.projectinfo {
  display: flex;
  justify-content: center;
}
.projectinfo .inner {
  width: 50%;
  align-self: center;
  text-align: center;
}
.projectinfo .inner img {
  width: unset;
}

#projectNav {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 999;
}
#projectNav #backButton {
  text-align: center;
  width: 100%;
}
#projectNav #backButton .inner {
  width: 100px;
  background-color: #000000;
  height: 37px;
  color: white;
  position: relative;
  margin: auto;
  padding-top: 15px;
  -webkit-transition: background-color 400ms, color 400ms;
  -moz-transition: background-color 400ms, color 400ms;
  -ms-transition: background-color 400ms, color 400ms;
  -o-transition: background-color 400ms, color 400ms;
  transition: background-color 400ms, color 400ms;
}
#projectNav #backButton .inner:hover {
  background-color: #333;
  color: white;
}
#projectNav #projectname {
  position: fixed;
  bottom: 100px;
  left: 100px;
}
#projectNav #projectname #category {
  letter-spacing: 6px;
  font-size: 12px;
  margin-left: 5px;
  font-weight: bold;
  line-height: 25px;
  margin-bottom: 20px;
}
#projectNav #projectname #name {
  font-size: 48px;
  font-weight: 100;
}
#projectNav #actionButton {
  position: fixed;
  bottom: 100px;
  right: 100px;
  padding: 15px 25px;
  border: 2px solid white;
  letter-spacing: 6px;
  font-weight: bold;
  -webkit-transition: background-color 400ms, color 400ms, border 400ms, transform 400ms;
  -moz-transition: background-color 400ms, color 400ms, border 400ms, transform 400ms;
  -ms-transition: background-color 400ms, color 400ms, border 400ms, transform 400ms;
  -o-transition: background-color 400ms, color 400ms, border 400ms, transform 400ms;
  transition: background-color 400ms, color 400ms, border 400ms, transform 400ms;
}
#projectNav #actionButton:hover {
  background-color: black;
  border: black 2px solid;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

@media only screen and (max-width: 900px) {
  .projectinfo .inner {
    width: 100% !important;
    padding: 200px 200px !important;
    text-align: left !important;
    font-size: 12px !important;
    line-height: 24px !important;
    align-self: start !important;
    top: 100px;
  }
  .projectinfo .inner img {
    max-width: 300px !important;
  }
  #backButton {
    width: 100px !important;
    top: unset !important;
    bottom: 0px !important;
    position: fixed;
  }
  #actionButton {
    background-color: #fff !important;
    color: black !important;
    bottom: 0 !important;
    right: 0 !important;
    padding: 15px 25px 0 25px !important;
    height: 32px !important;
  }
  #projectNav {
    left: unset !important;
    width: 100% !important;
    text-align: center !important;
  }
  #projectNav #projectname {
    bottom: 70px !important;
    width: 100% !important;
    left: unset !important;
  }
  #projectNav #category {
    margin-bottom: 4px !important;
    margin-left: unset !important;
    font-size: 10px !important;
  }
  #projectNav #name {
    font-size: 20px !important;
  }
}