@font-face {
  font-family: TimesNewArial;
  src: url("/assets/fonts/TimesNewArialVF.ttf");
}
@font-face {
  font-family: Druk;
  src: url("/assets/fonts/Druk_Wide_Super.otf");
}
*,
*:after,
*:before {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  outline: 0;
  font-variation-settings: "wght" 10;
}

body,
html {
  height: 100%;
  width: 100vw;
  margin: 0;
  font-family: TimesNewArial, Arial, Helvetica, sans-serif;
  font-size: 35px;
  font-variation-settings: "wght" 30;
  line-height: 1.1;
  font-smooth: always;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-text-size-adjust: 100%;
  -webkit-touch-callout: none;
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media screen and (max-width: 2250px) {
  body,
  html {
    font-size: 32px;
  }
}
@media screen and (max-width: 1920px) {
  body,
  html {
    font-size: 26px;
  }
}
@media screen and (max-width: 1440px) {
  body,
  html {
    font-size: 22px;
  }
}
@media screen and (max-width: 1200px) {
  body,
  html {
    font-size: 20px;
  }
}

@media (orientation: landscape) and (max-height: 700px) {
  html {
    background-color: #000;
  }
  body {
    visibility: hidden;
    overflow: hidden;
  }
}
main {
  display: flex;
  gap: 0.5rem;
  height: 100%;
  padding-inline: 0.5rem;
  overflow: hidden;
}

@media (max-width: 1200px) {
  nav.header-nav.open + #content > main {
    margin-top: 28rem;
  }
}

#content {
  height: 100%;
  overflow: hidden;
}

h1 {
  color: white;
  -webkit-text-fill-color: white;
  -webkit-text-stroke: 0.075em black;
  paint-order: stroke;
}
@media (max-width: 700px) {
  h1 {
    -webkit-text-stroke-width: 0.085em;
  }
}
h1 {
  font-size: 2rem;
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 100%;
  font-weight: normal;
}
h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, h6 + p {
  margin-top: 0.25em;
}

h1 a, h2 a {
  text-decoration: none;
}

.subpage h2 {
  color: white;
  -webkit-text-fill-color: white;
  -webkit-text-stroke: 0.075em black;
  paint-order: stroke;
}
@media (max-width: 700px) {
  .subpage h2 {
    -webkit-text-stroke-width: 0.085em;
  }
}
.subpage h2 {
  font-size: 2rem;
}

h3 {
  line-height: 1.1;
}

p {
  margin-block: 1em;
}
p:last-child {
  margin-bottom: 0;
}

.subpage hr {
  width: calc(100% + 1rem);
  margin-left: -0.5rem;
  border: 0.05rem solid black;
}

strong {
  font-weight: normal;
  font-variation-settings: "wght" 100;
}

img {
  max-width: 100%;
}

a, button {
  color: inherit;
}
a:focus-visible, button:focus-visible {
  color: greenyellow !important;
  -webkit-text-fill-color: greenyellow !important;
}
li:has(a:focus-visible > img, button:focus-visible > img) {
  background-color: greenyellow !important;
}
a:focus-visible:has(> img), button:focus-visible:has(> img) {
  background-color: greenyellow !important;
}
a:focus-visible svg path, button:focus-visible svg path {
  stroke: greenyellow !important;
}

.swiper-button-next:focus-visible span, .swiper-button-prev:focus-visible span {
  color: greenyellow !important;
  -webkit-text-fill-color: greenyellow !important;
}

.close-button {
  color: white;
  -webkit-text-fill-color: white;
  -webkit-text-stroke: 0.075em black;
  paint-order: stroke;
}
@media (max-width: 700px) {
  .close-button {
    -webkit-text-stroke-width: 0.085em;
  }
}
.close-button {
  border: 0.1rem solid black;
}
@media (max-width: 700px) {
  .close-button {
    border: 0.1rem solid black;
  }
}
.close-button {
  font-size: 2rem;
  padding-inline: 0.3em;
  padding-block: 0.4em 0.2em;
  flex-grow: 2;
  height: 3.5rem;
  min-width: 3.5rem;
  text-align: center;
  overflow: hidden;
  background-color: white;
  font-family: TimesNewArial, Arial, Helvetica, sans-serif;
  line-height: 1;
  font-weight: normal;
  flex-grow: 0;
  cursor: pointer;
}

.header-text {
  color: white;
  -webkit-text-fill-color: white;
  -webkit-text-stroke: 0.075em black;
  paint-order: stroke;
}
@media (max-width: 700px) {
  .header-text {
    -webkit-text-stroke-width: 0.085em;
  }
}
.header-text {
  border: 0.1rem solid black;
}
@media (max-width: 700px) {
  .header-text {
    border: 0.1rem solid black;
  }
}
.header-text {
  font-size: 2rem;
  padding-inline: 0.3em;
  padding-block: 0.4em 0.2em;
  flex-grow: 2;
  height: 3.5rem;
  min-width: 3.5rem;
  text-align: center;
  overflow: hidden;
  position: relative;
  z-index: 30;
  padding-inline: 0;
  overflow: hidden;
  white-space: nowrap;
  background-color: white;
  isolation: isolate;
  display: flex;
  align-items: center;
}
.header-text--scroll-marquee {
  isolation: auto;
  min-width: 0;
  overflow-x: hidden;
  overflow-y: hidden;
  -webkit-overflow-scrolling: auto;
}
.header-text--scroll-marquee .header-text__track {
  flex-shrink: 0;
}
@media (min-width: 1200px) {
  nav.header-nav.open .header-text {
    transition: width 5s ease-in, display 0.1s 5s;
    width: 0;
    display: none;
  }
}
.header-text__track {
  display: inline-flex;
  white-space: nowrap;
  transform: translate3d(0, 0, 0);
}
.header-text__track:not(.header-text__track--js) {
  animation: header-marquee 40s linear infinite;
}
@media (max-width: 700px) {
  .header-text__track:not(.header-text__track--js) {
    animation-duration: 30s;
  }
}
.header-text__track--js {
  animation: none;
}
.header-text--scroll-marquee .header-text__track--js {
  transform: none !important;
}
@media (prefers-reduced-motion: reduce) {
  .header-text__track {
    animation: none;
    transform: none;
  }
}
.header-text__segment {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}
.header-text__segment a.psf-split-title, .header-text__segment a.psf-title {
  text-shadow: none;
  text-decoration: none;
  margin-inline: 2rem;
  line-height: 1;
  vertical-align: middle;
  transform: translateY(-5%);
  font-family: Druk, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0em;
}
.header-text__segment a.psf-title:not(.psf-split-title) {
  background-size: cover;
  background-position: center center;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 0.05rem;
  color: transparent;
}
.header-text__segment a.psf-split-title {
  letter-spacing: 0.075em;
}
.header-text__segment a.psf-split-title span {
  display: inline;
  margin: 0;
  padding: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 0.05rem;
  color: transparent;
}
.header-text__segment a.psf-split-title span.psf-title__space {
  display: inline-block;
  width: 0.28em;
  overflow: hidden;
  vertical-align: middle;
}

@keyframes header-marquee {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}
#burger {
  color: white;
  -webkit-text-fill-color: white;
  -webkit-text-stroke: 0.075em black;
  paint-order: stroke;
}
@media (max-width: 700px) {
  #burger {
    -webkit-text-stroke-width: 0.085em;
  }
}
#burger {
  border: 0.1rem solid black;
}
@media (max-width: 700px) {
  #burger {
    border: 0.1rem solid black;
  }
}
#burger {
  font-size: 2rem;
  padding-inline: 0.3em;
  padding-block: 0.4em 0.2em;
  flex-grow: 2;
  height: 3.5rem;
  min-width: 3.5rem;
  text-align: center;
  overflow: hidden;
  width: 3.5rem;
  background: white;
  flex-grow: 0;
  cursor: pointer;
}
#burger a {
  text-decoration: none;
  font-variation-settings: "nvgn" 0;
  transition: all 0.3s ease-in-out;
}
.open #burger a {
  font-variation-settings: "nvgn" 100;
}

nav.header-nav {
  position: fixed;
  margin: 0.5rem;
  width: calc(100% - 1rem);
  display: flex;
  gap: 0.5rem;
  justify-content: space-between;
  z-index: 20;
}
@media (max-width: 1200px) {
  nav.header-nav > ul:first-of-type {
    flex-direction: column;
    position: absolute;
    top: 4rem;
    height: auto;
    max-height: calc(100dvh - 3.5rem - 1rem);
    overflow: auto;
  }
  nav.header-nav > ul:first-of-type li {
    flex-shrink: 0;
    display: contents;
  }
  nav.header-nav > ul:first-of-type li a {
    border: 0.1rem solid black;
    font-size: 2rem;
    padding-inline: 0.3em;
    padding-block: 0.4em 0.2em;
    flex-grow: 2;
    height: 3.5rem;
    min-width: 3.5rem;
    text-align: center;
    overflow: hidden;
    display: inline-block;
    width: 100%;
  }
}
@media (max-width: 1200px) and (max-width: 700px) {
  nav.header-nav > ul:first-of-type li a {
    border: 0.1rem solid black;
  }
}
@media (max-width: 1200px) {
  nav.header-nav > ul:first-of-type li img {
    display: none;
  }
  nav.header-nav > ul:first-of-type li .nav-mobile-icon-text {
    display: inline;
  }
}
nav.header-nav ul {
  display: flex;
  gap: 0.5rem;
  height: 3.5rem;
  justify-content: space-between;
}
nav.header-nav ul:first-of-type {
  flex-grow: 2;
  width: 100%;
  transition: width 5s ease-in, display 0.01s linear 5s;
}
nav.header-nav li {
  text-decoration: none;
  display: block;
  margin: 0;
  padding: 0;
}
nav.header-nav li:not(:has(> a > img)) {
  flex-grow: 2;
}
nav.header-nav li a {
  display: block;
  text-align: center;
  background-color: white;
  color: white;
  -webkit-text-fill-color: white;
  -webkit-text-stroke: 0.075em black;
  paint-order: stroke;
}
@media (max-width: 700px) {
  nav.header-nav li a {
    -webkit-text-stroke-width: 0.085em;
  }
}
nav.header-nav li a {
  font-size: 2rem;
  text-decoration: none;
  height: 3.5rem;
}
nav.header-nav li a:not(:has(> img)) {
  border: 0.1rem solid black;
}
@media (max-width: 700px) {
  nav.header-nav li a:not(:has(> img)) {
    border: 0.1rem solid black;
  }
}
nav.header-nav li a:not(:has(> img)) {
  font-size: 2rem;
  padding-inline: 0.3em;
  padding-block: 0.4em 0.2em;
  flex-grow: 2;
  height: 3.5rem;
  min-width: 3.5rem;
  text-align: center;
  overflow: hidden;
}
nav.header-nav li a:has(> img) {
  border-radius: 50%;
}
@media (max-width: 1200px) {
  nav.header-nav li a:has(> img) {
    border-radius: 0;
  }
}
nav.header-nav li a.active {
  text-decoration: none;
}
nav.header-nav li a img {
  height: 3.5rem;
}
nav.header-nav li a .nav-mobile-icon-text {
  display: none;
}
nav.header-nav .languages ul {
  flex-grow: 0;
}
nav.header-nav .languages ul li:has(> a.active) {
  display: none;
}

nav.header-nav:not(.open) > ul:first-of-type {
  width: 0;
  display: none;
}

body[ndx--target-view=home] nav.header-nav {
  transform: translateY(-120%);
}
body[ndx--target-view=home] nav.header-nav.start-animation {
  animation: navAppear 0.7s ease-out 2s forwards;
}
body[ndx--target-view=home] .home {
  padding-top: 0.5rem;
}
body[ndx--target-view=home] .home.start-animation {
  animation: homePadding 0.7s ease-out 2s forwards;
}

@keyframes navAppear {
  from {
    transform: translateY(-120%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes homePadding {
  from {
    padding-top: 0.5rem;
  }
  to {
    padding-top: 4.5rem;
  }
}
nav.footer ul {
  display: flex;
  gap: 0.5rem;
  margin-top: 0.5rem;
}
@container (max-width: 25rem) {
  nav.footer ul {
    flex-direction: column;
  }
}
nav.footer ul li {
  border: 0.1rem solid black;
}
@media (max-width: 700px) {
  nav.footer ul li {
    border: 0.1rem solid black;
  }
}
nav.footer ul li {
  font-size: 2rem;
  padding-inline: 0.3em;
  padding-block: 0.4em 0.2em;
  flex-grow: 2;
  height: 3.5rem;
  min-width: 3.5rem;
  text-align: center;
  overflow: hidden;
  background-color: white;
}
nav.footer ul li a {
  color: white;
  -webkit-text-fill-color: white;
  -webkit-text-stroke: 0.075em black;
  paint-order: stroke;
}
@media (max-width: 700px) {
  nav.footer ul li a {
    -webkit-text-stroke-width: 0.085em;
  }
}
nav.footer ul li a {
  text-decoration: none;
  line-height: 1;
  display: block;
}

.home,
.subpage,
.projectpage {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.home::-webkit-scrollbar,
.subpage::-webkit-scrollbar,
.projectpage::-webkit-scrollbar {
  display: none;
}
.home,
.subpage,
.projectpage {
  container-type: inline-size;
  max-width: 100%;
  width: 33%;
  height: 100%;
  overflow: auto;
  flex-grow: 2;
  padding-top: 4.5rem;
  padding-bottom: 0.5rem;
}
.home:focus-visible,
.subpage:focus-visible,
.projectpage:focus-visible {
  background-color: lightgray;
}
@media (min-width: 700px) {
  .home,
  .subpage,
  .projectpage {
    transition: all 0.4s ease-in;
  }
}
@media (max-width: 700px) {
  .home,
  .subpage,
  .projectpage {
    width: 100%;
  }
}
.home:not(:has(> *:not(nav.footer))),
.subpage:not(:has(> *:not(nav.footer))),
.projectpage:not(:has(> *:not(nav.footer))) {
  flex-grow: 0;
  visibility: hidden;
  margin-left: -0.5rem;
}
@media (min-width: 700px) {
  .home:not(:has(> *:not(nav.footer))),
  .subpage:not(:has(> *:not(nav.footer))),
  .projectpage:not(:has(> *:not(nav.footer))) {
    width: 0 !important;
    transition: all 0.4s ease-in, visibility 0.1s 0.4s;
  }
}
@media (max-width: 700px) {
  .home:not(:has(> *:not(nav.footer))),
  .subpage:not(:has(> *:not(nav.footer))),
  .projectpage:not(:has(> *:not(nav.footer))) {
    display: none;
  }
}

body[data-projectpage-open=false]:not([data-subpage-title]) .home {
  width: 100%;
}

@media (max-width: 700px) {
  body .subpage:has(> *) ~ .home {
    flex-grow: 0;
    visibility: hidden;
    margin-left: -0.5rem;
  }
}
@media (max-width: 700px) and (min-width: 700px) {
  body .subpage:has(> *) ~ .home {
    width: 0 !important;
    transition: all 0.4s ease-in, visibility 0.1s 0.4s;
  }
}
@media (max-width: 700px) and (max-width: 700px) {
  body .subpage:has(> *) ~ .home {
    display: none;
  }
}
body[data-subpage-title=kalender][data-projectpage-open=true] .home, body[data-subpage-title=barrierefreiheit][data-projectpage-open=true] .home {
  flex-grow: 0;
  visibility: hidden;
  margin-left: -0.5rem;
}
@media (min-width: 700px) {
  body[data-subpage-title=kalender][data-projectpage-open=true] .home, body[data-subpage-title=barrierefreiheit][data-projectpage-open=true] .home {
    width: 0 !important;
    transition: all 0.4s ease-in, visibility 0.1s 0.4s;
  }
}
@media (max-width: 700px) {
  body[data-subpage-title=kalender][data-projectpage-open=true] .home, body[data-subpage-title=barrierefreiheit][data-projectpage-open=true] .home {
    display: none;
  }
}
body[data-subpage-title=kalender][data-projectpage-open=true] .subpage, body[data-subpage-title=barrierefreiheit][data-projectpage-open=true] .subpage {
  width: 50%;
}
body[data-subpage-title=kalender][data-projectpage-open=true] .projectpage, body[data-subpage-title=barrierefreiheit][data-projectpage-open=true] .projectpage {
  width: 50%;
}

body[data-subpage-title=karte][data-projectpage-open=true] .home {
  width: 25%;
}
body[data-subpage-title=karte][data-projectpage-open=true] .subpage {
  width: 25%;
}
body[data-subpage-title=karte][data-projectpage-open=true] .projectpage {
  width: 50%;
}
@media (min-width: 1200px) {
  body[data-subpage-title=karte][data-projectpage-open=true] .footer {
    display: none;
  }
  body[data-subpage-title=karte][data-projectpage-open=true] #map {
    min-height: calc(100% - 0.5rem - 3.5rem);
  }
  body[data-subpage-title=karte][data-projectpage-open=true] main:has(.projectpage .programmpunkt-detail__action_map) .subpage #map {
    min-height: calc(100% - 6.5rem);
  }
  body[data-subpage-title=karte][data-projectpage-open=true] main:has(.projectpage .programmpunkt-detail__action_map) .subpage #project-map-action {
    display: inline-block;
  }
}
@media (max-width: 1400px) {
  body[data-subpage-title=karte][data-projectpage-open=true] .home {
    flex-grow: 0;
    visibility: hidden;
    margin-left: -0.5rem;
  }
}
@media (max-width: 1400px) and (min-width: 700px) {
  body[data-subpage-title=karte][data-projectpage-open=true] .home {
    width: 0 !important;
    transition: all 0.4s ease-in, visibility 0.1s 0.4s;
  }
}
@media (max-width: 1400px) and (max-width: 700px) {
  body[data-subpage-title=karte][data-projectpage-open=true] .home {
    display: none;
  }
}
@media (max-width: 1400px) {
  body[data-subpage-title=karte][data-projectpage-open=true] .subpage {
    width: 50%;
  }
}

@media (max-width: 700px) {
  body[data-projectpage-open=true] .home {
    flex-grow: 0;
    visibility: hidden;
    margin-left: -0.5rem;
  }
}
@media (max-width: 700px) and (min-width: 700px) {
  body[data-projectpage-open=true] .home {
    width: 0 !important;
    transition: all 0.4s ease-in, visibility 0.1s 0.4s;
  }
}
@media (max-width: 700px) and (max-width: 700px) {
  body[data-projectpage-open=true] .home {
    display: none;
  }
}
@media (max-width: 700px) {
  body[data-projectpage-open=true] .subpage {
    flex-grow: 0;
    visibility: hidden;
    margin-left: -0.5rem;
  }
}
@media (max-width: 700px) and (min-width: 700px) {
  body[data-projectpage-open=true] .subpage {
    width: 0 !important;
    transition: all 0.4s ease-in, visibility 0.1s 0.4s;
  }
}
@media (max-width: 700px) and (max-width: 700px) {
  body[data-projectpage-open=true] .subpage {
    display: none;
  }
}

body[data-subpage-title=faq] .subpage h2 {
  color: black;
  -webkit-text-fill-color: black;
  -webkit-text-stroke: 0.075em black;
  paint-order: stroke;
}
@media (max-width: 700px) {
  body[data-subpage-title=faq] .subpage h2 {
    -webkit-text-stroke-width: 0.085em;
  }
}
body[data-subpage-title=faq] .subpage h2 {
  text-shadow: none;
  font-size: 1.5rem;
}

.calendar-heading {
  border: 0.1rem solid black;
}
@media (max-width: 700px) {
  .calendar-heading {
    border: 0.1rem solid black;
  }
}
.calendar-heading {
  font-size: 2rem;
  padding-inline: 0.3em;
  padding-block: 0.4em 0.2em;
  flex-grow: 2;
  height: 3.5rem;
  min-width: 3.5rem;
  text-align: center;
  overflow: hidden;
  margin-top: 0.5rem;
  position: sticky;
  z-index: 2;
  background: white;
  top: 4rem;
  text-align: left;
}

#calendar {
  margin: 0;
  padding: 0;
  border: none;
}
#calendar .programmpunkte {
  padding-bottom: 0;
  margin-top: 0.5rem;
}
#calendar .programmpunkte.programmpunkte-begleitprogramm h1.programmpunkt__title {
  -webkit-text-stroke-width: 0 !important;
  -webkit-text-fill-color: black !important;
  font-variation-settings: "wght" 400;
  letter-spacing: -0.075rem;
  text-shadow: none;
}
#calendar .programmpunkt {
  border: 0.1rem solid black;
}
@media (max-width: 700px) {
  #calendar .programmpunkt {
    border: 0.1rem solid black;
  }
}
#calendar .programmpunkt {
  padding: 0.5rem;
  margin-bottom: 0.5rem;
}

.home .programmpunkte {
  gap: 0.5rem;
  width: 100%;
  padding: 0.1rem;
}
@media (max-width: 700px) {
  .home .programmpunkte {
    padding: 0.1rem;
  }
}
.home .programmpunkte .gutter-sizer {
  width: 0.5rem;
}
.home .programmpunkte .programmpunkt {
  width: calc((100% - 0.2rem) / 4 - 0.375rem);
}
@media (max-width: 700px) {
  .home .programmpunkte .programmpunkt {
    width: 100%;
  }
}
.home .programmpunkte .programmpunkt {
  margin-bottom: 0.5rem;
}
.home .programmpunkte .programmpunkt:last-child {
  margin-bottom: 0;
}
@container (max-width: 60rem) {
  .home .programmpunkte .programmpunkt {
    width: calc((100% - 0.2rem) / 3 - 0.3333333333rem);
  }
  @media (max-width: 700px) {
    .home .programmpunkte .programmpunkt {
      width: 100%;
    }
  }
}
@container (max-width: 45rem) {
  .home .programmpunkte .programmpunkt {
    width: calc((100% - 0.2rem) / 2 - 0.25rem);
  }
  @media (max-width: 700px) {
    .home .programmpunkte .programmpunkt {
      width: 100%;
    }
  }
}
@container (max-width: 25rem) {
  .home .programmpunkte .gutter-sizer {
    display: none;
  }
  .home .programmpunkte .programmpunkt {
    width: calc((100% - 0.2rem) / 1 - 0rem);
  }
  @media (max-width: 700px) {
    .home .programmpunkte .programmpunkt {
      width: 100%;
    }
  }
  .home .programmpunkte .programmpunkt {
    float: none;
    position: static !important;
    left: auto !important;
    top: auto !important;
    transform: none !important;
  }
}

.programmpunkt {
  margin-bottom: 1rem;
}
.programmpunkt:last-child {
  margin-bottom: 0.5rem;
}
.programmpunkt .programmpunkt__text-wrapper .programmpunkt__title_subtitle {
  font-variation-settings: "wght" 400;
  letter-spacing: -0.075rem;
  -webkit-text-fill-color: black;
  -webkit-text-stroke-width: 0;
  text-shadow: none;
}
.programmpunkt .programmpunkt__text-wrapper p {
  margin: 0;
}

.programmpunkt-detail__meta {
  margin: 0;
}

.home .programmpunkt {
  margin-bottom: -4px;
  overflow: visible;
}
.home .programmpunkt a {
  overflow: visible;
  position: relative;
  text-align: center;
}
.home .programmpunkt a img {
  position: absolute;
  opacity: 0;
  max-height: 50%;
  max-width: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home .programmpunkt a .programmpunkt__text-wrapper {
  position: absolute;
  z-index: 4;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.home .programmpunkt a .programmpunkt__text-wrapper p {
  color: white;
  -webkit-text-fill-color: white;
  -webkit-text-stroke: 0.075em black;
  paint-order: stroke;
}
@media (max-width: 700px) {
  .home .programmpunkt a .programmpunkt__text-wrapper p {
    -webkit-text-stroke-width: 0.085em;
  }
}
.home .programmpunkt a svg {
  position: relative;
  max-height: 40dvh;
  width: 100%;
  margin-inline: auto;
  overflow: visible;
}
.home .programmpunkt a svg image {
  pointer-events: none;
}
@media screen and (max-wdith: 1200px) {
  .home .programmpunkt a svg {
    max-height: 60dvh;
  }
}
@media screen and (max-width: 700px) {
  .home .programmpunkt a svg {
    max-height: unset;
  }
}
.home .programmpunkt.begleitprogramm .programmpunkt__text-wrapper p, .home .programmpunkt.begleitprogramm .programmpunkt__text-wrapper h1 {
  color: black;
  -webkit-text-fill-color: black;
  -webkit-text-stroke-color: white;
}
.home .programmpunkt.begleitprogramm .programmpunkt__text-wrapper h1 {
  font-variation-settings: "wght" 400;
}

body .home .programmpunkt__text-wrapper {
  opacity: 0;
  transition: opacity 0.25s ease-in 0.5s;
}
body .home .programmpunkt__text-wrapper.start-animation {
  animation: appearText 0.3s ease-in 2s forwards;
}
body .home .programmpunkt__text-wrapper.after-animation {
  opacity: 1;
}

body[data-projectpage-open=true] .home .programmpunkt:not(.active) .programmpunkt__text-wrapper {
  opacity: 0;
  animation: none;
  transition: opacity 0.25s ease-in;
}
body[data-projectpage-open=true] .programmpunkt:not(.active):hover .programmpunkt__text-wrapper {
  opacity: 1;
  transition: opacity 0.25s ease-in 0.5s;
}

@keyframes appearText {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.subpage header, .projectpage header {
  display: flex;
  gap: 0.5rem;
  height: 3.5rem;
  position: sticky;
  top: 0;
  z-index: 5;
}
.subpage header h1, .projectpage header h1 {
  border: 0.1rem solid black;
}
@media (max-width: 700px) {
  .subpage header h1, .projectpage header h1 {
    border: 0.1rem solid black;
  }
}
.subpage header h1, .projectpage header h1 {
  font-size: 2rem;
  padding-inline: 0.3em;
  padding-block: 0.4em 0.2em;
  flex-grow: 2;
  height: 3.5rem;
  min-width: 3.5rem;
  text-align: center;
  overflow: hidden;
  flex-grow: 2;
  background-color: white;
  display: block;
  overflow: hidden;
  white-space: nowrap;
}
.subpage header h1 span, .projectpage header h1 span {
  white-space: nowrap;
}
.subpage header h1.title-marquee span, .projectpage header h1.title-marquee span {
  animation: title-marquee var(--duration) linear infinite;
  display: inline-block;
  padding-right: 1.5em;
}
.subpage header #map-icon, .projectpage header #map-icon {
  height: 100%;
  background-color: white;
  border-radius: 50%;
  border: none;
  flex-shrink: 0;
  cursor: pointer;
}
.subpage header #map-icon img, .projectpage header #map-icon img {
  height: 100%;
}
@media (max-width: 700px) {
  .subpage header #map-icon, .projectpage header #map-icon {
    display: none;
  }
}
.subpage header + *, .projectpage header + * {
  border: 0.1rem solid black;
}
@media (max-width: 700px) {
  .subpage header + *, .projectpage header + * {
    border: 0.1rem solid black;
  }
}
.subpage header + *, .projectpage header + * {
  padding: 0.5rem;
  margin-top: 0.5rem;
  min-height: calc(100% - 4rem);
}
.subpage header + * + p, .projectpage header + * + p {
  margin-top: 0;
}

.subpage header + * {
  min-height: calc(100% - 4rem);
}
@container (max-width: 25rem) {
  .subpage header + * {
    min-height: calc(100% - 4rem);
  }
}

.subpage:has(.footer) header + * {
  min-height: calc(100% - 8rem);
}
@container (max-width: 25rem) {
  .subpage:has(.footer) header + * {
    min-height: calc(100% - 12rem);
  }
}

@keyframes title-marquee {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}
#barrierefreiheit {
  border: none;
  padding: 0;
}
#barrierefreiheit .programmpunkt-detail {
  border: 0.1rem solid black;
}
@media (max-width: 700px) {
  #barrierefreiheit .programmpunkt-detail {
    border: 0.1rem solid black;
  }
}
#barrierefreiheit .programmpunkt-detail {
  padding: 0.5rem;
  margin-bottom: 0.5rem;
}
#barrierefreiheit .programmpunkt-detail:last-child {
  margin-bottom: 0;
}
#barrierefreiheit .programmpunkt-detail p:last-child {
  margin-bottom: 0;
}

.programmpunkt-detail__barrier-icons {
  display: inline-block;
  white-space: nowrap;
  vertical-align: bottom;
}
.programmpunkt-detail__barrier-icons li {
  display: inline-block;
}
.programmpunkt-detail__barrier-icons li img {
  height: 1.8rem;
  width: auto;
}

.projectpage-link-subtitle {
  font-variation-settings: "wght" 300;
  -webkit-text-stroke-width: 0;
  -webkit-text-fill-color: black;
  text-shadow: none;
}

.block {
  margin-top: 1rem;
}
.block:first-child {
  margin-top: 0;
}
.block *:first-child {
  margin-top: 0;
}
.block h1 {
  margin-top: 0.5em;
}

.block--slideshow {
  margin-block: 1rem;
}
.block--slideshow figure {
  width: 100%;
  text-align: center;
}
.block--slideshow figure img {
  border: 0.1rem solid black;
}
@media (max-width: 700px) {
  .block--slideshow figure img {
    border: 0.1rem solid black;
  }
}
.block--slideshow figure img {
  box-sizing: border-box;
  height: 60vmin;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.block--slideshow figure figcaption {
  margin-left: 3.5rem;
  width: 100%;
  text-align: left;
}

.swiper {
  --swiper-theme-color: black;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  -webkit-text-fill-color: white;
  -webkit-text-stroke: 0.075em black;
  paint-order: stroke;
}
@media (max-width: 700px) {
  .swiper-button-next, .swiper-button-prev {
    -webkit-text-stroke-width: 0.085em;
  }
}
.swiper-button-next, .swiper-button-prev {
  font-size: 2rem;
  margin-inline: 0.5rem !important;
}
.swiper-button-next svg, .swiper-button-prev svg {
  display: none;
}
@media (max-width: 700px) {
  .swiper-button-next, .swiper-button-prev {
    display: none;
  }
}

.swiper-pagination-horizontal {
  bottom: 0;
  width: unset;
}

.block--contenttext__actions {
  display: flex;
  gap: 0.5rem;
  justify-content: space-between;
}
.block--contenttext__actions a {
  border: 0.1rem solid black;
}
@media (max-width: 700px) {
  .block--contenttext__actions a {
    border: 0.1rem solid black;
  }
}
.block--contenttext__actions a {
  font-size: 1rem;
  padding-inline: 0.3em;
  padding-block: 0.4em 0.2em;
  flex-grow: 2;
  height: 3.5rem;
  min-width: 3.5rem;
  text-align: center;
  overflow: hidden;
  height: 2rem;
  flex-grow: 2;
  color: inherit;
  text-decoration: none;
}

.block--barrierefreiheit h1 {
  display: inline-block;
  margin-right: 0.5rem;
}

.projectpage h2 {
  font-size: 2rem;
  font-variation-settings: "wght" 300;
}
.projectpage h3 {
  font-size: 1.5rem;
  margin-bottom: 1em;
}
.projectpage .programmpunktheader h3 {
  margin-bottom: 0.5em;
}
.projectpage .programmpunkt-detail__meta {
  margin-bottom: 0.5em;
}
.projectpage .programmpunkt-detail__location {
  color: white;
  -webkit-text-fill-color: white;
  -webkit-text-stroke: 0.075em black;
  paint-order: stroke;
}
@media (max-width: 700px) {
  .projectpage .programmpunkt-detail__location {
    -webkit-text-stroke-width: 0.085em;
  }
}
.projectpage .programmpunkt-detail__location {
  letter-spacing: 0.03em;
  margin-bottom: 1rem;
}
.projectpage .programmpunkt-detail__barriere-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-block: 0.5rem;
}
@container (max-width: 550px) {
  .projectpage .programmpunkt-detail__barriere-flex {
    flex-direction: column;
  }
}
.projectpage .programmpunkt-detail__barriere-actions {
  flex-grow: 2;
  display: flex;
  gap: 0.5rem;
}
@container (max-width: 550px) {
  .projectpage .programmpunkt-detail__barriere-actions {
    flex-direction: column;
  }
}
.projectpage .programmpunkt-detail__barriere-actions a {
  border: 0.1rem solid black;
}
@media (max-width: 700px) {
  .projectpage .programmpunkt-detail__barriere-actions a {
    border: 0.1rem solid black;
  }
}
.projectpage .programmpunkt-detail__barriere-actions a {
  font-size: 1rem;
  padding-inline: 0.3em;
  padding-block: 0.4em 0.2em;
  flex-grow: 2;
  height: 3.5rem;
  min-width: 3.5rem;
  text-align: center;
  overflow: hidden;
  background-color: white;
  color: black;
  text-decoration: none;
  flex-grow: 2;
  text-align: center;
  height: 2rem;
  min-width: -moz-max-content;
  min-width: max-content;
  padding-top: 0.4em;
}

.map-marker {
  color: white;
  -webkit-text-fill-color: white;
  -webkit-text-stroke: 0.075em black;
  paint-order: stroke;
}
@media (max-width: 700px) {
  .map-marker {
    -webkit-text-stroke-width: 0.085em;
  }
}
.map-marker {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: TimesNewArial, sans-serif;
  font-size: 0.8rem;
  cursor: pointer;
}
.map-marker:hover, .map-marker.active {
  color: black;
  -webkit-text-fill-color: black;
}
@media (max-width: 700px) {
  .map-marker {
    font-size: 1rem;
  }
}

#map {
  transition: min-height 0.3s ease-in-out;
}

#project-map-action {
  border: 0.1rem solid black;
}
@media (max-width: 700px) {
  #project-map-action {
    border: 0.1rem solid black;
  }
}
#project-map-action {
  font-size: 1rem;
  padding-inline: 0.3em;
  padding-block: 0.4em 0.2em;
  flex-grow: 2;
  height: 3.5rem;
  min-width: 3.5rem;
  text-align: center;
  overflow: hidden;
  background-color: white;
  color: black;
  text-decoration: none;
  flex-grow: 2;
  text-align: center;
  height: 2rem;
  min-width: -moz-max-content;
  min-width: max-content;
  padding-top: 0.4em;
  display: none;
  width: 100%;
  margin-top: 0.5rem;
}