@font-face {
  font-family: "Dmsans 18 Pt";
  src: url('../fonts/DMSans_18pt-Bold.ttf') format("truetype"), url('../fonts/DMSans_18pt-ExtraBold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Dmsans 18 Pt";
  src: url('../fonts/DMSans_18pt-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Dmsans 18 Pt";
  src: url('../fonts/DMSans_18pt-BoldItalic.ttf') format("truetype"), url('../fonts/DMSans_18pt-ExtraBoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Dmsans 18 Pt";
  src: url('../fonts/DMSans_18pt-BlackItalic.ttf') format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Dmsans 18 Pt";
  src: url('../fonts/DMSans_18pt-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Dmsans 18 Pt";
  src: url('../fonts/DMSans_18pt-MediumItalic.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Dmsans 18 Pt";
  src: url('../fonts/DMSans_18pt-LightItalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Dmsans 18 Pt";
  src: url('../fonts/DMSans_18pt-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Dmsans 18 Pt";
  src: url('../fonts/DMSans_18pt-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Dmsans 18 Pt";
  src: url('../fonts/DMSans_18pt-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Dmsans 18 Pt";
  src: url('../fonts/DMSans_18pt-ExtraLightItalic.ttf') format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Dmsans 18 Pt";
  src: url('../fonts/DMSans_18pt-ThinItalic.ttf') format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Dmsans 18 Pt";
  src: url('../fonts/DMSans_18pt-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Dmsans 18 Pt";
  src: url('../fonts/DMSans_18pt-SemiBoldItalic.ttf') format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Dmsans 18 Pt";
  src: url('../fonts/DMSans_18pt-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Futura PT;
  src: url('../fonts/FuturaPTBook.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Futura PT;
  src: url('../fonts/FuturaPTLight.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Futura PT;
  src: url('../fonts/FuturaPTMedium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Futura PT;
  src: url('../fonts/FuturaPTDemi.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Futura PT;
  src: url('../fonts/FuturaPTHeavy.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Futura PT;
  src: url('../fonts/FuturaPTExtraBold.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Futura PT;
  src: url('../fonts/FuturaPTBold.otf') format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: auto;
}

:root {
  --ac1: #280806;
  --white: white;
  --seashell: #fdf4ed;
  --color: transparent;
  --grau-2: #d1d1d1;
  --grau-1: #4d4d4d;
  --dunkel-1: #181818;
  --black: black;
}

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

.navigation-items {
  flex: none;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navigation-items.holder {
  float: left;
  margin-left: 20px;
  margin-right: 0;
  padding-top: 2px;
  display: inline-block;
  left: 16px;
}

.logo-link {
  z-index: 1;
  float: none;
  color: #1b1b1b;
  margin-top: 0;
  font-family: Futura PT, sans-serif;
  font-size: 30px;
  font-weight: 800;
  line-height: 36px;
  display: inline-block;
  position: static;
}

.navigation-item {
  color: #2e2e2e;
  letter-spacing: .3px;
  text-transform: none;
  margin-left: 20px;
  margin-right: 20px;
  padding: 0;
  font-family: "Dmsans 18 Pt", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  text-decoration: none;
  display: inline-block;
}

.navigation-item:hover {
  color: #000;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-family: "Dmsans 18 Pt", sans-serif;
  font-weight: 700;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.logo-flex {
  align-items: center;
  width: 75%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.cta {
  background-color: var(--ac1);
  color: var(--white);
  letter-spacing: .3px;
  border-radius: 200px;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
  padding: 13px 34px;
  font-family: "Dmsans 18 Pt", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  transition: all .15s;
  display: inline-block;
}

.cta:hover {
  background-color: #000;
  transform: translate(0, -2px);
}

.cta.white {
  color: var(--ac1);
  background-color: #fff;
  border-radius: 200px;
}

.body {
  background-color: #fff;
  font-family: Futura PT, sans-serif;
}

.section-header {
  color: var(--ac1);
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Futura PT, sans-serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.2;
}

.section-header.light {
  color: #fff;
  margin-bottom: 20px;
  font-size: 50px;
  line-height: 1.1;
}

.section-header.leistung {
  font-size: 38px;
  line-height: 1.1;
}

.section-header.contact {
  margin-bottom: 40px;
  font-size: 38px;
  line-height: 1.1;
}

.footer-section {
  background-color: var(--seashell);
  padding-top: 0;
  padding-bottom: 20px;
  position: relative;
  overflow: visible;
}

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

.footer-content {
  border-top: 1px solid var(--grau-2);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  display: flex;
}

.footer-content.inhalt {
  padding-top: 15px;
}

.footer-links {
  justify-content: center;
  display: inline-block;
}

.intro-section {
  padding-top: 120px;
  padding-bottom: 160px;
  position: relative;
  overflow: visible;
}

.body-paragraph {
  color: var(--grau-1);
  font-family: "Dmsans 18 Pt", sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
}

.body-paragraph.light {
  color: #cecece;
  font-size: 18px;
  font-weight: 400;
}

.intro-div {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  display: flex;
}

.box {
  color: #000;
  background-color: #0000;
  background-image: url('../images/amal-reinigung-glas_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  width: 32%;
  margin-bottom: 2%;
  margin-right: 0%;
  padding-top: 15%;
  padding-bottom: 15%;
  box-shadow: 1px 1px 14px #24242421;
}

.box._4 {
  background-image: url('../images/amal-reinigung-sauber_1.webp');
  background-position: 50%;
  padding-top: 20%;
  padding-bottom: 20%;
  position: relative;
  left: 0%;
}

.box._5 {
  background-image: url('../images/amal-reinigung-buero_1.webp');
  width: 66%;
  margin-right: 0%;
  padding-top: 20%;
  padding-bottom: 20%;
  position: relative;
}

.box._2 {
  background-image: url('../images/amal-reinigung-treppe_1.webp');
}

.box._3 {
  background-image: url('../images/amal-reinigung-reinigung_1.webp');
  margin-right: 0%;
}

.puzzle-div {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-section {
  background-color: #fdf4ed;
  justify-content: space-between;
  align-items: stretch;
  height: 100vh;
  display: flex;
}

.hero-section.leistung {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.hero-section.recht {
  background-color: var(--color);
  justify-content: space-between;
  align-items: stretch;
  height: auto;
  min-height: 90vh;
  display: flex;
}

.headline {
  color: var(--ac1);
  flex: none;
  margin-top: 0;
  margin-bottom: 25px;
  margin-left: 5px;
  font-size: 48px;
  line-height: 1.1;
}

.right-content {
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  width: 60%;
  height: 100%;
  padding-left: 6%;
  padding-right: 10%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.content-hero-div {
  margin-top: 100px;
}

.left-image {
  background-image: linear-gradient(#00000091, #0000 25%), url('../images/amla-reinigung_1.avif');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  width: 40%;
  height: 100%;
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
  overflow: hidden;
}

.right-cta {
  text-align: right;
  flex: none;
  width: auto;
  margin-left: 20px;
  padding-top: 0;
  padding-bottom: 0;
}

.nav-link {
  color: #030303;
  letter-spacing: .3px;
  text-transform: none;
  margin-left: 20px;
  margin-right: 20px;
  padding: 0;
  font-family: "Dmsans 18 Pt", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  text-decoration: none;
}

.nav-link:hover {
  color: #000;
}

.nav-link.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-family: "Dmsans 18 Pt", sans-serif;
  font-weight: 700;
}

.nav-link.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.nav-link.w--current:active {
  opacity: .7;
  color: #32343a;
}

.nav-link.x {
  display: none;
}

.brand {
  z-index: 1;
}

.brand.dark {
  color: #000;
  font-size: 30px;
  line-height: 44px;
}

.static-nav {
  z-index: 1;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  position: relative;
}

.top-nav {
  background-color: #0000;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.nav-btn {
  color: #000;
  text-align: center;
  letter-spacing: .3px;
  background-color: #0000;
  border: 1px solid #0000003d;
  border-radius: 200px;
  margin-left: 10px;
  padding: 5px 14px;
  font-family: "Dmsans 18 Pt", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  transition: all .15s;
}

.nav-btn:hover {
  background-color: var(--ac1);
  color: #fff;
  border-color: #0000003d;
}

.typed-div {
  align-items: center;
  display: flex;
}

.typed {
  color: var(--ac1);
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 48px;
  line-height: 1.1;
}

.cursor {
  background-color: #2c1d1224;
  width: 3px;
  height: 36px;
  margin-top: 0;
  margin-bottom: 12px;
  margin-left: 5px;
}

.left-content {
  width: 40%;
  padding-right: 3%;
}

.right-panel {
  background-image: url('../images/amla-reinigung_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  align-self: center;
  width: 55%;
  padding-top: 24%;
  padding-bottom: 24%;
  position: relative;
}

.split-div {
  align-items: stretch;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.subheader {
  color: var(--dunkel-1);
  text-align: left;
  margin-top: 5px;
  font-family: "Dmsans 18 Pt", sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.5;
}

.designer-image {
  background-image: url('../images/amla-reinigung-saugen_1.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  padding-top: 22%;
  padding-bottom: 21%;
}

.designer-description {
  background-color: var(--ac1);
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  padding: 5%;
  display: flex;
  position: relative;
}

.services-header {
  text-align: center;
  background-color: #0000;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.services-header.leistung {
  width: 100%;
}

.upper-head {
  color: #bcbcbc;
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 300;
}

.bottom-div {
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.service-div {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
}

.service-div.recht {
  padding-top: 160px;
  padding-bottom: 60px;
}

.service-box-holder {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 120px;
  display: flex;
}

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

.lottie-anim {
  opacity: .4;
  width: 150px;
  margin-bottom: -40px;
  margin-left: auto;
  margin-right: auto;
}

.service-paragraph {
  color: var(--grau-1);
  font-family: "Dmsans 18 Pt", sans-serif;
  font-size: 17px;
  line-height: 21px;
}

.service-header {
  color: var(--ac1);
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
}

.testimonial-holder {
  justify-content: space-between;
  align-items: center;
  margin-bottom: -90px;
  display: flex;
  position: relative;
  top: -143px;
}

.sticky-nav {
  background-color: #fff;
  margin-top: -100px;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 1px 1px 3px #00000012;
}

.sticky {
  z-index: 1;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  position: relative;
}

.image {
  width: 200px;
}

.div-block {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-2 {
  width: 200px;
}

.image-22 {
  width: 160px;
}

.image-3 {
  width: 200px;
}

.service-box-holder-leistung {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.intro-section-leistung {
  padding-top: 120px;
  padding-bottom: 100px;
  position: relative;
  overflow: visible;
}

.div-block-leistung {
  grid-column-gap: 0px;
  grid-row-gap: 100px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: flex;
}

.service-header-leistung {
  color: var(--ac1);
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.3;
}

.service-paragraph-leistung {
  color: var(--grau-1);
  font-family: "Dmsans 18 Pt", sans-serif;
  font-size: 18px;
  line-height: 1.4;
}

.intro-section-leistung-2 {
  padding-bottom: 60px;
  position: relative;
  overflow: visible;
}

.testimonial-holder-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.faq_section-title {
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  max-width: 250px;
  display: flex;
  position: sticky;
  top: 25%;
}

.faq_answer {
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.faq_expand-icon {
  background-color: #0b0d011f;
  border-radius: .75rem;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding: .5rem;
  display: flex;
}

.faq_item {
  border-bottom: .0625rem solid #0b0d011f;
}

.faq_item.last-child {
  border: 1px #000;
}

.text-weight-medium {
  font-weight: 500;
}

.text-weight-medium.text-size-large {
  flex: 1;
  font-family: "Dmsans 18 Pt", sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.faq_answer-content {
  color: #0b0d01a3;
  padding-bottom: 2rem;
  font-family: "Dmsans 18 Pt", sans-serif;
}

.faq_question {
  z-index: 2;
  grid-column-gap: 2rem;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  position: relative;
}

.faq_section-content {
  flex-direction: column;
  flex: 1;
  font-family: DM Sans;
  font-size: 18px;
  line-height: 1.4;
  display: flex;
}

.text-style-link {
  text-decoration: underline;
}

.faq_section {
  grid-column-gap: 100px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1100px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

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

.heading {
  color: var(--ac1);
  font-size: 42px;
  line-height: 1.1;
}

.designer-image-2 {
  background-image: url('../images/amla-reinigung-saugen_1.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  padding-top: 22%;
  padding-bottom: 20%;
}

.project-description {
  grid-column-gap: 24px;
  grid-row-gap: 60px;
  color: #090b19;
  background-color: #f3f6fc;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 80px 60px;
  display: grid;
  position: relative;
}

.project-description.top-grey-border {
  background-color: var(--color);
  width: 100%;
  padding: 0;
}

.section-header-recht {
  color: var(--ac1);
  text-align: left;
  margin-top: 0;
  font-family: Futura PT, sans-serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.2;
}

.right-content-contact {
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  width: 60%;
  height: 100%;
  padding-top: 100px;
  padding-left: 6%;
  padding-right: 8%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.left-image-contact {
  background-image: linear-gradient(#00000091, #0000 25%), url('../images/amla-reinigung-kontakt_1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  width: 40%;
  height: 100%;
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
  overflow: hidden;
}

.rich-text-re {
  color: #4e4e4e;
  cursor: default;
  font-family: "Dmsans 18 Pt", sans-serif;
  font-size: 1vw;
}

.heading-408 {
  margin-top: 1.1em;
  margin-bottom: .5em;
  font-size: 2.2em;
  font-weight: 600;
  line-height: 1.1em;
}

.heading-409 {
  margin-top: 1.5em;
  margin-bottom: .5em;
  font-size: 1.9em;
  font-weight: 600;
  line-height: 1.1em;
}

.paragraph {
  font-size: 1.3em;
  line-height: 1.5em;
}

.link-recht {
  color: #4e4e4e;
}

.service-box-holder-recht {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fm-copyright {
  opacity: .6;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  font-family: "Dmsans 18 Pt", sans-serif;
  display: flex;
}

.text-block-63 {
  color: #7f7f7f;
  margin-top: 2px;
  font-size: 12px;
  line-height: 12px;
}

.body-paragraph-con {
  color: var(--grau-1);
  text-align: left;
  margin-top: 60px;
  font-family: "Dmsans 18 Pt", sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
}

.body-paragraph-con-2 {
  color: var(--grau-1);
  text-align: left;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: "Dmsans 18 Pt", sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
}

.image-22-2 {
  width: 160px;
  display: none;
}

.intro-section-leistung-con {
  padding-top: 120px;
  padding-bottom: 100px;
  position: relative;
  overflow: visible;
}

.services-header-home {
  text-align: center;
  background-color: #0000;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.phone, .top {
  height: 0;
}

.top-button {
  z-index: 10;
  opacity: 0;
  color: #fff;
  cursor: pointer;
  background-color: #4cda00;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  font-size: 16px;
  transition: background-color .3s;
  display: flex;
  position: fixed;
  inset: auto 16px 16px auto;
}

.top-button:hover {
  background-color: #452c48;
}

.top-button-icon {
  filter: invert();
  width: 26px;
  height: 26px;
  position: relative;
}

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

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

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.code-embed {
  color: var(--grau-1);
  font-family: "Dmsans 18 Pt", sans-serif;
}

.text-block-64 {
  color: var(--black);
  font-family: "Dmsans 18 Pt", sans-serif;
  font-size: 18px;
}

.div-block-2 {
  text-align: center;
  width: 100%;
  margin-top: 40px;
}

.faq-dropdown-title {
  color: var(--ac1);
  text-align: left;
  white-space: pre-wrap;
  max-width: 90%;
  font-family: Futura PT, sans-serif;
  font-size: 38px;
  font-weight: 600;
  line-height: 1.2;
  position: relative;
}

.faq-dropdown-accordion {
  background-color: var(--seashell);
  min-width: 100%;
}

.faq-numbers-back {
  z-index: 0;
  opacity: .2;
  color: var(--ac1);
  margin-left: -20px;
  font-family: "Dmsans 18 Pt", sans-serif;
  font-size: 90px;
  font-weight: 100;
  position: absolute;
  inset: auto auto auto 0%;
}

.faq-flex {
  grid-column-gap: 30px;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
}

.dropdown-toggle {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  min-width: 100%;
  margin-top: 15px;
  padding-left: 60px;
  padding-right: 60px;
}

.dropdown-description {
  text-align: center;
  width: 80%;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  font-family: "Dmsans 18 Pt", sans-serif;
  font-size: 19px;
  line-height: 1.5;
}

.faq-wrapper {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.faq-plus-icon {
  max-width: 30px;
  max-height: 30px;
  margin-left: 0;
  position: absolute;
  inset: auto 0% auto auto;
  transform: rotate(45deg);
}

.dropdown-description-wrapper {
  overflow: hidden;
}

.space-mid {
  min-height: 60px;
}

.space-small {
  min-height: 30px;
}

.global-styles {
  display: none;
}

.code-ex {
  width: 100%;
  margin-bottom: 0;
  display: none;
}

.code-txt {
  text-align: left;
}

@media screen and (min-width: 1280px) {
  .footer-content, .intro-div {
    max-width: 1200px;
  }

  .headline {
    font-size: 54px;
    line-height: 1.2;
  }

  .static-nav {
    max-width: 1200px;
  }

  .typed {
    font-size: 54px;
    line-height: 1.2;
  }

  .split-div {
    max-width: 1200px;
  }

  .subheader {
    font-size: 20px;
  }

  .services-header {
    width: 82%;
  }

  .service-div, .sticky, .faq_section {
    max-width: 1200px;
  }

  .services-header-home {
    width: 82%;
  }
}

@media screen and (min-width: 1440px) {
  .footer-content, .intro-div {
    max-width: 1300px;
  }

  .right-content {
    padding-left: 7%;
  }

  .content-hero-div {
    max-width: 95%;
  }

  .static-nav, .split-div, .service-div, .sticky, .faq_section {
    max-width: 1300px;
  }

  .right-content-contact {
    padding-top: 120px;
  }

  .rich-text-re {
    font-size: 14px;
  }

  .body-paragraph-con {
    margin-top: 80px;
  }
}

@media screen and (min-width: 1920px) {
  .section-header.light {
    font-size: 74px;
  }

  .footer-content, .intro-div {
    max-width: 1700px;
  }

  .right-content {
    padding-left: 8%;
  }

  .content-hero-div {
    max-width: 90%;
  }

  .static-nav, .split-div, .service-div, .sticky, .faq_section {
    max-width: 1700px;
  }

  .space-mid {
    min-height: 80px;
  }
}

@media screen and (max-width: 991px) {
  .navigation-items {
    background-color: #fff;
  }

  .navigation-items.holder {
    z-index: 1;
    width: 100%;
    margin-left: 0;
    padding-top: 140px;
    inset: 0%;
  }

  .menu-icon {
    display: block;
    position: relative;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .navigation-item {
    margin-left: 10px;
    margin-right: 10px;
    transition: color .15s;
  }

  .menu-button {
    z-index: 5;
    padding: 0;
  }

  .menu-button.w--open {
    z-index: 5;
    background-color: #0000;
    transform: rotate(90deg);
  }

  .section-header, .section-header.light {
    font-size: 46px;
    line-height: 54px;
  }

  .footer-section {
    padding-left: 5%;
    padding-right: 5%;
  }

  .intro-section {
    padding: 100px 5% 40px;
    overflow: hidden;
  }

  .intro-div {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }

  .box {
    width: 48%;
    margin-bottom: 4%;
    padding-top: 117px;
    padding-bottom: 117px;
  }

  .box._5 {
    width: 100%;
    padding-top: 163px;
    padding-bottom: 163px;
  }

  .puzzle-div {
    width: auto;
    margin-top: 40px;
  }

  .hero-section {
    flex-direction: column-reverse;
    height: 100vh;
  }

  .hero-section.recht {
    justify-content: flex-end;
  }

  .headline {
    font-size: 52px;
    line-height: 62px;
  }

  .right-content {
    width: 100%;
    padding: 60px 5% 40px;
  }

  .content-hero-div {
    padding-right: 0%;
  }

  .left-image {
    width: 100%;
    height: auto;
    padding-top: 240px;
    padding-bottom: 260px;
  }

  .nav-link {
    text-align: center;
    margin-bottom: 30px;
    font-size: 22px;
    line-height: 26px;
    transition: color .15s;
    display: block;
  }

  .nav-link.x {
    display: inline-block;
  }

  .brand {
    color: #000;
    border-color: #363636;
    font-size: 26px;
    line-height: 39px;
  }

  .brand.w--current {
    flex: 1;
  }

  .static-nav {
    z-index: auto;
    justify-content: space-between;
    margin-top: 0;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
  }

  .top-nav {
    padding-left: 0%;
    padding-right: 0%;
  }

  .nav-btn {
    margin-left: 0;
    margin-right: 10px;
  }

  .typed {
    font-size: 52px;
    line-height: 62px;
  }

  .left-content {
    width: 100%;
    margin-bottom: 60px;
    padding-top: 140px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .right-panel {
    width: 100%;
    padding-top: 220px;
    padding-bottom: 300px;
  }

  .split-div {
    flex-flow: column-reverse wrap;
  }

  .designer-image {
    background-position: 0%;
    width: 100%;
    padding-top: 140px;
    padding-bottom: 220px;
  }

  .designer-description {
    width: 100%;
    padding: 45px 50px;
  }

  .services-header {
    width: 80%;
  }

  .service-div.recht {
    max-width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .service-box-holder {
    flex-wrap: wrap;
    margin-top: 40px;
    padding-bottom: 220px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .service-box {
    width: 100%;
    margin-bottom: 0;
  }

  .testimonial-holder {
    margin-bottom: -160px;
    padding-left: 0%;
    padding-right: 0%;
    top: -201px;
  }

  .sticky-nav {
    padding-left: 0%;
    padding-right: 0%;
  }

  .sticky {
    z-index: auto;
    justify-content: space-between;
    margin-top: 0;
    padding-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
  }

  .image {
    display: none;
  }

  .div-block {
    grid-column-gap: 60px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .service-box-holder-leistung {
    flex-wrap: wrap;
    margin-top: 40px;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .intro-section-leistung {
    padding: 100px 5% 60px;
    overflow: hidden;
  }

  .div-block-leistung {
    grid-row-gap: 60px;
  }

  .service-box-leistung {
    width: 100%;
    margin-bottom: 20px;
  }

  .intro-section-leistung-2 {
    margin-bottom: 0;
    padding-bottom: 60px;
    padding-left: 5%;
    padding-right: 5%;
    overflow: hidden;
  }

  .testimonial-holder-2 {
    padding-left: 0%;
    padding-right: 0%;
    top: -201px;
  }

  .faq_section-title {
    width: 100%;
    max-width: 32rem;
    position: static;
  }

  .faq_answer-content {
    padding-bottom: 1.5rem;
  }

  .faq_question {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .faq_section-content {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .faq_section {
    grid-row-gap: 5rem;
    flex-flow: column wrap;
  }

  .designer-image-2 {
    background-position: 0%;
    width: 100%;
    padding-top: 140px;
    padding-bottom: 220px;
  }

  .project-description {
    padding: 36px 24px;
  }

  .section-header-recht {
    padding-left: 40px;
    font-size: 46px;
    line-height: 54px;
  }

  .right-content-contact {
    width: 100%;
    padding: 160px 5% 60px;
  }

  .left-image-contact {
    width: 100%;
    height: auto;
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .rich-text-re {
    font-size: 1.3vw;
  }

  .paragraph {
    font-size: 1.5em;
  }

  .service-box-holder-recht {
    flex-wrap: wrap;
    padding-bottom: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .body-paragraph-con {
    margin-top: 80px;
  }

  .image-22-2 {
    display: inline-block;
  }

  .intro-section-leistung-con {
    padding: 100px 5% 60px;
    overflow: hidden;
  }

  .services-header-home {
    width: 80%;
  }

  .top-button {
    bottom: 12px;
    right: 12px;
  }

  .faq-dropdown-title {
    max-width: 470px;
    padding-right: 0;
    font-size: 36px;
  }

  .faq-numbers-back {
    margin-left: 0;
    font-size: 80px;
    display: none;
  }

  .faq-flex {
    justify-content: space-between;
  }

  .dropdown-toggle {
    padding-left: 30px;
    padding-right: 30px;
  }

  .dropdown-description {
    width: 90%;
    max-width: 90%;
  }

  .faq-wrapper {
    width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .logo-link {
    margin-bottom: 10px;
    padding-left: 0;
  }

  .navigation-item {
    margin-left: 0;
    margin-right: 30px;
  }

  .section-header, .section-header.light {
    line-height: 50px;
  }

  .section-header.contact {
    margin-bottom: 20px;
  }

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

  .footer-links {
    grid-row-gap: 10px;
    flex-flow: wrap;
    margin-top: 15px;
    display: flex;
  }

  .intro-section {
    padding-top: 70px;
  }

  .headline {
    width: 100%;
    font-size: 48px;
    line-height: 58px;
  }

  .content-hero-div {
    padding-right: 0%;
  }

  .left-image {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .brand {
    font-size: 25px;
    font-weight: 600;
    line-height: 37px;
  }

  .typed-div {
    flex-flow: wrap;
  }

  .typed {
    margin-bottom: 5px;
    font-size: 48px;
    line-height: 58px;
  }

  .left-content {
    margin-bottom: 40px;
  }

  .right-panel {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .subheader {
    width: 95%;
  }

  .designer-image {
    padding-top: 180px;
    padding-bottom: 140px;
  }

  .designer-description {
    padding-left: 40px;
    padding-right: 40px;
  }

  .service-div.recht {
    padding-bottom: 40px;
  }

  .service-box-holder {
    margin-top: 20px;
    padding-bottom: 260px;
    padding-left: 15%;
    padding-right: 15%;
  }

  .testimonial-holder {
    margin-bottom: -160px;
  }

  .div-block {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .service-box-holder-leistung {
    padding-bottom: 0;
  }

  .intro-section-leistung {
    padding-top: 70px;
    padding-bottom: 0;
  }

  .intro-section-leistung-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .faq_answer {
    margin-bottom: 1.25rem;
  }

  .faq_answer-content {
    padding-bottom: 1.25rem;
  }

  .faq_question {
    padding-top: 1.25rem;
    padding-bottom: 1rem;
  }

  .faq_section {
    grid-row-gap: 3.5rem;
  }

  .designer-image-2 {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .project-description {
    grid-row-gap: 36px;
    grid-template-columns: 1fr;
  }

  .section-header-recht {
    line-height: 50px;
  }

  .left-image-contact {
    padding-top: 60px;
    padding-bottom: 60px;
    display: none;
  }

  .rich-text-re {
    font-size: 1.6vw;
  }

  .service-box-holder-recht {
    padding-bottom: 0;
  }

  .intro-section-leistung-con {
    padding-top: 70px;
    padding-bottom: 40px;
  }

  .services-header-home {
    width: 95%;
  }

  .top-button {
    display: none;
  }

  .faq-dropdown-title {
    max-width: 340px;
    font-size: 27px;
    line-height: 1;
  }

  .faq-flex {
    grid-column-gap: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .dropdown-toggle {
    margin-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .dropdown-description {
    width: 95%;
    max-width: 95%;
  }

  .faq-plus-icon {
    position: static;
  }
}

@media screen and (max-width: 479px) {
  .navigation-item {
    margin-bottom: 10px;
    margin-left: 8px;
    margin-right: 8px;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .section-header, .section-header.light {
    font-size: 38px;
    line-height: 44px;
  }

  .footer-links {
    text-align: center;
  }

  .intro-section {
    padding-top: 50px;
  }

  .box {
    width: 100%;
    margin-bottom: 15px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .box._4, .box._5 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .hero-section {
    height: auto;
    overflow: hidden;
  }

  .hero-section.recht {
    overflow: hidden;
  }

  .headline {
    width: 100%;
    margin-left: 0;
    font-size: 40px;
    line-height: 50px;
  }

  .right-content {
    height: auto;
  }

  .left-image {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .static-nav {
    padding-left: 15px;
    padding-right: 15px;
  }

  .typed-div {
    flex-wrap: wrap;
  }

  .typed {
    margin-bottom: 5px;
    font-size: 40px;
    line-height: 50px;
  }

  .left-content {
    padding-top: 60px;
  }

  .right-panel {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .designer-image {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .designer-description {
    padding: 35px 28px;
  }

  .services-header {
    width: 90%;
  }

  .service-div.recht {
    padding-top: 120px;
    padding-bottom: 0;
  }

  .service-box-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-holder {
    margin-bottom: -160px;
  }

  .sticky {
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block {
    grid-row-gap: 0px;
  }

  .service-box-holder-leistung {
    padding-bottom: 50px;
    padding-left: 0;
    padding-right: 0;
  }

  .intro-section-leistung {
    padding-top: 50px;
  }

  .service-header-leistung {
    line-height: 1.2;
  }

  .designer-image-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .project-description {
    grid-row-gap: 24px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .section-header-recht {
    padding-left: 20px;
    font-size: 38px;
    line-height: 44px;
  }

  .right-content-contact {
    padding-top: 100px;
  }

  .rich-text-re {
    max-width: 100%;
    font-size: 2.2vw;
  }

  .service-box-holder-recht {
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .intro-section-leistung-con {
    padding-top: 50px;
  }

  .faq-dropdown-title {
    width: 100%;
    max-width: 100%;
    font-size: 24px;
  }

  .faq-numbers-back {
    font-size: 130px;
    inset: 0%;
  }

  .faq-flex {
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }

  .dropdown-toggle {
    padding-left: 20px;
    padding-right: 20px;
  }

  .dropdown-description {
    width: 90%;
    max-width: 90%;
  }

  .faq-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .faq-plus-icon {
    position: absolute;
    top: 51%;
    right: -4%;
  }
}

#w-node-_7aa677a5-3c4f-a8f9-ed7d-a125da2c4f3e-0df3ffe1, #w-node-_7aa677a5-3c4f-a8f9-ed7d-a125da2c4f3e-fe2e5f95 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}


@font-face {
  font-family: 'Dmsans 18 Pt';
  src: url('../fonts/DMSans_18pt-Bold.ttf') format('truetype'), url('../fonts/DMSans_18pt-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dmsans 18 Pt';
  src: url('../fonts/DMSans_18pt-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dmsans 18 Pt';
  src: url('../fonts/DMSans_18pt-BoldItalic.ttf') format('truetype'), url('../fonts/DMSans_18pt-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Dmsans 18 Pt';
  src: url('../fonts/DMSans_18pt-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Dmsans 18 Pt';
  src: url('../fonts/DMSans_18pt-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Dmsans 18 Pt';
  src: url('../fonts/DMSans_18pt-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Dmsans 18 Pt';
  src: url('../fonts/DMSans_18pt-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Dmsans 18 Pt';
  src: url('../fonts/DMSans_18pt-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dmsans 18 Pt';
  src: url('../fonts/DMSans_18pt-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dmsans 18 Pt';
  src: url('../fonts/DMSans_18pt-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dmsans 18 Pt';
  src: url('../fonts/DMSans_18pt-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Dmsans 18 Pt';
  src: url('../fonts/DMSans_18pt-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Dmsans 18 Pt';
  src: url('../fonts/DMSans_18pt-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dmsans 18 Pt';
  src: url('../fonts/DMSans_18pt-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Dmsans 18 Pt';
  src: url('../fonts/DMSans_18pt-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura PT';
  src: url('../fonts/FuturaPTBook.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Futura PT';
  src: url('../fonts/FuturaPTLight.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Futura PT';
  src: url('../fonts/FuturaPTMedium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Futura PT';
  src: url('../fonts/FuturaPTDemi.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Futura PT';
  src: url('../fonts/FuturaPTHeavy.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Futura PT';
  src: url('../fonts/FuturaPTExtraBold.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Futura PT';
  src: url('../fonts/FuturaPTBold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: auto;
}