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

.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: #1a1b1f;
  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;
  padding-left: 40px;
}

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

.section {
  color: #0000;
  width: auto;
  max-width: 100%;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding-top: 140px;
  padding-bottom: 40px;
  position: static;
  overflow: visible;
}

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

.section.cc-home-wrap {
  background-image: url('../images/backgr3.png');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  flex: 1;
  width: auto;
  height: auto;
  padding-top: 100px;
  padding-bottom: 0;
  display: block;
  position: static;
}

.section.cc-store-home-wrap {
  background-image: url('../images/backgr3.png');
  background-size: cover;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: static;
}

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

.container {
  color: var(--white);
  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 {
  opacity: .6;
}

.paragraph-bigger.cc-bigger-white-light {
  opacity: .6;
  text-align: center;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  display: flex;
}

.button {
  border: 1px solid var(--white);
  opacity: .6;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  object-fit: fill;
  background-color: #fff3;
  border-radius: 4px;
  flex-direction: row;
  flex: 0 auto;
  order: 1;
  justify-content: flex-start;
  align-self: auto;
  align-items: stretch;
  padding: 10px 20px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
  display: flex;
  position: static;
  overflow: visible;
}

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

.button:active {
  background-color: #0009;
}

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

.button.cc-jumbo-button.cc-jumbo-white {
  color: #000;
  background-color: #ffffffb8;
  border-radius: 4px;
  flex-flow: wrap;
  padding: 10px 20px;
  display: flex;
}

.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;
  text-align: center;
  font-size: 16px;
}

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

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

.heading-jumbo.cc-white-heading-jumbo {
  color: #fff;
}

.heading-jumbo-small {
  color: var(--white);
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  padding-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 50px;
}

.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;
  padding-top: 20px;
  display: flex;
  position: relative;
}

.navigation {
  background-color: #0000;
  background-image: linear-gradient(to bottom, var(--black) 48%, transparent);
  align-items: center;
  width: 100%;
  padding: 0 0 30px;
  display: flex;
  position: fixed;
}

.navigation-item {
  background-color: var(--black);
  opacity: .6;
  color: var(--white);
  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: 1;
  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;
  text-align: center;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: 450px;
  margin-bottom: 0;
  padding-top: 74px;
  display: flex;
  position: relative;
}

.intro-header.cc-subpage {
  color: #fff;
  background-color: #0000;
  background-image: url('../images/Holz_background.png');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  height: 480px;
  padding-top: 0;
  display: block;
}

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

.intro-content.cc-homepage {
  text-align: center;
  flex-flow: column wrap;
  flex: 0 auto;
  align-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.motto-wrap {
  text-align: center;
  width: 80%;
  margin-bottom: 85px;
  margin-left: auto;
  margin-right: auto;
}

.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: #fff9;
}

.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: 20px 50px 50px;
}

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

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

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

.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 {
  color: var(--white);
  background-color: #ffffff0d;
  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;
  color: var(--white);
  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 {
  margin-top: 80px;
}

.home-section-wrap {
  color: var(--white);
  margin-bottom: 30px;
}

.section-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
  line-height: 50px;
}

.about-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: center;
  width: 100%;
}

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

.intro-text {
  width: auto;
  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 {
  color: var(--white);
  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;
}

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

.div-block {
  text-align: left;
  display: flex;
  position: relative;
}

.heading {
  opacity: 1;
  text-align: center;
  display: block;
  transform: translate(0);
}

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

.body-2 {
  background-color: var(--black);
  background-image: url('../images/backgr3.png');
  background-position: 0 0;
  background-size: auto;
}

.image, .image-2 {
  width: 70%;
}

.div-block-2, .div-block-3 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-block-2 {
  color: var(--white);
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
}

.sticky-nav {
  z-index: 1;
  background-color: #0000;
  flex: 1;
  padding: 0 0 20px;
  position: sticky;
  top: 0;
}

.nav-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content max-content max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0;
  display: grid;
}

.nav-logo-link {
  height: 60px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: block;
}

.nav-logo {
  object-fit: contain;
  object-position: 0% 50%;
  width: auto;
  height: 100%;
}

.nav-link {
  color: var(--white);
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
  text-decoration: none;
  display: block;
}

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

.sticky-nav-2 {
  z-index: 1;
  background-color: #0000;
  padding: 0 20px 20px;
  position: sticky;
  top: 0;
}

.nav-grid-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content max-content max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0;
  display: grid;
}

.nav-logo-2 {
  object-fit: contain;
  object-position: 0% 50%;
  width: auto;
  height: 100%;
}

.nav-link-2 {
  color: #444;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
  text-decoration: none;
  display: block;
}

.nav-link-2:hover {
  text-decoration: underline;
}

.navbar {
  background-color: #0000;
}

.navbar-2 {
  background-color: #0000;
  background-image: linear-gradient(#000 65%, #0000);
  width: 100%;
  padding-top: 20px;
  padding-bottom: 30px;
  position: fixed;
}

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

.nav-link-3.w--current {
  text-decoration: none;
}

.nav-link-4, .nav-link-5 {
  color: var(--white);
}

.navbar-3 {
  background-color: #0000;
  background-image: linear-gradient(#000 48%, #0000);
  width: 100%;
  height: 150px;
  padding-top: 20px;
  position: fixed;
}

.nav-link-6, .nav-link-6.w--current, .nav-link-7, .nav-link-7.w--current, .nav-link-8, .nav-link-8.w--current {
  color: var(--white);
}

.image-4 {
  line-height: 20px;
}

.section-2 {
  background-image: url('../images/Holz_background.png');
  background-position: 0 0;
  background-size: auto;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.section-3 {
  background-image: url('../images/Holz_background.png');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 100%;
}

.body-3 {
  background-color: var(--black);
  display: block;
}

.image-5 {
  background-image: url('../images/Holz_background.png');
  background-position: 0 0;
  background-size: auto;
}

.section-4 {
  background-image: url('../images/Holz_background.png');
  background-position: 0 0;
  background-size: cover;
  background-attachment: scroll;
  flex-direction: row;
  margin-bottom: 60px;
  display: flex;
}

.div-block-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  flex: 1;
  grid-template: ". Area"
                 ". Area"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-items: flex-start;
  width: auto;
  padding-left: 0;
  display: grid;
}

.section-5 {
  margin-top: 220px;
}

.heading-3 {
  color: var(--white);
  justify-content: center;
  align-items: center;
  font-size: 24px;
  display: flex;
}

.paragraph {
  color: var(--white);
  font-weight: 300;
}

.call-to-action {
  padding-top: 220px;
  padding-bottom: 100px;
}

.centered-container {
  color: var(--white);
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 100px;
  display: flex;
}

.paragraph-2 {
  color: #fff9;
  font-weight: 300;
}

.heading-4 {
  font-size: 25px;
  line-height: 35px;
}

.hero {
  align-items: center;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
}

.technik-1 {
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-bottom: 40px;
  display: flex;
}

.hero-image-mask {
  width: 100%;
  margin-left: 0;
  margin-right: 40px;
}

.hero-image {
  object-fit: contain;
  object-position: 50% 50%;
  border-radius: 0;
  flex: 0 .5 auto;
}

.div-block-5 {
  color: #fff9;
  width: 80%;
}

.heading-5 {
  color: var(--white);
  font-size: 25px;
  line-height: 35px;
}

.paragraph-3 {
  font-weight: 300;
}

.feature-section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.feature-image-2-mask {
  flex: 0 auto;
  justify-content: flex-end;
  width: 100%;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
}

.feature-image {
  object-fit: contain;
  object-position: 50% 50%;
  border-radius: 0;
  flex: 0 auto;
  width: 100%;
  height: 100%;
  margin-left: 0;
  display: block;
}

.div-block-6 {
  color: var(--white);
  width: 80%;
}

.paragraph-4 {
  color: #fff9;
  font-weight: 300;
}

.heading-6 {
  color: var(--white);
  font-size: 25px;
  line-height: 35px;
}

.section-6 {
  flex: 1;
  display: block;
  position: static;
}

.body-4 {
  flex-wrap: nowrap;
  justify-content: space-around;
  display: flex;
  overflow: visible;
}

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

.div-block-8 {
  border: 1px solid var(--white);
  border-radius: 2px;
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 80%;
  height: 600px;
  padding-left: 20px;
  padding-right: 75px;
  display: flex;
}

.section-7 {
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.text-block-3 {
  flex-flow: wrap;
  place-content: center;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.cards-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.centered-container-2 {
  text-align: center;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.cards-grid-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 30%;
  display: grid;
}

.cards-image-mask {
  border-radius: 0%;
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.cards-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.footer {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-right: 0;
  padding: 20px 20px 40px;
  display: flex;
}

.footer-flex-container {
  text-align: left;
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
}

.footer-logo-link {
  flex: 0 auto;
  min-width: 60px;
  max-height: 60px;
}

.footer-image {
  text-align: left;
  object-fit: contain;
  object-position: 0% 50%;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: block;
}

.footer-heading {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link {
  color: #444;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

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

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

.container-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-6 {
  width: 60px;
  margin-right: 0;
  padding-right: 0;
}

.image-7 {
  width: 60px;
}

.link-block {
  margin-right: 20px;
}

.text-block-5 {
  color: var(--white);
  padding-left: 0;
  font-size: 12px;
}

.div-block-9 {
  padding-top: 20px;
  padding-left: 0;
}

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

.lottie-animation, .lottie-animation-2, .lottie-animation-3, .lottie-animation-4 {
  width: 80px;
}

.link-block-2 {
  margin-bottom: 20px;
}

.image-8 {
  width: 150px;
  margin-bottom: 20px;
}

.html-embed {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 100%;
  display: flex;
}

.heading-7 {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.div-block-10 {
  flex-direction: column;
  width: auto;
  height: auto;
  display: flex;
  overflow: scroll;
}

.section-8 {
  background-image: url('../images/backgr3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-bottom: 0;
}

.container-5 {
  display: flex;
}

.container-6 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 140px;
  padding-bottom: 40px;
  display: flex;
}

.container-7 {
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  padding-bottom: 40px;
  display: flex;
}

.image-9 {
  float: none;
  clear: none;
  text-align: center;
  display: inline-block;
  position: static;
  inset: 0% auto 0% 0%;
}

.centered-container2 {
  color: var(--white);
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: block;
}

.project-image {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.text-block-7 {
  margin-bottom: 70px;
}

.page-header {
  opacity: .76;
  color: #af915d;
  flex: none;
  margin-top: 1.8rem;
  margin-bottom: 1.8rem;
  font-size: 12vw;
  font-weight: 400;
  line-height: 1em;
}

.page-header.portfolio {
  color: #fff;
  margin-top: 1.2rem;
}

.portfolio-subtitle {
  color: #12151a;
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: .8rem;
}

.gallery-list {
  flex-wrap: wrap;
  justify-content: space-around;
  display: flex;
}

.card-link-text {
  font-size: 30px;
  font-weight: 800;
}

.project-card-info {
  z-index: 10;
  flex-direction: column;
  justify-content: space-between;
  padding: 68px 24px;
  display: flex;
  position: relative;
}

.project-card-info.border {
  justify-content: center;
  align-items: center;
  padding: 1.8rem;
}

.hover-link-wrapper {
  z-index: 100;
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: 148px;
  height: 148px;
  padding: 24px;
  display: flex;
  position: absolute;
  inset: auto 0 5vw auto;
}

.hover-link-wrapper.project-view-link {
  position: relative;
  bottom: auto;
  right: auto;
}

.hover-link-wrapper.project-view-link.top {
  position: absolute;
}

.copy-me {
  background-color: #12151a;
  flex-flow: column wrap;
  place-content: center;
  align-items: center;
  width: 100vw;
  min-height: 30vh;
  padding: 7.1rem 3% 4%;
  display: flex;
  overflow: hidden;
}

.hover-link {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #fff0;
  border: 3px solid #f3f6fc;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 11px;
  text-decoration: none;
  display: flex;
}

.project-hover-link-wrapper {
  z-index: 2;
  order: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.gallery-list-wrapper {
  width: 100%;
  max-width: 1200px;
}

.project-item {
  grid-column-gap: 18px;
  grid-row-gap: 24px;
  color: #fff;
  flex-direction: column;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  width: 20vw;
  height: 15vw;
  min-height: 300px;
  max-height: 465px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.background-image {
  z-index: 1;
  object-fit: cover;
  object-position: 50% 50%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.background-image.hide {
  display: none;
}

.gallery-item {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: .6rem;
  display: flex;
}

.text-block-8 {
  margin-bottom: 70px;
}

.gallery-hero-section {
  background-color: #12151a;
  flex-flow: column wrap;
  place-content: center;
  align-items: center;
  width: 100vw;
  min-height: 30vh;
  padding: 7.1rem 3% 4%;
  display: flex;
  overflow: hidden;
}

.img-txt1 {
  text-align: left;
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(#00000080, #00000080);
  background-clip: border-box;
  margin-top: 230px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 12px;
  font-weight: 600;
}

@media screen and (min-width: 1440px) {
  .gallery-list-wrapper {
    max-width: 1400px;
  }
}

@media screen and (max-width: 991px) {
  .divider {
    justify-content: center;
    align-items: center;
    width: 80%;
    padding-left: 0;
    display: flex;
  }

  .section {
    padding-top: 140px;
  }

  .section.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

  .section.cc-home-wrap {
    background-image: url('../images/Holz_background.png');
    background-position: 0 0;
    background-size: cover;
    background-attachment: fixed;
    padding-top: 40px;
  }

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

  .container {
    background-color: #0000;
    padding-bottom: 40px;
  }

  .button {
    justify-content: center;
    align-items: center;
  }

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

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

  .heading-jumbo-small {
    margin-top: 0;
  }

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

  .menu-icon {
    display: block;
  }

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

  .navigation-wrap {
    background-color: var(--black);
    background-image: linear-gradient(#000, #0000);
  }

  .navigation {
    padding: 0;
  }

  .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.cc-subpage {
    background-color: #0000;
    padding-top: 0;
  }

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

  .section-heading-wrap {
    margin-top: 0;
  }

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

  .contact-form-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .details-wrap {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .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: 20px;
    padding-right: 20px;
  }

  .about-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    justify-content: center;
    justify-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .body-2 {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto;
    background-attachment: fixed;
  }

  .div-block-3 {
    align-items: center;
  }

  .sticky-nav {
    background-color: #0000;
    align-self: flex-start;
    padding-top: 0;
    position: sticky;
  }

  .nav-grid {
    padding-top: 20px;
  }

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

  .nav-link-3, .nav-link-4, .nav-link-5 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .menu-button-2.w--open {
    background-color: var(--black);
  }

  .nav-menu {
    background-color: var(--black);
    text-align: center;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
    position: fixed;
    inset: 0% auto auto 0%;
  }

  .heading-2 {
    margin-top: 0;
  }

  .nav-link-6, .nav-link-7, .nav-link-8 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .nav-menu-2 {
    background-color: var(--black);
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .call-to-action {
    padding-top: 180px;
  }

  .centered-container {
    padding-top: 200px;
  }

  .hero {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 100px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .feature-section {
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .cards-grid-container {
    grid-column-gap: 20px;
  }

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

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

  .centered-container2 {
    padding-top: 200px;
  }

  .page-header {
    margin-top: 4rem;
    margin-bottom: 1.5rem;
    font-size: 16vw;
  }

  .card-link-text {
    display: none;
  }

  .hover-link-wrapper.project-view-link.top {
    width: 100%;
    height: 100%;
  }

  .copy-me {
    align-items: center;
    min-height: 100%;
    padding-bottom: 5%;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
  }

  .hover-link {
    border-style: none;
    border-radius: 0%;
  }

  .project-item {
    min-height: 375px;
    max-height: 550px;
  }

  .gallery-hero-section {
    align-items: center;
    min-height: 100%;
    padding-bottom: 5%;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
  }
}

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

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

  .section.cc-home-wrap {
    margin-left: 0;
    margin-right: 0;
    padding-top: 100px;
  }

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

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

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

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

  .menu-icon:hover {
    background-color: #0000;
  }

  .navigation {
    padding: 20px 30px;
  }

  .navigation-item {
    background-color: var(--black);
    opacity: 1;
  }

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

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

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

  .intro-header {
    height: 520px;
  }

  .intro-content {
    width: 80%;
  }

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

  .sticky-nav {
    position: relative;
  }

  .nav-grid {
    text-align: center;
  }

  .sticky-nav-2 {
    position: relative;
  }

  .nav-grid-2 {
    text-align: center;
  }

  .container-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-4 {
    margin-bottom: 100px;
  }

  .call-to-action {
    padding: 160px 20px 40px;
  }

  .centered-container {
    padding-top: 180px;
  }

  .hero {
    margin-left: 0;
    margin-right: 0;
    padding: 40px 20px 60px;
  }

  .technik-1 {
    flex-direction: column;
  }

  .hero-image-mask {
    order: -1;
    margin-left: 0;
    margin-right: 0;
  }

  .feature-section {
    padding: 40px 20px 60px;
  }

  .feature-image-2-mask {
    order: -1;
    margin-right: 0;
  }

  .feature-image {
    margin-left: auto;
    margin-right: auto;
  }

  .cards-section {
    padding: 40px 20px;
  }

  .cards-grid-container {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    align-self: stretch;
    max-width: none;
  }

  .footer {
    padding: 40px 20px;
  }

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

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

  .centered-container2 {
    padding-top: 180px;
  }

  .page-header {
    margin-top: 4.8rem;
    margin-bottom: 1.7rem;
    font-size: 16vw;
  }

  .gallery-list {
    flex-wrap: wrap;
  }

  .hover-link-wrapper {
    display: none;
  }

  .hover-link-wrapper.project-view-link {
    display: flex;
  }

  .copy-me {
    padding-left: 0%;
    padding-right: 0%;
  }

  .project-item {
    width: 100%;
    height: auto;
  }

  .gallery-item {
    width: 95vw;
  }

  .gallery-item:nth-child(odd) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .gallery-hero-section {
    padding-left: 0%;
    padding-right: 0%;
  }
}

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

  .divider {
    flex-wrap: nowrap;
    place-content: stretch center;
    align-items: center;
    width: 80%;
    padding-left: 0;
    display: block;
  }

  .section {
    background-image: url('../images/Holz_background.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: auto;
    padding-bottom: 0;
  }

  .section.cc-home-wrap {
    flex: 1;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container {
    flex-direction: column;
    align-items: center;
    padding-bottom: 0;
    display: flex;
  }

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

  .paragraph-light {
    color: #fff;
    font-weight: 400;
  }

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

  .menu {
    margin-left: 15px;
  }

  .navigation-wrap {
    flex-flow: column wrap;
    flex: 0 auto;
    place-content: flex-start;
    align-self: auto;
    align-items: flex-start;
    display: block;
    position: static;
  }

  .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 {
    height: 400px;
    padding-top: 100px;
  }

  .intro-header.cc-subpage {
    margin-top: 60px;
  }

  .intro-content.cc-homepage {
    margin-bottom: 0;
  }

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

  .status-message.cc-no-data {
    width: 100%;
  }

  .contact-form-wrap {
    margin-top: 60px;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 20px;
  }

  .contact-form-grid {
    width: 100%;
    padding-top: 0;
  }

  .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, .about-grid.cc-about-2 {
    margin-bottom: 0;
  }

  .body-2 {
    background-image: none;
  }

  .sticky-nav {
    flex-direction: column;
    flex: 0 auto;
    padding: 0;
    display: flex;
  }

  .nav-grid {
    grid-template-rows: 100px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    list-style-type: none;
    display: flex;
  }

  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }

  .nav-logo {
    position: static;
  }

  .nav-link {
    border-top: 1px solid #c4c4c4;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .sticky-nav-2 {
    padding: 0;
  }

  .nav-grid-2 {
    grid-template-rows: 100px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    list-style-type: none;
    display: block;
  }

  .nav-link-2 {
    border-top: 1px solid #c4c4c4;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar-2 {
    justify-content: space-between;
    align-items: center;
    padding-left: 10px;
    display: block;
  }

  .nav-link-3 {
    background-color: var(--black);
    text-align: center;
  }

  .nav-link-3:active {
    color: #fff9;
  }

  .nav-link-4, .nav-link-5 {
    background-color: var(--black);
    text-align: center;
  }

  .container-2 {
    flex-wrap: wrap;
    justify-content: flex-end;
    display: block;
  }

  .menu-button-2 {
    flex-wrap: wrap;
    justify-content: flex-end;
    display: flex;
  }

  .menu-button-2.w--open {
    background-color: var(--black);
  }

  .image-3 {
    text-align: left;
  }

  .navbar-3 {
    object-fit: fill;
    background-color: #0000;
    flex: none;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    position: fixed;
    overflow: visible;
  }

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

  .nav-link-6 {
    background-color: var(--black);
    color: var(--white);
    text-align: center;
    flex: 1;
    justify-content: center;
    align-items: center;
    width: auto;
    display: block;
    position: relative;
    overflow: auto;
  }

  .menu-button-3 {
    background-color: #0000;
    position: relative;
    inset: 0% 0% auto;
  }

  .menu-button-3.w--open {
    background-color: #0000;
    display: block;
    position: static;
  }

  .nav-link-7, .nav-link-8 {
    background-color: var(--black);
    color: var(--white);
    text-align: center;
  }

  .nav-menu-2 {
    z-index: 1000;
    object-fit: none;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 60px;
    display: block;
    position: relative;
    inset: 0%;
    overflow: visible;
  }

  .container-3 {
    background-color: var(--black);
    object-fit: cover;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
    display: block;
    position: relative;
    overflow: visible;
  }

  .body-3 {
    background-image: url('../images/Holz_background.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    flex-flow: column wrap;
    display: flex;
  }

  .section-4 {
    flex-wrap: wrap;
    margin-bottom: 140px;
    position: sticky;
  }

  .call-to-action {
    padding-top: 100px;
  }

  .centered-container {
    text-align: left;
    justify-content: flex-start;
    margin-top: 0;
    padding-top: 180px;
  }

  .paragraph-2, .heading-4 {
    text-align: center;
  }

  .hero {
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 60px;
    display: flex;
  }

  .technik-1 {
    flex-direction: column;
    margin-bottom: 0;
  }

  .hero-image {
    object-fit: contain;
    object-position: 50% 50%;
    border-radius: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    overflow: visible;
  }

  .div-block-5 {
    text-align: center;
  }

  .heading-5 {
    line-height: 35px;
  }

  .feature-section {
    padding-bottom: 60px;
  }

  .feature-image-2-mask {
    order: -1;
    margin-left: 0;
  }

  .feature-image {
    border-radius: 0;
    flex: 0 auto;
  }

  .div-block-6 {
    text-align: center;
  }

  .heading-6 {
    line-height: 35px;
  }

  .section-7 {
    margin-top: 100px;
  }

  .centered-container-2 {
    text-align: left;
  }

  .cards-grid-container {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer {
    text-align: left;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    position: static;
    overflow: auto;
  }

  .footer-flex-container {
    flex-direction: column;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .container-4 {
    flex-direction: row;
  }

  .image-6, .image-7 {
    width: 40px;
  }

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

  .div-block-9 {
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 50%;
    margin-bottom: 20px;
    display: flex;
  }

  .section-8 {
    flex: none;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
    position: static;
  }

  .container-7 {
    flex-direction: column;
    margin-bottom: 60px;
    padding-bottom: 40px;
  }

  .brand {
    position: static;
  }

  .centered-container2 {
    text-align: left;
    justify-content: flex-start;
    margin-top: 0;
    padding-top: 180px;
  }

  .page-header {
    text-align: center;
    width: 100%;
    font-size: 60px;
  }

  .page-header.portfolio {
    margin-top: .3rem;
  }

  .project-card-info {
    padding: 18px 12px;
  }

  .copy-me, .gallery-hero-section {
    padding: 4.8rem 0% 4%;
  }
}

#w-node-_86e64837-0616-515b-4568-76c147234d34-3faf2a64 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: auto;
}

#w-node-_86e64837-0616-515b-4568-76c147234d3f-3faf2a64 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: end;
}

#w-node-_86e64837-0616-515b-4568-76c147234d41-3faf2a64 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_86e64837-0616-515b-4568-76c147234d4c-3faf2a64, #w-node-_3f61509a-fac7-b0d5-3763-509be705858e-12af2a6a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3f61509a-fac7-b0d5-3763-509be70585a6-12af2a6a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c62adf91-8ddf-4049-ed39-e335bc8d733a-1eaf2a6f {
  align-self: stretch;
}

@media screen and (max-width: 991px) {
  #w-node-_86e64837-0616-515b-4568-76c147234d34-3faf2a64 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d3f-3faf2a64 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: center;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d41-3faf2a64 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: auto;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d4c-3faf2a64 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_3f61509a-fac7-b0d5-3763-509be705858e-12af2a6a {
    place-self: center;
  }

  #w-node-_3f61509a-fac7-b0d5-3763-509be70585a6-12af2a6a {
    grid-area: 2 / 1 / 3 / 2;
  }
}


