@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-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-700.woff2') format("woff2");
  font-weight: 700;
  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-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-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-900.woff2') format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: black;
  --white: white;
  --red: #790404;
  --blue: #020262;
  --background: white;
}

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

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

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.25rem;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.625rem;
}

p {
  margin-bottom: 0;
}

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

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

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

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

.navbar-brand {
  transition: all .4s;
}

.navbar-brand:hover {
  transform: scale(.9);
}

.nav-menu {
  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-size: 1.3rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .4s;
}

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

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

.image {
  width: 7.5rem;
  max-width: none;
}

.startsection {
  background-image: url('../images/image-73.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 80vh;
  display: flex;
}

.startsection.ber-uns {
  background-image: url('../images/image-2-2.webp');
}

.startsection.leistungen {
  background-image: linear-gradient(#0000001a, #0000001a), url('../images/Group-54.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.startsection.referenzen {
  background-image: url('../images/image-14-2.webp');
}

.h1 {
  line-height: 3.6rem;
}

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

.h1.white.middle {
  color: #000;
  text-align: center;
}

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

.red.weight-500 {
  font-weight: 500;
}

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

.blue.weight-500 {
  font-weight: 500;
}

.opener {
  background-color: #ffffff78;
  border-radius: .7rem;
  width: 50%;
  margin-top: 4rem;
  padding: 2.5rem 2rem;
  position: relative;
}

.button {
  background-color: var(--white);
  color: var(--black);
  border-radius: 20rem;
  padding: 1rem 2rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1rem;
  transition: all .3s;
  position: absolute;
  inset: auto 4% -7% auto;
}

.button:hover {
  transform: scale(1.025);
}

.section {
  padding: 6.25rem 1.25rem;
  overflow: hidden;
}

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

.section.background-img.carrier {
  background-image: url('../images/image-74_2.webp');
}

.section._12rem {
  padding-top: 12rem;
}

.section.kontakt {
  background-image: url('../images/image-17_1.webp');
  background-position: 50%;
  background-size: cover;
  position: relative;
}

.section.top-margin-6rem {
  overflow: visible;
}

.section.bottom-margin-10rem {
  padding-bottom: 10rem;
}

.normal_wrapper {
  max-width: 62.5rem;
}

.normal_wrapper.top-margin-5rem {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.normal_wrapper.top-margin-5rem.referenzen {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

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

.normal_wrapper.flex-horizontal.gap-3rem {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
}

.normal_wrapper.flex-vertical {
  flex-flow: column;
  display: flex;
}

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

.normal_wrapper.flex-vertical.center.top-margin-4rem {
  margin-top: 4rem;
}

.normal_wrapper.flex-vertical.center.top-margin-4rem.gap-2rem {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.normal_wrapper.blue-section {
  z-index: 2;
  position: relative;
}

.div-block-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--background);
  flex-flow: column;
  padding: 2rem 3rem;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

._100_wrapper {
  width: 100%;
  height: 100%;
}

._100_wrapper.flex_horizontal {
  display: flex;
}

._100_wrapper.flex_horizontal.center {
  justify-content: flex-start;
  align-items: center;
}

._100_wrapper.flex_horizontal.space-between {
  justify-content: space-between;
}

._100_wrapper.absolut {
  position: absolute;
  inset: 0%;
}

._100_wrapper.absolut.bg-black {
  background-image: linear-gradient(#00000080, #00000080);
}

.div-block-3 {
  flex-flow: column;
  width: 35%;
  height: 80%;
  margin-left: 10%;
}

.h2.red_underline {
  border-bottom: 4px solid var(--red);
  text-align: center;
  padding-bottom: 20px;
  font-size: 1.6rem;
}

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

.h2.blue._600 {
  font-weight: 600;
}

.h2.blue._600._2-5-rem {
  font-size: 2.5rem;
  line-height: 3rem;
}

.h2.blue._600._2-5-rem.center, .h2.blue.center {
  text-align: center;
}

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

.h3.services {
  color: var(--blue);
  text-align: center;
  font-size: 1.8rem;
  line-height: 2.1rem;
}

.paragraph {
  font-size: .9rem;
  line-height: 1.1rem;
}

.paragraph-2 {
  font-weight: 500;
}

.div-block-4 {
  background-color: #f4f4f4;
  width: 55%;
  padding: 2rem;
}

.red-button {
  background-color: var(--red);
  color: var(--white);
  white-space: nowrap;
  border-radius: 1rem;
  padding: .8rem;
  transition: all .4s;
}

.red-button:hover {
  transform: translate(0, -2px)scale(1.02);
}

.red-button.right {
  align-self: flex-end;
  transition: all .4s;
}

.red-button.right:hover {
  transform: translate(0, -2px)scale(1.05);
}

.red-button.left {
  align-self: flex-start;
}

.div-block-5 {
  flex-flow: column;
  width: 35%;
  height: 80%;
  margin-right: 10%;
}

.link-red {
  color: var(--red);
  font-size: 1.3rem;
  font-weight: 500;
}

.link-red.red-underline {
  border-bottom: 1px solid var(--red);
}

.link-red.red-underline.right {
  z-index: 3;
  border-bottom-width: .125rem;
  align-self: flex-end;
  margin-top: 4rem;
  margin-bottom: -6rem;
  padding-bottom: .2rem;
  transition: all .4s;
  position: relative;
}

.link-red.red-underline.right:hover {
  border-bottom-color: var(--blue);
  color: var(--blue);
}

.color-separator {
  background-image: url('../images/Group-148.webp');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: cover;
  height: 2rem;
}

.color-separator.top-margin-3rem {
  margin-top: 3rem;
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

._50 {
  height: 50%;
}

.footer-dark {
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.image-17 {
  width: 35px;
  max-width: none;
}

.footer-copyright-center-2 {
  color: var(--black);
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

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

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

.text-block-2.breaking {
  white-space: normal;
  word-break: normal;
  line-height: 22px;
}

.image-18 {
  width: 50px;
  max-width: none;
}

.title-small {
  color: var(--blue);
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.link-block-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--black);
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

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

.footer-link {
  color: var(--black);
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
  transition: all .3s;
}

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

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

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

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

.div-block-19 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  margin-left: 1rem;
  display: flex;
}

.image-15 {
  width: 150px;
  max-width: none;
  position: static;
  inset: auto 10% 1% auto;
}

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

.div-block-20 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

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

.footer-brand {
  width: 9rem;
  transition: all .3s;
}

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

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

.image-4 {
  width: 100%;
  max-width: none;
}

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

.link-block-2:hover {
  transform: scale(.95);
}

.container-5 {
  max-width: 1000px;
  position: relative;
}

.grid {
  z-index: 2;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 3rem;
  position: relative;
}

.text-block-3 {
  border-bottom: .125rem solid var(--red);
  text-align: left;
  padding-top: .5rem;
  padding-bottom: .3125rem;
}

.services {
  color: var(--red);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  transition: all .4s;
  display: flex;
}

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

.image-19 {
  z-index: 0;
  position: absolute;
  inset: auto -9% -37% auto;
}

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

.grid-3 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: start center;
  margin-top: 60px;
}

.company-values {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  width: 13.9rem;
  box-shadow: 0 2px 5px 2px var(--red);
  color: var(--blue);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 2rem 3rem;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.4rem;
  display: flex;
}

.company-values.mobile {
  display: none;
}

.values {
  width: 7rem;
  max-width: none;
}

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

.grid-4 {
  margin-top: 2rem;
}

.hover-div {
  height: 16.5rem;
  color: var(--white);
  text-align: center;
  background-image: url('../images/image-70.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding: 3rem;
  font-size: 1.3rem;
  line-height: 1.5rem;
  display: flex;
  position: relative;
}

.hover-div.first {
  background-image: url('../images/image-76.webp');
}

.hover-div.second {
  background-image: url('../images/image-71.webp');
}

.hover-div.fourth {
  background-image: url('../images/image-73.webp');
}

.hover-div.third {
  background-image: url('../images/image-72.webp');
}

.heading {
  z-index: 1;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  font-size: 2.2rem;
  line-height: 2.2rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.heading.display-none {
  display: none;
}

.normal-paragraph {
  position: relative;
}

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

.contact {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 2px solid var(--black);
  flex-flow: column;
  padding: 1rem 1.5rem;
  display: flex;
  box-shadow: 0 2px 5px 1px #0003;
}

.paragraph-4 {
  color: var(--blue);
  font-size: 1.1rem;
  line-height: 1.4rem;
}

.width-50 {
  width: 50%;
}

.width-50.flex-vertical {
  flex-flow: column;
  display: flex;
}

.width-50.flex-vertical.gap-3rem {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
}

.image-20 {
  width: 30rem;
  max-width: none;
}

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

.vertical-wrapper {
  flex-flow: column;
  display: flex;
}

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

.member-name {
  text-align: center;
  margin-top: 1rem;
  font-size: 1.2rem;
  font-weight: 600;
}

.grid-6 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 4rem;
}

.wrapper-service {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  background-image: url('../images/Group-58.webp');
  background-position: 50%;
  background-size: auto;
  flex-flow: column;
  padding: 2rem;
  display: flex;
}

.wrapper-service.first {
  background-image: url('../images/Group-58.webp');
  background-size: cover;
}

.wrapper-service.second {
  background-image: url('../images/image-66.webp');
  background-size: cover;
}

.wrapper-service.third {
  background-image: url('../images/image-67.webp');
  background-size: cover;
}

.wrapper-service.fourth {
  background-image: url('../images/image-68.webp');
}

.wrapper-service.fifth {
  background-image: url('../images/Group-58-1.webp');
  background-size: cover;
}

.wrapper-service.sixth {
  background-image: url('../images/Group-58-2.webp');
  background-size: cover;
}

.wrapper-service.seventh {
  background-image: url('../images/Group-58-3.webp');
  background-size: cover;
}

.flex-horizontal {
  display: flex;
}

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

.arrow {
  width: 2rem;
  max-width: none;
}

.big-wrapper {
  max-width: 1100px;
}

.blue-wrapper {
  background-color: var(--blue);
  box-shadow: 0 2px .4375rem .1875rem var(--blue);
  padding: 4rem 2rem;
  position: relative;
}

.paragraph-5 {
  width: 70%;
  color: var(--white);
  font-size: 1.3rem;
  line-height: 1.6rem;
}

.div-block-21 {
  background-color: var(--blue);
  width: 30%;
  height: 100%;
  position: absolute;
  inset: -38% auto auto 0%;
}

.div-block-21.bue-shadow {
  box-shadow: 0 2px .4375rem .1875rem var(--blue);
}

.paint-brush {
  width: 6rem;
  max-width: none;
  position: absolute;
  inset: -44% -9% auto auto;
}

.div-block-22 {
  background-color: var(--blue);
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: auto 0% -40% auto;
}

.div-block-22.bue-shadow {
  box-shadow: 0 2px .4375rem .1875rem var(--blue);
}

.paragraph-5-copy {
  width: 70%;
  color: var(--white);
  text-align: right;
  margin-left: 5%;
  font-size: 1.3rem;
  line-height: 1.6rem;
}

.paragraph-6 {
  margin-right: 10%;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.3rem;
}

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

._2er-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
}

.container-6 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 5rem;
  display: flex;
}

.div-block-23 {
  display: flex;
}

.paragraph-7 {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.4rem;
}

.paragraph-8 {
  margin-top: 1rem;
  font-size: 1.2rem;
  line-height: 1.5rem;
}

.div-block-24 {
  margin-right: 4rem;
}

.image-21 {
  width: 10rem;
  max-width: none;
  position: absolute;
  inset: 50% 0% 0% auto;
}

.text-block-5 {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.6rem;
}

.div-block-25 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  display: flex;
}

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

.form {
  background-color: var(--white);
  flex-flow: column;
  padding: 4rem;
  display: flex;
  box-shadow: 0 0 .625rem .2rem #0003;
}

.contact-data {
  justify-content: space-between;
  align-items: center;
  margin-top: 1.4rem;
  margin-bottom: 1rem;
  display: flex;
}

.text-field {
  border: .125rem solid var(--black);
  width: 75%;
  color: var(--black);
  border-radius: .4rem;
  margin-bottom: 0;
  padding: 1rem;
  font-size: 1.2rem;
  line-height: 1.4rem;
}

.text-field:focus {
  border-color: var(--black);
}

.utility-page-wrap {
  background-color: #6b6b6b;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

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

.text-block-6, .heading-2 {
  margin-top: 1rem;
}

.lottie-animation {
  color: var(--black);
}

.image-24 {
  margin-left: 10%;
}

.utility-page-wrap-copy {
  background-color: #6b6b6b;
  padding: 10rem 2rem 4rem;
}

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

.image-25 {
  width: 8rem;
  max-width: none;
  position: absolute;
  inset: 76% auto 0% 0%;
}

.carrier-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 70%;
  display: flex;
}

.black-line {
  background-color: var(--black);
  width: 100%;
  height: .1rem;
}

.haken {
  width: 2rem;
  max-width: none;
}

@media screen and (max-width: 991px) {
  .nav-menu-wrapper {
    background-color: #0000;
  }

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

  .nav-link {
    color: var(--black);
    padding-left: 5px;
    padding-right: 5px;
  }

  .menu-button {
    padding: 12px;
  }

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

  .opener {
    width: 60%;
  }

  .section {
    overflow: hidden;
  }

  ._100_wrapper.flex_horizontal.center {
    justify-content: space-between;
    align-items: center;
  }

  .div-block-3 {
    width: 40%;
    margin-left: 0%;
  }

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

  .div-block-5 {
    width: 40%;
  }

  .footer-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-left: 20px;
  }

  .link-block-3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .div-block-19 {
    margin-left: 0;
  }

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

  .footer-brand {
    width: 9.375rem;
  }

  .image-19 {
    bottom: -34%;
  }

  .grid-2 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

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

  .image-21 {
    width: 5rem;
    display: none;
  }

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

  .image-24 {
    max-width: 40%;
  }

  .image-25 {
    width: 5rem;
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .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;
  }

  .opener {
    width: 90%;
  }

  .section {
    overflow: hidden;
  }

  .normal_wrapper.top-margin-5rem.referenzen {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .normal_wrapper.flex-horizontal.gap-3rem {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  ._100_wrapper.flex_horizontal.center {
    flex-flow: column;
  }

  ._100_wrapper.flex_horizontal.center.change {
    flex-flow: column-reverse;
  }

  ._100_wrapper.flex_horizontal.space-between {
    align-items: center;
  }

  .div-block-3 {
    width: 63%;
    margin-top: 2rem;
  }

  .div-block-4 {
    width: 100%;
  }

  .div-block-5 {
    width: 52%;
    margin-top: 2rem;
    margin-right: 0%;
  }

  .color-separator {
    background-size: cover;
    height: 2rem;
  }

  .footer-dark {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .image-17 {
    width: 25px;
  }

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

  .footer-block {
    align-items: center;
  }

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

  .image-18 {
    width: 40px;
  }

  .link-block-3 {
    justify-content: center;
    align-items: center;
  }

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

  .image-15 {
    margin-top: 10px;
  }

  .footer-divider, .div-block-20 {
    margin-top: 20px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .link-block-2 {
    position: static;
  }

  .grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .image-19 {
    bottom: -21%;
  }

  .grid-2, .grid-3 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    place-items: stretch stretch;
  }

  .company-values {
    width: auto;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .normal-paragraph.center.width-50 {
    width: 75%;
  }

  .image-20 {
    width: 20rem;
  }

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

  .wrapper-service {
    width: 45vw;
    padding: 1rem;
  }

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

  .flex-horizontal.center {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .arrow {
    width: 1.5rem;
  }

  .blue-wrapper {
    margin-top: 8rem;
  }

  .paragraph-5 {
    width: 90%;
    margin-bottom: 1rem;
  }

  .paragraph-5-copy {
    width: 90%;
  }

  ._3er-wrapper, ._2er-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .image-23 {
    max-width: 65%;
  }

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

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

  .menu-button.w--open {
    padding: .6rem;
    line-height: 1rem;
  }

  .startsection {
    height: 60vh;
  }

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

  .button {
    font-size: 1.3rem;
  }

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

  .section.kontakt {
    padding-top: 8rem;
  }

  .section.top-margin-6rem {
    padding-top: 6rem;
  }

  .section.bottom-margin-10rem {
    padding-bottom: 5rem;
  }

  .normal_wrapper.top-margin-5rem.referenzen {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .normal_wrapper.flex-horizontal, .normal_wrapper.flex-horizontal.gap-3rem {
    flex-flow: column;
  }

  .div-block-2 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding: 1rem;
  }

  ._100_wrapper.flex_horizontal.space-between {
    flex-flow: column;
  }

  .div-block-3 {
    width: 100%;
  }

  .h2.blue._600._2-5-rem.center {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .h3 {
    line-height: 2.5rem;
  }

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

  .red-button.right {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .div-block-5 {
    align-self: center;
    width: 100%;
    margin-right: 0%;
  }

  .link-red.red-underline.right {
    margin-top: 3rem;
  }

  .color-separator {
    height: 1.2rem;
  }

  .color-separator.top-margin-3rem {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

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

  .image-17 {
    width: 25px;
  }

  .footer-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 20px;
    margin-left: 0;
  }

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

  .image-18 {
    width: 35px;
  }

  .title-small {
    margin-bottom: 10px;
  }

  .link-block-3 {
    text-align: center;
  }

  .link-block-3:hover {
    color: #e3726d;
  }

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

  .div-block-19 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .image-15 {
    width: 120px;
  }

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

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

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

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

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

  .image-19 {
    max-width: 120%;
    bottom: -11%;
    right: -18%;
  }

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

  .grid-3 {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
    margin-top: 2rem;
    display: none;
  }

  .company-values.mobile {
    padding-left: .6rem;
    padding-right: .6rem;
    display: flex;
  }

  .values {
    width: 5rem;
  }

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

  .hover-div.first, .hover-div.second, .hover-div.fourth, .hover-div.third {
    height: auto;
    padding: 1rem;
  }

  .heading {
    padding: .5rem;
    font-size: 1.2rem;
    line-height: 1.5rem;
  }

  .normal-paragraph {
    font-size: 1.2rem;
  }

  .normal-paragraph.center.width-50 {
    width: 90%;
  }

  .width-50.flex-vertical.gap-3rem {
    width: 100%;
    margin-bottom: 3rem;
  }

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

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

  .wrapper-service {
    padding: .5rem;
  }

  .blue-wrapper {
    margin-top: 14rem;
  }

  .div-block-21.bue-shadow {
    width: 40%;
  }

  .paint-brush {
    top: -29%;
    right: -23%;
  }

  .paragraph-5-copy {
    margin-top: 6rem;
  }

  .paragraph-6 {
    text-align: center;
    margin-bottom: 2rem;
    margin-right: 0%;
  }

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

  .div-block-23 {
    flex-flow: column;
  }

  .div-block-24 {
    margin-right: 1rem;
  }

  .image-22 {
    width: 4rem;
  }

  .form {
    padding: 1rem;
  }

  .contact-data {
    grid-column-gap: .2rem;
    grid-row-gap: .2rem;
    flex-flow: column;
    margin-top: .8rem;
    margin-bottom: .8rem;
  }

  .icon {
    font-size: 2.5rem;
  }

  .image-24 {
    max-width: 80%;
    margin-left: 0%;
  }

  .break-all {
    word-break: break-all;
  }

  .code-embed {
    line-height: 1.3rem;
  }

  .div-block-26 {
    margin-top: 1rem;
  }
}

#w-node-_5e841527-6ed3-edb1-723b-c47bccbe4a50-ccbe4a49, #w-node-_5e841527-6ed3-edb1-723b-c47bccbe4a5d-ccbe4a49 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2e91db08-af36-d288-d4ce-4ae00947748f-be65a056 {
  grid-area: 2 / 1 / 4 / 2;
}

#w-node-_701f3fe3-18a9-99d1-701b-a490e80e584e-be65a056 {
  grid-area: 4 / 1 / 6 / 2;
}

#w-node-_57b5e79c-f911-2165-8081-d6b528ce7c8d-be65a056, #w-node-_2e5dc11d-28fa-37a5-8027-f16701518a5e-be65a056, #w-node-bbe19d39-952e-0070-62d0-020db943b1a4-be65a056 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_90691126-4aa2-a2e6-c7cc-0b10cdbf7196-be65a056 {
  grid-area: 2 / 3 / 4 / 4;
}

#w-node-b4525c00-7fdd-3651-7b25-9abba77ad1ee-be65a056 {
  grid-area: 4 / 3 / 6 / 4;
}

#w-node-_3f43ca44-0868-84f5-0539-e6a1e4b050ba-dd3f8cbf {
  place-self: stretch stretch;
}

#w-node-_36a4f7c7-a8ca-bd48-824f-ca54f011f8f2-dd3f8cbf {
  grid-area: span 2 / span 1 / span 2 / span 1;
  place-self: stretch stretch;
}

#w-node-_871e8fc6-a48b-29ec-e585-c34e86a65bf6-dd3f8cbf, #w-node-_5121a41a-5318-0576-1c22-54916e17769c-dd3f8cbf, #w-node-ee48c16e-4dfd-9f54-7bc7-861308f2a521-dd3f8cbf {
  place-self: stretch stretch;
}

#w-node-_349e4f3b-fa24-45a2-7ba4-5aaf72578ca0-dd3f8cbf {
  grid-area: span 2 / span 1 / span 2 / span 1;
  place-self: stretch stretch;
}

#w-node-_349e4f3b-fa24-45a2-7ba4-5aaf72578c9f-dd3f8cbf, #w-node-_349e4f3b-fa24-45a2-7ba4-5aaf72578ca1-dd3f8cbf, #w-node-_2712c37e-0446-c317-46b3-8ac73020e352-dd3f8cbf, #w-node-_2712c37e-0446-c317-46b3-8ac73020e353-dd3f8cbf, #w-node-baaa1d6c-aa1d-a546-c9f4-329d7bbeaf63-dd3f8cbf {
  place-self: stretch stretch;
}

#w-node-baaa1d6c-aa1d-a546-c9f4-329d7bbeaf64-dd3f8cbf {
  grid-area: span 2 / span 1 / span 2 / span 1;
  place-self: stretch stretch;
}

#w-node-baaa1d6c-aa1d-a546-c9f4-329d7bbeaf65-dd3f8cbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_16210fd7-eab3-4d35-b3bf-c3d59a142d58-dd3f8cbf {
  grid-area: span 2 / span 1 / span 2 / span 1;
  place-self: stretch stretch;
}

#w-node-_16210fd7-eab3-4d35-b3bf-c3d59a142d59-dd3f8cbf, #w-node-_16210fd7-eab3-4d35-b3bf-c3d59a142d5a-dd3f8cbf, #w-node-d6478a5c-80d8-1bba-6333-66a8d94fd09f-dd3f8cbf, #w-node-d6478a5c-80d8-1bba-6333-66a8d94fd0a0-dd3f8cbf {
  place-self: stretch stretch;
}

@media screen and (max-width: 767px) {
  #w-node-_1c27d327-7e70-7546-edc1-b915c60b4cf6-2ec5de8f {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_2e91db08-af36-d288-d4ce-4ae00947748f-be65a056, #w-node-_701f3fe3-18a9-99d1-701b-a490e80e584e-be65a056, #w-node-_90691126-4aa2-a2e6-c7cc-0b10cdbf7196-be65a056 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-b4525c00-7fdd-3651-7b25-9abba77ad1ee-be65a056 {
    grid-area: span 2 / span 2 / span 2 / span 2;
    justify-self: center;
  }
}


@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-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-700.woff2') format('woff2');
  font-weight: 700;
  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-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-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-900.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* Landmark ohne Einfluss aufs Layout */
main { display: contents; }
