@font-face {
  font-family: Suisseintl Webxl;
  src: url('../fonts/SuisseIntl-Regular-WebXL.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --black: black;
}

.nav-bar {
  z-index: 80;
  color: #000;
  cursor: pointer;
  background-color: #fff;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-link {
  color: #000;
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  padding: 4.5px 10px 5px;
  text-decoration: none;
  display: flex;
}

.nav-link:hover {
  color: #fff;
  background-color: #000;
}

.nav-link.w--current {
  cursor: pointer;
}

.nav-button {
  color: #000;
  cursor: pointer;
  padding: 0;
}

.nav-button.max-width {
  flex: 1;
}

.body {
  aspect-ratio: auto;
  color: #000;
  font-family: Suisseintl Webxl, Arial, sans-serif;
  font-size: 16.5px;
  line-height: 21.3px;
}

.hero-caroussel {
  aspect-ratio: auto;
  object-fit: fill;
  width: 100vw;
  height: 100vh;
  overflow: visible;
}

.hero-image {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
}

.information-modal {
  z-index: 99;
  background-color: #fff;
  flex-direction: column;
  width: 410px;
  height: auto;
  display: none;
  position: fixed;
  top: 39px;
  bottom: 40px;
  right: 0%;
  overflow: hidden;
}

.button-close-details-modal {
  z-index: 100;
  cursor: pointer;
  background-color: #fff;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.button-x {
  padding: 7px 10px 8px;
}

.content-details-modal {
  padding: 7px 22px 8px 10px;
  font-size: 10px;
  line-height: 10px;
  overflow: scroll;
}

.spacing-text {
  margin-bottom: 40px;
}

.heading {
  margin-top: 0;
  margin-bottom: 22px;
  font-size: 16.5px;
  font-weight: 400;
  line-height: 21.3px;
  text-decoration: underline;
}

.paragraph {
  margin-bottom: 0;
  font-size: 16.5px;
  line-height: 21.3px;
}

.link-on-hover {
  color: #000;
  cursor: pointer;
  text-decoration: none;
}

.link-on-hover:hover {
  text-decoration: underline;
}

.background-close {
  z-index: 95;
  cursor: pointer;
  background-color: #0000;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
}

.archive-project-item {
  color: #000;
  background-color: #fff;
}

.archive-project-item:hover {
  color: #fff;
  background-color: #000;
}

.archive-project-description-container {
  flex-direction: row;
  margin-top: -6px;
  padding-top: 0;
  display: flex;
}

.archive-project-image-container {
  flex-direction: row;
  align-items: stretch;
  width: 100vw;
  height: auto;
  display: flex;
}

.archive-project-image {
  width: 25vw;
  display: inline-block;
  position: static;
}

.archive-project-image.dektop {
  margin-bottom: 0;
}

.archive-project-image.tablet {
  width: 50vw;
  display: none;
}

.archive-project-image.mobile {
  width: 100vw;
  display: none;
}

.archive-project-description-left {
  align-items: center;
  width: 50vw;
  margin-bottom: 0;
  padding: 4.5px 10px 5px;
  display: flex;
}

.archive-project-description-left.mobile {
  align-items: flex-start;
  padding-top: 5px;
}

.archive-project-description-right {
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  width: 50vw;
  margin-bottom: 0;
  padding: 4.5px 10px 5px;
  display: flex;
}

.archive-project-description-right.mobile {
  align-items: flex-start;
}

.space-keeper {
  background-color: #fff;
  height: 31px;
  display: none;
}

.archive-project-wrapper {
  cursor: pointer;
}

.archive-project-wrapper.draft {
  display: none;
}

.archive-project-list {
  display: flex;
  position: sticky;
}

.link-to-project {
  color: #000;
  text-decoration: none;
  display: inline-block;
}

.link-to-project:hover {
  color: #fff;
}

.footer {
  color: #fff;
  background-color: #000;
  align-items: center;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.footer-link {
  color: #fff;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.footer-link.left {
  cursor: pointer;
}

.footer-link.left:hover {
  text-decoration: underline;
}

.footer-link.middle {
  justify-content: center;
}

.footer-link.middle:hover {
  text-decoration: underline;
}

.footer-link.right {
  justify-content: flex-end;
}

.footer-link.right:hover {
  text-decoration: underline;
}

.footer-text {
  margin-bottom: 0;
  padding: 4.5px 10px 5px;
}

.body-projects {
  color: #000;
  font-family: Suisseintl Webxl, Arial, sans-serif;
  font-size: 16.5px;
  line-height: 21.3px;
}

.body-projects.no-scroll {
  overflow: hidden;
}

.body-archive {
  color: #000;
  font-family: Suisseintl Webxl, Arial, sans-serif;
  font-size: 16.5px;
  line-height: 21.3px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.image-slider-container {
  width: 100vw;
  overflow: hidden;
}

.button-open-details {
  color: #000;
  cursor: pointer;
  background-color: #fff;
  justify-content: space-between;
  padding: 4.5px 10px 5px;
  font-style: normal;
  display: flex;
}

.button-open-details:hover {
  color: #fff;
  background-color: #000;
}

.right-arrow {
  cursor: pointer;
  width: 50vw;
}

.slider {
  height: 100vh;
}

.left-arrow {
  z-index: 60;
  cursor: pointer;
  width: 50vw;
}

.arrow-icon {
  color: #fff;
  justify-content: flex-end;
  align-items: center;
  height: 100vh;
  margin-bottom: 0;
  padding-right: 10px;
  font-weight: 400;
  display: flex;
}

.arrow-icon.right-click {
  color: #fff;
  font-size: 35px;
}

.arrow-icon.right-click:hover {
  color: #fff;
}

.arrow-icon.left-click {
  color: #fff;
  justify-content: flex-start;
  margin-left: 10px;
  padding-right: 0;
  font-size: 35px;
}

.arrow-icon.left-click:hover {
  color: #fff;
}

.details-modal-container {
  z-index: 100;
  background-color: #fff;
  flex-direction: column;
  width: 410px;
  display: none;
  position: absolute;
  inset: auto 0% 40px auto;
}

.scroll-snap-wrapper {
  width: 100vw;
  height: 100vh;
  overflow: scroll;
}

.projects-slide {
  aspect-ratio: auto;
  object-fit: cover;
}

.background-modal {
  z-index: 100;
  cursor: pointer;
  background-color: #0000;
  width: 100vw;
  height: 100vh;
  display: none;
  position: absolute;
}

.projects-slide-image {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  display: inline-block;
}

.project-wrapper {
  cursor: default;
  background-color: #ffbdbd;
  flex-direction: column;
  justify-content: flex-start;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
}

.project-wrapper.studio-visit {
  position: relative;
}

.project-wrapper.der-geschenkte-tag {
  font-style: normal;
}

.project-wrapper.draft {
  display: none;
}

.left-icon {
  color: #0000;
  width: 50vw;
  height: 100vh;
}

.left-icon:hover {
  color: #0000;
}

.right-icon {
  color: #0000;
  width: 50vw;
  height: 100vh;
  margin-right: 0;
}

.button-text {
  font-size: 16.5px;
  line-height: 21.3px;
}

.button-close {
  z-index: 100;
  cursor: pointer;
  background-color: #fff;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.link-in-text-2 {
  color: #000;
  cursor: pointer;
}

.information-content {
  padding: 7px 22px 8px 10px;
  overflow: scroll;
}

.legal-notice-wrapper {
  width: 100vw;
  height: 100vh;
  margin-top: 120px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.legal-notice-content {
  width: 100vw;
  padding: 7px 10px 8px;
}

.body-2 {
  color: #000;
  font-family: Suisseintl Webxl, Arial, sans-serif;
  font-size: 16.5px;
  line-height: 21.3px;
}

.projects-slide-video {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: static;
}

.archive-slider-left-arrow, .archive-slider-right-arrow, .slide-nav {
  display: none;
}

.archive-slide-content {
  width: 100vw;
  position: static;
  inset: 0% 0% auto;
  overflow: visible;
}

.mask {
  position: static;
}

.archive-slider {
  flex-direction: row;
  justify-content: space-around;
  align-items: stretch;
  height: 100%;
}

.archive-slider.desktop {
  height: 100%;
}

.archive-slider.tablet, .archive-slider.mobile {
  display: none;
}

.image-description-footer {
  background-color: #fff;
  padding: 4.5px 10px 5.5px;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.image-description-footer.description-not-visible {
  display: none;
}

.video {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  padding-bottom: 0;
}

.youtube {
  object-fit: cover;
  background-image: none;
  width: 110vw;
  height: 110vh;
  margin-top: -10px;
}

.background-wrap {
  cursor: pointer;
  background-color: #000;
  background-image: url('../images/1920x1080-white-solid-color-background.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 100vh;
  position: fixed;
}

.background-image {
  width: 100%;
  height: 100vh;
}

.background-image-copy {
  background-image: url('../images/LandingPage_image_10.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 100vh;
}

.div-block {
  background-image: url('../images/LandingPage_image_10.jpg');
  background-position: 0 0;
  background-size: auto;
}

.div-block-2 {
  background-image: url('../images/archive_image_146archive_image_101.webp');
  background-position: 0 0;
  background-size: auto;
}

.div-block-3 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.image {
  width: 100%;
  height: 100vh;
}

.bg-img-1 {
  background-image: url('../images/LandingPage_image_10.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 100vh;
  position: absolute;
}

.bg-img-2 {
  background-image: url('../images/archive_image_146archive_image_101.webp');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 100vh;
  position: absolute;
}

.archive-scroll-wrapper {
  margin-top: 30px;
  display: inline-block;
}

.archive-scroll-wrapper.projects-mobile, .archive-scroll-wrapper.mobile-version, .html-embed {
  display: none;
}

.link {
  color: #000;
}

@media screen and (max-width: 991px) {
  .nav-button.max-width.hide-mobile {
    display: none;
  }

  .nav-button.max-width-mobile {
    flex: 1;
  }

  .hero-caroussel {
    display: flex;
    position: relative;
  }

  .information-modal {
    width: 383px;
    display: none;
  }

  .archive-project-description-container {
    margin-top: 0;
  }

  .archive-project-image {
    width: 50vw;
  }

  .archive-project-image.tablet {
    display: inline-block;
  }

  .space-keeper, .link-to-project.desktop {
    display: none;
  }

  .body-projects.no-scroll {
    overflow: visible;
  }

  .image-slider-container {
    height: auto;
  }

  .slider {
    height: auto;
    display: block;
  }

  .scroll-snap-wrapper {
    display: none;
  }

  .project-wrapper {
    background-color: #0000;
  }

  .archive-slider-left-arrow {
    width: 50vw;
    display: none;
  }

  .archive-slider-left-arrow.tablet {
    display: flex;
  }

  .archive-slider-right-arrow {
    width: 50vw;
    display: none;
  }

  .archive-slider-right-arrow.tablet {
    display: flex;
  }

  .slide-nav, .archive-slider.desktop {
    display: none;
  }

  .archive-slider.tablet {
    display: flex;
  }

  .icon, .icon-2 {
    display: none;
  }

  .image-description-footer {
    background-color: #fff;
    padding: 4.5px 10px 5.5px;
    display: block;
    position: fixed;
    bottom: 0;
  }

  .archive-scroll-wrapper, .archive-scroll-wrapper.projects-mobile, .archive-scroll-wrapper.mobile-version {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .archive-project-image.tablet {
    display: none;
  }

  .archive-project-image.mobile {
    display: inline-block;
  }

  .legal-notice-wrapper {
    flex-direction: column;
  }

  .legal-notice-content.top {
    margin-bottom: 70px;
  }

  .archive-slider-left-arrow.tablet, .archive-slider-left-arrow.mobile {
    display: none;
  }

  .archive-slider-right-arrow {
    width: 100vw;
    display: flex;
  }

  .archive-slider-right-arrow.tablet, .archive-slider.tablet {
    display: none;
  }

  .archive-slider.mobile {
    display: flex;
  }

  .icon-3 {
    display: none;
  }

  .paragraph-2 {
    margin-bottom: 0;
    padding: 4.5px 10px 5.5px;
  }
}

@media screen and (max-width: 479px) {
  .nav-link {
    padding-left: 8px;
    padding-right: 8px;
  }

  .information-modal {
    width: 100vw;
    display: none;
    bottom: 0;
  }

  .archive-project-image.tablet {
    display: none;
  }

  .archive-project-image.mobile {
    display: inline-block;
  }

  .archive-project-description-left.mobile {
    width: 100vw;
  }

  .archive-project-description-right.mobile {
    display: none;
  }

  .footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .button-text {
    flex: 1;
  }

  .button-text.tablet, .archive-slider.tablet {
    display: none;
  }

  .archive-slider.mobile {
    display: flex;
  }
}


@font-face {
  font-family: 'Suisseintl Webxl';
  src: url('../fonts/SuisseIntl-Regular-WebXL.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}