@font-face {
  font-family: Subset Futurapt Book;
  src: url('../fonts/subset-FuturaPT-Book.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Subset Futurapt Demi;
  src: url('../fonts/subset-FuturaPT-Demi.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Subset Futurapt;
  src: url('../fonts/subset-FuturaPT-Light.woff') format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --light-grey-02: #f3f2ee;
  --grey-02: #4c4b49;
  --green-prio: #74947d;
  --green-soft: #93af98;
  --blue-prio: #4879b1;
  --blue-soft: #7190be;
  --gold-prio: #c4bd87;
  --orange-prio: #e26024;
  --orange-soft: #e67e49;
  --purple-prio: #815799;
  --spark-library--black: black;
  --spark-library--foreground-interactive: #5532fa;
  --grey-01: #34332f;
  --gold-soft: #d2c98e;
  --purple-soft: #9877ac;
  --spark-library--white: white;
  --light-grey-01: #ddd9d0;
  --spark-library--foreground-tertiary: #0000008f;
  --grey-03: #5c5b59;
  --spark-library--background--interactive: #f0ecfd;
}

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

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

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.25;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: underline;
}

strong {
  font-family: Subset Futurapt Demi, Arial, sans-serif;
  font-weight: 400;
}

.body {
  background-color: var(--light-grey-02);
  color: var(--grey-02);
  font-family: Subset Futurapt Book, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.25;
}

.spark-nav-link {
  color: var(--grey-02);
  text-align: center;
  text-transform: uppercase;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  height: 35px;
  margin-left: 0;
  padding: 16px 15px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: background-color .15s, color .15s, opacity .15s;
  display: flex;
}

.spark-nav-link:hover {
  opacity: 1;
  color: var(--green-prio);
  background-color: #fff0;
}

.spark-nav-link.w--current {
  background-color: var(--green-soft);
  color: var(--light-grey-02);
}

.spark-nav-link.contact {
  font-family: Subset Futurapt Demi, Arial, sans-serif;
}

.spark-nav-link.tower:hover {
  color: var(--blue-prio);
}

.spark-nav-link.tower.w--current {
  background-color: var(--blue-soft);
  color: var(--light-grey-02);
}

.spark-nav-link.jette:hover {
  color: var(--gold-prio);
}

.spark-nav-link.jette.w--current {
  background-color: var(--gold-prio);
}

.spark-nav-link.jette.w--current:hover {
  color: var(--light-grey-02);
}

.spark-nav-link.hilde:hover {
  color: var(--orange-prio);
}

.spark-nav-link.hilde.w--current {
  background-color: var(--orange-soft);
}

.spark-nav-link.hilde.w--current:hover {
  color: var(--light-grey-02);
}

.spark-nav-link.frieda:hover {
  color: var(--purple-prio);
}

.spark-nav-link.frieda.w--current {
  background-color: var(--purple-prio);
  color: var(--light-grey-02);
}

.spark-line-3 {
  z-index: 2;
  background-color: var(--spark-library--black);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
}

.spark-line-3.spark-simple-line {
  background-color: var(--spark-library--foreground-interactive);
  border-radius: 3px;
  width: 12.75px;
  height: 3.3px;
  margin-left: 18px;
  top: 38px;
}

.spark-line-1 {
  z-index: 2;
  background-color: var(--spark-library--black);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
}

.spark-line-1.spark-simple-line {
  background-color: var(--spark-library--foreground-interactive);
  border-radius: 3px;
  width: 24px;
  height: 3.3px;
  top: 18px;
}

.spark-line-2 {
  z-index: 1;
  background-color: var(--spark-library--black);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
}

.spark-line-2.spark-simple-line {
  background-color: var(--spark-library--foreground-interactive);
  border-radius: 3px;
  width: 24px;
  height: 3.3px;
  top: 28px;
}

.spark-centered-brand-logo {
  z-index: 2;
  aspect-ratio: auto;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
  position: relative;
  inset: 0 0% auto;
}

.spark-hamburger-menu-inner {
  justify-content: center;
  align-items: center;
  max-width: 1730px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 5%;
  display: flex;
  position: relative;
}

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

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

.spark-centered-nav-with-links-left-and-right {
  z-index: 999;
  background-color: var(--light-grey-02);
  width: 100%;
  height: 140px;
  padding: 0 0%;
  position: fixed;
  top: 0;
}

.spark-full-nav-menu {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.udesly-overline-large {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
}

.udesly-display-large {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 52px;
  font-weight: 500;
  line-height: 56px;
}

.udesly-display-large.udesly-text-extrabold {
  font-size: 52px;
}

.udesly-paragraph-large {
  color: #404040;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.udesly-container {
  width: 100%;
  max-width: 1730px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.udesly-container.intro {
  max-width: 1200px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.udesly-container.map-container {
  max-width: none;
}

.udesly-container.objekt {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.udesly-container.progress-slider-content {
  margin-top: 40px;
  margin-bottom: 20px;
}

.udesly-column {
  width: 100%;
  position: relative;
}

.udesly-grid-two-column {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.udesly-section {
  background-color: #fff0;
  padding: 50px 5%;
  position: relative;
}

.udesly-section.title {
  aspect-ratio: 16 / 9;
  justify-content: center;
  align-items: flex-start;
  padding: 100px 0% 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.udesly-section.in-title {
  width: 100%;
}

.udesly-section.intro {
  background-color: var(--light-grey-02);
  color: var(--grey-02);
  padding-top: 0;
  padding-bottom: 0;
}

.udesly-section.map {
  padding: 0 0%;
  display: flex;
  overflow: hidden;
}

.udesly-section.sub-intro {
  padding-top: 10px;
  padding-bottom: 80px;
}

.udesly-section.map-title {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.udesly-section.map-info {
  z-index: 100;
  padding: 60px 0%;
}

.udesly-section.gallery-lage {
  padding: 0 0%;
  overflow: hidden;
}

.udesly-section.tower {
  background-image: url('../images/tower-illu.png');
  background-position: 110% -10%;
  background-repeat: no-repeat;
  background-size: 450px;
  min-height: 1200px;
}

.udesly-section.map-wrapper-section {
  padding-top: 0;
  padding-bottom: 0;
}

.udesly-section.decoration-headline-section {
  padding-top: 0;
  padding-bottom: 0;
  bottom: auto;
}

.udesly-section.quartier-grafik {
  padding: 0 0%;
}

.udesly-section.quartier-object-section {
  background-image: linear-gradient(180deg, #f0eeeb 77%, var(--light-grey-02));
}

.udesly-section.ludwig {
  background-image: url('../images/ludwig-illu.png');
  background-position: 100% -7%;
  background-repeat: no-repeat;
  background-size: 30%;
}

.udesly-section.jette {
  background-image: url('../images/jette-illu.png');
  background-position: 108% 0;
  background-repeat: no-repeat;
  background-size: 38%;
}

.udesly-section.hilde {
  background-image: url('../images/hilde-illu.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 30%;
}

.udesly-section.frieda {
  background-image: url('../images/frieda-illu.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 23%;
}

.udesly-section.fullbody-grundriss {
  padding: 0 0%;
}

.udesly-section.ansprechpartner {
  aspect-ratio: 2;
  background-image: url('../images/michel-v2.png');
  background-position: 80% 0;
  background-repeat: no-repeat;
  background-size: auto 130%;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.udesly-section.footer {
  background-color: var(--green-prio);
  color: var(--light-grey-02);
}

.udesly-section.map-svg-section {
  background-color: #5c5c5a;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0%;
  display: flex;
}

.udesly-section.download-hub {
  border-bottom: 1px solid var(--light-grey-02);
  background-color: var(--green-prio);
  color: var(--light-grey-02);
}

.headline-h1 {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Subset Futurapt Demi, Arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.125;
}

.headline-h1.title {
  color: var(--light-grey-02);
  text-transform: uppercase;
  font-family: Subset Futurapt Book, Arial, sans-serif;
  font-size: 8rem;
  line-height: .85;
}

.paragraph {
  margin-bottom: 0;
  font-size: 1.25rem;
}

.paragraph.intro {
  font-family: Subset Futurapt, Arial, sans-serif;
  font-size: 2rem;
}

.paragraph.contact-worktitle {
  margin-bottom: 0;
  font-size: 1rem;
  font-style: italic;
}

.paragraph.contact-name {
  margin-bottom: 0;
  font-family: Subset Futurapt Demi, Arial, sans-serif;
  font-size: 1rem;
}

.paragraph.object-small {
  font-size: .85rem;
}

.paragraph.object-small.label-left {
  flex: 0 auto;
  width: auto;
  display: block;
}

.paragraph.object-small.value {
  flex: 0 auto;
  display: block;
}

.paragraph.object-small.description {
  margin-bottom: 5px;
}

.paragraph.third-grid-gallery-text {
  text-align: right;
  font-size: 1rem;
}

.paragraph.third-grid-gallery-text.small {
  font-size: .85rem;
}

.paragraph.footer {
  font-size: 1rem;
}

.paragraph.map-intro-text {
  color: var(--light-grey-02);
  font-family: Subset Futurapt, Arial, sans-serif;
  font-size: 1.125rem;
}

.nav-link-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.logo-nav-vert {
  object-fit: contain;
  align-self: flex-start;
  max-width: 65px;
  height: 100%;
  display: block;
}

.logo-nav-vert.start {
  max-width: 60px;
}

.logo-nav-vert.scrolling {
  width: 100%;
  max-width: 300px;
  display: none;
}

.logo-word-wrapper {
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
}

.section-logo {
  width: 100%;
  max-width: 300px;
  display: block;
}

.section-logo._01-quartier, .section-logo.tower, .section-logo.ludwig, .section-logo.quartier, .section-logo.jette, .section-logo.hilde, .section-logo.frieda {
  display: none;
}

.headline-h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Subset Futurapt Demi, Arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.125;
}

.headline-h2.map-title {
  color: var(--green-prio);
  text-transform: uppercase;
  font-family: Subset Futurapt Demi, Arial, sans-serif;
  font-size: 5rem;
  line-height: 1;
}

.headline-h2.objekt-title {
  color: var(--blue-soft);
  text-transform: uppercase;
  font-family: Subset Futurapt Demi, Arial, sans-serif;
  font-size: 5rem;
  line-height: 1;
}

.headline-h2.objekt-title.ludwig {
  color: var(--green-soft);
}

.headline-h2.objekt-title.jette {
  color: var(--gold-soft);
}

.headline-h2.objekt-title.hilde {
  color: var(--orange-soft);
}

.headline-h2.objekt-title.frieda {
  color: var(--purple-soft);
}

.headline-h2.decoration-headline {
  color: var(--blue-soft);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Subset Futurapt Demi, Arial, sans-serif;
  font-size: 17vw;
  position: relative;
  bottom: auto;
  transform: translate(0, 3vw);
}

.headline-h2.decoration-headline.ludwig {
  color: var(--green-soft);
}

.headline-h2.decoration-headline.jette {
  color: var(--gold-soft);
}

.headline-h2.decoration-headline.hilde {
  color: var(--orange-soft);
}

.headline-h2.decoration-headline.frieda {
  color: var(--purple-soft);
}

.headline-h2.third-gallery {
  margin-bottom: 30px;
}

.headline-h2.third-gallery.ansprechpartner-kontakt {
  color: var(--green-prio);
}

.headline-h2.map-intro-title {
  color: var(--light-grey-02);
  font-family: Subset Futurapt Book, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 400;
}

.headline-h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Subset Futurapt Demi, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.125;
}

.headline-h3.ansprechpartner {
  font-size: 2rem;
}

.headline-h3.ansprechpartner.tower {
  color: var(--blue-soft);
}

.headline-h3.ansprechpartner.ludwig {
  color: var(--green-prio);
}

.headline-h3.ansprechpartner.jette {
  color: var(--gold-prio);
}

.headline-h3.ansprechpartner.hilde {
  color: var(--orange-prio);
}

.headline-h3.ansprechpartner.frieda {
  color: var(--purple-soft);
}

.headline-h3.map-nav-headline {
  color: var(--light-grey-02);
  margin-bottom: 5px;
  font-family: Subset Futurapt Demi, Arial, sans-serif;
  font-size: 1.125rem;
}

.nav-spacer {
  height: 140px;
}

.title-background-video {
  aspect-ratio: 16 / 9;
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto;
}

.title-video-overlay {
  background-color: #555555a1;
  background-image: linear-gradient(157deg, #5a505000, #23292c45);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.title-text-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.title-subline {
  color: var(--light-grey-02);
  font-family: Subset Futurapt Book, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 400;
}

.intro-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  display: flex;
  position: relative;
}

.intro-gridbox {
  text-align: right;
  flex: 0 auto;
  align-self: flex-start;
  width: 50%;
  padding-top: 50px;
  padding-bottom: 50px;
  position: sticky;
  top: 140px;
}

.intro-gridbox.right {
  text-align: left;
  height: 100%;
  position: relative;
  top: auto;
}

.intro-gridbox.left {
  height: auto;
}

.headline-slim {
  font-family: Subset Futurapt, Arial, sans-serif;
}

.spacer-30 {
  height: 30px;
}

.spacer-30.footer-line {
  background-color: var(--light-grey-02);
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 0;
}

.btn-std {
  background-color: var(--green-prio);
  color: var(--light-grey-02);
  letter-spacing: 1.25px;
  text-transform: uppercase;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 10px 20px;
  font-size: 1.125rem;
  line-height: 1;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  transform: translate(0);
  box-shadow: 0 0 #0003;
}

.btn-std:hover {
  transform: translate(0, -2px);
  box-shadow: 0 2px #0003;
}

.btn-std.outline {
  border: 1px solid var(--light-grey-02);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #74947d00;
}

.btn-std.small {
  font-size: 1rem;
}

.btn-std.small.tower {
  background-color: var(--blue-prio);
  text-align: center;
}

.btn-std.small.outline.tower {
  border-color: var(--blue-prio);
  color: var(--blue-prio);
  background-color: #4879b100;
}

.btn-std.small.outline.ludwig {
  border-color: var(--green-prio);
  color: var(--green-prio);
}

.btn-std.small.outline.jette {
  border-color: var(--gold-prio);
  color: var(--gold-prio);
}

.btn-std.small.outline.hilde {
  border-color: var(--orange-prio);
  color: var(--orange-prio);
}

.btn-std.small.outline.frieda {
  border-color: var(--purple-prio);
  color: var(--purple-prio);
}

.btn-std.small.outline.has-icon {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.btn-row {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.h1-small {
  font-size: 4rem;
}

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

.gridmap-intro.objekt {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.gridmap-icon-box {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.gridmap-icon-box.objekt {
  background-color: var(--blue-soft);
  color: var(--light-grey-02);
  mix-blend-mode: darken;
  background-image: none;
  padding: 40px;
}

.gridmap-icon-box.objekt.ludwig {
  background-color: var(--green-soft);
  mix-blend-mode: normal;
}

.gridmap-icon-box.objekt.jette {
  background-color: var(--gold-soft);
  mix-blend-mode: normal;
}

.gridmap-icon-box.objekt.hilde {
  background-color: var(--orange-soft);
  mix-blend-mode: normal;
}

.gridmap-icon-box.objekt.frieda {
  background-color: var(--purple-soft);
  mix-blend-mode: normal;
}

.gridmap-icon-col {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

.gridmap-icon-row {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.gridmap-icon-wrapper {
  width: auto;
}

.gridmap-icon-text {
  font-size: 1.33vw;
}

.gridmap-icon-text.dark {
  color: var(--grey-01);
}

.gridmap-icon {
  width: 50px;
  min-width: 50px;
}

.gridmap-gridbox {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gridmap-gridbox.objekt {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: start;
}

.square-linkbox-intro {
  aspect-ratio: 1;
  color: var(--light-grey-02);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  font-family: Subset Futurapt, Arial, sans-serif;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.square-linkbox-intro:hover {
  transform: scale(1.0125);
}

.square-linkbox-intro.more {
  background-color: var(--green-soft);
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  padding-left: 0;
}

.color-layer {
  z-index: 1;
  background-color: var(--blue-soft);
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
  position: absolute;
}

.color-layer.jette {
  background-color: var(--gold-soft);
}

.color-layer.ludwig {
  background-color: var(--green-soft);
}

.color-layer.hilde {
  background-color: var(--orange-soft);
}

.color-layer.frieda {
  background-color: var(--purple-soft);
}

.square-image.intro {
  width: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.square-linkbox-text {
  z-index: 3;
  opacity: 0;
  text-align: center;
  text-transform: uppercase;
  width: 66%;
  font-family: Subset Futurapt Book, Arial, sans-serif;
  font-size: 2.5rem;
  transition: all .2s;
  position: relative;
}

.map-wrapper {
  aspect-ratio: 16 / 9;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.map-interactive {
  width: 100%;
  max-width: none;
}

.zoom-in, .zoom-out {
  pointer-events: auto;
}

.map-controls {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  min-width: 90px;
  min-height: 90px;
  padding-bottom: 10px;
  padding-right: 10px;
  display: flex;
  position: absolute;
  inset: auto 20px 80px auto;
}

.svg-icon {
  width: 2rem;
  height: 2rem;
}

.svg-icon:hover {
  cursor: pointer;
}

.svg-icon.map-icons {
  color: var(--green-prio);
  min-width: 2rem;
}

.svg-icon.link-arrow {
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
}

.svg-icon.link-arrow.rotate {
  transform: rotate(90deg);
}

.svg-icon.quartier-object-arrow {
  color: #c0bbb3;
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  inset: 0% 0% auto auto;
}

.embed-map {
  width: 100%;
}

.map-title-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  width: 75%;
  margin-bottom: 0;
  display: flex;
  position: relative;
  bottom: auto;
}

.map-info-wrapper {
  background-color: var(--light-grey-02);
  width: 100%;
  max-width: 1730px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 40px;
  display: flex;
  position: relative;
  top: auto;
}

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

.square-linkbox-more-linktext {
  letter-spacing: 1.125px;
  text-transform: none;
  font-family: Subset Futurapt Book, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
}

.link-row-arrow {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--blue-prio);
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.link-row-arrow:hover {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

.link-row-arrow.contact {
  font-size: 1rem;
}

.link-row-arrow.contact.neutral {
  color: var(--grey-01);
}

.link-row-arrow.white {
  color: var(--light-grey-02);
  font-size: 1.125rem;
}

.topline {
  color: var(--green-prio);
  text-transform: uppercase;
  margin-bottom: 0;
}

.horizontal-slider {
  background-color: #ddd0;
  height: auto;
}

.mask-horizontal-slider {
  width: 40vw;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.horizontal-slide {
  aspect-ratio: auto;
  width: 40vw;
  margin-right: 1px;
}

.h-slide-image-wrapper {
  aspect-ratio: 1;
  background-color: #fff0;
  width: 40vw;
  margin-left: auto;
  margin-right: auto;
}

.h-slide-image-wrapper.objekt {
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.slider-square-image {
  object-fit: cover;
  width: 100%;
  max-width: none;
}

.objekt-teaser-text {
  font-size: 1.4rem;
}

.objekt-image-wrapper._2-col {
  height: 100%;
}

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

.objekt-title-box {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  margin-bottom: 0;
  display: flex;
}

.objekt-icon-gridbox-gallery {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.objekt-static-gallery-small {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

.objekt-contact-box {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.spacer-10 {
  height: 10px;
}

.grundriss-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #e2e2e2;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grundriss-box {
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grundriss-image {
  width: 100%;
}

.michel-absolute {
  width: 60%;
  position: absolute;
  inset: auto 0% -10% auto;
}

.quartier-uebersicht-image-wrapper {
  aspect-ratio: 2.39;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.quartier-image {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.quartier-image.default {
  z-index: 1;
}

.quartier-image.tower {
  z-index: 2;
  display: none;
  inset: 0% auto auto 0%;
}

.quartier-image.jette, .quartier-image.ludwig, .quartier-image.hilde, .quartier-image.frieda {
  z-index: 2;
  display: none;
}

.quartier-object-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch;
  display: grid;
}

.quartier-object-gridbox {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  transform: scale3d(1none, 1none, 1none);
  cursor: pointer;
  transform-style: preserve-3d;
  flex-flow: column;
  width: 100%;
  transition: all .2s;
  display: flex;
  overflow: hidden;
}

.quartier-object-gridbox.tower {
  position: relative;
}

.quartier-object-gridbox.active {
  transform: scale(1.05);
}

.quarter-object-titleimage {
  mix-blend-mode: normal;
  width: 100%;
}

.quartier-object-textbox {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-self: auto;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.object-adress-h3 {
  color: var(--grey-02);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Subset Futurapt Demi, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
}

.text-even-row {
  flex: 0 auto;
  justify-content: space-between;
  align-self: auto;
  align-items: flex-end;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.detail-info-bottom {
  flex: 0 auto;
  margin-top: auto;
}

.swiper {
  width: 100%;
}

.swiper-wrapper {
  width: auto;
  display: flex;
}

.swiper-slide {
  aspect-ratio: 1;
  width: auto;
}

.splide__list {
  flex-flow: row;
  display: flex;
}

.splide__slide {
  width: 400px;
}

.ba-slider {
  aspect-ratio: 2;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.ba-img {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
}

.quartier-grundriss-wrapper {
  position: relative;
}

.quartier-grundriss-image {
  width: 100%;
  max-width: none;
}

.grundriss-linkbox {
  z-index: 2;
  aspect-ratio: 1;
  background-color: #fff0;
  width: 18vw;
  position: absolute;
  inset: 0% auto auto 0%;
}

.grundriss-linkbox:hover {
  mix-blend-mode: normal;
}

.grundriss-linkbox.tower {
  aspect-ratio: auto;
  height: 4vw;
  top: 8vw;
  left: 13vw;
}

.grundriss-linkbox.ludwig {
  aspect-ratio: auto;
  height: 4vw;
  top: 40vw;
  left: 20vw;
}

.grundriss-linkbox.jette {
  aspect-ratio: auto;
  height: 4vw;
  inset: auto 28vw 4.5vw auto;
}

.grundriss-linkbox.hilde {
  aspect-ratio: auto;
  height: 4vw;
  inset: 19vw 22vw auto auto;
}

.grundriss-linkbox.frieda {
  aspect-ratio: auto;
  height: 4vw;
  inset: 7.6vw 11vw auto auto;
}

.third-impression-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.third-impression-grid-row {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.third-impression-grid-box {
  justify-content: center;
  align-items: center;
  display: flex;
}

.third-impression-grid-box.landscape {
  width: 66.666%;
}

.third-impression-grid-box.square {
  width: calc(33.333% - 10px);
}

.third-impression-grid-box.square.text {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: 10px;
  padding-bottom: 0;
  padding-left: 40px;
}

.third-grid-image {
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
}

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

.contact-gridbox {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.spark-container {
  max-width: 1730px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.spark-section {
  width: 100%;
  padding: 176px 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
}

.spark-section h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.spark-section h1 {
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.spark-section h2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.spark-section h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.spark-section ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.spark-section li {
  margin-bottom: .5rem;
}

.spark-max-width-416 {
  max-width: 380px;
}

.spark-social-link {
  background-color: var(--spark-library--white);
  color: var(--grey-01);
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  min-width: 32px;
  height: 32px;
  padding: 5px 8px;
  transition: color .15s, background-color .15s;
  display: flex;
}

.spark-social-link:hover {
  background-color: var(--grey-01);
  opacity: 1;
  color: var(--spark-library--white);
}

.spark-footer-grid {
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1fr 1fr 1fr 1fr;
  margin-bottom: 6rem;
}

.spark-footer-grid.spark-four-columns {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-columns: 1.75fr 1fr 1fr 1fr;
  justify-content: stretch;
}

.spark-brand {
  width: 132px;
  display: inline-block;
}

.spark-brand.spark-margin-bottom-48px {
  width: 240px;
  margin-bottom: 2rem;
}

.spark-footer-column {
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.spark-footer-bottom {
  background-color: #f0ecfd00;
  padding: 1rem 40px 1rem 0;
}

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

.spark-footer {
  width: 100%;
  position: relative;
}

.spark-footer-text {
  margin-bottom: 0;
}

.spark-social-link-row {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-end;
  display: flex;
}

.spark-social-link-row.spark-left {
  justify-content: flex-start;
}

.spark-footer-text-link {
  color: var(--light-grey-02);
  text-decoration: none;
}

.spark-footer-text-link.w--current {
  text-decoration: underline;
}

.spark-footer-privacy-links-row {
  grid-column-gap: 24px;
  grid-row-gap: 8px;
  display: flex;
}

.spark-bold-sub-heading {
  text-transform: uppercase;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 1.2rem;
  font-weight: 600;
}

.spark-bold-sub-heading.download {
  padding-left: 0;
}

.spark-left-aligned-link {
  color: var(--light-grey-02);
  border-radius: 8px;
  margin-bottom: 0;
  padding: 12px;
  font-weight: 500;
  line-height: 1.3em;
  text-decoration: none;
  transition: background-color .15s, color .15s;
}

.spark-left-aligned-link:hover {
  opacity: 1;
  color: var(--light-grey-01);
  background-color: #f0ecfd00;
}

.spark-left-aligned-link.spark-disabled-link {
  pointer-events: auto;
  color: var(--spark-library--foreground-tertiary);
  cursor: auto;
  transition-property: none;
}

.spark-left-aligned-link.spark-disabled-link:hover {
  background-color: #0000000a;
}

.spark-left-aligned-link.compact {
  padding-top: 5px;
  padding-bottom: 5px;
}

.spark-social-icon-svg {
  width: 20px;
  height: 20px;
}

.paragraph-2 {
  margin-bottom: 20px;
}

.richtext-std h3 {
  font-size: 1.5rem;
  line-height: 1;
}

.richtext-std h1 {
  margin-top: 0;
  font-size: 2.25rem;
  line-height: 1.25;
}

.richtext-std a {
  color: var(--green-prio);
}

.heading {
  font-size: 2.25rem;
  line-height: 1.125;
}

.heading-2 {
  font-size: 2rem;
  line-height: 1.25;
}

.heading-3 {
  font-size: 1.33rem;
  line-height: 1.25;
}

.baloise-logo-footer {
  width: 120px;
  margin-top: 0;
}

.map-svg-wrapper {
  aspect-ratio: 1;
  border-style: none solid;
  border-width: 1px;
  border-color: var(--light-grey-02);
  background-color: #5c5c5a;
  width: 50%;
}

.map-navigation-wrapper {
  aspect-ratio: 1;
  border-top: 1px none var(--light-grey-02);
  border-right: 1px solid var(--light-grey-02);
  border-bottom: 1px none var(--light-grey-02);
  background-color: #5c5c5a;
  flex-flow: column;
  width: 50%;
  display: flex;
}

.map-navigation-row {
  border-bottom: 1px solid var(--light-grey-02);
  width: 100%;
  height: 50%;
}

.map-navigation-row.map-nav-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-right: 1px none var(--light-grey-02);
  border-bottom-style: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.map-navigation-row.title-text {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-top: 1px none var(--light-grey-02);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px 40px;
  display: flex;
}

.map-navigation-row.title-text.desktop {
  overflow: hidden;
}

.map-navigation-row.title-text.mobile {
  display: none;
}

.map-navbox {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding: 20px;
  display: flex;
}

.map-navbox.left {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border-right: 1px solid var(--light-grey-02);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.map-interactive-wrapper {
  border-top: 1px solid var(--light-grey-02);
  border-bottom: 1px solid var(--light-grey-02);
  max-width: 1730px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.map-nav-col {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.map-nav-link {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  color: var(--light-grey-02);
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.map-nav-count-dot {
  background-color: #d98455;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 20px;
  min-width: 20px;
  height: 20px;
  display: flex;
}

.map-nav-count-dot.cafe {
  background-color: #c4be8e;
}

.map-nav-count-dot.nahversorgung {
  background-color: #778fba;
}

.map-nav-count-dot.freizeit {
  background-color: #99ae9b;
}

.map-navlink-text {
  padding-top: 2px;
  font-size: .85rem;
}

.map-nav-count-text {
  text-align: center;
  font-family: Subset Futurapt Demi, Arial, sans-serif;
  font-size: .9rem;
  text-decoration: none;
}

.footer-compact-wrapper {
  flex-flow: column;
  display: flex;
}

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

.download-grid-box {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .spark-nav-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .spark-hamburger-menu-inner {
    padding-left: 0%;
    padding-right: 0%;
  }

  .spark-centered-nav-with-links-left-and-right {
    padding-left: 5%;
    padding-right: 5%;
  }

  .udesly-section.sub-intro {
    padding-bottom: 60px;
  }

  .udesly-section.tower {
    background-size: 470px;
  }

  .udesly-section.jette {
    background-position: 100% 0;
    background-size: 32%;
  }

  .headline-h2.map-title {
    font-size: 6rem;
  }

  .headline-h3.map-nav-headline {
    font-weight: 400;
  }

  .michel-absolute {
    width: 60%;
  }

  .map-nav-count-dot {
    width: 25px;
    min-width: 25px;
    height: 25px;
  }

  .map-navlink-text {
    padding-top: 4px;
    font-size: .9rem;
  }
}

@media screen and (min-width: 1440px) {
  .udesly-section.title {
    aspect-ratio: 2.39;
    justify-content: center;
    align-items: center;
    padding-top: 0;
  }

  .udesly-section.sub-intro {
    padding-bottom: 80px;
  }

  .udesly-section.tower {
    background-position: 110% -12%;
    background-size: 520px;
  }

  .udesly-section.ludwig {
    background-size: 25%;
  }

  .udesly-section.jette {
    background-position: 95% 0;
    background-size: 26%;
  }

  .udesly-section.hilde {
    background-position: 95% 0;
    background-size: 25%;
  }

  .udesly-section.frieda {
    background-size: 20%;
  }

  .headline-h1.title {
    font-size: 9rem;
  }

  .paragraph {
    font-size: 1.5rem;
  }

  .paragraph.intro {
    font-size: 2.25rem;
  }

  .paragraph.object-small {
    font-size: 1rem;
  }

  .paragraph.third-grid-gallery-text {
    font-size: 1.25rem;
  }

  .headline-h2 {
    font-size: 3rem;
  }

  .headline-h2.map-title {
    font-size: 6rem;
  }

  .headline-h2.map-intro-title, .title-subline {
    font-size: 2.5rem;
  }

  .h1-small {
    font-size: 4.9rem;
  }

  .gridmap-icon-box {
    background-position: 100% 100%;
    background-size: 70%;
  }

  .gridmap-icon-row {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .gridmap-icon-text {
    font-size: 1.25rem;
  }

  .gridmap-icon {
    width: 60px;
    min-width: 60px;
  }

  .gridmap-gridbox {
    grid-template-columns: 1fr 1fr;
  }

  .square-linkbox-text {
    font-size: 2.5rem;
  }

  .map-title-wrapper {
    bottom: auto;
  }

  .square-linkbox-more-linktext {
    font-size: 1.5rem;
  }

  .mask-horizontal-slider, .horizontal-slide, .h-slide-image-wrapper {
    width: 30vw;
  }

  .michel-absolute {
    width: 66%;
  }

  .object-adress-h3 {
    font-size: 1.125rem;
  }

  .map-navigation-row.title-text.desktop {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .map-nav-col {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .map-navlink-text {
    padding-top: 3px;
    font-size: 1rem;
  }

  .map-nav-count-text {
    font-size: 1rem;
  }
}

@media screen and (min-width: 1920px) {
  .spark-nav-link {
    padding-left: 25px;
    padding-right: 25px;
  }

  .udesly-section.title {
    aspect-ratio: 2.75;
  }

  .udesly-section.sub-intro {
    padding-bottom: 100px;
  }

  .udesly-section.tower {
    background-position: 100% -9%;
    background-size: 550px;
  }

  .udesly-section.ludwig {
    background-size: 23%;
  }

  .udesly-section.jette {
    background-position: 90% 0;
    background-size: 23%;
  }

  .udesly-section.hilde {
    background-position: 90% 0;
    background-size: 20%;
  }

  .udesly-section.frieda {
    background-position: 90% 0;
    background-size: 17%;
  }

  .paragraph.object-small {
    font-size: 1.125rem;
  }

  .paragraph.map-intro-text {
    font-size: 1.25rem;
  }

  .section-logo {
    max-width: 320px;
  }

  .headline-h2.map-title {
    font-size: 8rem;
  }

  .headline-h2.decoration-headline.jette {
    font-size: 20rem;
  }

  .headline-h2.map-intro-title {
    font-size: 2.75rem;
  }

  .gridmap-icon-box {
    background-size: 82%;
  }

  .gridmap-icon-text {
    font-size: 1.33rem;
  }

  .square-linkbox-text {
    font-size: 2.25rem;
  }

  .svg-icon.link-arrow.rotate {
    width: 2rem;
    min-width: 2rem;
    height: 2rem;
    font-size: 1.5rem;
  }

  .map-title-wrapper {
    width: 75%;
  }

  .square-linkbox-more-linktext, .link-row-arrow.white.d-big {
    font-size: 1.5rem;
  }

  .michel-absolute {
    width: 75%;
  }

  .spark-container {
    max-width: 1730px;
  }

  .map-navigation-row.title-text.desktop {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .map-nav-count-dot {
    width: 30px;
    min-width: 30px;
    height: 30px;
  }

  .map-navlink-text {
    padding-top: 3px;
    font-size: 1.25rem;
  }

  .map-nav-count-text {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 991px) {
  .spark-nav-link {
    text-align: left;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.5rem;
  }

  .spark-line-3.spark-simple-line {
    background-color: var(--grey-01);
    border-radius: 3px;
    width: 12.75px;
    height: 3.33px;
    margin-left: 0;
    left: 18px;
  }

  .spark-line-1.spark-simple-line {
    background-color: var(--grey-01);
    border-radius: 2px;
    width: 24px;
    height: 3.33px;
  }

  .spark-line-2.spark-simple-line {
    background-color: var(--grey-01);
    border-radius: 3px;
    width: 24px;
    height: 3.33px;
  }

  .spark-centered-brand-logo {
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
  }

  .spark-hamburger-menu-inner {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0 5%;
  }

  .spark-simple-menu-button-right {
    background-color: #0000;
    padding-left: 18px;
  }

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

  .spark-centered-nav-with-links-left-and-right {
    justify-content: space-between;
    align-items: center;
    padding: 0 0%;
    display: flex;
  }

  .spark-full-nav-menu {
    background-color: var(--light-grey-02);
    flex-flow: column;
    width: 100vw;
    height: auto;
    padding-top: 20px;
    padding-bottom: 40px;
    padding-right: 0%;
  }

  .udesly-display-large.udesly-text-extrabold {
    font-size: 32px;
    line-height: 1.2;
  }

  .udesly-grid-two-column {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .udesly-section.title {
    aspect-ratio: 3 / 2;
  }

  .udesly-section.tower, .udesly-section.ludwig, .udesly-section.jette, .udesly-section.hilde, .udesly-section.frieda {
    background-image: none;
  }

  .udesly-section.ansprechpartner {
    aspect-ratio: auto;
  }

  .nav-link-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .spacer-30.footer-line {
    width: 100%;
  }

  .gridmap-intro {
    grid-template-columns: 1fr;
  }

  .gridmap-icon-box {
    background-image: none;
  }

  .gridmap-icon-text {
    font-size: 1.125rem;
  }

  .michel-absolute {
    display: none;
  }

  .quartier-uebersicht-image-wrapper {
    aspect-ratio: 2;
    justify-content: flex-end;
    align-items: center;
  }

  .image {
    object-fit: fill;
    width: 130%;
    max-width: none;
    overflow: clip;
  }

  .quartier-image {
    width: 120%;
    margin-left: auto;
    margin-right: 0;
    inset: 0% 0% auto auto;
  }

  .quartier-image.tower {
    inset: 0% 0% auto auto;
  }

  .quartier-object-grid {
    grid-template-columns: 1fr 1fr;
  }

  .splide__slide {
    width: 400px;
  }

  .contact-gridbox {
    flex-flow: column;
  }

  .spark-section {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-max-width-416 {
    width: 100%;
    max-width: none;
  }

  .spark-footer-grid {
    grid-row-gap: 64px;
    grid-template-columns: 2.25fr;
  }

  .spark-footer-grid.spark-four-columns {
    grid-column-gap: 20px;
    grid-row-gap: 64px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .spark-brand.spark-margin-bottom-48px {
    margin-bottom: 48px;
  }

  .spark-footer-column {
    flex: 1;
    align-self: auto;
    align-items: flex-start;
    width: 50%;
    min-width: 0;
  }

  .spark-footer-bottom {
    padding-left: 0;
    padding-right: 0;
  }

  .map-svg-wrapper {
    aspect-ratio: 1;
    border-bottom-style: solid;
    border-left-style: none;
    border-right-style: none;
    width: 100%;
  }

  .map-navigation-wrapper {
    aspect-ratio: auto;
    border: 1px #000;
    border-bottom-style: solid;
    width: 100%;
  }

  .map-navigation-row.map-nav-grid {
    border: 1px #000;
  }

  .map-navigation-row.title-text {
    height: 100%;
    display: none;
  }

  .map-navigation-row.title-text.mobile {
    display: flex;
  }

  .map-interactive-wrapper {
    flex-flow: column;
  }

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

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

  .spark-hamburger-menu-inner {
    padding-left: 5%;
    padding-right: 5%;
  }

  .spark-centered-nav-with-links-left-and-right {
    padding-left: 0%;
    padding-right: 0%;
  }

  .spark-full-nav-menu {
    width: 100%;
    transform: none;
  }

  .udesly-display-large {
    font-size: 56px;
    line-height: 64px;
  }

  .udesly-section.title {
    aspect-ratio: 1;
    padding-top: 0;
  }

  .udesly-section.in-title {
    justify-content: center;
    align-items: center;
    height: 100%;
    display: flex;
  }

  .udesly-section.ansprechpartner {
    background-position: 100% 100%;
    background-size: auto 70%;
    padding-bottom: 50%;
  }

  .headline-h1.title {
    font-size: 5rem;
  }

  .paragraph {
    font-size: 1.33rem;
  }

  .paragraph.intro {
    font-size: 2.25rem;
  }

  .paragraph.object-small.label-left, .paragraph.object-small.value, .paragraph.object-small.description {
    font-size: 1rem;
  }

  .section-logo {
    max-width: 270px;
  }

  .headline-h2, .headline-h2.map-title {
    font-size: 3rem;
  }

  .headline-h2.objekt-title {
    font-size: 4rem;
  }

  .headline-h2.third-gallery {
    font-size: 2.5rem;
  }

  .intro-grid {
    flex-flow: column;
    margin-bottom: 40px;
  }

  .intro-gridbox {
    text-align: left;
    width: 100%;
    padding-bottom: 0;
    position: relative;
    top: auto;
  }

  .intro-gridbox.right {
    align-self: auto;
    padding-top: 0;
  }

  .spacer-30.footer-line, .btn-std.outline, .btn-std.small.outline.tower {
    width: 100%;
  }

  .btn-row {
    flex-flow: column;
    width: 75%;
  }

  .h1-small {
    font-size: 2.6rem;
  }

  .gridmap-icon-box, .gridmap-icon-box.objekt {
    grid-template-columns: 1fr;
  }

  .gridmap-icon-row {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    font-size: 1rem;
  }

  .gridmap-icon-text {
    font-size: 1.5rem;
  }

  .gridmap-icon {
    width: 75px;
    min-width: 75px;
  }

  .gridmap-gridbox.objekt {
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .square-linkbox-intro {
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
  }

  .square-linkbox-text {
    opacity: 100;
    margin-bottom: 0;
    font-size: 2rem;
  }

  .map-wrapper {
    aspect-ratio: 3 / 2;
  }

  .map-interactive {
    object-fit: cover;
    height: 100%;
  }

  .map-title-wrapper {
    width: 100%;
  }

  .map-info-wrapper {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    top: auto;
  }

  .map-info-grid {
    flex-flow: column;
    display: flex;
  }

  .objekt-image-wrapper._2-col {
    align-self: auto;
  }

  .objekt-contact-box.title {
    width: 100%;
  }

  .quartier-uebersicht-image-wrapper {
    aspect-ratio: 1;
  }

  .quartier-image {
    width: 140%;
  }

  .quartier-object-grid {
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .quarter-object-titleimage {
    max-width: 100%;
  }

  .quartier-object-textbox {
    font-size: 1rem;
  }

  .object-adress-h3 {
    font-size: 1.2rem;
  }

  .text-even-row {
    max-width: none;
    font-size: 1rem;
  }

  .third-impression-grid-row.has-text {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .third-impression-grid-box.landscape.m-50, .third-impression-grid-box.square.text {
    width: 100%;
  }

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

  .spark-container {
    width: 100%;
  }

  .spark-section {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .spark-max-width-416 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: none;
    display: flex;
  }

  .spark-footer-grid.spark-four-columns {
    flex-flow: column;
    grid-template-columns: 1fr;
    margin-bottom: 50px;
  }

  .spark-brand.spark-margin-bottom-48px {
    margin-bottom: 32px;
  }

  .spark-footer-column {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .spark-flex-row {
    flex-direction: column;
  }

  .spark-flex-row.spark-24px-row-spacing {
    grid-row-gap: 24px;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
  }

  .spark-bold-sub-heading, .spark-left-aligned-link {
    padding-left: 0;
  }

  .richtext-std h1 {
    font-size: 2rem;
  }

  .map-navbox {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .map-navbox.left {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    display: flex;
  }

  .download-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .spark-nav-link {
    margin-bottom: .5rem;
  }

  .spark-hamburger-menu-inner {
    padding: 0 5%;
  }

  .spark-centered-nav-with-links-left-and-right {
    padding-left: 0%;
    padding-right: 0%;
  }

  .spark-full-nav-menu {
    height: auto;
  }

  .udesly-display-large {
    font-size: 44px;
    line-height: 54px;
  }

  .udesly-display-large.udesly-text-extrabold {
    font-size: 28px;
  }

  .udesly-container {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .udesly-section.title {
    aspect-ratio: 2 / 3;
  }

  .udesly-section.ansprechpartner {
    background-size: auto 120vw;
  }

  .headline-h1.title {
    font-size: 4rem;
  }

  .paragraph.third-grid-gallery-text {
    text-align: left;
  }

  .nav-link-wrapper {
    z-index: 4;
    width: 100%;
    position: relative;
    top: 0;
  }

  .section-logo {
    max-width: 200px;
  }

  .headline-h2.objekt-title {
    font-size: 3.5rem;
  }

  .headline-h2.decoration-headline {
    margin-top: 20px;
  }

  .headline-h3.ansprechpartner {
    font-size: 1.75rem;
  }

  .title-subline {
    font-size: 1.5rem;
  }

  .h1-small {
    font-size: 2.1rem;
  }

  .gridmap-icon-box.objekt {
    padding-left: 20px;
    padding-right: 20px;
  }

  .gridmap-icon-text {
    font-size: 1.25rem;
  }

  .gridmap-icon {
    width: 65px;
    min-width: 65px;
  }

  .square-linkbox-text {
    font-size: 1.25rem;
  }

  .link-row-arrow.white.d-big {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
  }

  .quartier-uebersicht-image-wrapper {
    aspect-ratio: 1;
  }

  .third-impression-grid-row.has-text {
    flex-flow: column;
    display: flex;
  }

  .third-impression-grid-box.landscape.m-50 {
    order: -9999;
  }

  .third-impression-grid-box.square.text {
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 10px;
  }

  .spark-section {
    padding: 64px 20px;
  }

  .spark-section h1 {
    font-size: 3rem;
  }

  .spark-section h2 {
    font-size: 2.5rem;
  }

  .spark-footer-bottom {
    padding-left: 0;
    padding-right: 0;
  }

  .spark-flex-row {
    align-items: flex-start;
  }

  .spark-flex-row.spark-24px-row-spacing {
    grid-row-gap: 24px;
    justify-content: space-between;
    align-items: center;
  }

  .spark-bold-sub-heading {
    padding-left: 0;
  }

  .map-navigation-row.title-text.mobile {
    padding-left: 20px;
    padding-right: 20px;
  }
}

#w-node-_50aff4e0-b4b5-78be-07c3-4a7e258ed498-cfc714f2 {
  align-self: start;
}

#w-node-_27590d49-f2de-fd5c-ba92-b765c31abafe-cfc714f2, #w-node-_12b108d8-76af-ed2f-d2cc-cee148d1f2cc-cfc714f2, #w-node-_0dc96a19-be89-fb72-e9ef-ff5cdd1f4a2c-cfc714f2, #w-node-e46482c9-3f4e-c652-9ecd-4c59f88f1e0f-cfc714f2 {
  align-self: auto;
}

#w-node-_3d73291b-9ad2-742d-e1e6-461a513c1c67-cfc714f2 {
  align-self: stretch;
}

#w-node-_3bf7c452-6bde-f6b2-eda0-6b3ddc3c0efa-cfc714f2 {
  align-self: start;
}

#w-node-_3bf7c452-6bde-f6b2-eda0-6b3ddc3c0efb-cfc714f2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_3bf7c452-6bde-f6b2-eda0-6b3ddc3c0efe-cfc714f2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: stretch;
}

#w-node-_3bf7c452-6bde-f6b2-eda0-6b3ddc3c0f00-cfc714f2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_3bf7c452-6bde-f6b2-eda0-6b3ddc3c0f03-cfc714f2, #w-node-_3bf7c452-6bde-f6b2-eda0-6b3ddc3c0f07-cfc714f2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_3bf7c452-6bde-f6b2-eda0-6b3ddc3c0f40-cfc714f2 {
  align-self: stretch;
}

#w-node-_3bf7c452-6bde-f6b2-eda0-6b3ddc3c0f42-cfc714f2 {
  align-self: start;
}

#w-node-_3bf7c452-6bde-f6b2-eda0-6b3ddc3c0f95-cfc714f2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3bf7c452-6bde-f6b2-eda0-6b3ddc3c0f96-cfc714f2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6a9a548e-4f25-8336-8a0d-43f1dec053a8-cfc714f2 {
  align-self: start;
}

#w-node-_4faf8068-e297-2fb3-9526-7693f8624e7b-cfc714f2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_8101f096-e646-69fe-ad92-11acd9509a8b-cfc714f2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: stretch;
}

#w-node-_4d0b445e-02d1-39ed-7c77-456aaf748667-cfc714f2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-ebaa5b78-0031-4a97-f495-289bf06998f5-cfc714f2, #w-node-_7ecb244a-4227-7085-7dd0-d586584d67b0-cfc714f2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_25f73ba7-baea-32eb-2472-f43fdbd33790-cfc714f2 {
  align-self: stretch;
}

#w-node-_6a9a548e-4f25-8336-8a0d-43f1dec0534b-cfc714f2 {
  align-self: start;
}

#w-node-_841ea15b-466f-221d-c817-991cf8d94c29-cfc714f2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ad032bca-50fd-1810-a3c3-936df734f12a-cfc714f2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_56f9612f-177e-a355-157b-4c40e0377279-cfc714f2 {
  align-self: start;
}

#w-node-_56f9612f-177e-a355-157b-4c40e037727a-cfc714f2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_56f9612f-177e-a355-157b-4c40e037727d-cfc714f2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: stretch;
}

#w-node-_56f9612f-177e-a355-157b-4c40e037727f-cfc714f2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_56f9612f-177e-a355-157b-4c40e0377282-cfc714f2, #w-node-_56f9612f-177e-a355-157b-4c40e0377286-cfc714f2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_56f9612f-177e-a355-157b-4c40e03772bf-cfc714f2 {
  align-self: stretch;
}

#w-node-_56f9612f-177e-a355-157b-4c40e03772c1-cfc714f2 {
  align-self: start;
}

#w-node-_56f9612f-177e-a355-157b-4c40e037730a-cfc714f2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_56f9612f-177e-a355-157b-4c40e037730b-cfc714f2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_62013739-f19b-826b-ff6f-21e0ba35ac6c-cfc714f2 {
  align-self: start;
}

#w-node-_62013739-f19b-826b-ff6f-21e0ba35ac6d-cfc714f2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_62013739-f19b-826b-ff6f-21e0ba35ac70-cfc714f2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: stretch;
}

#w-node-_62013739-f19b-826b-ff6f-21e0ba35ac72-cfc714f2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_62013739-f19b-826b-ff6f-21e0ba35ac75-cfc714f2, #w-node-_62013739-f19b-826b-ff6f-21e0ba35ac79-cfc714f2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_62013739-f19b-826b-ff6f-21e0ba35acb2-cfc714f2 {
  align-self: stretch;
}

#w-node-_62013739-f19b-826b-ff6f-21e0ba35acb4-cfc714f2 {
  align-self: start;
}

#w-node-_62013739-f19b-826b-ff6f-21e0ba35acfd-cfc714f2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_62013739-f19b-826b-ff6f-21e0ba35acfe-cfc714f2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4525a4f5-27f1-33e6-2d44-1420c434a87b-cfc714f2 {
  align-self: start;
}

#w-node-_4525a4f5-27f1-33e6-2d44-1420c434a87c-cfc714f2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_4525a4f5-27f1-33e6-2d44-1420c434a87f-cfc714f2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: stretch;
}

#w-node-_4525a4f5-27f1-33e6-2d44-1420c434a881-cfc714f2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_4525a4f5-27f1-33e6-2d44-1420c434a884-cfc714f2, #w-node-_4525a4f5-27f1-33e6-2d44-1420c434a888-cfc714f2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_4525a4f5-27f1-33e6-2d44-1420c434a8c1-cfc714f2 {
  align-self: stretch;
}

#w-node-_2b7f46e4-7480-0a2f-9c07-52d29ec42706-cfc714f2 {
  align-self: start;
}

#w-node-_4525a4f5-27f1-33e6-2d44-1420c434a90d-cfc714f2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4525a4f5-27f1-33e6-2d44-1420c434a90e-cfc714f2, #w-node-a96e2ac3-5f0d-07e4-9bb9-b75d74e1742b-cfc714f2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ebef4a7b-a3eb-ba03-765c-c80a031b9c50-031b9c4d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-ebef4a7b-a3eb-ba03-765c-c80a031b9c6b-031b9c4d, #w-node-ebef4a7b-a3eb-ba03-765c-c80a031b9c74-031b9c4d, #w-node-ebef4a7b-a3eb-ba03-765c-c80a031b9c81-031b9c4d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-ebef4a7b-a3eb-ba03-765c-c80a031b9c74-031b9c4d {
    justify-self: auto;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_3bf7c452-6bde-f6b2-eda0-6b3ddc3c0efb-cfc714f2, #w-node-_3bf7c452-6bde-f6b2-eda0-6b3ddc3c0efe-cfc714f2, #w-node-_4faf8068-e297-2fb3-9526-7693f8624e7b-cfc714f2, #w-node-_8101f096-e646-69fe-ad92-11acd9509a8b-cfc714f2, #w-node-_56f9612f-177e-a355-157b-4c40e037727a-cfc714f2, #w-node-_56f9612f-177e-a355-157b-4c40e037727d-cfc714f2, #w-node-_62013739-f19b-826b-ff6f-21e0ba35ac6d-cfc714f2, #w-node-_62013739-f19b-826b-ff6f-21e0ba35ac70-cfc714f2, #w-node-_4525a4f5-27f1-33e6-2d44-1420c434a87c-cfc714f2, #w-node-_4525a4f5-27f1-33e6-2d44-1420c434a87f-cfc714f2, #w-node-a96e2ac3-5f0d-07e4-9bb9-b75d74e1742b-cfc714f2 {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Subset Futurapt Book';
  src: url('../fonts/subset-FuturaPT-Book.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Subset Futurapt Demi';
  src: url('../fonts/subset-FuturaPT-Demi.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Subset Futurapt';
  src: url('../fonts/subset-FuturaPT-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}