:root {
  --white: white;
  --black: black;
  --dim-grey: #4b4b4b;
  --grey: #7a7a7a;
}

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

body {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #1a1b1f;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  opacity: .6;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.divider {
  background-color: #eee;
  height: 1px;
  margin-top: 100px;
  display: block;
}

.styleguide-content-wrap {
  text-align: center;
}

.section {
  margin-left: 30px;
  margin-right: 30px;
}

.section.cc-cta {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.section.cc-store-home-wrap {
  color: var(--black);
  margin-left: 0;
  margin-right: 0;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light, .paragraph-bigger.cc-bigger-white-light {
  opacity: .6;
}

.button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
  display: block;
}

.button:hover {
  color: #fff;
  background-color: #32343a;
}

.button:active {
  background-color: #43464d;
}

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-jumbo-button.cc-jumbo-white {
  color: #000;
  background-color: #fff;
}

.button.cc-jumbo-button.cc-jumbo-white:hover {
  background-color: #f1f1f1;
}

.button.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

.button.cc-contact-us {
  z-index: 5;
  position: relative;
}

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: #fffc;
}

.button.cc-white-button:active {
  background-color: #ffffffe6;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-light {
  opacity: .6;
  display: none;
}

.label.cc-blog-date {
  opacity: .6;
  margin-top: 20px;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.paragraph-light {
  opacity: .6;
  color: var(--black);
  align-items: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  display: flex;
}

.paragraph-light.signature {
  text-align: right;
  justify-content: flex-start;
  margin-top: -15px;
  font-family: Montserrat, sans-serif;
}

.heading-jumbo {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 64px;
  line-height: 80px;
}

.heading-jumbo-small {
  color: var(--black);
  text-align: left;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  margin-right: 0;
  padding-left: 0;
  padding-right: 49px;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 30px;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.styleguide-header-wrap {
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 460px;
  padding: 30px;
  display: flex;
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.menu {
  z-index: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.navigation-wrap {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.navigation {
  background-color: #0000;
  align-items: center;
  padding: 30px 50px;
  display: flex;
}

.navigation-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: .9;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.logo-image {
  display: block;
}

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

.footer-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.webflow-link {
  opacity: .5;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.cta-text {
  width: 70%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.cta-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 110px;
  padding-bottom: 120px;
  display: flex;
}

.intro-header {
  color: #fff;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-bottom: 0;
  display: flex;
}

.intro-header.cc-subpage {
  color: #fff;
  background-color: #000;
  background-image: none;
  height: 480px;
}

.intro-content {
  text-align: center;
  width: 70%;
  max-width: 1140px;
}

.intro-content.cc-homepage {
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.motto-wrap {
  text-align: center;
  width: 80%;
  margin: 300px auto;
  display: block;
}

.about-story-wrap {
  text-align: center;
  width: 80%;
  margin: 80px auto;
}

.our-services-grid {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 120px;
}

.section-heading-wrap {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 80px;
}

.service-icon {
  margin-bottom: 30px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.status-message.cc-no-data {
  width: 70%;
  margin: 100px auto;
  display: block;
}

.contact-form-wrap {
  border: 1px solid #eee;
  padding: 45px 50px 50px;
}

.contact-form-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 2.5fr 1fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.details-wrap {
  margin-bottom: 30px;
}

.get-in-touch-form {
  flex-direction: column;
  display: flex;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.text-field.cc-contact-field {
  margin-bottom: 25px;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.contact-form {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-form-heading-wrap {
  margin-bottom: 40px;
}

.contact-heading {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 400;
}

.map {
  height: 460px;
  margin-bottom: 100px;
  line-height: 20px;
}

.contact-team-name-wrap {
  margin-bottom: 30px;
}

.our-contacts {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  text-align: center;
  grid-template: ". . ."
  / 1fr 1fr 1fr;
  margin-bottom: 120px;
}

.contact-team-details-wrap {
  margin-top: 30px;
}

.contact-team-pic {
  background-color: #f4f4f4;
  height: 150px;
  margin-bottom: 30px;
}

.team-pic {
  background-color: #f4f4f4;
  width: 100%;
  height: 420px;
  margin-bottom: 40px;
}

.team-members {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 60px;
}

.team-member-title-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.team-member-name {
  opacity: 1;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.projects-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: "."
                 "."
                 "."
                 / 1fr;
  margin-bottom: 60px;
}

.project-name-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.project-name-link {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: .8;
}

.project-name-link:active {
  opacity: .7;
}

.project-cover-link {
  margin-bottom: 40px;
}

.project-cover-link:hover {
  opacity: .8;
}

.project-cover-link:active {
  opacity: .7;
}

.project-overview-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-1---wide.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 100px;
  display: flex;
}

.project-overview-header.cc-project-2-header {
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 50%;
}

.project-overview-header.cc-project-3-header {
  background-image: url('../images/portfolio-3---wide.svg');
  background-size: cover;
}

.project-details-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.project-pics {
  margin-bottom: 120px;
}

.detail-image {
  width: 100%;
  margin-bottom: 30px;
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.detail-header-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 60px;
  display: block;
}

.detail-header-image.w--current {
  margin-bottom: 60px;
}

.blog-list-wrap {
  margin-bottom: 100px;
}

.blog-item {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog-preview-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 45px;
  transition: opacity .6s;
  display: block;
}

.blog-preview-image:hover {
  opacity: .8;
}

.blog-preview-image:active {
  opacity: .7;
}

.blog-summary-wrap {
  text-align: left;
  width: 70%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.blog-heading-link {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
  text-decoration: none;
}

.blog-heading-link:hover {
  opacity: .8;
}

.blog-heading-link:active {
  opacity: .7;
}

.contact-email-link {
  opacity: .6;
  margin-bottom: 5px;
}

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

.contact-email-link:active {
  opacity: .8;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.home-content-wrap {
  padding-top: 90px;
}

.home-section-wrap {
  margin-bottom: 30px;
}

.section-heading {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 14vh;
  font-weight: 600;
  line-height: 16vh;
}

.about-grid {
  grid-column-gap: 0px;
  grid-row-gap: 30px;
  grid-template: "."
  / .75fr 1fr;
  grid-auto-flow: row;
  place-content: center stretch;
  place-items: center end;
  margin: 150px auto 80px;
}

.about-grid.cc-about-2 {
  grid-template-columns: 2fr 1fr;
  grid-template-areas: ". .";
}

.intro-text {
  width: 80%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.collection-wrap {
  flex-wrap: wrap;
  place-content: flex-start center;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.work-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.blog-heading {
  text-align: center;
  margin-bottom: 60px;
}

.blog-preview-wrap {
  width: 33.33%;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 45px;
}

.collection-list-wrapper {
  margin-bottom: 120px;
}

.business-article-heading {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 38px;
  text-decoration: none;
}

.business-article-heading:hover {
  opacity: .8;
}

.business-article-heading:active {
  opacity: .7;
}

.nav-button {
  color: var(--black);
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  border: 2px #000;
  border-radius: 40px;
  align-self: center;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 20px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: border-color .2s, background-color .2s, opacity .2s, color .2s;
  display: flex;
}

.nav-button:hover {
  color: var(--dim-grey);
  background-color: #0000;
  border-style: none;
  border-color: #000;
}

.nav-button:active {
  background-color: #fff0;
  border-style: none;
  border-color: #000;
  font-weight: 500;
}

.nav-button.w--current {
  align-self: center;
}

.nav-button.w--current:hover {
  background-color: #fff;
}

.navigation-wrap-2 {
  z-index: auto;
  background-color: #fff;
  background-image: linear-gradient(#fff0, #fff0);
  flex: 1;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  margin-left: 0%;
  margin-right: 0%;
  padding-top: 0;
  padding-left: 5%;
  padding-right: 3%;
  display: flex;
  position: static;
}

.nav-bar-item-dark {
  background-color: var(--white);
  opacity: 1;
  color: #000;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-right: 100px;
  padding: 9px 15px;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
}

.nav-bar-item-dark:hover {
  opacity: .9;
  color: var(--dim-grey);
}

.nav-bar-item-dark:active {
  opacity: .8;
}

.nav-bar-item-dark.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 400;
}

.nav-bar-item-dark.w--current:hover {
  opacity: .8;
  color: var(--grey);
}

.nav-bar-item-dark.w--current:active {
  opacity: .7;
  color: #666;
}

.navigation-items-2 {
  background-color: var(--white);
  flex-direction: row;
  flex: none;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.navigation-2 {
  z-index: 1;
  background-color: #fff0;
  flex-direction: row;
  flex: none;
  order: -1;
  justify-content: space-between;
  align-self: auto;
  align-items: flex-start;
  width: 100%;
  height: 80px;
  margin-bottom: 0;
  padding: 0 0%;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.logo-dark {
  filter: invert();
  width: 140px;
  padding-left: 20px;
  display: block;
}

.menu-2 {
  z-index: 0;
  clear: none;
  flex-flow: row;
  order: 0;
  place-content: stretch flex-end;
  align-items: center;
  display: flex;
  position: relative;
  inset: 0% 10% 0% 0%;
}

.logo-link-2 {
  z-index: 1;
}

.logo-link-2:hover {
  opacity: .8;
}

.logo-link-2:active {
  opacity: .7;
}

.nav__item-bg {
  z-index: 1;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  color: var(--black);
  background-color: #ffffff1a;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 96px;
  padding-top: 20px;
  padding-bottom: 16px;
  display: flex;
  position: relative;
}

.color-nav {
  border-radius: 40px;
  justify-content: flex-end;
  display: none;
  overflow: hidden;
}

.nav__indicator {
  background-color: #7df124;
  border-radius: 4px;
  width: 36px;
  height: 8px;
  position: absolute;
  top: 100%;
  transform: translate(0, -100%);
}

.nav__indicator.facebook {
  background-color: #000;
}

.nav__indicator.youtube {
  background-color: var(--black);
}

.nav__indicator.twitter {
  background-color: #000;
}

.nav__indicator.dribbble {
  background-color: #ea4c89;
}

.nav__icon {
  opacity: .75;
  background-color: #0000;
  width: 30%;
  height: auto;
}

.nav__item {
  color: #fff;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.nav__label {
  opacity: .75;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 4px;
  font-size: 8px;
  font-weight: 800;
}

.paragraph {
  color: #fff;
  width: 16.5em;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
}

.container-2 {
  z-index: 1;
  width: 1560px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15em 6.25em;
}

.container-2.footer {
  padding: 4em 12em 0;
}

.is--white {
  color: #fff;
}

.is--white.is--69px {
  white-space: nowrap;
  flex-direction: column;
  flex: 0 auto;
  font-size: 60px;
  line-height: 1.4;
  display: flex;
}

.section-2 {
  z-index: 10;
  background-color: #fff;
  max-width: 100%;
  position: relative;
}

.section-2.is--footer {
  z-index: 1;
  background-color: #00000b;
  background-image: linear-gradient(#000000b3, #000000b3);
  position: relative;
  bottom: 0;
  overflow: visible;
}

.social-icons {
  width: 2.5em;
  padding-right: 1em;
  display: none;
}

.text-block-6 {
  font-size: 13px;
  font-weight: 300;
  line-height: 1.5;
}

.link-block-3 {
  color: #fff;
  padding-top: 1em;
  text-decoration: none;
}

.span-text.footer-2 {
  font-weight: 300;
}

.submit-button {
  z-index: 10;
  background-color: #3b3b3b;
  width: 260px;
  height: 42px;
  font-size: 16px;
  font-weight: 300;
  position: absolute;
  inset: auto 0% -30% auto;
}

.contact-text-wrapper {
  padding-top: 1em;
  padding-bottom: 1em;
}

.text-span-16 {
  text-transform: uppercase;
  font-weight: 400;
}

.image-footer {
  z-index: 0;
  opacity: .5;
  object-fit: fill;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.find-us {
  color: #fff;
  letter-spacing: .5px;
  padding-bottom: 1em;
  font-size: 13px;
  font-weight: 300;
}

.checkbox {
  width: 25px;
  height: 25px;
  margin-top: 0;
  margin-left: 0;
}

.checkbox.w--redirected-checked {
  background-color: #5581da;
}

.contact-form-grid-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.text-field-2 {
  color: var(--white);
  background-color: #fff0;
  border: 1px #000;
  border-bottom: 1px solid #c4c4c4;
  margin-bottom: 0;
  padding: 1.5em 0;
  overflow: scroll;
}

.text-field-2:active {
  color: #fff;
  letter-spacing: 2px;
  font-size: 16px;
  font-weight: 400;
  transform: translate(0);
}

.text-field-2:focus {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.text-field-2::placeholder {
  color: #fff;
  letter-spacing: 2px;
  -webkit-text-stroke-color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.checkbox-label {
  color: #fff;
  margin-bottom: 0;
  padding-left: 2em;
  font-size: 16px;
  font-weight: 300;
  display: none;
}

.checkbox-label.open {
  font-weight: 400;
  display: block;
}

.checkbox-field {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  position: absolute;
  inset: auto 0% -30%;
}

.footer-terms {
  color: var(--white);
  letter-spacing: .5px;
  font-size: 13px;
  font-weight: 300;
  display: flex;
}

.social {
  justify-content: center;
  align-items: center;
  padding-bottom: .7em;
  display: flex;
}

.text-span-15 {
  font-weight: 500;
}

.text-span-8 {
  border-bottom: 1px solid #f8f8f8;
}

.gradient-top {
  z-index: 1;
  background-image: linear-gradient(#0000008f, #0000008f), linear-gradient(to top, #00000b, #00000b4d 50%, #00000b);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.line-terms {
  background-color: #fff;
  height: 1px;
}

.grid_item {
  z-index: 1;
  width: 100%;
  padding: 1.04em;
  display: block;
  position: relative;
}

.grid_item.footer-text {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 5em;
  display: flex;
}

.grid_item.footer-social-mobile {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 20%;
  padding-top: .5em;
  padding-bottom: .5em;
  display: none;
}

.grid_item.footer-text-mobile {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 5em;
  display: none;
}

.grid_item.footer-social {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 20%;
  padding-top: .5em;
  padding-bottom: .5em;
  display: flex;
}

.grid_item.is--50 {
  justify-content: center;
  width: 50%;
  display: flex;
  position: relative;
}

.grid_item.is--50.footer-2 {
  white-space: nowrap;
  justify-content: center;
  align-items: flex-end;
  width: 40%;
}

.grid_item.is--50.footer-1 {
  justify-content: flex-start;
  width: 60%;
}

.grid_item.footer-logo {
  justify-content: flex-start;
  align-items: center;
  width: 20%;
  padding: 0 6em .5em 1.04em;
  display: flex;
}

.logo-footer {
  width: 40%;
}

.grid {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: relative;
}

.grid.is--footer {
  z-index: 3;
}

.grid.is--final-coypright {
  z-index: 1;
  align-items: center;
  padding-top: 7em;
}

.form-block {
  position: relative;
}

.div-block-12 {
  padding-bottom: 10em;
  position: relative;
}

.button-wrap {
  justify-content: center;
  align-items: center;
  min-width: 170px;
  max-width: 200px;
  height: 45px;
  display: flex;
  position: relative;
}

.circle-contain {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.button-base {
  background-color: #5b3acc;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
}

.image {
  position: absolute;
  top: 14px;
  bottom: 0;
  left: 18px;
}

.button-t {
  color: #000;
  letter-spacing: 1px;
  margin-left: 15px;
  font-size: 13px;
  font-weight: 700;
  position: absolute;
}

.button-link {
  z-index: 5;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0;
}

.button-text {
  color: var(--black);
  text-transform: uppercase;
  padding-top: 2px;
  font-size: 20px;
  font-weight: 700;
}

.archive-image {
  width: 100%;
  height: 100%;
}

.button-2 {
  color: #707070;
  text-align: center;
  letter-spacing: 1px;
  cursor: pointer;
  border: 2px solid #d4d4d4;
  padding: 12px 26px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
}

.button-2:hover {
  color: #707070;
  background-color: #ddd;
}

.button-2.is_light {
  border-style: none;
}

.button-2.is_light.full-width {
  cursor: pointer;
  width: 100%;
}

.archive-side_top-wrapper {
  cursor: pointer;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  padding: 48px 48px 24px;
  text-decoration: none;
  transition: background-color .25s;
  display: block;
}

.container-main {
  width: 100%;
}

.section-archive {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.archive-side_left {
  width: 50%;
  display: flex;
}

.archive-side_bottom-wrapper {
  border-top: 1px solid #ddd;
  flex-direction: row;
  display: flex;
}

.archive-side_right {
  width: 50%;
  display: flex;
}

.archive-img {
  background-image: url('../images/gallery-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.archive-img._01 {
  background-image: url('../images/V4.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.archive-img._01.image_v4 {
  background-image: url('../images/V4_1-min.png');
}

.archive-img._01.image_v3 {
  background-image: url('../images/V3-min.JPG');
}

.archive-img._01.image_v2 {
  background-image: url('../images/gruen_V3-min.jpg');
}

.archive-img._01.image_v1 {
  background-image: url('../images/grau_V2.jpg');
}

.section-archive-title {
  letter-spacing: 1px;
  text-transform: none;
  margin-bottom: 24px;
  font-size: 38px;
  line-height: 1;
  display: none;
}

.gallery-side_mid-wrapper {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding: 0 48px;
  display: flex;
}

.archive-side-logo {
  height: 48px;
  display: none;
}

.archive-side_desc {
  font-size: 16px;
}

.home-archive-component {
  min-height: 800px;
  margin-bottom: 220px;
  display: flex;
}

.archive-side_text {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.thomas_image {
  width: 500px;
  max-width: 100%;
}

.track {
  height: 200vw;
  margin-top: 300px;
}

.camera {
  width: 100vw;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.frame {
  height: 100%;
  display: flex;
}

.item {
  flex: none;
  width: 100vw;
  height: 100vh;
  padding: 20px 0;
}

.heading {
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
}

.heading.gewerbeboxen {
  font-weight: 500;
  text-decoration: none;
}

.heading-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 600;
}

.italic-text {
  font-style: normal;
}

.background-video {
  z-index: 2;
  min-height: 100vh;
  display: block;
}

.background-video.mobile {
  display: none;
}

.bold-text {
  font-weight: 500;
}

.italic-text-2 {
  font-weight: 300;
}

.cs_section {
  background-image: linear-gradient(#000000c9, #000000c9), url('../images/background.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  width: auto;
  height: 900px;
  padding: 100px;
  display: flex;
}

.cs_container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-4 {
  color: var(--white);
  text-align: center;
  margin-top: 140px;
  font-family: "Helveticaneue 01", sans-serif;
  font-size: 30px;
}

.image-2 {
  text-align: center;
  max-width: 30em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.section-archive-title-smalll {
  letter-spacing: 1px;
  text-transform: none;
  margin-bottom: 24px;
  font-size: 19px;
  line-height: 1.2;
}

.archive-side_desc-small {
  font-size: 12px;
}

.list-item {
  color: var(--grey);
  font-size: 30px;
  font-weight: 300;
  line-height: 60px;
}

.list {
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
}

.bold-text-2 {
  font-weight: 400;
}

.grid-3 {
  padding-bottom: 48px;
  padding-left: 48px;
  padding-right: 48px;
}

.paragraph-3 {
  font-size: 20px;
  font-weight: 300;
}

.paragraph-4 {
  color: var(--black);
  font-size: 15px;
}

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

.heading-1 {
  font-size: 40px;
  font-weight: 700;
}

.portfolio-card-info {
  background-color: #fffefd;
  width: 100%;
  height: 100%;
  padding: 40px;
  text-decoration: none;
  position: relative;
  inset: 0%;
}

.container-3 {
  max-width: 1440px;
}

.portfolio-card-paragraph {
  color: #333;
}

.portfolio-card-wrapper {
  background-color: #90acf7;
  background-image: url('../images/DJI_0927.jpg');
  background-position: 50%;
  background-size: cover;
  padding: 20px;
  position: relative;
  overflow: hidden;
}

.portfolio-card-wrapper.three {
  background-image: url('../images/DJI_0768.jpg');
}

.portfolio-card-wrapper.four {
  background-image: url('../images/DJI_0816.jpg');
  background-position: 50% 100%;
}

.portfolio-card-wrapper.five {
  background-image: url('../images/IMG_1395.jpg');
  background-position: 50% 100%;
}

.portfolio-card-wrapper.six {
  background-image: url('../images/V2.png');
}

.portfolio-card-wrapper.two {
  background-image: url('../images/Bildschirmfoto-2022-10-10-um-15.28.00.png');
  background-position: 50%;
}

.portfolio-card-wrapper.seven {
  background-image: url('../images/grau_V2.jpg');
}

.arrow-wrapper {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.portfolio-card-category {
  color: #4b4b4b87;
  text-align: center;
  margin-top: 100px;
  font-size: 24px;
  line-height: 1;
}

.portfolio-card-heading {
  color: #333;
  text-align: center;
  margin-bottom: 40px;
  font-size: 40px;
  text-decoration: none;
}

.arrow {
  width: 18px;
}

.portfolio-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 200vh;
  display: grid;
}

.section-3 {
  padding: 140px 10vw 100px;
}

.text-block-7, .text-block-8 {
  font-size: 12px;
}

.text-block-9 {
  font-size: 10px;
}

.text-block-10 {
  color: #fff;
}

.heading-5 {
  padding-left: 0;
  font-size: 14vh;
  font-weight: 700;
  line-height: 16vh;
}

.column {
  padding-left: 0;
  position: relative;
  left: 0;
}

.columns {
  align-items: center;
  margin-top: 300px;
  display: flex;
}

.section-heading-copy {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 400;
  display: none;
}

.heading-6 {
  color: var(--black);
  font-size: 15px;
  font-weight: 700;
}

.div-block-14, .div_grid {
  padding-left: 5px;
  padding-right: 5px;
}

.bold-text-3 {
  font-size: 14vh;
  font-weight: 600;
  line-height: 16vh;
}

.grid-4 {
  grid-column-gap: 0px;
  grid-template-columns: 1.5fr 1fr;
  max-width: 1140px;
  margin: 100px auto 0;
}

.div-block-15 {
  text-align: left;
  background-color: red;
  border-radius: 100%;
  justify-content: flex-start;
  align-items: flex-start;
  width: 150px;
  height: 150px;
  margin-left: 357px;
  display: flex;
}

.div-block-16 {
  justify-content: flex-end;
  display: flex;
}

.circle-container {
  color: #000;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 200px;
  max-width: 100vw;
  height: 200px;
  max-height: 100vw;
  display: flex;
  position: relative;
}

.circle-container.reel {
  display: none;
}

.circle-text {
  z-index: 10;
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  margin-right: 5px;
  font-size: 15px;
  position: relative;
  overflow: visible;
}

.circle {
  background-color: var(--black);
  border: 2px solid #000;
  border-radius: 10000px;
  width: 60%;
  height: 60%;
  position: absolute;
}

.link {
  color: var(--white);
}

.div-block-17 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
  position: relative;
}

.subscript {
  color: var(--dim-grey);
  display: inline;
}

.text-block-13 {
  color: var(--dim-grey);
  font-size: 12px;
  display: flex;
}

.link-3, .link-4 {
  color: var(--dim-grey);
}

.error-message {
  background-color: #0000;
}

.div-block-18 {
  color: #dd0b0b;
}

.success-message {
  color: var(--black);
  background-color: gray;
}

.div-block-20 {
  color: var(--black);
}

@media screen and (max-width: 991px) {
  .section.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

  .styleguide-block {
    text-align: center;
  }

  .container {
    max-width: 990px;
  }

  .button {
    justify-content: center;
  }

  .button.cc-contact-us {
    display: none;
  }

  .label.cc-light, .paragraph-light {
    text-align: left;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .heading-jumbo-small {
    font-size: 15px;
    line-height: 25px;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .menu {
    margin-left: 30px;
    position: static;
  }

  .navigation-wrap {
    background-color: #fff;
  }

  .navigation {
    padding: 25px 30px;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .navigation-items {
    background-color: #fff;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .intro-header {
    height: 800px;
    margin-bottom: 0;
  }

  .intro-content.cc-homepage {
    text-align: left;
    position: static;
  }

  .our-services-grid {
    text-align: center;
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .service-icon {
    display: inline-block;
  }

  .contact-form-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .get-in-touch-form {
    text-align: left;
  }

  .our-contacts {
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .team-members {
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .team-member-title-wrap {
    margin-bottom: 30px;
  }

  .project-details-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .detail-header-image {
    height: 460px;
  }

  .blog-item {
    width: 80%;
  }

  .blog-preview-image {
    height: 460px;
  }

  .blog-summary-wrap {
    width: 100%;
  }

  .home-content-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .section-heading {
    text-align: left;
    font-size: 8vh;
    line-height: 10vh;
  }

  .about-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    margin-bottom: 0;
  }

  .about-grid.cc-about-2 {
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         ".";
  }

  .intro-text {
    width: auto;
  }

  .collection-wrap {
    flex-flow: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .blog-preview-wrap {
    text-align: center;
    width: 80%;
    padding-right: 15px;
  }

  .nav-button {
    text-align: center;
    justify-content: center;
    width: 100%;
    font-size: 16px;
  }

  .navigation-wrap-2 {
    background-color: var(--white);
  }

  .menu-button-2 {
    padding: 0;
  }

  .menu-button-2.w--open {
    background-color: #0000;
  }

  .nav-bar-item-dark {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .nav-bar-item-dark:hover {
    background-color: #f7f8f9;
  }

  .nav-bar-item-dark:active {
    background-color: #eef0f3;
  }

  .navigation-items-2 {
    background-color: #fff;
    width: 100%;
  }

  .navigation-2 {
    margin-bottom: 0;
    padding: 0 0%;
  }

  .menu-2 {
    margin-left: 30px;
    position: static;
  }

  .logo-link-2.w--current {
    flex: 1;
  }

  .menu-icon-2 {
    filter: invert();
    color: var(--black);
    text-align: right;
    font-size: 16px;
    font-weight: 400;
    display: block;
  }

  .container-2 {
    padding: 0 3em 10em;
  }

  .container-2.footer {
    padding-left: 4em;
    padding-right: 4em;
  }

  .is--white.is--69px {
    font-size: 50px;
  }

  .social-icons {
    width: 3.3em;
  }

  .span-text.footer-1 {
    font-size: 40px;
  }

  .submit-button {
    bottom: -63%;
    left: 0%;
    right: auto;
  }

  .grid_item {
    height: 100%;
    display: block;
  }

  .grid_item.footer-text {
    flex-direction: column;
    width: 70%;
    padding-top: 2em;
    padding-bottom: 2em;
    padding-left: 1.04em;
  }

  .grid_item.footer-social-mobile {
    align-items: flex-start;
    width: 30%;
    padding-top: 3em;
    padding-left: 4.04em;
  }

  .grid_item.footer-text-mobile {
    flex-direction: column;
    width: 70%;
    padding-top: 2em;
    padding-bottom: 2em;
    padding-left: 1.04em;
  }

  .grid_item.footer-social {
    align-items: flex-start;
    width: 30%;
    padding: 3em 0 2em;
  }

  .grid_item.footer-logo {
    width: 100%;
    padding-top: 5em;
    padding-bottom: 3em;
  }

  .logo-footer {
    width: 3em;
  }

  .archive-side_top-wrapper {
    padding: 10px 24px 20px;
    text-decoration: none;
    display: block;
  }

  .archive-img._01.image_v1 {
    background-image: url('../images/grau_V2.jpg');
    justify-content: flex-end;
    align-items: flex-end;
    display: flex;
  }

  .section-archive-title {
    margin-top: 0;
    font-size: 20px;
    display: block;
  }

  .gallery-side_mid-wrapper {
    padding-left: 24px;
    padding-right: 24px;
    display: block;
  }

  .archive-side-logo {
    height: 90px;
    display: block;
  }

  .archive-side_desc {
    font-size: 14px;
  }

  .home-archive-component {
    min-height: auto;
    margin-bottom: 220px;
  }

  .thomas_image {
    max-width: 100%;
  }

  .track {
    height: auto;
    margin-top: 140px;
  }

  .camera {
    width: auto;
    height: auto;
    overflow: visible;
  }

  .frame {
    flex-direction: column;
  }

  .item {
    height: 83vh;
    margin-bottom: 0;
  }

  .item.moved {
    margin-top: 220px;
  }

  .heading.gewerbeboxen {
    font-size: 25px;
    line-height: 40px;
  }

  .einfamilienhaus {
    font-size: 25px;
    font-weight: 600;
    line-height: 40px;
  }

  .heading-2 {
    margin-top: 0;
    margin-bottom: 9px;
    font-size: 0;
    font-weight: 600;
    line-height: 0;
    text-decoration: none;
  }

  .heading-3 {
    font-size: 25px;
    font-weight: 600;
    line-height: 40px;
  }

  .italic-text {
    text-align: left;
    font-size: 14px;
    line-height: 20px;
  }

  .background-video {
    display: block;
  }

  .background-video.mobile {
    display: none;
  }

  .italic-text-2 {
    font-size: 18px;
    line-height: 25px;
  }

  .body {
    margin-left: 0;
    margin-right: 0;
  }

  .cs_section {
    padding-left: 70px;
    padding-right: 70px;
  }

  .heading-4 {
    margin-top: 100px;
    font-size: 25px;
  }

  .image-2 {
    text-align: left;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .section-archive-title-smalll {
    margin-top: 0;
    font-size: 20px;
    display: block;
  }

  .archive-side_desc-small {
    font-size: 12px;
    line-height: 20px;
    text-decoration: none;
  }

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

  .list-item {
    font-size: 20px;
    line-height: 30px;
  }

  .grid-3 {
    grid-template-columns: 1fr;
    padding-left: 24px;
    padding-right: 24px;
  }

  .paragraph-2 {
    font-size: 10px;
    line-height: 14px;
  }

  .paragraph-3 {
    font-size: 12px;
    line-height: 16px;
  }

  .paragraph-4 {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
  }

  .paragraph-5, .paragraph-6 {
    font-size: 12px;
    line-height: 14px;
  }

  .paragraph-7, .paragraph-8 {
    font-size: 12px;
    line-height: 16px;
  }

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

  .portfolio-card-info {
    padding-bottom: 140px;
  }

  .portfolio-card-wrapper {
    margin-bottom: 40px;
  }

  .portfolio-wrapper {
    flex-direction: column;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    height: auto;
    display: flex;
  }

  .text-block-10 {
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-end;
    display: flex;
  }

  .heading-5 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 7vh;
    line-height: 7vh;
  }

  .column {
    padding-left: 19px;
  }

  .columns {
    margin-top: 100px;
  }

  .section-heading-copy {
    text-align: left;
    font-size: 30px;
  }

  .heading-6 {
    margin-bottom: 0;
  }

  .bold-text-3 {
    font-size: 8vh;
    line-height: 10vh;
  }

  .grid-4 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section.cc-cta {
    padding: 15px;
  }

  .section.cc-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section.cc-store-home-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .container {
    text-align: center;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .rich-text {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .paragraph-light {
    margin-top: 21px;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .heading-jumbo-small {
    text-align: left;
    padding-right: 0;
    font-size: 16px;
    line-height: 25px;
  }

  .logo-link {
    padding-left: 0;
  }

  .navigation {
    padding: 20px 30px;
  }

  .cta-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .intro-content {
    width: 80%;
  }

  .motto-wrap {
    margin-bottom: 140px;
  }

  .our-services-grid {
    grid-row-gap: 60px;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }

  .contact-form-wrap {
    padding: 30px;
  }

  .text-field.cc-contact-field, .text-field.cc-textarea {
    text-align: left;
  }

  .team-pic {
    height: 300px;
    margin-bottom: 30px;
  }

  .team-member-name {
    font-size: 16px;
    line-height: 28px;
  }

  .project-name-wrap {
    margin-bottom: 30px;
  }

  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }

  .detail-image {
    margin-bottom: 15px;
  }

  .blog-detail-header-wrap {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .blog-item {
    width: 90%;
    max-width: 470px;
  }

  .blog-summary-wrap {
    text-align: center;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .home-content-wrap {
    margin-top: 140px;
  }

  .section-heading {
    font-size: 7vh;
    line-height: 7vh;
  }

  .about-grid {
    display: block;
  }

  .menu-button-2 {
    display: none;
  }

  .navigation-items-2 {
    width: 100%;
    display: none;
  }

  .navigation-2 {
    padding: 0;
  }

  .menu-2 {
    width: 100%;
    margin-left: 0;
  }

  .logo-link-2 {
    padding-left: 0;
  }

  .logo-link-2.w--current {
    flex: 0 auto;
  }

  .menu-icon-2 {
    text-align: right;
    margin-right: 0;
  }

  .color-nav {
    justify-content: flex-start;
  }

  .social-icons {
    width: 4em;
    margin-right: 2em;
    padding-right: 0;
  }

  .span-text.footer-1 {
    font-size: 35px;
  }

  .grid_item.footer-text {
    width: 100%;
  }

  .grid_item.footer-social-mobile {
    flex-direction: column;
    padding-left: 1.04em;
  }

  .grid_item.footer-text-mobile {
    width: 100%;
  }

  .grid_item.footer-social {
    flex-direction: column;
    width: 50%;
    padding-left: 1.04em;
  }

  .grid_item.is--50.footer-2 {
    justify-content: flex-end;
    width: 100%;
  }

  .grid_item.footer-logo {
    padding-top: 9.7em;
  }

  .grid.is--final-coypright {
    padding-top: 15em;
  }

  .button-text {
    font-size: 15px;
  }

  .archive-side_left {
    width: 50%;
  }

  .archive-side_right {
    flex-wrap: nowrap;
    width: 50%;
  }

  .thomas_image {
    text-align: left;
    max-width: 80%;
  }

  .item {
    margin-bottom: 138px;
    display: flex;
  }

  .heading-2 {
    margin-bottom: 0;
    display: flex;
  }

  .background-video.mobile {
    display: none;
  }

  .italic-text-2 {
    font-size: 15px;
    line-height: 20px;
  }

  .heading-4 {
    margin-top: 60px;
    font-size: 20px;
  }

  .image-2 {
    max-width: 230px;
  }

  .list-item {
    font-size: 20px;
  }

  .bold-text-2 {
    font-size: 36px;
  }

  .grid-3 {
    padding-bottom: 0;
  }

  .paragraph-3 {
    font-size: 15px;
    line-height: 25px;
  }

  .paragraph-4 {
    font-size: 15px;
  }

  .copyright_text {
    justify-content: flex-start;
    align-items: flex-end;
    display: flex;
  }

  .column {
    padding-left: 0;
  }

  .columns {
    margin-top: 99px;
  }

  .column-2 {
    padding-top: 50px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .bold-text-3 {
    display: flex;
  }

  .grid-4 {
    grid-row-gap: 47px;
    grid-template-columns: 1fr;
  }

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

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  .container {
    max-width: none;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .paragraph-light {
    color: var(--black);
    margin-top: 50px;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .menu {
    margin-left: 15px;
  }

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

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .cta-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .intro-header {
    color: var(--white);
  }

  .status-message.cc-no-data, .contact-form-grid {
    width: 100%;
  }

  .our-contacts {
    width: 90%;
  }

  .team-members {
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .project-details-grid {
    width: 100%;
  }

  .blog-detail-header-wrap, .blog-item {
    width: 100%;
    max-width: none;
  }

  .home-content-wrap {
    margin-top: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .section-heading {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 9vh;
    line-height: 9vh;
    display: block;
  }

  .nav-button {
    text-align: center;
    letter-spacing: 0;
    text-transform: none;
    mix-blend-mode: normal;
    background-color: #fff;
    border-radius: 0;
    align-self: center;
    width: 100%;
    min-width: 100%;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    padding: 1.25em 0%;
    font-size: .9em;
    transition: border-color .2s, background-color .2s, opacity .2s, color .2s;
    display: flex;
  }

  .nav-button.w--current {
    width: 100%;
    margin-bottom: 20px;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    display: flex;
  }

  .navigation-wrap-2 {
    background-color: #fff0;
    background-image: none;
    flex-direction: row;
    flex: none;
    justify-content: space-between;
    align-self: flex-end;
    align-items: center;
    height: 100%;
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
  }

  .menu-button-2 {
    flex: none;
  }

  .menu-button-2.w--open {
    flex: none;
    display: none;
  }

  .nav-bar-item-dark {
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
  }

  .navigation-items-2 {
    background-color: var(--white);
    opacity: 1;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 0;
    display: none;
    position: static;
    top: 0;
    box-shadow: 0 10px 40px 13px #00000069;
  }

  .navigation-2 {
    z-index: 1;
    background-color: var(--white);
    box-shadow: none;
    text-align: right;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: 70px;
    margin-right: 0;
    padding: 0 0 20px;
    display: block;
    position: fixed;
    inset: 0% 0% auto;
  }

  .logo-dark {
    float: none;
    clear: none;
    width: 7em;
    padding-left: 20px;
  }

  .menu-2 {
    z-index: 10;
    filter: none;
    text-transform: lowercase;
    flex-wrap: wrap;
    width: 60px;
    height: 30px;
    margin-left: 0;
    display: flex;
    position: relative;
  }

  .logo-link-2 {
    display: block;
  }

  .logo-link-2.w--current {
    text-align: center;
    background-color: #fff0;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    display: flex;
    position: static;
  }

  .menu-icon-2 {
    filter: none;
    margin-right: 0;
  }

  .paragraph {
    font-size: 14.5px;
  }

  .social-footer-lin-mobile {
    color: #fff;
    align-items: center;
    width: 6em;
    margin-right: 3em;
    text-decoration: none;
    display: flex;
  }

  .container-2.footer {
    padding: 100px 20px 60px;
  }

  .is--white {
    font-size: 9em;
  }

  .is--white.is--69px {
    font-size: 5.4em;
  }

  .social-icons {
    width: 6em;
  }

  .text-block-6 {
    font-weight: 300;
  }

  .link-block-3 {
    display: inline-block;
  }

  .span-text.footer-2 {
    font-size: 25px;
    line-height: 35px;
  }

  .span-text.footer-1 {
    font-size: 24px;
    line-height: 30px;
  }

  .submit-button {
    width: 180px;
    bottom: -35%;
  }

  .image-footer {
    object-fit: cover;
  }

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

  .checkbox {
    width: 20px;
    height: 20px;
  }

  .text-field-2 {
    color: var(--white);
  }

  .checkbox-label {
    color: #acabab;
    padding-left: .8em;
    font-size: 10px;
    display: none;
  }

  .checkbox-label.open {
    display: block;
  }

  .checkbox-field {
    bottom: -15%;
  }

  .footer-terms {
    padding-bottom: 0;
  }

  .social {
    justify-content: flex-start;
    display: none;
  }

  .text-span-8 {
    border-bottom-width: .5px;
  }

  .line-terms {
    height: .5px;
  }

  .grid_item.footer-text {
    display: none;
  }

  .grid_item.footer-social-mobile {
    width: 100%;
    padding: 40px 0;
    display: block;
  }

  .grid_item.footer-text-mobile {
    padding-top: 5em;
    display: block;
  }

  .grid_item.footer-form {
    padding-left: 0;
    padding-right: 0;
  }

  .grid_item.footer-social {
    padding: 0 20px;
    display: none;
  }

  .grid_item.is--50.footer-2 {
    justify-content: flex-start;
    width: 100%;
    padding-top: 7em;
    padding-left: 1.04em;
  }

  .grid_item.is--50.footer-1 {
    width: 100%;
    padding-left: 0;
  }

  .grid_item.footer-logo {
    padding-top: 20px;
    padding-bottom: 7px;
    padding-left: 0;
  }

  .logo-footer {
    width: 20%;
  }

  .grid.is--final-coypright {
    padding-top: 50px;
  }

  .archive-side_top-wrapper {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .archive-side_left {
    width: 100%;
    height: 350px;
    display: block;
  }

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

  .archive-side_right {
    width: 100%;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .archive-img._01 {
    background-position: 50% 100%;
  }

  .archive-img._01.image_v2 {
    justify-content: flex-end;
    align-items: flex-end;
    display: flex;
  }

  .gallery-side_mid-wrapper {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .home-archive-component {
    flex-direction: column;
    margin-bottom: 100px;
    display: block;
  }

  .archive-side_text {
    display: block;
  }

  .thomas_image {
    width: auto;
    max-width: 100%;
  }

  .track {
    margin-top: 0;
  }

  .item {
    height: auto;
    margin-bottom: 0;
    display: block;
  }

  .item.moved {
    width: auto;
    margin-top: 0;
  }

  .heading.gewerbeboxen {
    font-size: 18px;
  }

  .background-video {
    display: block;
  }

  .background-video.desktop {
    display: none;
  }

  .background-video.mobile {
    display: block;
  }

  .cs_section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-2 {
    max-width: 200px;
  }

  .list-item {
    font-size: 25px;
    line-height: 35px;
  }

  .grid-3 {
    grid-row-gap: 16px;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-3 {
    font-size: 16px;
    line-height: 20px;
  }

  .paragraph-4 {
    color: #1a1b1f;
    font-size: 18px;
    font-weight: 300;
    line-height: 20px;
  }

  .portfolio-card-paragraph {
    font-size: 14px;
  }

  .portfolio-card-wrapper {
    height: 70vh;
    padding: 10px;
  }

  .portfolio-card-category {
    font-size: 16px;
  }

  .portfolio-card-heading {
    font-size: 25px;
  }

  .superscript {
    display: flex;
  }

  .copyright_text {
    align-items: flex-end;
    display: flex;
  }

  .columns {
    margin-top: 40px;
  }

  .column-2 {
    flex: none;
  }

  .heading-6 {
    color: #1a1b1f;
    font-size: 20px;
  }

  .text-span-17 {
    color: var(--black);
  }

  .bold-text-3 {
    text-align: left;
    font-size: 9vh;
    line-height: 9vh;
    display: block;
  }

  .bold-text-3.bold-text-2 {
    color: var(--grey);
    font-size: 60px;
    line-height: 16vh;
  }

  .grid-4 {
    grid-template-columns: .75fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    margin-top: 100px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .div-block-15 {
    justify-content: flex-end;
    margin-left: 0;
  }

  .div-block-16 {
    justify-content: flex-end;
    width: 100%;
    display: flex;
  }

  .link {
    margin-top: 0;
    margin-bottom: -5px;
    padding-bottom: 0;
  }

  .text-block-11 {
    color: var(--white);
    font-size: 14px;
  }

  .text-block-12 {
    color: var(--white);
  }

  .link-2 {
    color: var(--white);
    font-family: Montserrat, sans-serif;
    font-weight: 300;
  }
}

#w-node-c07fbc24-e13f-836d-20fa-5749239855d3-5636438c, #w-node-_8d3d8700-6413-f91a-5795-1b77dc974d25-5636438c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2c612549-8e12-c6ad-09a5-ed8409ac7345-5636438c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2c612549-8e12-c6ad-09a5-ed8409ac732c-5636438c, #w-node-_2c612549-8e12-c6ad-09a5-ed8409ac7346-5636438c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_74a3222c-1bcc-5114-78c0-755fc8124a45-c8124a31 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d999df1c-05b3-e266-bff0-325bd6aa3bf3-3236439f {
  grid-area: span 4 / span 1 / span 4 / span 1;
}

#w-node-d999df1c-05b3-e266-bff0-325bd6aa3bfd-3236439f {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-d999df1c-05b3-e266-bff0-325bd6aa3c07-3236439f {
  grid-area: span 6 / span 1 / span 6 / span 1;
}

#w-node-d999df1c-05b3-e266-bff0-325bd6aa3c11-3236439f, #w-node-d999df1c-05b3-e266-bff0-325bd6aa3c1b-3236439f, #w-node-_2d2ab8bf-b7b6-de8d-beb2-c1bc3c23a013-3236439f, #w-node-d999df1c-05b3-e266-bff0-325bd6aa3c25-3236439f {
  grid-area: span 4 / span 1 / span 4 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_2c612549-8e12-c6ad-09a5-ed8409ac7345-5636438c {
    grid-area: 1 / 2 / 2 / 3;
    align-self: start;
  }

  #w-node-_2c612549-8e12-c6ad-09a5-ed8409ac732c-5636438c {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_2c612549-8e12-c6ad-09a5-ed8409ac7346-5636438c {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-cef7092f-e23c-7ea1-2e73-7d3615e38d95-5636438c, #w-node-_7cc5e3e0-a613-1549-3060-fc748dfda555-5636438c, #w-node-_7a6c9e89-aceb-1a1c-d7e5-14c464d9fb7c-5636438c, #w-node-_7a6c9e89-aceb-1a1c-d7e5-14c464d9fb7f-5636438c, #w-node-_80a54869-73c4-55c1-a3ee-fb89f29de609-5636438c, #w-node-_80a54869-73c4-55c1-a3ee-fb89f29de60c-5636438c, #w-node-_307739ec-d7b8-9686-209a-5a97184f0a6a-5636438c, #w-node-_307739ec-d7b8-9686-209a-5a97184f0a6d-5636438c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c07fbc24-e13f-836d-20fa-5749239855d3-5636438c {
    place-self: auto;
  }

  #w-node-e3fc633d-6e8b-3e01-0d33-59d9e066dd60-5636438c, #w-node-c5027eab-8fce-76a1-77c8-4c24b94ffa79-5636438c, #w-node-_7a6c9e89-aceb-1a1c-d7e5-14c464d9fb7d-5636438c, #w-node-_80a54869-73c4-55c1-a3ee-fb89f29de60a-5636438c, #w-node-_307739ec-d7b8-9686-209a-5a97184f0a6b-5636438c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_74a3222c-1bcc-5114-78c0-755fc8124a3d-c8124a31, #w-node-_74a3222c-1bcc-5114-78c0-755fc8124a3f-c8124a31, #w-node-_74a3222c-1bcc-5114-78c0-755fc8124a41-c8124a31, #w-node-_74a3222c-1bcc-5114-78c0-755fc8124a43-c8124a31 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


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