:root {
  --background: #000;
  --font: #f3f3f3;
  --transparent: transparent;
  --white-shadow: #8d8d8d;
  --background-2: #f0f0f0;
  --black-2: #121313;
  --nav: 1.5rem;
  --brand: #ce6707;
  --heading-5: 1.3rem;
  --black-3: #333;
  --white-bg: #f5f7fa;
  --heading-7: 2.5rem;
  --heading-6: 3rem;
  --heading2: 2rem;
  --font-color: #2b2b2b;
  --white: #fff;
  --heading-8: 4rem;
  --heading3: 1.8rem;
  --heading4: 1.4rem;
  --heading-9: .9rem;
  --heading-10: 1rem;
  --font-text-desktop: 1.1rem;
  --font-text-size: 1.2rem;
  --font-2: #999;
  --transparent-brand: #ffe3ca;
}

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

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

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

.brand {
  margin-top: 4px;
  margin-bottom: 4px;
}

.body {
  background-color: #000;
  margin-top: 4px;
  overflow: visible;
}

.navbar {
  color: #fff;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: #ddd0;
  background-clip: border-box;
  border: 1px #000;
  border-radius: 0;
  font-size: 18px;
  font-weight: 700;
  text-decoration: line-through;
  position: absolute;
  inset: 0% 0% auto;
}

.section {
  z-index: 2;
  background-color: var(--background);
  color: var(--font);
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 40px 20px;
  font-family: Roboto, sans-serif;
  display: block;
  position: relative;
  top: 0;
}

.section.img {
  background-color: var(--transparent);
  margin-top: 100px;
  margin-bottom: 100px;
  padding-bottom: 0;
}

.section.blue {
  background-color: var(--background);
  border-radius: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 0;
  font-size: 100px;
  line-height: 100px;
  position: relative;
  top: 0;
}

.section.blue.vh {
  border-radius: 0 0 16px 16px;
  height: auto;
  min-height: 50vh;
  padding-top: 20px;
  padding-bottom: 20px;
}

.section._2 {
  background-color: var(--white-shadow);
  color: #000;
}

.section.vh {
  height: 50vh;
  padding-top: 20px;
  padding-bottom: 20px;
}

.section.orang {
  z-index: 1;
  background-color: var(--transparent);
  height: 170vh;
  margin-top: -100vh;
  margin-bottom: 0;
  position: static;
}

.section.imag {
  background-image: url('../images/component-1.png');
  background-position: 0 0;
  background-size: cover;
}

.section.fragen {
  float: none;
  clear: none;
  background-color: var(--background-2);
  margin-top: -20px;
  margin-bottom: 0;
  padding-top: 60px;
  padding-left: 20px;
  padding-right: 20px;
}

.section.black {
  background-color: var(--black-2);
}

.section.begin {
  box-sizing: border-box;
  background-color: var(--background);
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  padding-top: 40px;
  padding-bottom: 40px;
  overflow: hidden;
}

.image {
  z-index: 0;
}

.container {
  color: #271c1c;
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 20px;
  display: flex;
  overflow: hidden;
}

.container.side {
  flex-flow: row;
}

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

.container.nav {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}

.text-span {
  color: #fff;
}

.nav-link {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: var(--nav);
  line-height: var(--nav);
  align-self: center;
  margin-right: 0;
  font-weight: 400;
  display: inline-block;
}

.nav-link:hover {
  color: var(--brand);
}

.nav-link:focus {
  color: var(--font);
}

.nav-link:visited {
  font-size: 24px;
  line-height: 28px;
}

.nav-link:lang(de-at) {
  color: var(--font);
}

.nav-link.w--current {
  color: var(--brand);
  font-family: Roboto, sans-serif;
  font-size: var(--nav);
  line-height: var(--nav);
  white-space: nowrap;
  vertical-align: baseline;
  flex: 0 auto;
  font-weight: 400;
  text-decoration: none;
}

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

.nav-link.button {
  flex: 1;
  order: 1;
  justify-content: flex-end;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  font-size: 20px;
  line-height: 24px;
  display: block;
  position: static;
}

.nav-link.button:hover, .nav-link.button:active {
  color: var(--brand);
}

.nav-link.button-primary-2 {
  border: 2px solid var(--brand);
  background-color: var(--transparent);
  color: var(--brand);
  letter-spacing: 0;
  text-transform: capitalize;
  vertical-align: baseline;
  border-radius: 0;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  display: inline-block;
}

.section-2 {
  box-sizing: content-box;
  text-align: center;
  object-fit: fill;
  object-position: 50% 50%;
  margin-left: -60px;
  margin-right: -44px;
  display: block;
}

.nav-link-2, .nav-link-3 {
  color: #fff;
}

.image-2 {
  float: left;
  clear: none;
  text-align: center;
  vertical-align: middle;
  object-fit: cover;
  display: inline-block;
  position: static;
  overflow: visible;
}

.hero-heading-left {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  object-fit: scale-down;
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  padding: 0;
  display: block;
  position: static;
}

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

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

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

.margin-bottom-24px {
  text-align: center;
  max-width: 700px;
  margin-bottom: 24px;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

.button-primary {
  border: 3px solid var(--brand);
  background-color: var(--transparent);
  color: var(--brand);
  font-family: Roboto, sans-serif;
  font-size: var(--nav);
  line-height: var(--nav);
  text-align: center;
  letter-spacing: 2px;
  text-transform: none;
  border-radius: 8px;
  width: auto;
  max-width: none;
  margin: 10px auto 0;
  padding: .7em 1.3em;
  text-decoration: none;
  transition: all .2s;
  display: block;
}

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

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

.button-primary.w--current {
  border-radius: 6px;
}

.button-primary.line {
  border: 2px solid var(--brand);
  background-color: var(--transparent);
  color: var(--brand);
  border-radius: 0;
  order: 0;
  align-self: flex-start;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: .7em;
  font-size: 16px;
  line-height: 22px;
  display: block;
}

.shadow-two {
  margin-right: 20px;
  box-shadow: 0 4px 24px #96a3b514;
}

.bold-text {
  text-align: center;
  letter-spacing: 1px;
  font-size: 16px;
}

.section-3 {
  padding-top: 20px;
}

.text-block {
  box-sizing: border-box;
  color: #fff;
  object-fit: fill;
  display: block;
}

.container-3 {
  z-index: 1;
  color: #fff;
  position: relative;
  top: 429px;
  bottom: 0;
}

.text-block-2 {
  color: #000;
  background-color: #fff;
  border-radius: 16px;
  max-width: 600px;
  position: relative;
}

.nav-link-4 {
  color: #fff;
}

.navbar-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  background-color: #fff0;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.nav-link-5, .nav-link-6 {
  color: #fff;
}

.container-4 {
  grid-column-gap: 300px;
  grid-row-gap: 300px;
  opacity: 1;
  text-align: center;
  flex: 0 auto;
  order: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  display: block;
  position: fixed;
  inset: 0% auto auto;
}

.image-3 {
  z-index: auto;
  text-align: center;
  display: inline-block;
  position: sticky;
  top: 0;
  overflow: visible;
}

.beginhome {
  z-index: 0;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #000;
  background-image: url('../images/group-17.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 0;
  max-width: 1200px;
  height: 70vh;
  min-height: 700px;
  margin-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: sticky;
  top: 0;
}

.beginhome.ber-mich {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/simon-leistungen-back.jpg'), url('../images/simon-back.JPG');
  background-position: 50% 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: cover, cover;
  justify-content: center;
  align-items: center;
  height: 50%;
  position: sticky;
}

.beginhome.angebote {
  background-image: url('../images/group-152.png');
  background-position: 50%;
  background-size: contain;
  height: 50%;
  min-height: 0;
  position: sticky;
}

.beginhome.fit2me {
  background-image: url('../images/group-153.png');
  background-position: 50%;
  background-size: cover;
  max-width: none;
}

.beginhome.kontakte {
  background-image: url('../images/logo-wei-2-1.png');
  background-position: 50%;
  background-size: auto;
}

.section-5 {
  position: absolute;
  inset: 0% 0% auto;
}

.hero-heading-left-2 {
  z-index: 0;
  background-color: var(--background);
  border-bottom: 1px solid #e4ebf3;
  padding: 40px 30px;
  position: relative;
}

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

.hero-wrapper-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-between;
  place-items: end stretch;
  max-width: 940px;
  margin: 0 auto;
  display: grid;
}

.hero-split-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  flex: 0 auto;
  order: 1;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  width: auto;
  max-width: none;
  height: auto;
  display: flex;
}

.hero-split-2.first {
  order: -1;
}

.margin-bottom-24px-2 {
  text-align: left;
  max-width: 100%;
  margin-bottom: 24px;
  font-family: PT Sans, sans-serif;
  font-size: 18px;
  line-height: 22px;
  overflow: visible;
}

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

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

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

.button-primary-2.color {
  background-color: #f08611;
  border-radius: 8px;
  font-weight: 700;
}

.shadow-two-2 {
  vertical-align: baseline;
  display: inline-block;
  position: static;
  box-shadow: 0 4px 24px #96a3b514;
}

.container-6 {
  float: none;
  background-color: #fff;
  width: 600px;
  position: absolute;
  inset: 10% 0% auto;
}

.section-6 {
  z-index: 1;
  clear: none;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: -83px 0% auto;
}

.text-block-3 {
  color: #000;
  background-color: #fff;
  border-radius: 16px;
  width: 600px;
  margin-top: 0;
  margin-left: 0;
  padding: 20px 40px;
  font-size: 40px;
  font-weight: 400;
  line-height: 46px;
  overflow: clip;
  box-shadow: 5px 4px 5px #0003;
}

.div-block {
  position: relative;
  top: 0;
}

.navbar-3 {
  z-index: 3;
  color: var(--black-3);
  background-color: #000;
  border-bottom: 2px #fff;
  flex-flow: row;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-link-7 {
  vertical-align: baseline;
}

.team-slider {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-7 {
  border-radius: 0;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  color: var(--font);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  border-radius: 5px;
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #fff;
  border-radius: 0 0 8px 8px;
  padding-bottom: 24px;
}

.team-member-image-two {
  border-radius: 8px 8px 0 0;
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.hero-heading-left-3 {
  background-color: #fae3d3;
  border-bottom: 1px solid #e4ebf3;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 80px 30px;
  display: flex;
  position: relative;
}

.impressum {
  background-color: var(--transparent);
  border-radius: 8px;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  box-shadow: 4px 4px 15px #0003;
}

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

.hero-split-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-3 {
  margin-bottom: 24px;
}

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

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

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

.shadow-two-3 {
  box-shadow: 0 4px 24px #96a3b514;
}

.footer-light {
  z-index: 2;
  background-color: #000;
  border-bottom: 1px solid #e4ebf3;
  padding: 30px 40px;
  position: static;
  inset: auto 0% 0%;
}

.footer-wrapper-two {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-left: 0%;
  margin-right: 0%;
  display: flex;
}

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

.footer-title {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two {
  color: #fff;
  margin-top: 20px;
  font-size: 16px;
  text-decoration: none;
}

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

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: #1a1b1fcc;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  background-color: #1a1b1f;
  background-image: url('../images/.');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.footer-divider-two {
  background-color: var(--brand);
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

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

.footer-copyright {
  color: #3a4554;
}

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

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

.pricing-overview {
  background-color: var(--white-bg);
  border-bottom: 1px solid #e4ebf3;
  padding: 40px 30px;
  position: relative;
}

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

.centered-heading-2 {
  text-align: center;
  margin-bottom: 16px;
}

.pricing-description {
  text-align: center;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-grid {
  grid-column-gap: 64px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.pricing-card-three {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pricing-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
}

.pricing-card-text {
  margin-bottom: 20px;
}

.text-link-arrow-2 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-2 {
  margin-left: 2px;
  display: flex;
}

.pricing-card-text-2 {
  margin-bottom: 20px;
  font-family: PT Sans, sans-serif;
}

.image-4 {
  aspect-ratio: auto;
  color: #fff;
  object-fit: contain;
  width: auto;
  max-width: 100px;
  height: 50px;
  max-height: 50px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.pricing-card-three-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  background-color: #000;
  border: 1px #000;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.pricing-card-three-2.border {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-right: 2px solid var(--brand);
  border-left: 2px solid var(--brand);
  border-radius: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
}

.pricing-description-2 {
  text-align: center;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  font-family: PT Sans, sans-serif;
  font-size: 24px;
  line-height: 28px;
}

.pricing-overview-2 {
  border-bottom: 1px solid #e4ebf3;
  margin-top: 0;
  padding: 40px 30px;
  position: relative;
}

.pricing-grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.pricing-grid-2.c-s {
  margin-top: 10px;
  margin-bottom: 10px;
}

.image-5 {
  box-sizing: content-box;
  border-radius: 20px;
  width: auto;
  max-width: none;
  height: auto;
  margin: 0 auto;
  padding: 0;
  overflow: visible;
}

.image-5.down {
  width: 50%;
  max-width: none;
  height: 400px;
  margin-top: 0;
}

.hero-subscribe-left {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

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

.hero-split-4 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-4 {
  margin-bottom: 24px;
}

.hero-form {
  margin-bottom: 12px;
}

.hero-form-container {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.hero-form-input {
  color: #1a1b1f;
  border: 1px solid #d1d6db;
  width: 240px;
  height: auto;
  margin-bottom: 0;
  margin-right: 9px;
  padding: 5px 16px;
  font-size: 14px;
  line-height: 20px;
  transition: all .2s;
}

.hero-form-input:hover, .hero-form-input:focus {
  border-color: #76879d;
}

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

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

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

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

.text-link-arrow-3 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-3 {
  margin-left: 2px;
  display: flex;
}

.shadow-two-4 {
  border-radius: 20px;
  box-shadow: 0 4px 24px #96a3b514;
}

.hero-stack {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-image {
  width: 100%;
  margin-top: 50px;
}

.hero-heading-left-4 {
  background-color: var(--background);
  border: 0 #000;
  border-radius: 0;
  padding: 40px 30px;
  position: relative;
}

.hero-without-image {
  background-color: var(--background);
  border: 0 #000;
  padding: 40px 30px;
  position: relative;
}

.container-11 {
  z-index: 2;
  padding-left: 0;
  position: relative;
}

.heading {
  color: var(--font);
  font-family: Roboto, sans-serif;
  font-size: var(--heading-7);
  line-height: var(--heading-7);
  text-align: center;
  letter-spacing: 2px;
  text-transform: none;
  border-bottom: 3px #fff;
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  height: auto;
  margin: 0;
  padding: 20px;
  font-weight: 700;
  display: flex;
}

.heading.top {
  color: var(--brand);
  align-self: flex-start;
  margin-bottom: 0;
  padding-left: 0;
  font-family: PT Sans, sans-serif;
  font-size: 75px;
  font-weight: 400;
  line-height: 75px;
}

.heading.black {
  color: var(--font-color);
}

.heading.line {
  color: #fff;
  flex: 0 auto;
  align-self: center;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: PT Serif, serif;
  font-size: 40px;
  display: block;
}

.heading.line.small {
  color: var(--white);
  letter-spacing: 1px;
  font-family: PT Serif, serif;
  font-size: 35px;
  line-height: 39px;
}

.heading.line.orang {
  border-top: 2px none var(--brand);
  border-bottom: 2px none var(--brand);
  color: var(--brand);
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: PT Sans, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2rem;
  display: flex;
}

.heading.line.orang.border {
  border-top-style: solid;
  border-bottom-style: solid;
  font-size: 60px;
  line-height: 64px;
}

.heading.line.border {
  border-top: 3px solid var(--brand);
  border-bottom: 3px solid var(--brand);
  font-size: 60px;
  line-height: 64px;
}

.heading.side {
  align-self: flex-start;
  padding-left: 0;
  padding-right: 0;
}

.container-12 {
  border-bottom: 0px none var(--white);
  background-color: var(--transparent);
  opacity: 1;
  color: var(--transparent);
  border-radius: 0;
  max-width: 940px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
}

.container-13 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-left: 3px solid var(--brand);
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  min-width: 940px;
  max-width: none;
  height: 80%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  display: flex;
}

.headingaa {
  color: var(--font);
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  font-family: PT Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
}

.headingaa.middle {
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.5rem;
}

.headingaa.middle.border {
  border-top: 2px solid var(--brand);
  border-bottom: 2px solid var(--brand);
}

.trigger {
  display: none;
}

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

.heading-3 {
  color: var(--font);
  font-family: Roboto, sans-serif;
  font-size: var(--heading3);
  line-height: var(--heading3);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
}

.heading-3.middle {
  text-align: center;
}

.drop-dowm, .text-block-6 {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-7 {
  background-color: #727272;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.text-block-7.padding {
  padding: 10px;
}

.text-block-8 {
  box-sizing: border-box;
  object-fit: fill;
  background-color: #bbb;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  overflow: auto;
}

.text-block-8.padding {
  padding: 10px;
  overflow: hidden;
}

.collection-list-wrapper {
  width: auto;
  max-width: 900px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.icon {
  width: 100%;
  max-width: 30px;
  height: 100%;
  max-height: 30px;
}

.dropdown-toggle {
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: var(--black-2) var(--black-2) var(--brand);
  border-radius: 0;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  width: 99.9997%;
  margin: 0;
  padding: 0 0 5px;
  display: flex;
  position: static;
}

.dropdown-2 {
  background-color: var(--transparent);
  border: 0 #000;
  border-radius: 12px;
  width: 100%;
  padding: 15px;
}

.dropdown-2.div-style {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 2px none var(--brand);
  box-shadow: none;
  color: var(--transparent);
  background-color: #000;
  border-radius: 8px;
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  padding: 15px;
  position: static;
}

.image-7 {
  max-width: 30px;
  max-height: 30px;
}

.text-question {
  flex: 1;
  font-size: 20px;
  line-height: 24px;
}

.dropdown-list {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  background-color: #fff0;
  width: 100%;
  height: auto;
  margin-top: 10px;
  padding: 0;
  display: flex;
  position: static;
  overflow: hidden;
}

.dropdown-link {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.paragraph2 {
  border-right: 1px #000;
  border-left: 3px none var(--brand);
  color: var(--font);
  font-family: Roboto, sans-serif;
  font-size: var(--heading-5);
  line-height: var(--nav);
  text-align: left;
  white-space: pre-wrap;
  width: auto;
  height: auto;
  margin: 10px;
  padding: 0 0 0 0;
  position: static;
  overflow: hidden;
}

.paragraph2.middle {
  color: var(--font);
  font-size: var(--font-text-size);
  line-height: var(--heading-5);
  text-align: center;
  overflow: visible;
}

.paragraph2.right {
  text-align: right;
  margin: 20px;
  padding-left: 0;
}

.div-block-4 {
  margin-bottom: 20px;
}

.contact {
  background-color: var(--transparent);
  opacity: 1;
  border: 0 #000;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  height: auto;
  max-height: 500px;
  margin: 0 auto;
  padding: 20px;
  display: flex;
}

.nav-menu {
  background-color: #000;
  flex: 0 auto;
  order: -1;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-left: auto;
  margin-right: 0;
  display: flex;
}

.div-block-5 {
  background-color: var(--brand);
  border-radius: 8px;
  margin-top: 0;
}

.logo {
  margin-right: 0;
}

.logo.nav {
  flex: none;
  order: -1;
  align-self: center;
  margin: 5px 0;
  display: flex;
}

.image-8 {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
}

.schrift {
  color: var(--brand);
  text-align: left;
  margin: 5px 0;
  font-family: PT Sans, sans-serif;
  font-size: 24px;
  line-height: 25px;
}

.bold-text-2 {
  color: var(--white-bg);
}

.menu-button {
  color: var(--white);
  padding: 5px;
  font-size: 24px;
  line-height: 28px;
  display: none;
}

.heading-4 {
  color: var(--font);
  font-size: var(--heading4);
  line-height: var(--heading4);
  font-weight: 400;
}

.heading-style {
  color: var(--font);
  text-align: left;
  background-color: #fff;
  border-radius: 6px;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  line-height: 54px;
  text-decoration: none;
}

.div-block-6 {
  margin-right: auto;
}

.info {
  color: var(--font-2);
  font-size: var(--font-text-size);
  line-height: var(--heading-5);
  text-align: center;
  white-space: normal;
  word-break: break-all;
  flex: 1;
  width: auto;
  height: 62.4px;
  font-weight: 400;
  text-decoration: none;
}

.heading-s3 {
  color: var(--font);
  align-self: center;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 0;
  font-family: PT Serif, serif;
  font-size: 20px;
  line-height: 24px;
}

.heading-s3.push {
  font-family: Roboto, sans-serif;
}

.heading-s3.push.black {
  color: var(--font);
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-right: auto;
  font-family: PT Serif, serif;
  font-size: 1.5rem;
  line-height: 1.5rem;
}

.icon-2 {
  font-size: 40px;
  line-height: 50px;
}

.team-circles {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.centered-heading-3 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading-2 {
  box-shadow: 8px 4px 0 0 var(--font);
  color: var(--font);
  text-align: center;
  background-color: #fff;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
  padding: 8px;
  font-size: 24px;
  line-height: 28px;
}

.team-grid {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.team-card {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image {
  object-fit: cover;
  border-radius: 50%;
  width: 270px;
  height: 270px;
  margin-bottom: 24px;
}

.team-member-name {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-position {
  margin-bottom: 24px;
}

.team-slider-2 {
  background-color: var(--transparent);
  border-bottom: 1px #e4ebf3;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  position: relative;
}

.team-slider-wrapper-2 {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper-2 {
  width: 30%;
  margin-right: 5%;
}

.team-block-2 {
  background-color: #fff;
  border-radius: 8px;
  padding-bottom: 24px;
}

.team-member-image-two-2 {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  margin-bottom: 18px;
}

.team-block-info-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  width: auto;
  height: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two-2 {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text-2 {
  margin-bottom: 20px;
}

.text-link-arrow-4 {
  color: #1a1b1f;
  border: 2px #000;
  border-radius: 7px;
  flex: 0 auto;
  order: 1;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: auto;
  padding: 2px 5px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-4 {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow-2 {
  display: none;
}

.team-slider-nav-2 {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

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

.team-block-3 {
  background-color: #fff;
  border-radius: 12px;
  flex-flow: column;
  width: 300px;
  height: 500px;
  padding-bottom: 24px;
  display: flex;
  position: static;
}

.team-member-image-two-3 {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  margin-bottom: 18px;
}

.collection-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  grid-template: "."
                 "."
                 / 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  place-items: center stretch;
  margin-top: 20px;
  display: flex;
}

.div-block-8 {
  border-radius: 0;
}

.text-block-11 {
  border: 1px none var(--font);
  font-size: 16px;
  font-weight: 400;
}

.collection-list-wrapper-2 {
  flex-flow: wrap;
  display: block;
}

.div-block-9 {
  max-width: 940px;
}

.heading-5 {
  text-align: center;
  border: 0 #000;
  border-bottom: 3px solid #000;
  text-decoration: none;
}

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

.text-block-12 {
  color: var(--font);
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.container-15 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.paragraph-font {
  background-color: var(--transparent);
  color: #fff;
  text-align: center;
  border-radius: 0;
  flex: 0 auto;
  align-self: center;
  width: auto;
  margin-bottom: 0;
  padding: 0;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.paragraph-font.side {
  color: var(--white);
  text-align: left;
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
}

.paragraph-font.side.black {
  color: var(--font);
  flex: 1;
  align-self: center;
  padding-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 20px;
}

.paragraph-font.small {
  text-align: left;
  font-size: 16px;
  line-height: 20px;
}

.div-block-10 {
  background-color: #0000;
  border-radius: 8px;
  flex: 0 auto;
  width: 50%;
  margin: 20px;
}

.map {
  border-radius: 8px;
  width: auto;
  margin: 0;
  padding: 0;
  position: static;
}

.image-9 {
  align-self: center;
  width: 30px;
  height: 30px;
}

.image-10 {
  clear: none;
  object-fit: scale-down;
  flex: 0 auto;
  align-self: center;
  width: 30px;
  max-width: none;
  height: 30px;
}

.section-8 {
  z-index: -2;
  position: relative;
}

.div-block-11 {
  height: 75px;
}

.section-9 {
  background-color: var(--transparent);
  color: var(--transparent);
}

.div-block-12 {
  z-index: 0;
  position: sticky;
}

.div-block-14 {
  height: 700px;
  position: relative;
}

.section-back {
  z-index: 0;
  height: auto;
  margin-bottom: -700px;
  position: static;
}

.image-11 {
  border-radius: 20px;
}

.hero-heading-center {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.centered-heading-4 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading-4.margin-bottom-32px {
  margin-bottom: 32px;
}

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

.hero-split-5 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-5 {
  margin-bottom: 24px;
}

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

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

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

.shadow-two-5 {
  box-shadow: 0 4px 24px #96a3b514;
}

.section-10 {
  z-index: 0;
  margin-top: 0;
  position: static;
  top: 0;
}

.section-img {
  z-index: 2;
  color: #fff;
  background-color: #ffe9d4;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  top: 0;
}

.section-img.home {
  background-color: var(--background);
  background-image: none;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 700px;
  margin-bottom: 0;
  padding-top: 0;
  display: flex;
  position: static;
}

.heading-6 {
  color: #fff;
  font-size: 50px;
  line-height: 54px;
}

.section-12 {
  height: 1000px;
  margin-top: 0;
  margin-bottom: -500px;
  padding-top: 0;
  position: static;
}

.container-down {
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.paragraph-3 {
  font-family: PT Sans, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.bold-text-3 {
  font-size: 24px;
  line-height: 28px;
}

.slider {
  width: 100vw;
  height: 100%;
}

.slidecustom {
  vertical-align: baseline;
  background-image: url('../images/therapieraum-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: auto;
  height: auto;
  padding-top: 0;
}

.container-17 {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
}

.heading-7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-transform: uppercase;
  background-color: #000;
  background-image: url('../images/therapieraum-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: PT Sans, sans-serif;
  font-size: 54px;
  line-height: 58px;
  display: flex;
}

.heading-8 {
  font-family: Roboto, sans-serif;
}

.div-style {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 0px none var(--font);
  background-color: #fff0;
  border-radius: 6px;
  flex-flow: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 940px;
  margin-top: 0;
  margin-left: 0;
  padding: 10px;
  display: flex;
}

.div-style.box {
  width: 300px;
  height: 500px;
  padding: 0;
}

.div-style.flex {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-style.right {
  border-style: none;
  border-radius: 6px;
  width: auto;
  max-width: 940px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.divstyle-2 {
  color: var(--font);
  background-color: #000;
  border-radius: 8px;
  padding: 0;
}

.divstyle-2.left {
  box-shadow: none;
  border-radius: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 0;
  padding: 0;
  display: flex;
}

.team-slider-3 {
  background-color: var(--transparent);
  border-bottom: 1px solid #e4ebf3;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 0 30px;
  display: flex;
  position: relative;
}

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

.centered-heading-5 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading-3 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper-3 {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper-3 {
  width: 30%;
  margin-right: 5%;
}

.div-blocks {
  box-shadow: 8px 4px 0 0 var(--font);
  background-color: #fff;
  margin: 10px;
  padding-bottom: 24px;
}

.team-member-image-two-4 {
  margin-bottom: 18px;
}

.team-block-info-3 {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two-3 {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text-3 {
  margin-bottom: 20px;
}

.text-link-arrow-5 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-5 {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow-3 {
  display: none;
}

.team-slider-nav-3 {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.text-block-13 {
  color: #000;
  text-align: left;
  flex: 0 auto;
  order: -1;
  width: 50px;
  height: 50px;
  margin-right: auto;
  font-size: 100px;
  line-height: 100px;
}

.div-block-15 {
  font-size: 100px;
}

.text-block-14 {
  vertical-align: sub;
  width: auto;
  height: 50px;
  display: inline;
}

.leistunngen_slide {
  background-color: var(--transparent);
  backface-visibility: hidden;
  transition-property: transform opacity;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: stretch;
  width: 33.33%;
  height: auto;
  padding: 1rem;
  display: flex;
  position: relative;
}

.leistunngen_placeholder {
  color: #707070;
  text-align: center;
  border: 1px dashed #707070;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 20rem;
  padding: .4rem;
  display: flex;
}

.leistunngen_list {
  grid-column-gap: 0%;
  grid-row-gap: 0%;
  transform-style: preserve-3d;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.leistunngen_button {
  color: #fff;
  background-color: #3898ec;
  padding: 1rem 2rem;
}

.leistunngen_instance {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  max-height: 100%;
  display: flex;
  position: relative;
}

.leistunngen_pagination {
  z-index: 10;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
}

.leistunngen_navigation {
  z-index: 10;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #f5f5f5;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  display: flex;
  position: relative;
}

.leistunngen_list-wrapper {
  perspective: 1200px;
  flex: 1;
  position: relative;
  overflow: clip;
}

.leistunngen_scrollbar {
  touch-action: none;
  background-color: #f5f5f5;
}

.leistunngen_scrollbar_drag {
  background-color: #000;
  width: 20%;
  height: 1rem;
}

.leistunngen_pagination_bullet {
  background-color: #ddd;
  width: 1rem;
  height: 1rem;
  padding: 0;
  display: inline-block;
}

.leistunngen_pagination_bullet.is-bullet-active {
  background-color: #000;
  display: inline-block;
}

.image-12 {
  border-radius: 0;
  width: auto;
  height: 250px;
}

.div-block-16 {
  background-color: #fff6;
  flex: 0 auto;
  height: 75px;
  margin-top: -75px;
  display: block;
}

.fs-slider_slide {
  backface-visibility: hidden;
  transition-property: transform opacity;
  background-color: #f5f5f5;
  border-radius: 6px;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 33.3333%;
  height: 400px;
  padding: 0;
  display: flex;
  position: relative;
}

.fs-slider_placeholder {
  color: #707070;
  text-align: center;
  border: 1px dashed #707070;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 20rem;
  padding: 1rem;
  display: flex;
}

.fs-slider_list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  transform-style: preserve-3d;
  flex-flow: row;
  justify-content: start;
  align-items: start;
  width: 940px;
  height: auto;
  padding: 10px;
  display: flex;
}

.fs-slider_button {
  background-color: var(--brand);
  color: #fff;
  border-radius: 6px;
  padding: 1rem 2rem;
}

.fs-slider_instance {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  max-height: 100%;
  display: flex;
  position: relative;
}

.fs-slider_pagination {
  z-index: 10;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
}

.fs-slider_navigation {
  z-index: 10;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--transparent);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  display: flex;
  position: relative;
}

.fs-slider_list-wrapper {
  perspective: 1200px;
  flex: 0 auto;
  padding: 0;
  position: relative;
  overflow: clip;
}

.fs-slider_scrollbar {
  touch-action: none;
  background-color: #f5f5f5;
}

.fs-slider_scrollbar_drag {
  background-color: #000;
  width: 20%;
  height: 1rem;
}

.fs-slider_pagination_bullet {
  background-color: #ddd;
  width: 25px;
  height: 5px;
  padding: 0;
  display: inline-block;
}

.fs-slider_pagination_bullet.is-bullet-active {
  background-color: #fff;
  width: 25px;
  height: 5px;
  display: inline-block;
}

.leistungen_slide {
  backface-visibility: hidden;
  transition-property: transform opacity;
  background-color: #f5f5f5;
  flex: none;
  justify-content: center;
  align-items: stretch;
  width: 33.33%;
  height: auto;
  padding: 1rem;
  display: flex;
  position: relative;
}

.leistungen_placeholder {
  color: #707070;
  text-align: center;
  border: 1px dashed #707070;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 20rem;
  padding: 1rem;
  display: flex;
}

.leistungen_list {
  transform-style: preserve-3d;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  height: auto;
  display: flex;
}

.leistungen_button {
  color: #fff;
  background-color: #3898ec;
  padding: 1rem 2rem;
}

.leistungen_instance {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  max-height: 100%;
  display: flex;
  position: relative;
}

.leistungen_pagination {
  z-index: 10;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
}

.leistungen_navigation {
  z-index: 10;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #f5f5f5;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  display: flex;
  position: relative;
}

.leistungen_list-wrapper {
  perspective: 1200px;
  flex: 1;
  position: relative;
  overflow: clip;
}

.leistungen_scrollbar {
  touch-action: none;
  background-color: #f5f5f5;
}

.leistungen_scrollbar_drag {
  background-color: #000;
  width: 20%;
  height: 1rem;
}

.leistungen_pagination_bullet {
  background-color: #ddd;
  width: 1rem;
  height: 1rem;
  padding: 0;
  display: inline-block;
}

.leistungen_pagination_bullet.is-bullet-active {
  background-color: #000;
  display: inline-block;
}

.image-13 {
  z-index: auto;
  border-radius: 6px;
  width: 100%;
  height: 400px;
  display: block;
  position: static;
  top: 0;
}

.heading-9 {
  color: var(--font);
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-bottom: 15px;
  margin-left: 0;
  padding-left: 15px;
  padding-right: 15px;
  font-family: PT Serif, serif;
  display: flex;
}

.div-block-17 {
  background-color: var(--brand);
  border-radius: 50px;
  flex: 0 auto;
  width: 50px;
  height: 50px;
  font-size: 50px;
  line-height: 50px;
  display: block;
  position: fixed;
  top: 218px;
}

.image-14 {
  box-sizing: content-box;
  background-color: var(--transparent);
  object-fit: contain;
  border-radius: 0;
  width: 30px;
  max-width: none;
  height: 30px;
  margin: 0;
  padding: 0;
  font-size: 20px;
  display: inline-block;
  position: static;
  inset: 70% auto auto;
  overflow: hidden;
}

.div-block-18 {
  z-index: 2;
  background-color: #000;
  border-radius: 6px;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  display: block;
  position: absolute;
  top: auto;
  bottom: 0;
}

.paragraph-4 {
  width: auto;
  height: auto;
  margin-bottom: 0;
  overflow: hidden;
}

.paragraph-5 {
  background-color: var(--transparent);
  color: var(--font);
  text-align: center;
  height: auto;
  margin-left: 10px;
  margin-right: 10px;
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  line-height: 22px;
  overflow: hidden;
}

.features-table {
  z-index: 1;
  background-color: var(--transparent);
  border-bottom: 0 #e4ebf3;
  border-radius: 12px;
  padding: 40px 30px;
  position: sticky;
  inset: 220px auto auto;
}

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

.centered-heading-6 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading-4 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.comparison-table {
  flex-direction: column;
  margin-top: 0;
  display: flex;
}

.comparison-row-main {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid var(--white-shadow);
  background-color: var(--transparent);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.comparison-title {
  margin-bottom: 0;
  margin-left: 24px;
}

.comparison-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid var(--font);
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.comparison-negative {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 10px;
  height: 10px;
  margin-left: 24px;
  padding-left: 40px;
}

.comparison-positive {
  background-image: url('../images/.');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 24px;
  padding-left: 40px;
}

.heading-norm {
  color: var(--font);
  border: 0 #000;
  border-bottom: 2px solid #fff;
  margin-top: 10px;
  margin-left: 0;
  margin-right: 0;
  font-family: Roboto, sans-serif;
}

.heading-norm.border {
  border-style: none none solid;
  border-width: 1px 1px 4px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
  line-height: 48px;
}

.section-14 {
  z-index: 2;
  background-color: var(--transparent);
  background-image: url('../images/istockphoto-185005145-612x612.jpg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 0;
  height: 150vh;
  margin-top: 0;
  margin-bottom: -50vh;
  position: static;
  top: 0;
  bottom: 0;
}

.image-15 {
  width: 30px;
  height: 30px;
}

.image-16, .image-17 {
  width: 30px;
}

.image-18 {
  width: 30px;
  height: 30px;
}

.div-block-19 {
  display: flex;
}

.div-block-20 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.text-block-15, .text-block-16, .text-block-17, .text-n {
  align-self: center;
}

.div-c {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.text-block-18, .text-block-19 {
  font-family: PT Sans, sans-serif;
  font-size: 18px;
}

.div-block-21 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
}

.image-19 {
  border-radius: 12px;
  flex: 0 auto;
  width: 50%;
  max-width: none;
  height: auto;
  margin: 15px;
}

.div-block-22 {
  object-fit: fill;
  width: auto;
  display: block;
}

.section-15 {
  z-index: 0;
  background-image: url('../images/alexander-redl-qo1pycd02t4-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  position: sticky;
}

.div-block-23 {
  width: 50%;
  margin-top: 60px;
  margin-bottom: 60px;
}

.section-16 {
  height: auto;
  margin-bottom: 0;
  position: sticky;
}

.section-17 {
  background-color: var(--transparent);
  margin-left: 0;
  display: flex;
}

.containertop {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-style: none none none solid;
  border-width: 3px 3px 3px 2px;
  border-color: var(--brand);
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1200px;
  height: 80%;
  margin-top: 10%;
  margin-bottom: 10%;
  padding: 30px;
  display: flex;
}

.div-block-24 {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

.line-bermich {
  box-sizing: border-box;
  border-top: 3px solid var(--brand);
  object-fit: fill;
  flex: 1;
  order: 1;
  align-self: stretch;
  height: 40px;
  max-height: 40px;
  margin: 0 0 auto;
}

.oline {
  border-top: 0 #000;
  border-bottom: 3px solid var(--brand);
  flex: 1;
  order: 0;
  align-self: flex-end;
  height: 40px;
  margin-bottom: auto;
}

.div-block-26 {
  flex: 1;
  margin-top: 0;
  margin-bottom: auto;
}

.div-block-27 {
  flex: 1;
  margin-top: auto;
}

.line {
  flex: 1;
}

.div-block-28 {
  flex-flow: column;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-items: flex-start;
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 20px;
  display: flex;
}

.headingsection {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 940px;
  height: auto;
  margin: 20px auto;
  font-family: PT Sans, sans-serif;
  display: flex;
}

.linewhite {
  border-top: 3px solid #fff;
  flex: 1;
  height: 45px;
  margin-right: auto;
}

.div-block-30 {
  flex: 1;
  height: 50px;
  margin-left: auto;
}

.div-block-31 {
  border-bottom: 3px solid var(--brand);
  flex: 0 auto;
  align-self: stretch;
  height: 40px;
  margin-bottom: 0;
  padding-right: 0;
}

.spacer {
  flex: 1;
  height: 75px;
  margin-bottom: auto;
  margin-right: 0;
}

.linie-3 {
  border-top: 3px solid var(--brand);
  flex: 1;
  order: 0;
  align-self: auto;
  width: 100%;
  height: 40px;
  margin-top: auto;
}

.linie-3.schrift {
  flex: 0 auto;
}

.linien {
  background-color: #fff;
  flex: 1;
  align-self: center;
  height: 2px;
}

.linien.orange {
  background-color: var(--brand);
  height: 3px;
}

.div-block-32 {
  border-style: solid;
  border-width: 3px 0 0;
  border-color: var(--brand);
  flex: 1;
  width: 100%;
  height: 40px;
  margin-top: auto;
}

.div-block-33 {
  border-bottom: 3px solid var(--brand);
  flex: 1;
  width: auto;
  height: 40px;
  margin-bottom: auto;
}

.div-block-34 {
  border-top: 3px solid var(--brand);
  width: 100%;
  height: 40px;
}

.heading-contact {
  border-bottom: 3px solid #fff;
  font-size: 50px;
  line-height: 54px;
}

.right-arrow, .slide-nav {
  margin-bottom: 0;
}

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

.grid1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "imageArea-1 textArea-1 textArea-1"
  / 1fr .75fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  width: 100%;
  display: grid;
}

.box1 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: #000;
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  min-height: 0;
  margin: 0;
  padding: 20px;
  display: flex;
}

.heading-10 {
  color: #fff;
}

.headingserif {
  color: #fff;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 40px;
  line-height: 44px;
  position: static;
}

.headingserif.middle {
  border-bottom: 2px solid var(--brand);
  color: var(--font);
  text-align: center;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 38px;
  line-height: 40px;
}

.headingserif.middle.small {
  font-size: 24px;
  line-height: 24px;
}

.headingserif.large {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 40px;
  line-height: 44px;
}

.headingserif.aa.small {
  text-transform: none;
  align-self: center;
  margin-top: 0;
  font-size: 1.5rem;
  line-height: 1.5rem;
}

.headingserif.small {
  white-space: pre-wrap;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}

.aa {
  color: var(--brand);
  text-transform: uppercase;
  margin-top: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
}

.aa.large {
  margin-top: 10px;
  font-size: 2rem;
  line-height: 2rem;
}

.aa.white {
  color: var(--font);
}

.paragraph-6 {
  color: #fff;
  text-align: left;
  align-self: center;
  font-family: PT Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.div-block-36 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  order: -1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 24px;
  display: flex;
  overflow: visible;
}

.lin {
  background-color: var(--brand);
  flex: 1;
  width: 100%;
  height: 2px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 0;
  padding-bottom: 3px;
}

.image-20 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: auto;
  height: auto;
  display: block;
}

.div-block-38 {
  aspect-ratio: auto;
  object-fit: fill;
  background-image: url('../images/simon-leistungen.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

.div-block-39 {
  aspect-ratio: 1;
  background-image: url('../images/whatsapp-image-2025-03-01-at-17.14.00.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

.image-21 {
  background-color: #e7e7e700;
  width: 30px;
  height: 30px;
}

.image-22 {
  background-color: #fff;
}

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

.div-block-41 {
  background-color: #000;
  flex-flow: column;
  padding: 19px;
  display: flex;
}

.price {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.box-2 {
  background-color: #000;
  border-radius: 8px;
  height: auto;
  padding: 20px;
}

.text-block-20 {
  font-size: 22px;
}

.text-block-21 {
  color: var(--font);
  font-family: PT Sans, sans-serif;
  font-size: 28px;
  line-height: 32px;
}

.image-23 {
  cursor: pointer;
  object-fit: contain;
  align-self: center;
  width: 30px;
  height: 30px;
}

.div-block-42 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-43 {
  justify-content: space-around;
  align-items: center;
  width: auto;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-44 {
  grid-column-gap: 3px;
  grid-row-gap: 20px;
  flex: 0 auto;
  grid-template: "Area-8 Area-8 Area-8 Area-8"
                 "Area-7 Area-7 Area-2 Area-2"
                 "Area Area Area-6 Area-6"
                 "Area-5 Area-5 Area-5 Area-5"
                 / 1fr .5fr .5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.standort, .box-under {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #000;
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.heading-under {
  color: var(--font);
  margin-top: 10px;
  font-family: PT Sans, sans-serif;
  font-size: 20px;
  line-height: 24px;
}

.div-block-45 {
  justify-content: center;
  align-items: center;
  width: auto;
  margin-left: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.box {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-left: 3px solid var(--brand);
  color: var(--font);
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 20px;
  display: flex;
}

.div-block-47 {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.orange {
  color: var(--brand);
  margin-right: 0;
  font-family: PT Sans, sans-serif;
  font-size: 60px;
  line-height: 64px;
  position: static;
}

.div-block-48 {
  border: 1px solid var(--font);
  color: var(--font);
}

.div-block-49 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.heading-11 {
  margin-top: 10px;
}

.link {
  color: #fff;
  font-family: PT Sans, sans-serif;
  font-size: var(--font-text-size);
  line-height: var(--font-text-size);
  flex: none;
  margin-top: 10px;
  margin-bottom: 10px;
}

.body-2 {
  background-color: var(--background);
}

.container-21 {
  height: 75px;
  margin-top: 0;
}

.section-18 {
  height: 70px;
}

.headingtop {
  color: var(--brand);
  font-family: Roboto, sans-serif;
  font-size: var(--heading-8);
  margin-bottom: 0;
  font-weight: 400;
  line-height: 4.5rem;
  overflow: hidden;
}

.headingsans {
  color: var(--font);
  font-size: 40px;
}

.collection-list-wrapper-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.collection-list-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  display: grid;
}

.image-24 {
  max-width: none;
}

.slide-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: block;
}

.slider-list {
  width: 100%;
  height: 100%;
  display: flex;
  overflow: visible;
}

.cmslider {
  background-color: #000;
  border-radius: 8px;
  width: 24vw;
  height: auto;
  margin-right: 20px;
  padding: 0;
}

.slider-item {
  object-fit: fill;
  width: 32vw;
  height: auto;
  margin-right: 20px;
  padding-left: 0;
  padding-right: 0;
  overflow: visible;
}

.div-block-52 {
  padding: 15px;
}

.image-25 {
  width: 24vw;
  max-width: none;
  height: auto;
}

.collection-list-5 {
  display: flex;
}

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

.collection-item-2 {
  width: auto;
  margin-right: 20px;
}

.projekt-link-card {
  width: 24vw;
}

.slider-wrapper {
  flex: 0 auto;
  align-self: auto;
  height: auto;
  display: block;
  overflow: visible;
}

.project-link-card {
  background-color: #000;
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 32vw;
  height: auto;
  min-height: auto;
  display: flex;
}

.div-block-53 {
  z-index: auto;
  float: none;
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  background-color: var(--transparent);
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 32vw;
  max-width: 100%;
  height: auto;
  margin-top: 0;
  padding: 15px;
  display: flex;
  position: static;
  bottom: 0;
  overflow: visible;
}

.slider-2 {
  width: 100%;
  height: 100%;
}

.slide {
  background-image: url('../images/praxis-3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-54 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.div-block-56 {
  border-bottom: 2px solid var(--brand);
  margin-bottom: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.sectionbegin {
  justify-content: center;
  align-items: flex-start;
  height: 140vh;
  margin-bottom: -70vh;
  padding-bottom: 0;
  display: flex;
}

.dropdowtext {
  color: var(--font);
  font-size: var(--font-text-desktop);
  line-height: var(--heading-5);
  margin-bottom: 0;
}

.contact-bar-2 {
  background-color: #000;
  border-radius: 8px;
  width: 100%;
  display: flex;
}

.boxcontact {
  background-color: #0000;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
}

.boxcontact.border {
  border-right: 2px solid var(--brand);
  border-left: 2px solid var(--brand);
  background-color: #0000;
  border-radius: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}

.image-30 {
  vertical-align: baseline;
  cursor: pointer;
  height: 40px;
  margin-top: -30px;
  display: inline-block;
  position: absolute;
}

.div-slidearrow {
  order: 0;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  padding: 20px;
  display: flex;
}

.image-31 {
  height: 30px;
}

.arrowleft {
  cursor: pointer;
  height: 30px;
  margin-left: 0;
  margin-right: 0;
  display: inline-block;
}

.arrowright, .image-32 {
  height: 30px;
}

.slider-navigation {
  flex: 0 auto;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.slider-navigation.next-slide, .slider-navigation.prev-slide {
  height: 30px;
}

.slider-navigation-wrapper {
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.div-block-57 {
  z-index: 3;
  float: none;
  clear: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-end;
  height: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: static;
  inset: 0% 0% auto;
}

.heading-2 {
  color: var(--font);
  font-size: var(--heading-7);
  line-height: var(--heading-7);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  margin-top: 10px;
  margin-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.heading-2.middle, .heading-2.middlec {
  border-bottom: 2px none var(--brand);
  color: var(--font);
  font-size: var(--heading-7);
  line-height: var(--heading-7);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.heading-2 {
  font-size: var(--heading2);
  line-height: var(--heading2);
  text-align: left;
}

.heading-2.middle {
  justify-content: center;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-block-58 {
  border-bottom: 2px solid var(--brand);
  justify-content: space-between;
  align-items: center;
  width: auto;
  padding-bottom: 5px;
  display: block;
}

.slide-2 {
  background-image: url('../images/room.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/tom_0191.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/img_7578-ret.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-5 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

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

.left-line-div {
  border-left: 3px solid var(--brand);
}

.right-line-div {
  border-right: 3px solid var(--brand);
}

.div-block-59 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template: "Area Area-2 Area-2 Area-2"
                 "Area-3 Area-3 Area-3 Area-4"
                 / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.div-block-60 {
  border-right: 3px solid var(--brand);
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.divline {
  border-left: 3px solid var(--brand);
  flex-flow: column;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.box-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-right: 3px solid var(--brand);
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.slide-6 {
  background-image: url('../images/tom_0180.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide-7 {
  background-image: url('../images/tom_0180.jpg');
  background-position: 50%;
  background-size: cover;
}

.text-block-22 {
  color: #fff;
  font-size: var(--font-text-desktop);
  line-height: var(--font-text-size);
  text-align: left;
  margin-top: 0;
  margin-left: 10px;
  overflow: hidden;
}

.image-portai {
  aspect-ratio: 2 / 3;
  background-image: url('../images/img_8246.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

.image-leistungen {
  aspect-ratio: 1;
  background-image: url('../images/simon-leistungen-filter.jpeg');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
}

.box-3 {
  border-right: 3px solid var(--brand);
  border-left: 3px solid var(--brand);
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.heading3 {
  color: var(--brand);
  font-size: var(--heading2);
  line-height: var(--heading2);
  margin-top: 0;
  font-weight: 400;
}

.image-fit2me {
  aspect-ratio: 1;
  background-image: url('../images/whatsapp-image-2025-03-01-at-19.13.19.jpeg');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
}

.div-block-61 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 5px;
  margin-bottom: 5px;
  display: grid;
}

.jahr {
  color: #fff;
  font-size: var(--nav);
  line-height: var(--nav);
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.topic {
  color: #fff;
  font-size: var(--font-text-size);
  line-height: var(--heading-5);
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  margin-left: 0;
  display: flex;
}

.topic.middle {
  font-size: var(--heading4);
  line-height: var(--heading2);
  justify-content: center;
  align-items: center;
}

.div-block-62 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/vector.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-33 {
  align-self: center;
  width: auto;
  height: 2rem;
  display: block;
}

.image-34 {
  aspect-ratio: 1.5;
  object-fit: cover;
  border-radius: .8rem;
  width: 100%;
  max-width: none;
  max-height: none;
}

.heading-13 {
  font-size: var(--heading3);
  line-height: var(--heading3);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
}

.cards {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 2px solid var(--brand);
  text-align: center;
  background-color: #000;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 210px;
  min-width: auto;
  max-width: none;
  height: 240px;
  margin: 24px;
  padding: 15px;
  display: flex;
}

.cards.border {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-right: 3px solid var(--brand);
  border-left: 3px solid var(--brand);
  border-radius: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
}

.slide-8 {
  background-image: url('../images/tom_0191.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-35 {
  aspect-ratio: 1 / 1.2;
  object-fit: cover;
  object-position: 50% 35%;
  border-radius: .8rem;
  height: 100%;
}

.image-36 {
  aspect-ratio: 1 / 1.2;
  object-fit: cover;
  object-position: 10% 30%;
  border-radius: .8rem;
  height: 100%;
}

.image-37 {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: .8rem;
}

.grid2 {
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  grid-template: "Area Area-2"
                 "Area-3 Area-4"
                 "Area-5 Area-6"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.imageclock {
  aspect-ratio: auto;
  color: #fff;
  object-fit: contain;
  width: 100vw;
  max-width: 50px;
  height: 100%;
  max-height: 50px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.imageclocks {
  aspect-ratio: auto;
  color: #fff;
  object-fit: contain;
  width: auto;
  max-width: 200px;
  height: 100%;
  max-height: 100px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.cards-price {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 2px solid var(--brand);
  text-align: center;
  background-color: #000;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 300px;
  padding: 20px;
  display: flex;
}

.cards-price.border {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-right: 3px solid var(--brand);
  border-left: 3px solid var(--brand);
  border-radius: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
}

.pricing-div {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.grid-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Area Area-2"
                 "Area-3 Area-4"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  margin-bottom: 20px;
  display: grid;
}

.slider-3, .slider-4 {
  width: 100%;
  height: 100%;
}

.slide-9 {
  background-image: url('../images/img_8159.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-10 {
  background-image: url('../images/img_8119.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.heading-orange {
  color: var(--brand);
  font-size: var(--heading-6);
  line-height: var(--heading-6);
}

.div-block-63 {
  background-color: var(--brand);
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 3px;
  min-width: 3px;
  height: 90%;
  max-height: none;
  display: block;
  overflow: visible;
}

.div-block-64 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--brand);
  flex: 0 auto;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  width: 3px;
  height: 140px;
  margin-top: 50px;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 3px;
  display: flex;
}

.div-block-65 {
  aspect-ratio: 1.5;
  padding: 10px;
}

.div-block-66 {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-2 {
  color: var(--font);
  font-size: var(--heading-5);
  line-height: var(--heading4);
}

.bold-text-4, .bold-text-5 {
  color: var(--brand);
}

.code-embed {
  border-radius: 0;
}

.code-embed-2 {
  border-radius: 5px;
}

.link-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--transparent);
  font-size: var(--font-text-desktop);
  line-height: var(--font-text-size);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.pricing-grid-2-contact {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template: "Area Area-2 Area-3 Area-4"
  / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.pricing-grid-2-contact.c-s {
  margin-top: 10px;
  margin-bottom: 10px;
}

.image-39 {
  margin-top: 0;
  margin-bottom: 0;
}

.map-2 {
  border-radius: 8px;
}

.image-40 {
  width: 60px;
  height: 60px;
  margin-right: -6px;
  padding-right: 0;
}

.cards-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 2px solid var(--brand);
  text-align: center;
  background-color: #000;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 210px;
  min-width: auto;
  max-width: none;
  height: 240px;
  margin: 24px;
  padding: 15px;
  display: flex;
}

.cards-copy.border {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-right: 3px solid var(--brand);
  border-left: 3px solid var(--brand);
  border-radius: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
}

.text-block-23 {
  color: var(--white);
}

.div-block-67, .div-block-68 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bold-text-6 {
  font-weight: 400;
}

.link-3, .link-4 {
  color: var(--brand);
}

.bold-text-7 {
  font-weight: 400;
}

.link-5, .link-6 {
  color: var(--brand);
}

@media screen and (min-width: 1440px) {
  .section {
    background-color: var(--background);
  }

  .section.begin {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container {
    overflow: hidden;
  }

  .container.nav {
    overflow: visible;
  }

  .nav-link, .nav-link.w--current {
    font-size: 24px;
    line-height: 28px;
  }

  .button-primary {
    font-size: var(--nav);
    line-height: var(--nav);
    width: auto;
  }

  .beginhome {
    background-image: url('../images/group-17.jpg');
    background-position: 0%;
    position: sticky;
  }

  .beginhome.ber-mich {
    height: 50%;
  }

  .navbar-3 {
    font-family: Roboto, sans-serif;
  }

  .footer-light {
    border-bottom-style: none;
    border-bottom-width: 0;
  }

  .image-4 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .pricing-card-three-2 {
    background-color: #000;
    border-radius: 8px;
    padding: 20px;
  }

  .pricing-grid-2 {
    margin-top: 20px;
  }

  .heading {
    font-family: Roboto, sans-serif;
    font-size: var(--heading-6);
    line-height: var(--heading-6);
    margin-top: 0;
    margin-bottom: 0;
  }

  .heading.line {
    font-family: PT Sans, sans-serif;
    font-size: 60px;
    line-height: 64px;
  }

  .heading.line.orang {
    color: var(--font);
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: PT Serif, serif;
    font-size: 35px;
    line-height: 38px;
  }

  .heading.line.orang.border {
    color: var(--font);
    border-top-width: 3px;
    border-bottom-width: 3px;
    font-weight: 700;
  }

  .heading-3 {
    font-size: var(--heading3);
    line-height: var(--heading3);
  }

  .dropdown-2.div-style {
    color: var(--font);
    background-color: #000;
    border-style: none;
    border-radius: 9px;
  }

  .paragraph2 {
    font-size: var(--heading-5);
    line-height: var(--heading4);
  }

  .paragraph2.middle {
    color: var(--font);
    font-size: 20px;
  }

  .contact {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: center;
    max-height: none;
  }

  .info {
    color: var(--font-2);
    font-size: var(--heading-5);
    line-height: var(--heading4);
    margin-bottom: 0;
  }

  .heading-s3.push.black {
    font-family: PT Sans, sans-serif;
    font-size: 24px;
    line-height: 28px;
  }

  .team-member-image {
    width: 270px;
    height: 270px;
    max-height: none;
  }

  .team-block-3 {
    box-shadow: 6px 2px 5px #0003;
  }

  .container-15 {
    justify-content: center;
    align-items: center;
  }

  .paragraph-font.side.black {
    font-size: 20px;
    line-height: 24px;
  }

  .map {
    width: auto;
  }

  .section-img.home {
    justify-content: center;
    align-items: center;
    padding-top: 0;
    display: flex;
  }

  .containertop {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .headingsection {
    margin-bottom: 20px;
  }

  .grid1 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template: "imageArea-1 textArea-1 textArea-1"
    / 1fr 1fr;
  }

  .headingserif {
    font-size: 32px;
    line-height: 36px;
  }

  .headingserif.center {
    font-size: 40px;
    line-height: 44px;
  }

  .aa {
    align-self: center;
    margin-top: 0;
    font-size: 20px;
    line-height: 24px;
  }

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

  .div-block-39 {
    border-radius: 8px;
  }

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

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

  .heading-under {
    margin-top: 10px;
  }

  .headingtop {
    font-size: var(--heading-8);
    line-height: var(--heading-8);
  }

  .slider-item {
    width: 23vw;
  }

  .project-link-card {
    width: 24vw;
  }

  .dropdowtext {
    font-size: var(--font-text-size);
    line-height: var(--heading-5);
  }

  .heading-2 {
    font-size: var(--heading2);
    line-height: var(--heading2);
    margin-bottom: 10px;
  }

  .heading-2.middle, .heading-2.middlec {
    font-size: var(--heading-7);
    line-height: var(--heading-7);
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .heading-2 {
    font-size: var(--heading-7);
    line-height: var(--heading-7);
  }

  .heading-2.middle {
    font-size: var(--heading-7);
    margin-top: 0;
    margin-bottom: 0;
  }

  .topic {
    font-size: var(--heading-5);
    line-height: var(--heading4);
  }

  .image-34 {
    aspect-ratio: 1.5;
    width: 100%;
    max-width: none;
    height: auto;
    max-height: none;
    padding: 0;
  }

  .cards {
    background-color: #000;
    border-radius: 8px;
    width: 225px;
    min-width: 200px;
    padding: 20px;
  }

  .imageclock, .imageclocks {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .cards-price {
    background-color: #000;
    border-radius: 0;
    width: 300px;
    padding: 20px;
  }

  .heading-orange {
    font-size: var(--heading-6);
  }

  .div-block-64 {
    flex: 0 auto;
  }

  .div-block-65 {
    padding: 10px;
  }

  .pricing-grid-2-contact {
    margin-top: 20px;
  }

  .cards-copy {
    background-color: #000;
    border-radius: 8px;
    width: 225px;
    min-width: 200px;
    padding: 20px;
  }
}

@media screen and (min-width: 1920px) {
  .body {
    margin-top: 0;
  }

  .section.begin {
    overflow: visible;
  }

  .container {
    flex-flow: column;
    max-width: 1200px;
    margin-top: 0;
    margin-bottom: 0;
    position: static;
    top: 300px;
    overflow: hidden;
  }

  .container.nav {
    flex-flow: row;
    margin-top: 0;
    margin-bottom: 0;
  }

  .nav-link:hover {
    color: var(--brand);
  }

  .nav-link.button {
    padding-right: 20px;
  }

  .button-primary {
    font-size: var(--nav);
    line-height: var(--nav);
    align-self: center;
    max-width: none;
    margin-bottom: 0;
    display: block;
  }

  .beginhome {
    background-image: url('../images/group-17.jpg');
    background-position: 50%;
    background-size: cover;
    max-height: none;
    margin-left: auto;
    margin-right: auto;
    position: sticky;
    top: 0;
    overflow: visible;
  }

  .beginhome.ber-mich {
    height: 50%;
  }

  .footer-title, .footer-link-two {
    color: #fff;
  }

  .pricing-grid-2 {
    flex-flow: row;
    display: flex;
  }

  .image-5, .shadow-two-4 {
    border-radius: 20px;
  }

  .hero-wrapper-two {
    margin-bottom: 20px;
  }

  .heading {
    color: var(--font);
    font-family: Roboto, sans-serif;
    font-size: var(--heading-6);
    line-height: var(--heading-6);
    position: static;
  }

  .heading.top {
    font-size: 6rem;
    line-height: 6rem;
  }

  .heading.line.orang {
    color: var(--brand);
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    font-size: 2rem;
  }

  .heading.large {
    font-size: var(--heading-8);
    line-height: var(--heading-8);
  }

  .container-12 {
    background-color: var(--transparent);
    margin-top: 15px;
    padding: 0;
  }

  .container-13 {
    border-left-width: 4px;
  }

  .headingaa {
    font-size: 3rem;
    line-height: 4rem;
  }

  .div-block-2 {
    width: auto;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-3 {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
  }

  .dropdown {
    background-color: #ebebeb;
    padding: 20px;
    overflow: hidden;
  }

  .trigger {
    background-color: #c9c9c9;
    padding: 20px;
    display: flex;
  }

  .text-block-4 {
    text-align: left;
    margin-right: auto;
    font-size: 20px;
    text-decoration: none;
  }

  .image-6 {
    width: auto;
    max-width: 30px;
    height: auto;
  }

  .text-block-5 {
    font-size: 16px;
    overflow: hidden;
  }

  .heading-3 {
    font-size: var(--heading3);
    line-height: var(--heading3);
    overflow: visible;
  }

  .collection-item {
    overflow: hidden;
  }

  .collection-list-wrapper {
    max-width: none;
  }

  .dropdown-toggle {
    border-bottom-width: 3px;
  }

  .dropdown-2.div-style {
    max-width: none;
  }

  .paragraph2 {
    font-size: var(--heading-5);
    line-height: var(--heading4);
  }

  .paragraph2.middle {
    font-size: var(--heading4);
    line-height: var(--heading4);
    overflow: visible;
  }

  .contact {
    flex-flow: column;
  }

  .logo.nav {
    align-self: center;
    width: auto;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .schrift {
    margin: 0;
    font-family: PT Sans, sans-serif;
  }

  .info {
    font-size: var(--nav);
    line-height: var(--nav);
  }

  .heading-s3.push.black {
    font-family: PT Serif, serif;
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .team-block-info-2 {
    box-sizing: border-box;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    aspect-ratio: 1;
    white-space: normal;
    overflow-wrap: normal;
    object-fit: fill;
    height: auto;
    display: flex;
    position: static;
    overflow: visible;
  }

  .team-member-text-2 {
    flex: 1;
    order: 0;
    align-self: stretch;
    margin-bottom: auto;
  }

  .text-link-arrow-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex: 0 auto;
    order: 1;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    margin-top: 0;
  }

  .team-block-3 {
    height: 500px;
    overflow: visible;
  }

  .text-block-11 {
    flex: 1;
    order: 0;
    margin-top: auto;
  }

  .paragraph-font.side.black {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .div-block-12 {
    margin-bottom: -100vh;
    position: relative;
    top: 0;
  }

  .div-block-13 {
    z-index: 0;
    width: auto;
    height: auto;
    min-height: 100vh;
    margin-bottom: 0;
    position: relative;
    top: 0;
    overflow: visible;
  }

  .div-block-14 {
    z-index: 0;
    height: 75vh;
    position: relative;
    overflow: hidden;
  }

  .section-back {
    margin-bottom: -75vh;
  }

  .section-img {
    z-index: 2;
    background-color: var(--background);
    height: 700px;
    position: relative;
    top: 0;
  }

  .section-img.home {
    z-index: 2;
    background-color: var(--background);
    height: 700px;
    position: relative;
  }

  .heading-6 {
    font-size: 80px;
    line-height: 84px;
  }

  .section-12 {
    height: 300vh;
    margin-top: -100vh;
    margin-bottom: -100vh;
  }

  .section-13 {
    position: sticky;
  }

  .divstyle-2 {
    background-color: #0000;
  }

  .container-19 {
    flex-flow: column;
    height: auto;
    display: flex;
  }

  .comparison-table, .comparison-row-main {
    margin-top: 0;
  }

  .heading-norm.border {
    margin-top: 0;
    margin-bottom: 0;
  }

  .headingsection {
    align-self: stretch;
    max-width: 1200px;
    margin-left: 0;
    margin-right: 0;
  }

  .linien.orange {
    flex: 1;
    width: auto;
    height: 3px;
  }

  .box1 {
    justify-content: flex-start;
    align-items: flex-start;
    min-height: 400px;
  }

  .headingserif {
    margin-right: 20px;
    font-size: 40px;
    line-height: 44px;
  }

  .headingserif.middle {
    text-align: center;
    margin-right: 0;
    font-size: 40px;
    line-height: 44px;
  }

  .headingserif.large {
    font-size: 50px;
    line-height: 54px;
  }

  .headingserif.small {
    margin-top: 0;
    margin-bottom: 0;
  }

  .div-block-36 {
    flex: 0 auto;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    position: static;
    inset: 0% 0% auto;
  }

  .lin {
    height: 3px;
  }

  .div-block-43 {
    flex: 1;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-under {
    font-family: Roboto, sans-serif;
  }

  .box {
    justify-content: center;
    align-items: center;
  }

  .div-block-49 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    flex: 1;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .empty-state {
    color: #fff;
    background-color: #000;
  }

  .collection-list-2 {
    width: 1200px;
  }

  .div-block-50 {
    flex-flow: column;
    flex: 1;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .link {
    font-size: var(--font-text-desktop);
    line-height: var(--font-text-size);
  }

  .headingtop {
    font-size: var(--heading-8);
    line-height: var(--heading-8);
  }

  .cmslider {
    width: 350px;
  }

  .slider-item {
    max-width: none;
    height: auto;
    max-height: none;
  }

  .image-25 {
    width: auto;
  }

  .dropdowtext {
    font-size: var(--heading-5);
    line-height: var(--heading4);
  }

  .slider-navigation.next-slide, .slider-navigation.prev-slide {
    cursor: pointer;
  }

  .heading-2 {
    margin-bottom: 10px;
    display: block;
  }

  .heading-2.middle, .heading-2.middlec {
    font-size: var(--heading-7);
    line-height: var(--heading-7);
  }

  .heading-2 {
    font-size: var(--heading-7);
    line-height: var(--heading-7);
    margin-bottom: 10px;
  }

  .box-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: center;
  }

  .text-block-22 {
    font-size: var(--font-text-desktop);
    line-height: var(--font-text-size);
    text-align: left;
  }

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

  .jahr {
    font-size: var(--nav);
    line-height: var(--nav);
  }

  .topic {
    font-size: var(--heading-5);
    line-height: var(--heading4);
    margin-bottom: 10px;
  }

  .image-34 {
    width: 100%;
    max-width: none;
    max-height: none;
    display: block;
  }

  .cards {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .cards.border, .cards-price, .cards-price.border {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .pricing-grid-2-contact {
    flex-flow: row;
    display: flex;
  }

  .link-block-2 {
    justify-content: center;
    align-items: center;
    text-decoration: none;
    display: flex;
  }

  .cards-copy {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .cards-copy.border {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
}

@media screen and (max-width: 991px) {
  .body {
    margin-top: 0;
  }

  .section {
    position: relative;
  }

  .section.blue {
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
  }

  .section.blue.vh {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.begin {
    flex-flow: column;
    width: auto;
    display: block;
  }

  .image {
    min-height: 500px;
  }

  .container {
    box-sizing: content-box;
    justify-content: center;
    align-items: stretch;
    max-width: 940px;
  }

  .container.nav {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .nav-link {
    background-color: var(--background);
    text-align: center;
    border: 1px #000;
    flex: 1;
    justify-content: center;
    align-items: center;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-family: Roboto, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    display: flex;
  }

  .nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
    background-color: #fff0;
  }

  .nav-link:visited {
    font-size: 20px;
    line-height: 24px;
  }

  .nav-link:lang(de-at) {
    font-weight: 700;
  }

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

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

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .button-primary {
    color: var(--brand);
    font-size: var(--nav);
    line-height: var(--nav);
    border-radius: 8px;
    padding: .5em .9em;
  }

  .beginhome {
    background-size: cover;
    max-width: none;
    min-height: 400px;
    max-height: 800px;
    margin-top: 0;
    margin-bottom: 0;
    padding: 30px;
    display: block;
  }

  .beginhome.ber-mich {
    background-size: cover;
  }

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

  .hero-wrapper-2 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
  }

  .hero-split-2 {
    justify-content: center;
    align-items: flex-start;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .navbar-3 {
    background-color: var(--background);
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .impressum {
    max-width: 728px;
  }

  .hero-wrapper-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-3 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

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

  .pricing-grid {
    grid-column-gap: 30px;
  }

  .image-4 {
    height: 50px;
  }

  .pricing-grid-2 {
    grid-column-gap: 30px;
    flex-flow: wrap;
    margin-bottom: 0;
    display: flex;
    overflow: visible;
  }

  .image-5 {
    max-width: none;
    margin-top: 0;
  }

  .image-5.down {
    clear: none;
    width: 50%;
    margin-bottom: -47px;
    margin-left: auto;
    display: block;
  }

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

  .hero-wrapper-4 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-4 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .heading {
    font-family: PT Sans, sans-serif;
    font-size: var(--heading-7);
    line-height: var(--heading-7);
    padding-left: 0;
  }

  .heading.top {
    line-height: 75px;
  }

  .heading.line {
    padding-left: 20px;
    padding-right: 20px;
    font-family: PT Sans, sans-serif;
  }

  .container-12 {
    background-color: var(--transparent);
    border-radius: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .container-13 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    min-width: 0;
    max-width: 940px;
    height: 80%;
    margin-top: 100px;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .headingaa {
    font-size: 26px;
    line-height: 30px;
  }

  .heading-3 {
    font-size: var(--heading3);
    line-height: var(--heading3);
    text-align: left;
  }

  .collection-list-wrapper {
    max-width: none;
  }

  .icon {
    height: 30px;
  }

  .dropdown-toggle {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .dropdown-2.div-style {
    box-sizing: border-box;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: 1200px;
    font-family: PT Sans, sans-serif;
    display: flex;
  }

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

  .paragraph2 {
    font-size: var(--heading-9);
    line-height: var(--heading-10);
  }

  .paragraph2.middle {
    font-size: var(--font-text-desktop);
    line-height: var(--font-text-size);
  }

  .div-block-4 {
    float: none;
    aspect-ratio: auto;
    object-fit: fill;
    font-family: PT Sans, sans-serif;
  }

  .contact {
    width: auto;
    max-width: 940px;
  }

  .nav-menu {
    background-color: var(--background);
    border-radius: 0 0 20px 20px;
    justify-content: space-around;
    align-self: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .logo.nav {
    flex: none;
    align-self: center;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0;
  }

  .schrift {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 0;
  }

  .menu-button {
    order: 1;
    align-self: center;
    margin-left: auto;
  }

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

  .heading-style {
    font-size: 40px;
    line-height: 44px;
  }

  .info {
    color: var(--font-2);
    font-size: var(--heading-5);
    line-height: var(--heading4);
  }

  .heading-s3.push.black {
    overflow-wrap: anywhere;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-right: 0;
    display: flex;
  }

  .icon-2 {
    color: #fff;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 30px;
    line-height: 30px;
    display: block;
  }

  .icon-2.open {
    color: #fff;
  }

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

  .team-grid {
    grid-column-gap: 40px;
  }

  .team-member-image {
    width: 190px;
    height: 190px;
  }

  .team-slide-wrapper-2 {
    width: 47%;
    margin-right: 6%;
  }

  .paragraph-font {
    color: var(--font);
    text-align: center;
  }

  .section-back {
    margin-bottom: 0;
  }

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

  .hero-wrapper-5 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-5 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .section-img {
    height: 400px;
  }

  .div-style.right {
    margin-top: 0;
  }

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

  .team-slide-wrapper-3 {
    width: 47%;
    margin-right: 6%;
  }

  .heading-9 {
    color: var(--font);
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .image-14 {
    color: var(--transparent);
    height: 40px;
  }

  .paragraph-5 {
    color: var(--font);
    font-size: 17px;
  }

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

  .containertop {
    width: 100%;
    max-width: 940px;
    height: 80%;
    margin-top: 10%;
    margin-bottom: 10%;
    padding-left: 30px;
  }

  .linie-3 {
    flex: 1;
    margin-left: auto;
  }

  .grid1 {
    box-sizing: border-box;
    grid-column-gap: 16px;
    grid-row-gap: 18px;
    flex-flow: column;
    grid-template: "imageArea-1 textArea-1 textArea-1"
                   "textArea-2 textArea-2 imageArea-2"
                   "Area Area-2 Area-2"
                   / 1fr .5fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: center flex-start;
    place-items: stretch stretch;
    width: auto;
    padding-left: 0;
    padding-right: 0;
    font-size: 20px;
    line-height: 24px;
    display: flex;
    overflow: visible;
  }

  .box1 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .headingserif {
    flex: 0 auto;
    align-self: flex-start;
    margin-top: 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
  }

  .headingserif.middle {
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .headingserif.large {
    align-self: center;
  }

  .headingserif.aa {
    text-transform: uppercase;
  }

  .headingserif.aa.small {
    white-space: pre-wrap;
    word-break: normal;
    align-self: center;
    font-size: 1.5rem;
    line-height: 1.5rem;
  }

  .aa {
    margin-top: 0;
    font-size: 1.2rem;
    line-height: 1.5rem;
  }

  .paragraph-6 {
    flex: 0 auto;
    align-self: auto;
    margin-bottom: auto;
  }

  .div-block-36 {
    flex: 0 auto;
    align-self: flex-start;
  }

  .div-block-38 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    aspect-ratio: auto;
    object-position: 50% 0%;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    min-height: 400px;
    display: grid;
  }

  .div-block-39 {
    aspect-ratio: auto;
    height: 100%;
    min-height: 400px;
    margin-left: 0;
    padding-bottom: 220px;
    display: flex;
  }

  .div-block-40 {
    padding-left: 0;
  }

  .image-23 {
    flex: 0 auto;
    order: 1;
    max-width: none;
  }

  .div-block-44 {
    grid-column-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto auto auto;
    grid-template-areas: "."
                         "."
                         "."
                         ".";
    display: flex;
  }

  .box {
    border-top: 3px solid var(--brand);
    border-left-style: none;
    border-left-width: 0;
    height: 100%;
  }

  .div-block-51 {
    min-height: 400px;
  }

  .heading2 {
    color: var(--font);
    text-transform: uppercase;
    font-size: 1.5em;
    line-height: 1.5em;
  }

  .link {
    flex: none;
  }

  .headingtop {
    font-size: var(--heading-6);
    line-height: var(--heading-6);
  }

  .slide-wrapper {
    box-sizing: content-box;
  }

  .slider-list {
    box-sizing: border-box;
  }

  .cmslider {
    width: auto;
    overflow: hidden;
  }

  .slider-item {
    width: auto;
  }

  .image-25 {
    width: 100px;
  }

  .collection-list-4 {
    display: flex;
  }

  .project-link-card {
    background-size: cover;
    width: 50vw;
  }

  .div-block-53 {
    width: 50vw;
    padding: 15px;
  }

  .sectionbegin {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
    display: block;
  }

  .image-30 {
    width: auto;
    height: 30px;
  }

  .heading-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    color: var(--font);
    font-size: var(--heading2);
    line-height: var(--heading2);
    text-align: center;
    justify-content: center;
    align-items: flex-start;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .heading-2.middle, .heading-2.middlec {
    font-family: Roboto, sans-serif;
    font-size: var(--heading-7);
    line-height: var(--heading-7);
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .heading-2 {
    text-align: left;
  }

  .heading-2.middle {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-block-59 {
    flex-flow: column;
    display: flex;
  }

  .box-2 {
    border-top: 3px solid var(--brand);
    border-right-style: none;
  }

  .image-portai {
    aspect-ratio: 1;
  }

  .heading3 {
    font-size: var(--heading3);
    line-height: var(--heading3);
  }

  .cards {
    flex: 1;
    width: auto;
    min-width: 170px;
    max-width: 200px;
    margin: 15px;
  }

  .cards.border {
    border-top-width: 2px;
    border-top-color: var(--brand);
  }

  .image-35 {
    object-position: 50% 30%;
    width: 100%;
    max-height: 500px;
  }

  .image-36 {
    vertical-align: top;
    object-fit: cover;
    object-position: 50% 35%;
    background-image: url('../images/simon-leistungen-filter.jpeg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: contain;
    flex: 1;
    align-self: stretch;
    width: 100%;
    max-height: 500px;
    display: block;
  }

  .image-37 {
    object-position: 50% 50%;
    align-self: stretch;
    max-height: 500px;
  }

  .image-38 {
    aspect-ratio: 1;
    object-fit: cover;
    object-position: 50% 0%;
    flex: 1;
    align-self: stretch;
    height: 500px;
  }

  .grid2 {
    grid-column-gap: 21px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template: "Area-2 Area Area"
                   "Area-3 Area-3 Area-4"
                   / 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .cards-price {
    border: 3px solid var(--brand);
    border-radius: 8px;
    width: 250px;
  }

  .cards-price.border {
    border-top-width: 2px;
    border-top-color: var(--brand);
  }

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

  .grid-3 {
    flex-flow: column;
    display: flex;
  }

  .div-block-64 {
    width: auto;
    height: 140px;
    display: flex;
  }

  .code-embed {
    display: block;
  }

  .pricing-grid-2-contact {
    grid-column-gap: 20px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    order: 0;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    align-self: center;
    justify-items: center;
    width: auto;
    margin-bottom: 0;
    display: flex;
    overflow: visible;
  }

  .image-39 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .cards-copy {
    flex: 1;
    width: auto;
    min-width: 170px;
    max-width: 200px;
    margin: 15px;
  }

  .cards-copy.border {
    border-top-width: 2px;
    border-top-color: var(--brand);
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section.blue {
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
    position: relative;
    top: auto;
    overflow: visible;
  }

  .section.begin {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .image {
    min-height: 0;
  }

  .container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    margin-bottom: 0;
    padding: 20px;
    display: flex;
  }

  .container.side {
    flex-flow: column;
    padding-top: 0;
    padding-bottom: 0;
  }

  .container.nav {
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-link {
    flex: 0 auto;
    align-self: auto;
    width: 100%;
    font-size: 20px;
    text-decoration: none;
  }

  .hero-heading-left {
    padding: 60px 15px;
  }

  .button-primary {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .button-primary.w--current {
    border-radius: 0;
  }

  .button-primary.line {
    flex: 0 auto;
  }

  .beginhome {
    height: 50vh;
    min-height: auto;
    max-height: none;
  }

  .beginhome.kontakte {
    background-position: 0%;
  }

  .hero-heading-left-2 {
    padding: 60px 15px;
  }

  .container-5 {
    opacity: 1;
    width: auto;
    max-width: none;
    margin-bottom: 0;
    overflow: visible;
  }

  .hero-wrapper-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin: 0 20px;
  }

  .hero-split-2 {
    border-radius: 0;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    max-width: none;
    margin-bottom: 0;
  }

  .text-block-3 {
    width: 45rem;
  }

  .navbar-3 {
    background-color: var(--background);
    padding-left: 0;
    padding-right: 0;
  }

  .team-slider, .hero-heading-left-3 {
    padding: 60px 15px;
  }

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

  .footer-wrapper-two {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0;
  }

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

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

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

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

  .pricing-overview, .pricing-overview-2 {
    padding: 60px 15px;
  }

  .pricing-grid-2 {
    display: flex;
    overflow: visible;
  }

  .pricing-grid-2.c-s {
    display: block;
  }

  .image-5 {
    padding: 0;
  }

  .hero-subscribe-left, .hero-stack, .hero-heading-left-4, .hero-without-image {
    padding: 60px 15px;
  }

  .heading {
    color: var(--font);
    font-size: var(--heading2);
    line-height: var(--heading2);
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 0;
  }

  .heading.top {
    color: var(--font);
    text-align: left;
    font-size: 3.5rem;
    line-height: 3.5rem;
  }

  .heading.line.orang {
    font-size: 3rem;
    line-height: 3rem;
  }

  .container-12 {
    background-color: var(--transparent);
    border-radius: 0;
    justify-content: center;
    align-items: center;
  }

  .container-13 {
    display: flex;
  }

  .headingaa {
    white-space: pre-wrap;
    font-size: 20px;
    line-height: 24px;
  }

  .headingaa.middle {
    font-size: 20px;
    line-height: 24px;
  }

  .headingaa.middle.border {
    display: flex;
  }

  .heading-3 {
    font-size: var(--nav);
    line-height: var(--heading3);
    text-align: left;
    white-space: pre-wrap;
    margin-top: 0;
  }

  .collection-list-wrapper {
    width: 100%;
  }

  .dropdown-toggle {
    box-sizing: border-box;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    aspect-ratio: auto;
    border-bottom: 2px solid var(--brand);
    object-fit: fill;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
    overflow: visible;
  }

  .dropdown-2.div-style {
    color: #000;
    overflow-wrap: break-word;
    background-color: #000;
    border-style: none;
    border-radius: 8px;
    width: 100%;
  }

  .text-question {
    box-sizing: border-box;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    word-break: normal;
    overflow-wrap: normal;
    object-fit: fill;
    flex-flow: wrap;
    flex: 0 auto;
    order: 0;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-right: 0;
    line-height: 24px;
    text-decoration: none;
    display: block;
    position: static;
    overflow: visible;
  }

  .dropdown-list {
    margin-top: 0;
  }

  .paragraph2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
  }

  .contact {
    width: auto;
    max-width: 940px;
  }

  .nav-menu {
    flex: 0 auto;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
  }

  .logo.nav {
    flex: 1;
    align-self: flex-start;
    margin-left: 0;
    padding-left: 0;
  }

  .heading-4 {
    text-align: left;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    overflow-wrap: normal;
  }

  .heading-style {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 30px;
    line-height: 35px;
  }

  .div-block-6 {
    object-fit: contain;
    width: 100%;
    margin-right: auto;
  }

  .heading-s3 {
    white-space: normal;
    word-break: normal;
  }

  .heading-s3.push {
    margin-right: auto;
  }

  .team-circles {
    padding: 60px 15px;
  }

  .centered-subheading-2 {
    border-radius: 6px;
  }

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

  .team-slider-2 {
    padding: 60px 15px;
  }

  .paragraph-font {
    color: var(--font-color);
    margin: 20px 20px 40px;
  }

  .paragraph-font.side {
    margin-bottom: 10px;
  }

  .paragraph-font.side.black {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 16px;
    line-height: 20px;
  }

  .map {
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
  }

  .hero-heading-center {
    padding: 60px 15px;
  }

  .section-img.home {
    background-color: var(--background);
    background-image: none;
    height: 30rem;
  }

  .slider {
    width: 100%;
    height: 100%;
  }

  .heading-8 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .div-style.right {
    width: auto;
    max-width: 940px;
  }

  .divstyle-2.left {
    margin-top: 10px;
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .team-slider-3 {
    padding: 60px 15px;
  }

  .fs-slider_slide {
    width: 30.333%;
  }

  .features-table {
    padding: 60px 20px;
  }

  .comparison-row {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .containertop {
    flex: 0 auto;
    height: 75%;
    padding-left: 20px;
  }

  .headingsection {
    flex: 0 auto;
    align-self: center;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
  }

  .grid1 {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .headingserif {
    align-self: flex-start;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 24px;
    line-height: 28px;
  }

  .headingserif.middle.small {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .headingserif.aa.small {
    white-space: pre-wrap;
    word-break: keep-all;
    margin-right: auto;
    font-size: 1.4rem;
  }

  .headingserif.small {
    white-space: pre-wrap;
    margin-right: auto;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
  }

  .aa.white {
    white-space: pre-wrap;
    margin-right: auto;
    font-size: 20px;
    line-height: 24px;
  }

  .lin {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-39 {
    aspect-ratio: auto;
    background-position: 50% 0;
    border-radius: 8px;
  }

  .box-2 {
    max-width: 150px;
    max-height: 180px;
  }

  .image-23 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .div-block-43 {
    width: auto;
    display: flex;
  }

  .div-block-44 {
    flex-flow: column;
    grid-template-columns: 1fr 1fr .75fr;
    display: flex;
  }

  .box {
    border-top: 3px solid var(--brand);
    border-left-style: none;
    padding: 10px;
  }

  .heading2 {
    white-space: pre-wrap;
    word-break: normal;
    overflow-wrap: normal;
    margin-right: auto;
  }

  .headingtop {
    color: var(--brand);
  }

  .slider-item {
    background-color: #000;
    border-radius: 8px;
  }

  .image-26 {
    height: 50%;
  }

  .slider-wrapper {
    height: auto;
  }

  .project-link-card {
    justify-content: flex-start;
    align-items: center;
    height: 100%;
  }

  .div-block-55 {
    background-color: var(--brand);
    width: 100%;
    height: 2px;
    line-height: 2px;
  }

  .div-block-56 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .sectionbegin {
    height: 100vh;
    margin-bottom: -50vh;
  }

  .contact-bar-2 {
    flex-flow: row;
  }

  .slider-navigation.next-slide, .slider-navigation.prev-slide {
    height: 2.5rem;
    margin-top: 0;
    margin-bottom: 0;
  }

  .slider-navigation-wrapper {
    margin-top: 0;
    margin-bottom: 0;
  }

  .heading-2 {
    margin-bottom: 10px;
  }

  .heading-2.middle {
    font-size: var(--heading2);
    line-height: var(--heading-7);
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .heading-2.middlec {
    font-size: var(--heading-7);
    line-height: var(--heading-7);
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .heading-2.middle {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-58 {
    padding-bottom: 5px;
  }

  .slide-3 {
    height: auto;
  }

  .box-2 {
    border-top: 3px solid var(--brand);
    border-right-style: none;
    flex: 1;
    max-width: none;
    max-height: none;
    padding: 10px;
  }

  .image-portai {
    background-position: 50%;
    height: 25rem;
  }

  .image-leistungen {
    background-position: 50% 0;
    height: 25rem;
  }

  .image-fit2me {
    height: 25rem;
  }

  .cards {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 180px;
    max-width: none;
    margin: 10px;
  }

  .image-35 {
    object-position: 50% 30%;
  }

  .image-36 {
    object-position: 50% 40%;
  }

  .grid2 {
    display: flex;
  }

  .cards-price {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-radius: 8px;
    width: 250px;
  }

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

  .heading-orange {
    font-size: var(--heading-7);
  }

  .div-block-64 {
    height: 3px;
  }

  .pricing-grid-2-contact {
    grid-column-gap: 0px;
    flex-flow: wrap;
    display: flex;
    overflow: visible;
  }

  .pricing-grid-2-contact.c-s {
    display: block;
  }

  .cards-copy {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 180px;
    max-width: none;
    margin: 10px;
  }
}

@media screen and (max-width: 479px) {
  .body {
    margin-bottom: 4px;
    margin-left: 4px;
    margin-right: 4px;
  }

  .section {
    width: auto;
    height: auto;
    margin-right: 0;
    padding: 20px 10px;
    position: relative;
  }

  .section.blue {
    height: auto;
    padding: 10px;
    position: relative;
  }

  .section.begin {
    margin-top: 0;
    padding: 20px 0;
    overflow: visible;
  }

  .image {
    min-height: 0;
  }

  .container {
    box-sizing: border-box;
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0 10px;
    display: block;
  }

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

  .container.nav {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .nav-link {
    background-color: var(--background);
    font-size: 20px;
    line-height: 24px;
  }

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

  .button-primary {
    font-size: var(--heading-5);
    line-height: var(--heading-5);
    padding: .5em 1em;
  }

  .beginhome {
    height: 50vh;
    min-height: 0;
    max-height: none;
  }

  .beginhome.ber-mich {
    background-size: cover;
    height: 50vh;
  }

  .beginhome.angebote {
    height: 50%;
    min-height: 200px;
    max-height: none;
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .beginhome.kontakte {
    background-image: url('../images/logo-wei-2-1.png');
    background-position: 50%;
    background-size: contain;
  }

  .hero-heading-left-2 {
    background-color: var(--background);
  }

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

  .hero-wrapper-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 20px;
  }

  .hero-split-2 {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
  }

  .margin-bottom-24px-2 {
    font-size: 16px;
    line-height: 20px;
  }

  .navbar-3 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .impressum {
    max-width: none;
  }

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

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

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

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

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

  .centered-heading-2 {
    margin-bottom: 24px;
  }

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

  .image-4 {
    height: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .pricing-card-three-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: stretch;
    width: auto;
    height: auto;
    margin-right: 0;
    display: block;
  }

  .pricing-grid-2 {
    box-sizing: border-box;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    object-fit: fill;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    place-content: flex-start center;
    place-items: center start;
    width: auto;
    height: auto;
    max-height: none;
    margin-top: 40px;
    display: flex;
    overflow: visible;
  }

  .image-5 {
    width: 100%;
    padding: 0;
  }

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

  .hero-form {
    align-self: stretch;
    margin-bottom: 15px;
  }

  .hero-form-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-form-input {
    width: 100%;
    height: 48px;
    margin-bottom: 10px;
  }

  .hero-heading-left-4 {
    background-color: var(--background);
  }

  .hero-without-image {
    border-width: 0;
  }

  .heading {
    font-family: PT Sans, sans-serif;
    font-size: var(--nav);
    line-height: var(--nav);
    letter-spacing: 1px;
    word-break: keep-all;
    overflow-wrap: anywhere;
    margin-top: 0;
    margin-bottom: 0;
    padding: 10px;
  }

  .heading.top {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    font-size: 3rem;
    line-height: 3rem;
    display: block;
  }

  .container-12 {
    border-radius: 0;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .container-13 {
    height: 80%;
    margin-top: 100px;
    margin-bottom: 0;
    padding-left: 10px;
  }

  .headingaa {
    color: var(--font);
    white-space: pre-wrap;
    line-height: 25px;
  }

  .headingaa.middle {
    font-size: 16px;
    line-height: 20px;
  }

  .heading-3 {
    font-size: var(--heading4);
    line-height: var(--nav);
    text-align: left;
    white-space: pre-wrap;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 0;
  }

  .heading-3.middle {
    text-align: center;
    font-size: 18px;
  }

  .dropdown-toggle {
    float: left;
    flex-flow: row;
    flex: 0 auto;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    display: flex;
  }

  .text-question {
    flex-flow: column;
    height: auto;
    display: flex;
  }

  .paragraph2 {
    aspect-ratio: auto;
    font-size: var(--heading-10);
    line-height: var(--font-text-desktop);
    white-space: normal;
    word-break: normal;
    overflow-wrap: normal;
    flex: 0 auto;
    align-self: auto;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
  }

  .paragraph2.middle {
    font-size: var(--font-text-desktop);
    line-height: var(--font-text-size);
    text-align: center;
    align-self: auto;
  }

  .contact {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: 940px;
    max-height: none;
    margin-top: 0;
    margin-right: auto;
    display: flex;
  }

  .nav-menu {
    border-radius: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .logo.nav {
    flex: 1;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .schrift {
    color: var(--font);
    font-size: 18px;
    line-height: 20px;
    display: block;
  }

  .bold-text-2 {
    color: var(--brand);
  }

  .menu-button {
    display: block;
  }

  .heading-4 {
    font-family: Roboto, sans-serif;
    font-size: var(--font-text-size);
    line-height: var(--font-text-size);
    text-align: left;
    white-space: pre-wrap;
    overflow-wrap: anywhere;
    margin-bottom: 5px;
  }

  .heading-style {
    font-size: 30px;
    line-height: 34px;
  }

  .div-block-6 {
    align-self: center;
    display: block;
  }

  .info {
    float: left;
    align-self: center;
    height: 50px;
  }

  .heading-s3 {
    box-sizing: border-box;
    float: none;
    aspect-ratio: auto;
    opacity: 1;
    white-space: normal;
    word-break: normal;
    flex: 0 auto;
    align-self: center;
    margin-right: 0;
    font-size: 20px;
    line-height: 24px;
    display: block;
  }

  .heading-s3.push {
    margin-right: auto;
  }

  .icon-2 {
    color: #fff;
    background-color: #0000;
  }

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

  .centered-heading-3 {
    margin-bottom: 24px;
  }

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

  .team-slide-wrapper-2 {
    width: 100%;
    margin-right: 0%;
  }

  .paragraph-font {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    font-size: 16px;
    line-height: 24px;
    display: flex;
  }

  .paragraph-font.side {
    text-align: left;
    font-size: 16px;
    line-height: 24px;
  }

  .paragraph-font.side.black {
    margin-left: 0;
    margin-right: 0;
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .div-block-10 {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .map {
    margin-top: 0;
    margin-bottom: 0;
  }

  .image-9 {
    height: 25px;
  }

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

  .centered-heading-4 {
    margin-bottom: 24px;
  }

  .section-img {
    height: 300px;
  }

  .section-img.home {
    background-image: url('../images/therapieraum-1.jpg');
    justify-content: center;
    align-items: center;
    height: 20rem;
    padding-top: 0;
    display: flex;
  }

  .heading-6 {
    font-size: 35px;
    line-height: 39px;
  }

  .heading-7 {
    font-size: 30px;
    line-height: 34px;
  }

  .div-style {
    justify-content: flex-start;
    align-items: center;
    width: auto;
  }

  .div-style.right {
    justify-content: flex-start;
    align-items: center;
    width: auto;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

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

  .centered-heading-5 {
    margin-bottom: 24px;
  }

  .team-slide-wrapper-3 {
    width: 100%;
    margin-right: 0%;
  }

  .fs-slider_slide {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .fs-slider_list {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: auto;
    padding: 0;
  }

  .fs-slider_button {
    padding: 1rem 1.4rem;
    display: none;
  }

  .fs-slider_navigation {
    flex-flow: column;
    width: auto;
  }

  .fs-slider_list-wrapper {
    padding: 10px;
  }

  .image-13 {
    width: 100%;
    overflow: hidden;
  }

  .heading-9 {
    margin-bottom: 5px;
    font-size: 20rem;
    line-height: 24px;
  }

  .image-14 {
    height: 30px;
    padding: 0;
  }

  .paragraph-5 {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }

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

  .centered-heading-6 {
    margin-bottom: 24px;
  }

  .comparison-row-main {
    grid-column-gap: 20px;
  }

  .comparison-title {
    margin-left: 10px;
  }

  .comparison-row {
    grid-column-gap: 20px;
  }

  .comparison-negative {
    background-position: 0 5px;
    background-size: 14px;
    margin-left: 10px;
    padding-left: 20px;
  }

  .comparison-positive {
    background-position: 0 4px;
    background-size: 16px;
    margin-left: 10px;
    padding-left: 20px;
  }

  .containertop {
    height: 75%;
    margin-top: 100px;
    margin-bottom: 50px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .headingsection {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .linien {
    overflow: hidden;
  }

  .grid1 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    grid-template-areas: "Area Area Area"
                         ". . ."
                         "Area-2 . .";
    align-self: flex-start;
    align-items: center;
    height: auto;
    display: flex;
    position: static;
    overflow: visible;
  }

  .box1 {
    box-sizing: border-box;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: auto;
    padding: 10px 0;
  }

  .headingserif {
    direction: ltr;
    text-align: left;
    white-space: pre-wrap;
    word-break: normal;
    overflow-wrap: normal;
    flex-flow: wrap;
    flex: 0 auto;
    align-self: auto;
    margin-top: 0;
    margin-bottom: 10px;
    font-family: PT Sans, sans-serif;
    font-size: 24px;
    line-height: 28px;
    display: block;
  }

  .headingserif.middle {
    word-break: normal;
    font-size: 32px;
    line-height: 36px;
  }

  .headingserif.large {
    text-align: center;
    font-size: 32px;
    line-height: 36px;
  }

  .headingserif.aa.small {
    word-break: break-all;
    font-size: 1.2rem;
    line-height: 1.2rem;
  }

  .headingserif.left {
    font-family: PT Sans, sans-serif;
    line-height: 1.5rem;
  }

  .headingserif.small {
    margin-bottom: 0;
  }

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

  .aa {
    font-size: 20px;
    line-height: 1.5px;
  }

  .aa.white.middle {
    align-self: center;
    margin-right: 0;
  }

  .paragraph-6 {
    font-size: 12px;
    line-height: 16px;
  }

  .div-block-38 {
    display: block;
    overflow: visible;
  }

  .price {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
  }

  .box-2 {
    align-self: center;
    max-width: 100px;
    max-height: 150px;
    padding: 10px;
  }

  .text-block-21 {
    font-size: 20px;
    line-height: 24px;
  }

  .image-23 {
    object-fit: fill;
    width: auto;
    padding-top: 0;
    padding-bottom: 5px;
  }

  .heading-under {
    font-size: 20px;
    line-height: 24px;
  }

  .box {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-top-width: 2px;
    justify-content: center;
    align-self: stretch;
    align-items: flex-start;
    width: auto;
    padding: 10px;
    overflow: visible;
  }

  .div-block-47 {
    flex: 1;
    justify-content: center;
    align-self: stretch;
    align-items: flex-start;
  }

  .icon-3 {
    margin-right: 10px;
  }

  .icon-4 {
    margin-left: 10px;
  }

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

  .link {
    font-size: var(--font-text-desktop);
    line-height: var(--font-text-desktop);
  }

  .headingtop {
    font-size: var(--heading-7);
    line-height: var(--heading-7);
    margin-top: 20px;
  }

  .slider-list {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .slider-item {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    flex: 0 auto;
    width: auto;
    display: flex;
    overflow: visible;
  }

  .slider-wrapper {
    height: auto;
    overflow: hidden;
  }

  .project-link-card {
    background-size: cover;
    width: 75vw;
  }

  .div-block-53 {
    grid-column-gap: .4rem;
    grid-row-gap: .4rem;
    flex: 1;
    order: 0;
    justify-content: flex-start;
    align-self: auto;
    align-items: stretch;
    width: 100%;
    margin-top: 0;
    padding: 10px;
    position: static;
  }

  .sectionbegin {
    height: 100vh;
    margin-bottom: -50vh;
    padding-bottom: 0;
  }

  .dropdowtext {
    font-family: Roboto, sans-serif;
    font-size: var(--heading-10);
    line-height: var(--font-text-desktop);
  }

  .contact-bar-2 {
    flex-flow: wrap;
  }

  .boxcontact {
    margin-top: 0;
    margin-bottom: 0;
  }

  .boxcontact.border {
    border-style: solid none;
    border-top-width: 2px;
    border-top-color: var(--brand);
    border-bottom-width: 2px;
    border-bottom-color: var(--brand);
    margin: 0 20px;
  }

  .image-27 {
    padding-left: 0;
    display: block;
  }

  .image-28, .imagecard {
    display: block;
  }

  .slider-navigation.next-slide {
    margin-top: 0;
    margin-bottom: 0;
    display: block;
  }

  .slider-navigation.prev-slide {
    display: block;
  }

  .slider-navigation-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    order: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-self: stretch;
    align-items: center;
    display: flex;
    overflow: visible;
  }

  .heading-2 {
    font-size: var(--nav);
    line-height: var(--nav);
    text-align: left;
    margin-bottom: 10px;
  }

  .heading-2.middle {
    font-size: var(--heading3);
    text-align: center;
    white-space: normal;
    overflow-wrap: anywhere;
    border-bottom-width: 3px;
    flex: 0 auto;
    align-self: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    text-decoration: none;
  }

  .heading-2.middlec {
    font-size: var(--heading3);
    line-height: var(--heading3);
    text-align: center;
    white-space: normal;
    overflow-wrap: anywhere;
    border-bottom-width: 3px;
    flex: 0 auto;
    align-self: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-2 {
    font-size: var(--nav);
    line-height: var(--nav);
    text-align: left;
    white-space: normal;
  }

  .heading-2.middle {
    font-size: var(--heading3);
    line-height: var(--heading3);
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
  }

  .div-block-58 {
    padding-top: 0;
    padding-bottom: 5px;
  }

  .slide-3 {
    background-image: url('../images/tom_0191.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .div-block-59 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .box-2 {
    justify-content: center;
    align-self: center;
    align-items: flex-start;
    width: auto;
    max-width: none;
    max-height: none;
  }

  .image-portai {
    aspect-ratio: 1;
    object-fit: fill;
    flex: 0 auto;
    align-self: center;
    width: auto;
    height: auto;
    max-height: none;
    padding-bottom: 0;
  }

  .image-leistungen {
    height: auto;
  }

  .heading3 {
    font-size: var(--heading4);
    line-height: var(--heading4);
    order: 0;
    align-self: auto;
  }

  .image-fit2me {
    height: auto;
  }

  .div-block-61 {
    flex-flow: column;
    display: flex;
  }

  .jahr {
    font-size: var(--heading4);
  }

  .topic.middle {
    font-size: var(--heading-5);
    line-height: var(--nav);
  }

  .heading-13 {
    padding-bottom: 5px;
  }

  .cards {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    text-align: center;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    margin: 20px;
    padding: 10px;
    display: flex;
  }

  .cards.border {
    border-left-style: none;
    border-right-style: none;
  }

  .slide-8 {
    background-image: url('../images/tom_0191.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .image-sqaree, .image-35 {
    aspect-ratio: 1;
  }

  .image-37 {
    align-self: stretch;
    width: 100%;
    max-width: none;
    height: 100%;
  }

  .imageclock {
    height: 100%;
  }

  .imageclocks {
    box-sizing: border-box;
    object-fit: cover;
    max-width: 150px;
    height: auto;
    margin-top: 10px;
    margin-bottom: 0;
    display: block;
    overflow: visible;
  }

  .cards-price {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    border-width: 2px;
    border-radius: 8px;
    flex: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-self: auto;
    align-items: stretch;
    width: auto;
    min-width: 145px;
    max-width: 200px;
    height: auto;
    margin-right: 0;
    padding: 20px;
    display: flex;
  }

  .cards-price.border {
    border-left-style: none;
    border-right-style: none;
  }

  .pricing-div {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading-orange {
    font-size: var(--heading2);
    line-height: var(--heading2);
  }

  .div-block-65 {
    width: 90vw;
  }

  .div-block-66 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
  }

  .pricing-grid-2-contact {
    box-sizing: border-box;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    object-fit: fill;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    place-content: flex-start;
    place-items: center start;
    width: auto;
    height: auto;
    max-height: none;
    margin-top: 20px;
    display: block;
    overflow: visible;
  }

  .image-40 {
    width: 50px;
    height: 50px;
  }

  .cards-copy {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    text-align: center;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    margin: 20px;
    padding: 10px;
    display: flex;
  }

  .cards-copy.border {
    border-left-style: none;
    border-right-style: none;
  }
}

#w-node-_51058e0c-4574-122b-1fba-9c36f0ab988e-7e0d8d05 {
  grid-area: Area;
}

#w-node-e6d34194-04a4-0be4-fac2-cb288b48e504-7e0d8d05 {
  grid-area: Area-2;
}

#w-node-de306999-44a9-45b2-9d36-7f0143ca1446-7e0d8d05 {
  grid-area: Area-4;
}

#w-node-_463f3ca4-9e3f-6d4b-c046-0c90e7532654-7e0d8d05 {
  grid-area: Area-3;
}

#w-node-_73a345ec-0a2f-a796-bca1-60732ee8e7f9-7e0d8d05 {
  grid-area: Area-5;
}

#w-node-_896fa28b-2164-9eb0-d5b1-f89dd988678a-7e0d8d05 {
  grid-area: Area-6;
}

#w-node-_20a04347-27a7-a7b1-cf6c-9cc573efde4c-73efde31 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c891564b-b7e4-6cd2-543b-7817a2697b02-7e0d8d07 {
  grid-area: Area;
}

#w-node-c891564b-b7e4-6cd2-543b-7817a2697b03-7e0d8d07 {
  grid-area: Area-2;
}

#w-node-c891564b-b7e4-6cd2-543b-7817a2697b09-7e0d8d07 {
  grid-area: Area-4;
}

#w-node-c891564b-b7e4-6cd2-543b-7817a2697b0a-7e0d8d07 {
  grid-area: Area-3;
}

#w-node-fc5c51a3-44d4-f88b-5602-ab39e1206659-7e0d8d0a, #w-node-_7f8455f0-869f-3ac1-aa4c-56c70de51615-7e0d8d0a {
  grid-area: Area-8;
}

#w-node-_14b34029-98dc-f6f0-a055-69d8d91f9671-7e0d8d0a {
  grid-area: Area-6;
}

#w-node-_12a9b61e-5870-04f7-b3ad-ff2fecce23a6-7e0d8d0a {
  grid-area: Area;
}

#w-node-_8eb9dbd4-313c-1e92-e8f1-63b7d3aecb75-7e0d8d0a {
  grid-area: Area;
  align-self: center;
}

#w-node-_93c02acc-f487-9040-f7ba-6cfd12792a3a-7e0d8d0a {
  grid-area: Area-2;
}

#w-node-f14ef402-3039-f444-bb17-37c5b7688588-7e0d8d0a {
  grid-area: Area-2;
  align-self: center;
}

#w-node-fe362abf-3611-c786-0912-8a7a2627b0c0-7e0d8d0a {
  grid-area: Area-2;
}

#w-node-_25cf16ec-4411-0b19-a6c7-9bddfb3ebe9e-7e0d8d0a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_675543e4-bb9e-0128-8fbe-a91fbefe0910-7e0d8d0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96ba72d5-4180-74ad-df4a-7317edb9c12b-2ab9d99c {
  grid-area: imageArea-1;
  place-self: stretch stretch;
}

#w-node-e6d34194-04a4-0be4-fac2-cb288b48e504-2ab9d99c {
  grid-area: textArea-1;
}

@media screen and (max-width: 991px) {
  #w-node-_5bbb2bec-798a-9fed-c431-d8869908fa32-7e0d8d05 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e6d34194-04a4-0be4-fac2-cb288b48e504-7e0d8d05 {
    grid-area: textArea-1;
  }

  #w-node-_463f3ca4-9e3f-6d4b-c046-0c90e7532654-7e0d8d05 {
    grid-area: textArea-2;
  }

  #w-node-_896fa28b-2164-9eb0-d5b1-f89dd988678a-7e0d8d05, #w-node-c891564b-b7e4-6cd2-543b-7817a2697b02-7e0d8d07 {
    grid-area: Area-2;
  }

  #w-node-c891564b-b7e4-6cd2-543b-7817a2697b03-7e0d8d07 {
    grid-area: Area;
  }

  #w-node-c891564b-b7e4-6cd2-543b-7817a2697b09-7e0d8d07 {
    grid-area: Area-4;
  }

  #w-node-c891564b-b7e4-6cd2-543b-7817a2697b0a-7e0d8d07 {
    grid-area: Area-3;
  }

  #w-node-e6d34194-04a4-0be4-fac2-cb288b48e504-2ab9d99c {
    grid-area: textArea-2;
  }
}


