.elementor-location-header {
  height: 0;
  position: relative;
  z-index: 1000;
}

#hidden_header {
  align-items: center;
  background: rgb(255 249 234 / 97%) !important;
  border: 0 !important;
  border-bottom: 1px solid rgb(23 35 29 / 14%) !important;
  box-shadow: none !important;
  display: none !important;
  height: 4.75rem;
  inset: 0 0 auto !important;
  min-height: 4.75rem !important;
  opacity: 1 !important;
  padding: 0 clamp(1.25rem, 3vw, 3.5rem) 0 clamp(8.75rem, 11vw, 10.5rem) !important;
  pointer-events: none !important;
  position: fixed !important;
  transition: background 180ms ease, border-color 180ms ease !important;
  visibility: visible !important;
  width: 100% !important;
  z-index: 990;
}

#hidden_header .elementor-element-1e412359 {
  align-items: center;
  background: transparent !important;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  display: flex !important;
  flex: 1 1 auto !important;
  flex-wrap: nowrap !important;
  gap: 0;
  justify-content: flex-start !important;
  margin: 0;
  max-width: var(--stadtundspiel-content) !important;
  padding: 0 !important;
  pointer-events: auto;
  width: 100% !important;
}

body.home #hidden_header:not(.stadtundspiel-header--scrolled) {
  background: linear-gradient(180deg, rgb(10 24 18 / 42%), rgb(10 24 18 / 6%)) !important;
  border-bottom-color: rgb(255 249 234 / 24%) !important;
}

#hidden_header.stadtundspiel-header--scrolled {
  background: rgb(255 249 234 / 98%) !important;
}

#hidden_header .elementor-widget-nav-menu,
#hidden_header .elementor-nav-menu--main,
#hidden_header .elementor-widget-nav-menu .elementor-widget-container {
  flex: 1 1 auto !important;
  max-width: 100% !important;
  width: 100% !important;
}

#hidden_header .elementor-nav-menu {
  align-items: center;
  display: flex;
  flex-wrap: nowrap !important;
  gap: clamp(1.1rem, 2.35vw, 2.75rem);
  justify-content: flex-start !important;
}

#hidden_header .elementor-nav-menu a {
  border-bottom: 2px solid transparent;
  border-radius: 0;
  color: var(--stadtundspiel-forest) !important;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  padding: 1.72rem 0 1.53rem !important;
  text-transform: uppercase;
  transition: border-color 140ms ease, color 140ms ease;
  white-space: nowrap;
}

body.home #hidden_header:not(.stadtundspiel-header--scrolled) .elementor-nav-menu a {
  color: var(--stadtundspiel-cream) !important;
}

#hidden_header .elementor-nav-menu a:hover,
#hidden_header .elementor-nav-menu a:focus-visible,
#hidden_header .elementor-nav-menu a.elementor-item-active {
  background: transparent;
  border-bottom-color: var(--stadtundspiel-project-red);
  color: var(--stadtundspiel-green) !important;
}

body.home #hidden_header:not(.stadtundspiel-header--scrolled) .elementor-nav-menu a:hover,
body.home #hidden_header:not(.stadtundspiel-header--scrolled) .elementor-nav-menu a:focus-visible,
body.home #hidden_header:not(.stadtundspiel-header--scrolled) .elementor-nav-menu a.elementor-item-active {
  color: var(--stadtundspiel-cream) !important;
}

#hidden_header .elementor-widget-social-icons {
  display: none !important;
}

.elementor-location-header .elementor-element-50f4feb3 {
  filter: drop-shadow(0 0.45rem 0.8rem rgb(0 0 0 / 12%));
  inset-inline-start: 0 !important;
  left: 0 !important;
  position: fixed !important;
  top: 0 !important;
  width: 7rem !important;
  z-index: 1001;
}

.elementor-location-header .elementor-element-574f5f32 {
  inset-inline-start: clamp(1rem, 2vw, 1.75rem) !important;
  left: clamp(1rem, 2vw, 1.75rem) !important;
  margin: 0 !important;
  right: auto !important;
  top: 0 !important;
  width: 4.75rem !important;
}

.elementor-location-header .elementor-element-574f5f32 img {
  height: auto;
  max-width: none !important;
  width: 4.75rem !important;
}

.logo-fixed {
  transform-origin: top left;
  transition: transform 280ms ease-out;
}

.logo-fixed.stadtundspiel-logo--compact {
  transform: scale(0.86);
}

#mobile-header {
  transform: translateY(0) !important;
  transition: none !important;
}

.stadtundspiel-mobile-nav {
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity 140ms ease;
  z-index: 1100;
}

.stadtundspiel-mobile-nav.is-ready {
  opacity: 1;
}

.stadtundspiel-mobile-nav__toggle {
  align-items: center;
  background: var(--stadtundspiel-moss) !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: var(--stadtundspiel-forest) !important;
  cursor: pointer;
  display: flex;
  height: 3.75rem;
  justify-content: center;
  min-width: 7.25rem;
  padding: 0 !important;
  position: fixed;
  right: 1.25rem;
  top: 1.25rem;
  width: 7.25rem !important;
  z-index: 2;
}

.stadtundspiel-mobile-nav__toggle::before {
  content: "Menü";
  font-size: 0.68rem;
  font-weight: 700;
  left: 1rem;
  letter-spacing: 0.14em;
  line-height: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-transform: uppercase;
}

.stadtundspiel-mobile-nav__toggle span {
  background: var(--stadtundspiel-forest);
  display: block;
  height: 2px;
  left: auto;
  position: absolute;
  right: 1.15rem;
  transition: opacity 160ms ease, transform 160ms ease, top 160ms ease;
  width: 1.45rem;
}

.stadtundspiel-mobile-nav__toggle span:nth-child(1) { top: calc(50% - 0.55rem); }
.stadtundspiel-mobile-nav__toggle span:nth-child(2) { top: calc(50% - 1px); }
.stadtundspiel-mobile-nav__toggle span:nth-child(3) { top: calc(50% + 0.43rem); }
.stadtundspiel-mobile-nav__toggle.is-open span:nth-child(1) { top: calc(50% - 1px); transform: rotate(45deg); }
.stadtundspiel-mobile-nav__toggle.is-open span:nth-child(2) { opacity: 0; }
.stadtundspiel-mobile-nav__toggle.is-open span:nth-child(3) { top: calc(50% - 1px); transform: rotate(-45deg); }

.stadtundspiel-mobile-nav__toggle.is-open,
.stadtundspiel-mobile-nav__toggle.is-open span {
  color: var(--stadtundspiel-cream) !important;
}

.stadtundspiel-mobile-nav__toggle.is-open {
  background: transparent !important;
  border-color: transparent !important;
  min-width: 3.75rem;
  width: 3.75rem !important;
}

.stadtundspiel-mobile-nav__toggle:hover,
.stadtundspiel-mobile-nav__toggle:focus {
  background: var(--stadtundspiel-moss) !important;
  box-shadow: none !important;
  color: var(--stadtundspiel-forest) !important;
}

.stadtundspiel-mobile-nav__toggle.is-open:hover,
.stadtundspiel-mobile-nav__toggle.is-open:focus {
  background: transparent !important;
  color: var(--stadtundspiel-cream) !important;
}

.stadtundspiel-mobile-nav__toggle:focus-visible {
  box-shadow: none !important;
  outline: 0;
}

.stadtundspiel-mobile-nav__toggle.is-open span {
  background: var(--stadtundspiel-cream);
}

.stadtundspiel-mobile-nav__toggle.is-open::before {
  content: none;
  display: none;
}

.stadtundspiel-mobile-nav__panel {
  background: var(--stadtundspiel-forest);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  height: 100dvh;
  max-height: 100dvh;
  overflow: hidden;
  padding: 0;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateX(100%);
  transition: transform 420ms cubic-bezier(.22,.78,.18,1), visibility 0s linear 420ms;
  visibility: hidden;
  width: min(34rem, 100vw);
  z-index: 1;
}

.stadtundspiel-mobile-nav__panel::after {
  background: url("../images/fhs-doppelschaukel-duesseldorf.svg") center / auto 100% no-repeat;
  bottom: 16%;
  content: "";
  height: 48%;
  left: 50%;
  opacity: 0.18;
  pointer-events: none;
  position: absolute;
  transform: translateX(-50%);
  width: 100%;
}

.stadtundspiel-mobile-nav.is-open .stadtundspiel-mobile-nav__panel {
  transform: translateX(0);
  transition-delay: 0s;
  visibility: visible;
}

.stadtundspiel-mobile-nav__backdrop {
  background: rgb(7 16 12 / 58%) !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  cursor: default !important;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  transition: opacity 300ms ease, visibility 0s linear 300ms;
  visibility: hidden;
}

.stadtundspiel-mobile-nav__backdrop:hover,
.stadtundspiel-mobile-nav__backdrop:focus,
.stadtundspiel-mobile-nav__backdrop:focus-visible {
  background: rgb(7 16 12 / 58%) !important;
  box-shadow: none !important;
  cursor: default !important;
  outline: 0 !important;
}

.stadtundspiel-mobile-nav.is-open .stadtundspiel-mobile-nav__backdrop {
  opacity: 1;
  pointer-events: auto;
  transition-delay: 0s;
  visibility: visible;
}

.stadtundspiel-mobile-nav__inner {
  box-sizing: border-box;
  display: grid;
  grid-template-rows: auto 1fr auto;
  height: 100%;
  min-height: 0;
  padding: clamp(2rem, 5vw, 3rem) clamp(1.5rem, 4vw, 3.5rem) clamp(2rem, 5vw, 3.5rem);
  position: relative;
  z-index: 1;
}

.stadtundspiel-mobile-nav__eyebrow {
  align-items: center;
  color: var(--stadtundspiel-moss);
  display: flex;
  font-size: 0.7rem;
  font-weight: 700;
  gap: 0.85rem;
  letter-spacing: 0.18em;
  padding-right: 7rem;
  text-transform: uppercase;
}

.stadtundspiel-mobile-nav__eyebrow::before {
  background: var(--stadtundspiel-project-red);
  content: "";
  height: 2px;
  width: 2.5rem;
}

.stadtundspiel-mobile-nav__panel ul {
  align-self: center;
  display: grid;
  gap: 0;
  list-style: none;
  margin: 0 auto;
  max-width: 100%;
  padding: 0;
  counter-reset: mobile-navigation;
  width: 100%;
}

.stadtundspiel-mobile-nav__panel li {
  counter-increment: mobile-navigation;
}

.stadtundspiel-mobile-nav__panel a {
  align-items: center;
  border-bottom: 1px solid rgb(255 249 234 / 18%);
  color: var(--stadtundspiel-cream) !important;
  display: flex;
  font-size: clamp(1.65rem, 3vw, 2.35rem);
  font-weight: 400;
  justify-content: space-between;
  letter-spacing: 0.01em;
  line-height: 1.05;
  padding: clamp(0.72rem, 1.5vh, 1rem) 0;
  text-decoration: none;
}

.stadtundspiel-mobile-nav__panel ul a span {
  color: rgb(255 249 234 / 48%);
  font-size: 0;
  letter-spacing: 0.16em;
}

.stadtundspiel-mobile-nav__panel ul a span::before {
  content: counter(mobile-navigation, decimal-leading-zero);
  font-size: 0.7rem;
}

.stadtundspiel-mobile-nav__panel a:hover,
.stadtundspiel-mobile-nav__panel a:focus-visible {
  color: var(--stadtundspiel-moss) !important;
}

.stadtundspiel-mobile-nav__footer {
  align-items: center;
  background: rgb(16 32 25 / 82%);
  border-top: 1px solid rgb(255 249 234 / 18%);
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  padding: 1rem;
  position: relative;
  z-index: 2;
}

.stadtundspiel-mobile-nav__footer p {
  color: rgb(255 249 234 / 88%);
  font-size: 0.88rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin: 0;
}

.stadtundspiel-mobile-nav__footer a {
  align-items: center;
  background: var(--stadtundspiel-moss);
  border: 0;
  color: var(--stadtundspiel-forest) !important;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 0.75rem;
  font-weight: 700;
  gap: 0.5rem;
  letter-spacing: 0.08em;
  line-height: 1;
  padding: 0.85rem 1rem;
  text-decoration: none;
  text-transform: uppercase;
}

.stadtundspiel-mobile-nav__footer a span {
  color: var(--stadtundspiel-project-red);
  margin-left: 0;
}

.stadtundspiel-mobile-nav__panel .stadtundspiel-mobile-nav__footer a:hover,
.stadtundspiel-mobile-nav__panel .stadtundspiel-mobile-nav__footer a:focus-visible {
  background: var(--stadtundspiel-moss-light);
  color: var(--stadtundspiel-forest) !important;
}

.stadtundspiel-newsletter-signup {
  margin-inline: auto;
  max-width: 38rem;
  text-align: left;
}

.stadtundspiel-newsletter-signup p {
  font-size: 1.05rem;
  line-height: 1.55;
  margin: 0;
}

.stadtundspiel-newsletter-signup__button {
  align-items: center;
  background: var(--stadtundspiel-forest);
  border-radius: 999px;
  color: var(--stadtundspiel-cream) !important;
  display: inline-flex;
  font-weight: 700;
  margin-top: 1.25rem;
  padding: 0.85rem 1.35rem;
  text-decoration: none;
}

.stadtundspiel-newsletter-signup__button::after {
  content: "↗︎";
  margin-left: 0.7rem;
}

.elementor-location-footer {
  background: var(--stadtundspiel-forest);
  color: var(--stadtundspiel-cream);
  overflow: hidden;
  position: relative;
}

.elementor-location-footer::before {
  display: none;
}

.stadtundspiel-footer-intro-section,
.stadtundspiel-footer-intro-section > .e-con-inner {
  max-width: none !important;
  padding: 0 !important;
  width: 100% !important;
}

.stadtundspiel-footer-intro {
  display: grid;
  column-gap: clamp(2rem, 7vw, 8rem);
  grid-template-columns: minmax(0, 1.2fr) minmax(18rem, 0.8fr);
  margin: 0 auto;
  max-width: var(--stadtundspiel-content);
  min-height: 34.5rem;
  padding: clamp(4.5rem, 7vw, 6rem) clamp(1.25rem, 5vw, 5rem) 15rem;
  position: relative;
  row-gap: 2rem;
}

.stadtundspiel-footer-intro::after {
  background: url("../images/footer-playground-scene.svg") center bottom / 100% auto no-repeat;
  bottom: 0;
  content: "";
  height: 100%;
  left: 50%;
  mask-image: linear-gradient(to bottom, transparent 4%, rgb(0 0 0 / 18%) 28%, #000 72%);
  opacity: 0.38;
  pointer-events: none;
  position: absolute;
  transform: translateX(-50%);
  width: 100vw;
  -webkit-mask-image: linear-gradient(to bottom, transparent 4%, rgb(0 0 0 / 18%) 28%, #000 72%);
  z-index: 0;
}

.stadtundspiel-footer-intro > * {
  position: relative;
  z-index: 1;
}

.stadtundspiel-footer-intro .stadtundspiel-eyebrow {
  color: var(--stadtundspiel-moss);
  font-size: 0.72rem;
  font-weight: 700;
  gap: 0.8rem;
  grid-column: 1 / -1;
  line-height: 1.2;
}

.stadtundspiel-footer-intro .stadtundspiel-eyebrow::before {
  background: var(--stadtundspiel-project-red);
  height: 2px;
  width: 2.5rem;
}

.stadtundspiel-footer-intro h2 {
  color: var(--stadtundspiel-cream);
  font-size: clamp(2.5rem, 4.8vw, 5.25rem);
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 0.94;
  margin: 0;
}

.stadtundspiel-footer-intro h2 em {
  color: var(--stadtundspiel-moss);
  font-style: normal;
}

.stadtundspiel-footer-intro__aside {
  align-self: end;
  border-left: 1px solid rgb(255 249 234 / 20%);
  padding-left: clamp(1.5rem, 3vw, 2.5rem);
}

.stadtundspiel-footer-intro__aside p {
  color: rgb(255 249 234 / 68%);
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  line-height: 1.6;
  margin: 0 0 1.5rem;
}

.stadtundspiel-footer-intro__aside a {
  align-items: center;
  background: var(--stadtundspiel-moss);
  border-radius: 999px;
  color: var(--stadtundspiel-forest) !important;
  display: inline-flex;
  font-weight: 700;
  gap: 0.75rem;
  padding: 0.85rem 1.25rem;
  text-decoration: none;
  transition: background-color 160ms ease, color 160ms ease;
}

.elementor-location-footer .stadtundspiel-footer-intro__aside a:hover,
.elementor-location-footer .stadtundspiel-footer-intro__aside a:focus-visible {
  background: var(--stadtundspiel-moss-light);
  color: var(--stadtundspiel-forest) !important;
}

.stadtundspiel-footer-info {
  border-top: 1px solid rgb(255 249 234 / 12%);
  position: relative;
}

.stadtundspiel-footer-info > .e-con-inner {
  align-items: stretch;
}

.stadtundspiel-footer-info__contact {
  justify-content: space-between;
}

.stadtundspiel-footer-info__hours {
  border-left: 1px solid rgb(255 249 234 / 16%);
  justify-content: flex-start;
}

.elementor-location-footer .stadtundspiel-footer-info__label .elementor-heading-title {
  align-items: center;
  color: var(--stadtundspiel-moss) !important;
  display: flex;
  font-size: 0.72rem !important;
  font-weight: 700 !important;
  gap: 0.8rem;
  letter-spacing: 0.16em;
  line-height: 1.2;
  text-transform: uppercase;
}

.elementor-location-footer .stadtundspiel-footer-info__label .elementor-heading-title::before {
  background: currentColor;
  content: "";
  flex: 0 0 2.5rem;
  height: 2px;
}

.stadtundspiel-footer-info__headline {
  margin: 1.3rem 0 clamp(2rem, 4vw, 3rem);
}

.elementor-location-footer .stadtundspiel-footer-info__headline .elementor-heading-title {
  color: var(--stadtundspiel-cream) !important;
  font-size: clamp(1.45rem, 2.2vw, 2.1rem) !important;
  font-style: normal !important;
  font-weight: 500 !important;
  letter-spacing: 0.02em !important;
  line-height: 1.08 !important;
}

.stadtundspiel-footer-info__links .elementor-icon-list-items {
  display: grid !important;
  gap: 0.75rem 2rem !important;
  grid-template-columns: repeat(2, minmax(0, max-content));
}

.stadtundspiel-footer-info__links .elementor-icon-list-item:first-child {
  grid-column: 1 / -1;
}

.stadtundspiel-footer-info__links .elementor-icon-list-item {
  margin: 0 !important;
}

.stadtundspiel-footer-info__links .elementor-icon-list-icon {
  color: var(--stadtundspiel-moss);
  margin-right: 0.6rem;
}

.stadtundspiel-footer-info__links .elementor-icon-list-icon i,
.stadtundspiel-footer-info__links .elementor-icon-list-icon svg {
  color: var(--stadtundspiel-moss) !important;
  fill: var(--stadtundspiel-moss) !important;
}

.stadtundspiel-footer-info__links .elementor-icon-list-text {
  font-size: clamp(1rem, 1.25vw, 1.15rem);
  letter-spacing: 0.01em;
}

.stadtundspiel-footer-info__days {
  margin: 1.3rem 0 0.45rem;
}

.elementor-location-footer .stadtundspiel-footer-info__days .elementor-heading-title {
  color: var(--stadtundspiel-cream) !important;
  font-size: clamp(1.45rem, 2.2vw, 2.1rem) !important;
  font-weight: 500 !important;
  letter-spacing: 0.02em !important;
  line-height: 1.08 !important;
}

.elementor-location-footer .stadtundspiel-footer-info__time .elementor-heading-title {
  color: var(--stadtundspiel-moss) !important;
  font-size: clamp(1.2rem, 1.8vw, 1.6rem) !important;
  font-weight: 500 !important;
  letter-spacing: 0.035em !important;
}

.elementor-location-footer a,
.elementor-location-footer .elementor-icon-list-text {
  color: var(--stadtundspiel-cream) !important;
}

.elementor-location-footer a:hover,
.elementor-location-footer a:focus-visible {
  color: var(--stadtundspiel-moss) !important;
}

.stadtundspiel-footer-legal {
  border-top: 1px solid rgb(255 249 234 / 12%);
}

.stadtundspiel-footer-legal > .e-con-inner {
  align-items: center;
  justify-content: space-between;
}

.stadtundspiel-footer-legal__text p {
  color: rgb(255 249 234 / 56%);
  font-size: 0.76rem;
  letter-spacing: 0.04em;
  margin: 0;
}

.stadtundspiel-footer-legal__link-list .elementor-icon-list-items {
  display: flex !important;
  gap: 1.25rem;
  justify-content: flex-end;
}

.stadtundspiel-footer-legal__link-list .elementor-icon-list-item {
  margin: 0 !important;
}

.stadtundspiel-footer-legal__link-list .elementor-icon-list-text {
  color: rgb(255 249 234 / 64%) !important;
  font-size: 0.76rem;
  letter-spacing: 0.04em;
}

@media (max-width: 1024px) {
  #hidden_header,
  .elementor-location-header .elementor-element-50f4feb3 {
    display: none !important;
  }

  #mobile-header {
    background: transparent !important;
    border: 0 !important;
    display: flex !important;
    height: 0;
    inset: 0 0 auto !important;
    padding: 0 !important;
    pointer-events: none;
    position: fixed !important;
    z-index: 1050;
  }

  #mobile-header .elementor-element-43ba59c {
    background: var(--stadtundspiel-cream);
    border-radius: 0;
    box-shadow: none;
    left: 1rem;
    margin: 0 !important;
    min-height: 0 !important;
    overflow: visible;
    pointer-events: auto;
    position: fixed;
    top: 0;
    width: 4.75rem !important;
  }

  #mobile-header #logo-flag-mobile {
    left: 0 !important;
    margin: 0 !important;
    max-width: none !important;
    top: 0 !important;
    width: 4.75rem !important;
  }

  #mobile-header #logo-flag-mobile img {
    display: block;
    height: auto !important;
    max-width: none !important;
    width: 4.75rem !important;
  }

  #mobile-header .elementor-element-ff31f4f {
    display: none !important;
  }

  #mobile-header .elementor-widget-social-icons,
  #mobile-header .elementor-element-1ba149aa {
    display: none !important;
  }

}

@media (max-width: 680px) {
  .stadtundspiel-mobile-nav__toggle {
    right: 0.75rem;
    top: 0.75rem;
  }

  .stadtundspiel-mobile-nav__panel {
    width: 100vw;
  }

  .stadtundspiel-mobile-nav__inner {
    padding: 1.5rem 1.25rem 1.75rem;
  }

  .stadtundspiel-mobile-nav__panel a {
    font-size: clamp(1.7rem, 8vw, 2.35rem);
  }

  .stadtundspiel-mobile-nav__footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.75rem;
  }

  .stadtundspiel-mobile-nav__footer a {
    justify-content: center;
    width: 100%;
  }

  .stadtundspiel-footer-intro {
    gap: 2rem;
    grid-template-columns: 1fr;
    min-height: 34rem;
    padding-bottom: 14rem;
  }

  .stadtundspiel-footer-intro .stadtundspiel-eyebrow {
    grid-column: auto;
  }

  .stadtundspiel-footer-intro__aside {
    border-left: 0;
    border-top: 1px solid rgb(255 249 234 / 20%);
    padding: 1.5rem 0 0;
  }

  .stadtundspiel-footer-intro::after {
    background-size: auto 100%;
    opacity: 0.28;
  }

  .stadtundspiel-footer-info > .e-con-inner {
    flex-direction: column;
  }

  .stadtundspiel-footer-info__contact,
  .stadtundspiel-footer-info__hours {
    padding-inline: 0;
    width: 100% !important;
  }

  .stadtundspiel-footer-info__hours {
    border-left: 0;
    border-top: 1px solid rgb(255 249 234 / 16%);
    padding-top: 2.5rem;
  }

  .stadtundspiel-footer-info__links .elementor-icon-list-items {
    grid-template-columns: 1fr;
  }

  .stadtundspiel-footer-info__links .elementor-icon-list-item:first-child {
    grid-column: auto;
  }

  .stadtundspiel-footer-legal > .e-con-inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.65rem;
  }

  .stadtundspiel-footer-legal__link-list .elementor-icon-list-items {
    gap: 1rem;
    justify-content: flex-start;
  }
}

@media (min-width: 1025px) {
  .elementor-location-header .elementor-element-45e9acf {
    display: flex !important;
    height: 0 !important;
    min-height: 0 !important;
    padding: 0 !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  #hidden_header .elementor-element-1e412359,
  .logo-fixed,
  .stadtundspiel-mobile-nav,
  .stadtundspiel-mobile-nav__toggle span {
    transition-duration: 0.01ms !important;
  }

  .stadtundspiel-mobile-nav__panel,
  .stadtundspiel-mobile-nav__backdrop {
    transition-duration: 0.01ms !important;
  }
}
