@font-face {
  font-family: Montserrat-Lokal;
  src: url('../fonts/montserrat-v26-latin-300.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat-Lokal;
  src: url('../fonts/montserrat-v26-latin-900.woff2') format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat-Lokal;
  src: url('../fonts/montserrat-v26-latin-600.woff2') format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat-Lokal;
  src: url('../fonts/montserrat-v26-latin-regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat-Lokal;
  src: url('../fonts/montserrat-v26-latin-800.woff2') format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat-Lokal;
  src: url('../fonts/montserrat-v26-latin-500.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat-Lokal;
  src: url('../fonts/montserrat-v26-latin-700.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: black;
  --blue: #054874;
  --white: white;
  --background: #1f1f1f;
  --size--page-padding: 1.25rem;
}

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

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

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

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

body {
  color: var(--black);
  font-family: Montserrat-Lokal, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25rem;
}

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

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

.footer-brand-image {
  width: 8rem;
  max-width: none;
}

.footer-wrapper {
  justify-content: center;
  align-items: flex-start;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.made-by-contentura {
  width: 150px;
  max-width: none;
  position: static;
  inset: auto 10% 1% auto;
}

.footer-dark {
  border-bottom: 1px solid #e4ebf3;
  padding: 3rem 0 1rem;
  position: relative;
}

.mb-contentura-link {
  transition: all .2s;
  position: absolute;
  inset: auto 15% 1% auto;
}

.mb-contentura-link:hover {
  transform: scale(.95);
}

.footer-copyright-center-2 {
  color: #000;
  text-align: center;
  font-size: .8rem;
  line-height: 1rem;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: .1rem;
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
}

.navbar-no-shadow {
  position: absolute;
  inset: 0% 0% auto;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem;
}

.container-regular {
  width: 100%;
  max-width: 1400px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-brand {
  width: 10rem;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: var(--black);
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  transition: all .5s;
}

.nav-link:hover {
  color: var(--blue);
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary {
  padding: 1rem 1.6rem;
  transition: all .5s;
}

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

.na-image {
  transition: all .5s;
}

.na-image:hover {
  transform: scale(.95);
}

.social-links-wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.footer-icon {
  width: 2rem;
  max-width: none;
}

.title-small {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 1rem;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.6rem;
}

.footer-brand {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  transition: all .3s;
  display: flex;
}

.footer-brand:hover {
  transform: scale(.95);
}

.container-footer {
  background-color: var(--blue);
  width: 100%;
  margin-top: 4rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.footer-content {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  margin-left: 5rem;
  display: grid;
}

.footer {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  margin-top: .2rem;
  margin-bottom: .2rem;
  text-decoration: none;
  display: flex;
}

.footer-block {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-link {
  color: #fff;
  white-space: nowrap;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2rem;
  text-decoration: none;
  transition: all .4s;
}

.footer-link:hover {
  color: var(--black);
}

.footer-link.w--current {
  color: #fff;
}

.footer-link.w--current:hover {
  color: var(--black);
}

.footer-link.wrap {
  white-space: normal;
}

.section {
  background-color: var(--background);
  padding: 6rem 3rem;
}

.section.first {
  background-image: url('../images/loeffelhardt_65181920-1.webp');
  background-position: 50%;
  background-size: cover;
  padding-left: 3rem;
  padding-right: 3rem;
  position: relative;
}

.section.first.other {
  background-image: url('../images/loeffelhardt_6536-1.webp');
  padding-bottom: 15rem;
}

.section.first.other.service {
  background-image: url('../images/image-92.webp');
  background-position: 50% 0;
  background-size: cover;
}

.section.first.other.contact {
  background-image: url('../images/loeffelhardt_6456-1.webp');
  padding-bottom: 8rem;
}

.section.first.other.reference {
  background-image: url('../images/loeffelhardt_6536-1_1.webp');
  background-position: 50%;
  background-size: cover;
}

.section.blue {
  background-color: var(--blue);
}

.section.photo {
  background-image: url('../images/Lentzeallee-1-1.webp');
  background-position: 50%;
  background-size: cover;
}

.section.photo.over-us {
  background-image: url('../images/image-2-2.webp');
}

.section.blue-points {
  background-image: url('../images/Group-1000008507.webp');
  background-position: 50%;
  background-size: cover;
}

.section.white {
  background-color: var(--white);
}

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

.container-large {
  max-width: 1400px;
}

.container-medium {
  max-width: 1200px;
}

.container-small {
  max-width: 1000px;
}

.flex-vertical-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.flex-vertical-wrapper.center {
  justify-content: flex-start;
  align-items: center;
}

.flex-vertical-wrapper.dont-grow {
  flex: none;
}

.flex-horizontal-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.flex-horizontal-wrapper.center {
  justify-content: flex-start;
  align-items: center;
}

.spacer-xlarge {
  height: 7rem;
}

.spacer-large {
  height: 5rem;
}

.spacer-medium {
  height: 3rem;
}

.spacer-small {
  height: 1rem;
}

.code-embed {
  color: red;
  width: 2rem;
  height: 2rem;
}

.first-wrapper {
  -webkit-backdrop-filter: blur(.1rem);
  backdrop-filter: blur(.1rem);
  background-color: #8f8f8f99;
  border-radius: 2rem;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem 4rem;
}

.h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  line-height: 4rem;
}

.center {
  text-align: center;
}

.main-button {
  border: .15rem solid var(--blue);
  white-space: nowrap;
  background-color: #0548744d;
  border-radius: 1rem;
  padding: 1rem 2.5rem;
  font-size: 1.2rem;
  line-height: 1.4rem;
  transition: all .5s;
}

.main-button:hover {
  transform: scale(1.02)translate(0, -4px);
  box-shadow: 0 0 .4rem #0003;
}

.main-button.white {
  border-color: var(--white);
  background-color: var(--white);
  color: var(--black);
  font-weight: 600;
}

.main-button.white.right {
  border-radius: .5rem;
  align-self: flex-end;
  padding: .7rem 2rem;
}

.start-first-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 3.2rem;
}

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

.flex-hori-verti-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.flex-hori-verti-wrapper.over-us {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
}

.flex-hori-verti-wrapper.right {
  justify-content: flex-end;
  align-items: center;
}

.paragraph-normal {
  margin-bottom: 0;
  font-size: 1.2rem;
  line-height: 1.4rem;
}

.paragraph-normal.white {
  font-style: normal;
}

.paragraph-normal.white.medium {
  font-weight: 500;
}

.paragraph-normal.white.center.small {
  font-size: 1rem;
}

.start-first-image {
  flex: none;
  width: 15rem;
  max-width: none;
}

.start-values-grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  margin-top: 1rem;
}

.start-values-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.painter-role-image {
  width: 50%;
  max-width: none;
}

.start-values-heading {
  color: var(--white);
  font-size: 2rem;
  font-weight: 500;
  line-height: 2rem;
}

.start-values-subheading {
  color: var(--white);
  font-size: 1.4rem;
  line-height: 1.6rem;
}

.start-values-text-wrapper {
  width: 40%;
  margin-top: -4rem;
  margin-left: -5rem;
}

.start-hero-wrapper {
  grid-column-gap: 10rem;
  grid-row-gap: 10rem;
  justify-content: space-between;
  align-items: flex-start;
  padding-right: 15rem;
  display: flex;
  position: relative;
}

.start-heading-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.white-underline {
  background-color: var(--white);
  width: 40%;
  height: .3rem;
}

.color-plex {
  opacity: .5;
  position: absolute;
  inset: 50% 0% 0% auto;
  transform: translate(0, -50%);
}

.start-hero-image {
  width: 35rem;
  max-width: none;
}

.start-value-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.heading-white-line {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  height: .1rem;
  display: flex;
}

.h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  line-height: 2.5rem;
}

.white-line-heading {
  background-color: var(--background);
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 3rem;
  padding-right: 3rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.5rem;
}

.start-value-grid {
  grid-column-gap: 20rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto auto;
  align-self: center;
  width: 75%;
  margin-top: 4rem;
}

.start-grid-value-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.start-value-image {
  width: 4rem;
  font-size: 1.5rem;
}

.start-value-text {
  color: var(--white);
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2rem;
}

.h4 {
  font-size: 1.4rem;
  line-height: 1.8rem;
}

.h4.blue {
  color: var(--blue);
}

.h4.white.semi-boldt {
  margin-bottom: 0;
  font-weight: 600;
}

.blue {
  color: var(--blue);
}

.cta-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #172a38;
  flex-flow: column;
  padding: 2rem 4rem;
  display: flex;
}

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

.logo-painting {
  background-color: var(--blue);
  background-image: radial-gradient(circle, #fff 20%, #fff0 81%);
  justify-content: center;
  align-items: center;
  height: .3rem;
  display: flex;
}

.first-wrapper-copy {
  -webkit-backdrop-filter: blur(.1rem);
  backdrop-filter: blur(.1rem);
  background-color: #8f8f8f99;
  border: .2rem solid #000;
  border-radius: 2rem;
  width: 30%;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem 4rem;
}

.white-overlay {
  z-index: 1;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  background-color: var(--white);
  box-shadow: 0 0 .3rem .15rem var(--white);
  margin-top: -12rem;
  padding: 4rem;
  display: flex;
  position: relative;
}

.left {
  flex-flow: column;
  flex: 1;
  display: flex;
}

.out-heading {
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 3.6rem;
}

.over-us-hero-wrapper {
  margin-top: 7rem;
}

.hero-over-us-image {
  flex: none;
  width: 35rem;
}

.list {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  color: var(--white);
  flex-flow: column;
  margin-bottom: 0;
  padding-left: 4rem;
  list-style-type: disc;
  display: flex;
}

.over-us-second-hero-wrapper {
  margin-top: 7rem;
}

.over-us-hero-value-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  margin-top: 3rem;
  display: flex;
}

.over-us-value-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--blue);
  border-radius: 1rem;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.over-us-value-image {
  width: 6rem;
}

.over-us-white-line {
  background-color: var(--white);
  width: 75%;
  height: .15rem;
  margin-left: auto;
  margin-right: auto;
}

.service-wrapper {
  flex-flow: column;
  margin-top: 7rem;
  display: flex;
}

.service-section {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  margin-top: 3rem;
  display: flex;
}

.service-site {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  display: flex;
}

.services-wrapper {
  background-color: var(--blue);
  display: flex;
}

.services-wrapper.dont-grow {
  flex: 1;
}

.service-text-wrapper {
  width: 80%;
}

.service-image-wrapper {
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.service-heading {
  border-right: .2rem solid var(--white);
  border-bottom: .2rem solid var(--white);
  color: var(--white);
  background-color: #4e7e9d;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5rem;
}

.service-text {
  color: var(--white);
  padding: 1rem;
}

.service-image {
  width: 3.5rem;
}

.reference-image-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.reference-start-image {
  width: 60rem;
}

.reference-grid-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  margin-bottom: 4rem;
  display: flex;
}

.reference-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.reference-image {
  width: 100%;
}

.code {
  color: var(--black);
}

.h3-2 {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.2rem;
}

.h3-2.white {
  color: #fff;
}

.field-label {
  color: #fff;
  margin-bottom: 0;
  font-weight: 500;
}

.text-field {
  color: var(--white);
  background-color: #fff0;
  border: .2rem solid #fff;
  border-radius: .5rem;
  margin-top: 0;
  margin-bottom: 0;
}

._30 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border: .2rem solid #d9d9d966;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 30%;
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-left: -15px;
  padding: 1rem;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.data-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.h4-2 {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.6rem;
}

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

.button-white-border {
  white-space: nowrap;
  background-color: #3898ec00;
  border: .15rem solid #fff;
  border-radius: 2rem;
  padding: .8rem 1.15rem;
  transition: all .4s;
}

.button-white-border:hover {
  transform: scale(1.025)translate(0, -3px);
  box-shadow: 0 1px 2px #fff;
}

.image-data {
  width: 6rem;
  max-width: none;
}

.form-wrapper {
  z-index: 1;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--blue);
  border-radius: 1rem;
  flex-flow: column;
  width: 70%;
  padding: 4rem;
  display: flex;
  position: relative;
}

.contact-form-wrapper {
  margin-top: 7rem;
  display: flex;
}

.paragraph-normal-2.center {
  text-align: center;
}

.link {
  color: var(--black);
  text-decoration: none;
}

.review-wrapper {
  justify-content: flex-end;
  display: flex;
  position: relative;
}

.review-image {
  width: 100%;
}

.review-review-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 60%;
  margin-right: -10%;
  padding-top: 2rem;
}

.slider-item-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--background);
  flex-flow: column;
  width: 100%;
  padding: 3rem;
  display: flex;
}

.left-arrow {
  width: 4rem;
  height: 4rem;
  inset: auto 4rem 0% auto;
}

.right-arrow {
  width: 4rem;
  height: 4rem;
  inset: auto 0% 0% auto;
}

.review-head-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.review-title {
  color: var(--white);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2rem;
}

.review-starts {
  width: 7rem;
}

.slider-mask {
  background-color: var(--background);
}

.arrow-image {
  background-color: var(--blue);
  width: 3rem;
  height: 3rem;
  padding: .5rem;
}

.slide-nav {
  display: none;
}

@media screen and (max-width: 991px) {
  .mb-contentura-link {
    right: 8%;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    background-color: var(--blue);
    color: #fff;
    border-radius: .3rem;
  }

  .footer-brand {
    width: 12rem;
  }

  .footer-brand.w--current {
    width: 15rem;
  }

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

  .footer-content {
    margin-left: 20px;
  }

  .section, .section.first {
    padding-right: var(--size--page-padding);
    padding-left: var(--size--page-padding);
  }

  .section.first.other.contact {
    padding-bottom: 6rem;
  }

  .flex-vertical-wrapper.relative {
    z-index: 1;
    position: relative;
  }

  .first-wrapper {
    width: 80%;
  }

  .flex-hori-verti-wrapper.over-us {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .start-values-text-wrapper {
    margin-top: -3rem;
  }

  .start-hero-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-right: 0;
  }

  .start-value-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    width: 100%;
  }

  .first-wrapper-copy {
    width: 50%;
  }

  .over-us-hero-wrapper {
    margin-top: 6rem;
  }

  .service-section, .service-site {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  ._30 {
    padding: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .made-by-contentura {
    margin-top: 10px;
  }

  .footer-dark {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 4rem;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .mb-contentura-link {
    position: static;
  }

  .footer-divider {
    margin-top: 1rem;
    margin-bottom: .8rem;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .social-links-wrapper {
    margin-top: 20px;
  }

  .footer-brand.w--current {
    width: 20rem;
  }

  .footer-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    margin-top: 20px;
    margin-left: 0;
  }

  .footer-block {
    grid-column-gap: .2rem;
    grid-row-gap: .2rem;
    align-items: center;
  }

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

  .footer-link.w--current {
    color: #fff;
  }

  .section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .section.first.other.contact {
    padding-bottom: 5rem;
  }

  .first-wrapper {
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .h1.center {
    font-size: 2.5rem;
    line-height: 3.5rem;
  }

  .flex-hori-verti-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .flex-hori-verti-wrapper.over-us {
    align-items: stretch;
  }

  .start-values-text-wrapper {
    width: 70%;
    margin-top: 0;
    margin-left: 0;
  }

  .start-hero-wrapper {
    flex-flow: column;
    padding-right: 0;
  }

  .color-plex {
    display: none;
  }

  .start-hero-image {
    max-width: 100%;
  }

  .start-grid-value-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .cta-wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .logo-painting {
    width: 100%;
  }

  .first-wrapper-copy {
    width: 60%;
  }

  .white-overlay {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    margin-top: -14rem;
    padding: 2rem;
  }

  .over-us-hero-value-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .over-us-value-wrapper {
    padding: 1rem;
  }

  .service-wrapper {
    margin-top: 5rem;
  }

  .service-section, .service-site {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .services-wrapper {
    flex-flow: column;
  }

  .service-text-wrapper {
    width: 100%;
  }

  .service-heading {
    border-right-style: none;
    padding: 1rem;
  }

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

  .form-wrapper {
    width: 100%;
    padding: 2rem;
  }

  .contact-form-wrapper {
    flex-flow: column;
  }

  .review-wrapper {
    flex-flow: column-reverse;
    justify-content: flex-end;
    align-items: center;
  }

  .review-image-wrapper {
    width: 50%;
  }

  .review-review-wrapper {
    width: 80%;
    margin-right: 0%;
  }
}

@media screen and (max-width: 479px) {
  .made-by-contentura {
    width: 120px;
  }

  .footer-dark {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 4rem;
    display: flex;
  }

  .footer-divider {
    margin-top: 1rem;
  }

  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .social-links-wrapper {
    margin-top: 0;
  }

  .title-small {
    margin-bottom: .6rem;
  }

  .footer-brand {
    justify-content: center;
    align-items: center;
    width: 40vw;
    display: flex;
  }

  .footer-brand.w--current {
    width: 60vw;
  }

  .container-footer {
    max-width: none;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .footer-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto;
    margin-top: 1.5rem;
    margin-left: 0;
  }

  .social-logo-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

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

  .footer-link.w--current {
    color: #fff;
  }

  .flex-vertical-wrapper.dont-grow {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .spacer-large {
    height: 4rem;
  }

  .spacer-medium {
    height: 2rem;
  }

  .first-wrapper {
    padding: 1rem;
  }

  .h1.center {
    line-height: 3rem;
  }

  .main-button.white.right {
    align-self: flex-start;
  }

  .h2, .h2.white.center {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .flex-hori-verti-wrapper.over-us {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .start-first-image {
    width: 10rem;
    max-width: 100%;
  }

  .start-values-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 2.5rem;
  }

  .start-values-text-wrapper {
    width: 100%;
  }

  .start-hero-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    padding-right: 0;
  }

  .start-hero-image {
    width: 20rem;
    max-width: 100%;
  }

  .h3.center.white {
    font-size: 1.6rem;
    line-height: 2rem;
  }

  .start-value-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .start-value-text {
    font-size: 1.5rem;
  }

  .cta-wrapper {
    padding: 1rem;
  }

  .logo-painting {
    width: 100%;
  }

  .first-wrapper-copy {
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .white-overlay {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .out-heading {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .list {
    padding-left: 2rem;
  }

  .over-us-hero-value-wrapper {
    flex-flow: column;
    margin-top: 2rem;
  }

  .over-us-value-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .service-section {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .service-site {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .services-wrapper {
    flex-flow: row;
  }

  .service-text-wrapper {
    width: 70%;
  }

  .service-image-wrapper {
    justify-content: center;
    align-items: center;
  }

  .service-heading {
    border-right-style: solid;
    padding: 1rem .5rem;
    font-size: 1rem;
    font-weight: 600;
  }

  .reference-grid-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-bottom: 2rem;
  }

  .reference-grid {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .h3-2 {
    font-size: 1.6rem;
    line-height: 2rem;
  }

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

  .form {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .form-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 100%;
    padding: 1rem;
  }

  .contact-form-wrapper {
    flex-flow: column;
  }

  .review-image-wrapper {
    display: none;
  }

  .review-review-wrapper {
    width: 100%;
  }

  .slider-item-wrapper {
    padding: 2rem;
  }

  .left-arrow, .right-arrow {
    bottom: -4rem;
  }

  .review-head-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .review-slider {
    height: 100%;
  }
}

#w-node-_4445ff87-2822-de2d-0860-a3e96acde372-b8b3275a, #w-node-_034e339a-f3b6-0eb6-89c1-8e09b59e0e55-fa51968a, #w-node-_034e339a-f3b6-0eb6-89c1-8e09b59e0e62-fa51968a, #w-node-_034e339a-f3b6-0eb6-89c1-8e09b59e0e69-fa51968a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_93eb93f3-0831-6219-a1a9-8d3fb921f346-ea5484bd, #w-node-_15587412-1892-5fc9-2ac8-6d24b9156bc3-ea5484bd, #w-node-_4dcc5c0f-9c72-8a20-7764-3e27c317bed9-ea5484bd, #w-node-_8dfa9ecb-c552-efe4-545b-22fadb711c06-ea5484bd, #w-node-_8dfa9ecb-c552-efe4-545b-22fadb711c08-ea5484bd, #w-node-_8dfa9ecb-c552-efe4-545b-22fadb711c09-ea5484bd {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_034e339a-f3b6-0eb6-89c1-8e09b59e0e69-fa51968a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Montserrat-Lokal';
  src: url('../fonts/montserrat-v26-latin-300.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat-Lokal';
  src: url('../fonts/montserrat-v26-latin-900.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat-Lokal';
  src: url('../fonts/montserrat-v26-latin-600.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat-Lokal';
  src: url('../fonts/montserrat-v26-latin-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat-Lokal';
  src: url('../fonts/montserrat-v26-latin-800.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat-Lokal';
  src: url('../fonts/montserrat-v26-latin-500.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat-Lokal';
  src: url('../fonts/montserrat-v26-latin-700.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}