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

@font-face {
  font-family: "Inter 18 Pt";
  src: url('../fonts/Inter_18pt-Bold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

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

:root {
  --main-color: #008a04;
  --space-xs: .5rem;
  --heading-color: #333;
  --space-m: 3rem;
  --space-s2: 1.5rem;
  --space-s: 1rem;
  --dark-grey: #333;
  --space-xl: 7rem;
  --main-hover: #3b983e;
  --untitled-ui--gray200: #eaecf0;
  --untitled-ui--primary600: #7f56d9;
  --untitled-ui--gray400: #98a2b3;
  --dark-green: #006e29;
  --space-l: 5rem;
  --untitled-ui--gray900: #101828;
  --untitled-ui--gray500: #667085;
  --untitled-ui--gray700: #344054;
  --untitled-ui--primary700: #6941c6;
  --untitled-ui--primary300: #d6bbfb;
  --untitled-ui--primary100: #f4ebff;
  --untitled-ui--white: white;
  --untitled-ui--gray300: #d0d5dd;
  --untitled-ui--primary50: #f9f5ff;
  --untitled-ui--gray600: #475467;
  --untitled-ui--gray50-2: #f9fafb;
}

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

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

body {
  color: #333;
  font-family: Inter;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

a {
  color: var(--main-color);
  text-decoration: underline;
}

.h1 {
  margin-top: 0;
  margin-bottom: var(--space-xs);
  color: var(--heading-color);
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.1;
}

.h1.smaller {
  margin-bottom: var(--space-m);
  font-size: 3rem;
}

.h1.smaller.blog {
  justify-content: center;
  align-items: center;
  margin-bottom: 6rem;
}

.h1.smaller.leistungen {
  color: #fff;
  margin-bottom: .5rem;
  font-size: 2.6rem;
}

.h1.left {
  text-align: left;
  font-family: "Inter 18 Pt", Arial, sans-serif;
}

.h2 {
  color: var(--heading-color);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.3rem;
  line-height: 1.2;
}

.h2.space-bot {
  margin-bottom: var(--space-s2);
  font-weight: 700;
}

.h2.maxwidth {
  max-width: 50%;
}

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

.h2.leistungen {
  margin-bottom: 1rem;
  font-size: 1rem;
}

.h2.leistungen.bold-text {
  font-size: 1.35rem;
  font-weight: 700;
}

.h3 {
  color: var(--heading-color);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.45rem;
  line-height: 1.2;
}

.h3.space-bot {
  margin-bottom: var(--space-s);
  text-align: left;
}

.h3.space-bot.center {
  text-align: center;
}

.text {
  color: #717171;
  text-align: left;
  font-size: .95rem;
  line-height: 1.5;
}

.text.bigger {
  font-size: 1.1rem;
}

.text.bigger.space-bot {
  margin-bottom: var(--space-s2);
  font-weight: 400;
}

.text.bigger.black {
  color: var(--heading-color);
  font-weight: 500;
}

.text.smaller {
  font-size: .95rem;
}

.text.white {
  color: #000;
  font-size: 1.1rem;
}

.text.white.bold {
  font-weight: 700;
}

.text.leistungen {
  text-align: center;
  max-width: 80%;
  margin-bottom: 1rem;
}

.text.cta {
  color: #fff;
}

.text.black {
  color: #000;
}

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

.body {
  font-family: "Inter 18 Pt", Arial, sans-serif;
}

.container {
  text-align: left;
  width: 90%;
  max-width: 1300px;
}

.container.s {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container.center {
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.container.smaller {
  max-width: 1100px;
}

.container.smaller.flex {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container.flex {
  flex-flow: column;
}

.container.flex.left {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
}

.container.flex.center {
  display: flex;
}

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

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

.container.navbar {
  flex-flow: row;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.section {
  width: 100%;
  position: relative;
}

.section.hero {
  flex-flow: column;
  display: flex;
  position: relative;
}

.section.greenbg {
  background-color: #4caf4f0d;
}

.padding {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 7rem;
  padding-bottom: 7rem;
  display: flex;
}

.padding.l {
  justify-content: center;
  align-items: center;
  padding-top: 6rem;
  padding-bottom: 11rem;
  display: flex;
}

.padding.smaller {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.padding.cta {
  padding-top: 9rem;
  padding-bottom: 9rem;
}

.padding.nobot {
  padding-bottom: 0;
}

.padding.small-bot {
  padding-bottom: 5rem;
}

.hero-container {
  width: 55%;
}

.hero-img {
  opacity: 0;
  width: 35%;
  margin-left: 10%;
}

.tag {
  margin-bottom: var(--space-xs);
  color: #008a04;
  text-align: left;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
}

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

.button-line {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  display: flex;
}

.button-line.center {
  justify-content: center;
  align-items: center;
}

.button-line.center.leistungen {
  margin-top: 1rem;
}

.main-btn {
  background-color: var(--main-color);
  color: #fff;
  border-radius: 60px;
  padding: .65rem 1.25rem;
  font-size: .88rem;
}

.main-btn.space-r {
  margin-right: var(--space-xs);
  border-radius: 10px;
  padding-top: .8rem;
  padding-bottom: .8rem;
  font-size: 1rem;
  font-weight: 500;
}

.main-btn.space-r:where(.w-variant-8c0c8fe7-5d33-55fe-62de-0321da683cb6), .main-btn.space-r.space-top, .main-btn.space-r.space-top-2 {
  margin-top: 2rem;
}

.main-btn.secondary {
  color: #000;
  background-color: #fff;
  border: .1rem solid #000;
  border-radius: 10px;
  padding-top: .7rem;
  padding-bottom: .7rem;
  font-size: 1rem;
  font-weight: 600;
}

.main-btn.nabar {
  text-align: center;
  border-radius: 10px;
  width: 200px;
  position: static;
}

.main-btn.nabar.visiblemobile {
  display: none;
}

.main-btn.blog-post {
  border-radius: 10px;
  margin-top: 3rem;
}

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

.edge-circe {
  z-index: 1;
  background-color: #006e294d;
  border-bottom-right-radius: 50%;
  width: 20rem;
  height: 20rem;
  position: absolute;
  top: -5rem;
  transform: translate(-50%, -50%);
}

.edge-circe._2 {
  border-radius: 50% 0% 0% 50%;
  top: auto;
  bottom: 0;
  right: 0;
  transform: translate(60%, 50%);
}

.flex.horizontal {
  width: 100%;
  display: flex;
}

.flex.horizontal.space-between {
  grid-column-gap: 7rem;
  grid-row-gap: 7rem;
}

.trust-element {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 25%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.trust-element.border {
  border-left: 1.5px solid #c4c4c480;
  justify-content: space-between;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.trust-element.border.noleft {
  border-left-width: 0;
}

.trust-text {
  color: var(--dark-grey);
  margin-bottom: 1.9rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
}

.count-text {
  color: var(--main-color);
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
}

.trust-image {
  margin-bottom: var(--space-s2);
}

.space-l {
  height: var(--space-m);
}

.portfolio-column {
  grid-column-gap: var(--space-xl);
  grid-row-gap: var(--space-xl);
  flex-flow: column;
  width: 50%;
  display: flex;
}

.portfolio-img {
  mix-blend-mode: normal;
  border-radius: 10px;
  width: 100%;
  margin-bottom: 2rem;
  box-shadow: 0 0 10px 1px #0006;
}

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

.f-testimonial-right-a {
  background-color: var(--main-color);
  color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 6px;
  transition: all .3s;
  display: none;
  inset: -90px 0% auto auto;
}

.f-testimonial-right-a:hover {
  background-color: var(--main-hover);
  color: #fff;
}

.f-testimonial-slide {
  margin-right: 40px;
}

.f-testimonial-slider-cards {
  background-color: #fff;
  max-width: 100%;
  height: auto;
}

.f-testimonial-left-a {
  color: var(--main-color);
  background-color: #0000;
  border: 1px solid #e4e6f1;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 6px;
  transition: all .3s;
  display: none;
  inset: -90px 60px auto auto;
}

.f-testimonial-left-a:hover {
  background-color: var(--main-color);
  color: #fff;
  border-width: 0;
}

.f-testimonial-author {
  grid-column-gap: 16px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.f-testimonial-author:hover {
  border-color: #0000;
  box-shadow: 23px 23px 64px -16px #393b6a0f;
}

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

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

.f-slide-nav-hidden {
  display: none;
  bottom: -50px;
}

.f-testimonial-slider-grid-large {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.f-testimonial-card {
  border-radius: 12px;
  padding: 32px;
  box-shadow: 0 0 4px #00000040;
}

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

.f-paragraph-regular.f-text-weight-medium {
  font-weight: 500;
}

.f-testimonial-avatar-small {
  background-color: #f3f5fb;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

.uui-faq01_list {
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-faq01_answer {
  overflow: hidden;
}

.uui-faq01_accordion {
  border-bottom: 1px solid var(--untitled-ui--gray200);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.uui-faq01_question {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.uui-faq01_icon-wrapper {
  color: var(--untitled-ui--primary600);
}

.uui-faq01_component {
  margin-top: 4rem;
}

.accordion-icon_component {
  border: 2px solid var(--untitled-ui--gray400);
  color: var(--untitled-ui--gray400);
  border-radius: 50%;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  position: relative;
}

.accordion-icon_vertical-line {
  background-color: var(--untitled-ui--gray400);
  border-radius: 1px;
  width: 2px;
  height: .75rem;
  position: absolute;
}

.accordion-icon_horizontal-line {
  background-color: var(--untitled-ui--gray400);
  border-radius: 1px;
  width: .75rem;
  height: 2px;
  position: absolute;
}

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

.mask {
  padding: 15px 10px;
  overflow: hidden;
}

.contact {
  width: 100%;
  display: flex;
}

.contact-img {
  width: 40%;
}

.contact-form {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.form-field {
  color: #6b6b6b;
  border: 1px solid #3333335c;
  border-radius: 5px;
  height: 45px;
  margin-bottom: 13px;
  padding: 10px 15px;
  font-size: 15px;
}

.form-field:focus-visible, .form-field[data-wf-focus-visible] {
  border-width: 2px;
  border-color: #4caf4f63;
}

.form-field.noheight {
  height: auto;
}

.submit-button {
  background-color: #008a04;
  border-radius: 10px;
  width: 100%;
  margin-top: 5px;
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 18px;
  transition: all .3s;
}

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

.form {
  width: 70%;
}

.form-block {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.description-side {
  max-width: 60%;
  position: relative;
  overflow: visible;
}

.text-description {
  z-index: 1;
  width: 100%;
  height: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: static;
  top: 0;
}

.m-b {
  margin-bottom: 2rem;
}

.description-right {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  max-width: 40%;
  display: flex;
}

.description-right.right {
  justify-content: flex-end;
  align-items: center;
}

.image {
  width: 80%;
}

.leisungen-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.leistungen-card {
  background-color: #4caf4f0d;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 5rem 2rem;
  display: flex;
}

.leistungen-card.whitebg {
  background-color: #ffffff0d;
}

.image-2 {
  max-width: 10%;
}

.space-s {
  height: var(--space-s);
}

.space-s.bigger {
  height: var(--space-s2);
}

.div-major-sick {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  font-weight: 400;
  text-decoration: none;
}

.div-beneath-pool {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.div-having-jar {
  margin: 0;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
}

.a-sets-salmon {
  margin: 0;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.img-help-you {
  width: auto;
  height: 4rem;
  margin: 0;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
}

.div-throughout-round {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.a-tell-band {
  color: #717171;
  margin-left: 4rem;
  padding: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  text-decoration: none;
  transition: all .2s;
}

.a-tell-band:hover {
  color: #000;
  transform: translate(0, -.25rem);
}

.a-tell-band.w--current {
  color: var(--main-color);
}

.div-oxygen-thrown {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  text-align: center;
  border: 0 solid #374151;
  border-top-width: 1px;
  justify-content: center;
  align-items: center;
  margin-top: 5rem;
  padding-top: 3rem;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.p-nor-grabbed {
  color: #717171;
  margin: 0;
  padding: 0;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.25rem;
  text-decoration: none;
}

.div-exactly-blue-copy {
  margin: 0;
  padding-top: 5rem;
  padding-bottom: 3rem;
  font-weight: 400;
  text-decoration: none;
}

.div-exactly-blue-copy.end {
  flex: 0 auto;
}

.div-troops-stems {
  text-align: center;
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
}

.div-know-instead {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 100%;
  margin-top: 4rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  display: grid;
}

.div-examine-deeply {
  background-color: #fff;
  border: 2px solid #f3f4f6;
  border-radius: .375rem;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  overflow: hidden;
}

.div-rays-lion {
  padding: 2rem;
  font-weight: 400;
  text-decoration: none;
}

.h3-else-weak {
  color: var(--main-color);
  padding: 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
  text-decoration: none;
}

.p-handle-breathe {
  color: #000;
  margin-top: 1.75rem;
  padding: 0;
  font-size: 2.7rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.ul-was-fierce {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 2.25rem;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  list-style-type: none;
  display: inline-flex;
}

.li-closer-speak {
  align-items: center;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  display: inline-flex;
}

.img-lucky-flow {
  color: #6366f1;
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
}

.span-education-down {
  color: #000;
  margin-left: .5rem;
  padding: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  text-decoration: none;
}

.li-directly-crew {
  align-items: center;
  margin-top: 1.25rem;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  display: inline-flex;
}

.img-tip-thy {
  color: #6366f1;
  height: 1.25rem;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
}

.a-entirely-layers {
  background-color: var(--main-color);
  color: #fff;
  border-style: solid;
  border-width: 0;
  border-radius: .375rem;
  justify-content: center;
  align-items: center;
  margin-top: 2.5rem;
  padding: 1rem 2.5rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
  text-decoration: none;
  transition: all .3s;
  display: inline-flex;
}

.a-entirely-layers:hover {
  background-color: var(--dark-green);
}

.a-entirely-layers.w--current {
  border-radius: 10px;
}

.p-wherever-including {
  color: #717171;
  margin-top: 1rem;
  padding: 0;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.25rem;
  text-decoration: none;
}

.div-missing-further {
  background-color: #fff;
  border: 2px solid #f3f4f6;
  border-radius: .375rem;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  overflow: hidden;
  box-shadow: 0 10px 15px -3px #0000001a, 0 4px 6px -2px #0000000d;
}

.a-record-probably {
  background-color: var(--main-color);
  color: #fff;
  border-style: solid;
  border-width: 0;
  border-radius: .375rem;
  justify-content: center;
  align-items: center;
  margin-top: 2.5rem;
  padding: 1rem 2.5rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
  text-decoration: none;
  transition: all .3s;
  display: inline-flex;
}

.a-record-probably:hover {
  background-color: var(--dark-green);
}

.a-record-probably.w--current {
  border-radius: 10px;
}

.ab {
  font-size: 2rem;
}

.price {
  letter-spacing: -2px;
}

.cta-text {
  color: #fff;
}

.green {
  color: var(--main-color);
}

.bg-image {
  z-index: -1;
  filter: drop-shadow(0 1px #000000b3) grayscale();
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}

.bg-image.color {
  background-color: #00000087;
}

.bg-image.footer {
  opacity: 1;
}

.section-2 {
  min-height: 100vh;
  padding-top: 110px;
  padding-bottom: 50px;
}

.post-wrapper {
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 30px;
  margin-right: 40px;
  padding-bottom: 30px;
}

.post-wrapper.small {
  margin-bottom: 0;
  padding-bottom: 15px;
}

.blog-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: 125px;
  width: 100%;
  min-height: 350px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.divider {
  background-color: #f0f0f0;
  height: 1px;
  margin-bottom: 21px;
}

.column {
  position: sticky;
  top: 1rem;
}

.blog-container {
  grid-column-gap: 1.5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.blog {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.blog-heading {
  text-align: left;
  font-size: 1.5rem;
}

.blog-heading.lessspace {
  margin-top: 5px;
}

.blog-description {
  text-align: left;
  margin-bottom: .5rem;
}

.image-3 {
  aspect-ratio: 1;
  object-fit: scale-down;
  width: 100%;
}

.link {
  color: var(--main-color);
}

.navbar-2 {
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  height: 5rem;
  display: flex;
  position: static;
}

.navbar-2:where(.w-variant-58274239-56d3-367c-7891-92859e185942) {
  background-color: #fff;
}

.nav-menu {
  position: static;
}

.brand {
  width: 200px;
  position: static;
}

.brand.w--current {
  max-height: 80px;
}

.menu-button {
  position: static;
}

.image-4 {
  max-height: 80px;
  display: block;
}

.nav-link.w--current {
  color: var(--main-color);
}

.success-message-2 {
  text-align: center;
  background-color: #fff;
}

.error-message-2 {
  margin-left: 10px;
}

.link-2, .link-2.w--current {
  color: var(--main-color);
}

.body-2, .body-3, .body-4, .body-5, .body-6 {
  font-family: "Inter 18 Pt", Arial, sans-serif;
}

.text-block-2 {
  color: #717171;
  font-weight: 400;
}

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

.link-dark {
  color: #717171;
}

.impressum-body {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  min-height: 80vh;
  display: flex;
}

.date {
  color: gray;
  margin-top: 10px;
  font-weight: 600;
}

.hero-img-fullwidth {
  filter: grayscale(32%);
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 60vh;
  position: static;
}

.img-cover {
  object-fit: scale-down;
  background-color: #0000005c;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.div-block {
  max-height: 60vh;
  position: relative;
}

.div-block-2 {
  max-width: 70%;
  position: absolute;
  bottom: 0;
  left: 5rem;
}

.bold-text {
  color: #018b05;
  font-size: 1.45rem;
}

.leistungen-hero {
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  background-color: #0000006b;
  max-width: 70%;
  padding: 2rem;
  position: absolute;
  bottom: 0;
  left: 3rem;
}

.hero {
  max-height: 60vh;
  position: relative;
}

.satzanfang {
  color: var(--main-color);
}

.heading {
  color: #000;
}

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

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

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

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

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

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

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

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

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

@media screen and (min-width: 1280px) {
  .div-major-sick {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .div-beneath-pool {
    flex-direction: row;
    justify-content: space-between;
  }

  .div-throughout-round {
    margin-top: 0;
  }

  .a-tell-band {
    margin-left: 4rem;
  }

  .div-oxygen-thrown {
    margin-top: 5rem;
  }

  .div-exactly-blue-copy {
    padding-top: 5rem;
  }

  .div-know-instead {
    grid-template-columns: 1fr 1fr 1fr;
    max-width: 100%;
    margin-top: 4rem;
  }
}

@media screen and (min-width: 1440px) {
  .padding.l {
    padding-top: 5rem;
  }

  .description-side {
    max-width: 50%;
    overflow: visible;
  }

  .description-right {
    height: 100%;
  }

  .image {
    object-fit: contain;
  }

  .div-major-sick {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .div-beneath-pool {
    flex-direction: row;
    justify-content: space-between;
  }

  .div-throughout-round {
    margin-top: 0;
  }

  .a-tell-band {
    margin-left: 5rem;
  }

  .div-oxygen-thrown {
    margin-top: 5rem;
  }

  .div-exactly-blue-copy {
    padding-top: 5rem;
  }

  .div-know-instead {
    grid-template-columns: 1fr 1fr 1fr;
    max-width: 100%;
    margin-top: 4rem;
  }

  .div-rays-lion {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .hero-img-fullwidth {
    object-position: 50% 50%;
  }
}

@media screen and (max-width: 991px) {
  .h2.maxwidth, .h2.white, .text.white {
    max-width: 100%;
  }

  .mainwrapper {
    overflow: hidden;
  }

  .container.s {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
  }

  .container.smaller {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .container.content {
    flex-flow: column;
    width: 100%;
  }

  .container.content.reverse {
    flex-flow: column-reverse;
  }

  .container.navbar {
    justify-content: space-between;
  }

  .hero-container {
    width: 90%;
  }

  .hero-img {
    margin-left: 0%;
  }

  .main-btn.nabar {
    display: none;
  }

  .main-btn.nabar.visiblemobile {
    width: 200px;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .edge-circe {
    display: none;
  }

  .flex.horizontal, .flex.horizontal.social {
    flex-flow: wrap;
  }

  .trust-text {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .portfolio-column {
    width: 100%;
  }

  .f-testimonial-slider-grid-large {
    grid-template-columns: 1fr;
  }

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

  .contact {
    flex-flow: column-reverse;
    justify-content: flex-start;
    align-items: center;
  }

  .contact-form {
    width: 100%;
  }

  .form {
    width: 80%;
  }

  .form-block {
    justify-content: center;
    align-items: center;
    margin-top: 3rem;
    margin-bottom: 4rem;
  }

  .description-side {
    max-width: 80%;
  }

  .description-right, .description-right.right {
    justify-content: center;
    align-items: center;
  }

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

  .div-major-sick {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .a-tell-band {
    margin-left: 4rem;
  }

  .div-oxygen-thrown {
    margin-top: 4rem;
  }

  .div-exactly-blue-copy {
    padding-top: 4rem;
  }

  .div-know-instead {
    grid-template-columns: 1fr 1fr;
  }

  .blog-container {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 60%;
    margin-top: 3rem;
    display: flex;
  }

  .navbar-2 {
    position: relative;
  }

  .nav-menu {
    z-index: 20;
    background-color: #fff;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 1rem;
    display: flex;
    position: absolute;
    top: 5rem;
  }

  .menu-button.w--open {
    color: var(--main-color);
    background-color: #fff;
  }

  .nav-link {
    text-align: center;
  }

  .img-cover {
    background-color: #000000a6;
  }

  .leistungen-hero {
    width: 80%;
    max-width: none;
    inset: auto auto 0%;
  }

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

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

  .footer-content {
    grid-column-gap: 60px;
  }
}

@media screen and (max-width: 767px) {
  .h1.smaller {
    font-size: 30px;
  }

  .h1.smaller.leistungen {
    color: #000;
  }

  .h2.maxwidth {
    max-width: 100%;
  }

  .container.content {
    width: 100%;
  }

  .hero-img {
    width: 60%;
  }

  .button-line {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .edge-circe._2 {
    display: none;
  }

  .flex.horizontal {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .trust-element.border {
    border-top: 1px solid #c4c4c480;
    border-bottom: 1px solid #c4c4c480;
    border-left-width: 0;
    width: 100%;
  }

  .trust-element.border.noleft {
    width: 100%;
  }

  .f-testimonial-right-a, .f-testimonial-left-a {
    display: none;
  }

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

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

  .uui-faq01_component {
    margin-top: 3rem;
  }

  .uui-space-medium {
    min-height: 1.5rem;
  }

  .contact-img {
    width: 45%;
  }

  .form {
    width: 100%;
  }

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

  .div-major-sick {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .a-tell-band {
    margin-left: 4rem;
  }

  .div-oxygen-thrown {
    margin-top: 4rem;
  }

  .div-exactly-blue-copy {
    padding-top: 4rem;
  }

  .div-know-instead {
    grid-template-columns: 1fr;
  }

  .hero-img-fullwidth, .img-cover {
    display: none;
  }

  .leistungen-hero {
    background-color: #0000;
    position: static;
  }

  .hero {
    flex-flow: column;
  }

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

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

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

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

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

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

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

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

@media screen and (max-width: 479px) {
  .h1 {
    text-align: center;
    font-size: 35px;
  }

  .h1.smaller {
    text-align: left;
    font-size: 28px;
  }

  .h1.smaller.leistungen {
    text-align: center;
    font-size: 1.9rem;
  }

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

  .h2 {
    text-align: center;
    font-size: 28px;
  }

  .h2.space-bot {
    font-size: 27px;
  }

  .h2.white {
    text-align: left;
    font-size: 27px;
  }

  .h2.centermobile, .h3.space-bot {
    text-align: center;
  }

  .text.bigger.space-bot {
    text-align: center;
    font-size: 1rem;
  }

  .container.centermobile {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container.navbar {
    position: relative;
  }

  .padding.l {
    padding-top: 0;
  }

  .hero-img {
    width: 100%;
  }

  .tag {
    text-align: center;
    font-size: .9rem;
  }

  .tag.leftmobiile {
    text-align: left;
  }

  .button-line {
    justify-content: space-between;
    align-items: center;
  }

  .main-btn.space-r {
    margin-right: 0;
    font-size: .8rem;
  }

  .main-btn.secondary {
    font-size: .8rem;
  }

  .main-btn.nabar.visiblemobile {
    align-self: center;
    max-width: 80%;
    display: block;
  }

  .logo-line {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .logo {
    max-width: 15%;
  }

  .edge-circe {
    display: none;
  }

  .f-testimonial-author {
    flex-flow: column wrap;
    align-items: flex-start;
  }

  .f-testimonial-avatar-small {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .contact-img {
    width: 80%;
  }

  .form-field {
    font-size: 16px;
  }

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

  .description-right, .description-right.right {
    max-width: 80%;
  }

  .div-major-sick {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-beneath-pool {
    flex-direction: column;
  }

  .div-throughout-round {
    flex-direction: column;
    margin-top: 2.5rem;
  }

  .a-tell-band {
    margin-left: 1.5rem;
  }

  .div-oxygen-thrown {
    margin-top: 3rem;
  }

  .rich-text-block-4 {
    max-width: 90%;
  }

  .div-exactly-blue-copy {
    padding-top: 3rem;
  }

  .div-know-instead {
    grid-template-columns: 1fr;
    max-width: 28rem;
    margin-top: 2rem;
  }

  .section-2 {
    padding-top: 50px;
    padding-left: 20px;
  }

  .blog-image {
    min-height: auto;
  }

  .blog-container {
    width: 100%;
  }

  .nav-menu {
    z-index: 10;
    background-color: #fff;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 1rem;
    display: flex;
    position: absolute;
  }

  .brand {
    position: relative;
  }

  .menu-button {
    z-index: 30;
    position: relative;
  }

  .nav-link {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .bold-text {
    font-size: 1.3rem;
  }

  .leistungen-hero {
    width: 100%;
  }

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

#w-node-_717903c7-9cec-18e0-1ad0-8e53103bae01-f56d1d8f, #w-node-_717903c7-9cec-18e0-1ad0-8e53103badf4-f56d1d8f, #w-node-_717903c7-9cec-18e0-1ad0-8e53103bae0e-f56d1d8f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Inter 18 Pt';
  src: url('../fonts/Inter_18pt-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter 18 Pt';
  src: url('../fonts/Inter_18pt-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter 18 Pt';
  src: url('../fonts/Inter_18pt-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter 18 Pt';
  src: url('../fonts/Inter_18pt-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}