@font-face {
  font-family: Univers;
  src: url('../fonts/UniversRegular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Univers;
  src: url('../fonts/UniversLight.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Univers;
  src: url('../fonts/UniversBold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Crimsontext;
  src: url('../fonts/CrimsonText-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Inferi Trial;
  src: url('../fonts/Inferi-Trial-NormalItalic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

:root {
  --color--dark: #171717;
  --text-midium--font-size: 1.125rem;
  --font--primary-family: "Nunito Sans", sans-serif;
  --text-groß--font-size: 1.25rem;
  --color--off-white: #fafafa;
  --color--text-dark-grey: #999;
  --text-groß--line-height: 1.5rem;
  --text-midium--line-height: 1.4rem;
  --spacer--small: 1rem;
  --text--font-size: 1rem;
  --color--grey: #d9dade;
  --color--black: black;
  --line_height: 0px;
  --spacer--medium: 3rem;
  --spacer--large: 4rem;
  --spacer--extra-large: 9rem;
  --text--line-height: 1.25rem;
  --font--secondary-family: "Crimson Text", sans-serif;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.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;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

a {
  color: var(--color--dark);
  border-radius: 0;
  text-decoration: none;
  display: inline-block;
}

.title {
  z-index: 0;
  opacity: 1;
  color: var(--color--dark);
  font-size: var(--text-midium--font-size);
  text-align: left;
  mix-blend-mode: normal;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 0;
  margin-bottom: 1.5rem;
  padding-top: 1.5rem;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
  top: 100px;
}

.title.spacer-small {
  padding-top: 3rem;
}

.caption {
  font-family: var(--font--primary-family);
  font-size: var(--text-midium--font-size);
  text-transform: uppercase;
  mix-blend-mode: normal;
  margin-top: .5rem;
  font-weight: 600;
}

.section {
  z-index: 0;
  aspect-ratio: auto;
  background-color: var(--color--off-white);
  color: var(--color--dark);
  mix-blend-mode: normal;
  border-radius: 16px;
  margin-top: 0;
  padding-top: 0;
  padding-left: 50px;
  padding-right: 50px;
  font-family: Nunito Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  display: block;
  position: static;
}

.section.header {
  color: var(--color--dark);
  margin-top: 0;
  padding-top: 4rem;
  padding-left: 50px;
  padding-right: 50px;
}

.section.hide {
  display: block;
}

.project-page-heading {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 7rem;
  font-weight: 600;
  line-height: 1;
}

.text-span-3 {
  font-family: Crimsontext, sans-serif;
  font-size: 6rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1;
}

.image {
  object-fit: cover;
  align-self: center;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  position: relative;
  inset: 0%;
  transform: scale(1.3);
}

.image.cp {
  vertical-align: baseline;
  inset: 0%;
}

.div-block-6 {
  flex-flow: column;
  display: flex;
}

.div-block-7 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.case_info {
  color: var(--color--text-dark-grey);
  font-size: var(--text-midium--font-size);
}

.case_caption {
  color: var(--color--dark);
  font-size: var(--text-midium--font-size);
  font-weight: 500;
}

.div-block-8 {
  justify-content: center;
  align-items: center;
  height: 60vh;
  display: flex;
}

.project-motto {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 4rem;
  font-weight: 600;
  line-height: 5rem;
}

.quick-stack-2 {
  margin: 6rem 0 8rem;
  padding: 0;
}

.quick-stack-3 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  width: 100%;
  padding: 5rem 0 0;
}

.project-info {
  color: var(--color--text-dark-grey);
  font-size: var(--text-midium--font-size);
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.4rem;
}

.project-info.second {
  margin-top: 3.2rem;
}

.case_caption_2 {
  font-size: var(--text-midium--font-size);
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 600;
  line-height: 1;
}

.section-ultra-gradients {
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 45em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-ultra-gradients.is-first {
  z-index: 0;
  z-index: 2;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-left: 0;
  padding-left: 0;
  position: static;
  overflow: visible;
}

.shape-9 {
  background-color: #240658;
  border-radius: 999em;
  width: 30em;
  height: 119em;
  position: absolute;
  top: -5.3em;
  right: 1.2em;
  transform: rotate(39deg);
}

.main-shapes-wrapper {
  filter: blur(120px);
  perspective: none;
}

.copy-medium {
  z-index: 3;
  opacity: 1;
  width: 35ch;
  max-width: 100vw;
  font-family: var(--font--primary-family);
  color: var(--color--dark);
  text-align: center;
  text-transform: none;
  mix-blend-mode: normal;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 1.5rem;
  padding-left: 0;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.1;
  display: block;
  position: static;
  inset: auto 0% 0%;
}

.copy-medium.small {
  text-align: left;
  text-transform: none;
  width: 35ch;
  max-width: 80vw;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-left: 0;
  font-size: 2.5rem;
  line-height: 1.2;
}

.container-w1 {
  width: 100%;
  max-width: 95em;
  margin-left: auto;
  margin-right: auto;
}

.container-w1.gutter-outside {
  float: none;
  color: #fafafab3;
  mix-blend-mode: normal;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-left: 50px;
  padding-right: 50px;
  font-size: 16px;
  display: flex;
  position: static;
  top: 0;
  transform: translate(0);
}

.shape-5-2 {
  background-color: #241418;
  border-radius: 999em;
  width: 30em;
  height: 30em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -21.7em;
  left: 0;
  right: 0;
}

.gradient-intro-wrapper-2 {
  z-index: 3;
  width: 100%;
  height: auto;
  color: var(--color--off-white);
  mix-blend-mode: normal;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  padding-left: 0;
  display: flex;
  position: relative;
  inset: 0%;
}

.shape-7-2 {
  background-color: #7071be;
  border-radius: 999em;
  width: 20em;
  height: 13em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -4.1em;
  left: 0;
  right: -23.9em;
  transform: rotate(40deg);
}

.shape-8-2 {
  background-color: #2a6859;
  border-radius: 999em;
  width: 47em;
  height: 119em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -17.1em;
  left: 26.7em;
  right: 0;
  transform: rotate(29deg);
}

.shape-4-2 {
  background-color: #5c4802;
  border-radius: 999em;
  width: 65em;
  height: 40em;
  margin-left: auto;
  position: absolute;
  top: -11.3em;
  left: 0;
  transform: rotate(40deg);
}

.shape-2-2 {
  background-color: #1d2397;
  border-radius: 999em;
  width: 70em;
  height: 40em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -19.9em;
  left: -1.9em;
  right: 0;
  transform: rotate(0);
}

.blending-group-wrapper-2 {
  z-index: 1;
  filter: blur(120px);
  outline-offset: 0px;
  mix-blend-mode: screen;
  outline: 3px #333;
  display: block;
}

.shape-3-2 {
  background-color: #382892;
  border-radius: 999em;
  width: 53em;
  height: 100em;
  position: absolute;
  top: -5.6em;
  left: -23.5em;
  right: 0;
  transform: rotate(-28deg);
}

.background-noise-2 {
  z-index: 0;
  opacity: .1;
  -webkit-text-fill-color: inherit;
  background-image: url('../images/noise.png');
  background-position: 0 0;
  background-size: auto;
  background-clip: border-box;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.ultra-gradient-wrapper-2 {
  background-color: #727485;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  font-size: 1vw;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.title1-2 {
  opacity: 1;
  text-align: left;
  letter-spacing: -1vw;
  mix-blend-mode: normal;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -2rem;
  padding-left: 0;
  font-family: Nunito Sans, sans-serif;
  font-size: 22vw;
  font-weight: 300;
  line-height: 1;
  position: static;
}

.shape-1-2 {
  background-color: #403286;
  border-radius: 999em;
  width: 50em;
  height: 40em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -16.2em;
  left: 0;
  right: 0;
  transform: perspective(1578px)rotate(0);
}

.shape-6-2 {
  background-color: #041c2c;
  border-radius: 999em;
  width: 66em;
  height: 60em;
  margin-left: auto;
  position: absolute;
  top: -14.2em;
  right: -25em;
  transform: rotate(60deg);
}

.text-block-11 {
  font-family: Nunito Sans, sans-serif;
  font-size: var(--text-midium--font-size);
  line-height: var(--text-midium--line-height);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  position: relative;
}

.text-block-11.is_absolute {
  font-weight: 600;
  display: block;
  position: absolute;
}

.body {
  background-color: var(--color--off-white);
  font-family: Nunito Sans, sans-serif;
  font-size: 16px;
  overflow: visible;
}

.home_project_info_wrapper {
  flex: 0 auto;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 1.5rem;
  padding-bottom: 0;
  display: flex;
}

.home_project_info_wrapper.vertical {
  flex-flow: column;
  margin-top: 1rem;
  padding-bottom: 2rem;
  padding-left: 0;
}

.paragraph {
  font-family: var(--font--primary-family);
  font-size: var(--text-midium--font-size);
  line-height: var(--text-groß--line-height);
  text-transform: none;
  margin-top: 0;
  padding-top: .3rem;
  font-weight: 400;
}

.paragraph.space {
  padding-top: 1rem;
}

.label {
  border: 1px solid #000;
  border-radius: .5rem;
  margin-top: 1.5rem;
  margin-right: 20px;
  display: block;
}

.label.single {
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  display: block;
}

.label.workpage {
  margin-top: 1rem;
}

.home_project-description {
  max-width: 33%;
  font-size: var(--text-groß--font-size);
  flex: 1;
  line-height: 1.5rem;
  overflow: visible;
}

.home_project-description.workpage {
  max-width: 90%;
}

.label-wrapper {
  flex-flow: row;
  display: flex;
}

.categorie {
  font-family: var(--font--primary-family);
  color: var(--color--dark);
  -webkit-text-stroke-width: 0px;
  border: 0 solid #000;
  border-radius: 0;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  padding: 8px 16px;
  font-size: .8rem;
  font-weight: 500;
  display: flex;
}

.categorie.single {
  display: block;
}

.spacer {
  height: 100vh;
  margin-bottom: 0;
  display: block;
  position: relative;
}

.spacer.footer {
  z-index: 0;
}

.home_hero_wrapper {
  z-index: 0;
  width: 100%;
  height: 100vh;
  margin-bottom: 0;
  display: block;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.home_project_wrapper {
  z-index: 9;
  background-color: var(--color--off-white);
  border-radius: 0;
  padding-left: 50px;
  padding-right: 50px;
  transition: border-radius 1s;
  position: relative;
  overflow: hidden;
}

.footer {
  border: 0 #000;
  border-top: 2px solid #000;
  width: 100%;
  margin-top: -100vh;
  padding-top: 98px;
  padding-left: 70px;
  padding-right: 70px;
  overflow: hidden;
}

.footer.home {
  z-index: 2;
  background-color: var(--color--grey);
  color: var(--color--dark);
  border-top-style: none;
  margin-top: 0;
  padding-top: 5rem;
  padding-left: 0;
  padding-right: 0;
  position: sticky;
  bottom: 0;
  overflow: visible;
}

.heading-2 {
  margin-top: 0;
  font-size: 5rem;
  font-weight: 600;
  line-height: 5rem;
  display: block;
}

.div-block-12 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  display: flex;
}

.div-block-13 {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 12rem;
  margin-bottom: 0;
  padding-bottom: 2rem;
  padding-left: 50px;
  padding-right: 50px;
  font-size: 1rem;
  display: flex;
}

.link-2 {
  font-size: var(--text-midium--font-size);
  padding-right: 48px;
}

.div-block-14 {
  padding-right: 98px;
}

.footer-title {
  color: var(--color--text-dark-grey);
  margin-bottom: 0;
  font-weight: 400;
}

.footer_text {
  font-size: var(--text-midium--font-size);
}

.div-block-15 {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.image-8 {
  padding-bottom: 0;
  display: block;
}

.body-2 {
  background-color: var(--color--off-white);
  font-family: var(--font--primary-family);
}

.text-span-9 {
  text-transform: lowercase;
  font-family: Crimsontext, sans-serif;
  font-size: 5.5rem;
  font-style: italic;
  font-weight: 400;
  line-height: 0;
}

.detail-image {
  mix-blend-mode: normal;
  min-width: 100%;
  margin-top: 0;
}

.detail-image.durch {
  border-radius: 1rem;
  width: 100%;
  min-width: auto;
  max-width: none;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.detail-image.durch.middle {
  border-radius: 1rem;
  margin-top: 4rem;
  margin-bottom: 0;
}

.detail-image.spacer {
  border-radius: 1rem;
  width: 100%;
  height: auto;
  margin-top: 4rem;
  padding-left: 0;
  padding-right: 0;
}

.detail-image.spacer.allside {
  border-radius: 1rem;
  margin-top: 4rem;
  padding-left: 0;
  padding-right: 0;
}

.detail-image.spacer.allside.top {
  border-radius: 1rem;
  padding-left: 0;
  padding-right: 0;
}

.detail-image.cp {
  margin-top: 2rem;
  margin-bottom: 0;
}

.image-10 {
  mix-blend-mode: normal;
  min-width: 100%;
  margin-top: -2px;
  padding-left: 0;
  padding-right: 0;
}

.image-10.cp {
  margin-top: 2rem;
}

.image-11 {
  min-width: 100%;
  margin-top: -2px;
}

.image-11.cp {
  margin-top: 2rem;
}

.image-12, .image-13 {
  mix-blend-mode: normal;
  min-width: 100%;
}

.image-13.cp {
  margin-top: 2rem;
}

.image-14, .image-16 {
  min-width: 100%;
}

.image-17 {
  min-width: 100%;
  margin-bottom: 0;
}

.image-18 {
  width: 100%;
}

.page_main {
  position: relative;
  overflow: visible;
}

.home_hero {
  z-index: 0;
  width: 100%;
  margin-bottom: -100vh;
  margin-left: 0;
  padding-left: 0;
  position: relative;
  overflow: visible;
}

.home_hero.gradient {
  display: none;
}

.home_project_image {
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-clip: border-box;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  height: 45vw;
  transition: border-radius .6s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home_project_image.workpage {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  height: 30vw;
  display: flex;
}

.home_project {
  min-width: 100%;
  min-height: 100%;
}

.heading-3 {
  color: var(--color--dark);
  margin-top: .5rem;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 400;
  display: block;
}

.heading-3.small {
  margin-top: 0;
  font-size: 1.75rem;
}

.image-20 {
  vertical-align: middle;
  cursor: auto;
  object-fit: cover;
  align-self: center;
  min-width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 0%;
}

.image-20.martin {
  margin-top: auto;
  margin-bottom: auto;
  inset: 0%;
}

.image-20.martin.workpage {
  min-height: 100%;
}

.image-20.selfunseen {
  inset: auto 0% 0%;
  transform: scale(1);
}

.image-20.align_bottom {
  inset: auto 0% 0%;
}

.image-20.hermes {
  vertical-align: top;
}

.image-20.workpage {
  vertical-align: middle;
  object-fit: cover;
  min-height: 100%;
  margin-top: auto;
  margin-bottom: auto;
}

.spacer_between {
  height: 6rem;
}

.wrapper {
  z-index: 3;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: flex-start;
  align-items: center;
  padding-left: 70px;
  display: flex;
  position: absolute;
  inset: auto 0% 5%;
}

.custom_button {
  z-index: 8;
  border: 1.5px solid var(--color--dark);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 0;
  padding: 0 1.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.custom_button:hover {
  mix-blend-mode: saturation;
  background-color: #ebebeb00;
}

.text_button {
  color: var(--color--dark);
  font-size: var(--text-midium--font-size);
  -webkit-text-stroke-color: #fafafab3;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 0;
  font-weight: 600;
  display: block;
  position: relative;
}

.text_button.is_absolute {
  color: var(--color--dark);
  font-size: var(--text-midium--font-size);
  -webkit-text-stroke-color: #fafafab3;
  padding-top: 0;
  font-weight: 600;
  display: block;
  position: absolute;
}

.footer_wrapper {
  z-index: -2;
  margin-top: -100vh;
  position: static;
}

.text-span-14 {
  text-transform: lowercase;
  font-family: Crimsontext, sans-serif;
  font-size: 1.6rem;
  font-style: italic;
  font-weight: 400;
}

.text-span-15 {
  text-transform: lowercase;
  font-family: Crimsontext, sans-serif;
  font-size: 8rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.4rem;
}

.container {
  mix-blend-mode: normal;
  width: auto;
  min-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-left: 70px;
  padding-right: 70px;
}

.navbar {
  width: auto;
  min-width: 100vw;
  color: var(--color--text-dark-grey);
  text-align: left;
  mix-blend-mode: difference;
  background-color: #ddd0;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: fixed;
}

.nav_link {
  color: var(--color--off-white);
  padding: 2rem;
}

.nav_link.w--current {
  color: var(--color--off-white);
}

.nav_link.side {
  padding-right: 0;
}

.nav_link.top.w--current {
  opacity: 1;
  color: var(--color--off-white);
}

.image-22 {
  padding-top: 1.6rem;
}

.brand-2.w--current {
  position: static;
}

.div-block-28 {
  display: none;
}

.section-5 {
  z-index: 10;
  background-color: var(--color--off-white);
  width: 100vw;
  margin-top: 0;
  position: relative;
}

.project_header_image {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  height: 90vh;
  margin-top: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.next-project-section {
  background-color: var(--color--off-white);
  margin-top: 0;
  padding: 2rem 50px 10rem;
}

.div-block-32 {
  grid-column-gap: 10rem;
  grid-row-gap: 10rem;
  display: flex;
}

.text-block-19 {
  max-width: 80vw;
  font-family: var(--font--primary-family);
  color: var(--color--dark);
  text-align: left;
  font-size: 2rem;
  line-height: 1.2;
}

.interest_text_wrapper {
  width: 100%;
  height: auto;
  font-family: var(--font--primary-family);
  color: var(--color--dark);
  text-align: center;
  mix-blend-mode: normal;
  object-fit: fill;
  justify-content: center;
  align-self: flex-start;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: sticky;
  inset: 0%;
}

.div-block-40 {
  width: 100%;
  height: auto;
  min-height: 400px;
  font-size: var(--text-groß--font-size);
  padding-left: 0;
  padding-right: 0;
}

.experience_wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  width: 100%;
  height: auto;
  font-family: var(--font--primary-family);
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.experience_wrapper.interst {
  background-color: var(--color--off-white);
  grid-template-columns: 1fr 2fr;
  margin-top: 25vh;
}

.quick-stack-4 {
  border-bottom: 1px solid var(--color--grey);
  font-family: var(--font--primary-family);
  font-size: var(--text-groß--font-size);
  padding: 3rem 0;
}

.quick-stack-4.top {
  border-top: 1px solid var(--color--grey);
  font-size: var(--text-midium--font-size);
}

.cell-2 {
  color: var(--color--text-dark-grey);
  font-size: var(--text-groß--font-size);
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
}

.div-block-42 {
  padding-top: 0;
}

.title_small {
  font-family: var(--font--primary-family);
  font-size: var(--text-midium--font-size);
  text-align: left;
  margin-top: 20vh;
  margin-bottom: 1rem;
  font-weight: 600;
  line-height: 1;
  display: block;
}

.title_small.smallspacer.hide {
  margin-top: 0;
  line-height: 1;
  display: block;
}

.title_small.smallspacer.about, .title_small.smallspacer.about.no {
  display: none;
}

.title_small.nospacer.about {
  margin-top: 0;
  line-height: 1;
}

.about_main_text {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-top: 25vh;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.cell-3 {
  flex-flow: row;
}

.cell-4 {
  font-size: var(--text-midium--font-size);
  justify-content: space-between;
  align-items: center;
}

.text-block-23 {
  color: var(--color--dark);
  font-size: var(--text-midium--font-size);
  text-align: left;
}

.text-block-23.right {
  text-align: right;
}

.cell-5 {
  font-size: 1.5rem;
}

.project_header_image_cp {
  aspect-ratio: auto;
  object-fit: cover;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  min-width: auto;
  max-width: 100%;
  height: 90vh;
  min-height: 0;
  margin-top: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-23 {
  vertical-align: baseline;
  object-fit: cover;
  flex: 1;
  align-self: center;
  min-width: 100%;
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 0%;
}

.image-23.bird {
  vertical-align: baseline;
  object-fit: cover;
  min-width: 100%;
  transform: scale(1);
}

.image-23.selfunseeing {
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  inset: 0% 0% 100%;
}

.div-block-43 {
  z-index: 5;
  object-fit: cover;
  justify-content: flex-start;
  align-items: center;
  min-width: 100%;
  height: 90vh;
  margin-top: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-45 {
  text-align: center;
  object-fit: cover;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  height: 90vh;
  margin-top: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.grid_title {
  font-size: 2rem;
}

.grid_title.dark {
  line-height: 1.2;
}

.running_text_block {
  background-color: var(--color--off-white);
  min-width: 100px;
  min-height: 80px;
  font-family: var(--font--primary-family);
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  margin: 0 -70px auto;
  padding-top: 25vh;
  padding-bottom: 3rem;
  font-size: 2.5rem;
  display: flex;
  overflow: hidden;
}

.smile, .star {
  margin-left: 2rem;
  margin-right: 2rem;
}

.running-text {
  color: var(--color--dark);
  white-space: nowrap;
}

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

.about_body_text {
  font-size: var(--text-midium--font-size);
  font-weight: 400;
  line-height: 1.2;
}

.quick-stack-5 {
  border-bottom: 1px solid var(--color--grey);
  font-family: var(--font--primary-family);
  font-size: var(--text-midium--font-size);
  padding: 3rem 0;
}

.about_text {
  width: 100%;
  font-family: var(--font--primary-family);
  color: var(--color--dark);
  font-size: var(--text-midium--font-size);
  align-self: center;
  padding: 0 0 0;
  position: relative;
}

.interest_image_grid {
  z-index: 2;
  position: sticky;
  top: 0;
  overflow: visible;
}

.about_journey {
  height: auto;
  min-height: auto;
  max-height: none;
  padding-left: 0;
  padding-right: 0;
  overflow: visible;
}

.about_interest_wrapper {
  margin-top: 25vh;
  margin-bottom: 0;
  position: relative;
}

.scrolling_image {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  width: 100%;
  min-height: 50vmin;
  max-height: 100vmin;
  margin: 15vh 0 0;
  padding: 0;
}

.text-block-28 {
  max-width: 100%;
  font-family: var(--font--primary-family);
  font-size: var(--text-midium--font-size);
  flex: 1;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  margin-top: 0;
  line-height: 1.2;
  display: flex;
}

.quick-stack-7 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  min-height: 90vh;
  max-height: 100vh;
  padding: 0;
  overflow: hidden;
}

.viewcase-wrapper {
  z-index: 10;
  background-color: var(--color--off-white);
  border-radius: 100%;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 160px;
  height: 160px;
  display: flex;
  position: relative;
}

.viewcase-wrapper.small {
  width: 120px;
  height: 120px;
}

.text-block-29 {
  color: var(--color--dark);
  font-size: var(--text-groß--font-size);
  line-height: var(--text-groß--line-height);
}

.image-31 {
  object-fit: cover;
  min-width: 100%;
  margin-right: 0;
}

.navbar-2 {
  z-index: 1000;
  width: 100%;
  color: var(--color--off-white);
  mix-blend-mode: difference;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.nav_wrapper {
  grid-column-gap: 16vw;
  grid-row-gap: 16vw;
  display: flex;
}

.brand {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: row;
  align-self: center;
  display: flex;
}

.nav_link_2 {
  font-family: var(--font--primary-family);
  color: var(--color--off-white);
  font-size: var(--text--font-size);
  padding-top: 2rem;
  padding-bottom: 1rem;
  display: block;
}

.nav_link_2.top {
  padding-top: 2rem;
  padding-bottom: 0;
  font-weight: 400;
}

.nav_link_2.top.w--current {
  font-family: var(--font--primary-family);
  font-weight: 400;
}

.nav_link_2.top.brand {
  font-size: var(--text-groß--font-size);
  font-weight: 700;
}

.nav_link_2.top.brand.w--current {
  font-weight: 700;
}

.nav_link_2.top.conatct_2 {
  display: none;
}

.dive-hide {
  max-width: 100%;
  font-family: var(--font--primary-family);
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 7rem;
  font-weight: 600;
  line-height: 7rem;
  overflow: visible;
}

.dive-hide.secondary {
  box-sizing: border-box;
  text-transform: lowercase;
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  margin-right: 10px;
  padding-bottom: 0;
  font-family: Crimsontext, sans-serif;
  font-size: 10rem;
  font-style: italic;
  font-weight: 400;
  line-height: 10rem;
  overflow: visible;
}

.dive-hide.secondary.about {
  margin-top: -1rem;
  line-height: 11rem;
}

.title_wrapper {
  z-index: 0;
  opacity: 1;
  color: var(--color--dark);
  font-size: var(--text-midium--font-size);
  text-align: left;
  mix-blend-mode: normal;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 12vh;
  margin-bottom: 10rem;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
  top: 100px;
}

.body_text {
  width: 30ch;
  font-family: var(--font--primary-family);
  font-size: var(--text-groß--font-size);
  line-height: var(--text-groß--line-height);
}

.body_text.space {
  width: auto;
  font-size: var(--spacer--small);
  margin-bottom: 1rem;
  font-weight: 600;
}

.body_text.space.right {
  font-size: var(--spacer--small);
  text-align: right;
}

.div-block-50 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-51 {
  display: flex;
}

.image-32 {
  align-self: flex-start;
  margin-top: 4px;
  margin-left: 8px;
}

.header_text {
  width: 65ch;
  max-width: 80%;
  font-family: var(--font--primary-family);
  font-size: 2rem;
  line-height: 1.2;
}

.div-block-53 {
  z-index: 10;
  background-color: var(--color--off-white);
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
  overflow: hidden;
}

.about_main {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  width: 100%;
  font-family: var(--font--primary-family);
  color: var(--color--dark);
  font-size: var(--text-midium--font-size);
  align-self: center;
  padding: 15vh 0 0;
  position: relative;
}

.div-block-54 {
  max-width: 100%;
  margin-top: 2rem;
}

.body-4 {
  font-family: var(--font--primary-family);
}

.quick-stack-8 {
  max-width: 100%;
  font-size: var(--text-midium--font-size);
  padding: 0;
}

.cell-6 {
  justify-content: space-between;
  align-items: flex-start;
}

.div-block-56 {
  object-fit: cover;
  background-image: url('../images/Profile.jpg');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 1rem;
  width: 100%;
  height: 100%;
  min-height: auto;
  max-height: none;
}

.text-block-32 {
  font-size: var(--text-midium--font-size);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1;
}

.cell-9 {
  background-image: url('../images/Frame-1597880465.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 1rem;
}

.cell-10 {
  background-image: url('../images/Frame-1597880507.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 1rem;
}

.cell-11 {
  background-image: url('../images/Frame-1597880464.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 1rem;
}

.cell-12 {
  background-image: url('../images/Frame-1597880461.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 1rem;
}

.div-block-57 {
  flex-flow: column;
  font-size: 1rem;
  display: flex;
}

.link-02 {
  color: var(--color--off-white);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 2rem;
  padding-bottom: 0;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.link-text {
  z-index: 99;
  color: var(--color--off-white);
  -webkit-text-stroke-color: var(--color--off-white);
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
  transform: perspective(725px);
}

.link-text:hover {
  text-transform: none;
  align-self: center;
  padding-top: 0;
  padding-bottom: 0;
  transform: perspective(725px);
}

.link-text.is-02 {
  font-family: var(--font--primary-family);
  color: var(--color--off-white);
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 1rem;
  line-height: 20px;
  display: block;
}

.link-text.is-02.is-hidden {
  position: absolute;
  inset: auto 0% -100%;
}

.link-text.is-02 {
  margin-bottom: 0;
  padding-bottom: 0;
  font-weight: 500;
}

.link-text.is-02.is-hidden {
  font-weight: 500;
  position: absolute;
  inset: auto 0% -100%;
  overflow: visible;
}

.link-text.livesite {
  color: var(--color--dark);
  font-size: var(--text-midium--font-size);
  font-weight: 600;
}

.link-02-2 {
  font-family: var(--font--primary-family);
  color: #0f0f0f;
  margin-top: 2rem;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.link-02_underline-2 {
  z-index: 10;
  background-color: var(--color--off-white);
  color: #fff;
  cursor: none;
  width: 100%;
  height: 1px;
  display: none;
  position: absolute;
  inset: auto 0% 10%;
}

.link-08 {
  width: auto;
  color: var(--color--off-white);
  background-color: #0000;
  flex: 0 auto;
  justify-content: flex-start;
  margin-top: 2rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
}

.link-08.livesite {
  color: var(--color--dark);
  mix-blend-mode: difference;
}

.link-08_underline {
  background-color: var(--color--off-white);
  width: 100%;
  height: 2px;
  position: absolute;
  inset: auto 0% 0%;
}

.link-08_underline.is-currentcolor {
  border: 0px solid var(--color--off-white);
  background-color: var(--color--black);
  transform-origin: 0%;
}

.link-08_underline.is-currentcolor.livesite {
  border-color: var(--color--off-white);
  background-color: var(--color--off-white);
}

.link-08_underline.is-white {
  background-color: var(--color--off-white);
  transform-origin: 0%;
}

.link-08_underline.is-white.livesite {
  border-color: var(--color--black);
}

.link-08_underline.livesite {
  border: .5px solid var(--color--black);
  background-color: var(--color--black);
}

.div_hide {
  overflow: hidden;
}

.div_hide.low {
  margin-top: -1rem;
}

.intro_wrapper {
  z-index: 3;
  width: 100%;
  height: 100vh;
  color: var(--color--off-white);
  mix-blend-mode: normal;
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  margin-top: 0;
  padding-top: 12vh;
  padding-bottom: 2vh;
  padding-left: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.home_hero_wrapper-grey {
  z-index: 0;
  background-color: var(--color--grey);
  width: 100%;
  height: 100vh;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.home_bottom {
  width: 100%;
  color: var(--color--dark);
  justify-content: space-between;
  align-items: center;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.div-block-60 {
  align-self: auto;
  margin-top: 1rem;
  padding-left: 0;
  display: block;
}

.image-37 {
  border: 1px #000;
  width: 100%;
  margin-top: 0;
}

.div-image-wrapper {
  width: 100%;
  overflow: hidden;
}

.div-block-62 {
  width: auto;
  padding-left: 50px;
  padding-right: 50px;
}

.div-block-63, .div-block-64, .div-block-65 {
  padding-left: 50px;
  padding-right: 50px;
}

.div-block-66 {
  height: 30vh;
  display: block;
}

.button {
  z-index: 8;
  border: 1.5px solid var(--color--dark);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 0;
  padding: 0 1.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button:hover {
  mix-blend-mode: saturation;
  background-color: #ebebeb00;
}

.text-block-33 {
  font-size: var(--text-midium--font-size);
  padding-top: .8rem;
  padding-bottom: .8rem;
  font-weight: 600;
}

.button_link {
  border: 0 solid #000;
  border-radius: 8px;
  padding: .5rem 1.5rem;
  display: none;
  position: relative;
  overflow: hidden;
}

.div-block-67 {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  min-width: 33%;
  display: flex;
}

.div-block-68 {
  display: flex;
}

.div-block-70 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.text-block-34 {
  font-size: var(--text-midium--font-size);
  margin-right: 4px;
  font-weight: 600;
}

.div-block-71 {
  display: flex;
}

.text-block-35 {
  font-size: var(--text-midium--font-size);
  margin-left: 4px;
  font-weight: 600;
}

.container-2 {
  flex: 0 auto;
  align-self: flex-start;
  display: block;
  overflow: visible;
}

.image-39 {
  margin-left: 8px;
  transform: rotate(-90deg);
}

.container-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  mix-blend-mode: difference;
  object-fit: fill;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: auto;
  display: flex;
}

.cell-15 {
  justify-content: flex-start;
  align-items: flex-start;
}

.div-block-72 {
  mix-blend-mode: normal;
  position: static;
}

.link-14 {
  color: #131313;
  justify-content: center;
  margin-top: 2rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.link-14:hover {
  perspective: 1078px;
}

.link-text-2 {
  z-index: 99;
  color: #131313;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.35;
  text-decoration: none;
  display: flex;
  position: relative;
  transform: perspective(725px);
}

.link-text-2:hover {
  text-transform: none;
  align-self: center;
  padding-top: 0;
  padding-bottom: 0;
  transform: perspective(725px);
}

.link-14_underline {
  z-index: 4;
  color: #131313;
  background-color: #13131399;
  width: 100%;
  height: 2px;
  padding-bottom: 0;
  position: absolute;
  inset: auto 0% 2%;
}

.link-14_underline-colored {
  z-index: 8;
  perspective-origin: 0%;
  transform-origin: 0%;
  background-image: linear-gradient(90deg, #baa414, #00d7bd 33%, #d384f8 66%, #3e65a1);
  width: 100%;
  height: 2px;
  padding-bottom: 0;
  position: absolute;
  inset: auto 0% 2%;
}

.text-block-36 {
  font-size: var(--text-midium--font-size);
  font-weight: 600;
}

.link-11 {
  color: #333;
  background-color: #0000;
  border-radius: 0;
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  min-width: auto;
  text-decoration: none;
  display: none;
  position: relative;
}

.link-text-3 {
  z-index: 99;
  color: #333;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.35;
  text-decoration: none;
  display: flex;
  position: relative;
  transform: perspective(725px);
}

.link-text-3:hover {
  text-transform: none;
  align-self: center;
  padding-top: 0;
  padding-bottom: 0;
  transform: perspective(725px);
}

.link-11_underline {
  transform-origin: 100%;
  -webkit-text-fill-color: inherit;
  background-color: #1f1f1f;
  background-clip: content-box;
  width: 100%;
  height: 1px;
  margin-top: 0;
  padding-top: 0;
  position: relative;
  inset: -3px 0% 0%;
  overflow: visible;
}

.link-11_underline:hover {
  background-image: none;
}

.link-11_underline.has-right-origin {
  background-color: #333;
  height: 2px;
  position: absolute;
  inset: auto 0% 0%;
}

.link-11_underline.has-left-origin {
  transform-origin: 0%;
  -webkit-text-fill-color: inherit;
  background-color: #333;
  background-clip: border-box;
  height: 2px;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-73 {
  display: flex;
}

.image-40 {
  transition: opacity .2s;
  transform: rotate(-45deg);
}

.link-08-2 {
  color: #131313;
  background-color: #0000;
  flex: 0 auto;
  justify-content: flex-start;
  width: auto;
  text-decoration: none;
  display: flex;
  position: relative;
}

.link-text-4 {
  z-index: 99;
  color: var(--color--dark);
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.35;
  text-decoration: none;
  display: flex;
  position: relative;
  transform: perspective(725px);
}

.link-text-4:hover {
  text-transform: none;
  align-self: center;
  padding-top: 0;
  padding-bottom: 0;
  transform: perspective(725px);
}

.link-08_underline-2 {
  background-color: var(--color--dark);
  color: #333;
  width: 100%;
  height: 2px;
  position: absolute;
  inset: auto 0% 0%;
}

.link-08_underline-2.is-currentcolor {
  background-color: var(--color--off-white);
  transform-origin: 0%;
  color: #333;
}

.link-08_underline-2.is-white {
  background-color: var(--color--dark);
  transform-origin: 0%;
}

.div-block-74 {
  display: block;
}

.div-block-75 {
  display: none;
}

.div-block-76 {
  padding-left: 30px;
  padding-right: 30px;
}

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

.grid-2 {
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

.background-video {
  z-index: 1;
  box-sizing: border-box;
  aspect-ratio: 2;
  object-fit: fill;
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  height: auto;
  max-height: none;
  margin: 0 auto 60px;
  padding-top: 0;
  padding-left: 0;
  display: flex;
  position: relative;
  top: 50px;
  bottom: 0;
  left: auto;
  overflow: hidden;
}

.div-block-77 {
  width: 100%;
  height: auto;
}

.video-wrapper {
  background-color: #e6e8eb;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0%;
  padding-bottom: 60%;
  display: flex;
  position: static;
  overflow: hidden;
}

.div-block-78 {
  aspect-ratio: auto;
  background-color: #e6e8eb;
  justify-content: center;
  align-items: center;
  width: 100vw;
  display: flex;
}

.div-block-79 {
  background-color: #e6e8eb;
}

.play-pause-button-2 {
  opacity: .5;
}

@media screen and (min-width: 1440px) {
  .caption {
    font-size: var(--text-midium--font-size);
  }

  .project-page-heading {
    font-size: 8rem;
  }

  .text-span-3 {
    font-size: 7rem;
  }

  .case_info, .case_caption {
    font-size: var(--text-midium--font-size);
  }

  .div-block-8 {
    font-size: var(--text-groß--line-height);
  }

  .quick-stack-2 {
    margin-top: 8rem;
    margin-bottom: 10rem;
  }

  .case_caption_2 {
    font-size: var(--text-midium--font-size);
  }

  .copy-medium {
    font-size: 2.5rem;
  }

  .copy-medium.small {
    width: 35ch;
    margin-top: 3rem;
    margin-bottom: 3rem;
    font-size: 3rem;
  }

  .text-block-11 {
    font-size: var(--text-groß--font-size);
  }

  .paragraph {
    font-size: var(--text-groß--font-size);
    font-weight: 500;
  }

  .label, .label.side {
    border-width: 1px;
  }

  .categorie {
    font-size: 1rem;
  }

  .body-2 {
    font-size: var(--spacer--small);
  }

  .heading-3 {
    font-size: 2.5rem;
  }

  .section-5 {
    justify-content: flex-start;
    align-items: center;
    display: block;
  }

  .text-block-19 {
    font-size: 2.5rem;
  }

  .experience_wrapper.interst, .about_main_text {
    margin-top: 20vh;
  }

  .text-block-23 {
    font-weight: 500;
  }

  .grid_title, .grid_title.dark {
    font-size: 2.5rem;
  }

  .running_text_block {
    padding-top: 20vh;
  }

  .about_body_text {
    font-weight: 500;
  }

  .about_interest_wrapper {
    margin-top: 20vh;
  }

  .scrolling_image {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-top: 10vh;
  }

  .navbar-2 {
    z-index: 1000;
  }

  .nav_link_2 {
    font-weight: 500;
  }

  .dive-hide {
    font-size: 8rem;
    line-height: 7rem;
  }

  .dive-hide.secondary {
    margin-top: 1rem;
    font-size: 11rem;
    line-height: 9rem;
  }

  .dive-hide.secondary.about {
    font-size: 11rem;
    line-height: 11.5rem;
  }

  .title_wrapper {
    margin-bottom: 12rem;
  }

  .body_text.space, .body_text.space.right {
    font-size: var(--text-groß--font-size);
    font-weight: 600;
  }

  .header_text {
    width: 65ch;
    font-size: 2.5rem;
  }

  .div-block-54 {
    font-size: 2.5rem;
  }

  .div-block-60 {
    margin-top: 0;
  }

  .text-block-33 {
    overflow: hidden;
  }

  .button_link {
    border-width: 0;
    border-color: #0000;
    flex: 1;
    padding-top: .8rem;
    padding-bottom: .8rem;
    padding-right: 1.5rem;
  }

  .div-block-67 {
    border: 0 solid #000;
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-68 {
    border: 0 solid #000;
    justify-content: flex-end;
    align-items: center;
    width: auto;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    overflow: hidden;
  }

  .image-38 {
    margin-left: .8rem;
  }

  .div-block-69 {
    border: 1px solid #000;
    flex: 0 auto;
    padding: .8rem 1.5rem;
    display: flex;
  }

  .div-block-70 {
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .link-11 {
    max-width: none;
  }

  .background-video {
    z-index: 1;
    text-align: left;
    flex: 0 auto;
    order: 0;
    justify-content: center;
    align-items: center;
    max-width: 1000px;
    display: flex;
    position: relative;
  }

  .video-wrapper {
    background-color: #e6e8eb;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
    overflow: hidden;
  }

  .div-block-78 {
    background-color: #fdfeff;
    max-width: 1000px;
  }

  .div-block-79 {
    background-color: #e6e8eb;
    display: block;
  }
}

@media screen and (min-width: 1920px) {
  .caption {
    font-size: var(--text-groß--font-size);
  }

  .project-page-heading {
    font-size: 10rem;
  }

  .text-span-3 {
    font-size: 8rem;
  }

  .case_info, .case_caption {
    font-size: var(--text-groß--font-size);
    font-weight: 500;
  }

  .project-info {
    font-size: var(--text-groß--font-size);
    font-weight: 500;
    line-height: 1.5;
  }

  .case_caption_2 {
    font-size: var(--text-groß--font-size);
  }

  .copy-medium.small {
    width: 35ch;
  }

  .paragraph {
    font-size: var(--text-groß--font-size);
  }

  .categorie {
    font-size: 1rem;
  }

  .title_small.smallspacer.hide {
    font-size: var(--text-groß--font-size);
    font-weight: 600;
  }

  .title_small.nospacer.about, .text-block-23 {
    font-size: var(--text-groß--font-size);
  }

  .about_body_text {
    font-size: var(--text-groß--font-size);
    line-height: 1.4;
  }

  .quick-stack-7 {
    height: 100vh;
  }

  .dive-hide {
    font-size: 10rem;
    line-height: 9rem;
  }

  .dive-hide.secondary {
    font-size: 13rem;
    line-height: 11rem;
  }

  .dive-hide.secondary.about {
    font-size: 13rem;
    line-height: 14rem;
  }

  .header_text {
    width: 65ch;
  }

  .div-block-56 {
    filter: saturate(95%);
  }

  .text-block-32 {
    font-size: var(--text-groß--font-size);
    font-weight: 600;
  }

  .link-02_underline-2 {
    display: none;
  }

  .div-image-wrapper {
    width: 100%;
  }

  .link-08_underline-2.is-currentcolor {
    background-color: var(--color--off-white);
  }
}

@media screen and (max-width: 991px) {
  .title {
    padding-top: 1.5rem;
  }

  .caption {
    font-size: var(--text-groß--font-size);
  }

  .section, .section.header {
    padding-left: 30px;
    padding-right: 30px;
  }

  .project-page-heading {
    font-size: 5rem;
  }

  .text-span-3 {
    font-size: 4rem;
    line-height: 0;
  }

  .case_caption {
    font-weight: 600;
  }

  .project-motto {
    font-size: 3rem;
    line-height: 4rem;
  }

  .quick-stack-2 {
    margin-bottom: 6rem;
  }

  .quick-stack-3 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    padding-top: 3rem;
  }

  .quick-stack-3.one-piece {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .project-info {
    font-size: var(--text-midium--font-size);
  }

  .project-info.second {
    margin-top: 0;
  }

  .case_caption_2 {
    font-size: var(--text-midium--font-size);
    margin-bottom: 1rem;
    font-weight: 600;
  }

  .copy-medium {
    width: 80%;
    font-size: 2rem;
  }

  .copy-medium.small {
    font-size: 2rem;
  }

  .container-w1.gutter-outside {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .shape-4-2 {
    top: 22em;
  }

  .blending-group-wrapper-2 {
    margin-left: -4em;
  }

  .shape-3-2 {
    width: 44em;
    height: 57em;
    position: absolute;
    inset: 23.2em -9.5em 0 auto;
  }

  .ultra-gradient-wrapper-2 {
    font-size: 1.3vh;
  }

  .title1-2 {
    padding-left: 0;
  }

  .text-block-11 {
    font-size: var(--spacer--small);
    line-height: 1;
  }

  .paragraph {
    font-size: var(--text--font-size);
    font-weight: 400;
  }

  .label.single {
    margin-right: 0;
  }

  .home_project-description {
    max-width: 45%;
  }

  .categorie {
    font-weight: 500;
  }

  .home_project_wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .heading-2 {
    font-size: 4rem;
    line-height: 4rem;
  }

  .div-block-13 {
    padding-bottom: 1rem;
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-15 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .body-2 {
    background-color: var(--color--off-white);
  }

  .text-span-9 {
    font-size: 4rem;
  }

  .detail-image.durch {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .detail-image.durch.middle {
    background-color: var(--color--off-white);
    margin-top: 3rem;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .detail-image.spacer {
    width: 100%;
    min-width: auto;
    max-width: none;
    margin-top: 3rem;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .detail-image.spacer.allside {
    margin-top: 3rem;
    padding-left: 0;
    padding-right: 0;
  }

  .detail-image.spacer.allside.top {
    padding-left: 0;
    padding-right: 0;
  }

  .home_project_image {
    border-radius: 1rem;
  }

  .home_project_image:hover {
    border-radius: .5rem;
  }

  .image-20:hover {
    border-radius: 0;
  }

  .spacer_between {
    height: 5rem;
  }

  .wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text_button {
    padding-bottom: 2px;
  }

  .text-span-15 {
    font-size: 6rem;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-5 {
    z-index: 100;
    background-color: var(--color--off-white);
    padding-left: 0;
    padding-right: 0;
  }

  .project_header_image {
    height: 70vh;
  }

  .next-project-section {
    padding-left: 30px;
    padding-right: 30px;
  }

  .text-block-19 {
    font-size: 1.5rem;
  }

  .interest_text_wrapper {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .experience_wrapper.interst {
    margin-top: 9rem;
  }

  .title_small {
    margin-top: 10rem;
    margin-bottom: 1rem;
  }

  .title_small.smallspacer.hide {
    display: none;
  }

  .title_small.smallspacer.about, .title_small.smallspacer.about.no {
    display: block;
  }

  .about_main_text {
    margin-top: 9rem;
  }

  .project_header_image_cp {
    height: 70vh;
  }

  .image-23.selfunseeing {
    inset: auto 0% 0%;
  }

  .div-block-43, .div-block-45 {
    height: 70vh;
  }

  .grid_title {
    font-size: 1.5rem;
  }

  .running_text_block {
    padding-top: 25vh;
  }

  .quick-stack-5 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .about_interest_wrapper {
    margin-top: 9rem;
  }

  .scrolling_image {
    min-height: 80vmax;
    max-height: 100vmax;
  }

  .quick-stack-7 {
    height: auto;
    min-height: 100vh;
    max-height: 200vmax;
  }

  .viewcase-wrapper {
    display: none;
  }

  .viewcase-wrapper.small {
    width: 100px;
    height: 100px;
  }

  .navbar-2 {
    mix-blend-mode: difference;
    padding-left: 30px;
    padding-right: 30px;
  }

  .dive-hide {
    font-size: 5rem;
    line-height: 5rem;
  }

  .dive-hide.secondary, .dive-hide.secondary.about {
    font-size: 6.5rem;
    line-height: 7rem;
  }

  .title_wrapper {
    margin-bottom: 8rem;
    padding-top: 0;
  }

  .div-block-53 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-56 {
    height: auto;
    min-height: 100vh;
  }

  .cell-7 {
    display: flex;
  }

  .text-block-32 {
    margin-bottom: 1rem;
  }

  .link-02 {
    flex: 0 auto;
    align-self: center;
    align-items: center;
    width: auto;
    display: flex;
  }

  .link-text {
    flex: none;
    width: 100%;
  }

  .link-02-2 {
    flex: 0 auto;
    align-self: center;
    align-items: center;
    width: auto;
    display: flex;
  }

  .link-08_underline {
    height: 1.5px;
  }

  .div_hide.low {
    margin-top: -.5rem;
  }

  .intro_wrapper {
    height: 100vh;
  }

  .home_hero_wrapper-grey {
    height: 100svh;
    padding-left: 0;
    padding-right: 0;
  }

  .home_bottom, .div-block-62 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-63 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-64, .div-block-65 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-66 {
    height: 10rem;
  }

  .cell-13 {
    line-height: 1;
  }

  .div-block-67 {
    min-width: 45%;
  }

  .link-text-2 {
    flex: none;
    width: 100%;
  }

  .link-14_underline, .link-14_underline-colored {
    height: 1.5px;
  }

  .link-text-3 {
    flex: none;
    width: 100%;
    font-size: 2rem;
  }

  .link-11_underline.has-right-origin, .link-11_underline.has-left-origin {
    height: 1.5px;
  }

  .link-text-4 {
    flex: none;
    width: 100%;
    font-size: 2rem;
  }

  .link-08_underline-2 {
    height: 1.5px;
  }

  .div-block-76 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .caption {
    display: none;
  }

  .section, .section.header {
    padding-left: 20px;
    padding-right: 20px;
  }

  .project-page-heading {
    font-size: 4rem;
  }

  .text-span-3 {
    font-size: 3.5rem;
  }

  .image {
    margin-top: 1rem;
  }

  .case_caption {
    font-weight: 600;
  }

  .project-motto {
    line-height: 4rem;
  }

  .quick-stack-2 {
    margin-top: 3rem;
    margin-bottom: 4rem;
  }

  .project-info {
    font-size: var(--text-midium--font-size);
    font-weight: 500;
  }

  .case_caption_2 {
    font-size: var(--text-midium--font-size);
    font-weight: 600;
  }

  .main-shapes-wrapper {
    filter: blur(80px);
  }

  .copy-medium {
    width: 90%;
    font-size: 2rem;
    line-height: 1.2;
  }

  .copy-medium.small {
    margin-top: 1rem;
    margin-bottom: 0;
    font-size: 1.5rem;
  }

  .container-w1.gutter-outside {
    justify-content: center;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
  }

  .blending-group-wrapper-2 {
    filter: blur(80px);
  }

  .shape-3-2 {
    width: 30em;
    height: 100em;
  }

  .title1-2 {
    margin-left: 0;
    font-size: 22.5vw;
  }

  .text-block-11 {
    font-size: var(--spacer--small);
  }

  .home_project_info_wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 1rem;
  }

  .paragraph {
    text-align: left;
  }

  .label {
    margin-top: 1rem;
    margin-right: 24px;
  }

  .label.side {
    margin-top: 1rem;
    margin-right: 0;
  }

  .home_project-description {
    max-width: 100%;
    margin-top: 1rem;
  }

  .label-wrapper {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .spacer.footer {
    height: 70vh;
    margin-top: 0;
    display: block;
  }

  .home_project_wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer.home {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    height: auto;
    padding-top: 2rem;
    display: flex;
    position: relative;
  }

  .heading-2 {
    margin-top: 1rem;
    margin-bottom: 0;
    line-height: 1.2;
  }

  .div-block-12 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .div-block-13 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-15 {
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 0;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-8 {
    display: none;
  }

  .text-span-9 {
    font-size: 4rem;
  }

  .detail-image.durch {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .detail-image.durch.middle {
    margin-top: 20px;
    padding-bottom: 0;
  }

  .detail-image.spacer, .detail-image.spacer.allside {
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .detail-image.spacer.allside.top {
    width: 100%;
    min-width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .home_project_image, .home_project_image.workpage {
    height: 80vw;
  }

  .home_project_info_left {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .heading-3 {
    font-size: 1.5rem;
    font-weight: 400;
  }

  .heading-3.small {
    font-size: 1.5rem;
  }

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

  .image-20.martin {
    margin-top: 0;
  }

  .footer_wrapper {
    margin-top: -70vh;
  }

  .div-block-24 {
    order: -1;
    margin-top: 2rem;
    padding-bottom: 2rem;
  }

  .container {
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .navbar {
    mix-blend-mode: normal;
    position: fixed;
  }

  .nav_link {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 3rem;
    display: flex;
    top: 143px;
  }

  .nav_link.top {
    padding-top: 8rem;
    padding-bottom: 1rem;
    font-size: 3rem;
  }

  .image-22 {
    opacity: 1;
    mix-blend-mode: normal;
    margin-left: 20px;
    padding-top: 1.2rem;
    display: block;
    position: fixed;
  }

  .nav-menu {
    z-index: 10;
    background-color: var(--color--dark);
    width: 100%;
    height: 100vh;
    position: absolute;
    inset: 0%;
  }

  .brand-2 {
    z-index: 2;
    mix-blend-mode: normal;
  }

  .menu-button {
    color: var(--color--off-white);
    mix-blend-mode: normal;
    background-color: #9990;
  }

  .menu-button.w--open {
    float: none;
    background-color: var(--color--dark);
    text-align: right;
  }

  .div-block-28 {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    height: 100px;
    display: flex;
    position: absolute;
    inset: auto 0% 20%;
  }

  .link-3 {
    color: var(--color--off-white);
    text-transform: uppercase;
    padding-top: .5rem;
    padding-right: 1rem;
  }

  .text-block-17 {
    color: #505050;
    padding-left: 2rem;
    display: flex;
  }

  .div-block-29 {
    justify-content: flex-start;
    align-items: flex-end;
    padding-left: 2rem;
    display: flex;
  }

  .section-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-30 {
    order: -1;
  }

  .cell {
    font-size: var(--text-groß--font-size);
    font-weight: 400;
  }

  .next-project-section {
    padding-bottom: 5rem;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-18 {
    font-size: var(--text-midium--font-size);
  }

  .title_small {
    margin-top: 10rem;
    margin-bottom: 1rem;
  }

  .image-23 {
    inset: 0%;
  }

  .image-23.bird {
    overflow: hidden;
  }

  .image-23.selfunseeing {
    inset: auto 0% 0%;
  }

  .grid_title {
    max-width: 80%;
    line-height: 1.2;
  }

  .about_interest_wrapper {
    margin-top: 9rem;
  }

  .scrolling_image {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    min-height: 100vmax;
    max-height: 300vmax;
  }

  .quick-stack-7 {
    min-height: 100vmax;
    max-height: 300vmax;
  }

  .viewcase-wrapper.small {
    width: 80px;
    height: 80px;
  }

  .text-block-29 {
    font-size: var(--text--font-size);
  }

  .navbar-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav_wrapper {
    grid-column-gap: 16vw;
    grid-row-gap: 16vw;
  }

  .nav_link_2 {
    padding-top: 2rem;
    padding-bottom: 0;
  }

  .nav_link_2.w--current {
    padding-top: 1rem;
  }

  .nav_link_2.top {
    padding-top: 1rem;
    padding-bottom: .25rem;
  }

  .nav_link_2.top.conatct_2 {
    padding-top: 1.9rem;
    display: none;
  }

  .dive-hide {
    font-size: 4rem;
  }

  .dive-hide.secondary {
    font-size: 6rem;
    line-height: 5rem;
  }

  .dive-hide.secondary.about {
    font-size: 6rem;
  }

  .title_wrapper {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .body_text.space, .body_text.space.right {
    color: var(--color--dark);
    font-size: var(--text-midium--font-size);
  }

  .header_text {
    max-width: 100%;
    font-size: 1.5rem;
  }

  .div-block-53 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-54 {
    max-width: 100%;
    margin-top: 1rem;
  }

  .div-block-56 {
    min-height: 100vmax;
  }

  .cell-9, .cell-10 {
    background-position: 50%;
  }

  .link-02-2 {
    margin-top: 1rem;
  }

  .link-02_underline-2 {
    display: none;
  }

  .link-08 {
    margin-top: 1rem;
  }

  .link-08_underline {
    height: 1px;
  }

  .div_hide.low {
    margin-top: -.5rem;
  }

  .intro_wrapper {
    height: auto;
    padding-top: 8rem;
  }

  .home_hero_wrapper-grey {
    height: auto;
    min-height: 170svh;
    position: relative;
  }

  .home_bottom {
    display: none;
  }

  .div-block-60 {
    margin-top: 2rem;
  }

  .image-37 {
    margin-top: 0;
  }

  .div-block-62, .div-block-63, .div-block-65 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-66 {
    height: 8rem;
  }

  .div-block-70 {
    justify-content: flex-start;
    align-items: center;
  }

  .link-14_underline {
    height: 1px;
  }

  .link-14_underline-colored {
    background-image: linear-gradient(90deg, #59c9a5, #00d7bd 0%, #acecf7 33%, #23395b 66%, #d81e5b);
    height: 1px;
  }

  .link-11 {
    display: none;
  }

  .link-text-3 {
    font-size: 1.5rem;
  }

  .link-11_underline.has-right-origin, .link-11_underline.has-left-origin {
    height: 1px;
  }

  .link-text-4 {
    font-size: 1.5rem;
  }

  .link-08_underline-2 {
    height: 1px;
  }

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

  .background-video {
    height: auto;
    position: relative;
    overflow: visible;
  }

  .play-pause-button {
    position: relative;
  }
}

@media screen and (max-width: 479px) {
  .title {
    padding-top: 1.5rem;
    display: flex;
  }

  .title.spacer-small {
    margin-top: 2rem;
    margin-bottom: 1rem;
    padding-top: 0;
  }

  .section.header {
    padding-top: 0;
  }

  .project-page-heading {
    font-size: 3rem;
    line-height: 1;
  }

  .project-page-heading.durch {
    font-size: 3rem;
    line-height: 3rem;
  }

  .text-span-3 {
    font-size: 2.5rem;
    line-height: 1;
  }

  .image {
    height: auto;
    margin-top: 0;
  }

  .div-block-7 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .case_info, .case_caption {
    font-size: var(--text-midium--font-size);
    font-weight: 500;
  }

  .div-block-8 {
    height: 45vh;
  }

  .project-motto {
    font-size: 2rem;
    font-weight: 600;
    line-height: 2.5rem;
  }

  .quick-stack-2 {
    margin-top: 2rem;
    margin-bottom: 4rem;
  }

  .quick-stack-3 {
    padding-top: 3rem;
  }

  .quick-stack-3.one-piece {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .project-info {
    font-size: var(--text-midium--font-size);
    line-height: var(--text-midium--line-height);
    font-weight: 400;
  }

  .case_caption_2 {
    font-family: var(--font--primary-family);
    font-size: var(--text-midium--font-size);
    font-weight: 500;
  }

  .section-ultra-gradients.is-first {
    height: 70vh;
  }

  .copy-medium {
    width: 100%;
    margin-top: 2rem;
    margin-bottom: 0;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.2;
  }

  .copy-medium.small {
    max-width: 100%;
    margin-top: 1.5rem;
    font-weight: 400;
  }

  .container-w1.gutter-outside {
    justify-content: flex-start;
    align-items: flex-start;
    height: 100vh;
    min-height: auto;
    padding-top: 5rem;
    padding-bottom: 10rem;
  }

  .gradient-intro-wrapper-2 {
    height: 70vh;
  }

  .shape-4-2 {
    top: 30.7em;
  }

  .title1-2 {
    align-self: flex-start;
    margin-top: 2rem;
    font-size: 21.5vw;
    font-weight: 400;
  }

  .text-block-11 {
    font-size: var(--text-midium--font-size);
    font-weight: 500;
    line-height: 1.4rem;
  }

  .text-block-11.is_absolute {
    font-weight: 500;
    display: none;
  }

  .home_project_info_wrapper {
    justify-content: space-between;
    align-items: flex-start;
  }

  .paragraph {
    text-align: left;
    padding-top: 1rem;
    font-size: 1.2rem;
    display: none;
  }

  .label {
    margin-top: 1rem;
    margin-right: 20px;
  }

  .label.side {
    margin-top: 1rem;
  }

  .home_project-description {
    max-width: 100%;
  }

  .categorie {
    font-size: .8rem;
    font-weight: 500;
  }

  .spacer.footer {
    height: 60vh;
    margin-top: 0;
    display: block;
  }

  .home_hero_wrapper {
    height: 70vh;
  }

  .home_project_wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer.home {
    height: auto;
    padding-top: 2rem;
    position: sticky;
  }

  .heading-2 {
    font-size: 3rem;
    line-height: 1;
  }

  .div-block-13 {
    padding-bottom: 3rem;
    font-size: 1rem;
    font-weight: 500;
  }

  .link-2 {
    font-size: var(--text--font-size);
  }

  .footer-title {
    font-size: .8rem;
    font-weight: 500;
  }

  .footer_text {
    font-size: var(--text--font-size);
  }

  .div-block-15 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    flex: 0 auto;
    justify-content: space-between;
    align-self: baseline;
    align-items: flex-start;
    max-width: 100%;
    margin-right: 20px;
  }

  .image-8 {
    order: 0;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    display: none;
  }

  .text-span-9 {
    font-size: 2.5rem;
    line-height: 0;
  }

  .detail-image.durch {
    margin-bottom: 0;
  }

  .detail-image.durch.middle {
    margin-top: 20px;
    padding-bottom: 0;
  }

  .detail-image.spacer.allside {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .detail-image.spacer.allside.top {
    margin-top: 40px;
  }

  .image-17 {
    margin-top: 2rem;
    margin-bottom: -5vh;
  }

  .image-17.minus {
    margin-bottom: -10vh;
  }

  .home_hero {
    top: auto;
  }

  .home_project_image {
    object-fit: cover;
    width: 100%;
    height: 56vh;
  }

  .home_project_image.workpage {
    height: 56vh;
  }

  .home_project_info_left {
    justify-content: space-between;
    align-items: flex-start;
  }

  .heading-3 {
    margin-top: 0;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1;
  }

  .image-20 {
    aspect-ratio: auto;
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
    min-width: auto;
    height: 100%;
  }

  .image-20.martin {
    object-fit: cover;
    min-width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 100%;
    margin-top: 0;
  }

  .spacer_between {
    height: 3rem;
  }

  .wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: auto;
    position: absolute;
    inset: 30% 0% auto;
  }

  .text_button {
    font-size: var(--spacer--small);
    font-weight: 400;
    display: block;
  }

  .text_button.is_absolute {
    font-size: var(--spacer--small);
    font-weight: 500;
    display: block;
    overflow: visible;
  }

  .footer_wrapper {
    margin-top: -60vh;
  }

  .text-span-14 {
    font-size: 1.5rem;
  }

  .text-span-15 {
    font-size: 4.5rem;
    line-height: .6;
  }

  .container {
    mix-blend-mode: normal;
    background-color: #69434300;
    padding-left: 0;
  }

  .navbar {
    color: var(--color--off-white);
    mix-blend-mode: normal;
  }

  .nav_link {
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 2rem;
  }

  .nav_link.side {
    font-size: 2rem;
  }

  .nav_link.top {
    width: 100%;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 1rem;
    font-size: 2rem;
  }

  .image-22 {
    display: block;
  }

  .nav-menu {
    float: none;
    opacity: 1;
    position: relative;
  }

  .brand-2 {
    padding-left: 0;
  }

  .menu-button {
    background-color: var(--color--off-white);
    color: var(--color--off-white);
    -webkit-text-fill-color: transparent;
    mix-blend-mode: normal;
    -webkit-background-clip: text;
    background-clip: text;
  }

  .menu-button.w--open {
    z-index: 1;
    float: none;
    text-align: right;
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-28 {
    inset: auto 0% 20%;
  }

  .section-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .project_header_image {
    justify-content: center;
    align-items: center;
    height: 30vh;
  }

  .next-project-section {
    padding-bottom: 3rem;
  }

  .text-block-18 {
    opacity: 1;
    font-size: var(--text--font-size);
    mix-blend-mode: normal;
  }

  .div-block-32 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .text-block-19 {
    max-width: 100vw;
    font-size: 1.5rem;
  }

  .interest_text_wrapper {
    justify-content: flex-start;
    align-items: flex-start;
    line-height: 1.2;
  }

  .experience_wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    margin-top: 0;
  }

  .experience_wrapper.interst {
    margin-top: 9rem;
  }

  .quick-stack-4 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .quick-stack-4.top {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .title_small {
    font-size: var(--text-midium--font-size);
    margin-top: 10rem;
    margin-bottom: 1rem;
    font-weight: 500;
    display: block;
  }

  .title_small.smallspacer {
    order: -1;
    margin-bottom: 1rem;
    display: block;
  }

  .title_small.smallspacer.hide {
    display: none;
  }

  .title_small.smallspacer.about.no {
    font-size: var(--text-midium--font-size);
    margin-top: 0;
    font-weight: 500;
  }

  .title_small.nospacer {
    margin-bottom: 0;
  }

  .title_small.nospacer.about {
    font-size: var(--text-midium--font-size);
    font-weight: 500;
  }

  .about_main_text {
    margin-top: 9rem;
  }

  .cell-4 {
    justify-content: space-between;
    align-items: center;
  }

  .text-block-23 {
    max-width: 80%;
    font-weight: 400;
  }

  .text-block-23.right {
    font-weight: 400;
  }

  .project_header_image_cp {
    text-align: center;
    flex-flow: row;
    width: 100vw;
    height: 30vh;
    display: flex;
  }

  .image-23 {
    align-self: center;
    display: block;
    inset: 0%;
  }

  .image-23.bird {
    box-sizing: border-box;
    aspect-ratio: auto;
    object-fit: cover;
    flex: 0 auto;
    align-self: center;
    width: 100vw;
    min-width: auto;
    max-width: none;
    min-height: 100%;
    display: block;
    position: relative;
    inset: 0%;
  }

  .image-23.selfunseeing {
    min-height: 100%;
    max-height: none;
    position: absolute;
    inset: auto 0% 0%;
  }

  .div-block-43, .div-block-45 {
    height: 30vh;
  }

  .grid_title {
    color: var(--color--text-dark-grey);
    font-size: var(--text-groß--font-size);
  }

  .grid_title.dark {
    max-width: 70%;
    color: var(--color--dark);
    font-weight: 400;
    line-height: 1.4;
  }

  .running_text_block {
    padding-top: 6rem;
  }

  .about_body_text {
    font-weight: 400;
    line-height: 1.4;
  }

  .quick-stack-5 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .about_interest_wrapper {
    margin-top: 9rem;
  }

  .scrolling_image {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 100%;
    min-height: 200vmax;
    margin-top: 5rem;
    margin-left: 0;
    margin-right: 0;
  }

  .quick-stack-7 {
    overflow: visible;
  }

  .nav_wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    font-weight: 500;
  }

  .brand {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    font-weight: 700;
  }

  .nav_link_2 {
    font-size: var(--text--font-size);
    padding-top: 1rem;
    font-weight: 500;
  }

  .nav_link_2.w--current {
    font-size: var(--spacer--small);
    padding-bottom: 0;
  }

  .nav_link_2.top {
    font-size: var(--text--font-size);
    padding-bottom: 0;
    font-weight: 500;
  }

  .nav_link_2.top.w--current {
    font-size: var(--text--font-size);
    font-weight: 500;
  }

  .nav_link_2.top.brand {
    font-size: var(--text-midium--font-size);
    padding-bottom: 0;
  }

  .nav_link_2.top.brand.w--current {
    font-size: var(--text-midium--font-size);
    padding-top: 1rem;
    padding-bottom: 0;
  }

  .nav_link_2.top.conatct_2 {
    font-size: var(--text--font-size);
    padding-top: .9rem;
    font-weight: 500;
    display: block;
  }

  .dive-hide {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
    font-size: 3rem;
    font-weight: 500;
    line-height: 3rem;
  }

  .dive-hide.secondary {
    margin-bottom: .5rem;
    padding-bottom: 0;
    font-size: 4.3rem;
    line-height: 5rem;
  }

  .dive-hide.secondary.about {
    margin-top: -.5rem;
    font-size: 4.3rem;
    line-height: 5rem;
  }

  .title_wrapper {
    margin-top: 5rem;
    margin-bottom: 8rem;
    line-height: 1.2;
  }

  .body_text.space {
    color: var(--color--dark);
    font-size: var(--text-midium--font-size);
    font-weight: 500;
  }

  .body_text.space.right {
    font-size: var(--text-midium--font-size);
    font-weight: 500;
  }

  .header_text {
    font-size: 1.5rem;
    font-weight: 400;
  }

  .div-block-54 {
    max-width: 100%;
    margin-top: .5rem;
  }

  .div-block-56 {
    min-height: 50vh;
  }

  .text-block-32 {
    font-size: var(--text-midium--font-size);
    margin-bottom: .5rem;
    font-weight: 500;
  }

  .cell-8 {
    line-height: 1.2;
  }

  .link-text {
    white-space: nowrap;
    flex: 0 auto;
  }

  .link-08 {
    display: none;
  }

  .div_hide.low {
    margin-top: -.5rem;
  }

  .intro_wrapper {
    height: 70svh;
    min-height: 60svh;
    padding-top: 0;
    padding-bottom: 0;
    inset: 0%;
  }

  .home_hero_wrapper-grey {
    height: 70svh;
    min-height: 60svh;
    position: sticky;
  }

  .div-block-64 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-66 {
    height: 8rem;
  }

  .cell-14 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .link-text-2, .link-text-3, .link-text-4 {
    white-space: nowrap;
    flex: 0 auto;
  }

  .background-video {
    aspect-ratio: 16 / 9;
    height: 100%;
    position: relative;
  }

  .video-wrapper {
    position: relative;
    top: 0;
    left: 0;
  }

  .play-pause-button {
    position: absolute;
  }
}

#w-node-_48893f37-1417-9d17-3133-851c76040425-c3511a5d {
  grid-template-rows: auto;
  grid-template-columns: .75fr 2fr;
}

#w-node-_9172edea-ceb1-b41c-511a-2a6ccda6d18f-c3511a5d {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_48893f37-1417-9d17-3133-851c76040425-c17977cc {
  grid-template-rows: auto;
  grid-template-columns: .75fr 2fr;
}

#w-node-_9172edea-ceb1-b41c-511a-2a6ccda6d18f-c17977cc {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_48893f37-1417-9d17-3133-851c76040425-68fc0927 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 2fr;
}

#w-node-_9172edea-ceb1-b41c-511a-2a6ccda6d18f-68fc0927 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_48893f37-1417-9d17-3133-851c76040425-b7164d4a {
  grid-template-rows: auto;
  grid-template-columns: .75fr 2fr;
}

#w-node-_9172edea-ceb1-b41c-511a-2a6ccda6d18f-b7164d4a, #w-node-e205dce7-f55e-a726-a393-89382307c0d8-da82c508, #w-node-_8b2c865c-127f-ab04-4bd7-9ac13fab4c97-da82c508 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-b64179a3-2c45-c79c-0808-27a9f067d2df-da82c508, #w-node-e7e1a13f-6fbd-6f31-0130-deeba03184ca-da82c508, #w-node-b64179a3-2c45-c79c-0808-27a9f067d2e8-da82c508, #w-node-b64179a3-2c45-c79c-0808-27a9f067d2f1-da82c508, #w-node-b64179a3-2c45-c79c-0808-27a9f067d2fa-da82c508 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
}

#w-node-_05ec240d-9828-32f9-40ec-ab669731a229-da82c508 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3fr;
}

#w-node-_7812aeb8-12a9-c0b7-b786-0845b6a88e04-da82c508 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_5dad3c91-0fc6-4514-5d74-beb72fd67338-da82c508, #w-node-_4dbac955-6fa6-ef6e-1a7f-3ca0b274e6c3-da82c508, #w-node-_2ca11684-8cdd-9bc0-d99c-3499d074d204-da82c508, #w-node-_2e51f5ea-2818-1e98-055d-58f1eeeed80f-da82c508, #w-node-ee412af4-0814-61ff-c3f0-64bbe70527aa-da82c508, #w-node-ee8e1955-2fdd-2062-1462-5a53418d8c56-da82c508, #w-node-aa23ad82-9562-628a-3b3f-3da01bf968f4-da82c508, #w-node-c3e3417b-aea0-4cc8-ffa4-dc87325ea2c4-da82c508, #w-node-_25bf0181-756e-bbb7-bf12-2b44addcb94c-da82c508 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_328e4cdd-e4e9-724f-33df-5791ae1935ca-da82c508 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr 1.5fr;
  display: none;
}

#w-node-_48893f37-1417-9d17-3133-851c76040425-4ed5fdf8 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 2fr;
}

#w-node-_9172edea-ceb1-b41c-511a-2a6ccda6d18f-4ed5fdf8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-e8547f8f-002b-6bcd-fb9d-775b7645d29a-4ed5fdf8 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_48893f37-1417-9d17-3133-851c76040425-37eb72b4 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 2fr;
}

#w-node-_9172edea-ceb1-b41c-511a-2a6ccda6d18f-37eb72b4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: grid;
}

#w-node-_48893f37-1417-9d17-3133-851c76040425-ea15250a {
  grid-template-rows: auto;
  grid-template-columns: .75fr 2fr;
}

#w-node-_9172edea-ceb1-b41c-511a-2a6ccda6d18f-ea15250a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: grid;
}

#w-node-_48893f37-1417-9d17-3133-851c76040425-c844d9d6 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 2fr;
}

#w-node-_9172edea-ceb1-b41c-511a-2a6ccda6d18f-c844d9d6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_48893f37-1417-9d17-3133-851c76040425-b5a3aa98 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 2fr;
}

#w-node-_9172edea-ceb1-b41c-511a-2a6ccda6d18f-b5a3aa98 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_48893f37-1417-9d17-3133-851c76040425-9eb2f35f {
  grid-template-rows: auto;
  grid-template-columns: .75fr 2fr;
}

#w-node-_9172edea-ceb1-b41c-511a-2a6ccda6d18f-9eb2f35f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-e8547f8f-002b-6bcd-fb9d-775b7645d29a-9eb2f35f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_48893f37-1417-9d17-3133-851c76040425-070d1d39 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 2fr;
}

#w-node-_9172edea-ceb1-b41c-511a-2a6ccda6d18f-070d1d39 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_48893f37-1417-9d17-3133-851c76040425-7ccf77a9 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 2fr;
}

#w-node-_9172edea-ceb1-b41c-511a-2a6ccda6d18f-7ccf77a9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-e8547f8f-002b-6bcd-fb9d-775b7645d29a-7ccf77a9 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_48893f37-1417-9d17-3133-851c76040425-d6af4df3 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 2fr;
}

#w-node-_9172edea-ceb1-b41c-511a-2a6ccda6d18f-d6af4df3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_9172edea-ceb1-b41c-511a-2a6ccda6d18f-c3511a5d, #w-node-_9172edea-ceb1-b41c-511a-2a6ccda6d18f-c17977cc, #w-node-_9172edea-ceb1-b41c-511a-2a6ccda6d18f-68fc0927, #w-node-_9172edea-ceb1-b41c-511a-2a6ccda6d18f-b7164d4a, #w-node-e205dce7-f55e-a726-a393-89382307c0d8-da82c508, #w-node-_05ec240d-9828-32f9-40ec-ab669731a229-da82c508 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_7812aeb8-12a9-c0b7-b786-0845b6a88e04-da82c508 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_9172edea-ceb1-b41c-511a-2a6ccda6d18f-4ed5fdf8, #w-node-_9172edea-ceb1-b41c-511a-2a6ccda6d18f-37eb72b4, #w-node-_9172edea-ceb1-b41c-511a-2a6ccda6d18f-ea15250a, #w-node-_9172edea-ceb1-b41c-511a-2a6ccda6d18f-c844d9d6, #w-node-_9172edea-ceb1-b41c-511a-2a6ccda6d18f-b5a3aa98, #w-node-_9172edea-ceb1-b41c-511a-2a6ccda6d18f-9eb2f35f, #w-node-_9172edea-ceb1-b41c-511a-2a6ccda6d18f-070d1d39, #w-node-_9172edea-ceb1-b41c-511a-2a6ccda6d18f-7ccf77a9, #w-node-_9172edea-ceb1-b41c-511a-2a6ccda6d18f-d6af4df3 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_48893f37-1417-9d17-3133-851c76040425-c3511a5d, #w-node-_48893f37-1417-9d17-3133-851c76040425-c17977cc, #w-node-_48893f37-1417-9d17-3133-851c76040425-68fc0927, #w-node-_48893f37-1417-9d17-3133-851c76040425-b7164d4a {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_7812aeb8-12a9-c0b7-b786-0845b6a88e04-da82c508 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_48893f37-1417-9d17-3133-851c76040425-4ed5fdf8, #w-node-_48893f37-1417-9d17-3133-851c76040425-37eb72b4, #w-node-_48893f37-1417-9d17-3133-851c76040425-ea15250a, #w-node-_48893f37-1417-9d17-3133-851c76040425-c844d9d6, #w-node-_48893f37-1417-9d17-3133-851c76040425-b5a3aa98, #w-node-_48893f37-1417-9d17-3133-851c76040425-9eb2f35f, #w-node-_48893f37-1417-9d17-3133-851c76040425-070d1d39, #w-node-_48893f37-1417-9d17-3133-851c76040425-7ccf77a9, #w-node-_48893f37-1417-9d17-3133-851c76040425-d6af4df3 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_8b2c865c-127f-ab04-4bd7-9ac13fab4c97-da82c508, #w-node-b64179a3-2c45-c79c-0808-27a9f067d2df-da82c508, #w-node-e7e1a13f-6fbd-6f31-0130-deeba03184ca-da82c508, #w-node-b64179a3-2c45-c79c-0808-27a9f067d2e8-da82c508, #w-node-b64179a3-2c45-c79c-0808-27a9f067d2f1-da82c508, #w-node-b64179a3-2c45-c79c-0808-27a9f067d2fa-da82c508, #w-node-_05ec240d-9828-32f9-40ec-ab669731a229-da82c508, #w-node-_7812aeb8-12a9-c0b7-b786-0845b6a88e04-da82c508 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Univers';
  src: url('../fonts/UniversRegular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Univers';
  src: url('../fonts/UniversLight.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Univers';
  src: url('../fonts/UniversBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Crimsontext';
  src: url('../fonts/CrimsonText-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Inferi Trial';
  src: url('../fonts/Inferi-Trial-NormalItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}