@font-face {
  font-family: Soehne web buch;
  src: url('../fonts/soehne-web-buch.woff2') format("woff2"), url('../fonts/soehne-web-buch.eot') format("embedded-opentype"), url('../fonts/soehne-web-buch.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --dim-grey-2: #6d7573;
  --pale-turquoise: #a6ddcc;
  --black: #252928;
  --dim-grey: #616765;
}

body {
  background-color: var(--dim-grey-2);
  color: #252928;
  font-family: Soehne web buch, sans-serif;
  font-size: 1vw;
  line-height: 1.5em;
}

h1 {
  margin: 0;
  font-size: 3em;
  font-weight: 700;
  line-height: 1.5em;
}

h2 {
  margin: 0;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.5em;
}

h3 {
  margin: 0;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.5em;
}

h4 {
  margin: 0;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.5em;
}

h5 {
  margin: 0;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.5em;
}

h6 {
  margin: 0;
  font-size: .9em;
  font-weight: 700;
  line-height: 1.5em;
}

p {
  margin-bottom: 1em;
  font-size: 1em;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 40px;
  font-size: 1em;
}

li {
  margin-bottom: .5em;
}

.section.hero {
  z-index: 10;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: block;
  position: relative;
}

.section.portfolio {
  position: relative;
  overflow: hidden;
}

.container {
  margin-left: auto;
  margin-right: auto;
}

.container.hero {
  width: 90%;
  margin: auto;
  padding-top: 7.5vh;
  position: relative;
}

.wrapper.hero {
  align-items: flex-start;
  display: flex;
  position: relative;
}

.col-40 {
  width: 40%;
}

.col-40.hero {
  height: 80vh;
  position: sticky;
  top: 7.5vh;
}

.col-60 {
  width: 60%;
}

.col-60.hero {
  padding-top: 50vh;
  padding-bottom: 0;
}

.c-hero-content {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.c-hero-intro {
  position: relative;
}

.hero-intro {
  font-size: 4.2em;
  font-weight: 400;
  line-height: 1.1em;
  position: relative;
}

.hero-intro.top {
  z-index: 5;
}

.hero-intro.bottom {
  z-index: 4;
  position: absolute;
  inset: 0% 0% auto;
}

.c-hero-details {
  margin-bottom: 20%;
}

.c-hero-details.about {
  margin-bottom: 0%;
}

.hero-details-text {
  color: #333;
  font-size: 1.3em;
  line-height: 1.5em;
}

.hero-details-text.link {
  text-decoration: none;
  transition: all .2s;
}

.hero-details-text.link:hover {
  color: var(--pale-turquoise);
}

.hero-details-text.about {
  color: #fff;
}

.hero-intro-text-hide {
  opacity: 0;
}

.c-hero-description {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 200vh;
  display: block;
  position: relative;
}

._w-hero-description {
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  padding-top: 15em;
  display: flex;
  position: sticky;
  top: 0;
}

.hero-description {
  color: #333;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.5em;
}

.progress-track {
  z-index: 5000;
  background-color: #555;
  width: 100%;
  height: .2em;
  position: fixed;
  overflow: hidden;
}

.progress-bar {
  background-color: #aaa;
  width: 10%;
  height: 100%;
}

.wi-hero-description {
  width: 50%;
}

.hero-description-icon {
  opacity: .3;
  width: 3em;
  margin-bottom: 2em;
}

.c-portfolio-item {
  z-index: 10;
  width: 90%;
  margin-bottom: 100vh;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.c-portfolio-item.last {
  margin-bottom: 0;
}

.c-portfolio-item.last.about {
  z-index: 5;
  width: 100%;
}

.c-portfolio-item.hide {
  display: none;
}

._w-portfolio-item {
  z-index: 5;
  justify-content: flex-end;
  height: 100vh;
  display: flex;
  position: relative;
}

.c-brand-logo {
  z-index: 1000;
  opacity: 0;
  width: 7em;
  margin-top: 10vh;
  margin-left: 5%;
  position: fixed;
}

.c-footer {
  z-index: 1000;
  opacity: 0;
  perspective-origin: 0 100%;
  transform-origin: 0 100%;
  display: none;
  position: fixed;
  inset: auto auto 10vh 5%;
}

._w-footer {
  align-items: center;
  display: flex;
}

.c-footer-logo {
  margin-right: 1em;
}

.footer-logo {
  height: 2em;
}

.footer-details-text {
  color: #333;
  font-size: .8em;
  line-height: 1.5em;
}

.c-portfolio-details {
  z-index: 20;
  align-items: center;
  width: 35%;
  height: 40vh;
  display: none;
  position: fixed;
  inset: 27.5vh auto auto 5%;
}

.c-portfolio-details.about {
  display: none;
  position: fixed;
}

.c-portfolio-content {
  align-items: center;
  width: 60%;
  display: flex;
}

._w-portfolio-details {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

._w-portfolio-image {
  z-index: 10;
  position: relative;
  left: -5em;
}

._w-portfolio-image.hide {
  opacity: 0;
}

._w-portfolio-image.mobile {
  display: none;
}

.c-portfolio-ipad {
  z-index: 9;
  position: relative;
}

.c-portfolio-image-slider {
  z-index: 10;
  background-color: #555;
  border-radius: .5em;
  width: 33.9em;
  height: 25.5em;
  position: absolute;
  inset: 13% 6.3% auto auto;
  overflow: hidden;
}

.c-portfolio-slider {
  background-color: #0000;
  width: 100%;
  height: 100%;
}

.portfolio-slider-arrow {
  width: 1.25em;
  height: 1.25em;
}

.portfolio-slider-arrow:hover {
  color: #fff;
}

.portfolio-slider-nav {
  display: none;
}

.c-portfolio-slide-content {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.portfolio-slide-content-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.c-portfolio-slide-content-link {
  z-index: 5;
  color: #ccc;
  letter-spacing: .75em;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-size: .85em;
  line-height: 1.5em;
  text-decoration: none;
  display: flex;
  position: relative;
  inset: 0%;
}

._w-portfolio-slide-content-link {
  display: flex;
}

.portfolio-slider-arrow-block {
  color: #ffffff80;
  background-color: #13131340;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: .5em;
  line-height: 1.5em;
  transition: all .25s;
  display: flex;
}

.portfolio-slider-arrow-block:hover {
  color: #fffffff2;
  background-color: #131313bf;
}

.c-portfolio-title {
  margin-bottom: 3em;
}

.c-portfolio-title.hide {
  opacity: 0;
  display: none;
}

.c-portfolio-p {
  flex: 1;
  margin-bottom: 3em;
}

.portfolio-p {
  color: #333;
  margin-bottom: 0;
  font-size: 1em;
  line-height: 1.5em;
}

.portfolio-p.about {
  color: #fff;
}

.portfolio-title {
  text-transform: capitalize;
  font-size: 4.2em;
  font-weight: 400;
  line-height: 1em;
}

.portfolio-cta-link {
  text-decoration: none;
}

.portfolio-cta-link-default {
  display: flex;
}

.portfolio-cta-link-default-text {
  color: #131313;
  font-size: 1.2em;
  line-height: 1.5em;
  text-decoration: none;
}

.c-portfolio-nav {
  z-index: 50;
  justify-content: center;
  align-items: center;
  width: 5%;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.portfolio-nav-link {
  color: #333;
  text-align: right;
  white-space: nowrap;
  background-color: #aaa;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: .5em;
  height: .5em;
  margin-top: 1em;
  margin-bottom: 1em;
  transition: all .25s;
  display: flex;
  position: relative;
  box-shadow: 0 0 0 0 #fff0;
}

.portfolio-nav-link:hover {
  background-color: #ddd;
  box-shadow: 0 0 0 .25em #ffffff4d;
}

.portfolio-nav-link.w--current {
  background-color: #fff;
  box-shadow: 0 0 0 .25em #ffffff4d;
}

.portfolio-nav-link.hide {
  display: none;
}

.c-portfolio-nav-text {
  color: #fff;
  background-color: #888888f2;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  padding: .4em 1.25em;
  position: absolute;
  right: 1em;
}

.portfolio-nav-text {
  letter-spacing: .1em;
  font-size: .6em;
  line-height: 1em;
}

.c-scrolldown {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.scrolldown-track {
  background-color: #444;
  width: 1px;
  height: 7.5em;
  margin-top: 2em;
  margin-left: 5%;
  overflow: hidden;
}

.scrolldown-thumb {
  background-color: #aaa;
  width: 100%;
  height: 10%;
}

.scrolldown-text {
  perspective-origin: 100% 0;
  transform-origin: 100% 0;
  color: #444;
  text-transform: uppercase;
  margin-left: -7.5em;
  font-size: .7em;
  font-weight: 400;
  line-height: 1em;
  transform: rotate(-90deg);
}

.c-fixed-contacts {
  z-index: 1000;
  position: fixed;
  inset: 10vh 5% auto auto;
  overflow: hidden;
}

._w-fixed-contacts {
  display: flex;
}

.fixed-contact-link {
  color: #fff;
  border-radius: .1em .1em 0 0;
  align-items: center;
  padding: .5em .75em;
  font-size: 1em;
  text-decoration: none;
  transition: all .25s;
  display: flex;
}

.fixed-contact-link:hover {
  opacity: 1;
}

.c-fixed-contact-icon {
  width: 1.2em;
}

.c-fixed-contact-text {
  perspective-origin: 0%;
  transform-origin: 0%;
  overflow: hidden;
}

.fixed-contact-text {
  color: var(--pale-turquoise);
  white-space: nowrap;
  padding-left: .5em;
  font-size: .8em;
}

.c-portfolio-bg-text {
  z-index: 8;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0%;
}

.portfolio-bg-text {
  color: #ffffff08;
  white-space: nowrap;
  font-size: 15em;
  font-weight: 400;
  line-height: 1em;
}

.portfolio-title-number {
  display: none;
}

.c-team-bg {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  background-attachment: scroll;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.team-bg-curtain {
  z-index: 2;
  background-color: #6d7573;
  background-image: none;
  display: none;
  position: absolute;
  inset: 0%;
}

.team-bg-img {
  z-index: 1;
  opacity: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0%;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 2vw;
  }

  .section.portfolio {
    padding-bottom: 5em;
  }

  .section.portfolio.about {
    padding-bottom: 0;
  }

  .container.hero {
    padding-top: 0;
  }

  .wrapper.hero {
    display: block;
  }

  .col-40.hero {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 200vh;
    display: flex;
    position: relative;
    top: 0;
  }

  .col-60.hero {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .c-hero-content {
    text-align: center;
    height: 100vh;
    padding-top: 20%;
    padding-bottom: 10%;
    position: sticky;
    top: 0;
  }

  .c-hero-intro {
    text-align: left;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-intro.top, .hero-intro.bottom {
    font-size: 4.5em;
  }

  .c-hero-details {
    text-align: left;
    width: 85%;
    margin-bottom: 0%;
    margin-left: auto;
    margin-right: auto;
  }

  .c-hero-details.about {
    width: 100%;
  }

  .hero-intro-interactive-text {
    color: var(--black);
  }

  .c-hero-description {
    height: auto;
  }

  ._w-hero-description {
    height: auto;
    padding-top: 15%;
    padding-bottom: 15%;
    display: block;
  }

  .hero-description {
    font-size: 1.2em;
  }

  .wi-hero-description {
    text-align: left;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }

  .c-portfolio-item {
    border-bottom: 1px dashed #888;
    margin-bottom: 0;
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .c-portfolio-item.last.about {
    border-bottom-style: none;
    padding-top: 12em;
    padding-bottom: 9em;
  }

  ._w-portfolio-item {
    height: auto;
    display: block;
  }

  ._w-portfolio-item.about {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .c-brand-logo {
    background-color: var(--dim-grey-2);
    opacity: 1;
    text-align: left;
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    padding: 1em 2em;
    position: fixed;
  }

  .brand-logo-link {
    margin-left: 7.5%;
  }

  .c-footer {
    background-color: var(--dim-grey-2);
    opacity: 1;
    position: relative;
    inset: auto;
  }

  ._w-footer {
    text-align: center;
    padding: 2em 1em;
    display: block;
  }

  .c-footer-logo {
    margin-bottom: 1em;
    margin-right: 0;
  }

  .c-portfolio-details {
    text-align: left;
    width: 85%;
    height: auto;
    margin: 0 auto 2em;
    display: block;
    position: relative;
    inset: 0%;
  }

  .c-portfolio-details.about {
    display: block;
  }

  .c-portfolio-content {
    text-align: center;
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  ._w-portfolio-image {
    margin-bottom: 2em;
    display: none;
    left: auto;
  }

  ._w-portfolio-image.hide {
    display: none;
  }

  ._w-portfolio-image.mobile {
    display: block;
  }

  .c-portfolio-ipad {
    display: none;
  }

  .c-portfolio-image-slider {
    border: 1em solid #131313;
    width: 80%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    inset: auto;
    box-shadow: 6px 6px 20px #00000040, 0 0 0 1px #999, -2px -2px #bbb, 2px 2px #444;
  }

  .c-portfolio-image-slider.mobile {
    width: 95%;
  }

  .portfolio-slider-arrow-block {
    color: #ffffffbf;
    background-color: #0000;
    font-size: .4em;
  }

  .portfolio-slider-arrow-block:hover {
    background-color: #0000;
  }

  .c-portfolio-title {
    margin-bottom: 2em;
    position: relative;
  }

  .c-portfolio-title.hide {
    display: none;
  }

  .portfolio-title {
    z-index: 1;
    font-size: 3.5em;
    position: relative;
  }

  .c-fixed-contacts {
    margin-right: 0;
    inset: 1em 7.5% auto auto;
  }

  ._w-fixed-contacts {
    flex-direction: row;
    align-items: flex-start;
    display: flex;
  }

  .fixed-contact-text {
    display: none;
  }

  .brand-logo {
    height: 2.5em;
  }

  .c-portfolio-bg-text {
    display: flex;
  }

  .portfolio-title-number {
    opacity: .04;
    color: #fff;
    justify-content: center;
    align-items: center;
    font-family: Montserrat, sans-serif;
    font-size: 9em;
    font-weight: 400;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .c-team-bg {
    opacity: .5;
  }

  .team-bg-img {
    height: 100vh;
  }
}

@media screen and (max-width: 767px) {
  .col-40.hero {
    height: auto;
    min-height: 200vh;
  }

  .c-hero-content {
    height: auto;
    min-height: 100vh;
  }

  .c-scrolldown {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .c-fixed-contacts {
    top: .5em;
  }

  .fixed-contact-link {
    font-size: 1.5em;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 4vw;
  }

  .col-40.hero {
    height: 150vh;
    min-height: 0;
  }

  .c-hero-content {
    height: 100vh;
    min-height: 0;
    padding-top: 30%;
    padding-bottom: 20%;
  }

  .c-hero-intro {
    width: 85%;
  }

  .hero-intro.top, .hero-intro.bottom {
    font-size: 2.4em;
  }

  .c-brand-logo {
    padding-left: 0;
  }

  .brand-logo-link {
    margin-left: 12%;
  }

  .c-portfolio-details.about {
    display: flex;
    position: relative;
  }

  .c-portfolio-image-slider {
    width: 90%;
  }

  .c-portfolio-title.hide {
    display: none;
  }

  .portfolio-title {
    font-size: 3em;
  }

  .c-scrolldown {
    margin-top: 1em;
    margin-bottom: 2em;
  }

  .scrolldown-track {
    height: 5em;
    margin-top: 1em;
  }

  .fixed-contact-link {
    padding: .5em;
    font-size: 1.3em;
  }

  .fixed-contact-link.tel:hover {
    background-color: #777;
  }

  .c-fixed-contact-icon {
    width: 1em;
    margin-left: auto;
    margin-right: auto;
  }

  .c-fixed-contact-text {
    display: none;
  }

  .team-bg-img {
    height: 100vh;
  }
}


@font-face {
  font-family: 'Soehne web buch';
  src: url('../fonts/soehne-web-buch.woff2') format('woff2'), url('../fonts/soehne-web-buch.eot') format('embedded-opentype'), url('../fonts/soehne-web-buch.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}