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

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

.title {
  height: auto;
  background-color: rgba(255, 255, 255, 0);
  display: block;
}

.quick-stack {
  height: 100vh;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0;
}

.background {
  background-image: url('../images/modern-town-house-with-terrace-bushes.jpg');
  background-position: 40% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 4px #000;
  border-radius: 0;
  margin-top: 0;
  margin-right: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.overlay {
  z-index: 6;
  background-color: rgba(4, 6, 10, .5);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.overlay.light {
  overflow-wrap: normal;
  background-color: rgba(0, 0, 0, 0);
  margin-left: 0;
  margin-right: auto;
  display: block;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.grid {
  height: 100vh;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.image {
  height: auto;
  position: static;
}

.title-image {
  background-image: url('../images/modern-town-house-with-terrace-bushes.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.title-text {
  height: 100vh;
  max-width: none;
  flex-direction: column;
  justify-content: space-around;
  padding-left: 100px;
  padding-right: 10px;
  display: flex;
}

.heading {
  color: #fff;
  letter-spacing: -1px;
  font-family: Inter, sans-serif;
  font-size: 4vw;
  font-weight: 600;
  line-height: 4vw;
}

.text-block {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 1.5vw;
  font-weight: 400;
  line-height: 2vw;
}

.image-2 {
  height: 10vh;
  max-width: none;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  padding-top: 0;
  display: block;
  position: relative;
  top: auto;
  bottom: 100px;
  left: auto;
  right: auto;
}

.image-3 {
  max-width: 30vh;
  padding-top: 0;
}

.about-me {
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.body {
  max-height: none;
  background-color: #1ace62;
}

.about-me-hero {
  max-width: 80%;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.text-block-2 {
  color: #fff;
  text-align: center;
  padding-top: 60px;
  font-family: Inter, sans-serif;
  font-size: 4vw;
  font-weight: 500;
  line-height: 4vw;
}

.heading-2 {
  color: #fff;
  letter-spacing: 4px;
  font-family: Montserrat, sans-serif;
  font-size: 2vw;
  font-weight: 500;
}

.produkte-einzeln {
  grid-template-rows: auto;
  justify-content: stretch;
  justify-items: end;
  padding-bottom: 220px;
}

.heading-3 {
  color: #fff;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 45px;
  line-height: 50px;
}

.flex-block {
  max-width: 70%;
}

.text-block-3 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 25px;
}

.heading-4 {
  color: #fff;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.shadow-two {
  max-height: 100%;
  max-width: 110%;
  margin-top: -89px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.shadow-two-2, .shadow-two-3, .shadow-two-4, .shadow-two-5 {
  max-width: 110%;
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

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

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

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

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

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

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

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

.section-2 {
  height: 100vh;
  background-color: #fff;
}

.text-field-2 {
  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-2:hover {
  border-color: #e3e6eb;
}

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

.text-field-2::-ms-input-placeholder {
  color: rgba(50, 52, 58, .4);
}

.text-field-2::placeholder {
  color: rgba(50, 52, 58, .4);
}

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

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

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

.contact-form-wrap {
  border: 0 #eee;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 40px;
  padding: 45px 50px 50px;
  display: block;
}

.paragraph-light {
  opacity: .6;
  color: #000;
  font-family: Inter, sans-serif;
}

.contact-heading {
  color: #1ace62;
  -webkit-text-stroke-color: #1ace62;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Inter, sans-serif;
  font-size: 32px;
  font-weight: 600;
}

.field-label, .field-label-2, .field-label-3 {
  font-family: Inter, sans-serif;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-subscribe {
  height: 20vh;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
  display: flex;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footer-legal-link {
  color: #fff;
  justify-content: flex-end;
  margin-left: 24px;
  font-family: Inter, sans-serif;
  text-decoration: none;
  display: block;
}

.footer-legal-link:hover {
  color: #fff;
  text-decoration: underline;
}

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

.text-block-4 {
  color: #fff;
  flex-direction: row;
  align-items: flex-start;
  margin-left: 450px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  display: flex;
}

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

.footer-social-link-three {
  margin-left: 32px;
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  display: flex;
}

.footer-wrapper-three {
  justify-content: flex-end;
  align-items: center;
  margin-top: -20px;
  padding-top: 0;
  display: flex;
}

.footer-copyright {
  color: #fff;
  padding-right: 0;
  font-family: Inter, sans-serif;
}

.image-4 {
  max-width: 500px;
  object-fit: cover;
  padding-top: 60px;
}

.image-5, .image-6 {
  max-width: 500px;
  padding-top: 60px;
}

.image-7 {
  max-width: 560px;
  padding-top: 60px;
}

.image-8, .image-9, .image-10, .image-11, .image-12 {
  max-width: 500px;
  padding-top: 60px;
}

.preloader {
  z-index: 5000;
  background-color: #1ace62;
  border-bottom: 1px rgba(239, 249, 252, .1);
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.preloader-center {
  z-index: 50;
  position: relative;
}

.image-13 {
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: relative;
}

.text-block-5 {
  color: #fff;
  align-self: center;
  font-family: Inter, sans-serif;
}

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

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

.heading-5 {
  color: #fff;
  margin-top: 60px;
  font-family: Inter, sans-serif;
}

.text-block-6 {
  color: #fff;
  font-family: Inter, sans-serif;
}

.link-block {
  width: 200px;
}

.link-block.w--current {
  width: 30vh;
  max-width: 30vh;
  margin-top: 60px;
}

.heading-6 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 30px;
  font-weight: 600;
}

.heading-7, .heading-8, .heading-9, .heading-10, .heading-11 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.text-block-7 {
  color: #fff;
  font-family: Inter, sans-serif;
}

.text-block-8 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.text-block-9, .text-block-10, .text-block-11 {
  color: #fff;
  font-family: Inter, sans-serif;
}

.link, .link-2 {
  color: #fff;
}

.heading-12 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-weight: 700;
}

.flex-block-2 {
  padding-left: 20px;
}

.text-block-12 {
  font-family: Inter, sans-serif;
}

@media screen and (min-width: 1440px) {
  .preloader {
    background-color: #1ace62;
  }
}

@media screen and (max-width: 991px) {
  .title-image {
    background-position: 50%;
  }

  .title-text {
    padding-left: 40px;
    padding-right: 10px;
  }

  .heading {
    font-size: 6vw;
    line-height: 7vw;
  }

  .text-block {
    font-size: 3vw;
    line-height: 4vw;
  }

  .image-2 {
    margin: 0 auto 350px;
    display: block;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .produkte-einzeln {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .flex-block {
    max-width: 500px;
  }

  .button-2 {
    justify-content: center;
  }

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

  .container-2 {
    max-width: 728px;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

  .footer-wrapper-three {
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
  }

  .image-7 {
    max-width: 500px;
  }

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

@media screen and (max-width: 767px) {
  .text-field-2.cc-contact-field, .text-field-2.cc-textarea {
    text-align: left;
  }

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

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

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

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }
}

@media screen and (max-width: 479px) {
  .grid {
    flex-direction: column;
    display: flex;
  }

  .title-image {
    height: 50vh;
  }

  .title-text {
    height: 50vh;
    padding-left: 20px;
  }

  .heading {
    padding-right: 48px;
    font-size: 10vw;
    line-height: 10vw;
  }

  .text-block {
    padding-right: 95px;
    font-size: 4vw;
  }

  .image-2 {
    margin-top: 0;
    margin-bottom: 68px;
    position: static;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .image-3 {
    max-width: 10vh;
    align-self: center;
  }

  .text-block-2 {
    max-width: 100%;
    text-align: center;
    font-size: 8vw;
    line-height: 9vw;
  }

  .heading-2 {
    font-size: 3vw;
  }

  .produkte-einzeln {
    align-items: stretch;
    padding-bottom: 100px;
    padding-left: 0;
  }

  .heading-3 {
    max-width: 80%;
    font-size: 5vh;
    line-height: 4vh;
  }

  .flex-block {
    align-items: flex-start;
    padding-left: 30px;
    padding-right: 20px;
  }

  .text-block-3 {
    max-width: 80vw;
    padding-left: 0;
    font-size: 18px;
    line-height: 20px;
  }

  .heading-4 {
    font-size: 12px;
  }

  .shadow-two {
    max-width: 100%;
  }

  .section-2 {
    height: 100%;
  }

  .footer-legal-link {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
  }

  .footer-bottom {
    flex-flow: wrap;
    align-content: space-between;
    justify-content: center;
    align-items: center;
    padding-top: 12px;
    padding-bottom: 0;
  }

  .text-block-4 {
    align-self: flex-start;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .container-2 {
    max-width: none;
  }

  .footer-social-block-three {
    align-self: auto;
  }

  .footer-wrapper-three {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .footer-copyright {
    border: 1px #000;
    display: block;
  }

  .image-4, .image-5, .image-6, .image-7, .image-8, .image-9, .image-10, .image-11, .image-12 {
    padding-top: 20px;
  }

  .text-block-5 {
    color: #fff;
    font-family: Inter, sans-serif;
  }

  .flex-block-2 {
    padding-right: 20px;
  }

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

#w-node-_63dc2093-279c-10cc-5fac-2f4a1a11125e-228c03cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_5b23318a-bba0-da0d-65b3-c4959da42687-228c03cc {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-_89eced24-16de-78e2-a918-5575e0afb2b9-228c03cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d1003fed-e027-b7bf-c30e-98edae9adfc6-228c03cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_213d12bf-39b1-2784-ff2c-c6aa5b343d17-228c03cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b5f3cdc-a22b-ff44-ed0c-4bf999f92fef-228c03cc {
  grid-area: 1 / 2 / 2 / 2;
  justify-self: start;
}

#w-node-_5b5f3cdc-a22b-ff44-ed0c-4bf999f92ff0-228c03cc {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: end;
}

#w-node-_5b5f3cdc-a22b-ff44-ed0c-4bf999f92ff3-228c03cc, #w-node-_75b0d273-7122-0e41-a158-5b8b6c3b1cd5-228c03cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_75b0d273-7122-0e41-a158-5b8b6c3b1cd6-228c03cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_75b0d273-7122-0e41-a158-5b8b6c3b1cd9-228c03cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee402fcf-4ae6-c1df-de87-afbd3b3c0649-228c03cc {
  grid-area: 1 / 2 / 2 / 2;
  justify-self: start;
}

#w-node-ee402fcf-4ae6-c1df-de87-afbd3b3c064a-228c03cc {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: end;
}

#w-node-ee402fcf-4ae6-c1df-de87-afbd3b3c064d-228c03cc, #w-node-_004cad75-a70d-284b-d49e-12e6f00239d0-228c03cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_004cad75-a70d-284b-d49e-12e6f00239d1-228c03cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_004cad75-a70d-284b-d49e-12e6f00239d4-228c03cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16873769-6826-4971-2a11-195e781085f2-228c03cc {
  grid-area: 1 / 2 / 2 / 2;
  justify-self: start;
}

#w-node-_16873769-6826-4971-2a11-195e781085f3-228c03cc {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: end;
}

#w-node-_16873769-6826-4971-2a11-195e781085f8-228c03cc, #w-node-_0e1372fd-3c33-2d37-fd24-23c269338090-228c03cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0e1372fd-3c33-2d37-fd24-23c269338091-228c03cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_0e1372fd-3c33-2d37-fd24-23c269338094-228c03cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2d19ba5-974c-99c6-1cbc-dfa3c0cd57be-228c03cc {
  grid-area: 1 / 2 / 2 / 2;
  justify-self: start;
}

#w-node-f2d19ba5-974c-99c6-1cbc-dfa3c0cd57bf-228c03cc {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: end;
}

#w-node-f2d19ba5-974c-99c6-1cbc-dfa3c0cd57c2-228c03cc, #w-node-_9869fa32-cb7a-b0a2-506a-d8e79655082e-228c03cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9869fa32-cb7a-b0a2-506a-d8e79655082f-228c03cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9869fa32-cb7a-b0a2-506a-d8e796550832-228c03cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


