:root {
  --yelb: #c8b8a8;
  --navy: #192537;
  --hellblau: #7c99b8;
  --bsr-rot: #ed1d25;
  --s: 1rem;
  --dunkel\<deleted\|variable-9084c56e-41aa-c389-5668-1661a837b1b5\>: #222d43;
  --blau\<deleted\|variable-8b724f65-2a1e-42a1-0330-e27060bf949d\>: #0068b2;
  --hell\<deleted\|variable-0b220661-7ed2-2726-626d-8ade69422509\>: #009fe3;
  --m: 3rem;
  --weiß: white;
  --stahlgrau\<deleted\|variable-7e5812d4-2b42-b1d2-cffa-32b8e406a135\>: #71797e;
  --color-2\<deleted\|variable-ede54703-817b-c9b4-9fad-ad73c6993a84\>: #3b8fca;
  --color-4\<deleted\|variable-df2ef7fa-24a0-7571-bfc7-95f917627b89\>: #dfe7f6;
  --sand: #ece4d9;
  --l: 6rem;
  --grau: #92918d;
}

.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 {
  background-color: var(--yelb);
  color: var(--navy);
  font-family: poppins, sans-serif;
  font-size: 1vw;
  line-height: 1.6;
  transition: all .4s;
}

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

h2 {
  color: var(--hellblau);
  text-wrap: balance;
  max-width: 100%;
  margin-top: 0;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h3 {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.4;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .85em;
  font-weight: 700;
  line-height: 1.4;
}

p {
  color: var(--navy);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.2rem;
}

a {
  color: var(--bsr-rot);
  text-shadow: none;
  font-size: 1.2rem;
  text-decoration: none;
}

ul {
  margin-top: var(--s);
  margin-bottom: 10px;
  padding-left: 0;
  font-size: 1.3em;
}

li {
  background-image: url('../images/checkbox.png');
  background-position: 0 5px;
  background-repeat: no-repeat;
  background-size: 20px;
  padding-left: 25px;
  font-size: 1.2rem;
  list-style-type: none;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

blockquote {
  border-left: .4em solid #e2e2e2;
  margin-bottom: 1em;
  padding: 1em 2em;
  font-size: 140%;
  line-height: 1.6;
}

.html {
  width: 0;
  height: 0;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.carousel-slider {
  display: none;
}

.footer {
  background-color: var(--navy);
  position: relative;
}

.footer_link {
  color: var(--dunkel\<deleted\|variable-9084c56e-41aa-c389-5668-1661a837b1b5\>);
  font-size: .7rem;
}

.footer_link:hover {
  color: var(--blau\<deleted\|variable-8b724f65-2a1e-42a1-0330-e27060bf949d\>);
}

.dropdown {
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  position: static;
}

.hr-navi {
  z-index: 9;
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.grund-wrapper {
  z-index: 1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 10rem;
  display: flex;
  position: relative;
}

._75 {
  width: 75%;
  margin-bottom: 60px;
}

._75 h4 {
  color: var(--hell\<deleted\|variable-0b220661-7ed2-2726-626d-8ade69422509\>);
  letter-spacing: 0;
}

.bild {
  margin-bottom: var(--m);
  border-top-left-radius: var(--m);
  border-bottom-right-radius: var(--m);
  background-image: url('../images/IR-csm_HMS02870_6a3c4adc11_1IR-csm_HMS02870_6a3c4adc11.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 30em;
  position: relative;
  overflow: hidden;
}

.chronologie-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

._2-column_content {
  border-top-left-radius: var(--s);
  border-bottom-right-radius: var(--s);
  background-color: var(--hell\<deleted\|variable-0b220661-7ed2-2726-626d-8ade69422509\>);
  color: var(--weiß);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding: 2em 3em;
  display: flex;
}

.sticky {
  flex-flow: column;
  height: 80vh;
  display: flex;
  position: sticky;
  top: 15vh;
}

.sticky._66 {
  justify-content: flex-start;
  align-items: flex-start;
  height: 66vh;
  top: 20vh;
}

.heading-gro {
  max-width: 100%;
  margin-bottom: 4rem;
  font-size: 7rem;
}

.heading-gro.skew-up {
  color: var(--hell\<deleted\|variable-0b220661-7ed2-2726-626d-8ade69422509\>);
}

.sticky-spacer {
  height: 20vh;
}

.header-neu {
  z-index: 1;
  justify-content: flex-start;
  align-items: center;
  min-height: auto;
  padding-top: 8rem;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.h1-klein {
  color: var(--hellblau);
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 1.4em;
}

.h1-klein.wei {
  color: var(--weiß);
}

.h1-klein.yelb {
  color: var(--yelb);
}

.spalte {
  z-index: 5;
  background-color: var(--weiß);
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  transition: all .666s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.spalte.rot {
  background-color: var(--bsr-rot);
  color: var(--weiß);
}

.spalte.grau {
  background-color: var(--navy);
  color: var(--weiß);
}

.spalte.blau {
  background-color: var(--navy);
}

.spalte.ausblenden {
  display: none;
}

.menu-link {
  color: var(--stahlgrau\<deleted\|variable-7e5812d4-2b42-b1d2-cffa-32b8e406a135\>);
  margin-bottom: .5em;
  transition: all .666s;
}

.menu-link:hover {
  color: var(--hell\<deleted\|variable-0b220661-7ed2-2726-626d-8ade69422509\>);
  letter-spacing: .01em;
}

.menu-icon {
  z-index: 2;
  cursor: pointer;
  width: 50px;
  height: 50px;
  padding: 10px;
  position: fixed;
  top: 2em;
  left: auto;
  right: 5vw;
}

.men-_underline {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.custom-cursor-wrapper {
  z-index: 50000000;
  mix-blend-mode: multiply;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: fixed;
  inset: 0%;
}

.mein-cursor {
  background-color: var(--bsr-rot);
  opacity: .8;
  mix-blend-mode: difference;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  display: none;
}

.cursor-click {
  display: none;
}

.cc_text {
  color: var(--weiß);
  mix-blend-mode: normal;
  font-size: 1em;
  display: none;
}

.cc_text.ausblenden {
  display: none;
}

.hr_webclip {
  transform-origin: 0%;
  width: 24em;
  max-width: none;
  position: relative;
}

.button-wrapper {
  grid-column-gap: var(--s);
  grid-row-gap: var(--s);
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.accordion-item {
  z-index: 9;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 2rem 2rem .5rem;
  font-weight: 700;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.utility-page-content {
  background-color: var(--weiß);
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3em;
  padding-left: 3em;
  padding-right: 3em;
  display: flex;
}

._404 {
  background-image: url('../images/Bild1_AdobeStock_190519045_bearbeitet_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.text-block-66 {
  margin-bottom: var(--m);
  font-size: 1.5em;
}

.sm {
  width: 2rem;
  display: block;
}

.mh-con {
  z-index: 2;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding: 8rem 4rem;
  display: flex;
  position: relative;
}

.mh-con.navigation {
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.mh-con.big {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.mh-con.headeranpassung-flex {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  max-width: none;
}

.mh-con._100-center {
  justify-content: flex-start;
  align-items: center;
  max-width: 1600px;
  height: 100%;
}

.mh-con._100-center.toppadding {
  padding-top: 0;
  padding-bottom: 0;
}

.mh-con.footer {
  justify-content: center;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.social-media {
  grid-column-gap: var(--s);
  grid-row-gap: var(--s);
  border-radius: var(--m);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  place-items: center;
  height: 4rem;
  margin-left: auto;
  padding: 1rem 2rem;
  display: flex;
  position: absolute;
  inset: 0% 3rem auto auto;
}

.navbar-brand {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  aspect-ratio: 50 / 17;
  transform-origin: 0 0;
  object-fit: scale-down;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navbar-brand:hover {
  color: #d12e64;
}

.navbar-brand.w--current {
  object-fit: cover;
}

.button {
  z-index: 2;
  border: 1px solid var(--weiß);
  background-color: var(--weiß);
  color: var(--dunkel\<deleted\|variable-9084c56e-41aa-c389-5668-1661a837b1b5\>);
  letter-spacing: 2px;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  transition: all .555s;
  position: relative;
}

.button:hover {
  border-bottom-color: var(--color-2\<deleted\|variable-ede54703-817b-c9b4-9fad-ad73c6993a84\>);
  background-color: var(--weiß);
  box-shadow: none;
}

.button:active {
  border-color: var(--color-2\<deleted\|variable-ede54703-817b-c9b4-9fad-ad73c6993a84\>);
  background-color: var(--color-2\<deleted\|variable-ede54703-817b-c9b4-9fad-ad73c6993a84\>);
  box-shadow: none;
  color: var(--weiß);
}

.button.w--current {
  border-bottom-color: var(--hell\<deleted\|variable-0b220661-7ed2-2726-626d-8ade69422509\>);
  background-color: var(--color-4\<deleted\|variable-df2ef7fa-24a0-7571-bfc7-95f917627b89\>);
  color: var(--dunkel\<deleted\|variable-9084c56e-41aa-c389-5668-1661a837b1b5\>);
}

.button._2 {
  border-color: var(--bsr-rot);
  background-color: var(--weiß);
  color: var(--navy);
  padding: 12px 20px;
}

.button._2:hover {
  border-color: red red var(--bsr-rot);
  background-color: var(--bsr-rot);
  box-shadow: 0 4px 5px 0 var(--sand);
  color: var(--weiß);
  transform: translate(0, -3px);
}

.button._2:active {
  background-image: linear-gradient(#00000080, #00000080);
  transform: translate(0);
}

.navbar-no-shadow {
  z-index: 20;
  background-color: var(--navy);
  position: fixed;
  inset: 0% 0% auto;
}

.footer-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.kmv-text {
  margin-bottom: 1em;
}

.header {
  background-image: url('../images/Bild1_AdobeStock_190519045_bearbeitet_1.avif');
  background-position: 50% 0;
  background-size: cover;
  background-attachment: fixed;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100vh;
  display: flex;
  position: relative;
}

.header.unterseite {
  min-height: auto;
}

.bkg {
  aspect-ratio: custom;
  object-fit: cover;
  background-image: url('../images/Bild1_AdobeStock_190519045_bearbeitet_1.avif');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.mh2-text {
  text-shadow: none;
}

.mh2-text.in-produkt {
  margin-bottom: 6rem;
}

.mh2-text.absatz {
  margin-bottom: var(--m);
}

.mh2-text.wei {
  color: var(--weiß);
}

.mh2-text h4 {
  color: var(--hellblau);
  font-size: 1.4rem;
}

.header-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--weiß);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 70%;
  margin-right: auto;
  display: none;
}

.header-wrap._100 {
  padding-right: var(--l);
  max-width: 100%;
}

.div-block-36 {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.mh2-nav {
  background-color: var(--navy);
  height: 6rem;
  box-shadow: 0 2px 20px #0003;
}

.sm-link {
  width: 2rem;
}

.sm-icon {
  width: 100%;
  height: 100%;
}

.sponsoren_wrap {
  border-radius: var(--s);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.mehr-button {
  border-radius: var(--s);
  background-color: var(--color-2\<deleted\|variable-ede54703-817b-c9b4-9fad-ad73c6993a84\>);
  color: var(--weiß);
  margin-top: 10px;
  padding: 10px 20px;
  transition: all .777s;
}

.mehr-button:hover {
  background-image: linear-gradient(to bottom, #00000080, #00000080), linear-gradient(to bottom, var(--color-2\<deleted\|variable-ede54703-817b-c9b4-9fad-ad73c6993a84\>), var(--color-2\<deleted\|variable-ede54703-817b-c9b4-9fad-ad73c6993a84\>));
  opacity: 100;
  padding-left: 25px;
  padding-right: 25px;
}

.karrierebild {
  aspect-ratio: 2;
  object-fit: cover;
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
}

.code-embed-2 {
  display: none;
}

.links {
  width: 60%;
  display: flex;
}

.hero-h2 {
  color: var(--weiß);
  text-transform: none;
  text-wrap: balance;
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5em;
  line-height: 1.2;
}

.hero-h2.skew-up {
  text-transform: none;
}

.nav-button-wrap {
  color: var(--weiß);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  padding-left: .3rem;
  padding-right: .3rem;
  display: flex;
}

.button-line {
  background-color: var(--hellblau);
  width: 1.5rem;
  height: .1em;
}

.button-text {
  color: var(--sand);
}

.button-text:hover {
  color: var(--weiß);
}

.nav-menu-6 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.plan {
  background-image: url('../images/Plan-to-realization2_1Plan-to-realization2.avif');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  width: 35rem;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.leistung {
  flex-flow: column;
  height: 100%;
  display: flex;
  position: relative;
}

.leistung-bild {
  overflow: hidden;
}

.cover {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: all .2s;
  display: flex;
}

.leistungen-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.leistung-content {
  border-style: none;
  border-color: var(--sand);
  flex-flow: column;
  min-height: 300px;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-right: 4rem;
  display: flex;
}

.leistung-icon {
  z-index: 5;
  margin-right: var(--s);
  width: 5rem;
  margin-left: auto;
  position: relative;
}

.mitten-wrap {
  z-index: 2;
  justify-content: center;
  align-items: center;
  height: 0;
  display: flex;
  position: relative;
}

.mitten-wrap.links {
  width: auto;
  padding-left: 0;
  padding-right: 0;
}

.mitten-wrap.padding-small {
  padding-left: 4rem;
  padding-right: 1rem;
}

.leistung-button {
  border: .01em solid var(--sand);
  background-color: var(--bsr-rot);
  color: var(--weiß);
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding: .5rem 1rem;
  font-size: .9rem;
  display: flex;
}

.leistung-button.links {
  background-color: var(--hellblau);
  width: auto;
  margin-left: 0;
}

.section-grau {
  background-color: var(--navy);
  color: var(--weiß);
  position: relative;
}

.caps {
  text-transform: uppercase;
}

._w-rfelgrid {
  z-index: -1;
  width: 20rem;
  position: absolute;
  right: 10rem;
}

.produktbild {
  aspect-ratio: 3 / 2;
  width: 66%;
  max-height: 50rem;
  margin-left: 0;
  margin-right: auto;
}

.produkt {
  margin-bottom: var(--l);
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.produkttext {
  z-index: 2;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1600px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 4rem 4rem 0;
  display: flex;
  position: relative;
}

.produkttext.zentriert {
  justify-content: center;
  align-items: center;
}

.produkttext.marcus {
  display: none;
}

.produkttext.down, .produkttext.flex-down {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 4rem;
}

.produkttext.ausblenden {
  display: none;
}

.produkttext.poppins {
  font-family: Poppins, sans-serif;
}

._w-rfel {
  z-index: 5;
  width: 5rem;
  position: absolute;
  inset: -2.5rem 3rem auto auto;
}

.ticker {
  width: 100%;
  display: flex;
  position: relative;
}

.marquee-image {
  border-radius: 1em;
  height: 7rem;
}

.marquee-content {
  grid-column-gap: 1rem;
  flex: none;
  justify-content: space-around;
  min-width: 100%;
  display: flex;
}

.marquee-content.scroll.reverse {
  width: 100%;
}

.seitenverlauf {
  z-index: 2;
  background-image: linear-gradient(90deg, var(--weiß) 1%, #fff0 15%, #9c9c9c00 85%, var(--weiß) 99%);
  pointer-events: none;
  position: absolute;
  inset: 0%;
}

.seitenverlauf.dunkel {
  background-image: linear-gradient(90deg, var(--navy) 1%, #fff0 15%, #9c9c9c00 85%, var(--navy) 99%);
}

.marquee {
  grid-column-gap: 1rem;
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  overflow: hidden;
}

.raster {
  margin-bottom: var(--l);
  grid-column-gap: var(--s);
  grid-row-gap: var(--s);
  grid-template-rows: auto;
  align-content: stretch;
  place-items: start stretch;
  width: 100%;
}

.raster._4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--weiß);
  color: var(--navy);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  display: grid;
}

.raster.centered {
  place-items: center start;
}

.h3-gro {
  font-size: 5em;
  line-height: 1.2;
}

.icon {
  aspect-ratio: 3 / 3.5;
  object-fit: cover;
  width: 30px;
}

.kontakt-linkwrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--sand);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.kontakt-bild {
  aspect-ratio: 4 / 5;
  overflow: hidden;
}

.kontakt-content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-style: none;
  border-color: var(--sand);
  flex-flow: column;
  padding: 1rem 4rem 2rem;
  display: flex;
}

.kontakt-link {
  color: var(--navy);
}

.kontakt-link:hover {
  color: var(--bsr-rot);
}

.name {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.kontakt-head {
  margin-top: 10px;
  margin-bottom: 10px;
}

.kontakt-hover {
  z-index: 5;
  position: fixed;
  inset: auto auto 20px 20px;
}

.kontakt-icon {
  width: 50px;
}

.kontraktform-hover {
  z-index: 4;
  pointer-events: none;
  background-color: #ed1c2400;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 500px;
  height: 100vh;
  padding: 20px;
  display: flex;
  position: fixed;
  inset: auto auto 0% 0%;
}

.code-embed-3 {
  width: 100%;
  box-shadow: 0 2px 20px #0003;
}

.footer-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  padding-top: 0;
  padding-bottom: 0;
}

.footer-link {
  color: var(--weiß);
  font-size: 1rem;
}

.footer-link.novus {
  color: var(--navy);
  background-color: #7c99b800;
  font-size: .8rem;
}

.absolut-gitter {
  width: 14rem;
  margin-bottom: 20px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.leistung-heading {
  text-wrap: balance;
  max-width: 70%;
}

.leistungen-texte {
  grid-column-gap: var(--m);
  grid-row-gap: var(--m);
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 65%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.headerbild {
  aspect-ratio: 3 / 2;
  border-radius: 10px;
  width: 100%;
  overflow: hidden;
}

.leistungen-block {
  margin-bottom: 5%;
  padding-left: 30%;
}

.leistungen-bild {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 10px;
  width: 70%;
}

.code-embed-4 {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.stick-scroll-content-2 {
  z-index: 10;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
  position: relative;
}

.slider {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.referenz {
  z-index: 2;
  background-color: var(--weiß);
  color: var(--navy);
  flex-flow: column;
  width: 35%;
  height: 100%;
  margin-right: 0;
  padding: 4rem 4rem 0;
  display: block;
  position: relative;
  box-shadow: 0 2px 20px #0003;
}

.referenzwrap {
  text-align: center;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 1em 3em;
  display: flex;
  position: relative;
}

.referenzbild {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 65%;
  height: 100%;
  margin-left: 0;
  margin-right: auto;
}

.right-arrow {
  background-color: var(--bsr-rot);
  width: 3rem;
  height: 3rem;
  margin-bottom: 5px;
  margin-right: 5px;
  inset: auto 0% 0% auto;
}

.left-arrow {
  background-color: var(--bsr-rot);
  width: 3rem;
  height: 3rem;
  margin-bottom: 5px;
  margin-left: 5px;
  inset: auto auto 0% 0%;
}

._66 {
  width: 66%;
}

.code-embed-5 {
  border-radius: 10px;
  width: 1005px;
}

.div-block-39 {
  background-color: var(--bsr-rot);
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 4rem 2rem 0;
  display: flex;
}

.image-2, .matterport {
  width: 100%;
}

.button-2 {
  z-index: 2;
  border: 1px solid var(--bsr-rot);
  background-color: var(--weiß);
  color: var(--navy);
  letter-spacing: 2px;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  transition: all .555s;
  position: relative;
}

.button-2:hover {
  border-color: red red var(--bsr-rot);
  background-color: var(--bsr-rot);
  box-shadow: 0 4px 5px 0 var(--sand);
  color: var(--weiß);
  transform: translate(0, -3px);
}

.button-2:active {
  border-color: var(--color-2\<deleted\|variable-ede54703-817b-c9b4-9fad-ad73c6993a84\>);
  background-color: var(--color-2\<deleted\|variable-ede54703-817b-c9b4-9fad-ad73c6993a84\>);
  box-shadow: none;
  color: var(--weiß);
  background-image: linear-gradient(#00000080, #00000080);
  transform: translate(0);
}

.button-2.w--current {
  border-bottom-color: var(--hell\<deleted\|variable-0b220661-7ed2-2726-626d-8ade69422509\>);
  background-color: var(--color-4\<deleted\|variable-df2ef7fa-24a0-7571-bfc7-95f917627b89\>);
  color: var(--dunkel\<deleted\|variable-9084c56e-41aa-c389-5668-1661a837b1b5\>);
}

.bsr-btn {
  z-index: 2;
  border: 1px solid var(--bsr-rot);
  background-color: var(--weiß);
  color: var(--navy);
  letter-spacing: 2px;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  transition: all .555s;
  position: relative;
}

.bsr-btn:hover {
  border-color: red red var(--bsr-rot);
  background-color: var(--bsr-rot);
  color: var(--weiß);
  transform: translate(0, -3px);
  box-shadow: 0 4px 5px #18181854;
}

.bsr-btn:active {
  border-color: var(--color-2\<deleted\|variable-ede54703-817b-c9b4-9fad-ad73c6993a84\>);
  background-color: var(--color-2\<deleted\|variable-ede54703-817b-c9b4-9fad-ad73c6993a84\>);
  box-shadow: none;
  color: var(--weiß);
  background-image: linear-gradient(#00000080, #00000080);
  transform: translate(0);
}

.bsr-btn.w--current {
  border-bottom-color: var(--hell\<deleted\|variable-0b220661-7ed2-2726-626d-8ade69422509\>);
  background-color: var(--color-4\<deleted\|variable-df2ef7fa-24a0-7571-bfc7-95f917627b89\>);
  color: var(--dunkel\<deleted\|variable-9084c56e-41aa-c389-5668-1661a837b1b5\>);
}

.bsr-btn._2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-color: var(--hellblau);
  background-color: var(--weiß);
  color: var(--navy);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-right: auto;
  display: block;
}

.bsr-btn._2:hover {
  background-color: var(--yelb);
  color: var(--navy);
}

.bsr-btn._2:active {
  background-image: linear-gradient(#00000080, #00000080);
}

.mhzwei-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.mhzwei-grid.ausblenden {
  display: none;
}

.mhzwei-grid._5 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  padding-left: 20px;
  padding-right: 20px;
}

.mhzwei-grid._5.is-sticky {
  flex-flow: column;
  grid-template-columns: 1fr;
  display: flex;
}

.mhzwei-grid._5.aus {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

._100 {
  width: 10%;
  height: 100%;
}

.section-breit {
  background-color: var(--weiß);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 500px;
  padding: 4rem;
  display: flex;
  overflow: hidden;
}

.section-breit.grau {
  background-color: var(--navy);
}

.div-block-40 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  margin-bottom: 4rem;
  display: flex;
}

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

.section-weiss {
  background-color: var(--weiß);
  padding-top: 6rem;
  position: relative;
}

.section-weiss.anders {
  background-color: var(--navy);
  padding-top: 0;
}

.section-weiss.poppins {
  font-family: Poppins, sans-serif;
}

.tickertext {
  color: #fff0;
  letter-spacing: 6px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--weiß);
  text-transform: uppercase;
  font-size: 3vw;
  font-weight: 700;
}

.cta-big {
  background-color: var(--navy);
  color: var(--weiß);
  margin-top: 4rem;
  padding: 2rem 4rem;
  font-size: 5em;
  transition: all .333s;
}

.cta-big:hover {
  letter-spacing: 1px;
  padding-left: 5rem;
  padding-right: 5rem;
}

.left-arrow-2, .right-arrow-2, .slide-nav {
  display: none;
}

.textbalken {
  background-color: var(--yelb);
  color: var(--weiß);
  padding: .6em 2em 0;
  line-height: 1;
  box-shadow: 0 7px 18px 2px #00000080;
}

.textbalken.grau {
  background-color: var(--navy);
  color: var(--weiß);
  padding-top: .5em;
  padding-bottom: .5em;
}

.textbalken.grau.max-66 {
  max-width: 66%;
}

.textbalken.wei {
  z-index: 3;
  background-color: var(--weiß);
  width: 100%;
  padding: 10px 15px;
}

.textbalken.trans {
  background-color: var(--navy);
}

.referenzlogo {
  width: 90px;
}

.image-3 {
  width: 60px;
}

.bold-text {
  text-transform: none;
}

.header-text {
  margin-bottom: 0;
  font-size: 1.1rem;
  line-height: 1.4;
}

.header-text._66 {
  color: var(--weiß);
  text-shadow: 2px 2px 3px #000000cf, 3px 2px 11px #000000a3;
  margin-top: 3rem;
  font-size: 1.3rem;
}

.fxd-bkg {
  background-image: url('../images/Bild4_AdobeStock_93611262_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.fxd-bkg.technologie {
  background-image: url('../images/Bild3_AdobeStock_82596098_1.avif');
  justify-content: center;
  align-items: center;
  display: flex;
}

.fxd-bkg.technologie-copy {
  background-image: url('../images/Bild2_AdobeStock_110392423_1.avif');
  background-position: 50% 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  inset: 0%;
}

.fxd-bkg.ref {
  background-image: url('../images/AdobeStock_113915749_1.avif');
}

.section-heading-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--weiß);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-heading-wrap._100 {
  padding-right: var(--l);
  max-width: 100%;
}

.section-heading-wrap.sticky {
  height: auto;
  top: 25vh;
}

.marcus {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.mh-bild {
  aspect-ratio: 1;
  background-color: var(--navy);
  border-radius: 100%;
  min-width: 350px;
  margin: 4rem 4rem 1rem;
  overflow: hidden;
}

.grid-2-1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.bildwrapper {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.birne {
  max-width: 400px;
  max-height: 400px;
  margin-left: auto;
  margin-right: auto;
}

.novus {
  background-color: var(--hellblau);
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.kontakt-button {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--navy);
  color: var(--weiß);
  justify-content: flex-start;
  align-items: center;
  margin-top: 60px;
  padding: 30px;
  transition: all .6s;
  display: flex;
}

.kontakt-button:hover {
  background-color: var(--hellblau);
  transform: scale(1.1);
}

.image-4 {
  width: 30px;
}

.daten {
  background-color: var(--weiß);
}

.div-block-42 {
  position: relative;
}

.produkttext-copy {
  z-index: 2;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 4rem 4rem 0;
  display: flex;
  position: relative;
}

.produkttext-copy.zentriert {
  justify-content: center;
  align-items: center;
}

.ref-icon {
  width: 150px;
}

.netzwerklogo {
  max-width: 300px;
}

.div-block-43 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: none;
}

.div-block-44 {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 6em 3em;
  display: flex;
}

.text-icon {
  width: 100px;
}

.b-bbel {
  z-index: 2;
  aspect-ratio: 1;
  border: 3px solid var(--navy);
  background-color: var(--weiß);
  text-align: center;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 240px;
  padding: 0 20px;
  display: flex;
  position: relative;
}

.b-bbel.farbe {
  background-color: var(--hellblau);
  color: var(--weiß);
  flex-flow: column;
}

.b-bbel.farbe.invert {
  border-width: 1px;
  border-color: var(--hellblau);
  background-color: var(--hellblau);
}

.b-bbel.kontur {
  background-color: var(--hellblau);
}

.b-bbel.auf-navy {
  border-width: 1px;
  border-color: var(--hellblau);
}

.strich {
  background-color: var(--hellblau);
  width: 3px;
  height: 100%;
  position: absolute;
}

.strich.auf-navy {
  background-color: var(--hellblau);
  width: 1px;
}

.vorteile-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.div-block-45 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.div-block-46 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 6rem;
  padding-right: 6rem;
  display: flex;
}

.leistung-wrap {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 50vw;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.zentriert {
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-44-copy {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  background-color: var(--navy);
  color: var(--weiß);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 6em 3em;
  display: flex;
}

.zahl-absolut {
  opacity: .08;
  color: var(--hellblau);
  font-size: 30vw;
  font-weight: 700;
  line-height: .7;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.wortmarke {
  object-fit: cover;
  width: 120px;
}

.wei {
  color: var(--weiß);
  text-align: left;
}

.marquee-copy {
  grid-column-gap: 1rem;
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  overflow: hidden;
}

.paragraph {
  color: var(--weiß);
  margin-bottom: 0;
  font-size: 1rem;
}

.link {
  color: var(--hellblau);
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 14px;
  }

  h2 {
    max-width: 100%;
  }

  p {
    font-size: 1.2em;
  }

  ul {
    font-size: 1.1em;
  }

  .footer_link {
    font-size: .5rem;
  }

  .hr-navi {
    display: none;
  }

  .grund-wrapper {
    margin-bottom: 2rem;
  }

  ._75 {
    width: 100%;
  }

  .sticky._66 {
    height: auto;
    position: relative;
    top: 0;
  }

  .heading-gro.skew-up {
    font-size: 3rem;
  }

  .sticky-spacer {
    display: none;
  }

  .h1-klein {
    font-size: 1.1em;
  }

  .custom-cursor-wrapper, .mein-cursor {
    display: none;
  }

  .hr_webclip {
    width: 18em;
  }

  .mh-con {
    max-width: calc(min(100%, 2000px) - 2rem);
    padding: 2rem;
  }

  .mh-con.navigation {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    max-width: calc(min(100%, 2000px) - 4rem);
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .social-media {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    margin-top: 2rem;
    margin-right: auto;
    padding-left: 2em;
    padding-right: 2em;
  }

  .navbar-brand {
    flex: none;
  }

  .button {
    font-size: 12px;
  }

  .footer-wrap {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .header {
    margin-top: 0;
  }

  .bkg {
    background-position: 66%;
  }

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

  .header-wrap._100 {
    padding-right: var(--m);
  }

  .div-block-36 {
    justify-content: space-between;
    align-items: center;
  }

  .mh2-nav {
    height: auto;
  }

  .hero-h2 {
    font-size: 2.8em;
  }

  .nav-button-wrap {
    min-height: 60px;
  }

  .nav-menu-6 {
    background-color: var(--navy);
  }

  .hero-h3 {
    font-size: 1.3rem;
  }

  .marquee-image {
    height: 4rem;
  }

  .raster {
    margin-bottom: var(--s);
  }

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

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

  .h3-gro {
    font-size: 3em;
  }

  .footer-link.novus {
    font-size: .7rem;
  }

  .leistungen-texte {
    max-width: 100%;
  }

  .headerbild {
    aspect-ratio: 2;
  }

  .stick-scroll-content-2 {
    width: 100%;
  }

  .body {
    background-image: none;
  }

  .button-2, .bsr-btn {
    font-size: 12px;
  }

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

  .menu-button {
    color: var(--weiß);
    padding: 10px;
  }

  .menu-button.w--open {
    background-color: var(--hellblau);
  }

  .image-3 {
    width: 60px;
  }

  .section-heading-wrap {
    max-width: 100%;
  }

  .section-heading-wrap._100 {
    padding-right: var(--m);
  }

  .mh-bild {
    min-width: 250px;
    max-width: 300px;
  }

  .grid-2-1 {
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .bildwrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .strich {
    width: 100%;
    height: 3px;
  }

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

  .div-block-45 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .stichpunkt {
    background-position: 0 4px;
    background-size: 17px;
    font-size: 1em;
  }
}

@media screen and (max-width: 767px) {
  body {
    overflow: hidden;
  }

  .grund-wrapper {
    padding: 1.5em;
  }

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

  .sticky-spacer {
    display: none;
  }

  .menu-icon {
    top: 10vw;
    left: auto;
  }

  .accordion-item {
    padding-left: 3em;
    padding-right: 3em;
  }

  .mh-con {
    padding: 2em 1em;
  }

  .social-media {
    padding: 1rem 2rem;
  }

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

  .button, .button-2, .bsr-btn {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  body {
    overflow: visible;
  }

  h2 {
    font-size: 1.6em;
  }

  h3 {
    margin-top: 1em;
    font-size: 1.2em;
  }

  h4, p, ul {
    font-size: 1em;
  }

  .carousel-slider {
    padding-left: 10px;
    padding-right: 10px;
  }

  .grund-wrapper {
    padding: 0;
  }

  ._75 {
    width: 100%;
  }

  .bild {
    margin-bottom: var(--s);
    min-height: 15em;
  }

  ._75 {
    margin-bottom: .5em;
  }

  ._2-column_content {
    padding: 1em;
  }

  .sticky-spacer {
    display: none;
  }

  .header-neu {
    height: auto;
  }

  .h1-klein.yelb {
    font-size: .9em;
    line-height: 1.2;
  }

  .menu-link {
    margin-bottom: 5px;
    font-size: 1em;
    line-height: 1.2;
    display: inline-block;
  }

  .menu-icon {
    top: 10vw;
    left: auto;
  }

  .men-_underline {
    padding-top: 5px;
    line-height: 1.2;
  }

  .hr_webclip {
    width: 13em;
  }

  .button-wrapper {
    padding-top: var(--s);
  }

  .accordion-item {
    padding-top: .7rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm {
    width: 20px;
  }

  .mh-con {
    max-width: calc(95% - 20px);
    padding: 3em 0;
  }

  .mh-con.footer {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .social-media {
    margin-top: 0;
    inset: auto 0% 0%;
  }

  .navbar-brand {
    background-image: none;
    order: -1;
    justify-content: flex-start;
    align-items: center;
    height: 30px;
    display: flex;
  }

  .button {
    padding-left: 1em;
    padding-right: 1em;
    font-size: .7em;
  }

  .navbar-no-shadow {
    width: 100%;
    max-width: 100vw;
    position: fixed;
  }

  .footer-wrap {
    width: 90%;
  }

  .kmv-text {
    margin-bottom: .33em;
  }

  .header {
    background-position: 70% 0;
    height: 80vh;
  }

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

  .header-wrap._100 {
    padding-right: 0;
  }

  .hero-h2 {
    font-size: 1.5em;
  }

  .hero-h3 {
    font-size: 1.1rem;
  }

  .produkttext {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .produkttext.down, .produkttext.flex-down {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .produkttext.flex-down.farbe {
    text-align: center;
  }

  .ticker {
    width: 100%;
  }

  .marquee-image {
    width: 4rem;
    height: auto;
  }

  .footer-link {
    font-size: .7rem;
  }

  .footer-link.novus {
    font-size: .5rem;
  }

  .leistungen-block {
    padding-left: 0%;
  }

  .leistungen-bild {
    aspect-ratio: 2;
    width: 100%;
  }

  .button-2, .bsr-btn {
    padding-left: 1em;
    padding-right: 1em;
    font-size: .7em;
  }

  .section-weiss {
    padding-top: 0;
  }

  .textbalken {
    max-width: 90vw;
    padding: .2em 1em;
  }

  .textbalken.grau {
    padding-bottom: .3em;
  }

  .image-3 {
    width: 40px;
  }

  .header-text._66 {
    width: 80%;
    font-size: .8rem;
  }

  .fxd-bkg {
    background-position: 75% 0;
    height: 33vh;
    min-height: 400px;
  }

  .fxd-bkg.ref {
    background-position: 100% 0;
  }

  .section-heading-wrap {
    max-width: 100%;
  }

  .section-heading-wrap._100 {
    padding-right: 0;
  }

  .mh-bild {
    min-width: 200px;
    margin-top: 1rem;
  }

  .bildwrapper {
    max-width: 200px;
  }

  .kontakt-button {
    text-align: left;
    flex-flow: column;
    padding: 10px;
  }

  .ref-icon {
    width: 100px;
  }

  .b-bbel {
    max-width: 200px;
  }

  .b-bbel.farbe {
    order: 1;
  }

  .strich {
    width: 3px;
    height: 100%;
  }

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

  .leistung-wrap {
    max-width: 80vw;
  }

  .wortmarke {
    width: 90px;
  }

  .stichpunkt {
    background-position: 0 3px;
    background-size: 16px;
    padding-left: 22px;
  }
}

#w-node-e49f17ef-642b-80af-5834-214933aff1f2-523590cf, #w-node-e49f17ef-642b-80af-5834-214933aff1ff-523590cf, #w-node-_01bba5a5-961e-c33a-2903-a054743d7ce5-523590cf, #w-node-d13e2795-41c4-91b5-1e2f-30a82d5c8cb5-523590cf {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d13e2795-41c4-91b5-1e2f-30a82d5c8cc6-523590cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8485a433-01e8-4a3a-492b-35ac3eae7dab-523590cf {
  grid-area: span 1 / span 2 / span 1 / span 2;
}


