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

body {
  font-family: Montserrat, sans-serif;
  color: #1a1b1f;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}

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

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

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

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

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

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

p {
  margin-bottom: 10px;
}

a {
  display: block;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #1a1b1f;
  text-decoration: underline;
}

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;
  box-shadow: 0 0 3px 0 #000;
}

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

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

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

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

.divider {
  height: 1px;
  margin-top: 0px;
  margin-bottom: 80px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #f0f0f0;
  box-shadow: 0 0 7px -2px #000;
}

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

.section {
  display: block;
  height: 500px;
  margin-right: 30px;
  margin-left: 30px;
}

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

.section.cc-store-home-wrap {
  display: block;
}

.section.cc-store-home-wrap.header {
  height: auto;
  margin-top: 100px;
}

.section.a {
  display: block;
  height: 800px;
}

.styleguide-block {
  display: block;
  margin-top: 80px;
  margin-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

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

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

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

.paragraph-bigger.cc-bigger-light {
  opacity: 0.6;
  color: #000;
}

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

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

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

.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 {
  background-color: #fff;
  color: #000;
}

.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 {
  position: relative;
  z-index: 5;
}

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

.button.cc-white-button:hover {
  background-color: hsla(0, 0%, 100%, 0.8);
}

.button.cc-white-button:active {
  background-color: hsla(0, 0%, 100%, 0.9);
}

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

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

.label.cc-light {
  opacity: 0.6;
}

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

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

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

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

.paragraph-light {
  opacity: 0.6;
  color: #000;
}

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

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

.heading-jumbo-small {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  line-height: 50px;
  font-weight: 400;
  text-align: center;
  text-transform: none;
}

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

.styleguide-header-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 460px;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1a1b1f;
  color: #fff;
  text-align: center;
}

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

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

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

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

.menu {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

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

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

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

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

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

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

.logo-image {
  display: block;
}

.navigation-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

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

.webflow-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.5;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  text-decoration: none;
}

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

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

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

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

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

.intro-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  height: 400px;
  margin-top: 50px;
  margin-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: transparent;
  background-image: url('../images/L0g0F14sh.png');
  background-position: 50% 50%;
  background-size: 400px;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.contact-form-grid {
  margin-top: 100px;
  margin-bottom: 100px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template-areas: ". .";
  -ms-grid-columns: 2.5fr 80px 1.25fr;
  grid-template-columns: 2.5fr 1.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.get-in-touch-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

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

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

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

.text-field::-webkit-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

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

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

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

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

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

.contact-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

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

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

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

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

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

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

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

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

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

.team-member-title-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.projects-grid {
  margin-bottom: 60px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-areas: "."
    "."
    ".";
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto 30px auto 30px auto;
  grid-template-rows: auto auto auto;
}

.project-name-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

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

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

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

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

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

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

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

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

.project-details-grid {
  margin-top: 100px;
  margin-bottom: 100px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template-areas: ". .";
  -ms-grid-columns: 1fr 80px 2fr;
  grid-template-columns: 1fr 2fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

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

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

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

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

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

.blog-item {
  display: block;
  margin-right: auto;
  margin-bottom: 80px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

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

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

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

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

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

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

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

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

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

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

.protected-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.protected-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 90px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  padding: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #2e2e2e;
  color: #fff;
  text-align: center;
}

._404-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

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

.home-content-wrap {
  margin-top: 88px;
  margin-bottom: 120px;
}

.home-section-wrap {
  display: block;
  margin-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #00e969;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  text-align: left;
  text-decoration: underline;
  white-space: normal;
}

.section-heading.tex25.r {
  text-align: right;
}

.section-heading.b {
  text-align: right;
}

.section-heading.c {
  text-align: right;
}

.section-heading.unterline {
  border-bottom-color: transparent;
  color: #00750c;
  text-decoration: underline;
}

.about-grid {
  margin-right: 40px;
  margin-bottom: 80px;
  margin-left: 40px;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  justify-items: stretch;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-column-gap: 150px;
  grid-row-gap: 30px;
  grid-template-areas: ". .";
  -ms-grid-columns: 1fr 150px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.about-grid.cc-about-2 {
  grid-column-gap: 150px;
  grid-template-areas: ". .";
  -ms-grid-columns: 2fr 150px 1fr;
  grid-template-columns: 2fr 1fr;
}

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

.collection-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

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

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

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

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

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

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

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

.body {
  border-radius: 0px;
  font-size: 12px;
}

.contactbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  background-color: #1a9446;
  box-shadow: 0 0 7px 0 #000;
}

.text-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 100px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: #fff;
  text-align: right;
}

.text-block.a {
  padding-left: 50px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: #fff;
  font-size: 16px;
}

.text-block.b {
  margin-right: 50px;
  direction: ltr;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  -o-object-fit: fill;
  object-fit: fill;
}

.image {
  box-shadow: 0 0 3px 0 #000;
}

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

.form-block {
  margin-right: 30px;
  margin-left: 30px;
}

.section-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.text-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #959595;
}

.text-block-3 {
  padding-bottom: 25px;
  font-size: 16px;
  line-height: 36px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.text-block-4 {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

.text-block-5 {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-decoration: none;
}

.list {
  display: none;
}

.text-block-6 {
  display: none;
}

.text-block-7 {
  display: none;
}

.text-block-8 {
  display: none;
}

.text-block-9 {
  display: none;
}

.text-block-10 {
  display: none;
}

.text-block-11 {
  display: none;
}

.list-2 {
  display: none;
}

.text-block-12 {
  display: none;
}

.text-block-13 {
  display: none;
}

.text-block-14 {
  display: none;
}

.text-block-15 {
  display: none;
}

.text-block-16 {
  display: none;
}

.text-block-17 {
  display: none;
}

.text-block-18 {
  display: none;
}

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

.nav-link {
  margin-top: 15px;
  margin-right: 15px;
  margin-left: auto;
  padding-top: 5px;
  padding-right: 20px;
  padding-bottom: 5px;
  border: 1px none #000;
  border-radius: 20px;
  box-shadow: 0 0 7px -1px #000;
}

.nav-link-2 {
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 20px;
  box-shadow: 0 0 7px -1px #000;
  font-size: 14px;
}

.navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

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

.nav-menu {
  margin-bottom: 30px;
}

.list-3 {
  display: none;
}

.div-block {
  width: 250px;
  height: 400px;
  border: 2px none #000;
  border-radius: 20px;
  background-image: url('../images/Vorstellung3.png');
  background-position: 50% 50%;
  background-size: 250px;
  background-repeat: no-repeat;
}

.section-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-5 {
  height: 500px;
}

.text-block-20 {
  font-size: 36px;
  line-height: 36px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.div-block-2 {
  height: 1800px;
  padding-right: 20px;
  padding-left: 20px;
}

.div-block-3 {
  width: 400px;
  height: 400px;
}

.grid {
  height: auto;
  padding-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-grid-rows: minmax(248px, 1fr) auto;
  grid-template-rows: minmax(248px, 1fr) auto;
}

.mainmenu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  margin-right: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  box-shadow: 0 0 15px -7px #000;
}

.div-block-4 {
  width: 125px;
  height: 100px;
  padding-left: 0px;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.columns {
  width: 100%;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.container-2 {
  height: 100%;
  padding-top: 15px;
}

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

.columns-2 {
  display: none;
}

.grid-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  margin-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: start;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.link-block-2 {
  width: 80px;
  height: 80px;
  margin-right: 20px;
  padding-right: 0px;
  border: 1px none #000;
  background-image: url('../images/email-2.svg');
  background-position: 50% 50%;
  background-size: auto;
}

.link-block-3 {
  width: 80px;
  height: 80px;
  background-image: url('../images/telephone.svg');
  background-position: 50% 50%;
  background-size: auto;
}

.footer {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 60px;
  padding-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #1a9446;
  text-align: center;
}

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

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

.footer-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

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

.footer-link {
  display: block;
  margin-bottom: 10px;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

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

.footer-link.w--current {
  display: block;
  font-size: 16px;
}

.footer-link._2 {
  display: none;
}

.footer-link._5 {
  display: block;
}

.text-block-21 {
  color: #fff;
  font-size: 12px;
}

.section-6 {
  height: 1000px;
}

.lightbox-link {
  height: auto;
}

.image-3 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.collection-list-wrapper-2 {
  display: inline;
}

.section-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-top: 101px;
  margin-right: 40px;
  margin-left: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.section-8 {
  height: 500px;
}

.lightbox-link-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 200px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.image-4 {
  padding-right: 10px;
  padding-left: 10px;
}

.image-5 {
  padding-left: 0px;
}

.image-6 {
  display: none;
  padding-left: 10px;
}

.image-7 {
  display: none;
  padding-left: 10px;
}

.image-8 {
  display: none;
  padding-left: 10px;
}

.image-9 {
  display: none;
  padding-top: 10px;
  padding-left: 10px;
}

.image-10 {
  display: none;
  padding-top: 10px;
  padding-left: 10px;
}

.image-11 {
  display: none;
  padding-top: 10px;
  padding-left: 10px;
}

.image-12 {
  display: none;
  padding-top: 10px;
  padding-left: 10px;
}

.image-13 {
  display: none;
  padding-top: 10px;
  padding-left: 10px;
}

.image-14 {
  display: none;
  padding-top: 10px;
  padding-left: 10px;
}

.image-15 {
  display: none;
  padding-top: 10px;
  padding-left: 10px;
}

.image-16 {
  display: none;
  padding-top: 10px;
  padding-left: 10px;
}

.image-17 {
  display: none;
  padding-top: 10px;
  padding-left: 10px;
}

.image-18 {
  display: none;
  padding-top: 10px;
  padding-left: 10px;
}

.image-19 {
  display: none;
  padding-top: 10px;
  padding-left: 10px;
}

.section-9 {
  height: 200px;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-7 {
  display: none;
  width: 200px;
  height: 120px;
  background-image: url('../images/L0g0F14sh.png');
  background-position: 50% 50%;
  background-size: 200px;
  background-repeat: no-repeat;
}

.section-10 {
  display: none;
  height: 500px;
  margin-right: 30px;
  margin-left: 30px;
}

.text-block-22 {
  margin-top: 20px;
}

.text-block-23 {
  margin-top: 20px;
}

.text-block-24 {
  font-size: 25px;
}

.text-block-25 {
  margin-top: 10px;
  font-size: 25px;
}

.text-block-26 {
  padding-top: 20px;
}

.div-block-8 {
  width: 400px;
  height: 200px;
  margin-left: 40px;
  background-color: transparent;
  background-image: url('../images/L0g0F14sh.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.columns-3 {
  width: 100%;
}

.column-2 {
  padding-left: 0px;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.column-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 40px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.text-block-27 {
  font-size: 16px;
}

.textbutton {
  display: none;
}

.navbar-3 {
  background-color: transparent;
}

.nav-link-3 {
  padding: 0px 10px;
  border: 1px none #000;
  border-radius: 20px;
  background-color: #1a9446;
  box-shadow: 0 0 5px 0 #000;
  color: #fff;
}

.nav-link-3:active {
  background-color: #1a9446;
  color: #fff;
}

.nav-link-3.w--current {
  background-color: #fff;
  color: #000;
  font-size: 16px;
}

.nav-link-4 {
  margin-left: 20px;
  padding: 0px 10px;
  border-radius: 20px;
  background-color: #1a9446;
  box-shadow: 0 0 5px 0 #000;
  color: #fff;
  font-size: 16px;
}

.nav-link-4:active {
  background-color: #1a9446;
  color: #fff;
}

.nav-link-4:focus {
  background-color: #1a9446;
  color: #fff;
}

.nav-link-4.w--current {
  background-color: #fff;
  color: #000;
}

.nav-link-5 {
  margin-left: 20px;
  padding: 0px 10px;
  border-radius: 20px;
  background-color: #1a9446;
  box-shadow: 0 0 5px 0 #000;
  color: #fff;
  font-size: 16px;
}

.nav-link-5:active {
  background-color: #1a9446;
  color: #fff;
}

.nav-link-5.w--current {
  background-color: #fff;
  color: #000;
}

.nav-menu-2 {
  margin-bottom: 15px;
}

.section-12 {
  display: none;
}

.html-datenschutz1 {
  height: 200px;
  margin-right: 40px;
  margin-left: 40px;
}

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

.div-block-24 {
  display: block;
  width: 500px;
  height: 500px;
  background-image: url('../images/L0g0F14sh.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.linecolor {
  height: 5px;
  margin-right: 40px;
  margin-left: 40px;
  background-color: #1a9446;
}

.bold-text-5 {
  color: #fff;
  font-size: 17px;
}

.bold-text-6 {
  color: #fff;
  font-size: 17px;
}

.bold-text-7 {
  color: #fff;
  font-size: 17px;
}

.heading {
  margin-right: 20px;
  margin-left: 20px;
}

.heading-2 {
  margin-right: 20px;
  margin-left: 20px;
}

.heading-3 {
  margin-right: 20px;
  margin-left: 20px;
}

.text-block-37 {
  margin-right: 20px;
  margin-left: 20px;
}

.heading-4 {
  margin-right: 20px;
  margin-left: 20px;
}

.heading-5 {
  margin-left: 20px;
}

.text-block-38 {
  margin-right: 20px;
  margin-left: 20px;
}

.heading-6 {
  margin-right: 20px;
  margin-left: 20px;
}

.text-block-39 {
  margin-right: 20px;
  margin-left: 20px;
}

.heading-7 {
  margin-right: 20px;
  margin-left: 20px;
}

.text-block-40 {
  margin-right: 20px;
  margin-left: 20px;
}

.heading-8 {
  margin-right: 20px;
  margin-left: 20px;
}

.text-block-41 {
  margin-right: 20px;
  margin-left: 20px;
}

.heading-9 {
  margin-right: 20px;
  margin-left: 20px;
}

.heading-10 {
  margin-right: 20px;
  margin-left: 20px;
}

.text-block-42 {
  margin-right: 20px;
  margin-left: 20px;
}

.heading-11 {
  margin-right: 20px;
  margin-left: 20px;
}

.text-block-43 {
  margin-right: 20px;
  margin-left: 20px;
}

.heading-12 {
  margin-right: 20px;
  margin-left: 20px;
}

.heading-13 {
  margin-right: 20px;
  margin-left: 20px;
}

.text-block-44 {
  margin-right: 20px;
  margin-left: 20px;
}

.heading-14 {
  margin-right: 20px;
  margin-left: 20px;
}

.text-block-45 {
  margin-right: 20px;
  margin-left: 20px;
}

.heading-15 {
  margin-right: 20px;
  margin-left: 20px;
}

.text-block-46 {
  margin-right: 20px;
  margin-left: 20px;
}

.heading-16 {
  margin-right: 20px;
  margin-left: 20px;
}

.text-block-47 {
  margin-right: 20px;
  margin-left: 20px;
}

.heading-17 {
  margin-right: 20px;
  margin-left: 20px;
}

.text-block-48 {
  margin-right: 20px;
  margin-left: 20px;
}

.heading-18 {
  margin-right: 20px;
  margin-left: 20px;
}

.text-block-49 {
  margin-right: 20px;
  margin-left: 20px;
}

.heading-19 {
  margin-right: 20px;
  margin-left: 20px;
}

.text-block-50 {
  margin-right: 20px;
  margin-left: 20px;
}

.heading-20 {
  margin-right: 20px;
  margin-left: 20px;
}

.text-block-51 {
  margin-right: 20px;
  margin-left: 20px;
}

.heading-21 {
  margin-right: 20px;
  margin-left: 20px;
}

.text-block-52 {
  margin-right: 20px;
  margin-left: 20px;
}

.heading-22 {
  margin-right: 20px;
  margin-left: 20px;
}

.text-block-53 {
  margin-right: 20px;
  margin-left: 20px;
}

.heading-23 {
  margin-right: 20px;
  margin-left: 20px;
}

.text-block-54 {
  margin-right: 20px;
  margin-left: 20px;
}

.heading-24 {
  margin-right: 20px;
  margin-left: 20px;
}

.text-block-55 {
  margin-right: 20px;
  margin-left: 20px;
}

.heading-25 {
  margin-right: 20px;
  margin-left: 20px;
}

.heading-26 {
  margin-right: 20px;
  margin-left: 20px;
}

.text-block-56 {
  margin-right: 20px;
  margin-left: 20px;
}

.heading-27 {
  margin-right: 20px;
  margin-left: 20px;
}

.text-block-57 {
  margin-right: 20px;
  margin-left: 20px;
}

.text-block-58 {
  margin-right: 40px;
  margin-left: 20px;
}

.text-block-59 {
  margin-right: 20px;
  margin-left: 20px;
}

.heading-28 {
  margin-right: 20px;
  margin-left: 20px;
}

.text-block-60 {
  margin-right: 20px;
  margin-left: 20px;
}

.heading-29 {
  margin-right: 20px;
  margin-left: 20px;
}

.heading-30 {
  margin-right: 20px;
  margin-left: 20px;
}

.text-block-61 {
  margin-right: 20px;
  margin-bottom: 100px;
  margin-left: 20px;
}

.section-15 {
  margin-right: 40px;
  margin-left: 40px;
}

.heading-31 {
  margin-top: 40px;
}

.heading-32 {
  margin-top: 40px;
}

.heading-33 {
  margin-top: 40px;
}

.heading-34 {
  margin-top: 40px;
}

.heading-35 {
  margin-top: 40px;
}

.text-block-62 {
  margin-top: 20px;
}

.text-block-63 {
  margin-top: 20px;
}

.text-block-64 {
  margin-top: 20px;
}

.text-block-65 {
  margin-top: 20px;
}

.text-block-66 {
  margin-top: 20px;
}

.div-block-25 {
  height: 300px;
}

.datenschutzsection {
  display: none;
  margin-right: 20px;
  margin-left: 20px;
}

.image-20 {
  box-shadow: 0 0 3px 0 #000;
}

.image-21 {
  box-shadow: 0 0 3px 0 #000;
}

.image-22 {
  box-shadow: 0 0 3px 0 #000;
}

.image-23 {
  box-shadow: 0 0 3px 0 #000;
}

.text-span {
  color: #03f;
  text-decoration: underline;
}

.strike-through-color-2 {
  position: relative;
  top: 50%;
  display: block;
  margin-top: 0px;
  margin-bottom: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  font-family: Montserrat, sans-serif;
  color: #1a9446;
  font-size: 48px;
  line-height: 80px;
  font-weight: 400;
  text-align: left;
  text-decoration: underline;
}

.strike-through-color-2.a {
  text-align: right;
}

.strike-through-color-2.a.b {
  text-align: left;
}

.text-color {
  opacity: 1;
  color: #000;
  font-size: 36px;
  text-align: left;
  text-transform: uppercase;
}

.text-color.a {
  font-size: 36px;
  text-align: right;
  text-transform: uppercase;
}

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

.section-17 {
  margin-right: 40px;
  margin-left: 40px;
}

.div-block-27 {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 1280px) {
  .grid-2 {
    margin-top: 60px;
  }

  .section-7 {
    height: 100%;
  }
}

@media screen and (min-width: 1920px) {
  .section.a {
    height: auto;
  }

  .contact-form-grid {
    -ms-grid-columns: 2.5fr 1.5fr;
    grid-template-columns: 2.5fr 1.5fr;
  }

  .text-block.a {
    font-size: 16px;
  }

  .text-block.b {
    font-size: 16px;
  }

  .link-block {
    text-decoration: none;
  }

  .mainmenu {
    color: #fff;
  }

  .footer-link._3 {
    display: none;
  }

  .section-7 {
    height: 140vh;
  }

  .nav-link-3 {
    background-color: #1a9446;
    color: #fff;
    font-size: 20px;
  }

  .nav-link-3.w--current {
    background-color: #fff;
    color: #000;
    font-size: 20px;
  }

  .nav-link-4 {
    background-color: #1a9446;
    color: #fff;
    font-size: 20px;
  }

  .nav-link-4.w--current {
    background-color: #fff;
    color: #000;
  }

  .nav-link-5 {
    background-color: #1a9446;
    color: #fff;
    font-size: 20px;
  }

  .nav-link-5.w--current {
    background-color: #fff;
    color: #000;
  }

  .html-datenschutz1 {
    height: 500px;
    margin-right: 40px;
    margin-left: 40px;
  }

  .datenschutzsection {
    display: block;
  }

  .div-block-32 {
    height: 200px;
  }

  .div-block-33 {
    width: auto;
    height: 200px;
  }

  .html-embed {
    margin-top: 100px;
  }

  .html-embed-2 {
    margin-bottom: 100px;
  }
}

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

  .section.a {
    height: 1200px;
  }

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

  .button {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

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

  .paragraph-light {
    position: static;
    display: block;
    overflow: visible;
    margin-right: 0px;
    margin-left: 0px;
    -o-object-fit: fill;
    object-fit: fill;
  }

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

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

  .menu-icon {
    display: block;
  }

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

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

  .navigation {
    padding: 25px 30px;
  }

  .navigation-item {
    padding: 15px 30px;
    -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    text-align: center;
  }

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

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

  .menu-button {
    padding: 0px;
  }

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

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

  .cta-text {
    width: auto;
  }

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

  .intro-header {
    height: 400px;
    background-size: 600px;
  }

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

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

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

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

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

  .team-members {
    grid-template-areas: ". ."
      ". ."
      ". .";
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

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

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

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

  .about-grid {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    grid-row-gap: 50px;
    grid-template-areas: "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 50px auto;
    grid-template-rows: auto auto;
    text-align: center;
  }

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

  .intro-text {
    width: auto;
  }

  .collection-wrap {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .text-block.a {
    margin-right: 0px;
    padding-left: 20px;
    text-align: left;
  }

  .text-block.b {
    margin-right: 20px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-block-4 {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
  }

  .text-block-5 {
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;
  }

  .link-block {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .list {
    display: none;
  }

  .text-block-6 {
    display: none;
    padding-bottom: 20px;
  }

  .text-block-7 {
    display: none;
    padding-bottom: 20px;
  }

  .text-block-8 {
    display: none;
    padding-bottom: 20px;
  }

  .text-block-9 {
    display: none;
    padding-bottom: 20px;
  }

  .text-block-10 {
    display: none;
    padding-bottom: 20px;
  }

  .text-block-11 {
    display: none;
  }

  .list-2 {
    display: none;
  }

  .text-block-12 {
    display: none;
    padding-bottom: 20px;
  }

  .text-block-13 {
    display: none;
    padding-bottom: 20px;
  }

  .text-block-14 {
    display: none;
    padding-bottom: 20px;
  }

  .text-block-15 {
    display: none;
    padding-bottom: 20px;
  }

  .text-block-16 {
    display: none;
    padding-bottom: 20px;
  }

  .text-block-17 {
    display: none;
    padding-bottom: 20px;
  }

  .text-block-18 {
    display: none;
    padding-bottom: 20px;
  }

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

  .nav-link {
    width: 200px;
    margin-right: 0px;
    margin-left: 0px;
    padding: 0px;
    font-weight: 500;
    text-align: center;
  }

  .nav-link.w--current {
    margin-right: 0px;
    margin-left: 0px;
  }

  .nav-link-2 {
    width: 200px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 20px;
    text-align: center;
  }

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

  .nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 400px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
  }

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

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

  .icon {
    color: #000;
  }

  .list-3 {
    display: none;
  }

  .footer {
    padding-right: 20px;
    padding-left: 20px;
    background-color: #1a9446;
  }

  .footer-link {
    color: #fff;
  }

  .footer-link.w--current {
    display: block;
  }

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

  .section-7 {
    height: 100%;
    margin-top: 101px;
    margin-bottom: 40px;
  }

  .section-9 {
    height: 400px;
  }

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

  .column-3 {
    height: 100%;
    padding-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-9 {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .textbutton {
    display: block;
    height: 100vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .textbutton.classhide {
    height: 50px;
  }

  .textbutton.classhide.background {
    position: -webkit-sticky;
    position: sticky;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 210;
    display: block;
    height: 100vh;
    margin-top: 0px;
    padding-left: 0px;
    clear: both;
    background-color: #fff;
  }

  .navbar-2 {
    background-color: transparent;
  }

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

  .navbar-3 {
    display: none;
  }

  .div-block-10 {
    padding-top: 20px;
  }

  .div-block-11 {
    padding-top: 15px;
  }

  .div-block-12 {
    padding-top: 15px;
  }

  .nav-menu-3 {
    display: block;
  }

  .text-block-28 {
    font-size: 20px;
    text-decoration: none;
  }

  .text-block-29 {
    font-size: 20px;
    text-decoration: none;
  }

  .div-block-13 {
    width: 100px;
    height: auto;
    margin-top: 40px;
    margin-right: 20px;
    margin-left: 20px;
    padding-top: 5px;
    padding-right: 0px;
    padding-bottom: 5px;
    border-radius: 20px;
    box-shadow: 0 0 5px 0 #000;
    font-size: 20px;
    text-align: center;
  }

  .div-block-14 {
    width: 100px;
    height: auto;
    margin-top: 20px;
    margin-right: 20px;
    margin-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 20px;
    box-shadow: 0 0 5px 0 #000;
    text-align: center;
  }

  .div-block-15 {
    width: 100px;
    margin-top: 20px;
    margin-right: 20px;
    margin-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 1px none #000;
    border-radius: 20px;
    box-shadow: 0 0 5px 0 #000;
    text-align: center;
  }

  .grid-3 {
    margin-right: 20px;
    margin-left: 20px;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .classhide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .link-block-4 {
    text-decoration: none;
  }

  .link-block-5 {
    text-decoration: none;
  }

  .link-block-6 {
    text-decoration: none;
  }

  .text-block-30 {
    display: none;
  }

  .text-block-31 {
    display: none;
  }

  .section-13 {
    height: 200px;
  }

  .div-block-16 {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: none;
    width: 100%;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
    background-color: #fff;
  }

  .div-block-17 {
    float: right;
  }

  .div-block-18 {
    margin-left: 60px;
    padding-top: 20px;
    padding-left: 40px;
  }

  .div-block-19 {
    margin-left: 60px;
    padding-top: 100px;
    padding-left: 100px;
  }

  .div-block-20 {
    margin-left: 60px;
    padding-top: 20px;
  }

  .div-block-21 {
    margin-left: 60px;
    padding-top: 20px;
    padding-left: 40px;
  }

  .textkontakhmenu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-22 {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    margin-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-image: url('../images/email.svg');
    background-position: 50% 50%;
    background-size: 30px;
    background-repeat: no-repeat;
  }

  .text-block-36 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .button-2 {
    margin-right: 20px;
    border-radius: 20px;
    background-color: #1a9446;
    box-shadow: 0 0 5px 0 #000;
    color: #fff;
  }

  .button-2.w--current {
    margin-right: 20px;
    font-size: 16px;
  }

  .button-3 {
    margin-right: 20px;
    border-radius: 20px;
    background-color: #1a9446;
    box-shadow: 0 0 5px 0 #000;
    color: #fff;
    font-size: 16px;
  }

  .button-4 {
    margin-right: 20px;
    border-radius: 20px;
    background-color: #1a9446;
    box-shadow: 0 0 5px 0 #000;
    color: #fff;
    font-size: 16px;
  }

  .button-4.w--current {
    background-color: #1a9446;
    color: #fff;
  }

  .button-5 {
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0 0 5px 0 #000;
    color: #000;
  }

  .button-5.w--current {
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0 0 5px 0 #000;
    color: #000;
  }

  .divbloc23 {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    margin-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-image: url('../images/phone-call.svg');
    background-position: 50% 50%;
    background-size: 30px 30px;
    background-repeat: no-repeat;
  }

  .button-6 {
    margin-top: 20px;
    margin-right: 20px;
    border-radius: 20px;
    background-color: #ce0000;
    box-shadow: 0 0 5px 0 #000;
    color: #fff;
    font-size: 16px;
  }

  .button-6:active {
    color: #fff;
  }

  .bold-text-5 {
    color: #fff;
  }

  .bold-text-6 {
    color: #fff;
  }

  .bold-text-7 {
    color: #fff;
  }

  .section-16 {
    height: 300px;
  }

  .strike-through-color-2 {
    text-align: center;
  }

  .strike-through-color-2.a {
    text-align: center;
  }

  .div-block-26 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .link-block-7.w--current {
    width: 250px;
    height: 200px;
    background-image: url('../images/L0g0F14sh.png');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .column-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .columns-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-30 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 150px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .link-block-8 {
    text-decoration: none;
  }

  .link-block-9 {
    text-decoration: none;
  }

  .div-block-31 {
    height: 200px;
    background-color: #fff;
  }
}

@media screen and (max-width: 767px) {
  li {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
    list-style-type: none;
  }

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

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

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

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

  .section.a {
    height: 1300px;
  }

  .container {
    text-align: center;
  }

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

  .label {
    font-weight: 500;
  }

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

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

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

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

  .navigation {
    padding: 20px 30px;
  }

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

  .intro-header {
    height: 300px;
    background-size: 500px;
  }

  .intro-content {
    width: 80%;
  }

  .our-services-grid {
    grid-row-gap: 60px;
    grid-template-areas: "."
      "."
      "."
      "."
      "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 60px auto 60px auto 60px auto 60px auto 60px auto;
    grid-template-rows: auto auto auto auto auto auto;
  }

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

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

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

  .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 {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }

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

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

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

  ._404-wrap {
    padding: 30px;
  }

  .about-grid {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .contactbar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .text-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 12px;
  }

  .text-block.a {
    padding-left: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 12px;
  }

  .text-block.b {
    margin-right: 10px;
    font-size: 12px;
  }

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

  .text-block-4 {
    padding-left: 30px;
  }

  .text-block-5 {
    margin-right: 0px;
    padding-right: 0px;
    text-align: center;
  }

  .link-block {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: justify;
    text-decoration: none;
  }

  .list {
    display: none;
    padding-right: 90px;
    padding-left: 82px;
  }

  .text-block-6 {
    padding-bottom: 20px;
  }

  .text-block-7 {
    padding-bottom: 20px;
  }

  .text-block-8 {
    padding-bottom: 20px;
  }

  .text-block-9 {
    padding-bottom: 20px;
  }

  .text-block-10 {
    padding-bottom: 20px;
  }

  .text-block-11 {
    padding-bottom: 20px;
  }

  .list-2 {
    display: none;
  }

  .text-block-12 {
    display: none;
    padding-bottom: 20px;
  }

  .text-block-13 {
    display: none;
    padding-bottom: 20px;
  }

  .text-block-14 {
    display: none;
    padding-bottom: 20px;
  }

  .text-block-15 {
    display: none;
    padding-bottom: 20px;
  }

  .text-block-16 {
    display: none;
    padding-bottom: 20px;
  }

  .text-block-17 {
    display: none;
    padding-bottom: 20px;
  }

  .text-block-18 {
    display: none;
    padding-bottom: 20px;
  }

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

  .icon {
    color: #000;
  }

  .container-2 {
    padding-top: 0px;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

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

  .footer-heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-link {
    padding-right: 0px;
  }

  .footer-link.w--current {
    display: block;
    padding-right: 20px;
    padding-left: 20px;
  }

  .footer-link.telefon {
    padding-right: 0px;
  }

  .footer-link.panding20px {
    display: block;
  }

  .footer-link.panding20px.home1 {
    display: block;
    padding-right: 20px;
  }

  .footer-link._5 {
    padding-right: 20px;
  }

  .footer-link._13 {
    padding-right: 20px;
  }

  .section-7 {
    height: 100%;
    margin-bottom: 100px;
  }

  .div-block-7 {
    width: 200px;
    height: 120px;
    background-size: 200px;
  }

  .div-block-8 {
    width: 100%;
    margin-left: 0px;
  }

  .columns-3 {
    display: block;
  }

  .column-2 {
    padding-right: 0px;
    text-align: left;
  }

  .column-3 {
    height: 100px;
    padding-left: 0px;
  }

  .textbutton.classhide.background {
    display: block;
  }

  .navbar-2.classhide {
    margin-left: 0px;
    padding-left: 0px;
  }

  .div-block-13 {
    margin-left: 70px;
  }

  .div-block-15 {
    margin-left: 70px;
  }

  .text-block-30 {
    display: none;
  }

  .text-block-34 {
    padding-top: 40px;
  }

  .list-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

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

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

  .div-block-18 {
    padding-left: 0px;
  }

  .textkontakhmenu {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .div-block-22 {
    margin-left: 0px;
  }

  .button-3 {
    margin-right: 20px;
  }

  .button-4 {
    margin-right: 20px;
  }

  .divbloc23 {
    margin-left: 0px;
  }

  .section-15 {
    text-align: center;
  }

  .list-item-7 {
    text-align: left;
  }

  .list-item-8 {
    text-align: left;
  }

  .list-item-9 {
    text-align: left;
  }

  .list-item-10 {
    text-align: left;
  }

  .list-item-11 {
    text-align: left;
  }

  .list-item-12 {
    text-align: left;
  }

  .list-item-13 {
    text-align: left;
  }

  .list-item-14 {
    text-align: left;
  }

  .list-item-15 {
    text-align: left;
  }

  .list-item-16 {
    text-align: left;
  }

  .strike-through-color-2 {
    text-align: center;
  }

  .strike-through-color-2.a {
    text-align: center;
  }

  .strike-through-color-2.a.b {
    text-align: center;
  }

  .link-block-7.w--current {
    width: 250px;
  }

  .column-4 {
    margin-top: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .column-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0px;
  }

  .columns-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-28 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-29 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .div-block-30 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

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

  .section.a {
    overflow: hidden;
    height: 1400px;
  }

  .container {
    overflow: hidden;
  }

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

  .paragraph-light {
    position: relative;
    z-index: 1;
    overflow: hidden;
  }

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

  .menu {
    margin-left: 15px;
  }

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

  .menu-button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .menu-button.w--open {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

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

  .intro-header {
    height: 200px;
    background-image: url('../images/MaxiLogoSlogan.png');
    background-size: 300px;
  }

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

  .contact-form-wrap {
    overflow: hidden;
  }

  .contact-form-grid {
    overflow: hidden;
    width: 100%;
  }

  .contact-form-heading-wrap {
    overflow: hidden;
  }

  .contact-heading {
    overflow: hidden;
  }

  .our-contacts {
    width: 90%;
  }

  .team-members {
    grid-template-areas: "."
      "."
      "."
      "."
      "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
  }

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

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

  .blog-item {
    width: 100%;
    max-width: none;
  }

  .section-heading {
    font-size: 20px;
    text-transform: uppercase;
  }

  .about-grid {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .text-block.a {
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .text-block.b {
    margin-right: 0px;
    font-size: 12px;
  }

  .text-block-2 {
    font-size: 14px;
    text-align: center;
  }

  .text-block-4 {
    padding-left: 30px;
  }

  .text-block-5 {
    padding-right: 0px;
    padding-left: 30px;
  }

  .link-block {
    text-decoration: none;
  }

  .list-item {
    padding-right: 30px;
    text-align: center;
  }

  .list-item-2 {
    padding-right: 31px;
    text-align: center;
  }

  .list-item-3 {
    padding-right: 30px;
    text-align: center;
  }

  .list-item-4 {
    padding-right: 30px;
    text-align: center;
  }

  .list-item-5 {
    padding-right: 30px;
    text-align: center;
  }

  .list-item-6 {
    padding-right: 30px;
    text-align: center;
  }

  .list {
    display: none;
    padding-right: 0px;
    padding-left: 20px;
  }

  .text-block-12 {
    display: none;
  }

  .text-block-13 {
    display: none;
  }

  .text-block-14 {
    display: none;
  }

  .text-block-15 {
    display: none;
  }

  .text-block-16 {
    display: none;
  }

  .text-block-17 {
    display: none;
  }

  .text-block-18 {
    display: none;
  }

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

  .nav-link {
    width: 200px;
    height: auto;
    margin-top: 20px;
    margin-right: auto;
    padding: 0px;
    border-radius: 20px;
    box-shadow: 0 0 7px -1px #000;
    opacity: 1;
    font-weight: 500;
    text-align: center;
  }

  .nav-link.w--current {
    margin-top: 0px;
    margin-left: auto;
    padding-left: 0px;
  }

  .nav-link-2 {
    margin: 20px auto auto;
    padding: 0px;
    text-align: center;
  }

  .bold-text {
    font-style: normal;
    font-weight: 600;
  }

  .nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 200px;
    margin-bottom: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    background-color: #fff;
  }

  .menu-button-2 {
    position: relative;
    background-color: transparent;
  }

  .menu-button-2:hover {
    background-color: transparent;
  }

  .menu-button-2:active {
    background-color: transparent;
  }

  .menu-button-2:focus {
    background-color: transparent;
  }

  .menu-button-2.w--open {
    position: relative;
    z-index: 2000;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: transparent;
  }

  .icon {
    color: #000;
  }

  .list-3 {
    display: none;
  }

  .div-block-2 {
    height: 400px;
  }

  .container-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer {
    display: block;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #1a9446;
    text-align: left;
  }

  .footer-flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-logo-link {
    height: 60px;
    background-image: url('../images/L0g0F14sh.png');
    background-position: 50% 50%;
    background-size: 100px;
    background-repeat: no-repeat;
  }

  .footer-image {
    text-align: center;
  }

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

  .footer-link {
    padding-right: 0px;
    color: #fff;
    text-align: center;
  }

  .footer-link.w--current {
    padding-right: 20px;
  }

  .footer-link.panding20px {
    display: block;
    padding-right: 20px;
  }

  .footer-link._3 {
    display: none;
  }

  .text-block-21 {
    color: #fff;
    text-align: center;
  }

  .section-6 {
    height: 400px;
  }

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

  .section-7 {
    height: 520%;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .div-block-7 {
    display: none;
    width: 200px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
  }

  .section-10 {
    height: 800px;
    margin-right: 30px;
    text-align: center;
  }

  .div-block-8 {
    margin-left: 0px;
  }

  .column-3 {
    height: 50px;
    padding-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .textbutton {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .textbutton.classhide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    margin-top: 20px;
    margin-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 20px;
    box-shadow: 0 0 5px 0 #000;
  }

  .textbutton.classhide.background {
    display: none;
    height: 100vh;
    margin-top: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    border-radius: 0px;
    box-shadow: none;
  }

  .grid-3 {
    display: none;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .classhide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 350px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .text-block-30 {
    display: none;
  }

  .text-block-32 {
    display: none;
  }

  .text-block-33 {
    display: none;
  }

  .text-block-35 {
    padding-top: 0px;
  }

  .section-11 {
    height: 100px;
  }

  .section-12 {
    height: 100px;
  }

  .section-13 {
    overflow: hidden;
    height: 200px;
  }

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

  .div-block-18 {
    margin-left: 0px;
    padding-left: 0px;
    text-align: center;
  }

  .div-block-19 {
    margin-left: 0px;
    padding-top: 0px;
    padding-left: 0px;
    text-align: center;
  }

  .div-block-20 {
    margin-left: 0px;
    text-align: center;
  }

  .div-block-21 {
    margin-left: 0px;
    padding-left: 0px;
    text-align: center;
  }

  .textkontakhmenu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-22 {
    margin-left: 0px;
  }

  .text-block-36 {
    margin-top: 20px;
  }

  .button-2.w--current {
    background-color: #1a9446;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
  }

  .button-3 {
    background-color: #1a9446;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
  }

  .button-4 {
    background-color: #1a9446;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
  }

  .button-5 {
    background-color: #1a9446;
    color: #fff;
  }

  .divbloc23 {
    margin-left: 0px;
  }

  .button-6 {
    background-color: #ce0000;
    color: #fff;
  }

  .div-block-23 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-24 {
    width: 280px;
  }

  .bold-text-5 {
    color: #fff;
  }

  .bold-text-6 {
    color: #fff;
  }

  .bold-text-7 {
    color: #fff;
  }

  .section-15 {
    display: block;
    text-align: center;
  }

  .heading-33 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    text-decoration: none;
  }

  .div-block-25 {
    height: 100px;
  }

  .section-16 {
    height: 140px;
  }

  .lightbox-link-2 {
    margin-bottom: 40px;
    padding-bottom: 0px;
  }

  .strike-through-color-2 {
    font-size: 20px;
    line-height: 40px;
  }

  .strike-through-color-2.a {
    margin-bottom: 0px;
    font-size: 20px;
    line-height: 40px;
  }

  .text-color {
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
  }

  .text-color.a {
    margin-right: 0px;
    margin-left: 0px;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
  }

  .container-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 200px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-26 {
    width: 250px;
    height: 120px;
    margin-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-image: url('../images/L0g0F14sh.png');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .link-block-7 {
    width: 100%;
    height: 100%;
  }

  .link-block-7:active {
    color: transparent;
  }

  .link-block-7.w--current {
    display: none;
  }

  .menufooterphone1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .column-4 {
    margin-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .column-5 {
    margin-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .columns-4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-28 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .div-block-30 {
    margin-right: 0px;
    margin-left: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .html-embed-2 {
    text-align: left;
  }
}

#w-node-_3059a30f-e96c-9ffe-c2bd-3c475ef374ff-bc51da1e {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_86e64837-0616-515b-4568-76c147234d3f-bc51da1e {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_99483bfd-2069-1585-41ea-e14b2be0df17-bc51da1e {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_65016ab5-eed1-2703-3b00-8967db585692-bc51da1e {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_4691f680-2889-2476-d7ac-77f952310e13-bc51da1e {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-edd32dd2-803f-b038-5ca0-a7e4abe8f210-bc51da1e {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-bfd30b1c-05f1-2d93-1a6f-2bcdc5d71fef-bc51da1e {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_93e39a94-bf34-fdad-4b67-1b7017c6f3b5-bc51da1e {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_3d2a2a39-62eb-de69-d095-878ab45a3dc7-bc51da1e {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_3909df04-2737-1521-f741-f8d11b1b25e4-bc51da1e {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-f6f0c808-86c6-b324-d1e5-6ac37310c65a-bc51da1e {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-fa681f04-ee60-87fc-f4a8-3828b69c3eba-bc51da1e {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-bbb77c50-563c-f1ce-2553-d8a86eed5acb-bc51da1e {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-cc7dd9d3-4e8f-524a-0e88-6edd94257cd6-bc51da1e {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_930a857e-7be1-b9b3-982c-148b854b3506-bc51da1e {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-cc7dd9d3-4e8f-524a-0e88-6edd94257cf6-bc51da1e {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_2e13d402-82cb-6146-b773-fe9077d83872-bc51da1e {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_8cfb8ce4-4973-6ba2-d77c-f191ce8098fa-bc51da1e {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-e5990dd5-c75c-5da6-1f16-afe75f45660e-5f45660d {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-e5990dd5-c75c-5da6-1f16-afe75f456610-5f45660d {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_3f61509a-fac7-b0d5-3763-509be705858e-d551da28 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_3f61509a-fac7-b0d5-3763-509be70585a6-d551da28 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

@media screen and (min-width: 1920px) {
  #w-node-_3f61509a-fac7-b0d5-3763-509be70585a6-d551da28 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_3059a30f-e96c-9ffe-c2bd-3c475ef374ff-bc51da1e {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d3f-bc51da1e {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_99483bfd-2069-1585-41ea-e14b2be0df17-bc51da1e {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_65016ab5-eed1-2703-3b00-8967db585692-bc51da1e {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_4691f680-2889-2476-d7ac-77f952310e13-bc51da1e {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-edd32dd2-803f-b038-5ca0-a7e4abe8f210-bc51da1e {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-bfd30b1c-05f1-2d93-1a6f-2bcdc5d71fef-bc51da1e {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_93e39a94-bf34-fdad-4b67-1b7017c6f3b5-bc51da1e {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_3d2a2a39-62eb-de69-d095-878ab45a3dc7-bc51da1e {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_3909df04-2737-1521-f741-f8d11b1b25e4-bc51da1e {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-f6f0c808-86c6-b324-d1e5-6ac37310c65a-bc51da1e {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-fa681f04-ee60-87fc-f4a8-3828b69c3eba-bc51da1e {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-bbb77c50-563c-f1ce-2553-d8a86eed5acb-bc51da1e {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-cc7dd9d3-4e8f-524a-0e88-6edd94257cd6-bc51da1e {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_930a857e-7be1-b9b3-982c-148b854b3506-bc51da1e {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-cc7dd9d3-4e8f-524a-0e88-6edd94257cf6-bc51da1e {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_2e13d402-82cb-6146-b773-fe9077d83872-bc51da1e {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_8cfb8ce4-4973-6ba2-d77c-f191ce8098fa-bc51da1e {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_3f61509a-fac7-b0d5-3763-509be70585a6-d551da28 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_99483bfd-2069-1585-41ea-e14b2be0df17-bc51da1e {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  #w-node-_65016ab5-eed1-2703-3b00-8967db585692-bc51da1e {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  #w-node-bfd30b1c-05f1-2d93-1a6f-2bcdc5d71fef-bc51da1e {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  #w-node-_93e39a94-bf34-fdad-4b67-1b7017c6f3b5-bc51da1e {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  #w-node-_3909df04-2737-1521-f741-f8d11b1b25e4-bc51da1e {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  #w-node-fa681f04-ee60-87fc-f4a8-3828b69c3eba-bc51da1e {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  #w-node-_930a857e-7be1-b9b3-982c-148b854b3506-bc51da1e {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  #w-node-_2e13d402-82cb-6146-b773-fe9077d83872-bc51da1e {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_3059a30f-e96c-9ffe-c2bd-3c475ef374ff-bc51da1e {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  #w-node-_99483bfd-2069-1585-41ea-e14b2be0df17-bc51da1e {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  #w-node-_65016ab5-eed1-2703-3b00-8967db585692-bc51da1e {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  #w-node-bfd30b1c-05f1-2d93-1a6f-2bcdc5d71fef-bc51da1e {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  #w-node-_93e39a94-bf34-fdad-4b67-1b7017c6f3b5-bc51da1e {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  #w-node-_3d2a2a39-62eb-de69-d095-878ab45a3dc7-bc51da1e {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_3909df04-2737-1521-f741-f8d11b1b25e4-bc51da1e {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  #w-node-fa681f04-ee60-87fc-f4a8-3828b69c3eba-bc51da1e {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  #w-node-_930a857e-7be1-b9b3-982c-148b854b3506-bc51da1e {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  #w-node-_2e13d402-82cb-6146-b773-fe9077d83872-bc51da1e {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
}

