:root {
  --main-font: "DM Sans", sans-serif;
  --base-white: #fff;
  --main-black: #131313;
  --arndt-rot: #a9333c;
  --main-grey: #ccc;
  --text-grey: #8f8f8f;
  --spark-library--foreground-secondary: #000000c2;
  --spark-library--background--interactive: #f0ecfd;
  --spark-library--black: black;
  --spark-library--light-steel-purple: #a695fb;
  --spark-library--foreground-interactive: #5532fa;
  --flowui-component-library--gray-900: #160042;
  --flowui-component-library--grey-300: #e4e6f1;
  --flowui-component-library--gray-400: #b6b9ce;
  --flowui-component-library--gray-500: #6b7094;
  --flowui-component-library--success-lighter: #ebfff6;
  --flowui-component-library--success-darker: #006638;
  --flowui-component-library--white: white;
  --flowui-component-library--error-lighter: #fceff0;
  --flowui-component-library--error-darker: #5b0b11;
  --flowui-component-library--gray-700: #282556;
  --flowui-component-library--primary-base: #642eff;
  --untitled-ui--gray600: #475467;
  --untitled-ui--gray900: #101828;
  --untitled-ui--primary600: #7f56d9;
  --untitled-ui--white: white;
  --untitled-ui--primary700: #6941c6;
  --untitled-ui--primary100: #fcfcfc;
  --untitled-ui--gray300: #d0d5dd;
  --untitled-ui--gray700: #344054;
  --untitled-ui--gray50: #f9fafb;
  --untitled-ui--gray800: #1d2939;
  --untitled-ui--gray100: #f2f4f7;
  --spark-library--white: white;
  --spark-library--foreground-interactive-hover: #1e116e;
  --spark-library--border-default: #00000029;
  --untitled-ui--primary50: #f9f5ff;
}

.skip-link {
  z-index: 10000;
  background: var(--main-black);
  color: var(--base-white);
  border-radius: 0 0 8px 0;
  padding: 10px 14px;
  font-family: var(--main-font);
  position: fixed;
  top: 0;
  left: 0;
  transform: translateY(-120%);
}

.skip-link:focus {
  transform: translateY(0);
}

.contact-honeypot {
  opacity: 0;
  pointer-events: none;
  width: 1px;
  height: 1px;
  position: absolute;
  left: -9999px;
}

img,
video {
  max-width: 100%;
}

html,
body {
  overflow-x: hidden;
}

.section_cta,
.section_cta:hover {
  width: 100%;
  transform: none;
}

.f-button-neutral:disabled {
  cursor: progress;
  opacity: .65;
}

.w-background-video--control span {
  font-size: 0;
}

.w-background-video--control span:before {
  content: "";
  border-left: 8px solid currentColor;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  width: 0;
  height: 0;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .heading_hero {
    font-size: 56px;
    line-height: 1;
  }

  .flexblock_herocontent {
    margin-top: 150px;
  }

  .sectionheaderheading,
  .cta_header {
    overflow-wrap: anywhere;
  }

  .spark-three-column-grid {
    grid-template-columns: 1fr;
  }

  .spark-square-image-card {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;
  }

  .footer-bottom,
  .footer-block-three {
    grid-row-gap: 16px;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 479px) {
  .heading_hero {
    font-size: 42px;
  }

  .section_hero {
    min-height: 620px;
    height: 92vh;
  }

  .button_cta_hero,
  .button-primary,
  .button-primary-cta,
  .f-button-neutral {
    max-width: 100%;
    white-space: normal;
  }

  .sectionheaderheading {
    font-size: 38px;
    line-height: 1.05;
  }

  .containercontactlol,
  .f-container-x-small {
    width: 100%;
  }
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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

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

.section_hero {
  z-index: 100;
  width: 100vw;
  max-width: 100vw;
  height: 95vh;
  max-height: 95vh;
  padding-top: 10%;
  position: relative;
  overflow: hidden;
}

.heading_hero {
  max-width: 60%;
  font-family: var(--main-font);
  color: var(--base-white);
  text-align: center;
  text-transform: none;
  text-shadow: 0 1px 15px #0003;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 80px;
  line-height: 100%;
}

.paragraph_hero {
  max-width: 32%;
  font-family: var(--main-font);
  color: var(--base-white);
  text-align: center;
  text-shadow: 0 1px 13px #0003;
  margin: 32px auto 0;
  font-size: 16px;
}

.button_cta_hero {
  background-color: var(--base-white);
  width: auto;
  max-width: 256px;
  height: 48px;
  font-family: var(--main-font);
  color: var(--main-black);
  text-align: center;
  border-radius: 48px;
  margin-top: 48px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 48px;
  transition: all .3s;
  display: block;
}

.button_cta_hero:hover {
  background-color: var(--arndt-rot);
  color: var(--base-white);
}

.flexblock_herocontent {
  z-index: 22;
  margin-top: 200px;
  position: relative;
}

.container {
  width: 320px;
  max-width: none;
  height: 42px;
  font-family: var(--main-font);
  color: var(--main-grey);
  padding-left: 8px;
  padding-right: 8px;
}

.chip_hero {
  border: 1px solid var(--base-white);
  font-family: var(--main-font);
  color: var(--base-white);
  text-align: center;
  text-shadow: 0 1px 8px #0003;
  background-color: #25252526;
  border-radius: 300px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 16px;
  font-size: 14px;
  line-height: 14px;
  overflow: hidden;
}

.navbar-no-shadow {
  z-index: 9999;
  background-color: var(--base-white);
  font-family: var(--main-font);
  color: var(--main-black);
  border-bottom-right-radius: 32px;
  border-bottom-left-radius: 32px;
  font-size: 16px;
  line-height: 16px;
  position: fixed;
  inset: 0% 0% auto;
}

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

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

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

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

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

.nav-link:hover {
  color: var(--arndt-rot);
  text-underline-offset: 2px;
  font-weight: 500;
  text-decoration: none;
  text-decoration-thickness: 1px;
}

.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;
  font-size: 14px;
  line-height: 20px;
}

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

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

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

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

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

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

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

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

.button-primary {
  background-color: var(--main-black);
  color: #fff;
  letter-spacing: 2px;
  text-transform: none;
  border-radius: 300px;
  padding: 16px 25px;
  font-size: 14px;
  line-height: 14px;
  transition: all .2s;
}

.button-primary:hover {
  background-color: var(--arndt-rot);
  color: #fff;
}

.button-primary:active {
  background-color: #43464d;
}

.herocardsflexblock {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: auto 0% 2%;
}

.herocard {
  border-radius: 20px;
  width: 300px;
  max-width: none;
  height: 400px;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  overflow: hidden;
}

.herocard.cardlinks, .herocard.herorechts, .herocard.hochgesetzt_herocard {
  margin-top: -128px;
}

.image {
  max-width: none;
  max-height: 100%;
  position: static;
  inset: 0%;
  overflow: hidden;
}

.section_leistungen {
  width: 100vw;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 128px;
  padding-bottom: 128px;
  display: none;
}

.image-2 {
  z-index: 1;
  width: 100%;
  max-width: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.hero_effectblock {
  z-index: 20;
  background-image: linear-gradient(#0000 92%, #fff);
  width: 100%;
  max-width: 940svh;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.quick-stack {
  width: 1600px;
  height: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.leistungen_card_standard {
  background-color: var(--arndt-rot);
  border-radius: 24px;
  width: auto;
  max-width: none;
  height: 200px;
  max-height: 200px;
  margin-left: 0;
  margin-right: 0;
  padding: 24px;
  transition: all .3s;
  position: relative;
  overflow: hidden;
}

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

.leistungen_card_header {
  font-family: var(--main-font);
  color: var(--base-white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 24px;
  position: relative;
}

.image-3 {
  max-width: 150%;
  max-height: 200%;
  position: absolute;
  inset: auto 0% 0% auto;
  overflow: hidden;
}

.image-4 {
  max-width: 30%;
}

.container-2 {
  border-radius: 24px;
  width: 700px;
  max-width: none;
  height: 100%;
  overflow: hidden;
}

.flex-block {
  grid-column-gap: 41px;
  grid-row-gap: 41px;
  justify-content: flex-start;
  height: 100%;
}

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

.paragraph {
  max-width: none;
  font-family: var(--main-font);
  color: var(--main-grey);
  margin-bottom: 0;
}

.paragraphcardleistungen {
  max-width: none;
  font-family: var(--main-font);
  color: var(--main-grey);
  margin-top: 24px;
  margin-bottom: 0;
  display: block;
}

.cardleistungenmehrerfahren {
  font-family: var(--main-font);
  color: var(--base-white);
  display: none;
  position: absolute;
  inset: auto 0% 12% 24px;
}

.leistungen_card_standardweiss {
  background-color: var(--base-white);
  border: 1px solid #00000024;
  border-radius: 24px;
  max-width: none;
  height: 200px;
  max-height: 200px;
  margin-left: 0;
  margin-right: 0;
  padding: 24px;
  transition: all .3s;
  position: static;
  overflow: hidden;
}

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

.flex-block-copy {
  grid-column-gap: 41px;
  grid-row-gap: 41px;
  justify-content: flex-start;
  height: 100%;
  position: relative;
}

.leistungen_card_header-copy {
  font-family: var(--main-font);
  color: var(--main-black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 24px;
  position: relative;
}

.paragraphcardleistungen-copy {
  max-width: none;
  font-family: var(--main-font);
  color: var(--text-grey);
  margin-top: 32px;
  margin-bottom: 0;
  display: block;
}

.cardleistungenmehrerfahren-copy {
  font-family: var(--main-font);
  color: var(--main-black);
  display: none;
  position: absolute;
  inset: auto 0% 12% 24px;
}

.container-2-copy {
  border-radius: 24px;
  width: 700px;
  max-width: none;
  height: 100%;
  overflow: hidden;
}

.image-5-copy {
  max-width: none;
  height: 100%;
}

.quick-stack-2 {
  width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.flex-block-2-h-leistungen {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  place-items: flex-start stretch;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.flex-block-2-h-leistungen.reihe2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: stretch;
}

.flex-block-3 {
  width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.vflexleistungen {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.sectionheadercontainer {
  max-width: 80%;
  margin-bottom: 64px;
}

.sectionheadercontainer.verticallol {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  margin: 0;
  display: flex;
}

.sectionheaderheading {
  max-width: 50%;
  font-family: var(--main-font);
  color: var(--main-black);
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 64px;
  line-height: 64px;
}

.sectionheaderheading.verticallol {
  max-width: 80%;
  margin-top: 2px;
  margin-bottom: 0;
  line-height: 64px;
}

.sectionheaderparagraph {
  max-width: 50%;
  font-family: var(--main-font);
  color: var(--text-grey);
  margin-bottom: 0;
}

.sectionheaderparagraph.verticallol {
  margin-top: 8px;
}

.sectionheaderlink {
  width: 100%;
  font-family: var(--main-font);
  color: var(--main-black);
  text-align: right;
  -webkit-text-decoration-color: var(--main-black);
  text-decoration-color: var(--main-black);
  margin-left: 0;
  margin-right: 0;
  font-size: 16px;
  display: block;
}

.image-6 {
  width: 24px;
  height: 24px;
}

.sectionheaderhflexlink {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  display: none;
}

.section_zahlen {
  background-color: var(--main-black);
  width: 100vw;
  height: auto;
  padding-top: 64px;
  padding-bottom: 64px;
  transition: all .3s;
}

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

.zahlenhflex {
  justify-content: space-between;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.zahlenheader {
  font-family: var(--main-font);
  color: var(--base-white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  line-height: 64px;
}

.zahlenparagraph {
  max-width: 100%;
  font-family: var(--main-font);
  color: var(--text-grey);
  margin-top: 16px;
}

.zahlenzahl {
  font-family: var(--main-font);
  color: var(--base-white);
  font-size: 64px;
  font-weight: 700;
  line-height: 64px;
}

.zahlenzahlunterschrift {
  font-family: var(--main-font);
  color: var(--main-grey);
  font-size: 32px;
  line-height: 32px;
}

.zahlencontainer {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.grid {
  grid-column-gap: 64px;
  grid-row-gap: 24px;
  justify-items: stretch;
}

.section_portfolio {
  width: 100vw;
  margin-top: 128px;
  padding-bottom: 128px;
}

.spark-container {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.spark-section {
  width: 100%;
  font-family: var(--main-font);
  color: var(--main-black);
  padding: 0;
  position: relative;
}

.spark-section h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.spark-section h1 {
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.spark-section h2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.spark-section h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.spark-section p {
  color: var(--main-black);
  display: block;
}

.spark-section ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.spark-section li {
  margin-bottom: .5rem;
}

.spark-centered-900 {
  text-align: center;
  width: 900px;
  max-width: 100%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.spark-secondary-paragraph {
  color: var(--spark-library--foreground-secondary);
  margin-bottom: 64px;
}

.spark-bold-heading {
  margin-bottom: .5rem;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
}

.spark-bold-heading.spark-card-title {
  font-size: 1.2rem;
  display: block;
}

.spark-small-sub-paragraph {
  color: var(--spark-library--foreground-secondary);
  margin-bottom: 0;
  font-size: .8rem;
  line-height: 1.3;
}

.spark-tabs-parent, .spark-tabs-content {
  width: 100%;
}

.spark-three-column-grid {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.spark-wrapped-card {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.spark-wrapped-card.spark-stacked {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  transition: border-color .15s;
}

.spark-square-image-card {
  object-fit: cover;
  border-radius: 100%;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  display: block;
}

.spark-card-details {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 590px;
  padding-bottom: 32px;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
}

.spark-flat-tab {
  box-shadow: 0 3px 0 0 var(--spark-library--background--interactive);
  color: var(--spark-library--black);
  background-color: #0000;
  padding: 24px 80px;
  transition: box-shadow .3s, color .15s;
}

.spark-flat-tab:hover {
  box-shadow: 0 3px 0 0 var(--spark-library--light-steel-purple);
  opacity: 1;
  color: var(--spark-library--foreground-interactive);
}

.spark-flat-tab.w--current {
  border-bottom-color: var(--spark-library--foreground-interactive);
  box-shadow: 0 3px 0 0 var(--spark-library--foreground-interactive);
  color: var(--spark-library--foreground-interactive);
  background-color: #0000;
}

.spark-flat-tab.spark-small {
  box-shadow: 0 3px 0 0 var(--main-grey);
  padding-left: 32px;
  padding-right: 32px;
}

.spark-flat-tab.spark-small:hover {
  box-shadow: none;
  color: var(--arndt-rot);
}

.spark-flat-tab.spark-small.w--current {
  box-shadow: 0 3px 0 0 var(--arndt-rot);
  color: var(--arndt-rot);
  font-weight: 700;
}

.spark-super-simple-flat-tabs-menu {
  grid-column-gap: 0px;
  box-shadow: 0 3px 0 0 var(--main-grey);
  justify-content: flex-start;
  margin-bottom: 100px;
  display: flex;
}

.section_arndt {
  width: 100vw;
  height: auto;
  padding-top: 128px;
}

.section_cta {
  background-color: var(--arndt-rot);
  width: 100vw;
  height: auto;
  padding-top: 64px;
  padding-bottom: 64px;
  transition: all .3s;
  transform: scale(1.025);
}

.section_cta:hover {
  transform: scale(1.05);
}

.cta_header {
  width: 50%;
  font-family: var(--main-font);
  color: var(--base-white);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 64px;
  line-height: 64px;
}

.cta_paragraph {
  width: 50%;
  font-family: var(--main-font);
  color: var(--main-grey);
  text-align: center;
  margin: 37px auto 64px;
  font-size: 16px;
  line-height: 16px;
}

.button-primary-cta {
  background-color: var(--base-white);
  width: 256px;
  font-family: var(--main-font);
  color: var(--main-black);
  text-align: center;
  letter-spacing: 2px;
  text-transform: none;
  border-radius: 300px;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 25px;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  transition: all .2s;
  display: block;
}

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

.button-primary-cta:active {
  background-color: #43464d;
}

.flex-block-4-arndt {
  width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.image-7 {
  width: 600px;
  height: 600px;
  overflow: clip;
}

.container-3 {
  background-image: url('../images/PICT7519.webp');
  background-position: 0 0;
  background-size: cover;
  border-radius: 64px;
  width: 600px;
  max-width: 600px;
  height: 600px;
  max-height: 600px;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
}

.rich-text-block {
  width: 100%;
  max-width: 100%;
  font-family: var(--main-font);
  color: var(--main-black);
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
}

.section_contact {
  width: 100vw;
  margin-top: 128px;
  margin-bottom: 128px;
}

.f-h3-heading {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.f-field-input {
  border: 1px solid var(--flowui-component-library--grey-300);
  border-radius: 8px;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  transition: all .2s;
}

.f-field-input:focus {
  border-color: var(--flowui-component-library--gray-400);
}

.f-field-input::placeholder {
  color: var(--flowui-component-library--gray-500);
}

.f-text-area {
  border: 1px solid var(--flowui-component-library--grey-300);
  min-height: 112px;
  color: var(--flowui-component-library--gray-900);
  border-radius: 8px;
  margin-bottom: 0;
  padding: 16px;
  font-size: 14px;
  line-height: 24px;
}

.f-text-area:focus {
  border-color: var(--flowui-component-library--gray-400);
}

.f-text-area::placeholder {
  color: var(--flowui-component-library--gray-500);
}

.f-field-label {
  color: var(--main-black);
  letter-spacing: -.01em;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.f-margin-bottom-08 {
  margin-bottom: 8px;
}

.f-margin-bottom-16 {
  margin-bottom: 16px;
}

.f-margin-bottom-32 {
  margin-bottom: 32px;
}

.f-success-message {
  background-color: var(--flowui-component-library--success-lighter);
  color: var(--flowui-component-library--success-darker);
  letter-spacing: -.03em;
  font-size: 14px;
  line-height: 24px;
}

.f-paragraph-large {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.f-section-large {
  max-width: 100%;
  font-family: var(--main-font);
  flex-flow: column;
  margin-left: 0;
  margin-right: 0;
  padding: 0 0%;
  display: flex;
  position: relative;
}

.f-paragraph-regular {
  color: var(--text-grey);
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.f-button-neutral {
  background-color: var(--arndt-rot);
  min-height: 48px;
  color: var(--flowui-component-library--white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

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

.f-heading-detail-small {
  color: var(--flowui-component-library--gray-500);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-container-x-small {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.f-margin-bottom-48 {
  margin-bottom: 48px;
}

.f-title-wrapper-left {
  max-width: 500px;
}

.f-contact-form {
  flex-direction: column;
  display: flex;
}

.f-contact-submit-wrapper {
  grid-column-gap: 24px;
  align-items: center;
  display: flex;
}

.f-contact-divider {
  background-color: var(--flowui-component-library--grey-300);
  width: 1px;
  height: 24px;
}

.f-contact-form-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  margin-bottom: 24px;
}

.f-error-message {
  background-color: var(--flowui-component-library--error-lighter);
  color: var(--flowui-component-library--error-darker);
  text-align: center;
  border-radius: 8px;
}

.footer-subscribe {
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 0 40px;
  position: relative;
}

.container-4 {
  width: 80%;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: #1a1b1fcc;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

.button-primary-2:active {
  background-color: #43464d;
}

.button-primary-2.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

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

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  font-family: var(--main-font);
  color: var(--main-black);
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three:hover {
  color: #1a1b1fbf;
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three {
  margin-left: 32px;
}

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

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

.footer-copyright {
  font-family: var(--main-font);
  color: var(--main-black);
}

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

.footer-legal-link {
  font-family: var(--main-font);
  color: var(--text-grey);
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.image-8 {
  border-radius: 3px;
}

.image-9 {
  border-radius: 13px;
}

.image-10, .image-11, .image-12 {
  border-radius: 16px;
}

.f-button-primary {
  background-color: var(--flowui-component-library--gray-900);
  color: #fff;
  letter-spacing: -.02px;
  white-space: nowrap;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-primary:hover {
  background-color: var(--flowui-component-library--gray-700);
}

.f-paragraph-small {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.f-field-input-2 {
  border: 1px solid var(--flowui-component-library--grey-300);
  border-radius: 8px;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  transition: all .2s;
}

.f-field-input-2:focus {
  border-color: var(--flowui-component-library--gray-400);
}

.f-field-input-2::placeholder {
  color: var(--flowui-component-library--gray-500);
}

.f-modal-header {
  color: var(--flowui-component-library--gray-900);
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

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

.f-modal-base-small {
  z-index: 9999;
  width: 100%;
  max-width: 1000px;
  height: 1000px;
  color: var(--flowui-component-library--gray-900);
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
  display: block;
  position: fixed;
  inset: 8% 0% 0%;
  box-shadow: 105px 105px 144px -32px #1b09430a;
}

.f-modal-form {
  grid-column-gap: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.f-modal-detail-wrapper {
  text-align: center;
}

.f-success-message-2 {
  background-color: var(--flowui-component-library--success-lighter);
  color: var(--flowui-component-library--success-darker);
  letter-spacing: -.03em;
  font-size: 14px;
  line-height: 24px;
}

.f-icon-regular {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.f-paragraph-regular-2 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.f-sub-heading-regular {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.03em;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

.f-modal-close-link {
  color: var(--flowui-component-library--gray-500);
  justify-content: center;
  align-items: center;
  transition: color .2s;
  display: flex;
}

.f-modal-close-link:hover {
  color: var(--flowui-component-library--primary-base);
}

.f-modal-image {
  border-radius: 10px;
  height: 280px;
  margin-bottom: 24px;
  overflow: hidden;
}

.f-modal-form-block-horizontal {
  margin-bottom: 24px;
}

.f-modal-line {
  background-color: var(--flowui-component-library--grey-300);
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.container_fullscreenmodal {
  z-index: 99999;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-image: linear-gradient(#0000004d, #0000004d);
  width: 100vw;
  max-width: 100vw;
  height: 100vh;
  max-height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.container-5 {
  background-color: #fff;
  border-radius: 20px;
  max-width: 1200px;
  height: 50vh;
  max-height: 50vh;
  margin-top: 12%;
  padding: 16px;
}

.image-13 {
  width: 32px;
  height: 32px;
  position: static;
  top: 244.391px;
  left: 363.5px;
}

.udesly-code-snippet {
  display: none;
}

.udesly-countup {
  text-align: center;
  font-size: 4rem;
  line-height: 1;
}

.code-embed {
  display: none;
}

.text-block, .text-block-2 {
  font-family: var(--main-font);
  color: var(--base-white);
  font-size: 64px;
  font-weight: 700;
  line-height: 64px;
}

.image-14 {
  width: auto;
  height: 60px;
}

.leistungen_cards_bg {
  filter: blur(1px);
  width: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.bgcontainer {
  background-color: #ffffffed;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.container-7 {
  background-color: #ffffffb8;
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
}

.link {
  color: #f30;
  font-weight: 700;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.text-block-3, .text-block-4 {
  font-size: 16px;
}

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

.section_impressum {
  width: 80%;
  margin-top: 150px;
  margin-left: auto;
  margin-right: auto;
  font-family: Open Sans, sans-serif;
}

.paragraph-3 {
  font-weight: 400;
}

.link-block-2 {
  width: 24vw;
  height: 24vw;
}

.link-block-3 {
  width: 24vw;
  height: 24vw;
  transition: all .2s;
}

.link-block-3:hover {
  transform: scale(.99);
}

.link-block-4 {
  width: 24vw;
  height: 24vw;
}

.uui-text-size-medium {
  font-family: var(--main-font);
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-container-large {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding {
  padding-left: 0;
  padding-right: 0;
}

.uui-text-size-large {
  font-family: var(--main-font);
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-heading-xxsmall {
  font-family: var(--main-font);
  color: var(--untitled-ui--gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-heading-medium {
  font-family: var(--main-font);
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-button {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary600);
  color: var(--untitled-ui--white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button:hover {
  border-color: var(--untitled-ui--primary700);
  background-color: var(--untitled-ui--primary700);
}

.uui-button:focus {
  background-color: var(--untitled-ui--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
}

.uui-button-row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
  color: var(--arndt-rot);
}

.uui-layout96_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.uui-layout96_component {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.uui-section_layout96 {
  max-width: 80%;
  height: auto;
  min-height: auto;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  font-family: Open Sans, sans-serif;
}

.uui-layout96_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  height: 100%;
  min-height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  display: grid;
}

.uui-layout96item {
  flex-direction: column;
  align-items: center;
  transition: all .2s;
}

.uui-layout96item:hover {
  transform: scale(1.03);
}

.uui-button-secondary-gray {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray:hover {
  background-color: var(--untitled-ui--gray50);
  color: var(--untitled-ui--gray800);
}

.uui-button-secondary-gray:focus {
  background-color: var(--untitled-ui--white);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--gray100);
}

.uui-icon-featured-outline-large {
  background-color: var(--untitled-ui--primary100);
  width: 4rem;
  height: 4rem;
  color: var(--untitled-ui--primary600);
  border: .5rem solid #fdfdfd;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  padding: 8px;
  display: flex;
}

.uui-space-small {
  width: 100%;
  min-height: 1.5rem;
}

.uui-space-xsmall {
  width: 100%;
  min-height: 1rem;
}

.uui-space-xxsmall {
  width: 100%;
  min-height: .5rem;
}

.uui-padding-vertical-xhuge {
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.uui-heading-subheading {
  font-family: var(--main-font);
  color: var(--untitled-ui--primary600);
  margin-bottom: .75rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

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

.uui-container-large-2 {
  width: 80%;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-2 {
  padding-left: 0;
  padding-right: 0;
}

.uui-max-width-large {
  width: 100%;
  max-width: 48rem;
}

.uui-max-width-large.align-center {
  margin-left: auto;
  margin-right: auto;
}

.uui-text-size-large-2 {
  font-family: var(--main-font);
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-logos02_component {
  background-color: var(--untitled-ui--gray50);
  border-radius: 1rem;
  padding: 4rem;
}

.uui-logos02_logo-row {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.uui-section_logos02 {
  margin-top: 128px;
}

.uui-logos02_wrapper {
  justify-content: center;
  align-items: flex-start;
  padding: .75rem 1.5rem;
  transition: all .2s;
  display: flex;
}

.uui-logos02_wrapper:hover {
  transform: scale(1.05);
}

.uui-logos02_logo {
  height: 2.5rem;
}

.uui-space-xxlarge {
  width: 100%;
  min-height: 5rem;
}

.spark-container-2 {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.spark-section-2 {
  width: 100%;
  padding: 176px 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
}

.spark-section-2.spark-dark-hero-background-image {
  background-image: linear-gradient(74.2deg, var(--arndt-rot), #0000);
  min-height: 80vh;
  color: var(--spark-library--white);
}

.spark-section-2 h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-2 h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.spark-section-2 h1 {
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.spark-section-2 h2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.spark-section-2 h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-2 h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.spark-section-2 ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.spark-section-2 li {
  margin-bottom: .5rem;
}

.spark-max-width-730 {
  flex: none;
  max-width: 730px;
}

.spark-button {
  border: 1px solid var(--spark-library--foreground-interactive);
  background-color: var(--spark-library--foreground-interactive);
  color: var(--spark-library--white);
  border-radius: 8px;
  flex: none;
  padding: 16px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .15s, background-color .15s, opacity .15s;
}

.spark-button:hover {
  border-color: var(--spark-library--foreground-interactive-hover);
  background-color: var(--spark-library--foreground-interactive-hover);
  opacity: 1;
}

.spark-flex-row {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.spark-flex-row.spark-5-spacing {
  grid-column-gap: 5%;
  align-items: center;
}

.spark-flex-row.spark-left-aligned {
  grid-column-gap: 16px;
  justify-content: flex-start;
}

.spark-hero-sub-paragraph {
  width: 100%;
  margin-bottom: 64px;
}

.spark-lightbox-button {
  grid-column-gap: 16px;
  background-color: var(--spark-library--background--interactive);
  box-shadow: inset 0 0 0 1.5px var(--spark-library--foreground-interactive);
  border-radius: 8px;
  align-items: center;
  padding: 16px 24px;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: background-color .15s, color .15s;
  display: flex;
}

.spark-lightbox-button:hover {
  background-color: var(--spark-library--foreground-interactive);
  opacity: 1;
  color: var(--spark-library--white);
}

.spark-lightbox-button.spark-white-button {
  background-color: var(--spark-library--white);
  color: var(--spark-library--foreground-interactive);
}

.spark-lightbox-button.spark-white-button:hover {
  background-color: var(--spark-library--foreground-interactive);
  color: var(--spark-library--background--interactive);
}

.spark-tiny-icon {
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.section_video {
  width: 100vw;
  height: auto;
  margin-top: 128px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  overflow: hidden;
}

.container-8 {
  max-width: 80%;
  height: auto;
  position: static;
}

.background-video {
  box-sizing: border-box;
  aspect-ratio: auto;
  width: 100%;
  max-width: 100%;
  height: 600px;
  max-height: 100%;
  position: relative;
  overflow: hidden;
}

.div-block-2 {
  aspect-ratio: 2 / 3;
  border: 0 solid #fff;
  border-radius: 0;
  width: 40%;
  max-height: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  overflow: hidden;
}

.hero-bg-video {
  width: 100%;
  height: 100%;
  position: absolute;
}

.prozesscontainer {
  justify-content: space-between;
  max-width: 80%;
  display: flex;
}

.contactcontainerinfo {
  margin-left: 0;
  margin-right: 0;
}

.uui-text-size-medium-2 {
  font-family: var(--main-font);
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-container-large-3 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-3 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-max-width-large-2 {
  width: 100%;
  max-width: 48rem;
}

.uui-text-size-large-3 {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-heading-xxsmall-2 {
  font-family: var(--main-font);
  color: var(--untitled-ui--gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-heading-medium-2 {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-icon-1x1-xsmall-2 {
  width: 1.5rem;
  height: 1.5rem;
  color: var(--arndt-rot);
}

.uui-contact12_item {
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.uui-contact12_component {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  width: 100%;
  margin: 0 0 4rem;
  display: grid;
}

.uui-text-style-link-02 {
  font-family: var(--main-font);
  color: var(--arndt-rot);
  font-weight: 600;
  text-decoration: none;
}

.uui-icon-featured-outline-large-2 {
  border: .5rem solid var(--untitled-ui--primary100);
  background-color: var(--untitled-ui--primary100);
  width: 3.5rem;
  height: 3.5rem;
  color: var(--untitled-ui--primary600);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.uui-space-small-2, .uui-space-xsmall-2 {
  width: 100%;
  min-height: 1rem;
}

.uui-space-xxsmall-2 {
  width: 100%;
  min-height: .5rem;
}

.uui-padding-vertical-xhuge-2 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-heading-subheading-2 {
  color: var(--untitled-ui--primary600);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.containercontactlol {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 80%;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-9 {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.image-16 {
  width: 100%;
}

.div-block-3 {
  width: 25%;
  margin-left: 64px;
  position: relative;
  overflow: hidden;
}

.image-17 {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.form-block {
  margin-bottom: 0;
}

.section_leistungen-mobile {
  width: 100vw;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 128px;
  padding-bottom: 128px;
  display: block;
}

.leistungen_chip {
  border: 1px solid var(--main-grey);
  font-family: var(--main-font);
  color: #b8b8b8;
  border-radius: 16px;
  margin-top: 0;
  padding: 2px 8px;
  font-size: 14px;
  line-height: 20px;
}

.hflex_chips {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  margin-top: 12px;
}

.udesly-code-snippet-2 {
  display: none;
}

.udesly-overflow-hidden {
  overflow: hidden;
}

.udesly-hover-split {
  text-align: left;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.2;
}

.udesly-code-snippet-3 {
  margin-bottom: 10px;
  display: none;
}

.udesly-text-morph-block {
  text-align: center;
  height: 4rem;
  position: relative;
}

.udesly-morph {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  line-height: 1;
  position: absolute;
}

.udesly-typewriter-effect {
  font-family: var(--main-font);
  color: var(--arndt-rot);
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  line-height: 3rem;
}

.zwischencta {
  font-family: var(--main-font);
  color: var(--main-black);
  font-weight: 500;
}

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

.div-block-4 {
  margin-top: 3px;
}

.div-block-2-copy {
  aspect-ratio: 2 / 3;
  border: 0 solid #fff;
  border-radius: 0;
  width: 40%;
  max-height: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: none;
  position: relative;
  overflow: hidden;
}

.hero-bg-video-copy {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}

@media screen and (max-width: 991px) {
  .heading_hero {
    max-width: 90%;
  }

  .paragraph_hero {
    max-width: 65%;
  }

  .flexblock_herocontent {
    margin-top: 20%;
  }

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

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    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 {
    color: #fff;
    background-color: #a6b1bf;
  }

  .image-2 {
    display: none;
    top: 0%;
  }

  .leistungen_card_standard {
    width: 100%;
    max-width: 100%;
  }

  .flex-block-2-h-leistungen, .flex-block-2-h-leistungen.reihe2 {
    grid-template-columns: 1fr;
  }

  .vflexleistungen {
    width: auto;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .sectionheadercontainer {
    max-width: none;
    margin-left: 0;
    margin-right: 48px;
  }

  .sectionheaderparagraph {
    max-width: 80%;
  }

  .zahlenhflex {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .zahlenheader {
    font-size: 48px;
    line-height: 48px;
  }

  .zahlenzahlunterschrift {
    font-size: 24px;
  }

  .section_portfolio {
    width: auto;
    margin-left: 48px;
    margin-right: 48px;
  }

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

  .spark-section {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .spark-three-column-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: row;
    justify-content: space-between;
    display: flex;
  }

  .spark-wrapped-card {
    width: 45%;
  }

  .spark-super-simple-flat-tabs-menu {
    flex-flow: wrap;
    margin-bottom: 64px;
  }

  .cta_header {
    width: 80%;
  }

  .cta_paragraph {
    width: 65%;
  }

  .section_contact {
    width: auto;
    margin-left: 48px;
    margin-right: 48px;
  }

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

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

  .text-block {
    font-size: 48px;
    line-height: 48px;
  }

  .uui-layout96_content {
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

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

  .uui-padding-vertical-xhuge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-container-large-2 {
    width: 90%;
    max-width: 90%;
  }

  .uui-logos02_component {
    padding: 3rem;
  }

  .uui-space-xxlarge {
    min-height: 4.5rem;
  }

  .spark-section-2 {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-flex-row.spark-5-spacing {
    grid-row-gap: 2rem;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .section_video {
    width: auto;
    margin-left: 48px;
    margin-right: 48px;
  }

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

  .prozesscontainer {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

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

  .uui-padding-vertical-xhuge-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .containercontactlol {
    width: auto;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .section_leistungen-mobile {
    width: auto;
    margin-left: 48px;
    margin-right: 48px;
  }

  .div-block-2-copy {
    width: auto;
    max-height: none;
    display: block;
    position: absolute;
    inset: 0%;
  }

  .hero-bg-video-copy {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

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

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

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

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

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

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

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

  .spark-container {
    width: 100%;
  }

  .spark-section {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .spark-secondary-paragraph {
    margin-bottom: 32px;
  }

  .spark-small-sub-paragraph {
    line-height: 1.3;
  }

  .spark-three-column-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .spark-wrapped-card {
    width: 100%;
  }

  .spark-wrapped-card.spark-stacked {
    grid-row-gap: 16px;
    width: 100%;
  }

  .spark-flat-tab {
    padding-left: 32px;
    padding-right: 32px;
  }

  .f-h3-heading {
    font-size: 40px;
  }

  .f-section-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

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

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .uui-page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .uui-text-size-large {
    font-size: 1rem;
  }

  .uui-heading-xxsmall {
    font-size: 1.125rem;
  }

  .uui-heading-medium {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-button {
    font-size: 1rem;
  }

  .uui-button:hover {
    border-color: var(--untitled-ui--primary600);
    background-color: var(--untitled-ui--primary600);
  }

  .uui-button-row {
    align-self: stretch;
  }

  .uui-button-row.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-button-wrapper.max-width-full-mobile-landscape {
    width: 100%;
  }

  .uui-layout96_content {
    grid-row-gap: 1rem;
  }

  .uui-layout96_component {
    align-items: stretch;
  }

  .uui-layout96_list {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .uui-button-secondary-gray {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray:hover {
    background-color: var(--untitled-ui--white);
    color: var(--untitled-ui--gray700);
  }

  .uui-space-small {
    min-height: 1.25rem;
  }

  .uui-space-xsmall {
    min-height: .75rem;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-text-size-large-2 {
    font-size: 1rem;
  }

  .uui-logos02_component {
    padding: 2.5rem 1.5rem;
  }

  .uui-logos02_wrapper {
    padding: .5rem 1rem;
  }

  .uui-space-xxlarge {
    min-height: 3rem;
  }

  .spark-container-2 {
    width: 100%;
  }

  .spark-section-2 {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .spark-section-2.spark-dark-hero-background-image {
    background-image: linear-gradient(113deg, var(--spark-library--foreground-interactive-hover), var(--spark-library--border-default)), url('../images/image_1image.webp');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .spark-flex-row {
    flex-direction: column;
  }

  .spark-flex-row.spark-5-spacing {
    grid-row-gap: 24px;
    flex-direction: column-reverse;
  }

  .spark-flex-row.spark-left-aligned {
    flex-direction: row;
    align-items: flex-start;
  }

  .spark-hero-sub-paragraph {
    margin-bottom: 32px;
  }

  .uui-page-padding-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-text-size-large-3 {
    font-size: 1rem;
  }

  .uui-heading-xxsmall-2 {
    font-size: 1.125rem;
  }

  .uui-heading-medium-2 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-contact12_component {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
    margin-top: 3rem;
  }

  .uui-space-small-2 {
    min-height: 1.25rem;
  }

  .uui-space-xsmall-2 {
    min-height: .75rem;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

@media screen and (max-width: 479px) {
  .section_hero {
    padding-left: 16px;
    padding-right: 16px;
  }

  .heading_hero {
    text-shadow: 0 1px 15px #00000054;
    max-width: 100%;
    font-size: 48px;
  }

  .paragraph_hero {
    text-shadow: 0 1px 13px #00000069;
    max-width: none;
  }

  .flexblock_herocontent {
    margin-top: 184px;
  }

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

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

  .section_leistungen {
    padding-left: 16px;
    padding-right: 16px;
    display: none;
  }

  .image-2 {
    object-fit: cover;
    width: auto;
    max-width: none;
    height: 100%;
    max-height: 100%;
    display: none;
    inset: 0% 0% 0% -74%;
    overflow: clip;
  }

  .hero_effectblock {
    top: 0%;
  }

  .leistungen_card_standard {
    border-color: #00000005;
    max-width: none;
    height: auto;
    max-height: none;
  }

  .leistungen_card_header {
    font-size: 20px;
  }

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

  .leistungen_card_standardweiss {
    height: auto;
    max-height: none;
  }

  .leistungen_card_header-copy {
    font-size: 20px;
  }

  .flex-block-2-h-leistungen {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    width: auto;
  }

  .flex-block-2-h-leistungen.reihe2 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .vflexleistungen {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .sectionheadercontainer {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .sectionheaderheading {
    max-width: 95%;
    font-size: 48px;
    line-height: 48px;
  }

  .sectionheaderparagraph {
    max-width: 100%;
  }

  .section_zahlen {
    padding-left: 16px;
    padding-right: 16px;
  }

  .zahlenhflex {
    flex-flow: column;
  }

  .zahlenlinkeseitevflex {
    padding-bottom: 51px;
  }

  .zahlenheader {
    font-size: 36px;
    line-height: 42px;
  }

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

  .section_portfolio {
    margin-left: 24px;
    margin-right: 16px;
    padding-bottom: 300px;
    padding-left: 0;
    padding-right: 0;
  }

  .spark-container {
    max-width: 100%;
    height: 95vh;
  }

  .spark-section {
    padding: 0 0 64px;
  }

  .spark-section h1 {
    font-size: 3rem;
  }

  .spark-section h2 {
    font-size: 2.5rem;
  }

  .spark-centered-900 {
    margin-bottom: 64px;
  }

  .spark-bold-heading {
    line-height: 1.3;
  }

  .spark-bold-heading.spark-card-title {
    font-size: 1rem;
  }

  .spark-tabs-parent {
    flex-flow: column;
    height: 100%;
    display: flex;
  }

  .spark-three-column-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: space-between;
  }

  .spark-wrapped-card.spark-stacked {
    width: 100%;
    height: auto;
  }

  .spark-square-image-card {
    border-radius: 0%;
    width: 100%;
    height: 100%;
    max-height: 100%;
  }

  .spark-card-details {
    padding-bottom: 0;
    padding-left: 0;
  }

  .spark-flat-tab {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .spark-flat-tab.spark-small {
    box-shadow: none;
    flex: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 8px;
    padding-right: 8px;
  }

  .spark-flat-tab.spark-small.w--current {
    box-shadow: none;
    padding-left: 8px;
    transform: rotate(0);
  }

  .spark-super-simple-flat-tabs-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    word-break: normal;
    overflow-wrap: normal;
    direction: ltr;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: stretch space-between;
    align-items: stretch;
    width: 100%;
    margin-bottom: 16px;
    display: grid;
    overflow: visible;
  }

  .section_arndt {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section_cta {
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
  }

  .cta_header {
    width: auto;
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 48px;
    line-height: 48px;
  }

  .cta_paragraph {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .rich-text-block {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .section_contact {
    margin-left: 24px;
    margin-right: 24px;
    padding-left: 0;
    padding-right: 0;
  }

  .f-section-large {
    padding-top: 0;
  }

  .f-contact-submit-wrapper {
    grid-row-gap: 24px;
    flex-flow: column wrap;
    align-items: flex-start;
  }

  .f-contact-divider {
    display: none;
  }

  .f-contact-form-grid {
    grid-template-columns: 1fr;
  }

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

  .footer-form-two {
    padding: 20px;
  }

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

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary-2.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-block-three {
    flex-flow: row;
  }

  .footer-divider-two {
    margin-top: 0;
    margin-bottom: 8px;
  }

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

  .f-modal-form {
    flex-wrap: wrap;
  }

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

  .link-block {
    max-height: none;
  }

  .tab-pane-tab-1 {
    max-height: 95vh;
  }

  .paragraph-2 {
    max-width: 100%;
    overflow: visible;
  }

  .figure {
    margin-left: 0;
  }

  .image-15 {
    display: block;
    overflow: hidden;
  }

  .link-block-3 {
    aspect-ratio: 2.39;
    width: auto;
    height: 100%;
  }

  .uui-page-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-section_layout96 {
    max-width: 100%;
  }

  .uui-layout96_list {
    grid-column-gap: 0rem;
  }

  .uui-container-large-2 {
    width: 100%;
    max-width: 100%;
  }

  .uui-page-padding-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-logos02_logo-row {
    justify-content: center;
  }

  .uui-logos02_wrapper {
    justify-content: center;
    align-items: flex-start;
    padding: 2rem .75rem;
  }

  .spark-section-2 {
    padding: 64px 20px;
  }

  .spark-section-2.spark-dark-hero-background-image {
    padding-bottom: 64px;
  }

  .spark-section-2 h1 {
    font-size: 3rem;
  }

  .spark-section-2 h2 {
    font-size: 2.5rem;
  }

  .spark-flex-row {
    align-items: flex-start;
  }

  .spark-flex-row.spark-left-aligned {
    grid-row-gap: 16px;
    flex-wrap: wrap;
  }

  .section_video {
    margin-left: 24px;
    margin-right: 16px;
    padding-left: 0;
    padding-right: 16px;
  }

  .div-block-2 {
    aspect-ratio: 2 / 3;
    width: 100vw;
    height: auto;
    margin-left: 0;
    display: none;
    position: absolute;
    inset: 44px 0% auto;
  }

  .hero-bg-video {
    display: none;
    position: relative;
  }

  .prozesscontainer {
    flex-flow: column;
    max-width: 100%;
  }

  .containercontactlol {
    flex-flow: column;
    width: 100%;
    max-width: 100%;
    margin-top: -32px;
    margin-left: 0;
    margin-right: 0;
  }

  .section_leistungen-mobile {
    margin-left: 24px;
    margin-right: 16px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .leistungen_chip {
    font-size: 12px;
  }

  .hflex_chips {
    flex-flow: wrap;
  }

  .div-block-2-copy {
    aspect-ratio: 2 / 3;
    width: 100vw;
    height: auto;
    margin-left: 0;
    display: block;
    position: absolute;
    inset: 44px 0% auto;
  }

  .hero-bg-video-copy {
    display: block;
    position: relative;
  }
}

#w-node-_15cadae5-ec2a-427b-a050-f972ea5cfa4a-31c6b9a5 {
  place-self: start;
}

#w-node-eb27b81c-e27d-823d-47ad-58c90dd87da6-31c6b9a5, #w-node-eb27b81c-e27d-823d-47ad-58c90dd87dae-31c6b9a5, #w-node-eb27b81c-e27d-823d-47ad-58c90dd87db6-31c6b9a5, #w-node-eb27b81c-e27d-823d-47ad-58c90dd87dc0-31c6b9a5, #w-node-eb27b81c-e27d-823d-47ad-58c90dd87dc8-31c6b9a5, #w-node-eb27b81c-e27d-823d-47ad-58c90dd87dd0-31c6b9a5, #w-node-eb27b81c-e27d-823d-47ad-58c90dd87dda-31c6b9a5, #w-node-eb27b81c-e27d-823d-47ad-58c90dd87de2-31c6b9a5, #w-node-eb27b81c-e27d-823d-47ad-58c90dd87dea-31c6b9a5, #w-node-_8e5434a4-5b63-0887-20ee-4b8ac1ec253e-31c6b9a5, #w-node-_8e5434a4-5b63-0887-20ee-4b8ac1ec2546-31c6b9a5, #w-node-_8e5434a4-5b63-0887-20ee-4b8ac1ec254e-31c6b9a5, #w-node-a73f09db-7169-e918-04e3-8255c5b7442a-31c6b9a5, #w-node-a73f09db-7169-e918-04e3-8255c5b74432-31c6b9a5, #w-node-a73f09db-7169-e918-04e3-8255c5b7443a-31c6b9a5, #w-node-_84d4cd05-84ac-e9fb-2ba1-0f94a4075658-31c6b9a5, #w-node-_84d4cd05-84ac-e9fb-2ba1-0f94a4075660-31c6b9a5, #w-node-_84d4cd05-84ac-e9fb-2ba1-0f94a4075668-31c6b9a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

html,
body {
  overflow-x: hidden;
}

.section_cta,
.section_cta:hover {
  width: 100%;
  max-width: 100%;
  transform: none;
}
