body {
  color: #fefcfb;
  background-color: #171717;
  font-family: Nacelle, sans-serif;
  font-size: 1vw;
}

h1 {
  color: #3b568d;
  letter-spacing: -.03em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: .9;
}

h2 {
  color: #3b568d;
  letter-spacing: -.03em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: .9;
}

h3 {
  color: #3b568d;
  letter-spacing: -.03em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: .9;
}

h4 {
  color: #3b568d;
  letter-spacing: -.03em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: .9;
}

h5 {
  color: #3b568d;
  letter-spacing: -.03em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: .9;
}

h6 {
  letter-spacing: -.03em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Mattone 150", sans-serif;
  font-size: 1.25em;
  font-weight: 400;
  line-height: .9;
}

p {
  color: #333;
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-family: Nacelle, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

a {
  color: #fff;
  text-decoration: none;
}

ul, ol {
  margin-bottom: 0;
  padding-left: 20px;
}

li {
  font-size: 16px;
  line-height: 1.5;
}

img {
  max-width: 100%;
  display: inline-block;
}

strong {
  font-weight: 700;
}

blockquote {
  border-left: 5px #e2e2e2;
  margin-bottom: 0;
  padding: 0;
  font-family: "Mattone 150", sans-serif;
  font-size: 4em;
  font-weight: 300;
  line-height: 1;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

.section {
  width: 100%;
  padding-top: 8em;
  padding-bottom: 8em;
}

.section.padding-bottom-0 {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 20vh;
  display: flex;
}

.section.footer {
  z-index: 5;
  background-color: #f0f0f0;
  border-top-left-radius: 2em;
  border-top-right-radius: 2em;
  padding-top: 6em;
  padding-bottom: 6em;
}

.section.hero {
  text-align: center;
  padding-top: 3em;
  padding-bottom: 0;
  position: static;
  top: 0;
}

.section.partners {
  padding-top: 10vh;
  padding-bottom: 1px;
  display: none;
  overflow: hidden;
}

.section.blog {
  overflow: hidden;
}

.section.blog-hero {
  padding-top: 5em;
  padding-bottom: 0;
}

.container {
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 7em;
  padding-right: 7em;
  position: static;
  top: 0;
}

.line {
  width: 100%;
  height: 1px;
  background-color: #333;
  line-height: 1.4px;
}

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

.grid.licenses {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  grid-template-columns: 1fr 1fr 1fr;
}

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

.text-display-1 {
  color: #223459;
  letter-spacing: .1em;
  text-transform: none;
  font-family: Montserrat, sans-serif;
  font-size: 5vw;
  font-weight: 700;
}

.text-display-1.line-1 {
  color: #333;
}

.grid-thirds {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.button {
  color: #7a7a7a;
  text-transform: uppercase;
  border: 1px solid #333;
  border-radius: .5em;
  justify-content: center;
  align-items: center;
  padding: 1em;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  position: relative;
  top: auto;
  left: auto;
  overflow: hidden;
}

.button.w--current {
  display: none;
}

.button.large {
  padding: .75em 2em;
}

.rich-text {
  max-width: 40em;
  font-size: 18px;
  font-weight: 400;
}

.rich-text h1 {
  margin-bottom: 32px;
  font-size: 2.5em;
}

.rich-text h2 {
  margin-bottom: 32px;
  font-size: 2em;
}

.rich-text h3 {
  margin-bottom: 24px;
  font-size: 1.75em;
}

.rich-text h4 {
  margin-bottom: 24px;
  font-size: 1.5em;
}

.rich-text h5 {
  margin-bottom: 20px;
  font-size: 1.25em;
}

.rich-text h6 {
  margin-bottom: 20px;
  font-size: 1em;
}

.rich-text p {
  margin-bottom: 32px;
  line-height: 1.6;
}

.rich-text li {
  margin-bottom: 12px;
}

.rich-text ul {
  margin-bottom: 32px;
  padding-left: 20px;
}

.rich-text ol {
  overflow: visible;
}

.rich-text figcaption {
  color: #7a7a7a;
  text-transform: uppercase;
  margin-top: 12px;
  font-size: 12px;
  line-height: 1.3;
}

.rich-text blockquote {
  margin-bottom: 32px;
  font-size: 2em;
}

.rich-text figure {
  margin-top: 56px;
  margin-bottom: 56px;
}

.rich-text.center {
  color: #333;
  text-align: left;
  margin-top: 50px;
}

.style-guide-color {
  height: 150px;
  margin-bottom: 12px;
}

.style-guide-color.background {
  background-color: #171717;
}

.style-guide-color.line {
  background-color: #333;
  border: 1px solid #1c1c1c;
}

.style-guide-color.light-text {
  background-color: #fefcfb;
}

.style-guide-color.dark-text {
  background-color: #7a7a7a;
}

.style-guide-color.accent {
  background-color: #eb4614;
}

.style-guide-color.black-900 {
  background-color: #0d0d0d;
}

.style-guide-color.black-800 {
  background-color: #141414;
}

.style-guide-color.black-700 {
  background-color: #1a1a1a;
}

.style-guide-color.black-600 {
  background-color: #1c1c1c;
}

.nav-link {
  color: #223459;
  letter-spacing: -.01em;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  transition: color .4s cubic-bezier(.23, 1, .32, 1);
}

.nav-link:hover {
  color: #7a7a7a;
}

.nav-link.w--current {
  color: #223459;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  text-decoration: underline;
}

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

.text-display-2 {
  color: #8ec0a8;
  flex: none;
  font-family: Montserrat, sans-serif;
  font-size: 6em;
  font-weight: 700;
  display: block;
}

.text-display-2.raum-sonne {
  color: #ffc05e;
}

.text-display-2.raum-tuerkis {
  color: #1f8f7e;
}

.text-display-2.raum-allgemein {
  color: #3b568d;
}

.text-display-3 {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 4em;
}

.text-display-5 {
  color: #171717;
  flex: none;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 1.1;
}

.text-body-1 {
  letter-spacing: -.01em;
  font-size: 16px;
  line-height: 1.5;
}

.text-micro-1 {
  color: #7a7a7a;
  letter-spacing: -.01em;
  text-transform: uppercase;
  margin-top: 2px;
  margin-bottom: 2px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
}

.text-micro-1.button-text {
  font-size: .8em;
  position: relative;
  top: 2px;
}

.text-micro-1.button-text.text-color-light {
  color: #333;
  flex: 0 auto;
}

.nav-btn {
  display: none;
}

.header-nav {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  position: relative;
}

.logo-link {
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: block;
}

.logo-link.w--current {
  margin-top: 0;
  display: block;
}

.nav-btn-lottie {
  width: 32px;
  height: 32px;
}

.header {
  z-index: 998;
  width: 100%;
  height: 6em;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.header.utility {
  margin-top: 0;
  padding-top: 18px;
}

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

.reel {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.reel.home-hero {
  background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3));
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 2em;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
}

.reel-title {
  perspective: 2000px;
  margin-bottom: 2em;
}

.col {
  width: 100%;
  display: none;
}

.col._11-24 {
  max-width: 45.8333%;
}

.col._10-24 {
  max-width: 41.6667%;
}

.col._10-24.text-xl {
  max-width: 90%;
  min-width: 332px;
  display: block;
}

.col._6-24 {
  max-width: 25%;
}

.col._8-24 {
  max-width: 33.3333%;
}

.col._3-24 {
  max-width: 12.5%;
}

.col._9-24 {
  max-width: 37.5%;
}

.col._5-24 {
  max-width: 20.8333%;
}

.col._2-24 {
  max-width: 8.33333%;
}

.col._12-24 {
  max-width: 50%;
}

.col._7-24 {
  max-width: 29.1667%;
}

.col._1-24 {
  max-width: 4.16667%;
}

.col._4-24 {
  max-width: 16.6667%;
}

.col._4-24.text-small {
  min-width: 158px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.col._13-24 {
  max-width: 54.1667%;
}

.col._14-24 {
  max-width: 58.3333%;
}

.col._15-24 {
  max-width: 62.5%;
}

.col._16-24 {
  max-width: 66.6667%;
}

.col._17-24 {
  max-width: 70.8333%;
}

.col._18-24 {
  max-width: 75%;
}

.col._19-24 {
  max-width: 79.1667%;
}

.col._20-24 {
  max-width: 83.3333%;
}

.col._21-24 {
  max-width: 87.5%;
}

.col._22-24 {
  max-width: 91.6667%;
}

.col._23-24 {
  max-width: 95.8333%;
}

.col._24-24 {
  max-width: 100%;
}

.style-guide-block {
  height: 4em;
  background-color: #0d0d0d;
}

.o-grid {
  width: 100%;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.raume-wrapper {
  z-index: 6;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: relative;
}

.raume-wrapper.hero-title, .raume-wrapper.template {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.raume-wrapper.style-guide {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: row;
  justify-content: space-between;
}

.raume-wrapper.hero-image {
  z-index: 4;
  justify-content: flex-start;
  margin-top: -2.5em;
  position: relative;
}

.raume-wrapper.hero-bottom {
  z-index: 5;
  width: 90vw;
  height: 100%;
  text-align: left;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 1em;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: auto;
}

.raume-wrapper.work-card-wrap {
  flex-direction: column;
  position: relative;
}

.raume-wrapper.title-header {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}

.raume-wrapper.about {
  background-color: #fefcfb;
  border-radius: 2em;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 71px;
  padding: 6em 3.625em;
}

.raume-wrapper.slider-bottom {
  flex-direction: row;
  justify-content: space-between;
}

.raume-wrapper.footer-wrap {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}

.raume-wrapper.footer-wrap.margin-120 {
  align-items: flex-end;
}

.raume-wrapper.footer-bottom {
  flex-direction: row;
}

.raume-wrapper.blog {
  background-color: #fff;
  border-radius: 2em;
  flex-direction: column;
  justify-content: space-between;
  padding: 6em 3.625em;
}

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

.about-card {
  border-radius: 1.5em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog-card {
  height: 100%;
  background-color: #ebebeb;
  border: 0 solid #333;
  border-radius: 2em;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.5em;
  display: flex;
}

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

.text-link {
  color: #7a7a7a;
  letter-spacing: -.01em;
  text-transform: uppercase;
  font-family: Nacelle, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  transition: color .4s cubic-bezier(.23, 1, .32, 1);
  display: block;
}

.text-link:hover {
  color: #fefcfb;
}

.footer-links {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  line-height: .9px;
  display: flex;
}

.reel-title-mask {
  padding-left: 1em;
  padding-right: 1em;
}

.template-text {
  max-width: 37.5em;
  margin-bottom: 2.5em;
}

.top-bar {
  width: 100%;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  background-color: #eb4614;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 24px;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}

.licenses-item {
  width: 100%;
  max-width: 56.25em;
  background-color: #0d0d0d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 32px;
  display: flex;
}

.licenses-text {
  margin-top: .7em;
}

.margin-56 {
  margin-bottom: 3.5em;
}

.margin-80 {
  margin-bottom: 5em;
}

.margin-160 {
  margin-bottom: 10em;
}

.margin-2 {
  margin-bottom: .125em;
}

.margin-64 {
  margin-bottom: 4em;
}

.margin-144 {
  margin-bottom: 9em;
}

.margin-12 {
  margin-bottom: .75em;
}

.margin-16 {
  margin-bottom: 1em;
}

.margin-32 {
  margin-bottom: 2em;
}

.margin-176 {
  margin-bottom: 11em;
}

.margin-4 {
  margin-bottom: .25em;
}

.margin-24 {
  margin-bottom: 1.5em;
}

.margin-40 {
  margin-bottom: 2.5em;
}

.margin-128 {
  margin-bottom: 8em;
}

.margin-136 {
  margin-bottom: 8.5em;
}

.margin-120 {
  margin-bottom: 7.5em;
}

.margin-48 {
  margin-bottom: 3em;
}

.margin-8 {
  margin-bottom: .5em;
}

.margin-96 {
  margin-bottom: 6em;
}

.image {
  width: auto;
  height: auto;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image._01 {
  width: 100%;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.image._02 {
  width: 100%;
  position: static;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

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

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

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

.text-display-4 {
  color: #223459;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 2.5em;
  font-weight: 700;
}

.text-body-2 {
  letter-spacing: -.01em;
  font-size: 16px;
  line-height: 1.3;
}

.text-body-2.text-color-dark {
  font-family: Nacelle, sans-serif;
  font-size: 1rem;
}

.image-contain {
  position: relative;
}

.image-contain.hero {
  width: 80vw;
  height: 42.25em;
  perspective: 2000px;
  margin-left: auto;
  margin-right: auto;
}

.image-contain.work {
  z-index: 5;
  width: 100%;
  height: auto;
  min-width: 30vw;
  text-align: left;
  overflow: hidden;
}

.image-contain.about {
  height: 28.5em;
}

.image-contain.about.margin-24 {
  width: auto;
  height: 100%;
}

.image-contain.thumb {
  width: 100%;
  height: 15em;
  overflow: hidden;
}

.image-contain.blog-thumb {
  width: 50vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 30%;
  display: block;
}

.work-card {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  background-color: #0d0d0d;
  border-radius: 2em;
  justify-content: space-between;
  margin-bottom: 6em;
  padding: 5em 3.625em;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.work-card.card-1 {
  background-color: #fefcfb;
  top: 7em;
}

.work-card.card-2 {
  background-color: #fefcfb;
  top: 9em;
  box-shadow: 0 -1px 10px rgba(0, 0, 0, .1);
}

.work-card.card-3 {
  grid-row-gap: 2em;
  background-color: #fefcfb;
  top: 11em;
  box-shadow: 0 -1px 10px rgba(0, 0, 0, .1);
}

.work-card.card-4 {
  background-color: #fefcfb;
  margin-bottom: 0;
  top: 8em;
}

.work-category {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.work-category.margin-40 {
  display: none;
}

.work-category-icon {
  width: 8px;
  height: 8px;
  background-color: #14eb8a;
  border-radius: 50%;
  position: relative;
  top: -2px;
}

.text-color-dark {
  color: #7a7a7a;
}

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

.work-left {
  width: 60%;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.work-right {
  width: 40%;
  height: 30em;
  max-width: none;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.button-inner {
  z-index: 10;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.button-icon {
  opacity: .7;
  margin-left: 3.1875em;
}

.track {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  align-items: center;
  display: flex;
}

.track-line {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex: none;
  align-items: center;
  display: flex;
}

.track-item {
  width: 13.5em;
  height: 13.5em;
  border: 1px solid #333;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 3em;
  display: flex;
}

.about-item {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  border-bottom: 1px solid #333;
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(420px, 650px);
  grid-auto-columns: 1fr;
  margin-bottom: 2.5em;
  padding-bottom: 3em;
  display: flex;
}

.about-item.last {
  border-bottom-style: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.footer {
  background-color: #0d0d0d;
  border-top-left-radius: 2em;
  border-top-right-radius: 2em;
}

.text-divider {
  color: #7a7a7a;
  letter-spacing: -.01em;
  text-transform: uppercase;
  font-family: Nacelle, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

.contact {
  width: 100%;
  max-width: 274px;
  border: 1px solid #333;
  border-radius: 1.5em .5em .5em;
}

.contact-top, .contact-bottom {
  padding: 1.5em;
}

.social-wrap {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  align-items: center;
  display: flex;
}

.text-medium {
  width: 100%;
  max-width: 216px;
}

.slider {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.slider-mask {
  width: 24.375em;
  position: static;
  overflow: visible;
}

.slide {
  margin-right: 1em;
}

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

.slider-nav {
  display: none;
}

.slider-right-arrow {
  width: 48px;
  height: 48px;
  border: 1px solid #333;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: -104px;
  left: auto;
  right: 0%;
}

.slider-left-arrow {
  width: 48px;
  height: 48px;
  border: 1px solid #333;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: -104px;
  left: auto;
  right: 60px;
}

.button-bg {
  width: 0%;
  height: 100%;
  background-color: #333;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-mask {
  padding-top: .5em;
  overflow: hidden;
}

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

.blog-data {
  grid-column-gap: 1em;
  justify-content: center;
  align-items: center;
  display: flex;
}

.body {
  background-color: #f7f7f7;
  font-size: 1.3vw;
}

.text-display-6 {
  color: #fff6ed;
  letter-spacing: .8em;
  mix-blend-mode: normal;
  font-family: DM Serif Display, sans-serif;
  font-size: 3em;
}

.text-display-6.line-1 {
  color: #333;
}

.tuerkis-overlay {
  z-index: 11;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 2em;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.lightbox-link {
  width: 90%;
  height: 80%;
  margin-top: 5%;
  margin-left: 5%;
  overflow: hidden;
}

.slider-2 {
  width: 100%;
  height: 100%;
  border-radius: 0;
  margin-top: 0%;
  margin-left: 0%;
}

.icon {
  color: #333;
  background-color: #fefcfb;
  border-radius: 2em;
}

.btn-parent-txt {
  margin-left: 0;
  position: relative;
}

.text-parent {
  z-index: 4;
  position: relative;
}

.btn-txt-3 {
  font-size: 16px;
}

.a-1 {
  width: 18px;
  height: 2px;
  background-color: #000;
  margin-left: 0;
  position: absolute;
  top: 8.5px;
  bottom: auto;
  left: 60px;
  right: 0%;
}

.a-3 {
  width: 8px;
  height: 2px;
  background-color: #000;
  position: absolute;
  top: auto;
  bottom: 3px;
  left: auto;
  right: 0%;
  transform: rotate(45deg);
}

.a-2 {
  width: 8px;
  height: 2px;
  background-color: #000;
  position: absolute;
  top: 3px;
  bottom: auto;
  left: auto;
  right: 0%;
  transform: rotate(-45deg);
}

.right-arrow {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  top: auto;
  bottom: -6%;
  left: auto;
  right: 3%;
  overflow: visible;
}

.left-arrow {
  align-items: center;
  display: flex;
  top: auto;
  bottom: -6%;
  left: 8%;
  right: auto;
  overflow: visible;
}

.a-1-left {
  width: 18px;
  height: 2px;
  background-color: #000;
  margin-left: 0;
  position: absolute;
  top: 8.5px;
  bottom: auto;
  left: -30px;
  right: 0%;
  transform: rotate(180deg);
}

.btn-parent-txt-left {
  margin-left: 50px;
  position: relative;
}

.slide-nav {
  color: #fefcfb;
  display: none;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
  transform: rotate(90deg);
}

.left-btn-parent-txt {
  margin-left: 0;
  position: relative;
}

.btn-txt-4 {
  font-size: 16px;
}

.slide-tuerkis-1 {
  background-image: url('../images/_mg_0830-bearbeitet.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.mask {
  border-radius: 0;
}

.button-2 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
}

.button-3 {
  width: 30px;
  height: 30px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/x.svg');
  background-position: 0 0;
  background-size: cover;
}

.close-button {
  width: 30px;
  height: 30px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/x.svg');
  background-position: 0 0;
  background-size: cover;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: auto;
  right: 20px;
}

.bg-gradient-tuerkis {
  height: 15px;
}

.image-3 {
  z-index: 1;
  margin-top: 4em;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.image-quad {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-contain-quad {
  position: relative;
}

.image-contain-quad.hero {
  width: 80vw;
  height: 42.25em;
  perspective: 2000px;
  margin-left: auto;
  margin-right: auto;
}

.image-contain-quad.work {
  z-index: 5;
  width: 100%;
  height: 35em;
  text-align: left;
}

.image-contain-quad.about {
  height: 28.5em;
}

.image-contain-quad.about.margin-24 {
  width: auto;
}

.image-contain-quad.thumb {
  width: 100%;
  height: 15em;
  overflow: hidden;
}

.image-contain-quad.blog-thumb {
  padding-top: 56.25%;
}

.heading {
  color: #fff6ed;
}

.team {
  width: 100%;
  padding-top: 8em;
  padding-bottom: 8em;
}

.team.padding-bottom-0 {
  height: 180vh;
  position: relative;
  top: 0;
  overflow: hidden;
}

.team.footer {
  z-index: 5;
  border-top-left-radius: 2em;
  border-top-right-radius: 2em;
  padding-top: 6em;
  padding-bottom: 6em;
}

.team.hero {
  text-align: center;
  padding-top: 3em;
  padding-bottom: 0;
}

.team.partners {
  padding-bottom: 1px;
  display: none;
  overflow: hidden;
}

.team.blog {
  overflow: hidden;
}

.team.blog-hero {
  padding-top: 5em;
  padding-bottom: 0;
}

.raum {
  width: 100%;
  padding-top: 8em;
  padding-bottom: 8em;
}

.raum.padding-bottom-0 {
  margin-top: -8em;
  padding-bottom: 0;
}

.raum.footer {
  z-index: 5;
  border-top-left-radius: 2em;
  border-top-right-radius: 2em;
  padding-top: 6em;
  padding-bottom: 6em;
}

.raum.hero {
  text-align: center;
  padding-top: 3em;
  padding-bottom: 0;
}

.raum.partners {
  padding-bottom: 1px;
  display: none;
  overflow: hidden;
}

.raum.blog {
  overflow: hidden;
}

.raum.blog-hero {
  padding-top: 5em;
  padding-bottom: 0;
}

.team-card {
  width: auto;
  height: 80%;
  max-width: none;
  min-width: 70vw;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  background-color: #fefcfb;
  border-radius: 2em;
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-start;
  margin-bottom: 6em;
  margin-left: 20px;
  margin-right: 20px;
  padding: 5em 3.625em;
  display: flex;
  position: relative;
  top: 0;
}

.team-card.card-1 {
  background-color: #fefcfb;
  top: 2em;
}

.team-card.card-2 {
  background-color: #fefcfb;
  top: 4em;
}

.team-card.card-3 {
  background-color: #fefcfb;
  top: 6em;
}

.team-card.card-4 {
  background-color: #1c1c1c;
  margin-bottom: 0;
  top: 8em;
}

.team-card.team-card-2 {
  z-index: 1;
  margin-left: 120px;
}

.team-card.team-card-3 {
  z-index: 2;
  margin-left: 100px;
}

.team-card.team-card-4 {
  z-index: 3;
  margin-left: 150px;
}

.image-team-single {
  width: auto;
  height: 100%;
  min-width: 50%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-display-team {
  color: #333;
  text-transform: capitalize;
  font-family: DM Serif Display, sans-serif;
  font-size: 4em;
}

.text-display-team.card-theo {
  width: 80%;
  color: #223459;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 3.5vw;
  font-weight: 700;
  line-height: 1;
}

.vertical-row {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: none;
  position: static;
  top: 0;
}

.div-block {
  display: flex;
}

.columns {
  justify-content: flex-start;
  display: flex;
}

.column {
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
}

.team-text {
  width: 70%;
  color: #7a7a7a;
  letter-spacing: -.01em;
  margin-bottom: 50px;
  font-size: 1vw;
  line-height: 1.3;
}

.team-text.text-color-dark {
  font-family: Nacelle, sans-serif;
}

.div-block-2 {
  width: 100%;
  justify-content: flex-end;
  display: flex;
}

.image-contain-2 {
  position: relative;
}

.image-contain-2.hero {
  width: 80vw;
  height: 42.25em;
  perspective: 2000px;
  margin-left: auto;
  margin-right: auto;
}

.image-contain-2.work {
  z-index: 5;
  width: 50em;
  height: 35em;
  text-align: left;
}

.image-contain-2.about {
  width: 350px;
  height: 100%;
  background-image: url('../images/_mg_0891-1.jpg');
  background-position: 50%;
  background-size: auto;
  flex: 0 auto;
}

.image-contain-2.about.margin-24 {
  width: auto;
}

.image-contain-2.thumb {
  width: 100%;
  height: 15em;
  overflow: hidden;
}

.image-contain-2.blog-thumb {
  padding-top: 56.25%;
}

.team-left {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.sticky {
  z-index: 10;
  width: auto;
  height: 180vh;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 0;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.sticky-section {
  padding-top: 8em;
  position: relative;
  top: 0;
  overflow: hidden;
}

.sticky-wrapper {
  display: flex;
}

.sticky-top {
  margin-bottom: 20px;
}

.sticky-section-wrapper {
  width: 100%;
  margin-bottom: 100vh;
  position: static;
}

.sticky-section-height {
  width: 100%;
  height: 300vh;
  position: relative;
}

.sticky-element {
  width: 100%;
  height: 100vh;
  margin-bottom: -100vh;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 7em;
  overflow: hidden;
}

.sticky-track {
  height: 100%;
  flex: none;
}

.track-flex {
  height: 100%;
  justify-content: flex-start;
  margin-right: -100vw;
  padding-top: 8em;
  display: flex;
}

.team-right {
  max-width: 400px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.heading-2 {
  margin-bottom: 21px;
}

.image-split {
  width: 100%;
  height: 60vh;
  margin-top: -15%;
}

.column-2 {
  height: 100%;
  background-image: url('../images/_mg_3393-hdr.jpg');
  background-position: 50%;
  background-size: cover;
}

.column-3 {
  height: 100%;
  background-image: url('../images/_mg_0801-bearbeitet.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.column-4 {
  height: 100%;
  background-image: url('../images/_mg_0794.jpg');
  background-position: 80%;
  background-size: cover;
}

.col-anfahrt-links {
  width: 100%;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.col-anfahrt-links._11-24 {
  max-width: 45.8333%;
}

.col-anfahrt-links._10-24 {
  max-width: 41.6667%;
}

.col-anfahrt-links._10-24.text-xl {
  max-width: 90%;
  min-width: 332px;
}

.col-anfahrt-links._6-24 {
  max-width: 25%;
}

.col-anfahrt-links._8-24 {
  max-width: 33.3333%;
}

.col-anfahrt-links._3-24 {
  max-width: 12.5%;
}

.col-anfahrt-links._9-24 {
  max-width: 37.5%;
}

.col-anfahrt-links._5-24 {
  max-width: 20.8333%;
}

.col-anfahrt-links._2-24 {
  max-width: 8.33333%;
}

.col-anfahrt-links._12-24 {
  max-width: 50%;
}

.col-anfahrt-links._7-24 {
  max-width: 29.1667%;
}

.col-anfahrt-links._1-24 {
  max-width: 4.16667%;
}

.col-anfahrt-links._4-24 {
  max-width: 16.6667%;
}

.col-anfahrt-links._4-24.text-small {
  min-width: 158px;
}

.col-anfahrt-links._13-24 {
  max-width: 54.1667%;
}

.col-anfahrt-links._14-24 {
  max-width: 58.3333%;
}

.col-anfahrt-links._15-24 {
  max-width: 62.5%;
}

.col-anfahrt-links._16-24 {
  max-width: 66.6667%;
}

.col-anfahrt-links._17-24 {
  max-width: 70.8333%;
}

.col-anfahrt-links._18-24 {
  max-width: 75%;
}

.col-anfahrt-links._19-24 {
  max-width: 79.1667%;
}

.col-anfahrt-links._20-24 {
  max-width: 83.3333%;
}

.col-anfahrt-links._21-24 {
  max-width: 87.5%;
}

.col-anfahrt-links._22-24 {
  max-width: 91.6667%;
}

.col-anfahrt-links._23-24 {
  max-width: 95.8333%;
}

.col-anfahrt-links._24-24 {
  max-width: 100%;
}

.col-anfahrt-rechts {
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  display: block;
}

.col-anfahrt-rechts._11-24 {
  max-width: 45.8333%;
}

.col-anfahrt-rechts._10-24 {
  max-width: 41.6667%;
}

.col-anfahrt-rechts._10-24.text-xl {
  max-width: 90%;
  min-width: 332px;
}

.col-anfahrt-rechts._6-24 {
  max-width: 25%;
}

.col-anfahrt-rechts._8-24 {
  max-width: 33.3333%;
}

.col-anfahrt-rechts._3-24 {
  max-width: 12.5%;
}

.col-anfahrt-rechts._9-24 {
  max-width: 37.5%;
}

.col-anfahrt-rechts._5-24 {
  max-width: 20.8333%;
}

.col-anfahrt-rechts._2-24 {
  max-width: 8.33333%;
}

.col-anfahrt-rechts._12-24 {
  max-width: 50%;
}

.col-anfahrt-rechts._7-24 {
  max-width: 29.1667%;
}

.col-anfahrt-rechts._1-24 {
  max-width: 4.16667%;
}

.col-anfahrt-rechts._4-24 {
  max-width: 16.6667%;
}

.col-anfahrt-rechts._4-24.text-small {
  min-width: 158px;
}

.col-anfahrt-rechts._13-24 {
  max-width: 54.1667%;
}

.col-anfahrt-rechts._14-24 {
  max-width: 58.3333%;
}

.col-anfahrt-rechts._15-24 {
  max-width: 62.5%;
}

.col-anfahrt-rechts._16-24 {
  max-width: 66.6667%;
}

.col-anfahrt-rechts._17-24 {
  max-width: 70.8333%;
}

.col-anfahrt-rechts._18-24 {
  max-width: 75%;
}

.col-anfahrt-rechts._19-24 {
  max-width: 79.1667%;
}

.col-anfahrt-rechts._20-24 {
  max-width: 83.3333%;
}

.col-anfahrt-rechts._21-24 {
  max-width: 87.5%;
}

.col-anfahrt-rechts._22-24 {
  max-width: 91.6667%;
}

.col-anfahrt-rechts._23-24 {
  max-width: 95.8333%;
}

.col-anfahrt-rechts._24-24 {
  max-width: 100%;
}

.html-embed {
  width: 100%;
  height: 100%;
  max-width: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-body-small {
  letter-spacing: -.01em;
  font-size: 16px;
  line-height: 1.5;
}

.text-body-small.text-color-dark {
  color: #333;
  margin-left: 15px;
  font-size: 14px;
}

.welcome-section {
  width: 100vw;
  height: 100vh;
  min-height: auto;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 0;
  display: flex;
  position: static;
  top: auto;
  bottom: 100vh;
}

.welcome-text-wrapper {
  width: 100%;
  height: 40vh;
  color: #7a7a7a;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.behandlung {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3.25em;
  padding-right: 3.25em;
  position: static;
  top: 0;
}

.preloader {
  z-index: 2147483647;
  background-color: #f7f7f7;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.columns-2 {
  width: 80%;
  flex: 0 auto;
  display: flex;
}

.image-4 {
  margin-bottom: 25px;
  display: block;
}

.link {
  color: #333;
  margin-bottom: 25px;
  font-size: 14px;
  line-height: 20px;
  display: block;
}

.column-5 {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.nav-link-kontakt {
  color: #333;
  letter-spacing: -.01em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  transition: color .4s cubic-bezier(.23, 1, .32, 1);
  display: none;
}

.nav-link-kontakt:hover {
  color: #7a7a7a;
}

.nav-link-kontakt.w--current {
  color: #bfae9b;
  text-decoration: none;
}

.team-mobile {
  display: none;
}

.team-card-mobile {
  width: auto;
  height: 80%;
  max-width: none;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  background-color: #fefcfb;
  border-radius: 2em;
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-start;
  margin-bottom: 6em;
  margin-left: 20px;
  margin-right: 20px;
  padding: 5em 3.625em;
  display: flex;
  position: static;
  top: 0;
}

.team-card-mobile.card-1 {
  background-color: #fefcfb;
  top: 2em;
}

.team-card-mobile.card-2 {
  background-color: #fefcfb;
  top: 4em;
}

.team-card-mobile.card-3 {
  background-color: #fefcfb;
  top: 6em;
}

.team-card-mobile.card-4 {
  background-color: #1c1c1c;
  margin-bottom: 0;
  top: 8em;
}

.team-card-mobile.team-card-2 {
  z-index: 1;
  margin-left: 120px;
}

.team-card-mobile.team-card-3 {
  z-index: 2;
  margin-left: 100px;
}

.team-card-mobile.team-card-4 {
  z-index: 3;
  margin-left: 150px;
}

.link-block {
  display: none;
}

.img-contain-select {
  width: 35vw;
  height: 50vh;
  background-image: url('../images/_mg_1123-bearbeitet.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  padding-top: 25px;
  padding-left: 10px;
  display: flex;
}

.image-6 {
  width: 100%;
  height: auto;
}

.col-select-left {
  width: 100%;
}

.col-select-left._11-24 {
  max-width: 45.8333%;
}

.col-select-left._10-24 {
  max-width: 41.6667%;
}

.col-select-left._10-24.text-xl {
  max-width: 90%;
  min-width: 332px;
}

.col-select-left._6-24 {
  max-width: 25%;
}

.col-select-left._8-24 {
  max-width: 33.3333%;
}

.col-select-left._3-24 {
  max-width: 12.5%;
}

.col-select-left._9-24 {
  max-width: 37.5%;
}

.col-select-left._5-24 {
  max-width: 20.8333%;
}

.col-select-left._2-24 {
  max-width: 8.33333%;
}

.col-select-left._12-24 {
  max-width: 50%;
}

.col-select-left._7-24 {
  max-width: 29.1667%;
}

.col-select-left._1-24 {
  max-width: 4.16667%;
}

.col-select-left._4-24 {
  max-width: 16.6667%;
}

.col-select-left._4-24.text-small {
  max-width: 50%;
  min-width: 158px;
  flex-direction: row;
  flex: 0 auto;
  align-items: center;
  display: flex;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.col-select-left._13-24 {
  max-width: 54.1667%;
}

.col-select-left._14-24 {
  max-width: 58.3333%;
}

.col-select-left._15-24 {
  max-width: 62.5%;
}

.col-select-left._16-24 {
  max-width: 66.6667%;
}

.col-select-left._17-24 {
  max-width: 70.8333%;
}

.col-select-left._18-24 {
  max-width: 75%;
}

.col-select-left._19-24 {
  max-width: 79.1667%;
}

.col-select-left._20-24 {
  max-width: 83.3333%;
}

.col-select-left._21-24 {
  max-width: 87.5%;
}

.col-select-left._22-24 {
  max-width: 91.6667%;
}

.col-select-left._23-24 {
  max-width: 95.8333%;
}

.col-select-left._24-24 {
  max-width: 100%;
}

.col-select-right {
  width: 100%;
}

.col-select-right._11-24 {
  max-width: 45.8333%;
}

.col-select-right._10-24 {
  max-width: 41.6667%;
}

.col-select-right._10-24.text-xl {
  max-width: 90%;
  min-width: 332px;
}

.col-select-right._6-24 {
  max-width: 25%;
}

.col-select-right._8-24 {
  max-width: 33.3333%;
}

.col-select-right._3-24 {
  max-width: 12.5%;
}

.col-select-right._9-24 {
  max-width: 37.5%;
}

.col-select-right._5-24 {
  max-width: 20.8333%;
}

.col-select-right._2-24 {
  max-width: 8.33333%;
}

.col-select-right._12-24 {
  max-width: 50%;
}

.col-select-right._7-24 {
  max-width: 29.1667%;
}

.col-select-right._1-24 {
  max-width: 4.16667%;
}

.col-select-right._4-24 {
  max-width: 16.6667%;
}

.col-select-right._4-24.text-small {
  min-width: 158px;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.col-select-right._13-24 {
  max-width: 54.1667%;
}

.col-select-right._14-24 {
  max-width: 58.3333%;
}

.col-select-right._15-24 {
  max-width: 62.5%;
}

.col-select-right._16-24 {
  max-width: 66.6667%;
}

.col-select-right._17-24 {
  max-width: 70.8333%;
}

.col-select-right._18-24 {
  max-width: 75%;
}

.col-select-right._19-24 {
  max-width: 79.1667%;
}

.col-select-right._20-24 {
  max-width: 83.3333%;
}

.col-select-right._21-24 {
  max-width: 87.5%;
}

.col-select-right._22-24 {
  max-width: 91.6667%;
}

.col-select-right._23-24 {
  max-width: 95.8333%;
}

.col-select-right._24-24 {
  max-width: 100%;
}

.image-contain-landing {
  position: relative;
}

.image-contain-landing.hero {
  width: 70vw;
  height: 42.25em;
  perspective: 2000px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-contain-landing.work {
  z-index: 5;
  width: 100%;
  height: 35em;
  min-width: 30vw;
  text-align: left;
}

.image-contain-landing.about {
  height: 28.5em;
}

.image-contain-landing.about.margin-24 {
  width: auto;
  height: 100%;
}

.image-contain-landing.thumb {
  width: 100%;
  height: 15em;
  overflow: hidden;
}

.image-contain-landing.blog-thumb {
  padding-top: 56.25%;
}

.link-block-2 {
  width: 50%;
  background-image: url('../images/home2.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.heading-4 {
  flex: 0 auto;
  margin-bottom: 0;
  padding: 25px;
  font-size: 3em;
  line-height: 1em;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.heading-4:hover {
  background-color: #ffe7ce;
}

.text-display-7 {
  width: 100%;
  color: #fff6ed;
  text-align: center;
  letter-spacing: .8em;
  white-space: normal;
  mix-blend-mode: normal;
  font-family: DM Serif Display, sans-serif;
  font-size: 3em;
  position: absolute;
}

.text-display-7.line-1 {
  color: #333;
}

.link-block-3 {
  width: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.heading-5 {
  direction: ltr;
  color: #223459;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 1em;
  font-family: Montserrat, sans-serif;
  font-size: 3em;
  position: static;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  overflow: visible;
}

.image-contain-choose {
  position: relative;
}

.image-contain-choose.hero {
  width: 90vw;
  height: 42.25em;
  perspective: 2000px;
  flex-direction: row;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-contain-choose.work {
  z-index: 5;
  width: 100%;
  height: 35em;
  min-width: 30vw;
  text-align: left;
}

.image-contain-choose.about {
  height: 28.5em;
}

.image-contain-choose.about.margin-24 {
  width: auto;
  height: 100%;
}

.image-contain-choose.thumb {
  width: 100%;
  height: 15em;
  overflow: hidden;
}

.image-contain-choose.blog-thumb {
  padding-top: 56.25%;
}

.row-choose {
  z-index: 6;
  width: 100%;
  flex-direction: column;
  align-items: stretch;
  display: flex;
  position: relative;
}

.row-choose.hero-title, .row-choose.template {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.row-choose.style-guide {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: row;
  justify-content: space-between;
}

.row-choose.hero-image {
  z-index: 5;
  justify-content: flex-start;
  margin-top: -2.5em;
  display: none;
  position: relative;
}

.row-choose.hero-bottom {
  z-index: 5;
  height: 2em;
  text-align: left;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 1em;
  display: none;
  position: relative;
}

.row-choose.work-card-wrap {
  position: relative;
}

.row-choose.title-header {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}

.row-choose.about {
  background-color: #fefcfb;
  border-radius: 2em;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 71px;
  padding: 6em 3.625em;
}

.row-choose.slider-bottom {
  flex-direction: row;
  justify-content: space-between;
}

.row-choose.footer-wrap {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}

.row-choose.footer-bottom {
  flex-direction: row;
}

.row-choose.blog {
  background-color: #0d0d0d;
  border-radius: 2em;
  flex-direction: column;
  justify-content: space-between;
  padding: 6em 3.625em;
}

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

.choose-wrapper {
  z-index: 5;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.enter-div.enter-left {
  width: 50%;
  height: 75vh;
  cursor: pointer;
  background-image: url('../images/home2.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.enter-div.enter-right {
  width: 50%;
  height: 75vh;
  cursor: pointer;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.about-section {
  width: 100vw;
  min-height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.about-wrapper {
  width: 70vw;
  min-height: 50vh;
  margin-bottom: 10vh;
}

.about-text-div {
  width: auto;
  background-color: #438b95;
  margin-bottom: 30px;
  margin-left: 5vw;
  padding: 20px;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.about-text-caption {
  color: #fff;
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 1em;
  line-height: 1.3;
  display: inline-block;
}

.about-text-caption.text-color-dark {
  font-family: Nacelle, sans-serif;
}

.about-display-text {
  color: #fefcfb;
  text-transform: capitalize;
  margin-bottom: 10px;
  font-family: DM Serif Display, sans-serif;
  font-size: 3.5em;
  display: inline-block;
}

.about-display-text.card-theo {
  margin-bottom: 20px;
}

.text-block {
  width: 80%;
  color: #333;
  text-align: justify;
  font-size: 15px;
  line-height: 20px;
}

.column-6 {
  height: 60vh;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.column-7 {
  height: 60vh;
  align-items: flex-end;
  padding-left: 0;
  display: flex;
}

.columns-3 {
  width: auto;
  height: 60vh;
  display: none;
  position: static;
}

.about-image-div {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.div-block-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

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

.about-full-size {
  width: 50vw;
  height: 75vh;
  justify-content: center;
  margin-left: -10vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-8 {
  max-height: 100%;
  max-width: none;
  background-color: #00af7d;
}

.single-about-card {
  width: auto;
  height: 80%;
  max-width: none;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  background-color: #fefcfb;
  border-radius: 2em;
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-start;
  margin-bottom: 6em;
  margin-left: 20px;
  margin-right: 20px;
  padding: 5em 3.625em;
  display: flex;
  position: static;
  top: 0;
}

.single-about-card.card-1 {
  background-color: #fefcfb;
  top: 2em;
}

.single-about-card.card-2 {
  background-color: #fefcfb;
  top: 4em;
}

.single-about-card.card-3 {
  background-color: #fefcfb;
  top: 6em;
}

.single-about-card.card-4 {
  background-color: #1c1c1c;
  margin-bottom: 0;
  top: 8em;
}

.single-about-card.team-card-2 {
  z-index: 1;
  margin-left: 120px;
}

.single-about-card.team-card-3 {
  z-index: 2;
  margin-left: 100px;
}

.single-about-card.team-card-4 {
  z-index: 3;
  margin-left: 150px;
}

.single-about-wrapper {
  width: 65vw;
  min-height: 50vh;
  margin-bottom: 10vh;
}

.heading-team {
  color: #223459;
  text-align: center;
  margin-top: 5vh;
  margin-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 3em;
  font-weight: 700;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.div-block-4 {
  height: 80vh;
}

.div-block-5 {
  width: 750px;
  height: 400px;
  background-color: #fefcfb;
  border-radius: 2em;
  position: relative;
}

.columns-4 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.column-8 {
  height: 100%;
  justify-content: center;
  align-items: flex-start;
  margin-top: -80px;
  display: flex;
}

.column-9 {
  height: 100%;
  justify-content: flex-start;
  align-items: flex-end;
  padding-bottom: 30px;
  line-height: 32px;
  display: flex;
}

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

.div-block-6 {
  width: 90%;
  height: 100%;
  border-radius: 2em;
  justify-content: center;
  display: flex;
  overflow: hidden;
}

.sticky-heading-div {
  width: 100vw;
  height: auto;
  padding-top: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.behandlung-section {
  width: 100vw;
  height: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 3em;
  padding-bottom: 3em;
  display: flex;
}

.behandlung-box {
  width: auto;
  height: auto;
  background-color: #fefcfb;
  border-radius: 2em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 32px 50px;
  display: flex;
}

.heading-6 {
  width: 100%;
  color: #223459;
  text-align: center;
  text-transform: none;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 3vw;
  font-weight: 600;
}

.columns-5 {
  width: 75%;
  height: auto;
  margin-top: 0;
}

.text-block-2 {
  color: #333;
  font-size: 16px;
  line-height: 22px;
}

.raum-container {
  width: 100%;
  margin-top: 45px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 7em;
  padding-right: 7em;
  position: static;
  top: 0;
}

.div-block-7 {
  width: 10vw;
}

.columns-6 {
  height: 60vh;
  margin-top: 3em;
}

.column-10 {
  height: 100%;
  justify-content: center;
  display: flex;
  overflow: hidden;
}

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

.column-11 {
  height: 100%;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.div-block-8 {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.rich-text-block {
  color: #333;
  text-align: left;
  font-size: 1rem;
}

.kontakt-wrapper {
  width: 45em;
  height: 20em;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.kontakt-wrapper.sattler {
  display: none;
}

.kontakt-wrapper.haberhauer {
  flex-direction: row-reverse;
  display: block;
}

.kontakt-bg {
  width: 100%;
  height: 80%;
  background-color: #fefcfb;
  border-radius: 2em;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, .1);
}

.columns-7 {
  height: 100%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-11 {
  width: 80%;
  height: 80%;
  border-radius: 2em;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.column-12 {
  height: 100%;
  justify-content: center;
  display: flex;
}

.image-11 {
  width: 100%;
  height: auto;
  max-width: none;
  border-radius: 2em;
}

.column-13 {
  height: 100%;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 30px;
  display: flex;
}

.heading-7 {
  color: #223459;
  text-transform: none;
  flex: 0 auto;
  margin-bottom: .8em;
  font-family: Montserrat, sans-serif;
  font-size: 2em;
  line-height: 1.2;
}

.text-block-3 {
  color: #333;
  flex: 0 auto;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.2em;
  font-weight: 300;
  line-height: 20px;
}

.div-block-12 {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: .8em;
  display: flex;
}

.div-block-13 {
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: .8em;
  display: flex;
}

.image-12, .image-13 {
  margin-right: 20px;
}

.bold-text {
  color: #223459;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  line-height: 28px;
}

.div-block-13-copy {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.text-block-4 {
  color: #223459;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
}

.div-block-14 {
  margin-left: 15px;
}

.box {
  z-index: 6;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: relative;
}

.box.hero-title, .box.template {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.box.style-guide {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: row;
  justify-content: space-between;
}

.box.hero-image {
  z-index: 4;
  justify-content: flex-start;
  margin-top: -2.5em;
  position: relative;
}

.box.hero-bottom {
  z-index: 5;
  width: 90vw;
  height: 100%;
  text-align: left;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 1em;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: auto;
}

.box.work-card-wrap {
  position: relative;
}

.box.title-header {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}

.box.about {
  background-color: #fefcfb;
  border-radius: 2em;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 71px;
  padding: 6em 3.625em;
}

.box.slider-bottom {
  flex-direction: row;
  justify-content: space-between;
}

.box.footer-wrap {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}

.box.footer-bottom {
  flex-direction: row;
}

.box.blog {
  background-color: #0d0d0d;
  border-radius: 2em;
  flex-direction: column;
  justify-content: space-between;
  padding: 6em 3.625em;
}

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

.kontakt-links {
  width: 100%;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: flex-start;
  margin-left: 20px;
  display: flex;
}

.kontakt-links._11-24 {
  max-width: 45.8333%;
}

.kontakt-links._10-24 {
  max-width: 41.6667%;
}

.kontakt-links._10-24.text-xl {
  max-width: 90%;
  min-width: 332px;
}

.kontakt-links._6-24 {
  max-width: 25%;
}

.kontakt-links._8-24 {
  max-width: 33.3333%;
}

.kontakt-links._3-24 {
  max-width: 12.5%;
}

.kontakt-links._9-24 {
  max-width: 37.5%;
}

.kontakt-links._5-24 {
  max-width: 20.8333%;
}

.kontakt-links._2-24 {
  max-width: 8.33333%;
}

.kontakt-links._12-24 {
  max-width: 50%;
}

.kontakt-links._7-24 {
  max-width: 29.1667%;
}

.kontakt-links._1-24 {
  max-width: 4.16667%;
}

.kontakt-links._4-24 {
  max-width: 16.6667%;
}

.kontakt-links._4-24.text-small {
  min-width: 158px;
}

.kontakt-links._13-24 {
  max-width: 54.1667%;
}

.kontakt-links._14-24 {
  max-width: 58.3333%;
}

.kontakt-links._15-24 {
  max-width: 62.5%;
}

.kontakt-links._16-24 {
  max-width: 66.6667%;
}

.kontakt-links._17-24 {
  max-width: 70.8333%;
}

.kontakt-links._18-24 {
  max-width: 75%;
}

.kontakt-links._19-24 {
  max-width: 79.1667%;
}

.kontakt-links._20-24 {
  max-width: 83.3333%;
}

.kontakt-links._21-24 {
  max-width: 87.5%;
}

.kontakt-links._22-24 {
  max-width: 91.6667%;
}

.kontakt-links._23-24 {
  max-width: 95.8333%;
}

.kontakt-links._24-24 {
  max-width: 100%;
}

.kontakt-rechts {
  width: 100%;
}

.kontakt-rechts._11-24 {
  max-width: 45.8333%;
}

.kontakt-rechts._10-24 {
  max-width: 41.6667%;
}

.kontakt-rechts._10-24.text-xl {
  max-width: 90%;
  min-width: 332px;
}

.kontakt-rechts._6-24 {
  max-width: 25%;
}

.kontakt-rechts._8-24 {
  max-width: 33.3333%;
}

.kontakt-rechts._3-24 {
  max-width: 12.5%;
}

.kontakt-rechts._9-24 {
  max-width: 37.5%;
}

.kontakt-rechts._5-24 {
  max-width: 20.8333%;
}

.kontakt-rechts._2-24 {
  max-width: 8.33333%;
}

.kontakt-rechts._12-24 {
  max-width: 50%;
}

.kontakt-rechts._7-24 {
  max-width: 29.1667%;
}

.kontakt-rechts._1-24 {
  max-width: 4.16667%;
}

.kontakt-rechts._4-24 {
  max-width: 16.6667%;
}

.kontakt-rechts._4-24.text-small {
  min-width: 158px;
}

.kontakt-rechts._13-24 {
  max-width: 54.1667%;
}

.kontakt-rechts._14-24 {
  max-width: 58.3333%;
}

.kontakt-rechts._15-24 {
  max-width: 62.5%;
}

.kontakt-rechts._16-24 {
  max-width: 66.6667%;
}

.kontakt-rechts._17-24 {
  max-width: 70.8333%;
}

.kontakt-rechts._18-24 {
  max-width: 75%;
}

.kontakt-rechts._19-24 {
  max-width: 79.1667%;
}

.kontakt-rechts._20-24 {
  max-width: 83.3333%;
}

.kontakt-rechts._21-24 {
  max-width: 87.5%;
}

.kontakt-rechts._22-24 {
  max-width: 91.6667%;
}

.kontakt-rechts._23-24 {
  max-width: 95.8333%;
}

.kontakt-rechts._24-24 {
  max-width: 100%;
}

.anfahrt-wrapper {
  z-index: 6;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: relative;
}

.anfahrt-wrapper.hero-title, .anfahrt-wrapper.template {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.anfahrt-wrapper.style-guide {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: row;
  justify-content: space-between;
}

.anfahrt-wrapper.hero-image {
  z-index: 4;
  justify-content: flex-start;
  margin-top: -2.5em;
  position: relative;
}

.anfahrt-wrapper.hero-bottom {
  z-index: 5;
  width: 90vw;
  height: 100%;
  text-align: left;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 1em;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: auto;
}

.anfahrt-wrapper.work-card-wrap {
  flex-direction: column;
  position: relative;
}

.anfahrt-wrapper.title-header {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}

.anfahrt-wrapper.about {
  background-color: #fefcfb;
  border-radius: 2em;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 71px;
  padding: 6em 3.625em;
}

.anfahrt-wrapper.slider-bottom {
  flex-direction: row;
  justify-content: space-between;
}

.anfahrt-wrapper.footer-wrap {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}

.anfahrt-wrapper.footer-bottom {
  flex-direction: row;
}

.anfahrt-wrapper.blog {
  background-color: #0d0d0d;
  border-radius: 2em;
  flex-direction: column;
  justify-content: space-between;
  padding: 6em 3.625em;
}

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

.link-block-4 {
  align-items: flex-start;
  display: flex;
}

.raume-wrapper-copy {
  z-index: 6;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: relative;
}

.raume-wrapper-copy.hero-title, .raume-wrapper-copy.template {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.raume-wrapper-copy.style-guide {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: row;
  justify-content: space-between;
}

.raume-wrapper-copy.hero-image {
  z-index: 4;
  justify-content: flex-start;
  margin-top: -2.5em;
  position: relative;
}

.raume-wrapper-copy.hero-bottom {
  z-index: 5;
  width: 90vw;
  height: 100%;
  text-align: left;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 1em;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: auto;
}

.raume-wrapper-copy.work-card-wrap {
  flex-direction: column;
  position: relative;
}

.raume-wrapper-copy.title-header {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}

.raume-wrapper-copy.about {
  background-color: #fefcfb;
  border-radius: 2em;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 71px;
  padding: 6em 3.625em;
}

.raume-wrapper-copy.slider-bottom {
  flex-direction: row;
  justify-content: space-between;
}

.raume-wrapper-copy.footer-wrap {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}

.raume-wrapper-copy.footer-bottom {
  flex-direction: row;
}

.raume-wrapper-copy.blog {
  background-color: #0d0d0d;
  border-radius: 2em;
  flex-direction: column;
  justify-content: space-between;
  padding: 6em 3.625em;
}

.raume-wrapper-copy.center {
  text-align: center;
}

.raumvermietung-welcome {
  width: 100vw;
  height: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 6em;
  display: flex;
}

.slide-sonne-1 {
  background-image: url('../images/_mg_0801-bearbeitet.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.slide-mint-1 {
  background-image: url('../images/_mg_1062.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.heading-8 {
  color: #223459;
  text-align: center;
  text-transform: none;
  margin-left: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 4em;
  font-weight: 700;
}

.text-block-5 {
  color: #333;
  text-align: center;
  margin-top: 18px;
  font-size: 16px;
  line-height: 20px;
}

.text-display-tuerkis {
  color: #8ec0a8;
  flex: none;
  font-family: Montserrat, sans-serif;
  font-size: 6em;
  font-weight: 700;
  display: block;
}

.text-display-tuerkis.raum-sonne {
  color: #ffc05e;
}

.text-display-tuerkis.raum-tuerkis {
  color: #1f8f7e;
}

.text-display-tuerkis.raum-allgemein {
  color: #3b568d;
}

.text-display-gelb {
  color: #8ec0a8;
  flex: none;
  font-family: Montserrat, sans-serif;
  font-size: 6em;
  font-weight: 700;
  display: block;
}

.text-display-gelb.raum-sonne {
  color: #ffc05e;
}

.text-display-gelb.raum-tuerkis {
  color: #1f8f7e;
}

.text-display-gelb.raum-allgemein {
  color: #3b568d;
}

.text-display-2-mint {
  color: #8ec0a8;
  flex: none;
  font-family: Montserrat, sans-serif;
  font-size: 6em;
  font-weight: 700;
  display: block;
}

.text-display-2-mint.raum-sonne {
  color: #ffc05e;
}

.text-display-2-mint.raum-tuerkis {
  color: #1f8f7e;
}

.text-display-2-mint.raum-mint {
  color: #8ec0a8;
}

.text-display-2-mint.raum-allgemein {
  color: #3b568d;
}

.text-display-2-blau {
  color: #8ec0a8;
  flex: none;
  font-family: Montserrat, sans-serif;
  font-size: 6em;
  font-weight: 700;
  display: block;
}

.text-display-2-blau.raum-sonne {
  color: #ffc05e;
}

.text-display-2-blau.raum-tuerkis {
  color: #1f8f7e;
}

.text-display-2-blau.raum-allgemein {
  color: #3b568d;
}

.mobile-team {
  display: none;
}

.behandlung-text {
  color: #333;
  margin-top: 35px;
  font-size: 16px;
  line-height: 32px;
  display: none;
}

.m-nav-toggle {
  z-index: 99;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.m-nav-close-icon {
  width: 23px;
  padding: 1px;
}

.nav-overlay-gradient-bottom {
  z-index: 4;
  height: 130px;
  background-image: linear-gradient(to top, #242423 15%, rgba(36, 36, 35, 0));
  position: absolute;
  bottom: 0;
  left: 0%;
  right: 0%;
}

.m-nav-toggle-open {
  z-index: 1;
  text-decoration: none;
  display: block;
  position: absolute;
  bottom: 55px;
}

.m-nav-overlay {
  z-index: 95;
  width: 100%;
  height: auto;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #242423;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-end;
  display: none;
  position: fixed;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.m-nav-toggle-inner {
  box-shadow: none;
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  background-color: #000;
  border-radius: 99em;
  justify-content: center;
  align-items: center;
  padding: 17px 25px;
  transition: transform .25s cubic-bezier(.215, .61, .355, 1);
  display: flex;
  position: relative;
}

.m-nav-toggle-inner:active {
  transform: scale(.88);
}

.m-nav-toggle-inner.close {
  padding: 18px;
}

.m-nav-toggle-description {
  color: #fff;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1;
}

.m-nav-link {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 54px;
  text-decoration: none;
}

.m-nav-list {
  z-index: 2;
  width: 100%;
  max-height: 100%;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: block;
}

.m-nav-toggle-close {
  z-index: 1;
  text-decoration: none;
  display: none;
  position: absolute;
  bottom: 55px;
}

.nav-overlay-gradient-top {
  z-index: 4;
  height: 65px;
  background-image: linear-gradient(#242423 15%, rgba(36, 36, 35, 0));
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.mobile-nav {
  z-index: 998;
  display: none;
  position: relative;
}

.m-nav-toggle-bg {
  z-index: 1;
  height: 125px;
  background-image: linear-gradient(rgba(238, 238, 238, 0), #fff 98%);
  position: fixed;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.m-nav-content {
  width: 100%;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  overflow: auto;
}

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

.m-nav-link-item.last-item {
  padding-bottom: 135px;
}

.m-nav-link-item.first-item {
  padding-top: 65px;
}

.m-nav-close-icon-2 {
  width: 23px;
  padding: 1px;
}

.nav-overlay-gradient-bottom-2 {
  z-index: 4;
  height: 130px;
  background-image: linear-gradient(to top, #242423 15%, rgba(36, 36, 35, 0));
  position: absolute;
  bottom: 0;
  left: 0%;
  right: 0%;
}

.m-nav-overlay-2 {
  z-index: 95;
  width: 100%;
  height: 90%;
  background-color: #242423;
  align-items: flex-end;
  display: none;
  position: fixed;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.m-nav-toggle-inner-2 {
  box-shadow: none;
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  background-color: #000;
  border-radius: 99em;
  justify-content: center;
  align-items: center;
  padding: 17px 25px;
  transition: transform .25s cubic-bezier(.215, .61, .355, 1);
  display: flex;
  position: relative;
}

.m-nav-toggle-inner-2:active {
  transform: scale(.88);
}

.m-nav-toggle-inner-2.close {
  padding: 18px;
}

.m-nav-toggle-description-2 {
  color: #fff;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1;
}

.m-nav-link-2 {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 54px;
  text-decoration: none;
}

.m-nav-list-2 {
  z-index: 2;
  width: 100%;
  max-height: 100%;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: block;
}

.m-nav-toggle-close-2 {
  z-index: 1;
  text-decoration: none;
  display: none;
  position: absolute;
  bottom: 55px;
}

.nav-overlay-gradient-top-2 {
  z-index: 4;
  height: 65px;
  background-image: linear-gradient(#242423 15%, rgba(36, 36, 35, 0));
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.mobile-nav-2 {
  display: none;
  position: relative;
}

.heading-8-copy {
  color: #223459;
  text-align: center;
  text-transform: none;
  margin-left: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 4em;
  font-weight: 700;
}

.html-embed-3 {
  max-width: none;
  min-width: auto;
  color: #333;
  text-align: left;
  background-color: #f7f7f7;
  margin-top: 40px;
  margin-bottom: 0;
  padding-left: 5%;
  padding-right: 5%;
  display: none;
}

.heading-vermietung {
  z-index: 1;
  color: #223459;
  text-align: center;
  margin-top: 5vh;
  margin-bottom: .5em;
  margin-left: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 4em;
  font-weight: 700;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-block-6 {
  width: 70vw;
  color: #333;
  text-align: center;
  margin-top: 45px;
  margin-bottom: 35px;
  font-family: Montserrat, sans-serif;
  font-size: 2vw;
  font-weight: 500;
  line-height: 1.2;
}

.tour-button {
  color: #7a7a7a;
  text-transform: uppercase;
  border: 1px solid #333;
  border-radius: .5em;
  justify-content: center;
  align-items: center;
  padding: 1em;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  position: relative;
  top: auto;
  left: auto;
  overflow: hidden;
}

.tour-button.large {
  padding: .75em 2em;
}

.big-slider-petrol {
  z-index: 99999999;
  width: 100vw;
  min-width: 100vh;
  background-color: rgba(23, 23, 23, .5);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.tour-wrapper {
  width: 85%;
  height: 70%;
}

.lightbox-link-2 {
  width: 100%;
  height: auto;
}

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

.left-arrow-2 {
  margin-left: -75px;
}

.right-arrow-2 {
  margin-right: -75px;
}

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

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

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

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

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

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

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

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

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

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

.tour-close-icon {
  width: 23px;
  margin-top: 5%;
  margin-right: 5%;
  padding: 1px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.kreis-link {
  width: auto;
  color: #333;
  text-align: left;
  text-transform: none;
  cursor: pointer;
  margin-top: 5px;
  margin-bottom: 10px;
  font-family: Nacelle, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  transition: color .2s;
}

.kreis-link:hover {
  color: #3b568d;
}

.kreis-wahl {
  width: 25em;
  background-color: #fff;
  border-radius: 2em;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-right: 40px;
  padding: 30px 30px 30px 45px;
  display: flex;
}

.kreis-columns {
  width: 80%;
  margin-top: 30px;
  margin-left: -20%;
}

.kreis-box {
  width: auto;
  height: auto;
  min-width: 65%;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 2em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 32px;
  display: flex;
}

.kreis-wrapper {
  max-height: none;
  flex: 0 auto;
  align-items: center;
  margin-top: 30px;
  margin-left: 70px;
  transition: height .2s;
  display: flex;
  position: relative;
}

.kontakt-popup {
  width: auto;
}

.link-block-5 {
  display: block;
}

.section-2 {
  width: 100vw;
  height: 100vh;
}

.welcome-left {
  width: 50vw;
  height: 100%;
  background-color: #3b568d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.welcome-left:hover {
  width: 50vw;
}

.welcome-heading {
  text-align: center;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 4vw;
  font-weight: 600;
}

.welcome-linkblock {
  cursor: pointer;
}

.welcome-right {
  width: 50vw;
  height: 100%;
  background-color: #3b888d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.welcome-right:hover {
  width: 50vw;
  align-items: center;
}

.welcome-logo-wrapper {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 20%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.div-block-16 {
  background-color: #fff;
  padding: 30px;
}

.welcome-heading-small {
  text-transform: none;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 2em;
}

.preise-heading-1 {
  color: #1f8f7e;
  text-align: left;
  text-transform: none;
  margin-bottom: 10px;
  margin-left: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 1.8em;
  font-weight: 600;
}

.preise-heading-1.sonne {
  color: #ffc05e;
}

.preise-heading-1.mint {
  color: #8ec0a8;
}

.preise-heading-2 {
  color: #171717;
  text-align: left;
  text-transform: none;
  margin-bottom: 15px;
  margin-left: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.preise-heading-wrapper {
  margin-bottom: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.raumvermietung-top-section {
  width: 75%;
  height: auto;
  text-align: left;
  position: relative;
  overflow: hidden;
}

.raum-image-split-contain {
  height: 100%;
  position: relative;
}

.raum-image-split-contain.hero {
  width: 80vw;
  height: 42.25em;
  perspective: 2000px;
  margin-left: auto;
  margin-right: auto;
}

.raum-image-split-contain.work {
  z-index: 5;
  width: 100%;
  height: 30em;
  min-width: 30vw;
  text-align: left;
  overflow: hidden;
}

.raum-image-split-contain.about {
  height: 28.5em;
}

.raum-image-split-contain.about.margin-24 {
  width: auto;
  height: 100%;
}

.raum-image-split-contain.thumb {
  width: 100%;
  height: 15em;
  overflow: hidden;
}

.raum-image-split-contain.blog-thumb {
  padding-top: 56.25%;
}

.teambild-section {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-18 {
  width: 75vw;
}

.kernteam-bild-wrapper {
  width: 55vw;
  margin-top: 20px;
}

.preise-heading-list {
  justify-content: space-between;
  display: flex;
}

.logo-big-wrapper-mobile {
  z-index: 5;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-19 {
  width: 20vw;
  background-color: #fff;
  border-radius: 2em;
  padding: 30px;
}

.button-14 {
  width: 200px;
  height: 80px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/logo_hannah-mernyi.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 10px;
}

.button-19 {
  width: 200px;
  height: 60px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/logo_naderer_1logo_naderer.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 10px;
}

.button-15 {
  width: 200px;
  height: 80px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/logo-chemsex.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 10px;
}

.section-heading {
  width: 100vw;
  text-align: center;
  flex: 0 auto;
  margin-top: 50px;
  margin-bottom: 0;
  font-size: 46px;
  line-height: 100px;
  display: block;
}

.section-heading.white {
  background-color: #fff;
}

.button-17 {
  width: 200px;
  height: 80px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/logo_poszvek.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 10px;
}

.button-20 {
  width: 200px;
  height: 80px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/logo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 10px;
}

.button-13 {
  width: 200px;
  height: 80px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/logo_entwicklungsraeume.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 10px;
}

.button-10 {
  width: 150px;
  height: 80px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/ah_lg_gro-1.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 10px;
}

.button-4 {
  width: 120px;
  height: 80px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/image.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 10px 20px;
}

.button-18 {
  width: 200px;
  height: 80px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/logo_hartl-charlotte.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 10px;
}

.button-21 {
  width: 200px;
  height: 80px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/bipsomed-logo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 10px;
}

.button-7 {
  width: 100px;
  height: 80px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/1544861491.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 10px;
}

.button-6 {
  width: 140px;
  height: 80px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/logo_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 10px;
}

.button-11 {
  width: 200px;
  height: 80px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/logo-famos-regenboge7e428f1-300x116.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 10px;
}

.section-13 {
  width: 100vw;
  object-fit: fill;
  background-color: rgba(0, 0, 0, 0);
  flex-flow: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 45px;
  padding-right: 0;
  display: flex;
}

.button-16 {
  width: 200px;
  height: 80px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/logo_ordination-tenner.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 10px;
}

.koop-wrapper {
  width: 80%;
  flex-flow: wrap;
  flex: 0 auto;
  order: 0;
  align-content: flex-start;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin-top: 2em;
  display: flex;
}

.kontakt-content-column {
  height: 100%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.kontakt-img {
  height: 100%;
  justify-content: center;
  display: flex;
}

.kontakt-text {
  height: 100%;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 30px;
  display: flex;
}

.block-heading {
  color: #223459;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 2.5em;
  font-weight: 700;
}

.free-heading {
  direction: ltr;
  color: #223459;
  text-align: center;
  text-transform: none;
  margin-top: 5vw;
  margin-bottom: 3vw;
  font-family: Montserrat, sans-serif;
  font-size: 3vw;
  font-weight: 600;
  line-height: 1.2;
  position: static;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  overflow: visible;
}

.logo-big-wrapper-web {
  width: 250px;
  background-color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
  position: static;
}

.image-16 {
  width: 100%;
}

.kreis-link-unter {
  color: #171717;
  cursor: pointer;
  margin-bottom: 10px;
  margin-left: 15px;
  font-family: Nacelle, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
}

.kreis-link-unter._1 {
  font-size: 1rem;
  transition: color .2s;
}

.kreis-link-unter._1:hover {
  color: #3b568d;
}

.bold-text-2 {
  cursor: pointer;
  font-weight: 400;
}

.bold-text-3 {
  color: #223459;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.image-17 {
  flex: 0 auto;
  order: 0;
  align-self: auto;
}

.kreis-frage {
  width: 70%;
  color: #3b568d;
  text-align: left;
  margin-top: 5px;
  margin-bottom: 10px;
  margin-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  display: none;
}

.kreis-wahl-auswahl {
  width: auto;
  background-color: #fff;
  border-radius: 2em;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: -70px;
  margin-right: 0;
  padding: 30px 30px 30px 45px;
  transition: height .2s;
  display: flex;
  overflow: hidden;
}

.kreis-wahl-kontakt {
  z-index: 1;
  width: 15vw;
  height: 100%;
  min-height: 30vh;
  min-width: auto;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to right, #8ec0a8, #2dad9a);
  border-radius: 2em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: -80px;
  margin-right: 40px;
  padding: 0 30px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 10px rgba(0, 0, 0, .1);
}

.kontakt-link {
  color: #171717;
  margin-top: 5px;
  margin-bottom: 10px;
  margin-left: 10px;
  font-family: Nacelle, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}

.kontakt-link-haberhauer {
  color: #171717;
  margin-top: 5px;
  margin-bottom: 10px;
  font-family: Nacelle, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}

.dropdown-toggle {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.dropdown-toggle.w--open {
  justify-content: flex-start;
}

.dropdown {
  color: #7c7774;
  margin-bottom: 0;
  margin-left: 0;
  transition: all .2s;
  display: block;
}

.kontakt-link-dropsown {
  color: #1f8f7e;
  margin-top: 5px;
  margin-bottom: 10px;
  margin-left: 10px;
  font-family: Nacelle, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  display: block;
}

.dropdown-list {
  background-color: #c7a9a9;
  overflow: hidden;
}

.dropdown-list.w--open {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: 17px;
  padding: 0 10px 10px;
  display: inline-block;
  position: static;
}

.kreis-wir {
  color: #171717;
  margin-top: 5px;
  margin-bottom: 10px;
  font-family: Nacelle, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}

.anfahrt-container {
  width: 100%;
  margin-top: 5vh;
  margin-left: auto;
  margin-right: auto;
  padding-left: 7em;
  padding-right: 7em;
  position: static;
  top: 0;
}

.slider-4 {
  z-index: 999;
  width: 100%;
  height: 100%;
  display: none;
}

.slide-nav-2 {
  display: none;
}

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

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

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

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

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

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

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

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

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

.body-2 {
  background-color: #fefcfb;
}

.aktuelles-section {
  width: 100vw;
  min-height: 100vh;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.aktelles-post-wrapper {
  width: 60%;
}

.body-3 {
  background-color: #fefcfb;
}

.body-4 {
  background-color: #f7f7f7;
}

.body-5 {
  background-color: #f0f0f0;
}

.in-progress-wrapper {
  width: 100vw;
  height: 100vh;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.in-progress-content {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-20 {
  background-color: #fff;
  border-radius: 2em;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 15px 20px;
  display: flex;
}

.div-block-20:hover {
  background-color: #e0e0e0;
}

.image-18 {
  margin-left: 15px;
}

.link-block-7 {
  display: block;
}

.infos-text {
  color: #223459;
  margin-left: 10px;
  margin-right: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 25px;
  display: inline-block;
}

.image-19 {
  display: block;
}

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

.infos-dropdown {
  color: #7c7774;
  margin-top: 15px;
  margin-bottom: 10px;
  margin-left: 0;
}

.lightbox-link-3 {
  width: 100%;
  height: 30em;
  justify-content: center;
  display: flex;
}

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

.image-mint {
  width: auto;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-mint._01 {
  width: 100%;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.image-mint._02 {
  width: 100%;
  position: static;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.lightbox-link-4, .lightbox-link-5 {
  width: 100%;
  height: 30em;
  justify-content: center;
  display: flex;
}

.praxis-angebot-auflistung {
  color: #171717;
  margin-bottom: 4px;
  font-size: 1rem;
  line-height: 1.5;
}

.columns-8 {
  width: 100%;
  align-items: center;
  display: flex;
}

.text-block-8 {
  color: #171717;
  font-size: 1rem;
  line-height: 1.2;
}

.column-15 {
  background-color: #f0f0f0;
  border-radius: 2rem;
  padding: 25px;
}

.circle-kontakt {
  width: auto;
  min-width: 15vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: -50%;
  display: flex;
}

.circle-image {
  z-index: 2;
  width: 5rem;
  height: 5rem;
  border-radius: 100rem;
  position: relative;
  overflow: hidden;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, .25);
}

.text-block-9 {
  color: #223459;
  text-align: center;
  background-color: #fff;
  border-radius: 2rem;
  margin-top: -20px;
  padding: 25px 15px 10px 10px;
  font-size: 1rem;
  display: none;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, .25);
}

.bold-text-4 {
  font-size: 1rem;
  font-weight: 400;
}

.circle-kontakt-haberhauer, .circle-kontakt-sattler, .circle-kontakt-foedinger, .circle-kontakt-l-ffler {
  width: auto;
  min-width: 15vw;
  opacity: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: -50%;
  display: flex;
}

.kreis-no-link {
  width: auto;
  color: #fefcfb;
  text-align: center;
  text-transform: none;
  cursor: default;
  background-color: #1f8f7e;
  background-image: linear-gradient(to right, #1f8f7e, #8ec0a8);
  border-radius: 2em;
  margin-top: 5px;
  margin-bottom: 10px;
  margin-left: -100px;
  padding: 10px 25px 10px 100px;
  font-family: Nacelle, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
}

.div-block-22 {
  z-index: 1;
  width: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.kreis-wahl-kontakt-copy {
  z-index: 3;
  width: 100%;
  height: 100%;
  min-height: auto;
  min-width: auto;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 58%, #2dad9a);
  border-radius: 2em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
  box-shadow: 0 1px 10px rgba(0, 0, 0, .1);
}

.praxis-section {
  width: 100%;
  padding-top: 8em;
  padding-bottom: 8em;
}

.praxis-section.padding-bottom-0 {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 20vh;
  display: flex;
}

.praxis-section.footer {
  z-index: 5;
  background-color: #fefcfb;
  border-top-left-radius: 2em;
  border-top-right-radius: 2em;
  padding-top: 6em;
  padding-bottom: 6em;
}

.praxis-section.hero {
  text-align: center;
  margin-top: 6em;
  padding-top: 3em;
  padding-bottom: 0;
  position: static;
  top: 0;
}

.praxis-section.partners {
  padding-top: 10vh;
  padding-bottom: 1px;
  display: none;
  overflow: hidden;
}

.praxis-section.blog {
  overflow: hidden;
}

.praxis-section.blog-hero {
  padding-top: 5em;
  padding-bottom: 0;
}

.blogpost-content-wrapper {
  z-index: 6;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 5vh;
  display: flex;
  position: relative;
}

.blogpost-content-wrapper.hero-title, .blogpost-content-wrapper.template {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.blogpost-content-wrapper.style-guide {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: row;
  justify-content: space-between;
}

.blogpost-content-wrapper.hero-image {
  z-index: 4;
  justify-content: flex-start;
  margin-top: -2.5em;
  position: relative;
}

.blogpost-content-wrapper.hero-bottom {
  z-index: 5;
  width: 90vw;
  height: 100%;
  text-align: left;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 1em;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: auto;
}

.blogpost-content-wrapper.work-card-wrap {
  flex-direction: column;
  position: relative;
}

.blogpost-content-wrapper.title-header {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}

.blogpost-content-wrapper.about {
  background-color: #fefcfb;
  border-radius: 2em;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 71px;
  padding: 6em 3.625em;
}

.blogpost-content-wrapper.slider-bottom {
  flex-direction: row;
  justify-content: space-between;
}

.blogpost-content-wrapper.footer-wrap {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}

.blogpost-content-wrapper.footer-bottom {
  flex-direction: row;
}

.blogpost-content-wrapper.blog {
  background-color: #fff;
  border-radius: 2em;
  flex-direction: column;
  justify-content: space-between;
  padding: 6em 3.625em;
}

.blogpost-content-wrapper.center {
  text-align: center;
}

.blogpost-content-wrapper.margin-80 {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}

.ease-box {
  width: 65%;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 2em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 32px;
  display: flex;
}

.ease-wrapper {
  width: 30vw;
  max-height: none;
  background-color: #fefcfb;
  border-radius: 2em;
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 30px;
  margin-left: 70px;
  padding: 30px;
  transition: height .2s;
  display: flex;
  position: relative;
}

.ease-logo-wrapper {
  height: auto;
  color: #f0f0f0;
  display: flex;
}

.image-22 {
  height: 180px;
  max-width: none;
  color: rgba(0, 0, 0, 0);
}

.ease-font-wrapper {
  width: 80%;
  height: 180px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 13px;
  padding-bottom: 13px;
  display: flex;
  position: relative;
}

.ease-headings {
  color: #333;
  margin-left: 5px;
  margin-right: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 1.8vw;
  overflow: visible;
}

.text-dropdown-wrapper {
  width: 100%;
  margin-top: 8px;
  margin-bottom: 8px;
  padding-left: 25px;
}

.text-infos-dropdown {
  color: #7c7774;
  cursor: pointer;
  margin-left: 0;
}

.text-infos-dropdown-content {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 20px;
}

.rich-text-block-margin {
  max-width: 60%;
  min-width: auto;
  color: #333;
  text-align: left;
  margin-left: 20px;
  font-size: 1rem;
}

.div-block-23 {
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.rich-text-block-long {
  max-width: 60%;
  color: #333;
  text-align: left;
  font-size: 1rem;
}

.partner-logo {
  color: #333;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 1.5vw;
  font-weight: 600;
}

.partner-logo-small {
  color: #333;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 1vw;
  font-weight: 400;
  line-height: 1;
}

.partner-link {
  width: 150px;
  height: 80px;
  background-color: #f7f7f7;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  display: inline-block;
}

.button-hori {
  width: 200px;
  height: 80px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/logo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 10px 20px;
}

.button-5 {
  width: 120px;
  height: 80px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/logo-paepsy.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 10px 20px;
}

.button-8 {
  width: 120px;
  height: 80px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/logo_entwicklungsraeume.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 10px 20px;
}

.button-9 {
  width: 200px;
  height: 80px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/logo2-300x93.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 10px 20px;
}

.button-12 {
  width: 200px;
  height: 80px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/logo_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 10px 20px;
}

.button-22 {
  width: 200px;
  height: 80px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/oebvp-logo.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 10px 20px;
}

.button-23 {
  width: 200px;
  height: 80px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/logo-ac4063fb799b6189889e89ccb0a6a4b3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 10px 20px;
}

.div-block-24 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.ease-click-wrapper {
  background-color: #fefcfb;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-block-11 {
  color: #3b568d;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.team-card-margin-2 {
  width: 20vw;
}

.team-card-margin {
  width: 10vw;
}

.div-block-57 {
  padding: 20vh 20vw 10vh;
}

.heading-9 {
  margin-bottom: 15px;
}

.html-embed-4 {
  color: #333;
}

.body-6 {
  background-color: rgba(0, 0, 0, 0);
}

.fs-cc-banner_buttons-wrapper {
  flex-direction: row;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fs-cc-banner_container {
  width: 100%;
  max-width: 62.5rem;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-manager_component {
  z-index: 999;
  display: none;
  position: fixed;
  top: auto;
  bottom: 1.25rem;
  left: 1.25rem;
  right: auto;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-banner_close-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.fs-cc-prefs_trigger {
  display: none;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  padding: .625rem;
  font-size: 1.25rem;
  text-decoration: none;
  position: absolute;
  top: -.75rem;
  bottom: auto;
  left: auto;
  right: -.75rem;
  box-shadow: -1px 1px 12px rgba(51, 51, 51, .1);
}

.fs-cc-prefs_option {
  border-bottom: 1px solid rgba(51, 51, 51, .15);
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.fs-cc-prefs_space-small {
  margin-bottom: .75rem;
}

.fs-cc-manager_trigger {
  display: none;
}

.fs-cc-prefs_title {
  color: #3b568d;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-prefs_text {
  color: #021a69;
  font-size: .75rem;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 2rem;
  margin-right: -.5rem;
  display: flex;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 2.5rem;
}

.fs-cc-prefs_checkbox-field {
  width: 2.75rem;
  height: 1.5rem;
  background-color: #ccc;
  border-radius: 999rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 0;
  padding: .125rem;
  display: flex;
  position: relative;
}

.fs-cc-prefs_label {
  color: #3b568d;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2rem;
  font-size: 1rem;
  font-weight: 700;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 2.5rem 2rem;
  overflow: scroll;
}

.fs-cc-banner_button {
  min-width: 8.75rem;
  color: #fff;
  text-align: center;
  background-color: #4353ff;
  border: 2px solid #4353ff;
  border-radius: 999rem;
  margin-left: 1rem;
  padding: .625rem 1.25rem;
  font-size: 1rem;
}

.fs-cc-banner_button.fs-cc-button-alt {
  color: #4353ff;
  background-color: #f5f5f5;
  border-color: #4353ff;
}

.fs-cc-prefs_form {
  width: 100%;
  height: 100%;
  max-height: 70vh;
  max-width: 36rem;
  background-color: #fff;
  border-radius: 1rem;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-prefs_close-icon {
  width: 1rem;
  height: 1rem;
  color: #021a7c;
}

.fs-cc-banner_close {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 999rem;
  margin-left: .75rem;
  padding: .625rem;
  box-shadow: 1px 1px 12px rgba(0, 0, 0, .1);
}

.fs-cc-prefs_overlay {
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: rgba(3, 5, 36, .6);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-manager_icon {
  width: 2rem;
  height: 2rem;
}

.fs-cc-banner_text {
  color: #616161;
  margin-right: 1.5rem;
}

.fs-cc-banner_text-link {
  color: #4353ff;
  border-bottom: 2px solid #4353ff;
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-manager_button {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 999rem;
  flex-direction: column;
  padding: .625rem;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager_button:hover {
  color: #4353ff;
}

.fs-cc-prefs_component {
  z-index: 997;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 2rem;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: #f5f6ff;
  border-top: 1px solid rgba(67, 83, 255, .16);
  padding: 1.5rem 2rem;
  display: none;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.fs-cc-prefs_button {
  background-color: #3b568d;
  border: 2px solid #3b568d;
  border-radius: 999rem;
  margin-right: .5rem;
  padding: .625rem 1.5rem;
  font-size: .875rem;
  font-weight: 700;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  color: #3b568d;
  background-color: #fff;
  border-color: #3b568d;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-prefs_toggle {
  width: 1.25rem;
  height: 1.25rem;
  background-color: #fff;
  border-radius: 999px;
}

.text-span {
  color: #3b568d;
}

.m-nav-toggle-inner-3 {
  box-shadow: none;
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  background-color: #000;
  border-radius: 99em;
  justify-content: center;
  align-items: center;
  padding: 17px 25px;
  transition: transform .25s cubic-bezier(.215, .61, .355, 1);
  display: flex;
  position: relative;
}

.m-nav-toggle-inner-3:active {
  transform: scale(.88);
}

.m-nav-toggle-inner-3.close {
  padding: 18px;
}

.m-nav-overlay-3 {
  z-index: 95;
  width: 100%;
  height: auto;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #242423;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-end;
  display: none;
  position: fixed;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.m-nav-list-3 {
  z-index: 2;
  width: 100%;
  max-height: 100%;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: block;
}

.m-nav-link-3 {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 54px;
  text-decoration: none;
}

.html-embed-5 {
  z-index: 999;
  margin-bottom: 0;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.m-nav-toggle-inner-4 {
  box-shadow: none;
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  background-color: #000;
  border-radius: 99em;
  justify-content: center;
  align-items: center;
  padding: 17px 25px;
  transition: transform .25s cubic-bezier(.215, .61, .355, 1);
  display: flex;
  position: relative;
}

.m-nav-toggle-inner-4:active {
  transform: scale(.88);
}

.m-nav-toggle-inner-4.close {
  padding: 18px;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 16px;
  }

  h1 {
    font-size: 4em;
  }

  h2 {
    font-size: 3.5em;
  }

  h3 {
    font-size: 3em;
  }

  h4 {
    font-size: 2.5em;
  }

  h5 {
    font-size: 2em;
  }

  h6 {
    font-size: 1.5em;
  }

  p {
    font-size: 1em;
  }

  blockquote {
    font-size: 2em;
  }

  .wrapper {
    padding-top: 4em;
  }

  .section {
    padding-top: 5em;
    padding-bottom: 5em;
  }

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

  .section.footer {
    padding-bottom: 10vh;
  }

  .section.blog-hero {
    padding-top: 0;
  }

  .container {
    flex-direction: column;
    padding-left: 2em;
    padding-right: 2em;
    display: block;
  }

  .text-display-1 {
    font-size: 4.5em;
  }

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

  .grid-thirds.blog {
    grid-column-gap: 1.25em;
    grid-row-gap: 1.25em;
    flex-wrap: wrap;
  }

  .button.large {
    width: 100%;
    border-style: none;
    border-width: 0;
    border-radius: 0;
    padding: 1.25em 1.5em;
    font-size: 12px;
    line-height: 1;
    display: none;
  }

  .rich-text p {
    color: #b3b3b3;
    font-size: 16px;
  }

  .nav-link {
    width: 100%;
    border: 0 solid #000;
    margin-left: 0;
    padding: 1.25em 1.5em;
    display: block;
  }

  .nav-link.w--current {
    border: 0 solid #000;
  }

  .text-display-2 {
    font-size: 3.5em;
  }

  .text-display-3 {
    font-size: 3em;
  }

  .text-display-5 {
    font-size: 1rem;
  }

  .nav-btn {
    cursor: pointer;
    display: none;
  }

  .header-nav {
    z-index: 0;
    height: 100%;
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    background-color: rgba(0, 0, 0, 0);
    flex-flow: row;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .nav-btn-lottie {
    width: 1.5em;
    height: 1.5em;
  }

  .header {
    z-index: 2000;
    height: 4em;
    background-color: #fff;
    border: 0 solid #000;
    display: none;
  }

  .header.utility {
    padding-top: 0;
  }

  .col {
    display: none;
  }

  .col._6-24 {
    max-width: 70%;
    display: none;
  }

  .col._8-24 {
    max-width: 50%;
  }

  .col._4-24 {
    max-width: 30%;
  }

  .col._13-24, .col._15-24, .col._16-24, .col._18-24.center {
    max-width: 100%;
  }

  .o-grid.no-space {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
  }

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

  .raume-wrapper.style-guide {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    flex-direction: column;
  }

  .raume-wrapper.hero-image {
    margin-top: -1.5em;
    display: flex;
  }

  .raume-wrapper.hero-bottom {
    height: auto;
    margin-top: 2em;
  }

  .raume-wrapper.about {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    flex-direction: column;
    padding: 3em 1.5em;
  }

  .raume-wrapper.blog {
    padding: 2.5em 1.25em;
  }

  .blog-card {
    padding: 1.25em;
  }

  .footer-bottom {
    height: auto;
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .footer-links {
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .margin-56 {
    margin-bottom: 2.5em;
  }

  .margin-80 {
    margin-bottom: 4em;
  }

  .margin-160 {
    margin-bottom: 5em;
  }

  .margin-64 {
    margin-bottom: 3em;
  }

  .margin-144 {
    margin-bottom: 5em;
  }

  .margin-32 {
    margin-bottom: 1.5em;
  }

  .margin-176 {
    margin-bottom: 5em;
  }

  .margin-24 {
    margin-bottom: 1.25em;
  }

  .margin-40 {
    margin-bottom: 2em;
  }

  .margin-128, .margin-136, .margin-120 {
    margin-bottom: 5em;
  }

  .margin-48 {
    margin-bottom: 2em;
  }

  .margin-96 {
    margin-bottom: 4em;
  }

  .text-body-2 {
    font-size: 2em;
  }

  .text-body-2.text-color-dark {
    font-size: 16px;
  }

  .image-contain.hero {
    width: 80%;
    height: auto;
    padding-top: 90%;
  }

  .image-contain.work {
    width: 100%;
    height: 30rem;
    min-width: auto;
    border-radius: 2em;
    padding-top: 0%;
  }

  .image-contain.about.margin-24 {
    height: auto;
    padding-top: 120%;
  }

  .work-card {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-direction: column;
    margin-bottom: 4em;
    padding: 3em 2em;
  }

  .work-card.card-1 {
    position: relative;
    top: 0;
  }

  .work-card.card-2 {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    position: relative;
    top: 0;
  }

  .work-card.card-3, .work-card.card-4 {
    position: relative;
    top: 0;
  }

  .work-top {
    margin-bottom: 2em;
  }

  .work-right {
    width: 100%;
    height: auto;
  }

  .button-inner.large {
    justify-content: flex-start;
  }

  .track-item {
    width: 10em;
    height: 10em;
    padding: 2em;
  }

  .about-item {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-columns: .25fr minmax(420px, 1fr);
  }

  .nav-btn-icon {
    width: 1.25em;
  }

  .text-display-6 {
    font-size: 1.8em;
  }

  .image-contain-quad.hero {
    width: 80%;
    height: auto;
    padding-top: 90%;
  }

  .image-contain-quad.work {
    width: 100%;
    height: auto;
    padding-top: 120%;
  }

  .image-contain-quad.about.margin-24 {
    height: auto;
    padding-top: 120%;
  }

  .team {
    padding-top: 5em;
    padding-bottom: 5em;
  }

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

  .team.blog-hero {
    padding-top: 0;
  }

  .raum {
    padding-top: 5em;
    padding-bottom: 5em;
  }

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

  .raum.blog-hero {
    padding-top: 0;
  }

  .team-card {
    height: 60%;
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-direction: column;
    margin-bottom: 4em;
    padding: 3em 2em;
  }

  .team-card.card-1 {
    position: relative;
    top: 0;
  }

  .team-card.card-2 {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    position: relative;
    top: 0;
  }

  .team-card.card-3, .team-card.card-4 {
    position: relative;
    top: 0;
  }

  .text-display-team {
    font-size: 3.5em;
  }

  .team-text {
    width: 80%;
  }

  .team-text.text-color-dark {
    font-size: 16px;
  }

  .image-contain-2.hero {
    width: 80%;
    height: auto;
    padding-top: 90%;
  }

  .image-contain-2.work {
    width: 100%;
    height: auto;
    padding-top: 120%;
  }

  .image-contain-2.about.margin-24 {
    height: auto;
    padding-top: 120%;
  }

  .sticky-section-wrapper {
    display: block;
  }

  .sticky-track {
    overflow: hidden;
  }

  .col-anfahrt-links._6-24 {
    max-width: 70%;
  }

  .col-anfahrt-links._8-24 {
    max-width: 50%;
  }

  .col-anfahrt-links._4-24 {
    max-width: 30%;
  }

  .col-anfahrt-links._13-24, .col-anfahrt-links._15-24, .col-anfahrt-links._16-24, .col-anfahrt-links._18-24.center {
    max-width: 100%;
  }

  .col-anfahrt-rechts._6-24 {
    max-width: 70%;
  }

  .col-anfahrt-rechts._8-24 {
    max-width: 50%;
  }

  .col-anfahrt-rechts._4-24 {
    max-width: 30%;
  }

  .col-anfahrt-rechts._13-24, .col-anfahrt-rechts._15-24, .col-anfahrt-rechts._16-24, .col-anfahrt-rechts._18-24.center {
    max-width: 100%;
  }

  .behandlung {
    padding-left: 2em;
    padding-right: 2em;
  }

  .nav-link-kontakt {
    width: 100%;
    border: 0 solid #000;
    margin-left: 0;
    padding: 1.25em 1.5em;
    display: block;
  }

  .nav-link-kontakt.w--current {
    border: 0 solid #000;
  }

  .team-mobile {
    display: block;
  }

  .team-mobile-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .team-card-mobile {
    width: 90vw;
    height: 600px;
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-direction: column;
    margin-bottom: 4em;
    padding: 3em 2em;
  }

  .team-card-mobile.card-1 {
    position: relative;
    top: 0;
  }

  .team-card-mobile.card-2 {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    position: relative;
    top: 0;
  }

  .team-card-mobile.card-3, .team-card-mobile.card-4 {
    position: relative;
    top: 0;
  }

  .col-select-left._6-24 {
    max-width: 70%;
    display: none;
  }

  .col-select-left._8-24 {
    max-width: 50%;
  }

  .col-select-left._4-24 {
    max-width: 30%;
  }

  .col-select-left._13-24, .col-select-left._15-24, .col-select-left._16-24, .col-select-left._18-24.center {
    max-width: 100%;
  }

  .col-select-right._6-24 {
    max-width: 70%;
    display: none;
  }

  .col-select-right._8-24 {
    max-width: 50%;
  }

  .col-select-right._4-24 {
    max-width: 30%;
  }

  .col-select-right._13-24, .col-select-right._15-24, .col-select-right._16-24, .col-select-right._18-24.center {
    max-width: 100%;
  }

  .image-contain-landing.hero {
    width: 80%;
    height: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 0%;
  }

  .image-contain-landing.work {
    width: 100%;
    height: auto;
    padding-top: 120%;
  }

  .image-contain-landing.about.margin-24 {
    height: auto;
    padding-top: 120%;
  }

  .text-display-7 {
    font-size: 2em;
  }

  .image-contain-choose.hero {
    width: 80%;
    height: auto;
    padding-top: 90%;
  }

  .image-contain-choose.work {
    width: 100%;
    height: auto;
    padding-top: 120%;
  }

  .image-contain-choose.about.margin-24 {
    height: auto;
    padding-top: 120%;
  }

  .row-choose {
    padding-left: 0;
    padding-right: 0;
  }

  .row-choose.style-guide {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    flex-direction: column;
  }

  .row-choose.hero-image {
    margin-top: -1.5em;
  }

  .row-choose.hero-bottom {
    height: auto;
    margin-top: 2em;
  }

  .row-choose.about {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    flex-direction: column;
    padding: 3em 1.5em;
  }

  .row-choose.blog {
    padding: 2.5em 1.25em;
  }

  .about-text-caption {
    font-size: 2em;
  }

  .about-text-caption.text-color-dark {
    font-size: 16px;
  }

  .about-display-text {
    font-size: 3.5em;
  }

  .single-about-card {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-direction: column;
    margin-bottom: 4em;
    padding: 3em 2em;
  }

  .single-about-card.card-1 {
    position: relative;
    top: 0;
  }

  .single-about-card.card-2 {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    position: relative;
    top: 0;
  }

  .single-about-card.card-3, .single-about-card.card-4 {
    position: relative;
    top: 0;
  }

  .heading-team {
    font-size: 2em;
  }

  .image-9 {
    width: auto;
  }

  .heading-6 {
    font-size: 2em;
  }

  .raum-container {
    padding-left: 2em;
    padding-right: 2em;
  }

  .kontakt-wrapper {
    width: 90vw;
  }

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

  .box.style-guide {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    flex-direction: column;
  }

  .box.hero-image {
    margin-top: -1.5em;
  }

  .box.hero-bottom {
    height: auto;
    margin-top: 2em;
  }

  .box.about {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    flex-direction: column;
    padding: 3em 1.5em;
  }

  .box.blog {
    padding: 2.5em 1.25em;
  }

  .kontakt-links._6-24 {
    max-width: 70%;
  }

  .kontakt-links._8-24 {
    max-width: 50%;
  }

  .kontakt-links._4-24 {
    max-width: 30%;
  }

  .kontakt-links._13-24, .kontakt-links._15-24, .kontakt-links._16-24, .kontakt-links._18-24.center {
    max-width: 100%;
  }

  .kontakt-rechts._6-24 {
    max-width: 70%;
  }

  .kontakt-rechts._8-24 {
    max-width: 50%;
  }

  .kontakt-rechts._4-24 {
    max-width: 30%;
  }

  .kontakt-rechts._13-24, .kontakt-rechts._15-24, .kontakt-rechts._16-24, .kontakt-rechts._18-24.center {
    max-width: 100%;
  }

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

  .anfahrt-wrapper.style-guide {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    flex-direction: column;
  }

  .anfahrt-wrapper.hero-image {
    margin-top: -1.5em;
  }

  .anfahrt-wrapper.hero-bottom {
    height: auto;
    margin-top: 2em;
  }

  .anfahrt-wrapper.about {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    flex-direction: column;
    padding: 3em 1.5em;
  }

  .anfahrt-wrapper.blog {
    padding: 2.5em 1.25em;
  }

  .raume-wrapper-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .raume-wrapper-copy.style-guide {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    flex-direction: column;
  }

  .raume-wrapper-copy.hero-image {
    margin-top: -1.5em;
  }

  .raume-wrapper-copy.hero-bottom {
    height: auto;
    margin-top: 2em;
  }

  .raume-wrapper-copy.about {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    flex-direction: column;
    padding: 3em 1.5em;
  }

  .raume-wrapper-copy.blog {
    padding: 2.5em 1.25em;
  }

  .wrapper-copy {
    padding-top: 4em;
  }

  .text-display-tuerkis, .text-display-gelb, .text-display-2-mint, .text-display-2-blau {
    font-size: 3.5em;
  }

  .behandlung-text {
    font-size: .8em;
  }

  .nav-overlay-gradient-bottom {
    background-image: none;
  }

  .m-nav-overlay {
    background-color: #fefcfb;
  }

  .m-nav-toggle-inner {
    letter-spacing: .2em;
    background-color: #223459;
    border-radius: 2em;
    font-family: Montserrat, sans-serif;
  }

  .m-nav-toggle-inner.close {
    background-color: #223459;
  }

  .m-nav-toggle-description {
    letter-spacing: .1em;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    display: none;
  }

  .m-nav-link, .m-nav-link.w--current {
    color: #171717;
  }

  .m-nav-list {
    margin-bottom: 20vh;
  }

  .m-nav-toggle-close {
    display: none;
  }

  .nav-overlay-gradient-top {
    background-image: none;
  }

  .mobile-nav {
    z-index: 2147483647;
    display: block;
  }

  .m-nav-content {
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
  }

  .heading-vermietung {
    font-size: 6vw;
  }

  .text-block-6 {
    width: 80vw;
    font-family: Montserrat, sans-serif;
    font-size: 3vw;
    font-weight: 500;
    line-height: 1.2;
  }

  .tour-button.large {
    width: 100%;
    border-style: none;
    border-width: 0;
    border-radius: 0;
    padding: 1.25em 1.5em;
    font-size: 12px;
    line-height: 1;
    display: none;
  }

  .kreis-wahl {
    margin-bottom: 35px;
  }

  .kreis-box {
    width: 90%;
  }

  .kreis-wrapper {
    width: 100%;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-left: 0;
  }

  .welcome-heading {
    font-size: 7vw;
  }

  .welcome-heading-small {
    font-size: 5vw;
  }

  .raum-image-split-contain.hero {
    width: 80%;
    height: auto;
    padding-top: 90%;
  }

  .raum-image-split-contain.work {
    width: 100%;
    height: auto;
    min-width: auto;
    padding-top: 0%;
  }

  .raum-image-split-contain.about.margin-24 {
    height: auto;
    padding-top: 120%;
  }

  .wrapper-copy, .footer-1 {
    padding-top: 4em;
  }

  .kreis-wahl-auswahl {
    width: auto;
    margin-bottom: 35px;
    margin-left: 0;
  }

  .kreis-wahl-kontakt {
    margin-bottom: 35px;
    margin-left: 0;
  }

  .anfahrt-container {
    flex-direction: column;
    padding-left: 2em;
    padding-right: 2em;
    display: block;
  }

  .lightbox-link-3 {
    height: auto;
  }

  .image-20 {
    width: 100%;
    height: auto;
  }

  .kreis-wahl-kontakt-copy {
    margin-bottom: 35px;
  }

  .praxis-section {
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .praxis-section.padding-bottom-0 {
    padding-bottom: 0;
  }

  .praxis-section.blog-hero {
    padding-top: 0;
  }

  .blogpost-content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .blogpost-content-wrapper.style-guide {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    flex-direction: column;
  }

  .blogpost-content-wrapper.hero-image {
    margin-top: -1.5em;
    display: flex;
  }

  .blogpost-content-wrapper.hero-bottom {
    height: auto;
    margin-top: 2em;
  }

  .blogpost-content-wrapper.about {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    flex-direction: column;
    padding: 3em 1.5em;
  }

  .blogpost-content-wrapper.blog {
    padding: 2.5em 1.25em;
  }

  .ease-box {
    width: 90%;
  }

  .ease-wrapper {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-left: 0;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 1rem;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .m-nav-toggle-inner-3 {
    letter-spacing: .2em;
    background-color: #223459;
    border-radius: 2em;
    font-family: Montserrat, sans-serif;
  }

  .m-nav-toggle-inner-3.close {
    background-color: #223459;
  }

  .m-nav-overlay-3 {
    background-color: #fefcfb;
  }

  .m-nav-list-3 {
    margin-bottom: 20vh;
  }

  .m-nav-link-3, .m-nav-link-3.w--current {
    color: #171717;
  }

  .html-embed-5 {
    display: block;
  }

  .m-nav-toggle-inner-4 {
    letter-spacing: .2em;
    background-color: #223459;
    border-radius: 2em;
    font-family: Montserrat, sans-serif;
  }

  .m-nav-toggle-inner-4.close {
    background-color: #223459;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 1.3vw;
  }

  .section {
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .section.footer {
    padding-top: 4em;
    padding-bottom: 15vh;
  }

  .container {
    padding-left: 1.25em;
    padding-right: 1.25em;
    position: relative;
  }

  .text-display-1 {
    font-size: 3em;
  }

  .rich-text h2 {
    font-size: 1.5em;
  }

  .nav-link {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .text-display-2 {
    font-size: 2.5em;
  }

  .text-display-3 {
    font-size: 2em;
  }

  .text-display-5 {
    font-size: 1rem;
  }

  .col._10-24 {
    max-width: 100%;
  }

  .col._10-24.text-xl {
    min-width: auto;
  }

  .col._6-24 {
    max-width: 40%;
  }

  .col._8-24 {
    max-width: 70%;
  }

  .col._9-24 {
    max-width: 60%;
  }

  .col._12-24 {
    max-width: 80%;
  }

  .col._7-24 {
    max-width: 60%;
  }

  .col._4-24 {
    max-width: 40%;
  }

  .col._15-24 {
    max-width: 100%;
  }

  .raume-wrapper.style-guide {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .raume-wrapper.hero-image {
    margin-top: -1em;
  }

  .raume-wrapper.title-header {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-direction: column;
    align-items: flex-start;
  }

  .raume-wrapper.footer-wrap {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-direction: column;
  }

  .raume-wrapper.blog {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .footer-bottom {
    padding-top: .75em;
  }

  .margin-160, .margin-144, .margin-176, .margin-128, .margin-136, .margin-120 {
    margin-bottom: 4em;
  }

  .margin-64 {
    text-align: left;
  }

  .text-display-4 {
    text-align: left;
    font-size: 2em;
  }

  .text-body-2.text-color-dark {
    font-size: .8rem;
  }

  .image-contain.work {
    height: 45vh;
  }

  .image-contain.about.margin-24 {
    height: 20vh;
    position: relative;
  }

  .work-card {
    margin-bottom: 3em;
  }

  .work-left {
    width: 100%;
  }

  .track-item {
    width: 7em;
    height: 7em;
    padding: .9em;
  }

  .about-item {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-columns: 1fr;
  }

  .text-display-6 {
    font-size: 3em;
  }

  .team {
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .team.footer {
    padding-top: 4em;
    padding-bottom: 0;
  }

  .raum {
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .raum.footer {
    padding-top: 4em;
    padding-bottom: 0;
  }

  .team-card {
    height: 40vh;
    margin-bottom: 10vh;
  }

  .text-display-team {
    color: #3b568d;
    margin-bottom: 10px;
    font-family: Montserrat, sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
  }

  .text-display-team.card-theo {
    font-size: 4em;
  }

  .team-text {
    width: 100%;
    font-size: .8rem;
  }

  .sticky-section-wrapper {
    display: none;
  }

  .team-right {
    font-family: Montserrat, sans-serif;
    font-weight: 500;
  }

  .col-anfahrt-links._10-24 {
    max-width: 100%;
  }

  .col-anfahrt-links._10-24.text-xl {
    min-width: auto;
  }

  .col-anfahrt-links._6-24 {
    max-width: 40%;
  }

  .col-anfahrt-links._8-24 {
    max-width: 70%;
  }

  .col-anfahrt-links._9-24 {
    max-width: 60%;
  }

  .col-anfahrt-links._12-24 {
    max-width: 80%;
  }

  .col-anfahrt-links._7-24 {
    max-width: 60%;
  }

  .col-anfahrt-links._4-24 {
    max-width: 40%;
  }

  .col-anfahrt-links._15-24 {
    max-width: 100%;
  }

  .col-anfahrt-rechts {
    display: none;
  }

  .col-anfahrt-rechts._10-24 {
    max-width: 100%;
  }

  .col-anfahrt-rechts._10-24.text-xl {
    min-width: auto;
  }

  .col-anfahrt-rechts._6-24 {
    max-width: 40%;
  }

  .col-anfahrt-rechts._8-24 {
    max-width: 70%;
  }

  .col-anfahrt-rechts._9-24 {
    max-width: 60%;
  }

  .col-anfahrt-rechts._12-24 {
    max-width: 80%;
  }

  .col-anfahrt-rechts._7-24 {
    max-width: 60%;
  }

  .col-anfahrt-rechts._4-24 {
    max-width: 40%;
  }

  .col-anfahrt-rechts._15-24 {
    max-width: 100%;
  }

  .behandlung, .nav-link-kontakt {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .team-card-mobile {
    height: auto;
    margin-bottom: 3em;
  }

  .col-select-left._10-24 {
    max-width: 100%;
  }

  .col-select-left._10-24.text-xl {
    min-width: auto;
  }

  .col-select-left._6-24 {
    max-width: 40%;
  }

  .col-select-left._8-24 {
    max-width: 70%;
  }

  .col-select-left._9-24 {
    max-width: 60%;
  }

  .col-select-left._12-24 {
    max-width: 80%;
  }

  .col-select-left._7-24 {
    max-width: 60%;
  }

  .col-select-left._4-24 {
    max-width: 40%;
  }

  .col-select-left._15-24, .col-select-right._10-24 {
    max-width: 100%;
  }

  .col-select-right._10-24.text-xl {
    min-width: auto;
  }

  .col-select-right._6-24 {
    max-width: 40%;
  }

  .col-select-right._8-24 {
    max-width: 70%;
  }

  .col-select-right._9-24 {
    max-width: 60%;
  }

  .col-select-right._12-24 {
    max-width: 80%;
  }

  .col-select-right._7-24 {
    max-width: 60%;
  }

  .col-select-right._4-24 {
    max-width: 40%;
  }

  .col-select-right._15-24 {
    max-width: 100%;
  }

  .text-display-7 {
    font-size: 3em;
  }

  .row-choose.style-guide {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .row-choose.hero-image {
    margin-top: -1em;
  }

  .row-choose.title-header {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-direction: column;
    align-items: flex-start;
  }

  .row-choose.footer-wrap {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-direction: column;
  }

  .row-choose.blog {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .about-display-text {
    font-size: 2.5em;
  }

  .single-about-card {
    margin-bottom: 3em;
  }

  .single-about-wrapper {
    width: 90vw;
  }

  .heading-team {
    font-size: 2rem;
  }

  .columns-4 {
    height: 100%;
  }

  .column-8 {
    height: 80%;
  }

  .column-9 {
    height: auto;
    padding-top: 25px;
  }

  .image-9 {
    width: 100%;
    height: auto;
    display: block;
    position: static;
  }

  .div-block-6 {
    height: 100%;
    flex: none;
    display: block;
  }

  .heading-6 {
    font-size: 2rem;
  }

  .raum-container {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .column-11 {
    height: auto;
    justify-content: flex-start;
    padding-top: 30px;
  }

  .rich-text-block {
    text-align: justify;
    font-size: 14px;
    line-height: 16px;
  }

  .kontakt-wrapper {
    width: 90vw;
  }

  .div-block-11 {
    height: 90%;
  }

  .column-13 {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .heading-7 {
    font-size: 1.2rem;
  }

  .text-block-3 {
    display: none;
  }

  .box.style-guide {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .box.hero-image {
    margin-top: -1em;
  }

  .box.title-header {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-direction: column;
    align-items: flex-start;
  }

  .box.footer-wrap {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-direction: column;
  }

  .box.blog {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .kontakt-links._10-24 {
    max-width: 100%;
  }

  .kontakt-links._10-24.text-xl {
    min-width: auto;
  }

  .kontakt-links._6-24 {
    max-width: 40%;
  }

  .kontakt-links._8-24 {
    max-width: 70%;
  }

  .kontakt-links._9-24 {
    max-width: 60%;
  }

  .kontakt-links._12-24 {
    max-width: 80%;
  }

  .kontakt-links._7-24 {
    max-width: 60%;
  }

  .kontakt-links._4-24 {
    max-width: 40%;
  }

  .kontakt-links._15-24, .kontakt-rechts._10-24 {
    max-width: 100%;
  }

  .kontakt-rechts._10-24.text-xl {
    min-width: auto;
  }

  .kontakt-rechts._6-24 {
    max-width: 40%;
  }

  .kontakt-rechts._8-24 {
    max-width: 70%;
  }

  .kontakt-rechts._9-24 {
    max-width: 60%;
  }

  .kontakt-rechts._12-24 {
    max-width: 80%;
  }

  .kontakt-rechts._7-24 {
    max-width: 60%;
  }

  .kontakt-rechts._4-24 {
    max-width: 40%;
  }

  .kontakt-rechts._15-24 {
    max-width: 100%;
  }

  .anfahrt-wrapper.style-guide {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .anfahrt-wrapper.hero-image {
    margin-top: -1em;
  }

  .anfahrt-wrapper.title-header {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-direction: column;
    align-items: flex-start;
  }

  .anfahrt-wrapper.footer-wrap {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-direction: column;
  }

  .anfahrt-wrapper.blog {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .raume-wrapper-copy.style-guide {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .raume-wrapper-copy.hero-image {
    margin-top: -1em;
  }

  .raume-wrapper-copy.title-header {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-direction: column;
    align-items: flex-start;
  }

  .raume-wrapper-copy.footer-wrap {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-direction: column;
  }

  .raume-wrapper-copy.blog {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .text-display-tuerkis {
    font-size: 2.5em;
  }

  .text-display-tuerkis.raum-tuerkis {
    font-size: 3rem;
  }

  .text-display-gelb {
    font-size: 2.5em;
  }

  .text-display-gelb.raum-sonne {
    font-size: 3rem;
  }

  .text-display-2-mint {
    font-size: 2.5em;
  }

  .text-display-2-mint.raum-mint {
    font-size: 3rem;
  }

  .text-display-2-blau {
    font-size: 2.5em;
  }

  .mobile-team {
    margin-top: 30px;
    display: block;
  }

  .mobile-team-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .m-nav-toggle-inner {
    background-color: #223459;
  }

  .m-nav-toggle-description {
    letter-spacing: .1em;
    font-size: 16px;
  }

  .text-block-6 {
    width: 80vw;
    font-family: Montserrat, sans-serif;
    font-size: 3vw;
    font-weight: 500;
    line-height: 1.2;
  }

  .tour-button {
    display: none;
  }

  .kreis-link {
    white-space: normal;
  }

  .kreis-box {
    width: 95%;
    padding-left: 0;
    padding-right: 0;
  }

  .link-block-5 {
    order: 0;
    align-self: flex-end;
  }

  .link-block-6 {
    width: 100%;
  }

  .welcome-heading {
    font-size: 7vw;
  }

  .welcome-heading-small {
    font-size: 5vw;
  }

  .div-block-17 {
    width: 100%;
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-direction: row;
    flex: 0 auto;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    display: flex;
  }

  .kernteam-bild-wrapper {
    width: 70vw;
  }

  .logo-big-wrapper-mobile {
    display: flex;
  }

  .div-block-19 {
    width: 30vw;
  }

  .block-heading {
    font-size: 1.8rem;
  }

  .free-heading {
    font-size: 4vw;
  }

  .kreis-wahl-kontakt {
    width: 40vw;
  }

  .anfahrt-container {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .lightbox-link-3, .image-20 {
    width: auto;
    height: 100%;
  }

  .praxis-section {
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .praxis-section.footer {
    padding-top: 4em;
    padding-bottom: 0;
  }

  .link-block-9 {
    align-self: flex-end;
  }

  .blogpost-content-wrapper.style-guide {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .blogpost-content-wrapper.hero-image {
    margin-top: -1em;
  }

  .blogpost-content-wrapper.title-header {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-direction: column;
    align-items: flex-start;
  }

  .blogpost-content-wrapper.footer-wrap {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-direction: column;
  }

  .blogpost-content-wrapper.blog {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .ease-wrapper {
    width: 60vw;
  }

  .ease-headings {
    font-size: 3vw;
  }

  .rich-text-block-margin, .rich-text-block-long {
    text-align: justify;
    font-size: 14px;
    line-height: 16px;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-prefs_title {
    font-size: 1.25rem;
  }

  .m-nav-toggle-inner-3 {
    background-color: #223459;
  }

  .m-nav-toggle-inner-4 {
    background-color: #223459;
    border-radius: 3em;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.5em;
  }

  h2 {
    font-size: 2.25em;
  }

  h3 {
    font-size: 2em;
  }

  h4 {
    font-size: 1.75em;
  }

  h5 {
    font-size: 1.5em;
  }

  h6 {
    font-size: 1.25em;
  }

  .section {
    padding-top: 3.75em;
    padding-bottom: 3.75em;
  }

  .section.footer {
    padding-bottom: 15vh;
  }

  .section.hero {
    padding-top: 0;
  }

  .section.blog {
    padding-bottom: 8em;
  }

  .container {
    margin-top: 0;
    position: relative;
  }

  .text-display-1 {
    font-size: 12vw;
  }

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

  .rich-text h1 {
    font-size: 2em;
  }

  .rich-text h2 {
    font-size: 1.25em;
  }

  .rich-text h3 {
    font-size: 1.5em;
  }

  .rich-text h4 {
    font-size: 1.25em;
  }

  .rich-text h5 {
    font-size: 1em;
  }

  .rich-text h6 {
    font-size: .75em;
  }

  .rich-text ul {
    font-size: 1em;
  }

  .rich-text blockquote {
    font-size: 1.5em;
  }

  .nav-link {
    text-align: right;
    flex: 0 auto;
    margin-top: 10px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav-link.w--current {
    text-align: right;
    flex: 0 auto;
  }

  .nav-link.mobile {
    flex: 0 auto;
  }

  .text-display-2 {
    font-size: 3em;
  }

  .text-display-2.raum-allgemein {
    font-size: 8em;
  }

  .text-display-5 {
    width: 60vw;
    font-size: 1rem;
  }

  .nav-btn {
    display: block;
  }

  .header-nav {
    flex-direction: column;
    flex: 0 auto;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 15px;
    display: none;
  }

  .logo-link {
    border-top: 1px #c4c4c4;
  }

  .logo-link.w--current {
    border-top-style: none;
  }

  .header {
    height: auto;
    padding: 10px 0;
    display: none;
  }

  .header-inner {
    justify-content: flex-end;
  }

  .reel.home-hero {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .col {
    display: none;
  }

  .col._11-24 {
    max-width: 100%;
  }

  .col._10-24.text-xl {
    max-width: none;
    display: block;
  }

  .col._6-24, .col._8-24, .col._3-24, .col._9-24, .col._5-24, .col._2-24, .col._12-24, .col._7-24, .col._1-24, .col._4-24 {
    max-width: 100%;
  }

  .col._4-24.text-small {
    min-width: auto;
  }

  .col._14-24, .col._15-24, .col._16-24, .col._17-24, .col._18-24, .col._19-24, .col._20-24, .col._21-24, .col._22-24, .col._23-24 {
    max-width: 100%;
  }

  .raume-wrapper.hero-image {
    height: 60vh;
  }

  .raume-wrapper.hero-bottom {
    height: auto;
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: row;
  }

  .raume-wrapper.work-card-wrap {
    justify-content: flex-start;
    align-items: center;
  }

  .raume-wrapper.title-header {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-direction: column;
  }

  .raume-wrapper.about {
    padding: 2.5em 1.25em;
    position: static;
  }

  .raume-wrapper.footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .raume-wrapper.blog {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .blog-card {
    padding: 1em;
  }

  .footer-bottom {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .footer-links {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    flex-flow: column wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .reel-title-mask {
    padding-left: .4em;
    padding-right: .4em;
  }

  .top-bar {
    font-size: 14px;
    line-height: 1.2;
  }

  .licenses-item {
    padding: 24px;
  }

  .margin-80, .margin-96 {
    margin-bottom: 3em;
  }

  .image, .image._01 {
    border-radius: 2em;
  }

  .margin-64 {
    width: 100%;
    text-align: left;
    margin-bottom: 1em;
  }

  .margin-40 {
    margin-bottom: .5em;
  }

  .text-display-4 {
    width: 100%;
    text-align: center;
    text-transform: none;
    margin-top: 20px;
    margin-bottom: 1em;
    font-size: 1.5rem;
    font-weight: 700;
  }

  .text-body-2 {
    font-size: 1.5em;
  }

  .text-body-2.text-color-dark {
    margin-top: 1rem;
    margin-left: 1rem;
    font-size: .8rem;
  }

  .image-contain.work {
    height: 400px;
    border-radius: 2em;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 0%;
    display: block;
  }

  .image-contain.thumb.margin-24 {
    height: auto;
    padding-top: 64%;
  }

  .work-card {
    flex-direction: column;
    margin-bottom: 2em;
    padding: 2.5em 1.25em;
  }

  .work-card.card-1 {
    width: 90vw;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
  }

  .work-card.card-2 {
    width: 90vw;
  }

  .work-card.card-3 {
    width: 90vw;
    align-items: flex-start;
    position: static;
  }

  .work-card.card-4 {
    width: 90vw;
    background-color: #fefcfb;
  }

  .work-top {
    width: 95%;
    margin-bottom: 0;
  }

  .work-bottom {
    margin-top: 20px;
    display: block;
  }

  .work-left {
    width: 100%;
  }

  .work-right {
    width: 100%;
    align-items: flex-start;
  }

  .track-item {
    width: 7em;
    height: 7em;
    padding: 1em;
  }

  .about-item {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
    grid-template-columns: 1fr;
    margin-bottom: 1.5em;
    padding-bottom: 1.5em;
  }

  .text-divider, .text-medium.hide-mobile {
    display: none;
  }

  .slider-mask {
    width: 90%;
  }

  .nav-btn-icon {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
  }

  .body {
    margin-top: 40px;
  }

  .text-display-6 {
    font-size: 3em;
  }

  .right-arrow {
    bottom: -6%;
    right: 0%;
  }

  .left-arrow {
    bottom: -6%;
    left: 10%;
  }

  .image-contain-quad.thumb.margin-24 {
    height: auto;
    padding-top: 64%;
  }

  .team {
    padding-top: 3.75em;
    padding-bottom: 3.75em;
  }

  .team.blog {
    padding-bottom: 8em;
  }

  .raum {
    padding-top: 3.75em;
    padding-bottom: 3.75em;
  }

  .raum.padding-bottom-0 {
    margin-top: 2rem;
    padding-top: 1em;
  }

  .raum.blog {
    padding-bottom: 8em;
  }

  .team-card {
    width: 90vw;
    height: auto;
    min-height: 50vh;
    flex-direction: column;
    margin-bottom: 100px;
    padding: 2.5em 1.25em;
  }

  .text-display-team {
    color: #3b568d;
    margin-bottom: 15px;
    font-family: Montserrat, sans-serif;
    font-size: 7vw;
    font-weight: 700;
    line-height: 1;
  }

  .text-display-team.card-theo {
    margin-bottom: 10px;
    margin-left: 0;
  }

  .team-text {
    width: 100%;
    margin-bottom: 10px;
    font-size: 3vw;
    line-height: 1.2;
  }

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

  .image-contain-2.thumb.margin-24 {
    height: auto;
    padding-top: 64%;
  }

  .sticky-section-wrapper {
    display: none;
  }

  .team-right {
    width: 100%;
    font-size: 3em;
  }

  .image-split {
    height: 100%;
    max-width: 100%;
    margin-top: 0%;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .column-2 {
    height: 100%;
    background-image: url('../images/_mg_0832.jpg');
    background-position: 35%;
  }

  .column-4 {
    background-image: url('../images/_mg_0883-bearbeitet.jpg');
    background-position: 50%;
  }

  .col-anfahrt-links._11-24, .col-anfahrt-links._6-24, .col-anfahrt-links._8-24, .col-anfahrt-links._3-24, .col-anfahrt-links._9-24, .col-anfahrt-links._5-24, .col-anfahrt-links._2-24, .col-anfahrt-links._12-24, .col-anfahrt-links._7-24, .col-anfahrt-links._1-24, .col-anfahrt-links._4-24 {
    max-width: 100%;
  }

  .col-anfahrt-links._4-24.text-small {
    min-width: auto;
  }

  .col-anfahrt-links._14-24, .col-anfahrt-links._15-24, .col-anfahrt-links._16-24, .col-anfahrt-links._17-24, .col-anfahrt-links._18-24, .col-anfahrt-links._19-24, .col-anfahrt-links._20-24, .col-anfahrt-links._21-24, .col-anfahrt-links._22-24, .col-anfahrt-links._23-24 {
    max-width: 100%;
  }

  .col-anfahrt-rechts {
    display: none;
  }

  .col-anfahrt-rechts._11-24, .col-anfahrt-rechts._6-24, .col-anfahrt-rechts._8-24, .col-anfahrt-rechts._3-24, .col-anfahrt-rechts._9-24, .col-anfahrt-rechts._5-24, .col-anfahrt-rechts._2-24, .col-anfahrt-rechts._12-24, .col-anfahrt-rechts._7-24, .col-anfahrt-rechts._1-24, .col-anfahrt-rechts._4-24 {
    max-width: 100%;
  }

  .col-anfahrt-rechts._4-24.text-small {
    min-width: auto;
  }

  .col-anfahrt-rechts._14-24, .col-anfahrt-rechts._15-24, .col-anfahrt-rechts._16-24, .col-anfahrt-rechts._17-24, .col-anfahrt-rechts._18-24, .col-anfahrt-rechts._19-24, .col-anfahrt-rechts._20-24, .col-anfahrt-rechts._21-24, .col-anfahrt-rechts._22-24, .col-anfahrt-rechts._23-24 {
    max-width: 100%;
  }

  .text-body-small {
    color: #333;
    font-size: 14px;
  }

  .text-body-small.text-color-dark {
    font-size: 14px;
  }

  .text-body-small.bolt {
    margin-top: 0;
    margin-left: 20px;
    font-weight: 700;
    display: inline-block;
  }

  .welcome-text-wrapper {
    height: 20vh;
  }

  .columns-2 {
    width: 100%;
  }

  .image-4 {
    margin-bottom: 1em;
  }

  .link {
    margin-bottom: 1em;
    font-size: 14px;
  }

  .nav-link-kontakt {
    text-align: right;
    flex: 1;
    padding-top: .3em;
    padding-bottom: .3em;
    padding-right: 0;
  }

  .team-card-mobile {
    height: auto;
    flex-direction: column;
    margin-bottom: 2em;
    padding: 1.5em 1.25em;
    font-size: 1vw;
  }

  .heading-3 {
    text-align: left;
    margin-bottom: 10px;
    position: relative;
    top: 0;
    right: 25%;
  }

  .link-block {
    margin-top: 20px;
    font-size: 2.5em;
    display: block;
  }

  .image-5 {
    margin-left: 5px;
  }

  .col-select-left._11-24, .col-select-left._6-24, .col-select-left._8-24, .col-select-left._3-24, .col-select-left._9-24, .col-select-left._5-24, .col-select-left._2-24, .col-select-left._12-24, .col-select-left._7-24, .col-select-left._1-24, .col-select-left._4-24 {
    max-width: 100%;
  }

  .col-select-left._4-24.text-small {
    min-width: auto;
  }

  .col-select-left._14-24, .col-select-left._15-24, .col-select-left._16-24, .col-select-left._17-24, .col-select-left._18-24, .col-select-left._19-24, .col-select-left._20-24, .col-select-left._21-24, .col-select-left._22-24, .col-select-left._23-24, .col-select-right._11-24, .col-select-right._6-24, .col-select-right._8-24, .col-select-right._3-24, .col-select-right._9-24, .col-select-right._5-24, .col-select-right._2-24, .col-select-right._12-24, .col-select-right._7-24, .col-select-right._1-24, .col-select-right._4-24 {
    max-width: 100%;
  }

  .col-select-right._4-24.text-small {
    min-width: auto;
  }

  .col-select-right._14-24, .col-select-right._15-24, .col-select-right._16-24, .col-select-right._17-24, .col-select-right._18-24, .col-select-right._19-24, .col-select-right._20-24, .col-select-right._21-24, .col-select-right._22-24, .col-select-right._23-24 {
    max-width: 100%;
  }

  .image-contain-landing.hero {
    width: 100%;
    height: 100%;
    border-radius: 1px;
  }

  .image-contain-landing.work {
    height: 400px;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 0%;
    display: block;
  }

  .image-contain-landing.thumb.margin-24 {
    height: auto;
    padding-top: 64%;
  }

  .text-display-7 {
    font-size: 1.3em;
  }

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

  .image-contain-choose.work {
    height: 400px;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 0%;
    display: block;
  }

  .image-contain-choose.thumb.margin-24 {
    height: auto;
    padding-top: 64%;
  }

  .row-choose.hero-bottom {
    height: auto;
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: row;
  }

  .row-choose.work-card-wrap {
    justify-content: flex-start;
    align-items: center;
  }

  .row-choose.title-header {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-direction: column;
  }

  .row-choose.about {
    padding: 2.5em 1.25em;
    position: static;
  }

  .row-choose.footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .row-choose.blog {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .about-text-caption {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .about-display-text {
    font-size: 2em;
  }

  .about-display-text.card-theo {
    margin-bottom: 10px;
  }

  .single-about-card {
    flex-direction: column;
    margin-bottom: 2em;
    padding: 2.5em 1.25em;
  }

  .heading-team {
    text-align: center;
    margin-top: 0;
    margin-left: 0;
    font-size: 2rem;
  }

  .columns-4 {
    height: 100%;
  }

  .column-8 {
    height: 40vh;
  }

  .column-9 {
    height: auto;
  }

  .image-9 {
    width: auto;
    height: 100%;
    min-width: auto;
    flex: 1;
  }

  .div-block-6 {
    width: 80vw;
    height: 100%;
    background-image: none;
    align-items: flex-start;
    display: flex;
  }

  .sticky-heading-div {
    padding-top: 1em;
  }

  .behandlung-section {
    overflow: hidden;
  }

  .behandlung-box {
    width: 90vw;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-6 {
    margin-bottom: 1em;
    font-size: 1.5rem;
  }

  .columns-5 {
    width: 100%;
  }

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

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

  .columns-6 {
    height: 50vh;
  }

  .column-10 {
    height: 70%;
  }

  .rich-text-block {
    text-align: left;
    font-size: 14px;
  }

  .kontakt-wrapper {
    height: 30em;
  }

  .kontakt-bg {
    height: 70%;
  }

  .div-block-11 {
    height: 90%;
  }

  .column-13 {
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .heading-7 {
    width: 100%;
    margin-bottom: .6em;
    font-size: 1rem;
  }

  .text-block-3 {
    font-size: 14px;
    display: none;
  }

  .box.hero-bottom {
    height: auto;
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: row;
  }

  .box.work-card-wrap {
    justify-content: flex-start;
    align-items: center;
  }

  .box.title-header {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-direction: column;
  }

  .box.about {
    margin-top: 30px;
    padding: 2.5em 1.25em;
    position: static;
  }

  .box.footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .box.blog {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .kontakt-links._11-24, .kontakt-links._6-24, .kontakt-links._8-24, .kontakt-links._3-24, .kontakt-links._9-24, .kontakt-links._5-24, .kontakt-links._2-24, .kontakt-links._12-24, .kontakt-links._7-24, .kontakt-links._1-24, .kontakt-links._4-24 {
    max-width: 100%;
  }

  .kontakt-links._4-24.text-small {
    min-width: auto;
  }

  .kontakt-links._14-24, .kontakt-links._15-24, .kontakt-links._16-24, .kontakt-links._17-24, .kontakt-links._18-24, .kontakt-links._19-24, .kontakt-links._20-24, .kontakt-links._21-24, .kontakt-links._22-24, .kontakt-links._23-24 {
    max-width: 100%;
  }

  .kontakt-rechts {
    display: none;
  }

  .kontakt-rechts._11-24, .kontakt-rechts._6-24, .kontakt-rechts._8-24, .kontakt-rechts._3-24, .kontakt-rechts._9-24, .kontakt-rechts._5-24, .kontakt-rechts._2-24, .kontakt-rechts._12-24, .kontakt-rechts._7-24, .kontakt-rechts._1-24, .kontakt-rechts._4-24 {
    max-width: 100%;
  }

  .kontakt-rechts._4-24.text-small {
    min-width: auto;
  }

  .kontakt-rechts._14-24, .kontakt-rechts._15-24, .kontakt-rechts._16-24, .kontakt-rechts._17-24, .kontakt-rechts._18-24, .kontakt-rechts._19-24, .kontakt-rechts._20-24, .kontakt-rechts._21-24, .kontakt-rechts._22-24, .kontakt-rechts._23-24 {
    max-width: 100%;
  }

  .anfahrt-wrapper.hero-bottom {
    height: auto;
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: row;
  }

  .anfahrt-wrapper.work-card-wrap {
    justify-content: flex-start;
    align-items: center;
  }

  .anfahrt-wrapper.title-header {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-direction: column;
  }

  .anfahrt-wrapper.about {
    padding: 2.5em 1.25em;
    position: static;
  }

  .anfahrt-wrapper.footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .anfahrt-wrapper.blog {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .raume-wrapper-copy.hero-bottom {
    height: auto;
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: row;
  }

  .raume-wrapper-copy.work-card-wrap {
    justify-content: flex-start;
    align-items: center;
  }

  .raume-wrapper-copy.title-header {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-direction: column;
  }

  .raume-wrapper-copy.about {
    padding: 2.5em 1.25em;
    position: static;
  }

  .raume-wrapper-copy.footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .raume-wrapper-copy.blog {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .raumvermietung-welcome {
    height: auto;
  }

  .heading-8 {
    font-size: 1.2em;
  }

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

  .text-display-tuerkis {
    font-size: 3em;
  }

  .text-display-tuerkis.raum-tuerkis {
    margin-top: .2em;
    margin-left: .2em;
    font-size: 3rem;
  }

  .text-display-gelb {
    font-size: 3em;
  }

  .text-display-gelb.raum-sonne {
    margin-top: .2em;
    margin-left: .2em;
    font-size: 3rem;
  }

  .text-display-2-mint {
    font-size: 3em;
  }

  .text-display-2-mint.raum-mint {
    text-align: left;
    margin-top: .2em;
    margin-left: .2em;
    font-size: 3rem;
  }

  .text-display-2-blau {
    font-size: 3em;
  }

  .mobile-team {
    min-height: 100vh;
    margin-bottom: -80px;
    display: block;
  }

  .mobile-team-wrapper {
    margin-top: 20vh;
  }

  .behandlung-text {
    font-size: 13px;
    line-height: 26px;
  }

  .column-14 {
    margin-top: -35px;
  }

  .image-14 {
    display: none;
  }

  .m-nav-toggle {
    z-index: 999;
  }

  .m-nav-close-icon {
    width: 30px;
  }

  .nav-overlay-gradient-bottom {
    background-image: linear-gradient(to top, #fff 15%, rgba(36, 36, 35, 0));
  }

  .m-nav-toggle-open {
    z-index: 1;
    display: block;
  }

  .m-nav-overlay {
    z-index: 95;
    height: 100vh;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #fefcfb;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .m-nav-toggle-inner {
    background-color: #223459;
    border-radius: 4em;
    display: flex;
  }

  .m-nav-toggle-inner.close {
    background-color: rgba(0, 0, 0, 0);
    position: relative;
  }

  .m-nav-toggle-description {
    letter-spacing: .1em;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    display: block;
  }

  .m-nav-link {
    color: #171717;
    font-family: Montserrat, sans-serif;
  }

  .m-nav-link.w--current {
    color: #171717;
  }

  .m-nav-list {
    color: #333;
  }

  .m-nav-toggle-close {
    z-index: 1;
    opacity: 1;
    display: block;
  }

  .nav-overlay-gradient-top {
    background-image: linear-gradient(rgba(31, 143, 126, .18) 15%, rgba(36, 36, 35, 0));
  }

  .mobile-nav {
    z-index: 999;
  }

  .m-nav-content {
    display: flex;
  }

  .m-nav-link-item.first-item {
    padding-top: 0;
  }

  .div-block-15 {
    background-color: #000;
  }

  .heading-8-copy {
    margin-left: 0;
    font-size: 1.2em;
  }

  .html-embed-3 {
    margin-bottom: 5px;
    padding-left: 19px;
    padding-right: 19px;
  }

  .heading-vermietung {
    text-align: center;
    margin-top: 0;
    margin-left: 0;
    font-size: 2rem;
  }

  .text-block-6 {
    width: 90vw;
    margin-left: 0;
    font-family: Montserrat, sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.2;
  }

  .tour-button, .big-slider-petrol {
    display: none;
  }

  .tour-wrapper {
    width: 100vw;
    justify-content: center;
    display: flex;
  }

  .slider-3 {
    width: 70vw;
  }

  .tour-close-icon {
    width: 20px;
  }

  .kreis-link {
    white-space: normal;
    margin-bottom: 1em;
    font-size: 3em;
  }

  .kreis-wahl {
    width: 60em;
    margin-right: 0;
  }

  .kreis-box {
    width: 100vw;
  }

  .kreis-wrapper {
    width: 100vw;
    max-width: 100vw;
    flex-direction: row;
    justify-content: center;
    margin-top: 0;
    margin-left: 0;
    padding-left: 0;
  }

  .kontakt-popup {
    width: auto;
  }

  .link-block-5 {
    margin-bottom: 0;
  }

  .link-block-6 {
    width: 100%;
  }

  .welcome-heading {
    font-size: 7vw;
  }

  .welcome-heading-small {
    font-size: 5vw;
  }

  .preise-heading-1.petrol, .preise-heading-1.sonne, .preise-heading-1.mint {
    margin-left: 0;
    font-size: 3em;
  }

  .preise-heading-2 {
    color: #333;
    margin-left: 12px;
    font-family: Montserrat, sans-serif;
    font-size: 1rem;
  }

  .preise-heading-wrapper {
    width: 100%;
    margin-bottom: 2em;
  }

  .raumvermietung-top-section {
    width: 90%;
    height: 40vh;
  }

  .raum-image-split-contain.work {
    height: 400px;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 0%;
    display: block;
  }

  .raum-image-split-contain.thumb.margin-24 {
    height: auto;
    padding-top: 64%;
  }

  .div-block-17 {
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 0;
    display: flex;
  }

  .kernteam-bild-wrapper {
    width: 90vw;
    border-radius: 2em;
  }

  .preise-heading-list {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .logo-big-wrapper-mobile {
    z-index: 10;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .image-15 {
    width: auto;
  }

  .div-block-19 {
    width: 50%;
    background-color: #fff;
    border-radius: 4em;
    padding: 20px;
  }

  .section-heading {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 40px;
  }

  .section-heading.white {
    font-size: 30px;
  }

  .kontakt-text {
    flex-direction: column;
    padding-bottom: 0;
    padding-left: 0;
  }

  .block-heading {
    width: 100%;
    text-align: center;
    text-transform: none;
    margin-top: 20px;
    margin-bottom: 1em;
    font-size: 7vw;
    font-weight: 700;
  }

  .free-heading {
    width: 80vw;
    text-transform: none;
    font-size: 1.5rem;
  }

  .logo-big-wrapper-web {
    z-index: 10;
    justify-content: center;
    align-items: center;
    display: flex;
    position: static;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .image-16 {
    border-radius: 2em;
  }

  .kreis-link-unter {
    margin-bottom: 1em;
    font-size: 3em;
  }

  .kreis-link-unter._1 {
    font-size: 3em;
  }

  .kreis-frage {
    margin-bottom: 1em;
    font-size: 3em;
  }

  .kreis-wahl-auswahl {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding: 20px 10px;
  }

  .kreis-wahl-kontakt {
    width: auto;
    margin-left: 0;
    margin-right: 10px;
    position: -webkit-sticky;
    position: sticky;
    top: 10vh;
    bottom: 10vh;
  }

  .kontakt-link, .kontakt-link-haberhauer {
    margin-bottom: 1em;
    font-size: 3em;
  }

  .dropdown {
    max-width: 90%;
  }

  .kontakt-link-dropsown, .kreis-wir {
    margin-bottom: 1em;
    font-size: 3em;
  }

  .anfahrt-container {
    margin-top: 2rem;
    position: relative;
  }

  .slider-4 {
    display: none;
  }

  .infos-dropbox-wrapper {
    margin-left: 1rem;
  }

  .slider-link {
    z-index: 10;
    justify-content: center;
    display: flex;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .link-block-8 {
    display: inline-block;
  }

  .lightbox-link-3 {
    width: 100%;
    height: 100%;
    border-radius: 2em;
    justify-content: center;
    display: flex;
  }

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

  .image-mint, .image-mint._01 {
    border-radius: 2em;
  }

  .praxis-angebot-auflistung {
    margin-bottom: 8px;
  }

  .kreis-no-link {
    margin-bottom: 1em;
    font-size: 3em;
  }

  .kreis-wahl-kontakt-copy {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .praxis-section {
    padding-top: 3.75em;
    padding-bottom: 3.75em;
  }

  .praxis-section.hero {
    padding-top: 0;
  }

  .praxis-section.blog {
    padding-bottom: 8em;
  }

  .blogpost-content-wrapper.hero-image {
    height: 60vh;
  }

  .blogpost-content-wrapper.hero-bottom {
    height: auto;
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: row;
  }

  .blogpost-content-wrapper.work-card-wrap {
    justify-content: flex-start;
    align-items: center;
  }

  .blogpost-content-wrapper.title-header {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-direction: column;
  }

  .blogpost-content-wrapper.about {
    padding: 2.5em 1.25em;
    position: static;
  }

  .blogpost-content-wrapper.footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .blogpost-content-wrapper.blog {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .ease-box {
    width: 100vw;
  }

  .ease-wrapper {
    width: auto;
    flex-direction: row;
    justify-content: center;
    margin-top: 0;
    margin-left: 0;
    padding: 10px;
  }

  .ease-logo-wrapper {
    height: auto;
    align-items: center;
  }

  .image-22 {
    height: 140px;
  }

  .ease-font-wrapper {
    justify-content: space-between;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .ease-headings {
    margin-top: 0;
    font-size: 1rem;
  }

  .text-infos-dropdown-content {
    width: 100%;
    margin-bottom: 2em;
  }

  .rich-text-block-margin, .rich-text-block-long {
    text-align: left;
    font-size: 14px;
  }

  .partner-logo {
    font-size: 1rem;
  }

  .partner-logo-small {
    font-size: .6rem;
  }

  .button-hori {
    margin-top: 0;
  }

  .team-card-margin-2, .team-card-margin {
    display: none;
  }

  .fs-cc-banner_buttons-wrapper {
    width: 100%;
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
  }

  .fs-cc-prefs_content {
    padding: 1.5rem;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: .5rem;
    margin-left: 0;
  }

  .fs-cc-banner_close {
    position: absolute;
    top: -1.5rem;
    bottom: auto;
    left: auto;
    right: .75rem;
  }

  .fs-cc-prefs_component {
    padding: 1.5rem;
  }

  .fs-cc-prefs_button {
    margin-bottom: .5rem;
  }

  .logo-image {
    margin-bottom: 25px;
  }

  .m-nav-toggle-inner-3 {
    background-color: #223459;
    border-radius: 4em;
    display: flex;
  }

  .m-nav-toggle-inner-3.close {
    background-color: rgba(0, 0, 0, 0);
    position: relative;
  }

  .m-nav-overlay-3 {
    z-index: 95;
    height: 100vh;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #fefcfb;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .m-nav-list-3 {
    color: #333;
  }

  .m-nav-link-3 {
    color: #171717;
    font-family: Montserrat, sans-serif;
  }

  .m-nav-link-3.w--current {
    color: #171717;
  }

  .m-nav-toggle-inner-4 {
    background-color: #223459;
    border-radius: 4em;
    display: flex;
  }

  .m-nav-toggle-inner-4.close {
    background-color: rgba(0, 0, 0, 0);
    position: relative;
  }
}

@media screen and (max-width: 991px) {
  #w-node-bece8a54-44bd-2aec-ff2e-5026fee5cc5f-a150411f, #w-node-_9057ea78-36d2-9b8f-284c-256dd80574c2-cf504124 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Nacelle';
  src: url('../fonts/nacelle-bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nacelle';
  src: url('../fonts/nacelle-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mattone 150';
  src: url('../fonts/mattone-150.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}