.elementor-widget-stadtundspiel-project-atlas,
.elementor-widget-stadtundspiel-project-atlas > .elementor-widget-container {
  width: 100%;
}

.stadtundspiel-project-atlas {
  --project-atlas-accent: #aacc91;
  --project-atlas-active: #b84a45;
  --project-atlas-cream: #fff9ea;
  --project-atlas-dark: #14251c;
  --project-atlas-height: 760px;
  --project-atlas-list-width: 34%;
  background: var(--project-atlas-cream);
  color: #1b1b1b;
  padding: clamp(4.5rem, 9vw, 9rem) clamp(1.25rem, 5vw, 6rem);
  position: relative;
}

body.stadtundspiel-projects-page {
  background: var(--stadtundspiel-forest, #14251c);
  height: 100dvh;
  overflow: hidden;
}

body.stadtundspiel-projects-page .elementor-location-footer {
  display: none !important;
}

body.stadtundspiel-projects-page main#content,
body.stadtundspiel-projects-page main#content > .page-content,
body.stadtundspiel-projects-page main#content > .page-content > .elementor,
body.stadtundspiel-projects-page main#content .elementor-element.e-parent,
body.stadtundspiel-projects-page main#content .elementor-widget-stadtundspiel-project-atlas,
body.stadtundspiel-projects-page main#content .elementor-widget-stadtundspiel-project-atlas > .elementor-widget-container {
  height: 100dvh;
  margin: 0 !important;
  max-height: 100dvh;
  min-height: 0 !important;
  overflow: hidden;
  padding: 0 !important;
}

.stadtundspiel-project-atlas.is-presentation {
  background: var(--project-atlas-dark);
  display: flex;
  flex-direction: column;
  height: 100dvh;
  min-height: 0;
  padding: 0;
}

.stadtundspiel-project-atlas.is-presentation .stadtundspiel-project-atlas__workspace {
  flex: 1 1 auto;
  height: auto;
  margin: 0;
  max-width: none;
  min-height: 0;
  width: 100%;
}

.stadtundspiel-project-atlas.is-presentation .stadtundspiel-project-atlas__list-panel {
  padding-top: 6.25rem;
}

.stadtundspiel-project-atlas.is-presentation .stadtundspiel-project-atlas__map-controls {
  left: 9.75rem;
}

.stadtundspiel-project-atlas.is-presentation .stadtundspiel-project-atlas__map-help {
  left: 9.75rem;
}

.stadtundspiel-project-atlas.is-presentation .stadtundspiel-project-atlas__expand {
  display: none;
}

.stadtundspiel-project-atlas__intro {
  align-items: end;
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(0, 1.35fr) minmax(18rem, 0.65fr);
  margin: 0 auto clamp(2.25rem, 4vw, 4rem);
  max-width: var(--stadtundspiel-content, 88rem);
}

.stadtundspiel-project-atlas__intro-copy {
  border-left: 1px solid rgba(27, 27, 27, 0.28);
  font-size: 1rem;
  line-height: 1.55;
  padding-left: 1.5rem;
}

.stadtundspiel-project-atlas__intro-copy p {
  margin: 0;
}

.stadtundspiel-project-atlas__total {
  align-items: baseline;
  display: flex;
  font-size: 0.78rem;
  gap: 0.45rem;
  letter-spacing: 0.06em;
  margin-top: 1rem !important;
  text-transform: uppercase;
}

.stadtundspiel-project-atlas__total strong {
  color: var(--project-atlas-active);
  font-size: 1.25rem;
}

.stadtundspiel-project-atlas__mobile-tools {
  display: none;
  margin: 0 auto 0.75rem;
  max-width: 110rem;
}

.stadtundspiel-project-atlas__filter-head {
  border-bottom: 1px solid rgba(255, 249, 234, 0.18);
  display: grid;
  flex: 0 0 auto;
  gap: 0.55rem 0.65rem;
  grid-template-columns: minmax(0, 1.25fr) minmax(9rem, 0.75fr);
  margin-bottom: 0.55rem;
  padding-bottom: 0.75rem;
  position: relative;
  z-index: 8;
}

.stadtundspiel-project-atlas__category-filter {
  display: grid;
  gap: 0.25rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  min-width: 0;
}

.stadtundspiel-project-atlas__category-filter button,
.stadtundspiel-project-atlas__view-switch button,
.stadtundspiel-project-atlas__advanced-toggle,
.stadtundspiel-project-atlas__reset {
  appearance: none;
  background: transparent;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 0;
  color: rgba(255, 249, 234, 0.72);
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  gap: 0.4rem;
  justify-content: center;
  min-height: 2.55rem;
  padding: 0.5rem 0.35rem;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.stadtundspiel-project-atlas [hidden] {
  display: none !important;
}

.stadtundspiel-project-atlas__category-filter button:hover,
.stadtundspiel-project-atlas__category-filter button:focus-visible,
.stadtundspiel-project-atlas__category-filter button[aria-pressed="true"],
.stadtundspiel-project-atlas__view-switch button:hover,
.stadtundspiel-project-atlas__view-switch button:focus-visible,
.stadtundspiel-project-atlas__view-switch button[aria-pressed="true"] {
  background: rgba(170, 204, 145, 0.12);
  color: var(--project-atlas-accent);
}

.stadtundspiel-project-atlas__category-filter button[aria-pressed="true"] {
  border-bottom-color: var(--project-atlas-active);
}

.stadtundspiel-project-atlas__manufacturer {
  align-items: center;
  align-self: end;
  background: rgba(255, 249, 234, 0.055);
  border: 1px solid rgba(255, 249, 234, 0.22);
  display: grid;
  grid-column: 2;
  grid-template-columns: auto minmax(0, 1fr);
  grid-row: 1;
  min-height: 3.1rem;
  padding: 0 0.8rem;
  position: relative;
  transition: background 180ms ease, border-color 180ms ease;
}

.stadtundspiel-project-atlas__manufacturer:hover {
  background: rgba(170, 204, 145, 0.1);
  border-color: var(--project-atlas-accent);
}

.stadtundspiel-project-atlas__manufacturer > span {
  color: var(--project-atlas-accent);
  display: inline-flex;
}

.stadtundspiel-project-atlas__manufacturer-trigger {
  appearance: none;
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-sizing: border-box;
  color: var(--project-atlas-cream);
  cursor: pointer;
  column-gap: 0.7rem;
  display: grid;
  font: inherit;
  grid-template-columns: minmax(0, 1fr) auto;
  min-height: 3rem;
  outline: 0;
  min-width: 0;
  padding: 0.65rem 0 0.65rem 0.7rem;
  text-align: left;
  width: 100%;
}

.stadtundspiel-project-atlas__manufacturer-trigger > span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.stadtundspiel-project-atlas__manufacturer-trigger:hover,
.stadtundspiel-project-atlas__manufacturer-trigger:focus,
.stadtundspiel-project-atlas__manufacturer-trigger:focus-visible,
.stadtundspiel-project-atlas__manufacturer-trigger:active {
  background: transparent !important;
  box-shadow: none !important;
  color: var(--project-atlas-cream);
  outline: 0;
}

.stadtundspiel-project-atlas__manufacturer-trigger::after {
  border-left: 0.38rem solid transparent;
  border-right: 0.38rem solid transparent;
  border-top: 0.48rem solid var(--project-atlas-accent);
  content: "";
  flex: 0 0 auto;
  transition: transform 180ms ease;
}

.stadtundspiel-project-atlas__manufacturer-trigger[aria-expanded="true"]::after {
  transform: rotate(180deg);
}

.stadtundspiel-project-atlas__manufacturer:focus-within {
  border-color: var(--project-atlas-accent);
  outline: 1px solid var(--project-atlas-accent);
}

.stadtundspiel-project-atlas__manufacturer-menu {
  background: #102119;
  border: 1px solid var(--project-atlas-accent);
  left: -1px;
  max-height: min(18rem, 45vh);
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  right: -1px;
  scrollbar-color: var(--project-atlas-accent) transparent;
  scrollbar-width: thin;
  top: calc(100% + 0.35rem);
  z-index: 20;
}

.stadtundspiel-project-atlas__manufacturer-menu button {
  appearance: none;
  align-items: center;
  background: transparent;
  border: 0;
  border-left: 2px solid transparent;
  border-radius: 0;
  color: rgba(255, 249, 234, 0.78);
  cursor: pointer;
  display: flex;
  font-family: inherit;
  font-size: clamp(0.78rem, 0.85vw, 0.9rem);
  font-weight: inherit;
  justify-content: space-between;
  min-height: 2.65rem;
  line-height: 1.25;
  min-width: 0;
  padding: 0.65rem 0.75rem;
  text-align: left;
  width: 100%;
}

.stadtundspiel-project-atlas__manufacturer-menu button > span {
  min-width: 0;
  overflow-wrap: anywhere;
  padding-right: 0.55rem;
  white-space: normal;
}

.stadtundspiel-project-atlas__manufacturer-menu button::after {
  color: var(--project-atlas-accent);
  content: "✓";
  flex: 0 0 auto;
  opacity: 0;
}

.stadtundspiel-project-atlas__manufacturer-menu button:hover,
.stadtundspiel-project-atlas__manufacturer-menu button:focus-visible,
.stadtundspiel-project-atlas__manufacturer-menu button[aria-selected="true"] {
  background: rgba(170, 204, 145, 0.12);
  border-left-color: var(--project-atlas-active);
  color: var(--project-atlas-cream);
  outline: 0;
}

.stadtundspiel-project-atlas__manufacturer-menu button[aria-selected="true"]::after {
  opacity: 1;
}

.stadtundspiel-project-atlas__search {
  align-self: end;
  align-items: center;
  background: rgba(255, 249, 234, 0.055);
  border: 1px solid rgba(255, 249, 234, 0.22);
  color: var(--project-atlas-accent);
  display: grid;
  grid-column: 1;
  grid-template-columns: auto minmax(0, 1fr) auto;
  grid-row: 1;
  min-height: 3.1rem;
  padding: 0 0.8rem;
}

.stadtundspiel-project-atlas__search:focus-within {
  border-color: var(--project-atlas-accent);
  outline: 1px solid var(--project-atlas-accent);
}

.stadtundspiel-project-atlas__search input {
  appearance: none;
  background: transparent;
  border: 0;
  color: var(--project-atlas-cream);
  font: inherit;
  min-width: 0;
  outline: 0;
  padding: 0.7rem;
  width: 100%;
}

.stadtundspiel-project-atlas__search input::placeholder {
  color: rgba(255, 249, 234, 0.48);
}

.stadtundspiel-project-atlas__search input::-webkit-search-cancel-button {
  appearance: none;
}

.stadtundspiel-project-atlas__search button {
  appearance: none;
  background: transparent;
  border: 0;
  color: var(--project-atlas-cream);
  cursor: pointer;
  font: inherit;
  font-size: 1.25rem;
  line-height: 1;
  opacity: 0.7;
  padding: 0.35rem;
}

.stadtundspiel-project-atlas__reset {
  border-color: rgba(255, 249, 234, 0.22);
  color: var(--project-atlas-accent);
  min-height: 2.5rem;
  min-width: 2.5rem;
  padding: 0.55rem;
  position: relative;
}

.stadtundspiel-project-atlas__advanced-toggle {
  display: none;
}

.stadtundspiel-project-atlas__filter-actions {
  align-items: center;
  display: flex;
  gap: 0.4rem;
}

.stadtundspiel-project-atlas__filter-bottom {
  align-items: center;
  display: grid;
  gap: 0.4rem;
  grid-column: 1 / -1;
  grid-row: 2;
  grid-template-columns: minmax(0, 1fr) auto;
}

.stadtundspiel-project-atlas__reset:hover,
.stadtundspiel-project-atlas__reset:focus-visible {
  background: var(--project-atlas-accent);
  color: #1b1b1b;
}

.stadtundspiel-project-atlas__view-switch {
  display: flex;
  width: 100%;
}

.stadtundspiel-project-atlas__view-switch button {
  background: var(--project-atlas-dark);
  flex: 1 1 50%;
  min-height: 3rem;
}

.stadtundspiel-project-atlas :is([data-tooltip]) {
  position: relative;
}

.stadtundspiel-project-atlas :is([data-tooltip])::after {
  background: #102019;
  border-radius: 0.5rem;
  bottom: calc(100% + 0.55rem);
  color: #fff9ea;
  content: attr(data-tooltip);
  font-size: 0.72rem;
  left: 50%;
  letter-spacing: 0.04em;
  opacity: 0;
  padding: 0.45rem 0.6rem;
  pointer-events: none;
  position: absolute;
  transform: translate(-50%, 0.25rem);
  transition: opacity 160ms ease, transform 160ms ease;
  white-space: nowrap;
  z-index: 20;
}

.stadtundspiel-project-atlas :is([data-tooltip]):hover::after,
.stadtundspiel-project-atlas :is([data-tooltip]):focus-visible::after {
  opacity: 1;
  transform: translate(-50%, 0);
}

.stadtundspiel-project-atlas__filter-actions .stadtundspiel-project-atlas__reset::after {
  bottom: auto;
  left: auto;
  right: 0;
  top: calc(100% + 0.45rem);
  transform: translateY(-0.2rem);
}

.stadtundspiel-project-atlas__filter-actions .stadtundspiel-project-atlas__reset:hover::after,
.stadtundspiel-project-atlas__filter-actions .stadtundspiel-project-atlas__reset:focus-visible::after {
  transform: translateY(0);
}

.stadtundspiel-project-atlas__workspace {
  background: var(--project-atlas-dark);
  display: grid;
  grid-template-columns: minmax(0, calc(100% - var(--project-atlas-list-width))) minmax(20rem, var(--project-atlas-list-width));
  height: var(--project-atlas-height);
  margin: 0 auto;
  max-width: 110rem;
  min-height: 38rem;
  overflow: hidden;
  position: relative;
}

.stadtundspiel-project-atlas__workspace.is-fullscreen {
  height: 100dvh;
  inset: 0;
  max-width: none;
  position: fixed;
  width: 100vw;
  z-index: 99999;
}

body.stadtundspiel-atlas-open {
  inset-inline: 0;
  overflow: hidden;
  overscroll-behavior: none;
  position: fixed;
  width: 100%;
}

.stadtundspiel-project-atlas__map-panel {
  background: linear-gradient(145deg, #1b3025 0%, #102019 100%);
  border-right: 1px solid rgba(255, 249, 234, 0.17);
  min-width: 0;
  overflow: hidden;
  position: relative;
}

.stadtundspiel-project-atlas__map {
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}

.stadtundspiel-project-atlas__map .maplibregl-canvas {
  outline: none;
}

.stadtundspiel-project-atlas.has-map-error .stadtundspiel-project-atlas__map::after {
  align-items: center;
  background: rgba(15, 27, 20, 0.9);
  color: var(--project-atlas-cream);
  content: "Kartendetails konnten nicht vollständig geladen werden.";
  display: flex;
  inset: 0;
  justify-content: center;
  padding: 2rem;
  position: absolute;
  text-align: center;
  z-index: 2;
}

.stadtundspiel-project-atlas__marker,
.stadtundspiel-project-atlas__cluster {
  align-items: center;
  appearance: none;
  background: var(--project-atlas-active);
  border: 2px solid var(--project-atlas-cream);
  border-radius: 50%;
  box-shadow: 0 0.35rem 1rem rgba(0, 0, 0, 0.34);
  color: var(--project-atlas-cream);
  cursor: pointer;
  display: flex;
  font: inherit;
  font-weight: 700;
  height: 44px;
  justify-content: center;
  overflow: hidden;
  padding: 0;
  transition: background-color 160ms ease, border-width 160ms ease, box-shadow 160ms ease;
  width: 44px;
}

.stadtundspiel-project-atlas__marker img {
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  width: 100%;
}

.stadtundspiel-project-atlas__marker.is-project-gallery {
  background: var(--project-atlas-accent);
  border-color: var(--project-atlas-cream);
  border-radius: 0.4rem;
  box-shadow: 0 0 0 3px rgba(170, 204, 145, 0.35), 0 0.35rem 1rem rgba(0, 0, 0, 0.34);
  height: 40px;
  width: 40px;
}

.stadtundspiel-project-atlas__marker.is-archive-location {
  background: rgba(16, 32, 25, 0.9);
  border-color: var(--project-atlas-accent);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 30px;
}

.stadtundspiel-project-atlas__marker.is-archive-location::after {
  background: var(--project-atlas-accent);
  border-radius: 50%;
  content: "";
  height: 8px;
  width: 8px;
}

.stadtundspiel-project-atlas__marker:hover,
.stadtundspiel-project-atlas__marker:focus-visible,
.stadtundspiel-project-atlas__marker.is-active,
.stadtundspiel-project-atlas__cluster:hover,
.stadtundspiel-project-atlas__cluster:focus-visible {
  background: var(--project-atlas-accent);
  border-width: 3px;
  box-shadow: 0 0 0 5px rgba(170, 204, 145, 0.2), 0 0.5rem 1.2rem rgba(0, 0, 0, 0.42);
  color: #1b1b1b;
}

.stadtundspiel-project-atlas__project-detail {
  backdrop-filter: blur(18px);
  background: rgba(255, 249, 234, 0.96);
  box-shadow: 0 1.25rem 3.5rem rgba(0, 0, 0, 0.34);
  color: #1b1b1b;
  display: grid;
  grid-template-columns: minmax(8rem, 42%) minmax(0, 1fr);
  max-width: min(34rem, calc(100% - 3rem));
  min-height: 13rem;
  overflow: visible;
  position: absolute;
  left: 1.5rem;
  top: 1.5rem;
  z-index: 6;
}

.stadtundspiel-project-atlas__project-detail::before {
  border-bottom: 12px solid transparent;
  border-top: 12px solid transparent;
  content: "";
  position: absolute;
  top: var(--atlas-detail-pointer-y, 50%);
  transform: translateY(-50%);
}

.stadtundspiel-project-atlas__project-detail[data-side="right"]::before {
  border-right: 12px solid rgba(255, 249, 234, 0.96);
  left: -12px;
}

.stadtundspiel-project-atlas__project-detail[data-side="left"]::before {
  border-left: 12px solid rgba(255, 249, 234, 0.96);
  right: -12px;
}

.stadtundspiel-project-atlas__project-detail[data-side="right"] {
  transform-origin: left var(--atlas-detail-pointer-y, 50%);
}

.stadtundspiel-project-atlas__project-detail[data-side="left"] {
  transform-origin: right var(--atlas-detail-pointer-y, 50%);
}

.stadtundspiel-project-atlas__project-detail:not([hidden]) {
  animation: stadtundspiel-atlas-detail-in 240ms ease both;
}

@keyframes stadtundspiel-atlas-detail-in {
  from {
    opacity: 0;
    transform: scale(0.96);
  }
}

.stadtundspiel-project-atlas__project-detail-close {
  align-items: center;
  appearance: none;
  background: rgba(15, 27, 20, 0.8);
  border: 0;
  color: var(--project-atlas-cream);
  cursor: pointer;
  display: flex;
  font-size: 1.5rem;
  height: 2.5rem;
  justify-content: center;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 2.5rem;
  z-index: 1;
}

.stadtundspiel-project-atlas__project-detail-close:hover,
.stadtundspiel-project-atlas__project-detail-close:focus-visible {
  background: var(--project-atlas-active);
}

.stadtundspiel-project-atlas__project-detail-image {
  background: #203127;
  min-height: 100%;
}

.stadtundspiel-project-atlas__project-detail-image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.stadtundspiel-project-atlas__project-detail-copy {
  align-content: center;
  display: grid;
  padding: 2.4rem 1.5rem 1.5rem;
}

.stadtundspiel-project-atlas__project-detail.has-no-image {
  grid-template-columns: minmax(0, 1fr);
  max-width: min(27rem, calc(100% - 3rem));
}

.stadtundspiel-project-atlas__project-detail.is-project-gallery {
  box-shadow: 0 0 0 3px rgba(170, 204, 145, 0.42), 0 1.25rem 3.5rem rgba(0, 0, 0, 0.34);
}

.stadtundspiel-project-atlas__project-detail.is-project-gallery .stadtundspiel-project-atlas__project-detail-category {
  color: #a33c3c;
}

.stadtundspiel-project-atlas__project-detail.is-archive-location {
  border-top: 3px solid var(--project-atlas-accent);
  min-height: 0;
}

.stadtundspiel-project-atlas__project-detail.is-archive-location .stadtundspiel-project-atlas__project-detail-copy {
  padding-bottom: 2rem;
}

.stadtundspiel-project-atlas__project-detail-description {
  font-size: 0.82rem;
  line-height: 1.45;
  margin: 0.8rem 0 0;
  opacity: 0.78;
}

.stadtundspiel-project-atlas__project-detail-category {
  color: #186c48;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.stadtundspiel-project-atlas__project-detail-title {
  color: inherit;
  font-family: inherit;
  font-size: clamp(1.45rem, 2.1vw, 2rem);
  font-weight: 500;
  line-height: 0.98;
  margin: 0.45rem 0 0;
}

.stadtundspiel-project-atlas__project-detail-meta,
.stadtundspiel-project-atlas__project-detail-manufacturer {
  font-size: 0.78rem;
  margin-top: 0.55rem;
  opacity: 0.68;
}

.stadtundspiel-project-atlas__project-detail-manufacturer {
  margin-top: 0.2rem;
}

.stadtundspiel-project-atlas .stadtundspiel-project-atlas__project-detail-link {
  align-items: center;
  background: var(--project-atlas-accent);
  color: #1b1b1b;
  display: flex;
  font-size: 0.85rem;
  font-weight: 700;
  justify-content: space-between;
  margin-top: 1rem;
  min-height: 2.75rem;
  padding: 0.65rem 0.8rem;
  text-decoration: none;
}

.stadtundspiel-project-atlas .stadtundspiel-project-atlas__project-detail-link:hover,
.stadtundspiel-project-atlas .stadtundspiel-project-atlas__project-detail-link:focus-visible {
  background: var(--project-atlas-active);
  color: var(--project-atlas-cream);
}

.stadtundspiel-project-atlas__map-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  left: 1.5rem;
  max-width: 19rem;
  position: absolute;
  top: 1.5rem;
  z-index: 4;
}

.stadtundspiel-project-atlas__map-controls button {
  appearance: none;
  background: rgba(15, 27, 20, 0.86);
  border: 1px solid rgba(255, 249, 234, 0.45);
  border-radius: 0;
  color: var(--project-atlas-cream);
  cursor: pointer;
  font: inherit;
  min-height: 2.65rem;
  padding: 0.45rem 0.75rem;
}

.stadtundspiel-project-atlas__map-controls button:first-child,
.stadtundspiel-project-atlas__map-controls button:nth-child(2) {
  font-size: 1.25rem;
  padding-inline: 0.85rem;
}

.stadtundspiel-project-atlas__map-controls button:hover,
.stadtundspiel-project-atlas__map-controls button:focus-visible {
  background: var(--project-atlas-accent);
  border-color: var(--project-atlas-accent);
  color: #1b1b1b;
}

.stadtundspiel-project-atlas__map-help {
  color: var(--project-atlas-cream);
  font-size: 0.72rem;
  left: 1.5rem;
  margin: 0;
  opacity: 0.52;
  position: absolute;
  top: 4.75rem;
  z-index: 3;
}

.stadtundspiel-project-atlas__map-status {
  backdrop-filter: blur(10px);
  background: rgba(15, 27, 20, 0.78);
  border-left: 3px solid var(--project-atlas-active);
  bottom: clamp(4rem, 8vh, 6rem);
  color: var(--project-atlas-cream);
  display: grid;
  gap: 0.25rem;
  left: clamp(1.25rem, 3vw, 3rem);
  max-width: 22rem;
  padding: 1.25rem 1.5rem;
  position: absolute;
  transition: opacity 160ms ease, transform 160ms ease;
  z-index: 3;
}

.stadtundspiel-project-atlas.has-open-project-detail .stadtundspiel-project-atlas__map-status {
  opacity: 0;
  pointer-events: none;
  transform: translateY(0.75rem);
}

.stadtundspiel-project-atlas__map-status-label {
  color: var(--project-atlas-accent);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.stadtundspiel-project-atlas__map-status strong {
  font-size: 1.35rem;
  font-weight: 400;
  line-height: 1.05;
}

.stadtundspiel-project-atlas__map-status > span:last-child {
  font-size: 0.88rem;
  opacity: 0.7;
}

.stadtundspiel-project-atlas__expand {
  align-items: center;
  appearance: none;
  background: rgba(15, 27, 20, 0.72);
  border: 1px solid rgba(255, 249, 234, 0.45);
  bottom: 1.5rem;
  color: var(--project-atlas-cream);
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  gap: 0.55rem;
  min-height: 2.75rem;
  padding: 0.55rem 0.85rem;
  position: absolute;
  right: 1.5rem;
  z-index: 4;
}

.stadtundspiel-project-atlas__expand:hover,
.stadtundspiel-project-atlas__expand:focus-visible {
  background: var(--project-atlas-accent);
  border-color: var(--project-atlas-accent);
  color: #1b1b1b;
}

.stadtundspiel-project-atlas__attribution {
  bottom: 1.25rem;
  color: var(--project-atlas-cream);
  font-size: 0.66rem;
  left: 1.5rem;
  opacity: 0.5;
  position: absolute;
  z-index: 3;
}

.stadtundspiel-project-atlas__attribution a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.stadtundspiel-project-atlas__list-panel {
  color: var(--project-atlas-cream);
  display: flex;
  flex-direction: column;
  min-height: 0;
  min-width: 0;
  overflow-x: hidden;
  padding: clamp(1.25rem, 2.2vw, 2.5rem);
}

.stadtundspiel-project-atlas__list {
  align-content: start;
  display: grid;
  flex: 1 1 auto;
  gap: 0;
  grid-auto-rows: max-content;
  list-style: none;
  margin: 0;
  max-width: 100%;
  min-height: 0;
  min-width: 0;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior-x: none;
  padding: 0 0.35rem 0 0;
  scrollbar-color: var(--project-atlas-accent) transparent;
  scrollbar-width: thin;
  touch-action: pan-y;
}

.stadtundspiel-project-atlas__item {
  border-bottom: 1px solid rgba(255, 249, 234, 0.16);
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
}

.stadtundspiel-project-atlas__location-note {
  background: rgba(255, 249, 234, 0.08);
  color: rgba(255, 249, 234, 0.72);
  display: block;
  font-size: 0.76rem;
  margin: -0.35rem 0.85rem 0.85rem;
  padding: 0.65rem 0.75rem;
}

.stadtundspiel-project-atlas__location-note a {
  color: var(--project-atlas-accent);
  font-weight: 700;
  text-decoration: none;
}

.stadtundspiel-project-atlas__location-note a:hover,
.stadtundspiel-project-atlas__location-note a:focus-visible {
  color: var(--project-atlas-cream);
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.stadtundspiel-project-atlas .stadtundspiel-project-atlas__card {
  align-items: center;
  appearance: none;
  background: transparent;
  border: 0;
  border-radius: 0;
  color: var(--project-atlas-cream);
  cursor: pointer;
  display: grid;
  font: inherit;
  gap: 1rem;
  grid-template-columns: clamp(4.75rem, 6vw, 6.5rem) minmax(0, 1fr) auto;
  max-width: 100%;
  min-height: 7rem;
  min-width: 0;
  padding: 0.85rem;
  text-decoration: none;
  transition: background-color 160ms ease, color 160ms ease;
  text-align: left;
  white-space: normal;
  width: 100%;
}

.stadtundspiel-project-atlas .stadtundspiel-project-atlas__card:hover,
.stadtundspiel-project-atlas .stadtundspiel-project-atlas__card:focus-visible,
.stadtundspiel-project-atlas__item.is-map-active .stadtundspiel-project-atlas__card {
  background: var(--project-atlas-accent);
  color: #1b1b1b;
}

.stadtundspiel-project-atlas__card:focus-visible {
  outline: 3px solid var(--project-atlas-cream);
  outline-offset: -3px;
}

.stadtundspiel-project-atlas__card-image {
  aspect-ratio: 4 / 3;
  background: rgba(255, 249, 234, 0.08);
  display: block;
  overflow: hidden;
}

.stadtundspiel-project-atlas__item.is-project-gallery .stadtundspiel-project-atlas__card-image {
  border: 2px solid var(--project-atlas-accent);
  box-shadow: 0.28rem 0.28rem 0 rgba(170, 204, 145, 0.22);
}

.stadtundspiel-project-atlas__item.is-archive-location .stadtundspiel-project-atlas__card-image {
  align-items: center;
  border: 1px solid rgba(170, 204, 145, 0.5);
  display: flex;
  justify-content: center;
}

.stadtundspiel-project-atlas__item.is-archive-location .stadtundspiel-project-atlas__card-image::before {
  color: var(--project-atlas-accent);
  content: "⌖";
  font-size: 1.6rem;
}

.stadtundspiel-project-atlas .stadtundspiel-project-atlas__card-image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.stadtundspiel-project-atlas__card-copy,
.stadtundspiel-project-atlas__card-copy > span,
.stadtundspiel-project-atlas__card-copy > strong {
  display: block;
  max-width: 100%;
  min-width: 0;
  white-space: normal;
}

.stadtundspiel-project-atlas__card-category {
  color: var(--project-atlas-accent);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.stadtundspiel-project-atlas__card:hover .stadtundspiel-project-atlas__card-category,
.stadtundspiel-project-atlas__card:focus-visible .stadtundspiel-project-atlas__card-category,
.stadtundspiel-project-atlas__item.is-map-active .stadtundspiel-project-atlas__card-category {
  color: #186c48;
}

.stadtundspiel-project-atlas__card-copy strong {
  font-size: clamp(1.05rem, 1.35vw, 1.35rem);
  font-weight: 400;
  line-height: 1;
  margin-top: 0.25rem;
  overflow-wrap: anywhere;
}

.stadtundspiel-project-atlas__card-meta {
  font-size: 0.82rem;
  margin-top: 0.35rem;
  opacity: 0.65;
}

.stadtundspiel-project-atlas__card-arrow {
  color: var(--project-atlas-active);
  font-size: 1.15rem;
}

.stadtundspiel-project-atlas__empty {
  border-left: 3px solid var(--project-atlas-active);
  margin: 1rem 0;
  padding: 1rem;
}

.stadtundspiel-project-atlas .stadtundspiel-project-atlas__cta {
  align-items: center;
  background: var(--project-atlas-accent);
  color: #1b1b1b;
  display: flex;
  font-weight: 600;
  justify-content: space-between;
  margin-top: 1rem;
  min-height: 3.25rem;
  padding: 0.75rem 1rem;
  text-decoration: none;
}

.stadtundspiel-project-atlas .stadtundspiel-project-atlas__cta:hover,
.stadtundspiel-project-atlas .stadtundspiel-project-atlas__cta:focus-visible {
  background: var(--project-atlas-cream);
}

@media (max-width: 1024px) {
  .stadtundspiel-project-atlas {
    padding-inline: 1.5rem;
  }

  .stadtundspiel-project-atlas__workspace {
    grid-template-columns: minmax(0, 58%) minmax(19rem, 42%);
  }

  .stadtundspiel-project-atlas__project-detail {
    grid-template-columns: minmax(7rem, 38%) minmax(0, 1fr);
    max-width: min(30rem, calc(100% - 2rem));
  }
}

@media (max-width: 767px) {
  .stadtundspiel-project-atlas {
    padding: 4.5rem 1rem;
  }

  .stadtundspiel-project-atlas__intro {
    align-items: start;
    gap: 1.75rem;
    grid-template-columns: 1fr;
  }

  .stadtundspiel-project-atlas__intro-copy {
    border-left: 3px solid var(--project-atlas-active);
    padding-left: 1rem;
  }

  .stadtundspiel-project-atlas__mobile-tools {
    display: flex;
  }

  .stadtundspiel-project-atlas__mobile-tools .stadtundspiel-project-atlas__view-switch button[aria-pressed="true"] {
    background: var(--project-atlas-accent);
    color: #1b1b1b;
  }

  .stadtundspiel-project-atlas__mobile-tools .stadtundspiel-project-atlas__view-switch button:focus-visible {
    outline: 2px solid var(--project-atlas-active);
    outline-offset: -2px;
  }

  .stadtundspiel-project-atlas__category-filter button {
    font-size: 0.75rem;
  }

  .stadtundspiel-project-atlas__filter-head {
    gap: 0.5rem;
    grid-template-columns: minmax(0, 1fr);
    padding-bottom: 0.65rem;
  }

  .stadtundspiel-project-atlas__search,
  .stadtundspiel-project-atlas__category-filter,
  .stadtundspiel-project-atlas__manufacturer {
    grid-column: 1;
    grid-row: auto;
  }

  .stadtundspiel-project-atlas__filter-bottom {
    grid-row: 2;
  }

  .stadtundspiel-project-atlas__advanced-toggle {
    display: inline-flex;
    font-size: 0.72rem;
    min-height: 2.35rem;
    padding-inline: 0.65rem;
  }

  .stadtundspiel-project-atlas__advanced-toggle span {
    display: none;
  }

  .stadtundspiel-project-atlas__advanced-toggle[aria-expanded="true"] {
    background: rgba(170, 204, 145, 0.14);
    border-color: var(--project-atlas-accent);
    color: var(--project-atlas-accent);
  }

  .stadtundspiel-project-atlas__manufacturer {
    display: none;
    grid-column: 1 / -1;
  }

  .stadtundspiel-project-atlas__filter-head.is-advanced-open .stadtundspiel-project-atlas__manufacturer {
    display: grid;
    grid-row: 2;
  }

  .stadtundspiel-project-atlas__filter-head.is-advanced-open .stadtundspiel-project-atlas__filter-bottom {
    grid-row: 3;
  }

  .stadtundspiel-project-atlas__workspace {
    display: block;
    height: min(72svh, 46rem);
    min-height: 37rem;
  }

  .stadtundspiel-project-atlas__workspace.is-fullscreen {
    height: 100vh;
    height: 100dvh;
    max-height: 100dvh;
    min-height: 100dvh;
  }

  .stadtundspiel-project-atlas__map-panel,
  .stadtundspiel-project-atlas__list-panel {
    height: 100%;
  }

  .stadtundspiel-project-atlas__workspace.is-mobile-list .stadtundspiel-project-atlas__map-panel,
  .stadtundspiel-project-atlas__workspace:not(.is-mobile-list) .stadtundspiel-project-atlas__list-panel {
    display: none;
  }

  .stadtundspiel-project-atlas__list-panel {
    padding: 1rem;
  }

  .stadtundspiel-project-atlas__map-status {
    border-left-width: 2px;
    bottom: 3.7rem;
    gap: 0.1rem;
    left: 0.75rem;
    max-width: 10.5rem;
    padding: 0.6rem 0.75rem;
  }

  .stadtundspiel-project-atlas__map-status-label {
    font-size: 0.58rem;
    letter-spacing: 0.11em;
  }

  .stadtundspiel-project-atlas__map-status strong {
    font-size: 1rem;
  }

  .stadtundspiel-project-atlas__map-status > span:last-child {
    font-size: 0.7rem;
    line-height: 1.2;
  }

  .stadtundspiel-project-atlas__project-detail {
    bottom: 4.6rem;
    grid-template-columns: 7rem minmax(0, 1fr);
    left: 1rem;
    max-width: none;
    min-height: 10rem;
    right: 1rem;
    top: auto;
    transform: none;
  }

  .stadtundspiel-project-atlas__project-detail.has-no-image {
    grid-template-columns: minmax(0, 1fr);
    max-width: none;
  }

  .stadtundspiel-project-atlas__project-detail::before {
    content: none;
  }

  .stadtundspiel-project-atlas__project-detail:not([hidden]) {
    animation-name: stadtundspiel-atlas-detail-mobile-in;
  }

  @keyframes stadtundspiel-atlas-detail-mobile-in {
    from {
      opacity: 0;
      transform: translateY(1rem);
    }
  }

  .stadtundspiel-project-atlas__project-detail-copy {
    padding: 1.6rem 1rem 1rem;
  }

  .stadtundspiel-project-atlas__project-detail-title {
    font-size: 1.3rem;
  }

  .stadtundspiel-project-atlas__map-controls {
    left: 1rem;
    max-width: calc(100% - 2rem);
    top: 1rem;
  }

  .stadtundspiel-project-atlas__map-help {
    display: none;
  }

  .stadtundspiel-project-atlas__expand {
    bottom: 1rem;
    right: 1rem;
  }

  .stadtundspiel-project-atlas__attribution {
    bottom: 1rem;
    left: 1rem;
    max-width: 12rem;
  }
}

@media (max-width: 900px) {
  .stadtundspiel-project-atlas.is-presentation .stadtundspiel-project-atlas__mobile-tools {
    background: var(--project-atlas-dark);
    display: flex;
    flex: 0 0 auto;
    margin: 0;
    max-width: none;
    padding: 1rem 9rem 0.75rem;
    width: 100%;
  }

  .stadtundspiel-project-atlas.is-presentation .stadtundspiel-project-atlas__mobile-tools .stadtundspiel-project-atlas__view-switch button[aria-pressed="true"] {
    background: var(--project-atlas-accent);
    color: #1b1b1b;
  }

  .stadtundspiel-project-atlas.is-presentation .stadtundspiel-project-atlas__workspace,
  .stadtundspiel-project-atlas.is-presentation .stadtundspiel-project-atlas__workspace.is-fullscreen {
    display: block;
    flex: 1 1 auto;
    height: auto;
    min-height: 0;
  }

  .stadtundspiel-project-atlas.is-presentation .stadtundspiel-project-atlas__map-panel,
  .stadtundspiel-project-atlas.is-presentation .stadtundspiel-project-atlas__list-panel {
    height: 100%;
  }

  .stadtundspiel-project-atlas.is-presentation .stadtundspiel-project-atlas__workspace.is-mobile-list .stadtundspiel-project-atlas__map-panel,
  .stadtundspiel-project-atlas.is-presentation .stadtundspiel-project-atlas__workspace:not(.is-mobile-list) .stadtundspiel-project-atlas__list-panel {
    display: none;
  }

  .stadtundspiel-project-atlas.is-presentation .stadtundspiel-project-atlas__list-panel {
    padding: 5rem 1rem 1rem;
  }

  .stadtundspiel-project-atlas.is-presentation .stadtundspiel-project-atlas__project-detail {
    bottom: 4.6rem;
    grid-template-columns: 7rem minmax(0, 1fr);
    left: 1rem;
    max-width: none;
    min-height: 10rem;
    right: 1rem;
    top: auto;
    transform: none;
  }

  .stadtundspiel-project-atlas.is-presentation .stadtundspiel-project-atlas__project-detail::before {
    content: none;
  }

  .stadtundspiel-project-atlas.is-presentation .stadtundspiel-project-atlas__map-controls {
    left: 1rem;
    max-width: calc(100% - 2rem);
    top: 5rem;
  }

  .stadtundspiel-project-atlas.is-presentation .stadtundspiel-project-atlas__map-help {
    display: none;
  }
}

@media (max-width: 540px) {
  .stadtundspiel-project-atlas.is-presentation .stadtundspiel-project-atlas__mobile-tools {
    padding: 5.75rem 1rem 0.75rem;
  }

  .stadtundspiel-project-atlas.is-presentation .stadtundspiel-project-atlas__list-panel {
    padding-top: 1rem;
  }

  .stadtundspiel-project-atlas.is-presentation .stadtundspiel-project-atlas__map-controls {
    top: 1rem;
  }
}

@media (max-width: 1024px) {
  body.stadtundspiel-projects-page #mobile-header .elementor-element-43ba59c {
    min-height: 0 !important;
    width: 4.75rem !important;
  }

  body.stadtundspiel-projects-page #mobile-header .elementor-element-43ba59c img {
    height: auto !important;
    max-width: none !important;
    width: 4.75rem !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .stadtundspiel-project-atlas * {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
