:root {
  --grau: #494949;
  --grün: #469d78;
  --white: white;
  --new-grey: #1d1d1f;
  --black: black;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

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

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

.title {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1400px;
  height: 100vh;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 60px;
  display: flex;
}

.grid {
  grid-column-gap: 3%;
  grid-row-gap: 3%;
  grid-template-rows: auto .25fr;
  grid-template-columns: 40% 1fr 1fr;
  width: 100%;
  height: 90%;
  margin-top: auto;
}

.div-block {
  border-radius: 50px;
  width: 100%;
  height: 100%;
  box-shadow: 0 3px 10px #0003;
}

.div-block-copy {
  border: 2px #469d7880;
  border-radius: 50px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 20px 40px 40px;
  display: flex;
  box-shadow: 0 22px 2em #0003;
}

.section {
  z-index: 90;
  background-color: #fff;
  border-radius: 50px;
  width: 100%;
  max-width: 1400px;
  height: 10%;
  margin: 20px auto 0%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  position: fixed;
  inset: 0% 0% auto;
}

.slider {
  border-radius: 50px;
  width: auto;
  max-width: 100%;
  height: 100%;
}

.left-arrow {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border-radius: 50px;
  width: 40px;
  height: 80px;
  margin-left: 10px;
  display: block;
}

.right-arrow {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border-radius: 50px;
  width: 40px;
  height: 80px;
  margin-right: 10px;
  display: block;
}

.slide-nav {
  display: none;
}

.slide {
  background-image: url('../images/photo-vibrant-green-garden-filled-with-blooming-flowers-soft-hues-serene-peaceful-with.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.mask {
  border-radius: 50px;
}

.slide-2 {
  background-image: url('../images/photo-vibrant-green-garden-filled-with-blooming-flowers-soft-hues-serene-peaceful-with3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/photo-vibrant-green-garden-filled-with-blooming-flowers-soft-hues-serene-peaceful-with2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image {
  max-width: none;
  height: 100%;
  margin-left: 60px;
  padding-left: 0;
}

.heading {
  color: var(--grau);
  text-align: left;
  font-family: Inter, sans-serif;
  font-size: 2.3rem;
  line-height: 2.4rem;
}

.text-span {
  color: #469d78;
}

.button {
  background-color: #469d78;
  border-radius: 50px;
  margin-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Inter, sans-serif;
}

.heading-2 {
  color: var(--grau);
  margin-top: 40px;
  font-family: Inter, sans-serif;
  font-weight: 600;
  line-height: 22px;
}

.heading-3 {
  color: #fff;
  margin-top: 0;
  font-family: Inter, sans-serif;
}

.text-block {
  color: #fff;
  word-break: normal;
  overflow-wrap: break-word;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Inter, sans-serif;
  font-weight: 400;
  line-height: 18px;
}

.slide-div {
  background-image: linear-gradient(#0000, #0009);
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100%;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.text-block-copy {
  color: #fff;
  max-width: 100%;
  font-family: Inter, sans-serif;
  font-size: 30px;
  font-weight: 700;
  overflow: visible;
}

.bold-text {
  word-break: break-all;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
  line-height: 30px;
  display: block;
}

.icon {
  color: #3330;
  background-image: url('../images/Arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50%;
  width: 40px;
  height: 60px;
  margin: auto 0;
}

.uberuns {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1400px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 60px;
  display: flex;
}

.heading-4 {
  color: var(--grün);
  border: 1px solid #469d78;
  border-radius: 50px;
  margin-top: 0;
  margin-bottom: auto;
  padding: 3px 15px;
  font-family: Inter, sans-serif;
  font-size: 14px;
}

.text-block-2 {
  color: var(--grau);
  text-align: center;
  border-radius: 50px;
  width: 900px;
  margin-top: auto;
  margin-bottom: auto;
  padding: 60px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  box-shadow: 0 22px 2em #0003;
}

.bold-text-2 {
  font-size: 30px;
  line-height: 40px;
}

.dienstleistungen {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 0;
  display: flex;
}

.container {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 80px;
}

.container.is--sticky {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-width: auto;
  min-height: 100vh;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.sticky_title {
  white-space: nowrap;
  flex: none;
  padding-right: 1em;
}

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

.horizontal-sticky {
  width: 100%;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.horizontal-section {
  background-color: #0000;
  width: 100%;
  position: relative;
}

.wrapper {
  width: 100%;
  margin-top: 5em;
}

.horizontal-trigger {
  position: absolute;
  inset: 0% 0% auto;
}

.horizontal-item {
  flex: none;
  width: 30%;
  padding-right: 20px;
}

.list {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.sticky_top-line {
  background-color: #5c31ff52;
  width: 100%;
  height: 2px;
}

.card {
  border: 2px none var(--grün);
  background-color: var(--white);
  border-radius: 50px;
  flex-flow: column;
  width: auto;
  min-width: 250px;
  max-width: 350px;
  height: auto;
  min-height: auto;
  margin-top: 40px;
  padding: 0 2rem 3rem;
  text-decoration: none;
  display: flex;
  box-shadow: 0 22px 2em #0003;
}

.card_top {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  margin-top: 0;
  padding-bottom: 0;
  text-decoration: none;
  display: flex;
}

.card_icon {
  flex: none;
  width: 3em;
}

.card_img {
  object-fit: contain;
  width: 90%;
  max-width: none;
  height: auto;
  margin: -6em auto auto;
  display: block;
}

.heading-5 {
  font-family: Inter, sans-serif;
  text-decoration: none;
}

.heading-6 {
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  font-family: Inter, sans-serif;
  font-size: 30px;
  line-height: 35px;
  text-decoration: none;
}

.text-block-3 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.text-block-4 {
  color: #fff;
  margin-top: 10px;
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.heading-7 {
  color: #fff;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  height: 20%;
  margin-top: 25px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 400;
  display: block;
}

.background-image {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.icon-2 {
  color: #3330;
  background-image: url('../images/Arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50%;
  border: 1px #000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 60px;
  display: flex;
  transform: rotate(180deg);
}

.page-title-wrapper {
  border-radius: 50px;
  margin-top: 20px;
  margin-bottom: 0;
  padding: 10px;
}

.text-span-2 {
  color: #469d78;
}

.text-span-3, .text-span-4, .text-span-5, .text-span-6 {
  color: var(--grün);
}

.horizontal-section-2 {
  background-color: #0000;
  width: 100%;
  position: relative;
}

.card-2 {
  color: #494949;
  background-color: #469d7800;
  border: 2px #fff;
  border-radius: 50px;
  width: 100%;
  height: 100%;
  padding: 0 40px 40px;
  text-decoration: none;
  box-shadow: 0 3px 10px #0003;
}

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

.card_img-2 {
  object-fit: contain;
  width: 250px;
  height: auto;
  margin: -5em auto 0;
  display: block;
}

.heading-8 {
  font-family: Inter, sans-serif;
  font-size: 25px;
  line-height: 30px;
}

.text-block-5 {
  color: var(--grau);
  margin-top: 10px;
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.box-grid-wrapper {
  border-radius: 50px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  padding: 40px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 22px 2em #0003;
}

.heading-copy {
  color: var(--grau);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1em;
  line-height: 24px;
}

.text-span-7, .text-span-8 {
  color: var(--grün);
  font-size: 1em;
}

.green-arrow {
  max-width: 40px;
}

.green-arrow-wrapper {
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-top: auto;
  margin-bottom: 0;
  margin-left: auto;
  display: flex;
}

.text-span-9 {
  color: var(--grün);
}

.navbar {
  z-index: 20;
  justify-content: flex-end;
  align-items: flex-start;
  width: auto;
  max-width: 1400px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.image-2 {
  max-width: 150px;
  margin-left: 60px;
}

.swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

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

.swiper-slide {
  background-color: #b4808000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
  position: relative;
}

.swiper-slide-content {
  background-color: #c18686;
  width: 400px;
  height: 200px;
}

.sticky-wrap {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.media-wrapper {
  width: 100%;
  height: auto;
  margin-top: 0;
  position: relative;
  inset: 0% 0% auto;
}

.content-wrapper {
  border-radius: 50px;
  flex: 0 auto;
  width: 100%;
  padding: 2rem;
  position: relative;
}

.grow-background {
  z-index: 0;
  background-color: #f5f5f5;
  height: 0%;
  position: absolute;
  inset: auto 0% 0%;
}

.description {
  opacity: .75;
  color: var(--new-grey);
  letter-spacing: -.025em;
  margin-top: 1.5rem;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: .9rem;
  font-weight: 500;
  line-height: 1.5;
}

.full-image {
  object-fit: cover;
  width: 100%;
  height: auto;
  margin-top: 0;
  overflow: hidden;
}

.scroll-inner {
  justify-content: flex-start;
  align-items: stretch;
  width: 250vw;
  height: auto;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.scroll-card {
  background-color: #eef8ea00;
  border: .0625rem solid #83838329;
  border-radius: 50px;
  flex-direction: column;
  flex: none;
  justify-content: flex-end;
  align-items: center;
  width: 300px;
  max-width: none;
  height: auto;
  min-height: auto;
  margin-left: 1rem;
  margin-right: 1rem;
  display: flex;
  position: relative;
  bottom: -5%;
  overflow: visible;
}

.heading-9 {
  color: var(--grün);
  letter-spacing: -.025em;
  margin-top: 0;
  font-family: Inter, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.text-wrapper {
  z-index: 1;
  position: relative;
}

.sticky-container {
  width: 100%;
  height: 200vw;
  display: flex;
  position: relative;
}

.grid-2 {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

.image-3 {
  max-width: 100%;
  margin-top: -52px;
  margin-left: auto;
  margin-right: auto;
}

.heading-10 {
  color: var(--grün);
  margin-top: 0;
  font-family: Inter, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5rem;
}

.text-block-6 {
  color: var(--grau);
  font-family: Inter, sans-serif;
  font-size: .9rem;
  font-weight: 500;
  line-height: 1.2rem;
}

.div-block-2 {
  margin-top: 20px;
}

.angebot {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1400px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 60px;
  display: flex;
}

.form-block {
  flex: 0 auto;
}

.tabs-content-wrapper {
  margin-top: 2em;
  overflow: visible;
}

.tabs-nav-background {
  z-index: 0;
  background-color: var(--grün);
  border-radius: 999em;
  display: flex;
  position: absolute;
  inset: 0%;
  box-shadow: 0 22px 2.5em #0003;
}

.tab-content-item {
  height: auto;
}

.tab-content-image {
  border-radius: 50px;
}

.tabs-nav-text {
  z-index: 1;
  position: relative;
}

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

.tab-content-title {
  color: #fff;
  font-size: 3em;
  font-weight: 500;
  line-height: 1;
  position: absolute;
}

.tabs-menu-wrapper {
  background-color: var(--white);
  border: 1px solid #d8d8d8;
  border-radius: 999em;
  align-items: center;
  margin-top: 60px;
  padding: .7em .8em;
  display: flex;
}

.tabs {
  width: 50%;
  min-width: 800px;
}

.tabs-nav-item {
  color: #fff;
  text-align: center;
  background-color: #0000;
  border-radius: 999em;
  flex: 1;
  padding: 1em 2em;
  transition: all .3s;
  position: relative;
}

.tabs-nav-item:hover {
  background-color: #535353;
}

.tabs-nav-item.w--current {
  color: #000;
  background-color: #0000;
  font-weight: 500;
}

.tabs-nav-item._01 {
  color: var(--grün);
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.tabs-nav-item._01:hover {
  background-color: #469d7826;
}

.tabs-nav-item._01.w--current {
  color: var(--white);
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.tabs-nav-item._01.w--current:hover {
  background-color: #469d7826;
}

.tabs-nav-item._03 {
  color: var(--grün);
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.tabs-nav-item._03:hover {
  background-color: #469d7826;
}

.tabs-nav-item._03.w--current {
  color: var(--white);
}

.tabs-nav-item._02 {
  color: var(--grün);
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.tabs-nav-item._02:hover {
  border: 1px none var(--grün);
  background-color: #469d7826;
}

.tabs-nav-item._02.w--current {
  color: var(--white);
}

.text-span-10 {
  color: #469d78;
}

.field-label, .field-label-2 {
  color: var(--grün);
  font-family: Inter, sans-serif;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.5em;
}

.text-field {
  color: var(--grau);
  border: 1px solid #d8d8d8;
  border-radius: 50px;
  width: auto;
  font-family: Inter, sans-serif;
}

.text-field::placeholder {
  color: var(--grau);
}

.text-field-2 {
  color: var(--grau);
  border: 1px solid #d8d8d8;
  border-radius: 50px;
  width: auto;
  font-family: Inter, sans-serif;
}

.text-field-2::placeholder {
  color: var(--grau);
}

.formblock-wrapper {
  background-color: var(--white);
  border: 1px #d8d8d8;
  border-radius: 50px;
  width: 50%;
  min-width: 800px;
  margin-top: 20px;
  padding: 40px;
  display: flex;
  box-shadow: 0 22px 2em #0003;
}

.submit-button {
  background-color: var(--grün);
  border-radius: 50px;
  width: auto;
  margin-top: 20px;
  margin-left: 0;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Inter, sans-serif;
}

.section-heading {
  color: #494949;
  text-align: center;
  margin-top: 20px;
  font-family: Inter, sans-serif;
  font-size: 3rem;
  line-height: 3rem;
}

.div-block-3 {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

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

.div-block-5 {
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.form {
  width: 100%;
  display: block;
}

.pageheadings {
  color: var(--grau);
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 3rem;
  line-height: 3rem;
}

.heading-copy-copy, .heading-copy-copy-copy {
  color: var(--grau);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1.5em;
  line-height: 24px;
}

.div-block-3-copy {
  justify-content: space-between;
  width: 100%;
  margin-top: 20px;
  padding-right: 0;
  display: flex;
}

.checkbox-label, .checkbox-label-2 {
  color: var(--grau);
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.text-span-11, .text-span-12 {
  color: var(--grün);
}

.link-block, .link-block-2 {
  text-decoration: none;
}

.blocks {
  display: none;
}

.div-block-6 {
  justify-content: space-between;
  align-items: stretch;
  margin-top: 20px;
  display: flex;
}

.div-block-4-copy-copy {
  margin-left: 0;
  margin-right: 60px;
  display: none;
}

.kontakt {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1400px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 60px;
  display: flex;
}

.text-span-13 {
  color: var(--grün);
}

.textarea {
  color: #0d0d0d;
  border: 1px solid #d8d8d8;
  border-radius: 20px;
  min-width: 100%;
  max-width: 100%;
  min-height: 200px;
  max-height: 200px;
  font-family: Inter, sans-serif;
}

.textarea::placeholder {
  color: var(--grau);
}

.nachricht-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.mail-button {
  background-color: var(--grün);
  color: var(--white);
  border-radius: 50px;
  margin-top: 20px;
  padding: 10px 20px;
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.telefon-button {
  background-color: var(--grün);
  color: var(--white);
  border-radius: 50px;
  margin-top: 20px;
  margin-left: 40px;
  padding: 10px 20px;
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.image-4 {
  width: 150px;
  margin-left: auto;
  display: none;
}

.kalender {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1400px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 60px 0;
  display: flex;
}

.code-embed {
  width: 100%;
  height: auto;
  margin-top: 0;
}

.div-block-7 {
  justify-content: center;
  align-items: flex-start;
  width: 1000px;
  height: auto;
  margin-top: 0;
  display: flex;
}

.text-span-14, .text-span-15 {
  color: var(--grün);
}

.footer {
  background-color: var(--grün);
  border-radius: 0;
  width: 100%;
  height: 100px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-8 {
  justify-content: space-around;
  align-items: center;
  width: 500px;
  max-width: none;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.link {
  color: #fff;
  margin-right: 0;
  font-family: Inter, sans-serif;
  text-decoration: none;
}

.div-block-9 {
  flex-flow: column;
  justify-content: flex-start;
  display: flex;
}

.div-block-10 {
  margin-top: 10px;
}

.tabs-nav-text-mobile {
  z-index: 1;
  display: none;
  position: relative;
}

.section-heading-form {
  color: #494949;
  text-align: center;
  margin-top: 20px;
  font-family: Inter, sans-serif;
  font-size: 2rem;
  line-height: 3rem;
}

.section-heading-copy {
  color: #494949;
  text-align: center;
  margin-top: 20px;
  font-family: Inter, sans-serif;
  font-size: 3rem;
  line-height: 3rem;
}

.button-kontakt {
  background-color: #469d78;
  border-radius: 50px;
  margin-top: 0;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Inter, sans-serif;
}

.lottie-animation {
  width: 200px;
  max-width: 100%;
  margin-left: auto;
}

.menu-trigger-wrapper {
  z-index: 30;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50px;
  flex-flow: column;
  justify-content: space-around;
  width: 50px;
  height: 50px;
  margin-top: 60px;
  margin-left: 0;
  margin-right: 60px;
  padding-top: 15px;
  padding-bottom: 15px;
  display: none;
  position: fixed;
  inset: auto;
  box-shadow: 0 22px 2em #0003;
}

.line1, .line2, .line3 {
  background-color: var(--grün);
  border-radius: 5px;
  width: 50%;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
}

.menu-wraper {
  z-index: 5;
  background-color: var(--white);
  border-radius: 50px;
  flex-flow: column;
  justify-content: space-around;
  width: 400px;
  height: 500px;
  margin-top: 60px;
  margin-left: 60px;
  margin-right: 60px;
  padding: 40px;
  display: none;
  position: fixed;
  inset: auto;
  box-shadow: 0 22px 2em #0003;
}

.div-block-13 {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  pointer-events: auto;
  border-radius: 50px;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  height: 100%;
  margin-right: 0;
  display: none;
}

.button-menu {
  border: 1px solid var(--grün);
  background-color: var(--white);
  color: var(--grün);
  text-align: center;
  border-radius: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Inter, sans-serif;
  font-weight: 600;
  box-shadow: 0 10px .5em #0003;
}

.button-menu:hover {
  background-color: var(--grün);
  color: var(--white);
  box-shadow: inset 0 8px .5em #0003;
}

.heading-11 {
  color: var(--grün);
  text-align: left;
  font-family: Inter, sans-serif;
}

.body {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  overflow: visible;
}

.placeholder {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: flex;
}

.simple-nav-link-holder {
  background-color: #fff0;
}

.triangle {
  border-bottom: 23px solid #786df7;
  border-left: 13px solid #0000;
  border-right: 13px solid #0000;
  width: 25px;
  min-width: 25px;
  height: 25px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  top: 10.5px;
}

.simple-link {
  color: #333;
  background-color: #fff;
  border-bottom: 2px solid #afafaf;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Lato, sans-serif;
}

.purple-nav-link {
  float: right;
  clear: left;
  color: #fff;
  text-align: right;
  letter-spacing: 2px;
  background-color: #786df7;
  border-radius: 50px;
  width: 52%;
  margin-top: 10px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: letter-spacing .25s, width .25s;
  right: 3px;
  box-shadow: 1px 1px 3px #7a7a7a8c;
}

.purple-nav-link:hover {
  letter-spacing: 4px;
  width: 55%;
}

.point-left-nav {
  background-color: #0000;
  top: 0;
  left: 0;
  right: 0;
}

.line-2 {
  z-index: 1;
  background-color: #7a7a7a;
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
}

.line-2.v2 {
  background-color: #fff;
}

.line-2.simple {
  top: 28px;
}

.flipper-nav-button {
  background-color: #f76d6d;
  border-radius: 55px;
  width: 43px;
  height: 43px;
  padding: 0;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 1px 1px 3px #7a7a7a8c;
}

.flipper-nav-button.w--open {
  background-color: #f76d6d;
  box-shadow: 1px 1px 3px #7a7a7a8c;
}

.triangle-nav {
  background-color: #0000;
  top: 10px;
  left: 0;
  right: 0;
}

.menu-column {
  border: 1px solid #fff;
  border-bottom-style: none;
  height: 50vh;
  padding-top: 10px;
  overflow: hidden;
}

.menu-column.padded-top {
  padding-top: 10px;
}

.menu-column.middle {
  border-left: 1px #000;
  border-right: 1px #000;
  position: relative;
  inset: 0;
}

.line-1 {
  z-index: 2;
  background-color: #7a7a7a;
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
}

.line-1.simple {
  top: 18px;
}

.line-1.v2 {
  background-color: #fff;
  width: 30px;
}

.menu-row {
  background-color: #f5f5f5;
  position: relative;
}

.simple-menu-button {
  background-color: #fff;
  width: 60px;
  height: 60px;
  padding: 0;
  overflow: hidden;
}

.simple-menu-button.w--open {
  background-color: #fff;
}

.simple-menu-button.circular {
  border-radius: 55px;
}

.flip-nav {
  background-color: #0000;
  top: 10px;
  left: 0;
  right: 0;
}

.triangle-nav-button {
  background-color: #fff;
  border-bottom: 2px solid #786df7;
  border-right: 2px solid #786df7;
  width: 50px;
  height: 50px;
  padding: 0;
  transition: box-shadow .25s;
  box-shadow: 2px 2px #4c459e;
}

.triangle-nav-button:hover {
  box-shadow: 4px 4px #4c459e;
}

.triangle-nav-button.w--open {
  background-color: #fff;
  border-bottom: 2px solid #4c459e;
  border-right-color: #4c459e;
  box-shadow: 2px 2px #786df7;
}

.triangle-link {
  float: right;
  clear: left;
  color: #786df7;
  background-color: #fff;
  border-bottom: 2px solid #4c459e;
  border-right: 2px solid #4c459e;
  width: 75%;
  margin-top: 10px;
  font-size: 18px;
  transition: box-shadow .25s, border-color .25s;
  right: 5px;
  box-shadow: 2px 2px #786df7;
}

.triangle-link:hover {
  border-bottom-color: #786df7;
  border-right-color: #786df7;
  box-shadow: 4px 4px #4c459e;
}

.number {
  z-index: 9999;
  color: #fff;
  background-color: #333;
  padding: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  position: absolute;
  top: 0;
  left: 0;
}

.line-3 {
  z-index: 2;
  background-color: #7a7a7a;
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
}

.line-3.v2 {
  background-color: #fff;
  width: 30px;
}

.line-3.simple {
  top: 38px;
}

.flipper-nav-link-menu {
  background-color: #fff0;
  border-radius: 25px;
  top: 62px;
}

.flipper-nav-container {
  border-radius: 25px;
  height: 43px;
  position: relative;
  left: 0;
  right: 0;
}

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

.div-block-15 {
  width: 50px;
  height: 50px;
  margin-top: 0;
  margin-left: 0;
  position: fixed;
}

.loader {
  z-index: 999;
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: none;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.lottie-animation-2 {
  width: 250px;
}

.loading {
  color: var(--grün);
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.text-span-16 {
  color: var(--grün);
}

.paragraph {
  font-size: 15px;
}

.button-2 {
  color: var(--grau);
  background-color: #3898ec00;
  margin-right: auto;
  font-family: Inter, sans-serif;
  font-size: 20px;
}

.success-message {
  background-color: #ddd0;
  margin-left: auto;
  margin-right: auto;
}

.text-block-7 {
  color: var(--grau);
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.button-form {
  background-color: #469d78;
  border-radius: 50px;
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Inter, sans-serif;
}

.button-copy {
  background-color: #469d78;
  border-radius: 50px;
  margin-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Inter, sans-serif;
}

.div-block-4-copy {
  margin-left: 0;
}

.formblock-wrapper-copy {
  background-color: var(--white);
  border: 1px #d8d8d8;
  border-radius: 50px;
  width: 50%;
  min-width: 800px;
  margin-top: 20px;
  padding: 40px;
  display: flex;
  box-shadow: 0 22px 2em #0003;
}

.success-message-2, .success-message-3, .success-message-4 {
  background-color: #ddd0;
  margin-left: auto;
  margin-right: auto;
}

.error-message {
  background-color: #fff;
  border-radius: 50px;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.text-block-8 {
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
  display: flex;
}

.error-message-2 {
  width: 100%;
  height: 100%;
  padding-left: 10px;
  position: absolute;
}

.error-message-3 {
  width: 100%;
  height: 100%;
  position: absolute;
}

.about-us {
  text-align: center;
  font-size: 30px;
  line-height: 40px;
}

.error-message-4 {
  background-color: #ffdede00;
}

.submit-button-copy {
  background-color: var(--grün);
  background-color: var(--grün);
  border-radius: 50px;
  width: auto;
  margin-top: 20px;
  margin-left: 0;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Inter, sans-serif;
}

.contact-button {
  background-color: var(--grün);
  border-radius: 50px;
  width: auto;
  margin-top: 20px;
  margin-left: 0;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Inter, sans-serif;
}

.contact-button-copy {
  background-color: var(--grün);
  border-radius: 50px;
  width: auto;
  margin-top: 20px;
  margin-left: 40px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Inter, sans-serif;
}

@media screen and (max-width: 991px) {
  .title {
    max-width: 100vw;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .grid {
    grid-column-gap: 3%;
    grid-row-gap: 3%;
    grid-template-rows: 40% 35% auto auto;
    grid-template-columns: 50% 1fr;
    grid-auto-rows: 1fr;
    grid-auto-columns: 50%;
    height: 100%;
    margin-top: 4%;
    overflow: visible;
  }

  .div-block-copy {
    justify-content: flex-end;
    align-items: flex-start;
    padding-bottom: 30px;
  }

  .left-arrow {
    width: 40px;
    margin-left: 10px;
  }

  .right-arrow {
    width: 40px;
    margin-right: 10px;
  }

  .heading {
    width: 80%;
    margin-top: auto;
    font-size: 4vw;
    line-height: 1em;
  }

  .button {
    background-color: #469d78;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 1em;
    line-height: 1.3em;
  }

  .heading-2 {
    width: 80%;
    margin-top: 20px;
    font-size: 1.3em;
    line-height: 1.3em;
  }

  .text-block {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 1em;
    line-height: 1.3em;
  }

  .slide-div {
    padding-left: 60px;
    padding-right: 60px;
  }

  .bold-text {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 1em;
    line-height: 1em;
  }

  .icon {
    width: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .uberuns {
    max-width: none;
    height: auto;
  }

  .text-block-2 {
    width: auto;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1em;
    line-height: .7em;
  }

  .dienstleistungen {
    margin-top: 40px;
    padding: 60px;
  }

  .container {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .container.is--sticky {
    justify-content: center;
    min-height: 100vh;
    padding-top: 60px;
    padding-bottom: 60px;
    display: flex;
  }

  .sticky_top {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-top: 0;
  }

  .horizontal-item {
    width: 52%;
  }

  .card {
    min-width: auto;
    max-width: none;
    padding-right: 2rem;
  }

  .card_img {
    width: 250px;
    height: 300px;
  }

  .icon-2 {
    width: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .card-2 {
    height: 100%;
  }

  .box-grid-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-copy {
    font-size: 1.2em;
    line-height: 1.2em;
  }

  .green-arrow {
    max-width: none;
    overflow: auto;
  }

  .navbar {
    height: 7%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .image-2 {
    max-width: none;
    height: 100%;
    overflow: visible;
  }

  .scroll-inner {
    width: 600vw;
  }

  .scroll-card {
    width: 60vw;
    height: 61.8%;
    bottom: 0%;
  }

  .grid-2 {
    grid-template-columns: 1fr 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .angebot {
    max-width: none;
    height: auto;
    margin-top: 40px;
  }

  .tab-content-item {
    height: auto;
  }

  .tabs {
    width: 100%;
    min-width: auto;
  }

  .text-field, .text-field-2 {
    width: auto;
    font-size: .9em;
  }

  .formblock-wrapper {
    width: 100%;
    min-width: auto;
    margin-bottom: 0;
    padding: 20px;
  }

  .section-heading, .pageheadings {
    font-size: 4vw;
    line-height: 1em;
  }

  .heading-copy-copy, .heading-copy-copy-copy {
    font-size: 1.2em;
    line-height: 1.2em;
  }

  .div-block-3-copy {
    padding-right: 20px;
  }

  .kontakt {
    max-width: none;
    height: auto;
    margin-top: 40px;
  }

  .image-4 {
    order: 1;
    width: auto;
    max-width: 15%;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: auto;
    padding-top: 0;
    position: relative;
    inset: auto;
    overflow: visible;
  }

  .kalender {
    max-width: none;
    height: auto;
    margin-top: 40px;
  }

  .code-embed {
    flex: 1;
    width: auto;
    height: 100%;
    overflow: visible;
  }

  .div-block-7 {
    flex: none;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    height: auto;
    margin-top: 20px;
    display: block;
  }

  .footer {
    border-radius: 0;
  }

  .div-block-9 {
    flex-flow: row;
    display: flex;
  }

  .section-heading-form, .section-heading-copy {
    font-size: 4vw;
    line-height: 1em;
  }

  .button-kontakt {
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 1em;
    line-height: 1.3em;
  }

  .lottie-animation {
    order: 1;
    width: 15%;
    margin-top: 0;
  }

  .button-form, .button-copy {
    background-color: #469d78;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 1em;
    line-height: 1.3em;
  }

  .formblock-wrapper-copy {
    width: 100%;
    min-width: auto;
    margin-bottom: 0;
    padding: 20px;
  }

  .text-block-8 {
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 767px) {
  .title {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-copy {
    align-items: stretch;
  }

  .left-arrow, .right-arrow {
    width: 30px;
  }

  .heading {
    width: auto;
    min-width: 250px;
    max-width: 300px;
    margin-top: auto;
    font-size: 1.5em;
    line-height: 1.2em;
  }

  .text-span {
    font-size: 1em;
  }

  .button {
    font-size: .8em;
    line-height: 1.2em;
  }

  .heading-2 {
    width: 250px;
    font-size: 1em;
    line-height: 1.2em;
  }

  .text-block {
    font-size: .8em;
    display: none;
  }

  .slide-div {
    background-image: linear-gradient(#0000, #000000d4);
    justify-content: flex-end;
    align-items: flex-start;
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .bold-text {
    font-size: .7em;
  }

  .icon {
    width: 30px;
  }

  .uberuns {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-4 {
    font-size: 1em;
  }

  .text-block-2 {
    text-align: center;
    font-size: 1em;
    line-height: 1.2em;
  }

  .bold-text-2 {
    text-align: center;
    font-size: 2em;
    line-height: 1.2em;
  }

  .dienstleistungen {
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.is--sticky {
    min-width: auto;
  }

  .horizontal-item {
    width: 100%;
    padding-right: 4vw;
  }

  .icon-2 {
    width: 30px;
  }

  .text-span-3, .text-span-4, .text-span-5, .text-span-6 {
    font-size: 1em;
  }

  .box-grid-wrapper {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-copy {
    font-size: 3vh;
    line-height: 4vh;
  }

  .navbar {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: none;
    height: 70px;
  }

  .image-2 {
    margin-left: 20px;
  }

  .sticky-wrap {
    height: auto;
    overflow: visible;
  }

  .description {
    margin-top: .875rem;
    font-size: 1.125rem;
  }

  .scroll-inner {
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto;
  }

  .scroll-card {
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
    width: 100%;
    margin: 1rem 0;
  }

  .heading-9 {
    font-size: 1.75rem;
  }

  .grid-2 {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    grid-template-columns: 1fr;
    padding-left: 40px;
    padding-right: 40px;
  }

  .angebot {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tabs-nav-background {
    font-size: 1em;
  }

  .tabs-nav-text {
    font-size: .8em;
  }

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

  .tabs-nav-item._01 {
    padding: .5em .25em;
  }

  .tabs-nav-item._01.w--current {
    padding: .5em .25em;
    font-size: 1em;
  }

  .tabs-nav-item._03, .tabs-nav-item._02 {
    padding: .5em .25em;
  }

  .formblock-wrapper {
    width: 100%;
    max-width: none;
    height: 100%;
  }

  .section-heading {
    font-size: 2em;
    line-height: 1.2em;
  }

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

  .div-block-4 {
    flex-flow: column;
    margin-top: 0;
    display: flex;
  }

  .pageheadings {
    font-size: 2em;
    line-height: 1.2em;
  }

  .heading-copy-copy {
    font-size: 1em;
    line-height: 1.2em;
  }

  .heading-copy-copy-copy {
    font-size: 3vh;
    line-height: 4vh;
  }

  .div-block-3-copy {
    flex-flow: column;
  }

  .text-span-11, .text-span-12 {
    font-size: 1em;
  }

  .blocks {
    display: none;
  }

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

  .kontakt {
    align-items: center;
    width: 100%;
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .telefon-button {
    margin-left: 0;
  }

  .image-4 {
    flex: 0 auto;
  }

  .kalender {
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .checkbox-field, .checkbox-field-2 {
    margin-top: 20px;
  }

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

  .tabs-nav-text-mobile {
    font-size: .8em;
    display: none;
  }

  .section-heading-form, .section-heading-copy {
    font-size: 2em;
    line-height: 1.2em;
  }

  .button-kontakt {
    font-size: .8em;
    line-height: 1.2em;
  }

  .lottie-animation {
    width: 20%;
  }

  .menu-column {
    border-color: #000 #fff #fff;
    border-top-style: none;
    border-top-width: 1px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    min-height: 350px;
  }

  .menu-column.middle {
    border-top: 1px #000;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
  }

  .button-form {
    margin-top: 40px;
    font-size: .8em;
    line-height: 1.2em;
  }

  .button-copy {
    font-size: .8em;
    line-height: 1.2em;
  }

  .div-block-4-copy {
    flex-flow: column;
    margin-top: 0;
    display: none;
  }

  .formblock-wrapper-copy {
    width: 100%;
    max-width: none;
  }

  .error-message-3 {
    width: auto;
    height: auto;
  }

  .about-us {
    text-align: center;
    font-size: 2em;
    line-height: 1.2em;
  }

  .error-message-4 {
    background-color: #ffdede00;
  }
}

@media screen and (max-width: 479px) {
  .title {
    justify-content: center;
    align-items: center;
    max-width: none;
    height: 100%;
    padding: 0 10px;
  }

  .grid {
    grid-column-gap: 2vh;
    grid-row-gap: 2vh;
    grid-template-rows: 45vh 30vh 19vh;
    grid-template-columns: 50fr 50fr;
    height: 100vh;
    margin-top: 0%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block {
    border-radius: 30px;
  }

  .div-block-copy {
    border-radius: 30px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .slider {
    border-radius: 30px;
  }

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

  .mask {
    border-radius: 30px;
  }

  .heading {
    text-align: center;
    min-width: auto;
    max-width: none;
    font-size: 3vh;
    line-height: 3.5vh;
  }

  .button {
    margin-left: auto;
    margin-right: auto;
    font-size: 2vh;
    line-height: 2.5vh;
  }

  .heading-2 {
    text-align: center;
    width: auto;
    margin-top: 10px;
    font-size: 2vh;
    line-height: 2.5vh;
  }

  .text-block {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 1.5vh;
    line-height: 2.5vh;
    display: none;
  }

  .slide-div {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-copy {
    font-size: 30vh;
  }

  .bold-text {
    word-break: normal;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 2.5vh;
    line-height: 3vh;
  }

  .uberuns {
    padding-top: 20px;
    display: flex;
  }

  .heading-4 {
    font-size: 1.8vh;
    line-height: 3vh;
  }

  .text-block-2 {
    overflow-wrap: anywhere;
    border-radius: 30px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 2vh;
    line-height: 2.5vh;
  }

  .bold-text-2 {
    font-size: 3vh;
    line-height: 3.5vh;
  }

  .dienstleistungen {
    max-width: 100vw;
    padding-top: 20px;
    display: flex;
  }

  .container.is--sticky {
    min-width: auto;
  }

  .horizontal-item {
    width: 100%;
  }

  .card {
    border-radius: 30px;
  }

  .card_img {
    width: 250px;
    max-width: 100%;
  }

  .card-2 {
    height: 100%;
    padding-left: 11vw;
    padding-right: 11vw;
  }

  .box-grid-wrapper {
    border-radius: 30px;
    justify-content: space-between;
    align-items: stretch;
    height: 100%;
    padding: 20px 10px 10px 20px;
  }

  .green-arrow {
    width: 3vh;
    max-width: none;
  }

  .navbar {
    max-width: none;
    height: 50px;
  }

  .grid-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-3 {
    max-width: 100%;
  }

  .heading-10 {
    font-size: 2.8vh;
    line-height: 2.8vh;
  }

  .text-block-6 {
    color: var(--grau);
    font-size: 2vh;
    line-height: 2.5vh;
  }

  .angebot {
    padding-top: 20px;
    display: flex;
  }

  .tabs-nav-text {
    font-size: 1.5vh;
    display: none;
  }

  .tabs-menu-wrapper {
    margin-top: 20px;
  }

  .tabs-nav-item._01 {
    padding-left: 0;
    padding-right: 0;
  }

  .tabs-nav-item._01.w--current {
    padding-top: .5em;
    padding-left: 0;
    padding-right: 0;
  }

  .tabs-nav-item._01.w--current:active {
    background-color: #469d7800;
  }

  .tabs-nav-item._03 {
    padding-left: 0;
    padding-right: 0;
  }

  .tabs-nav-item._03:active {
    background-color: #469d7800;
  }

  .tabs-nav-item._02 {
    padding-left: 0;
    padding-right: 0;
  }

  .tabs-nav-item._02.w--current:active {
    background-color: #469d7800;
  }

  .field-label, .field-label-2 {
    font-size: 2.5vh;
    line-height: 3vh;
  }

  .text-field, .text-field-2 {
    font-size: 2vh;
    line-height: 2.5vh;
  }

  .formblock-wrapper {
    border-radius: 30px;
  }

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

  .section-heading {
    font-size: 3vh;
    line-height: 3.5vh;
  }

  .heading-copy-copy {
    font-size: 2vh;
    line-height: 2.5vh;
  }

  .div-block-3-copy {
    padding-right: 0;
  }

  .checkbox-label {
    font-size: 2vh;
    line-height: 2.5vh;
  }

  .text-span-11, .text-span-12 {
    font-size: 2vh;
    line-height: 2vh;
  }

  .kontakt {
    padding-top: 20px;
    display: flex;
  }

  .mail-button {
    text-align: center;
    align-self: center;
    font-size: 2vh;
    line-height: 2.5vh;
  }

  .telefon-button {
    font-size: 2vh;
    line-height: 2.5vh;
  }

  .image-4 {
    order: -1;
    width: 15vh;
    max-width: none;
    margin-bottom: 2vh;
    margin-left: auto;
    margin-right: auto;
  }

  .kalender {
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .footer {
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    height: 50px;
    display: flex;
  }

  .div-block-8 {
    justify-content: space-between;
    width: 100%;
    max-width: none;
    padding-left: 60px;
    padding-right: 60px;
    display: flex;
  }

  .link {
    margin-right: 0;
  }

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

  .checkbox-field, .checkbox-field-2 {
    font-size: 2vh;
    line-height: 2.5vh;
  }

  .div-block-11 {
    align-self: center;
  }

  .checkbox-field-3, .checkbox-field-4 {
    font-size: 2vh;
    line-height: 2.5vh;
  }

  .tabs-nav-text-mobile {
    text-align: center;
    font-family: Glyphter, sans-serif;
    font-size: 4vh;
    font-weight: 400;
    line-height: 4vh;
    display: block;
  }

  .section-heading-form {
    margin-bottom: 40px;
    font-size: 3vh;
    line-height: 3.5vh;
  }

  .section-heading-copy {
    font-size: 3vh;
    line-height: 3.5vh;
  }

  .button-kontakt {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.5vh;
    line-height: 2.5vh;
  }

  .lottie-animation {
    order: -1;
    width: 15vh;
    margin-left: auto;
    margin-right: auto;
  }

  .loader {
    display: none;
  }

  .lottie-animation-2 {
    width: 200px;
  }

  .loading {
    font-size: 35px;
  }

  .text-span-16 {
    color: var(--grün);
  }

  .text-block-7 {
    font-size: 2vh;
    line-height: 2.5vh;
  }

  .button-form, .button-copy {
    margin-left: auto;
    margin-right: auto;
    font-size: 2vh;
    line-height: 2.5vh;
  }

  .formblock-wrapper-copy {
    border-radius: 30px;
  }

  .about-us {
    font-size: 3vh;
    line-height: 3.5vh;
  }

  .submit-button-copy {
    text-align: center;
    text-align: center;
    font-size: 12px;
  }

  .contact-button, .contact-button-copy {
    text-align: center;
    font-size: 12px;
  }
}

#w-node-f098a574-fb39-ee55-9b65-d1e0524c594b-5cb1591f {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_3238f82e-ad24-b90b-cb9a-54c12f08c8f5-5cb1591f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-f098a574-fb39-ee55-9b65-d1e0524c594b-5cb1591f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


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