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

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

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

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

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

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

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

:root {
  --black: black;
  --white: white;
  --green: #4cfa01;
  --clear: #4cfa0100;
  --size--page-padding: 1.25rem;
  --gray: #f4f5f6;
  --service-border: #1a1e1e;
  --footer: #080800;
}

.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: Inter-Lokal, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3rem;
}

.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: 100%;
  max-width: none;
}

.footer-wrapper {
  justify-content: space-between;
  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 {
  background-color: var(--black);
  border-bottom: 1px solid #e4ebf3;
  padding: 3rem 2rem 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: 4rem;
  margin-bottom: 1.2rem;
}

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

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

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

.nav-menu {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

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

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

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

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

.main-button {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--green);
  color: var(--black);
  border-radius: 100rem;
  justify-content: flex-start;
  align-items: center;
  padding: .6rem .75rem .6rem 1.25rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.main-button:hover {
  background-color: var(--black);
  color: #fff;
}

.main-button.second {
  border: .15rem solid var(--white);
  background-color: var(--clear);
  color: var(--white);
}

.main-button.second:hover {
  background-color: var(--black);
}

.main-button.third {
  border: .15rem solid var(--black);
  background-color: var(--clear);
  color: var(--black);
  align-self: flex-end;
}

.main-button.third:hover {
  background-color: var(--black);
  color: var(--white);
}

.na-image {
  width: 10rem;
  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 {
  width: 12rem;
  transition: all .3s;
}

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

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

.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(--green);
}

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

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

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

.section {
  padding: 6rem 3rem;
}

.section.start {
  background-image: url('../images/a-male-electrician-works-in-a-switchboard-with-an-2023-11-27-04-49-03-utc-1.avif');
  background-position: 50%;
  background-size: cover;
  padding-top: 0;
  padding-bottom: 10rem;
  position: relative;
}

.section.start.ou {
  background-image: url('../images/a-male-electrician-works-in-a-switchboard-with-an-2023-11-27-04-49-03-utc-1_1.avif');
  padding-bottom: 4rem;
}

.section.start.e-service {
  background-image: url('../images/a-male-electrician-works-in-a-switchboard-with-an-2023-11-27-04-49-03-utc-1-1.avif');
}

.section.start.m-service {
  background-image: url('../images/a-male-electrician-works-in-a-switchboard-with-an-2023-11-27-04-49-03-utc-1_2.avif');
}

.section.start.contact {
  background-image: url('../images/a-male-electrician-works-in-a-switchboard-with-an-2023-11-27-04-49-03-utc-1-1_1.avif');
}

.section.start.impressum {
  background-color: var(--black);
  background-image: none;
  padding-bottom: 0;
}

.section.start.reference {
  background-image: url('../images/a-male-electrician-works-in-a-switchboard-with-an-2023-11-27-04-49-03-utc-1-1_2.avif');
}

.section.grey-bg {
  background-color: var(--gray);
}

.section.extra {
  padding-bottom: 0;
}

.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.left {
  justify-content: flex-start;
  align-items: flex-start;
}

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

.main-button-arrow {
  background-color: var(--black);
  width: 2rem;
  height: 2rem;
  color: var(--white);
  border-radius: 100%;
  padding: .25rem;
}

.main-button-arrow.second {
  background-color: var(--green);
  color: var(--black);
}

.first-start-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  width: 60%;
  margin-top: 4rem;
  margin-left: 40%;
  display: flex;
}

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

.lightning-image {
  width: 1.5rem;
}

.overheading {
  text-transform: uppercase;
  font-size: 1.2rem;
  line-height: 1.6rem;
}

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

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

.h1.center {
  text-align: center;
}

.paragraph-normal {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.paragraph-normal.small {
  font-size: 1rem;
  line-height: 1.25rem;
}

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

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

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

.start-over-us-left-image-wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  flex: none;
  width: 25%;
  display: flex;
}

.start-ou-vision-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  display: flex;
}

.vision-image {
  width: 2rem;
}

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

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

.vision-vertical-wrapper.first {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: flex-start;
}

.h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2rem;
}

.h4.for-mobile {
  display: none;
}

.vision-arrow-image {
  width: 1.5rem;
}

.contact-button {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  color: var(--black);
  grid-template-rows: auto auto;
  grid-template-columns: .3fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: center start;
  text-decoration: none;
  display: grid;
}

.contact-button-image {
  width: 3rem;
}

.start-over-us-center-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-end;
  align-self: stretch;
  display: flex;
}

.start-over-us-right-image-wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  flex: none;
  width: 28%;
  display: flex;
}

.start-service-grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto auto auto;
  margin-top: 3rem;
}

.start-service-wrapper {
  background-color: var(--white);
  border-radius: 1.5rem;
  display: flex;
}

.start-service-image {
  border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
  width: 16.3145rem;
}

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

.cta-wrapper {
  background-image: url('../images/Container.avif');
  background-position: 50%;
  background-size: cover;
  border-radius: 2rem;
  padding: 8rem 5rem;
}

.cta-inner-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
  display: flex;
}

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

.first-over-us-inner-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.second-over-us-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  display: flex;
}

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

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

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

.values-arrow {
  width: 2.5rem;
}

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

.values-data-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

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

.data-text {
  color: var(--green);
  font-size: 2rem;
  font-weight: 600;
  line-height: 2rem;
}

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

.first-service-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  margin-bottom: 3rem;
  display: flex;
}

.service-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  background-color: var(--service-border);
  border-radius: 1.5rem;
  margin-bottom: 3rem;
  padding: 3rem;
  display: flex;
}

.h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 3rem;
}

.h3.white.for-mobile {
  display: none;
}

.service-image {
  border-radius: 1rem;
  width: 34rem;
}

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

.contact-form-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

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

.field-label {
  margin-bottom: .5rem;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.5rem;
}

.text-field {
  color: var(--black);
  background-color: #f4f5f6;
  border: .1rem solid #e0e1e0;
  border-radius: 2rem;
  font-size: 1.1rem;
}

.text-field.message {
  border-radius: 1rem;
}

.text-field-wrapper {
  flex: 1;
}

.labe-field-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.form-button {
  background-color: var(--green);
  color: var(--black);
  border-radius: 100rem;
  align-self: flex-start;
  padding: .7rem 1.25rem;
  font-weight: 600;
}

.contact-image {
  width: 100%;
}

.contact-image-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  flex: none;
  width: 35rem;
  display: flex;
}

.contact-data-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--black);
  border-radius: 1rem;
  flex-flow: column;
  padding: 2rem;
  display: flex;
}

.contact-data-inner-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.contact-datas-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-decoration: none;
  display: flex;
}

.contact-datas-inner-wrapper {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  flex-flow: column;
  display: flex;
}

.contact-data-image {
  width: 2.5rem;
}

.success-message {
  border-radius: 1rem;
  padding: 2rem;
}

.reference-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: end center;
  margin-bottom: 2rem;
}

.reference-grid.second {
  place-items: start center;
}

.reference-image {
  width: 100%;
}

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

.dropdown-toggle {
  color: var(--white);
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-right: 2rem;
}

.dropdown-link {
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.5rem;
  transition: all .5s;
}

.dropdown-link:hover {
  color: var(--green);
}

.dropdown-list {
  padding: 1rem;
}

.dropdown-list.w--open {
  background-color: var(--white);
  border-radius: 1rem;
}

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

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

  .nav-menu {
    background-color: var(--black);
    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(--black);
    color: var(--green);
    border-radius: .25rem;
  }

  .footer-brand {
    width: 12rem;
  }

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

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

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

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

  .section.start {
    padding-bottom: 8rem;
  }

  .first-start-wrapper {
    width: 100%;
    margin-left: 0%;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .start-over-us-wrapper, .start-ou-vision-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .start-over-us-image {
    margin-left: -1.25rem;
  }

  .start-over-us-image.second {
    margin-left: 1.25rem;
    margin-right: -1.25rem;
  }

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

  .start-service-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding: 2rem;
  }

  .start-service-image {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .start-service-inner-wrapper {
    justify-content: flex-start;
    align-items: center;
    padding: 0;
  }

  .start-service-text {
    text-align: center;
  }

  .cta-inner-wrapper {
    width: 100%;
  }

  .first-over-us-inner-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: flex-start;
    align-items: center;
  }

  .second-over-us-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: flex-start;
    align-items: center;
  }

  .over-us-image {
    width: 26rem;
  }

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

  .service-image {
    width: 26rem;
  }

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

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

  .icon {
    color: var(--white);
    font-size: 3rem;
    line-height: 3rem;
  }
}

@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: 10px;
    padding-left: 15px;
    padding-right: 15px;
    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: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
    padding-bottom: 2rem;
    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: 15rem;
  }

  .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.start {
    padding-bottom: 6rem;
  }

  .start-over-us-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .start-over-us-left-image-wrapper {
    width: 70%;
  }

  .start-over-us-image {
    margin-left: 0;
  }

  .start-over-us-image.second {
    display: none;
  }

  .start-service-wrapper {
    padding: 1rem;
  }

  .start-service-image {
    width: 13rem;
  }

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

  .first-over-us-inner-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .second-over-us-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .service-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .service-wrapper.change {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column-reverse;
  }

  .service-image {
    width: 20rem;
  }

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

  .contact-image {
    width: 70%;
  }

  .contact-image-wrapper {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .contact-data-wrapper {
    justify-content: flex-start;
    align-self: stretch;
    align-items: center;
  }
}

@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: 1rem;
    display: flex;
  }

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

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

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

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

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

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

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

  .section.start {
    padding-bottom: 4rem;
  }

  .section.start.ou {
    background-position: 58%;
    padding-bottom: 2rem;
  }

  .main-button-arrow {
    flex: none;
  }

  .first-start-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-left: 0;
    padding-right: 0;
  }

  .overheading-wrapper.mobile-left {
    align-self: flex-start;
  }

  .h1.white {
    font-size: 3rem;
    line-height: 4rem;
  }

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

  .h2 {
    font-size: 2.4rem;
    line-height: 3rem;
  }

  .h2.white {
    line-height: 3rem;
  }

  .start-over-us-left-image-wrapper {
    width: 100%;
  }

  .h4 {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }

  .h4.for-mobile {
    text-align: center;
    display: block;
  }

  .h4.non-mobile {
    display: none;
  }

  .start-service-grid {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    margin-left: -.5rem;
    margin-right: -.5rem;
  }

  .start-service-wrapper {
    justify-content: space-between;
    padding: .5rem;
  }

  .start-service-image {
    width: 100%;
  }

  .cta-wrapper {
    padding: 2rem 1rem;
  }

  .cta-inner-wrapper, .values-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .values-horizontal-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .values-bottom-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column-reverse;
  }

  .service-wrapper {
    padding: 1.5rem;
  }

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

  .h3.white.for-mobile {
    display: block;
  }

  .h3.white.non-mobile {
    display: none;
  }

  .service-image {
    width: 100%;
  }

  .field-label {
    margin-bottom: .2rem;
  }

  .labe-field-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .contact-image {
    width: 100%;
  }

  .contact-data-inner-wrapper {
    flex-flow: column;
  }

  .reference-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

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

  .dropdown-list.w--open {
    left: -2rem;
  }

  .icon {
    font-size: 2.6rem;
    line-height: 2.6rem;
  }

  .list-item {
    position: relative;
  }
}

#w-node-a45fe5ff-d3ce-06da-67c2-95de5b544b10-97df7112 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

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

@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: 'Inter-Lokal';
  src: url('../fonts/inter-v13-latin-700.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter-Lokal';
  src: url('../fonts/inter-v13-latin-300.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter-Lokal';
  src: url('../fonts/inter-v13-latin-900.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter-Lokal';
  src: url('../fonts/inter-v13-latin-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter-Lokal';
  src: url('../fonts/inter-v13-latin-800.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter-Lokal';
  src: url('../fonts/inter-v13-latin-500.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter-Lokal';
  src: url('../fonts/inter-v13-latin-600.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/* 404-Seite: Überschrift als h1, Darstellung unverändert wie zuvor als h2 */
.utility-page-content h1 { font-size: 32px; line-height: 36px; margin-top: 20px; margin-bottom: 10px; font-weight: bold; }
