@font-face {
  font-family: Maison Neue;
  src: url('../fonts/MaisonNeue-Book.woff2') format("woff2"), url('../fonts/MaisonNeue-Book.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --neon-green: #daf043;
  --neon-orange: #ff875a;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #333;
  background-color: #161616;
  font-family: Maison Neue, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
}

a {
  color: #000;
  text-transform: none;
  line-height: 1;
  text-decoration: none;
  transition: color .25s;
}

a:hover {
  color: #ccc;
}

a.w--current {
  transition: color .35s;
}

.body {
  color: #000;
  text-align: left;
  cursor: default;
}

.body.black {
  background-color: #000;
}

.xx {
  color: #000;
  text-transform: none;
  font-size: .75vw;
}

.xx:hover {
  color: #000;
  text-transform: capitalize;
}

.xx.w--current {
  color: #000;
  background-color: #f5ffb0;
}

.illu-container {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100vw;
  display: flex;
  overflow: hidden;
}

.tag-wrapper {
  align-items: flex-end;
  margin-top: 1vh;
  display: flex;
  position: relative;
}

.header {
  z-index: 10;
  background-color: #fff;
  align-items: center;
  width: 100%;
  height: 95px;
  padding-top: 35px;
  padding-left: 3vw;
  padding-right: 3vw;
  position: fixed;
  inset: 0% 0% auto;
}

.grid {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid.grid-about {
  grid-row-gap: 0vw;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-left: 3vw;
  margin-right: 3vw;
}

.grid.grid-about.imprint-grid {
  margin-top: 6vw;
}

.grid.g-12 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.grid.g-journal {
  margin-bottom: 12px;
  font-size: 13px;
  line-height: 1;
}

.grid.g-about {
  grid-row-gap: 5vw;
  color: #fff;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
}

.menu-link {
  height: 27px;
  line-height: 27px;
}

.menu-link.ml-spacer {
  margin-right: 3vw;
}

.portfolio {
  width: 100vw;
  max-width: 100%;
  height: 1111.33vw;
  position: relative;
}

.project-wrapper {
  min-width: 29.3333vw;
  max-width: 29.3333vw;
  margin-right: 3vw;
  display: inline-block;
  position: relative;
}

.project-wrapper.first {
  margin-left: 3vw;
}

.image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.slider {
  cursor: e-resize;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
}

.slide-nav {
  text-align: right;
  justify-content: flex-end;
  align-items: flex-end;
  width: auto;
  height: 6px;
  margin: 0 -1px 10px 0;
  padding-top: 0;
  display: none;
  position: absolute;
  top: auto;
  bottom: 0;
  right: 0;
}

.left-arrow {
  display: none;
}

.right-arrow {
  width: 100%;
  display: none;
}

.hide {
  display: none;
}

.gridheadline {
  margin-bottom: 1.25vw;
  display: block;
}

.gridheadline.grey {
  color: #777;
}

.services {
  margin-bottom: 250px;
}

.spacer {
  height: 30px;
}

.biography {
  color: #000;
  font-size: 1vw;
  line-height: 1.5vw;
  position: relative;
}

.electra {
  z-index: 1;
  color: #777;
  text-transform: none;
  line-height: 22px;
  transition: color .3s, border-color .3s, box-shadow .3s, background-color .3s;
  display: inline-block;
}

.electra:hover {
  color: #fff;
  border-bottom-color: #fff;
}

.divider-2 {
  background-color: #2d2d2d;
  border-radius: 100px;
  width: 100%;
  height: 3px;
  margin-top: .5em;
  margin-bottom: .5em;
}

.gridinfo {
  grid-column-gap: 3vw;
  grid-row-gap: 6vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  line-height: 20px;
}

.typeinfo {
  font-size: 40px;
  line-height: 50px;
}

.typeinfo.ti-cv {
  align-items: center;
  height: 35px;
  font-size: 16px;
  line-height: 18px;
  display: flex;
}

.typeinfo.ti-cv.ti-pos {
  min-width: 390px;
}

.vita-wrapper {
  margin-top: 0;
  margin-bottom: 180px;
  font-weight: 400;
  position: relative;
}

.business-card-wrapper {
  width: 80%;
  margin-bottom: 2vw;
  padding-right: 2vw;
}

.project-description {
  color: #999;
  font-size: 13px;
  line-height: 13px;
}

.project-detail-wrapper {
  position: relative;
}

.created {
  color: #999;
  letter-spacing: .2px;
  text-transform: uppercase;
  margin-bottom: 1vh;
  font-size: 10px;
  line-height: 1;
  display: none;
}

.button {
  color: #000;
  text-transform: none;
  white-space: nowrap;
  cursor: pointer;
  background-color: #fff;
  border-radius: 20px;
  height: 24px;
  margin-right: 8px;
  padding-top: 6px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 13px;
  line-height: 1;
  transition: border-color .2s, box-shadow .2s, background-color .2s, color .2s;
  display: inline-block;
  box-shadow: 0 0 0 1.5px #000;
}

.button:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
  box-shadow: 0 0 0 1.5px #000;
}

.button.client {
  color: #858585;
  cursor: default;
  background-color: #f0f0f0;
  box-shadow: 0 0 0 1.5px #f0f0f0;
}

.button.client:hover {
  box-shadow: 0 0 0 1.5px #f0f0f0;
}

.button.b-fix {
  color: #000;
  background-color: #f1f1f1;
  margin-left: 6px;
  margin-right: 10px;
}

.button.b-katalog {
  display: none;
}

.ratio {
  z-index: 2;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  padding-top: 68.5886%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.vimeo {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.project-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  width: 100vw;
  max-width: 100%;
  display: flex;
}

.camera {
  width: 100%;
  height: 100vh;
  padding-top: 13vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.headline {
  z-index: 1;
  margin-top: 25vh;
  margin-left: 3vw;
  margin-right: 3vw;
  font-size: 36px;
  line-height: 44px;
  position: relative;
}

.divider {
  background-color: #2a2a2a;
  border-radius: 10px;
  width: 100%;
  height: 2px;
  margin-top: 5px;
  display: flex;
  position: relative;
}

.divider.d-timeline {
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}

.divider.d-onblack {
  background-color: #fff;
  width: 94vw;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.container {
  position: relative;
}

.image-4 {
  width: 22px;
  margin-top: -5px;
  margin-right: 16px;
  display: none;
}

.progress {
  background-color: #000;
  border-radius: 10px;
  width: 0%;
  height: 100%;
  position: absolute;
  left: 0;
}

.trigger-headline {
  width: 100%;
  height: 1px;
  transform: translate(0, 80px);
}

.year {
  color: #999;
  margin-top: 2px;
  font-size: 10px;
  line-height: 1;
}

._2022, ._2021, ._2020, ._2019, ._2018, ._2017, ._2016, ._2015, ._2014, ._2013, ._2012, ._2011 {
  width: 100%;
  display: flex;
}

.project-spacer {
  background-color: #cfcfcf;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  margin-right: 3px;
  position: relative;
}

.timeline-headline-wrapper {
  margin-left: 3vw;
  margin-right: 3vw;
  display: block;
  position: sticky;
  top: 30px;
}

.timeline-wrapper {
  position: absolute;
  bottom: 2.5vh;
  left: 3vw;
  right: 3vw;
}

.project-content-wrapper {
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  min-width: 29.3333vw;
  height: 20.114vw;
  margin-bottom: 2vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.mask {
  border-radius: 6px;
}

.text-block-8 {
  font-size: 36px;
  font-weight: 500;
  line-height: 40px;
  display: none;
}

.legal-link {
  color: #888;
  margin-left: 1rem;
  transition: color .3s;
}

.legal-link:hover {
  color: #000;
}

.legal-link.i-about {
  color: #777;
  bottom: 0;
}

.legal-link.i-about:hover {
  color: #fff;
}

.preloader {
  z-index: 999;
  background-color: #fff;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.picture {
  z-index: 1;
  object-fit: cover;
  border: 1px solid #00000040;
  border-radius: 4px;
  width: 64vw;
  height: 68vh;
  box-shadow: 0 0 100px 1px #00000059;
}

.picture.p-2 {
  width: 66vw;
  height: 69vh;
  box-shadow: 0 0 100px 1px #00000059;
}

.picture.p-3 {
  width: 68vw;
  height: 69vh;
  box-shadow: 0 0 100px 1px #00000080;
}

.content-wrapper {
  width: 100vw;
  max-width: 100%;
  margin-top: 100px;
  margin-bottom: 180px;
  padding-left: 3vw;
  padding-right: 3vw;
}

.profile {
  width: 90%;
  font-size: 2.5vw;
  line-height: 3.25vw;
}

.grid-2 {
  grid-column-gap: 3vw;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: space-around;
}

.div-block-7 {
  width: 100%;
  margin-top: 3vw;
  overflow: hidden;
}

.sticky-text {
  position: sticky;
  top: 3vw;
}

.sticky-pictures {
  height: 100vh;
  position: sticky;
  top: 20px;
}

.sticky-pictures.picture-2 {
  top: 40px;
}

.sticky-pictures.picture-3 {
  top: 60px;
}

.flex-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.flex-center.height-100vh {
  height: 100vh;
}

.margin-wrapper {
  max-width: 100%;
  margin-left: 3vw;
  margin-right: 3vw;
  position: relative;
  overflow: hidden;
}

.sticky-pause {
  width: 100%;
  height: 200px;
}

.link-footer {
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 66px;
  line-height: 1;
  transition: color .3s;
  display: inline-block;
}

.link-footer:hover {
  color: #474747;
}

.div-block-10 {
  flex: none;
  justify-content: space-between;
}

.div-block-11 {
  justify-content: flex-start;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 7px;
  display: flex;
}

.smile-s {
  display: none;
}

.text-link {
  border-bottom: 2px dotted silver;
  transition: border-color .2s;
}

.text-link:hover {
  border-bottom-color: #000;
}

.trigger-timeline {
  width: 100%;
  height: 5vh;
  position: absolute;
  inset: 0% 0% auto;
  transform: translate(0, -5vh);
}

.head {
  margin-bottom: -10vh;
  position: relative;
}

.text-block-10 {
  color: #fff;
  font-size: 2.5vw;
  line-height: 3.25vw;
}

.spinner {
  z-index: -1;
  color: #a72727;
  background-color: #faf8f8;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.spinner-embed {
  filter: brightness(60%);
  justify-content: center;
  align-items: center;
  display: flex;
  transform: scale(.5);
}

.spacer-projects {
  height: 3vw;
  max-height: 5vh;
}

.timeline-mobile, .slide-nav-2 {
  display: none;
}

.legal {
  z-index: 1;
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  color: #414141;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 11px;
  line-height: 1;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 15px;
}

.center-center {
  z-index: 0;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100dvh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.text-block-12 {
  font-size: 1vw;
  line-height: 1.5;
}

.bcard {
  width: 750px;
  height: 500px;
}

.link {
  color: #414141;
  text-transform: uppercase;
  cursor: pointer;
}

.rich-text-block {
  color: #757575;
  text-align: left;
  column-count: 0;
  font-size: 12px;
  position: absolute;
  inset: 0%;
}

.impressum {
  z-index: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff;
  background-color: #161616e8;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px;
  font-size: 12px;
  display: none;
  position: absolute;
  inset: 0%;
  overflow: scroll;
}

.text-block-15 {
  cursor: pointer;
  position: absolute;
  inset: 15px 15px auto auto;
}

.rich-text-block-2 {
  text-align: justify;
  word-break: break-all;
  width: 40vh;
}

@media screen and (min-width: 1280px) {
  .divider {
    height: 2px;
  }
}

@media screen and (min-width: 1440px) {
  .body {
    font-size: 1.4vw;
    line-height: 1.5vw;
  }

  .body.black {
    background-color: #fff;
  }

  .tag-wrapper {
    margin-top: 2vh;
  }

  .grid.g-journal {
    font-size: 1vw;
  }

  .portfolio {
    margin-top: -20vh;
  }

  .gridinfo {
    font-size: 1vw;
    line-height: 1.4vw;
  }

  .typeinfo.ti-cv {
    font-size: 22px;
    line-height: 24px;
  }

  .project-description {
    font-size: 1vw;
    line-height: 1vw;
  }

  .created {
    font-size: 11px;
    display: block;
  }

  .button {
    height: 29px;
    padding-top: 7px;
    font-size: 1vw;
  }

  .button.client {
    color: #525252;
  }

  .button.b-fix {
    color: #fff;
    background-color: #0000;
    box-shadow: 0 0 0 1.5px #fff;
  }

  .button.b-fix:hover {
    color: #000;
    background-color: #fff;
  }

  .camera {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    padding-top: 0;
    display: flex;
  }

  .headline {
    font-size: 4vw;
    line-height: 4.4vw;
    position: sticky;
    top: 95px;
  }

  .divider {
    height: 3px;
  }

  .year {
    margin-top: 4px;
    font-size: 11px;
  }

  .timeline-wrapper {
    bottom: 2.5vw;
  }

  .project-content-wrapper {
    margin-bottom: 3vh;
  }

  .text-block-8 {
    font-size: 66px;
    line-height: 74px;
  }

  .content-wrapper {
    margin-top: 150px;
    margin-bottom: 150px;
  }

  .profile {
    width: 85%;
    font-size: 2.5vw;
    line-height: 3.25vw;
  }

  .link-footer {
    font-size: 2.5vw;
  }

  .head {
    height: 500px;
    margin-bottom: 0;
  }

  .text-block-10 {
    color: #fff;
    font-size: 2.5vw;
    line-height: 3.25vw;
  }
}

@media screen and (min-width: 1920px) {
  .headline {
    margin-top: 6vh;
    font-size: 3vw;
    line-height: 3.6vw;
  }
}

@media screen and (max-width: 991px) {
  a {
    transition: none;
  }

  .body {
    font-size: 22px;
    line-height: 24px;
  }

  .header {
    background-color: #fff;
    height: 98px;
    padding-top: 36px;
    padding-left: 8vw;
    padding-right: 8vw;
    position: fixed;
    box-shadow: 1px 1px 10px #0000001a;
  }

  .grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid.grid-about {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .grid.grid-about.imprint-grid {
    margin-top: 100px;
  }

  .grid.g-journal {
    display: none;
  }

  .menu-wrapper {
    position: absolute;
    left: auto;
    right: 215px;
  }

  .menu-link:hover {
    color: #b6b6b6;
  }

  .menu-link.ml-spacer {
    margin-right: 4vw;
  }

  .portfolio {
    width: auto;
    height: auto;
    position: static;
  }

  .project-wrapper {
    min-width: auto;
    max-width: none;
    margin-bottom: 8vw;
    margin-right: 0;
  }

  .project-wrapper.first {
    margin-left: 0;
  }

  .slider {
    height: auto;
  }

  .services {
    margin-bottom: 150px;
  }

  .spacer {
    height: 3vw;
  }

  .link-symbol {
    font-size: 2vw;
  }

  .gridinfo {
    grid-row-gap: 8vw;
  }

  .typeinfo {
    font-size: 2.2vw;
    line-height: 2.8vw;
  }

  .typeinfo.ti-cv {
    font-size: 24px;
    line-height: 30px;
  }

  .typeinfo.ti-cv.ti-pos {
    min-width: auto;
  }

  .vita-wrapper {
    margin-bottom: 150px;
  }

  .project-description {
    font-size: 22px;
    line-height: 24px;
  }

  .project-detail-wrapper {
    margin-top: 5px;
    line-height: 30px;
  }

  .button {
    height: 27px;
    padding-top: 6px;
    font-size: 15px;
  }

  .project-container {
    grid-column-gap: 8vw;
    grid-row-gap: 6vw;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: auto;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    display: grid;
    position: static;
  }

  .camera {
    height: auto;
    padding-top: 0;
    position: relative;
    overflow: visible;
  }

  .headline {
    margin-top: 150px;
    margin-left: 0;
    margin-right: 0;
    font-size: 4.25vw;
    line-height: 5.5vw;
  }

  .divider {
    height: 4px;
    margin-top: 0;
  }

  .divider.d-timeline {
    margin-top: 5px;
  }

  .divider.d-onblack {
    width: 88vw;
  }

  .container {
    padding-left: 8vw;
    padding-right: 8vw;
    position: static;
  }

  .trigger-headline {
    transform: none;
  }

  .year {
    margin-top: 4px;
  }

  .timeline-headline-wrapper {
    margin-left: 0;
    margin-right: 0;
    position: static;
    top: 0;
  }

  .timeline-wrapper {
    z-index: 100;
    background-color: #fff;
    width: 400%;
    height: 100%;
    padding-top: 12px;
    padding-left: 3vw;
    padding-right: 3vw;
    position: relative;
    inset: 0%;
  }

  .project-content-wrapper {
    height: 57.6vw;
  }

  .text-block-8 {
    display: none;
  }

  .legal-link {
    bottom: 12vw;
    right: 0;
  }

  .legal-link.i-about {
    font-size: 13px;
    line-height: 20px;
  }

  .picture {
    width: 88vw;
    min-width: 88vw;
    height: 63vw;
  }

  .picture.p-2, .picture.p-3 {
    width: 88vw;
    height: 63vw;
  }

  .content-wrapper {
    margin-top: 150px;
    margin-bottom: 150px;
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .profile {
    width: 100%;
    font-size: 4.5vw;
    line-height: 5.5vw;
  }

  .div-block-7 {
    margin-top: 6vw;
    margin-bottom: 25px;
  }

  .sticky-text {
    top: 150px;
  }

  .margin-wrapper {
    margin-left: 6vw;
    margin-right: 6vw;
  }

  .link-footer {
    font-size: 4.5vw;
  }

  .div-block-11 {
    padding-top: 15px;
  }

  .trigger-timeline {
    display: none;
  }

  .head {
    margin-top: 90px;
    margin-bottom: 3vw;
  }

  .text-block-10 {
    font-size: 24px;
    line-height: 30px;
  }

  .spinner-embed {
    transform: scale(.75);
  }

  .spacer-projects {
    height: 4vw;
    max-height: none;
  }

  .timeline-desktop {
    display: none;
  }

  .timeline-mobile {
    z-index: 99;
    background-color: #fff;
    border-radius: 20px;
    width: 300px;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: fixed;
    inset: auto 0% 5vw;
    overflow: hidden;
  }

  .text-block-11 {
    font-size: 15px;
  }

  .gradient {
    z-index: 101;
    background-image: linear-gradient(to right, #fff 3%, #fff0 15% 85%, #fff 97%);
    width: 100%;
    height: 100%;
    padding: 0;
    position: absolute;
    inset: 0%;
  }

  .text-block-12 {
    font-size: 2vw;
  }

  .bcard {
    transform: scale(.8);
  }
}

@media screen and (max-width: 767px) {
  .body {
    font-size: 15px;
    line-height: 20px;
  }

  .grid.g-about, .grid.g-about._123 {
    grid-template-columns: 1fr 1fr;
  }

  .menu-wrapper {
    right: 200px;
  }

  .divider-2 {
    height: 2px;
  }

  .gridinfo {
    grid-template-columns: 1fr 1fr;
  }

  .typeinfo.ti-cv, .project-description {
    font-size: 15px;
    line-height: 20px;
  }

  .project-detail-wrapper {
    line-height: 20px;
  }

  .project-container {
    grid-row-gap: 4vw;
  }

  .headline {
    font-size: 15px;
    line-height: 20px;
  }

  .divider {
    height: 2px;
  }

  .legal-link {
    bottom: 13vw;
  }

  .legal-link.i-about {
    font-size: 15px;
  }

  .profile {
    font-size: 15px;
    line-height: 20px;
  }

  .sticky-text {
    padding-bottom: 0;
  }

  .link-footer {
    padding-right: 15px;
    font-size: 15px;
  }

  .text-block-10 {
    font-size: 15px;
    line-height: 20px;
  }
}

@media screen and (max-width: 479px) {
  .body {
    font-size: 15px;
    line-height: 15px;
  }

  .tag-wrapper {
    margin-top: 10px;
  }

  .header {
    height: 60px;
    padding-top: 18px;
  }

  .grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
  }

  .grid.g-about, .grid.g-about._123 {
    grid-template-columns: 1fr 1fr;
  }

  .menu-wrapper {
    position: relative;
    right: auto;
  }

  .project-wrapper {
    max-width: 88vw;
    margin-bottom: 45px;
    margin-right: 0;
  }

  .project-wrapper.first {
    margin-bottom: 40px;
  }

  .gridheadline {
    margin-bottom: 2vw;
  }

  .services {
    margin-bottom: 100px;
  }

  .biography {
    padding-top: 1vw;
  }

  .link-symbol {
    font-size: 2.5vw;
  }

  .location {
    display: none;
  }

  .gridinfo {
    grid-row-gap: 60px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    font-size: 15px;
    line-height: 20px;
  }

  .typeinfo {
    font-size: 15px;
    line-height: 18px;
  }

  .typeinfo.ti-cv {
    white-space: nowrap;
    font-size: 15px;
    line-height: 20px;
  }

  .typeinfo.ti-cv.ti-pos {
    white-space: nowrap;
    margin-top: -15px;
  }

  .vita-wrapper {
    margin-top: 0;
    margin-bottom: 100px;
  }

  .project-description {
    font-size: 15px;
    line-height: 20px;
  }

  .created {
    font-size: 9px;
  }

  .button {
    height: 26px;
  }

  .button.b-fix {
    margin-left: 5px;
    margin-right: 7px;
  }

  .button.b-katalog {
    display: none;
  }

  .project-container {
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  .headline {
    margin-top: 100px;
    font-size: 24px;
    line-height: 28px;
  }

  .divider {
    height: 3px;
  }

  .divider.d-onblack {
    width: 84vw;
  }

  .year {
    font-size: 9px;
  }

  .timeline-wrapper {
    padding-top: 9px;
  }

  .project-content-wrapper {
    min-width: auto;
    margin-bottom: 15px;
  }

  .legal-link {
    bottom: 6vw;
  }

  .picture, .picture.p-2, .picture.p-3 {
    width: 97vw;
    height: 64vw;
  }

  .content-wrapper {
    margin-top: 100px;
    margin-bottom: 50px;
    padding-left: 0;
    padding-right: 0;
  }

  .profile {
    width: auto;
    font-size: 24px;
    line-height: 28px;
  }

  .grid-2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .sticky-text {
    margin-left: 8vw;
    margin-right: 8vw;
    padding-bottom: 80px;
    top: 60px;
  }

  .margin-wrapper {
    margin-left: 8vw;
    margin-right: 8vw;
  }

  .sticky-pause {
    height: 200px;
  }

  .head {
    margin-top: 60px;
    margin-bottom: 15px;
  }

  .text-block-10 {
    font-size: 15px;
    line-height: 20px;
  }

  .spinner-embed {
    transform: scale(.5);
  }

  .timeline-mobile {
    width: 180px;
    height: 34px;
  }

  .text-block-12 {
    font-size: 4vw;
  }

  .bcard {
    transform: scale(.55);
  }
}

#w-node-f914bf98-0e83-7264-de8a-41920265275c-3aad6180 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fcea39b7-97b3-eb7f-77ed-d85d2b4ae59f-3aad6180 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-c3d6ba3a-cf81-a3d7-73f5-7152d360262b-3aad6180 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9199ecaa-f54b-6891-54d5-4b36fddb83e6-3aad6180, #w-node-_264fd02c-49e4-eddb-9451-269c83632420-3aad6180 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f8bddb51-0db3-af4a-8e02-6b436167f228-3aad6180, #w-node-_181cfa9e-c6dc-bb65-4777-fcb5d230a826-3aad6180 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65596e0c-be5a-715c-27b9-21d09f35dfda-3aad6180 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-bae1c5a9-2d45-8f7b-8b95-4f1f4a55923c-3aad6180, #w-node-bc0c3692-cc07-fb10-ae26-26ddfdcf5f7e-3aad6180, #w-node-_3a862124-ae3e-b287-154a-d8b19d445878-3aad6180, #w-node-ae4aff2b-7c06-e8b8-b453-c3f253135812-3aad6180, #w-node-_1912b32d-4809-72a1-43c9-c31122c77ba1-3aad6180, #w-node-fa74c61f-bdac-a38a-865e-84fafe56f3fd-3aad6180, #w-node-_10bbf745-3d49-14c2-c9c3-be42f3b3e83b-3aad6180, #w-node-_6609d31f-a975-da9d-17ba-8979778dc164-3aad6180, #w-node-de58bd94-36c0-603e-0ee7-5c665e370e1b-3aad6180 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d6072616-af95-94c5-d219-4a472591ea1a-3aad6180 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-fe0e54a5-ba24-feae-ed4c-0dccaff6f2a1-3aad6180, #w-node-aa2ad96b-994f-81d1-8be0-25e8abbae09c-3aad6180, #w-node-a613365a-e5ef-af6e-0fd6-a5d13abf5d51-3aad6180, #w-node-_3380a798-bda0-7276-a0b0-b9075bc9896d-3aad6180, #w-node-_1421a78c-1ca8-e0bd-466a-c33a51b1de12-3aad6180, #w-node-_07efeca4-8d10-2604-a0fe-ca7c9bc89911-9bc898bb, #w-node-_07efeca4-8d10-2604-a0fe-ca7c9bc89915-9bc898bb, #w-node-_07efeca4-8d10-2604-a0fe-ca7c9bc89917-9bc898bb, #w-node-_07efeca4-8d10-2604-a0fe-ca7c9bc89919-9bc898bb, #w-node-_07efeca4-8d10-2604-a0fe-ca7c9bc8991b-9bc898bb, #w-node-_07efeca4-8d10-2604-a0fe-ca7c9bc8991d-9bc898bb, #w-node-_07efeca4-8d10-2604-a0fe-ca7c9bc8991f-9bc898bb, #w-node-_07efeca4-8d10-2604-a0fe-ca7c9bc89921-9bc898bb, #w-node-_07efeca4-8d10-2604-a0fe-ca7c9bc89923-9bc898bb, #w-node-_07efeca4-8d10-2604-a0fe-ca7c9bc89925-9bc898bb, #w-node-_26d63ef6-df2b-9936-b4a5-82f92e4ebf86-bc196369 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_95b7d7b0-edd3-b04d-32ec-0a44bc19636b-bc196369 {
  justify-self: start;
}

#w-node-_95b7d7b0-edd3-b04d-32ec-0a44bc196371-bc196369 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: stretch;
}

#w-node-e8fcb546-3454-7533-d815-818bdbd3eb3d-bc196369 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center end;
}

#w-node-ec454dec-703d-adbd-30f6-7ca44f60deac-bc196369 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31e845c3-d1b8-2a7c-8c14-9cd25fe161c1-3aad6181 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-a0f59d82-9915-7161-5393-902536b490ca-3aad6181 {
  grid-area: 1 / 4 / 2 / 7;
}

#w-node-a0f59d82-9915-7161-5393-902536b490cc-3aad6181 {
  grid-area: 1 / 1 / 2 / 4;
  justify-self: start;
}

#w-node-a0f59d82-9915-7161-5393-902536b490cd-3aad6181 {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: start;
}

#w-node-a0f59d82-9915-7161-5393-902536b490d1-3aad6181 {
  grid-area: 2 / 2 / 3 / 4;
  justify-self: start;
}

#w-node-a0f59d82-9915-7161-5393-902536b490d8-3aad6181 {
  grid-area: 3 / 1 / 4 / 4;
  justify-self: start;
}

#w-node-a0f59d82-9915-7161-5393-902536b490d9-3aad6181 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-a0f59d82-9915-7161-5393-902536b490db-3aad6181 {
  grid-area: 4 / 2 / 5 / 4;
}

#w-node-a0f59d82-9915-7161-5393-902536b490e1-3aad6181 {
  grid-area: 5 / 1 / 6 / 4;
}

#w-node-a0f59d82-9915-7161-5393-902536b490e2-3aad6181 {
  grid-area: 6 / 1 / 7 / 2;
}

#w-node-a0f59d82-9915-7161-5393-902536b490ef-3aad6181 {
  grid-area: 7 / 1 / 8 / 4;
}

#w-node-a0f59d82-9915-7161-5393-902536b490f0-3aad6181 {
  grid-area: 8 / 1 / 9 / 2;
}

#w-node-a0f59d82-9915-7161-5393-902536b490f4-3aad6181 {
  grid-area: 9 / 1 / 10 / 4;
}

#w-node-a0f59d82-9915-7161-5393-902536b490e6-3aad6181 {
  grid-area: 6 / 2 / 7 / 4;
}

#w-node-a0f59d82-9915-7161-5393-902536b490f2-3aad6181 {
  grid-area: 8 / 2 / 9 / 4;
}

#services.w-node-fcbf2c4f-c8fd-347e-14c5-44bbc2eba421-3aad6181 {
  grid-area: 1 / 2 / 2 / 6;
}

#w-node-fcbf2c4f-c8fd-347e-14c5-44bbc2eba4d1-3aad6181 {
  grid-area: 1 / 1 / 2 / 3;
  align-self: end;
}

#w-node-ec7c1948-a29a-dddd-8cc5-d7da549941af-3aad6183 {
  grid-area: 1 / 3 / 2 / 7;
}

#w-node-_83ddab65-f574-d5af-bbd5-d7ee9391e1b3-3aad6183 {
  grid-area: 1 / 1 / 2 / 3;
  align-self: start;
}

#w-node-b208e74b-1010-5ff5-8afe-22ea8e443f99-3aad618c {
  grid-area: 1 / 3 / 2 / 7;
}

#w-node-b208e74b-1010-5ff5-8afe-22ea8e443fec-3aad618c {
  grid-area: 1 / 1 / 2 / 3;
  align-self: start;
}

@media screen and (min-width: 1440px) {
  #w-node-_31e845c3-d1b8-2a7c-8c14-9cd25fe161c1-3aad6181 {
    grid-area: 1 / 1 / 2 / 7;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_9199ecaa-f54b-6891-54d5-4b36fddb83e6-3aad6180, #w-node-_264fd02c-49e4-eddb-9451-269c83632420-3aad6180, #w-node-_65596e0c-be5a-715c-27b9-21d09f35dfda-3aad6180 {
    grid-column: span 1 / span 1;
  }

  #w-node-_26d63ef6-df2b-9936-b4a5-82f92e4ebf86-bc196369 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_95b7d7b0-edd3-b04d-32ec-0a44bc19636b-bc196369 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_95b7d7b0-edd3-b04d-32ec-0a44bc196371-bc196369 {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: end;
  }

  #w-node-a0f59d82-9915-7161-5393-902536b490ca-3aad6181, #services.w-node-fcbf2c4f-c8fd-347e-14c5-44bbc2eba421-3aad6181 {
    grid-area: 1 / 1 / 2 / 7;
  }

  #w-node-fcbf2c4f-c8fd-347e-14c5-44bbc2eba4d1-3aad6181 {
    grid-area: 2 / 1 / 3 / 5;
    align-self: end;
  }

  #w-node-ec7c1948-a29a-dddd-8cc5-d7da549941af-3aad6183 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_83ddab65-f574-d5af-bbd5-d7ee9391e1b3-3aad6183 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    align-self: start;
  }

  #w-node-b208e74b-1010-5ff5-8afe-22ea8e443f99-3aad618c {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-b208e74b-1010-5ff5-8afe-22ea8e443fec-3aad618c {
    grid-area: span 1 / span 3 / span 1 / span 3;
    align-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_31e845c3-d1b8-2a7c-8c14-9cd25fe161c1-3aad6181, #w-node-a0f59d82-9915-7161-5393-902536b490ca-3aad6181, #services.w-node-fcbf2c4f-c8fd-347e-14c5-44bbc2eba421-3aad6181 {
    grid-column-end: 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_9199ecaa-f54b-6891-54d5-4b36fddb83e6-3aad6180, #w-node-_264fd02c-49e4-eddb-9451-269c83632420-3aad6180, #w-node-_65596e0c-be5a-715c-27b9-21d09f35dfda-3aad6180 {
    grid-column: span 1 / span 1;
  }

  #w-node-_26d63ef6-df2b-9936-b4a5-82f92e4ebf86-bc196369 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_95b7d7b0-edd3-b04d-32ec-0a44bc19636b-bc196369 {
    grid-row: 1 / 2;
  }

  #w-node-_95b7d7b0-edd3-b04d-32ec-0a44bc196371-bc196369 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }

  #w-node-_31e845c3-d1b8-2a7c-8c14-9cd25fe161c1-3aad6181 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-a0f59d82-9915-7161-5393-902536b490ca-3aad6181 {
    grid-column-end: 3;
  }

  #w-node-a0f59d82-9915-7161-5393-902536b490cc-3aad6181 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-a0f59d82-9915-7161-5393-902536b490cd-3aad6181 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-a0f59d82-9915-7161-5393-902536b490d1-3aad6181 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-a0f59d82-9915-7161-5393-902536b490d8-3aad6181 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-a0f59d82-9915-7161-5393-902536b490d9-3aad6181 {
    grid-area: 5 / 1 / 6 / 3;
  }

  #w-node-a0f59d82-9915-7161-5393-902536b490db-3aad6181 {
    grid-area: 6 / 1 / 7 / 3;
  }

  #w-node-a0f59d82-9915-7161-5393-902536b490e1-3aad6181 {
    grid-area: 7 / 1 / 8 / 3;
  }

  #w-node-a0f59d82-9915-7161-5393-902536b490e2-3aad6181 {
    grid-area: 8 / 1 / 9 / 3;
  }

  #w-node-a0f59d82-9915-7161-5393-902536b490ef-3aad6181 {
    grid-area: 10 / 1 / 11 / 3;
  }

  #w-node-a0f59d82-9915-7161-5393-902536b490f0-3aad6181 {
    grid-area: 11 / 1 / 12 / 3;
  }

  #w-node-a0f59d82-9915-7161-5393-902536b490f4-3aad6181 {
    grid-area: 13 / 1 / 14 / 3;
  }

  #w-node-a0f59d82-9915-7161-5393-902536b490e6-3aad6181 {
    grid-area: 9 / 1 / 10 / 3;
  }

  #w-node-a0f59d82-9915-7161-5393-902536b490f2-3aad6181 {
    grid-area: 12 / 1 / 13 / 3;
  }

  #services.w-node-fcbf2c4f-c8fd-347e-14c5-44bbc2eba421-3aad6181 {
    grid-column: 1 / 3;
  }

  #w-node-fcbf2c4f-c8fd-347e-14c5-44bbc2eba4d1-3aad6181 {
    grid-row: 2 / 3;
    grid-column-end: 3;
  }

  #w-node-_83ddab65-f574-d5af-bbd5-d7ee9391e1b3-3aad6183, #w-node-b208e74b-1010-5ff5-8afe-22ea8e443fec-3aad618c {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: start;
  }
}


@font-face {
  font-family: 'Maison Neue';
  src: url('../fonts/MaisonNeue-Book.woff2') format('woff2'), url('../fonts/MaisonNeue-Book.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}