@charset "UTF-8";
@font-face {
  font-family: "GT Walsheim Pro";
  font-weight: normal;
  src: url("../fonts/GT-Walsheim-Pro-Regular.woff2") format("woff2"), url("../fonts/GT-Walsheim-Pro-Regular.woff") format("woff");
}
@font-face {
  font-family: "GT Walsheim Pro";
  font-weight: 500;
  src: url("../fonts/GT-Walsheim-Pro-Medium.woff2") format("woff2"), url("../fonts/GT-Walsheim-Pro-Medium.woff") format("woff");
}
@font-face {
  font-family: "GT Walsheim Pro";
  font-weight: bold;
  src: url("../fonts/GT-Walsheim-Pro-Bold.woff2") format("woff2"), url("../fonts/GT-Walsheim-Pro-Bold.woff") format("woff");
}
.slider-arrow, .ort-details-toggle, .ort-details, .ort-close, .copy-to-clipboard, .spendenhinweis-summary, .spendenhinweis-close, .spendenhinweis-backdrop, .social-feed-overlay-inner, .material-grid-more, .material-tags-entry, .veranstaltungen-list-more, .videos-dialog-close, .videos-grid-entry-play, .videos-grid-entry-holder, .block-blocks-more, .calendar-header-btn, .popup-close, .menu-page-submenu-summary-arrow, .menu-button, .menu-page-close, .btn, .section-link,
.button {
  cursor: pointer;
  user-select: none;
  touch-action: manipulation;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.secretPath {
  position: fixed;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  z-index: 5000;
}

html {
  --bg: hsl(265, 18%, 79%);
  --text: hsl(280, 100%, 14%);
  --highlight: #FFFFFF;
  background: var(--bg);
  color: var(--text);
  font-family: "GT Walsheim Pro", sans-serif;
  font-weight: 500;
  font-size: 1.5625vw;
  line-height: 1.33;
}
@media screen and (max-width: 480px) {
  html {
    font-size: 5.1282vw;
  }
}
html.popup-open, html.menu-open {
  overflow: hidden;
}

.paper {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--bg);
  z-index: -1;
}
.popup-open .paper {
  z-index: 999;
}
.paper-canvas {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.home-hero {
  position: relative;
  height: 28em;
  overflow: hidden;
  display: none;
}
@media screen and (max-width: 480px) {
  .home-hero {
    height: 14em;
  }
}
.home-hero-grid {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0) rotate(-45deg);
  display: grid;
  width: 100%;
  grid-template-columns: repeat(8, minmax(0, 1fr));
}
@media screen and (max-width: 480px) {
  .home-hero-grid {
    width: 150%;
  }
}
.home-hero-grid-entry-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 1.5em;
}
@media screen and (max-width: 480px) {
  .home-hero-grid-entry-image {
    border-radius: 0.5em;
  }
}

h1,
h2,
h3,
h4 {
  font-weight: inherit;
}

h1 {
  font-size: 2em;
  line-height: 1.1;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 1023px) {
  h1 {
    font-size: 1.75em;
  }
}

p,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1em;
}
p:last-child,
ol:last-child,
ul:last-child {
  margin-bottom: 0;
}

ol,
ul {
  padding-left: 1em;
}

a {
  color: inherit;
}

.btn, .section-link,
.button {
  border: none;
  font: inherit;
  text-transform: uppercase;
  background: hsl(60, 100%, 55%);
  color: hsl(280, 100%, 14%);
  border-radius: 999px;
  text-decoration: none;
  padding: 0.5rem 2.1666666667rem 0.4rem;
  font-size: 1.1667rem;
  line-height: 0.8571;
  text-align: center;
}
@media screen and (hover: hover) {
  .btn:hover, .section-link:hover,
  .button:hover {
    background: white;
  }
}
@media screen and (max-width: 480px) {
  .btn, .section-link,
  .button {
    padding: 0.5rem 1rem;
  }
}
.btn--yellow,
.button--yellow {
  background: hsl(60, 100%, 55%);
  color: hsl(280, 100%, 14%);
}
.btn--with-icon,
.button--with-icon {
  display: inline-flex;
  padding-left: 1rem;
  padding-right: 1rem;
}
.btn--small,
.button--small {
  font-size: 0.9em;
  padding: 0.4em;
}
@media screen and (max-width: 480px) {
  .btn--small,
  .button--small {
    font-size: 1.25em;
    line-height: 1.2;
    padding: 0.32em 0.82em;
  }
}
.btn--danger,
.button--danger {
  background: hsl(2, 97%, 55%);
  color: white;
}
@media screen and (hover: hover) {
  .btn--danger:hover,
  .button--danger:hover {
    background: hsl(2, 97%, 55%);
    color: white;
  }
}
.btn--width-1,
.button--width-1 {
  display: table;
  margin: 0 auto;
  width: 13em;
}
.btn-icon,
.button-icon {
  flex-shrink: 0;
  width: 1em;
  align-self: start;
  margin: -0.1em 0.8em -0.1em 0;
}
.btn-text,
.button-text {
  appearance: none;
  background: none;
  border-radius: 0;
  border: none;
  font: inherit;
  color: inherit;
  transition: opacity 200ms;
}
@media screen and (hover: hover) {
  .btn-text:hover,
  .button-text:hover {
    opacity: 0.6;
  }
}

.form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 0.62em;
}
.form-group--danger {
  display: block;
  padding: 1em;
  background: hsla(0, 0%, 100%, 0.1);
  border-radius: 1.6em;
}
.form-group--danger .form-group-label {
  margin-top: 0;
  margin-bottom: 0.5em;
}
.form-group-inner {
  display: flex;
}
.form-group-before {
  flex-shrink: 0;
  font-size: 1.53em;
  line-height: 1.5217;
  margin-right: 0.3667rem;
}
@media screen and (max-width: 1023px) {
  .form-group-before {
    font-size: 2.3em;
    line-height: 1;
    margin-left: 1.415rem;
    margin-right: 0.525rem;
    margin-top: -0.1rem;
  }
  .form-group-before + .form-group-input {
    margin-right: 1.415rem;
  }
}
.form-group-label, .form-group-limit {
  order: 2;
  font-size: 0.73em;
  text-align: center;
  display: block;
  text-transform: uppercase;
  margin-top: 0.5em;
}
.form-group-label span {
  display: block;
  font-size: 0.73em;
  text-transform: none;
  margin: 0 2em;
  text-wrap: balance;
}
.form-group-icon {
  position: absolute;
  left: 1em;
  top: 0.9em;
  width: 1em;
}
.form-group-icon-holder {
  position: relative;
}
.form-group-input {
  order: 1;
  font: inherit;
  color: inherit;
  width: 100%;
  border: 0.185em solid;
  background: none;
  border-radius: 1.33em;
  padding: 0.5em 1em;
}
.form-group-input--search.has-results {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.form-group-input--has-icon {
  padding-left: 2.5em;
}
.form-group-input--has-count {
  padding-right: 6em;
}
.form-group-input-count {
  position: absolute;
  right: 1rem;
  top: 0.9rem;
  font-size: 0.67em;
  text-transform: uppercase;
  color: hsl(60, 100%, 55%);
}
.form-group-limit {
  order: 0;
  align-self: flex-end;
  margin-right: 1.05rem;
}

.textgrow {
  display: contents;
}
.textgrow-area {
  position: relative;
  order: 1;
}
.textgrow textarea {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  resize: none;
  min-height: calc(8.98em + 8px);
}
.textgrow-shadow {
  visibility: hidden;
  white-space: pre-wrap;
  overflow-wrap: break-word;
  min-height: calc(8.98em + 8px);
}

.icon {
  display: block;
}
.icon-ratio {
  position: relative;
  height: 0;
  display: block;
}
.icon-ratio svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

svg {
  fill: currentColor;
  vertical-align: middle;
  overflow: visible;
}
svg use {
  pointer-events: none;
}

.media {
  position: relative;
}
.media[style*="--ratio"] .media-entry {
  aspect-ratio: var(--ratio);
  object-fit: cover;
}
@media screen and (max-width: 480px) {
  .media[style*="--mobile-ratio"] .media-entry {
    aspect-ratio: var(--mobile-ratio);
    object-fit: cover;
  }
}
.media-entry {
  display: block;
  width: 100%;
  height: auto;
}
.media-caption {
  margin-top: 0.4em;
}
.media a {
  text-decoration: none;
}

.logo {
  font-size: calc(var(--scale, 2.7) * 1em);
  padding: 2.97rem 0 0 11.07rem;
}
@media screen and (max-width: 480px) {
  .logo {
    font-size: inherit;
    padding: 5em 1.1em 0;
    display: flex;
    align-items: center;
  }
}
.logo--small {
  font-size: inherit;
}
@media screen and (max-width: 480px) {
  .logo--small {
    height: auto;
  }
}
.logo-monogram {
  position: fixed;
  left: 0;
  top: 0;
  padding: 0.9em;
  z-index: 40;
  color: hsl(60, 100%, 55%);
}
@media screen and (max-width: 480px) {
  .logo-monogram {
    padding: 1.5em;
  }
}
.logo-monogram-icon {
  width: 2.5em;
}
@media screen and (max-width: 480px) {
  .logo-monogram-icon {
    width: 2em;
  }
}
.logo-small .logo-monogram-icon {
  width: 2.63em;
}
.logo-text {
  display: block;
  width: 15em;
  position: relative;
}
@media screen and (max-width: 480px) {
  .logo-text {
    width: 100%;
  }
}
.logo-text-element {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
.logo-text-rte {
  position: absolute;
  right: 0;
  bottom: 4.0609137056%;
  width: 19.391634981%;
  height: auto;
  transform-origin: -26% 63%;
  transform: rotate(95.1deg);
  animation: 2s reset-transform 0.5s cubic-bezier(0.5, -0.2, 0.5, 1.2) forwards;
}

[data-template=pressemitteilung] .logo {
  position: absolute;
  left: 0;
  top: 0;
}
[data-template=pressemitteilung] .back,
[data-template=pressemitteilung] .logo-monogram {
  position: absolute;
}
[data-template=pressemitteilung]:has([data-logo-color=light]) .logo,
[data-template=pressemitteilung]:has([data-logo-color=light]) .back {
  color: white;
}

.link-block {
  color: inherit;
  background: hsl(60, 100%, 55%);
  display: inline-block;
  margin-top: 0.7em;
  margin-right: 0.5em;
  padding: 0.4em 1.2em 0.5em 3.5em;
  position: relative;
  text-decoration: none;
  text-align: initial;
  border-radius: 999px;
}
@media screen and (max-width: 480px) {
  .link-block {
    display: block;
    width: 100%;
    margin-top: 1em;
  }
}
p > .link-block:first-child {
  margin-top: 2em;
}
.link-block:hover {
  background: white;
}
.link-block-icon {
  position: absolute;
  left: 1.5em;
  top: 1.2em;
  width: 1em;
  height: 1em;
}
.link-block-icon.icon-download {
  left: 1.4em;
  top: 0.8em;
  width: 1.2em;
  height: 1.5428571428em;
}
.link-block-icon.icon-share {
  left: 1.3em;
  top: 1em;
  width: 1.4em;
  height: 1.4em;
}
.link-block-icon.icon-email {
  left: 1.2em;
  top: 0.8em;
  width: 1.5em;
  height: auto;
}
.link-block-text {
  line-height: 1.1;
  display: inline-block;
  margin-bottom: 0.1em;
  overflow-wrap: anywhere;
}
.link-block-text:last-child {
  margin: 0.56em 0;
}
.link-block small {
  font-size: 0.7em;
  display: block;
}

.mrflix-fold-summary {
  list-style: none;
}
.mrflix-fold-summary::-webkit-details-marker {
  display: none;
}
.is-open .mrflix-fold-summary-icon {
  transform: rotate(360deg);
  transition: 400ms transform;
}
.is-opening .mrflix-fold-summary-icon {
  transform: rotate(180deg);
  transition: 400ms transform;
}
.mrflix-fold-body {
  display: none;
  overflow: hidden;
}
.mrflix-fold-body:not(.no-transition) {
  transition: height 400ms ease-out;
}
.is-open .mrflix-fold-body {
  display: block;
}
.mrflix-fold-body-inner {
  opacity: 0;
  transition: 500ms;
  transition-property: opacity, transform;
}
.is-opening .mrflix-fold-body-inner {
  opacity: 1;
  transform: none;
}

.links {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.links .link-block {
  display: block;
  width: 20em;
  margin-bottom: 0.7em;
  margin-right: 0;
}
@media screen and (max-width: 480px) {
  .links .link-block {
    width: 100%;
    margin-top: 0;
  }
}
.links .link-block:last-child {
  margin-bottom: 0;
}

.file {
  display: block;
  padding: 1em 1.5em 1em 3.28em;
  position: relative;
  text-decoration: none;
  margin-bottom: 0.5em;
  background: hsl(60, 100%, 55%);
  color: inherit;
  border-radius: 1.4rem;
}
@media screen and (max-width: 480px) {
  .file {
    padding: 0.8em 1.5em 0.8em 3em;
  }
}
.file:last-child {
  margin-bottom: 0;
}
.file:hover {
  background: hsl(0, 0%, 97%);
}
@media screen and (any-pointer: coarse) {
  .file:hover {
    background: none;
  }
}
.file-icon {
  position: absolute;
  left: 1em;
  top: 1.5em;
  width: 0.94em;
}
.file > span {
  display: block;
}
.file-title {
  text-transform: uppercase;
  margin: 0 0 0.26em;
  line-height: 1.2;
}
.file p:last-child {
  margin-bottom: 0;
}
.file-text {
  display: block;
  font-size: 0.93em;
}
.file-target {
  display: block;
  font-size: 0.71em;
  margin-top: 0.25rem;
}

.press .header {
  display: none;
}
.press-section {
  margin: 7.3em 0 6.67em;
}
@media screen and (max-width: 480px) {
  .press-section {
    margin: 4em 0;
  }
}
.press-section-heading {
  margin-bottom: 2rem;
  flex-basis: 100%;
}
.press-materialien {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.4267em;
  margin: 0 7.83em 6.67em;
}
@media screen and (max-width: 480px) {
  .press-materialien {
    margin: 0 5vw 6em;
    display: block;
  }
}
.press-materialien .file {
  width: 15.367em;
  margin-bottom: 0;
}
@media screen and (max-width: 480px) {
  .press-materialien .file {
    width: auto;
    margin-bottom: 1em;
  }
}

.archiv .header {
  display: none;
}
.archiv-subpage {
  margin: 4.24em 0;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 480px) {
  .archiv-subpage {
    display: block;
    margin: 1.44em 0 0;
  }
}
.archiv-menu {
  display: none;
}
.archiv-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-column-gap: 1.43em;
  grid-column-gap: 3.3333333333em;
  padding: 0 7.5em;
}
@media screen and (max-width: 480px) {
  .archiv-list {
    padding: 0 5vw;
    display: block;
  }
}
.archiv-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-column-gap: 2.62em;
  grid-row-gap: 3.29em;
  margin: 2.68em 3.12em 3.06em 4.59em;
}
@media screen and (max-width: 480px) {
  .archiv-grid {
    display: block;
    margin: 1.9em 0 0;
  }
  .archiv-grid .presseartikel-teaser {
    margin-bottom: 1.9rem;
  }
}
.archiv .article-date a {
  display: block;
  text-decoration: none;
}
.archiv .article-title a {
  display: block;
  padding: 0.72em 2em 1.31em 0.84em;
  text-decoration: none;
}
.archiv .article-text {
  padding: 0;
}
.archiv .article-text:hover .article-date a {
  background: hsl(60, 100%, 55%);
}
@media screen and (max-width: 480px) {
  .archiv .article-text {
    margin-bottom: 3.3em;
  }
}

.section[data-type=pressemitteilungen] {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section[data-type=pressemitteilungen] .slider {
  align-self: stretch;
}
[data-type=pressemitteilungen] .section-header {
  display: contents;
}
.section-heading, .orte-subpage .block:not(:first-child) .block-headline, .orte-subpage .block:not(:first-child) .press-title, .orte-subpage .block:not(:first-child) .archiv-title, .orte-subpage .block:not(:first-child) .praxisbeispiel-title, .orte-subpage .block:not(:first-child) .orte-subpage-title, .block-subheading, .press-section-heading {
  font-size: 2.5em;
  line-height: 1.1;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .section-heading, .orte-subpage .block:not(:first-child) .block-headline, .orte-subpage .block:not(:first-child) .press-title, .orte-subpage .block:not(:first-child) .archiv-title, .orte-subpage .block:not(:first-child) .praxisbeispiel-title, .orte-subpage .block:not(:first-child) .orte-subpage-title, .block-subheading, .press-section-heading {
    font-size: 1.5em;
  }
}
.section-heading a, .orte-subpage .block:not(:first-child) .block-headline a, .orte-subpage .block:not(:first-child) .press-title a, .orte-subpage .block:not(:first-child) .archiv-title a, .orte-subpage .block:not(:first-child) .praxisbeispiel-title a, .orte-subpage .block:not(:first-child) .orte-subpage-title a, .block-subheading a, .press-section-heading a {
  text-decoration: none;
  color: inherit;
}
.section-link {
  order: 2;
}
.section-link-icon {
  display: none;
}

.presseartikel-teaser {
  width: 15.367em;
  margin-left: 1.4em;
}
.slider-tile:first-child:last-child .presseartikel-teaser {
  margin-left: 24.33em;
}
.slider-tile:nth-child(3n-2) .presseartikel-teaser {
  margin-left: 7.5em;
}
.presseartikel-teaser .slider-tile:nth-child(3n) {
  margin-right: 7.5em;
}
.slider-tile:nth-child(3n-1):last-child .presseartikel-teaser {
  margin-right: 24.33em;
}
.slider-tile:nth-child(3n-2):last-child .presseartikel-teaser {
  margin-right: 41.1em;
}
@media screen and (max-width: 480px) {
  .presseartikel-teaser {
    width: 90vw;
    margin: 0 1em 0 0 !important;
  }
  .presseartikel-teaser:only-child {
    margin: 0 5vw !important;
  }
  .presseartikel-teaser:last-child {
    margin-right: 0 !important;
  }
}
.presseartikel-teaser-header a {
  display: block;
  text-decoration: none;
}
.presseartikel-teaser:hover .presseartikel-teaser-header a {
  background: hsl(60, 100%, 55%);
}
.presseartikel-teaser-title, .archiv .article-title {
  background: hsl(270, 16%, 66%);
  font: inherit;
  font-weight: 500;
  margin-top: 0.19em;
  border-radius: 0 0 1.4em 1.4em;
}
.presseartikel-teaser-title a, .archiv .article-title a {
  display: block;
  padding: 0.72em 2em 1.31em 0.84em;
  text-decoration: none;
}
.presseartikel-teaser-text {
  display: none;
}
.presseartikel-teaser-icon {
  display: none;
}

@keyframes reset-transform {
  to {
    transform: none;
  }
}
.back {
  position: fixed;
  right: 0;
  top: 0;
  padding: 1.75em;
  z-index: 100;
  pointer-events: auto;
}
@media screen and (max-width: 480px) {
  .back {
    padding: 1.55em;
  }
}
.back-icon {
  width: 1.2em;
}
@media screen and (max-width: 480px) {
  .back-icon {
    width: 1.5em;
  }
}

strong {
  font-weight: inherit;
  background: hsl(60, 100%, 55%);
}

.menu-button, .menu-page-close {
  appearance: none;
  background: none;
  color: inherit;
  font-size: inherit;
  border: none;
  padding: 1.7em 2.27em;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 40;
}
@media screen and (max-width: 480px) {
  .menu-button, .menu-page-close {
    padding: 1.8em;
    padding-left: 1em;
  }
}
.menu-button-icon, .menu-page-close-icon {
  width: 1.278em;
}
@media screen and (max-width: 480px) {
  .menu-button-icon, .menu-page-close-icon {
    width: 1.07em;
  }
}
.menu-button-icon--close, .menu-page-close-icon--close {
  color: hsl(280, 100%, 14%);
}
@media screen and (max-width: 480px) {
  .menu-button-icon--close, .menu-page-close-icon--close {
    width: 1.4em;
  }
}
.menu-page {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: hsl(280, 100%, 14%);
  background: white;
  overflow: auto;
  overscroll-behavior: contain;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  z-index: 50;
  padding: 1.15em;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 240ms ease-in-out allow-discrete;
}
.menu-open .menu-page {
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
}
@media screen and (max-width: 480px) {
  .menu-page {
    padding-top: 2em;
  }
}
.menu-page-element {
  margin: auto 0;
}
.menu-page-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.3em;
}
.menu-page-list-entry {
  transition: 300ms cubic-bezier(0.34, 1.56, 0.64, 1);
  transition-property: opacity, transform;
  opacity: 0;
  transform: translateY(1em);
}
.menu-open .menu-page-list-entry {
  transform: none;
  opacity: 1;
}
.menu-open .menu-page-list-entry:nth-child(1) {
  transition-delay: 140ms;
}
@media screen and (max-width: 480px) {
  .menu-open .menu-page-list-entry:nth-child(1) {
    transition-delay: 80ms;
  }
}
.menu-open .menu-page-list-entry:nth-child(2) {
  transition-delay: 160ms;
}
@media screen and (max-width: 480px) {
  .menu-open .menu-page-list-entry:nth-child(2) {
    transition-delay: 100ms;
  }
}
.menu-open .menu-page-list-entry:nth-child(3) {
  transition-delay: 180ms;
}
@media screen and (max-width: 480px) {
  .menu-open .menu-page-list-entry:nth-child(3) {
    transition-delay: 120ms;
  }
}
.menu-open .menu-page-list-entry:nth-child(4) {
  transition-delay: 200ms;
}
@media screen and (max-width: 480px) {
  .menu-open .menu-page-list-entry:nth-child(4) {
    transition-delay: 140ms;
  }
}
.menu-open .menu-page-list-entry:nth-child(5) {
  transition-delay: 220ms;
}
@media screen and (max-width: 480px) {
  .menu-open .menu-page-list-entry:nth-child(5) {
    transition-delay: 160ms;
  }
}
.menu-open .menu-page-list-entry:nth-child(6) {
  transition-delay: 240ms;
}
@media screen and (max-width: 480px) {
  .menu-open .menu-page-list-entry:nth-child(6) {
    transition-delay: 180ms;
  }
}
.menu-open .menu-page-list-entry:nth-child(7) {
  transition-delay: 260ms;
}
@media screen and (max-width: 480px) {
  .menu-open .menu-page-list-entry:nth-child(7) {
    transition-delay: 200ms;
  }
}
.menu-open .menu-page-list-entry:nth-child(8) {
  transition-delay: 280ms;
}
@media screen and (max-width: 480px) {
  .menu-open .menu-page-list-entry:nth-child(8) {
    transition-delay: 220ms;
  }
}
.menu-open .menu-page-list-entry:nth-child(9) {
  transition-delay: 300ms;
}
@media screen and (max-width: 480px) {
  .menu-open .menu-page-list-entry:nth-child(9) {
    transition-delay: 240ms;
  }
}
.menu-open .menu-page-list-entry:nth-child(10) {
  transition-delay: 320ms;
}
@media screen and (max-width: 480px) {
  .menu-open .menu-page-list-entry:nth-child(10) {
    transition-delay: 260ms;
  }
}
.menu-open .menu-page-list-entry:nth-child(11) {
  transition-delay: 340ms;
}
@media screen and (max-width: 480px) {
  .menu-open .menu-page-list-entry:nth-child(11) {
    transition-delay: 280ms;
  }
}
.menu-open .menu-page-list-entry:nth-child(12) {
  transition-delay: 360ms;
}
@media screen and (max-width: 480px) {
  .menu-open .menu-page-list-entry:nth-child(12) {
    transition-delay: 300ms;
  }
}
.menu-open .menu-page-list-entry:nth-child(13) {
  transition-delay: 380ms;
}
@media screen and (max-width: 480px) {
  .menu-open .menu-page-list-entry:nth-child(13) {
    transition-delay: 320ms;
  }
}
.menu-open .menu-page-list-entry:nth-child(14) {
  transition-delay: 400ms;
}
@media screen and (max-width: 480px) {
  .menu-open .menu-page-list-entry:nth-child(14) {
    transition-delay: 340ms;
  }
}
.menu-open .menu-page-list-entry:nth-child(15) {
  transition-delay: 420ms;
}
@media screen and (max-width: 480px) {
  .menu-open .menu-page-list-entry:nth-child(15) {
    transition-delay: 360ms;
  }
}
.menu-open .menu-page-list-entry:nth-child(16) {
  transition-delay: 440ms;
}
@media screen and (max-width: 480px) {
  .menu-open .menu-page-list-entry:nth-child(16) {
    transition-delay: 380ms;
  }
}
.menu-open .menu-page-list-entry:nth-child(17) {
  transition-delay: 460ms;
}
@media screen and (max-width: 480px) {
  .menu-open .menu-page-list-entry:nth-child(17) {
    transition-delay: 400ms;
  }
}
.menu-open .menu-page-list-entry:nth-child(18) {
  transition-delay: 480ms;
}
@media screen and (max-width: 480px) {
  .menu-open .menu-page-list-entry:nth-child(18) {
    transition-delay: 420ms;
  }
}
.menu-open .menu-page-list-entry:nth-child(19) {
  transition-delay: 500ms;
}
@media screen and (max-width: 480px) {
  .menu-open .menu-page-list-entry:nth-child(19) {
    transition-delay: 440ms;
  }
}
.menu-page-link {
  font-size: 1.85em;
  line-height: 1.05;
  padding: 0 0.08em;
  color: inherit;
  text-decoration: none;
}
@media screen and (hover: hover) {
  .menu-page-link:hover {
    background: var(--bg);
  }
}
@media screen and (max-width: 480px) {
  .menu-page-link {
    font-size: 1.55em;
    line-height: 1.3226;
  }
}
.menu-page-link--submenu {
  font-size: inherit;
}
.menu-page-submenu-summary {
  display: flex;
  align-items: center;
}
.menu-page-submenu-summary a {
  margin: 0;
}
.menu-page-submenu-summary-arrow {
  padding: 0.6em;
  width: 0.65em;
  box-sizing: content-box;
}
.menu-page-submenu-body-inner {
  padding: 0.2em 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.2em;
}
.menu-page-back {
  position: fixed;
  top: 2.7em;
  right: 0;
  padding: 1.7em 2.1em;
}
@media screen and (max-width: 480px) {
  .menu-page-back {
    position: static;
  }
}
.menu-page-back-arrow {
  width: 1.25em;
  transform: scaleX(-1);
  margin: 0 0.2em 0.35em 0;
}

.siblings-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1em;
}
@media screen and (max-width: 480px) {
  .siblings-menu {
    margin: 0;
    padding: 1em 4em 1em 1.25em;
    display: grid;
    grid-template-columns: auto 1fr;
  }
}
.siblings-menu-center {
  min-width: 22em;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 480px) {
  .siblings-menu-center {
    min-width: initial;
    display: contents;
  }
}
.siblings-menu-title {
  border: 0.185em solid;
  border-radius: 999px;
  padding: 0.5em 1em 0.38em;
  font-size: 1.33em;
  line-height: 1.6;
  font-size: inherit;
  text-transform: uppercase;
}
@media screen and (max-width: 480px) {
  .siblings-menu-title {
    justify-self: start;
    grid-column: 1/-1;
    margin-bottom: 1em;
    font-size: 0.85em;
    padding: 0.5rem 0.75rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    min-width: 0;
  }
  .siblings-menu-title[data-size=small] {
    font-size: 0.75em;
  }
  .siblings-menu-title[data-size=tiny] {
    font-size: 0.65em;
  }
}
.siblings-menu-link {
  padding: 0.5em 1em;
  color: inherit;
}
@media screen and (max-width: 480px) {
  .siblings-menu-link {
    grid-row: 2;
    padding: 0.5em;
  }
}
.siblings-menu-link-arrow {
  width: 1em;
}
@media screen and (max-width: 480px) {
  .siblings-menu-link-arrow {
    width: 1.3em;
  }
}
.siblings-menu-link-arrow--left {
  transform: scaleX(-1);
}

.wordcloud {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 1.21em -3em;
  padding: 0;
}
@media screen and (max-width: 480px) {
  .wordcloud {
    margin: 1.215em 0 0.75em;
    display: block;
  }
}
.wordcloud-entry {
  list-style: none;
  margin: 0.35em 0.55em;
}
@media screen and (max-width: 480px) {
  .wordcloud-entry {
    margin: 0 0 0.395rem;
  }
}
.wordcloud-entry-link {
  display: block;
  color: inherit;
  text-decoration: none;
  border-radius: 999px;
  padding: 0.5em 1em;
  font-size: 1.33em;
  text-transform: uppercase;
  line-height: 1.5;
  transition: 200ms;
  box-shadow: 0 0 0 0.185rem inset;
}
@media screen and (max-width: 480px) {
  .wordcloud-entry-link {
    font-size: 0.95em;
    text-align: center;
    padding: 0.67em;
  }
}
@media screen and (hover: hover) {
  .wordcloud-entry-link:hover {
    background: hsl(60, 100%, 55%);
    box-shadow: none;
  }
}

.personen-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-gap: 3.15em;
  margin-top: 3em;
}
.personen-grid[data-count="2"] {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.personen-grid[data-count="3"], .personen-grid[data-count="6"], .personen-grid[data-count="9"] {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.personen-grid[data-count="5"] {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
@media screen and (max-width: 480px) {
  .personen-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 1em;
    grid-row-gap: 3.15em;
    margin: 3em 1em 0;
  }
}
.personen-grid-entry {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.personen-grid-entry-element {
  border-radius: 100%;
  width: 4.7em;
  height: auto;
}
.personen-grid-entry-caption {
  margin-top: 0.8em;
  line-height: 1.2;
  text-align: center;
}

.person {
  text-align: center;
  line-height: 1;
}
.person-photo {
  display: inline-block;
  border-radius: 100%;
  width: 4.7123em;
  height: auto;
  vertical-align: middle;
  margin-bottom: 1.3333em;
}
.person-photo-element {
  border-radius: inherit;
  width: 4.7123em;
  height: 4.7123em;
  object-fit: cover;
}
.person-name {
  font: inherit;
}
.person-name a {
  text-decoration: none;
}
@media screen and (max-width: 480px) {
  .person-name, .person-role, .person-phone {
    font-size: 0.75em;
    line-height: 1.3333;
  }
}
.person-role {
  max-width: 15.7em;
  display: table;
  margin: 0 auto;
}
.person-link {
  display: none;
}
.person-phone {
  margin-top: 1.54em;
  display: inline-block;
}
.person-contact {
  display: flex;
  justify-content: center;
  margin: 0.3em;
}
.person-contact-link {
  margin: 0.3em;
}
.person-contact-link-icon {
  width: 1.4667em;
}

.popup.is-open {
  position: fixed;
  overflow: auto;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--bg);
  overflow-behavior: contain;
  z-index: 1000;
  margin: 0;
  padding: 2.5em 9.83em;
}
@media screen and (max-width: 480px) {
  .popup.is-open {
    padding: 0.75em 1.3em;
  }
}
@media screen and (max-width: 480px) {
  .popup .block-headline, .popup .orte-subpage-title, .popup .praxisbeispiel-title, .popup .press-title, .popup .archiv-title {
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  .popup-open .popup .block-headline, .popup-open .popup .orte-subpage-title, .popup-open .popup .praxisbeispiel-title, .popup-open .popup .press-title, .popup-open .popup .archiv-title {
    font-size: 2.5em;
    text-align: inherit;
    margin-bottom: 2.6rem;
  }
}
.popup-close {
  position: fixed;
  right: 0;
  top: 0;
  display: none;
  padding: 2.27em;
  background: none;
  border: none;
  font: inherit;
}
@media screen and (max-width: 480px) {
  .popup-close {
    padding: 1.5em;
  }
}
.is-open .popup-close {
  display: block;
}
.popup-close-icon {
  width: 1.278em;
}

.calendar {
  border: 0.185em solid;
  border-radius: 0.83em;
  padding: 0.6em 1em 2.5em;
}
@media screen and (max-width: 480px) {
  .calendar {
    padding: 1.5em 1em 1em;
  }
}
.calendar-header {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1em;
}
@media screen and (max-width: 480px) {
  .calendar-header {
    margin-bottom: 1.3em;
  }
}
.calendar-header-title {
  text-align: center;
  width: 6em;
}
@media screen and (max-width: 480px) {
  .calendar-header-title {
    font-size: 1.5em;
  }
}
.calendar-header-title:first-child {
  margin-left: 1.6em;
}
.calendar-header-title:last-child {
  margin-right: 1.6em;
}
.calendar-header-btn {
  font: inherit;
  appearance: none;
  border: none;
  background: none;
  color: inherit;
  padding: 0.5em;
}
.calendar-header-btn-arrow {
  width: 0.6em;
}
@media screen and (max-width: 480px) {
  .calendar-header-btn-arrow {
    width: 0.9em;
  }
}
.calendar-header-btn-arrow--left {
  transform: scaleX(-1);
}
.calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.calendar-day {
  display: flex;
  justify-content: center;
}
.calendar-day-number {
  border-radius: 100%;
  line-height: 1.7em;
  width: 1.7em;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .calendar-day-number {
    font-size: 1.5em;
  }
}
.calendar-day-number.is-selected {
  background: var(--highlight);
  color: inherit;
}
.calendar-day-number.is-past {
  opacity: 0.6;
}

.block {
  margin: 8em;
  scroll-margin-top: 5em;
}
@media screen and (max-width: 480px) {
  .block {
    margin: 6.35em 0;
  }
}
.home .block:first-child {
  transform: translateY(4em);
  animation: 1.3s reset-transform 1s ease-in-out forwards;
  margin-bottom: 6em;
}
@media screen and (max-width: 480px) {
  .home .block:first-child {
    transform: translateY(5em);
  }
}
.block--mit-schuh {
  position: relative;
  margin-top: -8em;
  margin-left: 0;
  margin-right: 0;
  padding-top: 10em;
  padding-left: 8em;
  padding-right: 8em;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  .block--mit-schuh {
    margin-top: -6.35em;
    padding-top: 11em;
    padding-left: 0;
    padding-right: 0;
  }
}
.block-schuh {
  position: absolute;
  width: 24em;
  height: auto;
}
@media screen and (max-width: 480px) {
  .block-schuh {
    width: 10.8em;
  }
}
.block-schuh--1 {
  width: 26em;
  right: -2.5em;
  top: -2.5em;
}
@media screen and (max-width: 480px) {
  .block-schuh--1 {
    width: 13em;
    top: 1.5em;
    right: -4em;
  }
}
.block-schuh--2 {
  left: -2.5em;
  top: -6em;
}
@media screen and (max-width: 480px) {
  .block-schuh--2 {
    left: -0.9em;
    top: 1em;
    transform: rotate(-18deg);
  }
}
.block-schuh--3 {
  right: -5em;
  top: -5em;
}
@media screen and (max-width: 480px) {
  .block-schuh--3 {
    right: -4em;
    top: 1.5em;
    transform: rotate(-28deg);
  }
}
.block-schuh--4 {
  left: -4em;
  top: -10em;
}
@media screen and (max-width: 480px) {
  .block-schuh--4 {
    top: -4em;
    left: 0;
  }
}
.block-schuh-outer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}
.block-headline, .orte-subpage-title, .praxisbeispiel-title, .press-title, .archiv-title {
  font-weight: inherit;
  text-align: center;
  font-size: 5rem;
  line-height: 1;
  display: table;
  margin: 0 auto 2.5rem;
  text-wrap: balance;
}
@media screen and (max-width: 480px) {
  .block-headline, .orte-subpage-title, .praxisbeispiel-title, .press-title, .archiv-title {
    font-size: 2.75rem;
    margin-bottom: 1.215rem;
  }
}
.block-headline span, .orte-subpage-title span, .praxisbeispiel-title span, .press-title span, .archiv-title span {
  background: linear-gradient(transparent, transparent 0.14em, hsl(280, 100%, 14%) 0.14em, hsl(280, 100%, 14%) 0.96em, transparent 0.96em);
  color: white;
}
.block-text {
  text-align: center;
  font-size: 1.67em;
  line-height: 1.2;
  font-weight: 500;
  max-width: 26.16em;
  margin: 1em auto 1.56em;
  text-wrap: balance;
}
@media screen and (max-width: 480px) {
  .block-text {
    font-size: inherit;
    line-height: 1.25;
    margin: 1.215em 1.15em;
  }
}
.block-text figure {
  margin: 1em 0;
}
@media screen and (max-width: 480px) {
  .block-text figure {
    margin-left: -1.15em;
    margin-right: -1.15em;
  }
}
.block-text figure img {
  width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: 1.5em;
}
@media screen and (max-width: 480px) {
  .block-text figure img {
    border-radius: 2.25em;
  }
}
.block-blocks {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 1.35em;
}
@media screen and (max-width: 480px) {
  .block-blocks {
    display: block;
  }
}
.block-blocks-more {
  grid-column: 1/-1;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  justify-content: center;
  letter-spacing: 0.03em;
  margin-top: 1.46rem;
  text-align: center;
}
.block-blocks-more--mobile {
  display: none;
}
@media screen and (max-width: 480px) {
  .block-blocks-more--mobile {
    display: flex;
    width: 100%;
  }
  .block-blocks-more--mobile ~ .block-blocks-entry {
    display: none !important;
  }
}
@media screen and (min-width: 480px) {
  .block-blocks-more--desktop ~ .block-blocks-entry {
    display: none !important;
  }
}
@media screen and (max-width: 480px) {
  .block-blocks-more--desktop {
    display: none;
  }
}
.block-blocks-more-icon {
  margin-left: 0.4em;
  width: 0.65em;
}
.block-media {
  max-width: 26.27em;
  margin: 1em auto;
}
.block-media + .block-button {
  position: relative;
  margin-top: -1.8em;
}
.block-button {
  margin: 0 auto;
  display: table;
}

.text-block {
  margin: 4rem 8rem;
}
@media screen and (max-width: 480px) {
  .text-block {
    margin: 2.2rem 1.3rem;
  }
}
.home .text-block:first-child {
  margin-top: 3rem;
}
@media screen and (max-width: 480px) {
  .home .text-block:first-child {
    margin-top: 1.6rem;
  }
}
.home .text-block:first-child[data-size=regular], .home .text-block:first-child[data-size=""] {
  margin: 4rem 11rem;
}
@media screen and (max-width: 480px) {
  .home .text-block:first-child[data-size=regular], .home .text-block:first-child[data-size=""] {
    margin: 2rem 0.8rem 4.6rem 1.1rem;
  }
}
.text-block[data-layout=centered] {
  text-align: center;
}
.text-block[data-layout=centered][data-size=""] p,
.text-block[data-layout=centered][data-size=""] ul,
.text-block[data-layout=centered][data-size=""] ol {
  max-width: 30em;
  margin-left: auto;
  margin-right: auto;
}
.text-block[data-size=small] {
  margin: 1.7666666667rem 8rem;
  font-size: 0.67em;
  line-height: 1.5;
}
.text-block + .text-block[data-size=small] {
  margin-top: -3em;
}
@media screen and (max-width: 480px) {
  .text-block + .text-block[data-size=small] {
    margin-top: -2em;
  }
}
@media screen and (max-width: 480px) {
  .text-block[data-size=small] {
    margin: 1.7666666667rem 1.15rem;
  }
}
.text-block[data-size=medium] {
  margin: 4rem 6.7rem 4rem 11rem;
  font-size: 1.85em;
  line-height: 1.2545;
  text-wrap: balance;
}
@media screen and (max-width: 480px) {
  .text-block[data-size=medium] {
    font-size: inherit;
    line-height: 1.25;
    margin: 4.6rem 1rem 4.6rem 1.15rem;
  }
}
.text-block[data-size=medium][data-layout=centered] {
  margin-right: 11rem;
}
@media screen and (max-width: 480px) {
  .text-block[data-size=medium][data-layout=centered] {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
.text-block[data-size=large] {
  margin: 3rem 4rem;
  font-size: 2.5em;
  line-height: 1.0667;
  text-wrap: balance;
}
@media screen and (max-width: 480px) {
  .text-block[data-size=large] {
    font-size: 1.45em;
    line-height: 1.2414;
    margin: 1rem 1.15rem;
  }
}
.text-block + .person {
  margin: -2em 0 7.4em;
}
@media screen and (max-width: 480px) {
  .text-block + .person {
    margin: 3em 0 3.4em;
  }
}
.text-block ul {
  padding-left: 0;
}
.text-block ul li {
  list-style: none;
  padding-left: 1em;
  margin-left: -1em;
  margin-bottom: 1.76em;
  position: relative;
}
@media screen and (max-width: 480px) {
  .text-block ul li {
    margin-left: 0;
    padding-left: 0;
    padding-top: 2.4em;
    margin-bottom: 2.35em;
  }
}
.text-block ul li:before {
  content: "👉";
  position: absolute;
  left: -1em;
  font-size: 1.6667em;
  line-height: 1;
}
@media screen and (max-width: 480px) {
  .text-block ul li:before {
    font-size: 2em;
    top: 0;
    left: 0;
    transform: rotate(0.25turn);
  }
}
.text-block h2 {
  margin: 4.85rem 0 0.7rem;
  text-align: center;
  font-size: 1.3333em;
  line-height: 1.075;
  text-transform: uppercase;
}
@media screen and (max-width: 480px) {
  .text-block h2 {
    font-size: 1.5em;
    line-height: 1.1667;
    text-align: inherit;
    margin: 3rem 0 0.5rem;
  }
  .text-block h2:first-child {
    margin-top: 0;
  }
}
.text-block a:not(.btn):not(.section-link) {
  color: inherit;
}

.media-block {
  display: flex;
  justify-content: center;
  margin: 3.3em 0;
}
@media screen and (max-width: 480px) {
  .media-block {
    margin: 2.15em 0;
  }
}
.media-block-media-element {
  width: 25.2em;
  height: auto;
  border-radius: 2.13em;
}
[data-size=large] .media-block-media-element {
  width: 48em;
}
@media screen and (max-width: 480px) {
  .media-block-media-element {
    width: 100% !important;
    border-radius: 1.75em;
  }
}
.media-block-media-caption {
  margin-top: 0.8333em;
  text-align: center;
  font-weight: normal;
  width: 25.2em;
  padding: 0 1.3em;
  text-wrap: balance;
}
[data-size=large] .media-block-media-caption {
  width: 48em;
}
@media screen and (max-width: 480px) {
  .media-block-media-caption {
    width: 100% !important;
  }
}

.events-blocks-entry {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 480px) {
  .events-blocks-entry {
    display: block;
    margin-bottom: 0.395rem;
  }
}
.events-blocks-entry-date, .archiv .article-date a, .presseartikel-teaser-header a {
  background: white;
  border-radius: 1.4rem 1.4rem 0 0;
  margin: 0;
  font-size: 0.83em;
  font-weight: 500;
  padding: 0.62em 1em 0.55em;
  text-align: center;
}
.events-blocks-entry-graphic {
  margin: 0.267rem 0;
  width: 100%;
  height: auto;
  vertical-align: middle;
}
.events-blocks-entry-footer {
  background: hsl(280, 100%, 14%);
  color: white;
  padding: 0.853rem 0.86rem 1.12rem;
  border-radius: 0 0 1.4rem 1.4rem;
  font-size: 0.83em;
  font-weight: 500;
  position: relative;
  flex-grow: 1;
}
@media screen and (max-width: 480px) {
  .events-blocks-entry-footer {
    font-size: inherit;
  }
}
.events-blocks-entry-headline {
  font: inherit;
  line-height: 1.1667;
}
.events-blocks-entry-arrow {
  position: absolute;
  width: 1em;
  right: 1em;
  bottom: 0.92em;
}

[data-template=orte-praxisbeispiel] .logo,
[data-template=orte-empfehlung] .logo {
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 480px) {
  [data-template=orte-praxisbeispiel] .logo,
  [data-template=orte-empfehlung] .logo {
    display: none;
  }
}

.praxisbeispiele-blocks {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 1.35em;
}
@media screen and (max-width: 480px) {
  .praxisbeispiele-blocks {
    display: block;
  }
}
.praxisbeispiele-blocks-entry {
  position: relative;
  display: flex;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
  text-align: center;
  border-radius: 1.5em;
  padding: 2.1em 1em 1.5em;
  aspect-ratio: 0.89;
  overflow: hidden;
  background: var(--bg);
}
@media screen and (max-width: 480px) {
  .praxisbeispiele-blocks-entry {
    aspect-ratio: 1.2;
    padding: 2.5em 1.5em 2.34em;
    margin-bottom: 0.395rem;
  }
}
.praxisbeispiele-blocks-entry:hover {
  z-index: 1;
  color: white;
}
.praxisbeispiele-blocks-entry:hover:after {
  color: var(--text);
}
.praxisbeispiele-blocks-entry:hover .praxisbeispiele-blocks-entry-background {
  display: block;
}
.praxisbeispiele-blocks-entry:hover .praxisbeispiele-blocks-entry-headline, .praxisbeispiele-blocks-entry:hover .praxisbeispiele-blocks-entry-subtitle, .praxisbeispiele-blocks-entry:hover .praxisbeispiele-blocks-entry-arrow, .praxisbeispiele-blocks-entry:hover .praxisbeispiele-blocks-entry-creator {
  display: none;
}
.praxisbeispiele-blocks-entry:after {
  content: "";
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 0.185em solid;
  border-radius: inherit;
  box-sizing: border-box;
}
.praxisbeispiele-blocks-entry-background {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.praxisbeispiele-blocks-entry-headline {
  font-size: 2em;
  line-height: 1;
  font-wrap: balance;
  text-transform: uppercase;
  margin-bottom: 1.4667rem;
}
@media screen and (max-width: 480px) {
  .praxisbeispiele-blocks-entry-headline {
    font-size: 2.5em;
    margin-bottom: 0;
    text-wrap: balance;
  }
}
.praxisbeispiele-blocks-entry-headline[data-size=small] {
  font-size: 1.8em;
}
@media screen and (max-width: 480px) {
  .praxisbeispiele-blocks-entry-headline[data-size=small] {
    font-size: 2.25em;
  }
}
.praxisbeispiele-blocks-entry-headline span {
  background: linear-gradient(transparent, transparent 0.14em, hsl(60, 100%, 55%) 0.14em, hsl(60, 100%, 55%) 0.96em, transparent 0.96em);
}
.praxisbeispiele-blocks-entry-subtitle {
  margin-bottom: 0;
}
@media screen and (max-width: 480px) {
  .praxisbeispiele-blocks-entry-subtitle {
    margin: auto 0;
  }
}
.praxisbeispiele-blocks-entry-arrow {
  width: 1em;
  margin: auto;
}
@media screen and (max-width: 480px) {
  .praxisbeispiele-blocks-entry-arrow {
    display: none !important;
  }
}
.praxisbeispiele-blocks-entry-creator {
  font-size: 0.6em;
  line-height: 1.5;
  margin-bottom: 0;
}
@media screen and (max-width: 480px) {
  .praxisbeispiele-blocks-entry-creator {
    margin-top: 0.5em;
    font-size: 0.75em;
  }
}

.videos-grid {
  grid-template-columns: 1fr 1fr;
  gap: 4.2em;
}
@media screen and (max-width: 480px) {
  .videos-grid {
    display: flex;
    flex-direction: column;
    gap: 1em;
  }
}
.videos-grid-entry[data-orientation=portrait] {
  grid-row: span 2;
}
.videos-grid-entry-holder {
  position: relative;
  border-radius: 1.5em 1.5em 0 0;
  overflow: hidden;
}
.videos-grid-entry-video, .videos-grid-entry-poster {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
.videos-grid-entry-video {
  aspect-ratio: var(--ratio);
}
.videos-dialog .videos-grid-entry-video {
  border-radius: 1.5em;
  max-width: min(72.35rem, 100%);
  max-height: calc(100svh - 3rem);
}
.videos-grid-entry-poster {
  position: absolute;
  left: 0;
  top: 0;
}
.videos-grid-entry-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 4em;
  border: none;
  font: inherit;
  background: none;
  border-radius: 9999px;
}
@media screen and (max-width: 480px) {
  .videos-grid-entry-play {
    width: 3.4em;
  }
}
.videos-grid-entry-play-icon svg {
  color: hsl(280, 100%, 14%);
  fill: hsl(60, 100%, 55%);
}
.videos-grid-entry-caption {
  padding: 1.5em 1.2em 1.6em;
  display: flex;
  flex-direction: column;
  gap: 1.85em;
  background: hsl(280, 100%, 14%);
  color: white;
  border-radius: 0 0 1.5em 1.5em;
}
@media screen and (max-width: 480px) {
  .videos-grid-entry-caption {
    padding: 1.2em 1em 1.3em;
  }
}
.videos-grid-entry-caption-title {
  font-size: inherit;
  font-weight: inherit;
}
.videos-grid-entry-caption-text {
  font-size: 0.75em;
}
.videos-dialog {
  border: none;
  padding: 0;
  background: none;
  margin: auto;
  overflow: visible;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: min(72.35rem, 100% - 3rem);
  max-height: calc(100svh - 3rem);
}
.videos-dialog::backdrop {
  backdrop-filter: blur(4em);
}
.videos-dialog[open] .videos-dialog-close {
  display: flex;
}
.videos-dialog-window {
  position: relative;
}
.videos-dialog-close {
  position: absolute;
  right: -0.8em;
  top: -1.2em;
  display: none;
  align-items: center;
  justify-content: center;
  width: 2.5em;
  height: 2.5em;
  z-index: 1;
  border: none;
  background: none;
  font: inherit;
}
.videos-dialog-close:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: hsl(280, 100%, 14%);
  border-radius: 100%;
}
.videos-dialog-close-icon {
  width: 1.25em;
  color: hsl(60, 100%, 55%);
}

::view-transition-group(card),
::view-transition-group(card-button) {
  animation-duration: 0.35s;
}

.veranstaltungen {
  margin-left: 11.3em;
  margin-right: 11.3em;
}
@media screen and (max-width: 480px) {
  .veranstaltungen {
    margin-left: 0;
    margin-right: 0;
  }
}
.veranstaltungen-month {
  display: none;
  align-items: flex-start;
}
.veranstaltungen-month.is-active {
  display: flex;
}
@media screen and (max-width: 480px) {
  .veranstaltungen-month.is-active {
    display: block;
  }
}
.veranstaltungen .calendar {
  width: 14.3em;
  flex-shrink: 0;
  margin-right: 3.1333em;
}
@media screen and (max-width: 480px) {
  .veranstaltungen .calendar {
    width: auto;
    margin: 0 0 3em;
  }
}
.veranstaltungen-list-more {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  justify-content: center;
  letter-spacing: 0.03em;
  font-size: 0.8667em;
  margin-top: 1.3rem;
}
.veranstaltungen-list-more-icon {
  margin-left: 0.4em;
  width: 0.65em;
}
.veranstaltungen-list-more ~ div {
  display: none;
}
.veranstaltungen-list-entry {
  display: flex;
  align-items: flex-start;
  position: relative;
  margin-bottom: 1em;
}
@media screen and (max-width: 480px) {
  .veranstaltungen-list-entry {
    margin-bottom: 1.685em;
  }
}
.veranstaltungen-list-entry:last-child {
  margin-bottom: 0 !important;
}
.veranstaltungen-list-entry-photo {
  width: 7.8em;
  height: auto;
  flex-shrink: 0;
  border-radius: 0.93em;
  margin-right: 0.7333em;
}
@media screen and (max-width: 480px) {
  .veranstaltungen-list-entry-photo {
    width: 5em;
    border-radius: 1.4em;
    margin-right: 0.9em;
  }
}
.veranstaltungen-list-entry-text {
  margin-top: 0.4333em;
}
@media screen and (max-width: 480px) {
  .veranstaltungen-list-entry-text {
    margin-top: 0.35em;
  }
}
.veranstaltungen-list-entry-biglink {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.veranstaltungen-list-entry-date {
  line-height: 1;
  margin-bottom: 0.1em;
}
@media screen and (max-width: 480px) {
  .veranstaltungen-list-entry-date {
    font-size: 0.75em;
  }
}
.veranstaltungen-list-entry-headline {
  font-size: 1.3333em;
  line-height: 1.25;
  margin-bottom: 0.6rem;
}
@media screen and (max-width: 480px) {
  .veranstaltungen-list-entry-headline {
    font-size: 1.5em;
    line-height: 1.1667;
    margin-bottom: 0;
  }
}
.veranstaltungen-list-entry-headline a {
  color: inherit;
  text-decoration: none;
}
.veranstaltungen-list-entry-description {
  line-height: 1.1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 0;
}
@media screen and (max-width: 480px) {
  .veranstaltungen-list-entry-description {
    font-size: 0.75em;
    line-height: 1.3;
  }
}
.veranstaltungen-list-entry-link {
  text-decoration: underline;
  text-decoration-thickness: 0.1em;
  text-underline-offset: 0.1em;
  line-height: 1.1;
}
@media screen and (max-width: 480px) {
  .veranstaltungen-list-entry-link {
    font-size: 0.75em;
    line-height: 1.3;
  }
}

.empfehlung {
  padding-bottom: 4em;
}

.praxisbeispiel-title {
  margin-top: 2rem;
  font-size: 5em;
  line-height: 1;
  text-align: center;
  text-wrap: balance;
}
@media screen and (max-width: 480px) {
  .praxisbeispiel-title {
    font-size: 2.5em;
    text-align: inherit;
    margin: 0 1.3rem;
  }
}
.praxisbeispiel-details {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin: 2.7em 2em;
  gap: 3.15em;
}
@media screen and (max-width: 480px) {
  .praxisbeispiel-details {
    display: block;
    margin: 2em 1.3em;
  }
}
.praxisbeispiel-details-group {
  display: flex;
  align-items: flex-start;
  max-width: 12em;
}
@media screen and (max-width: 480px) {
  .praxisbeispiel-details-group {
    max-width: initial;
    margin-bottom: 1em;
  }
  .praxisbeispiel-details-group:last-child {
    margin-bottom: 0;
  }
}
.praxisbeispiel-details-group-emoji {
  font-size: 1.3333em;
  line-height: 1;
  margin-right: 0.5rem;
  margin-top: -0.1em;
  flex-shrink: 0;
}
@media screen and (max-width: 480px) {
  .praxisbeispiel-details-group-emoji {
    font-size: 1.5em;
    line-height: 1.2;
    margin-right: 0;
    width: 2.2rem;
  }
}
.praxisbeispiel-details-group-text {
  font-size: 0.8333em;
}
@media screen and (max-width: 480px) {
  .praxisbeispiel-details-group-text {
    font-size: inherit;
  }
}
.praxisbeispiel-details-group-text-link {
  color: inherit;
}
.praxisbeispiel-blocks {
  margin: -1em 4.73em 0;
}
@media screen and (max-width: 480px) {
  .praxisbeispiel-blocks {
    margin: 0;
  }
}
.praxisbeispiel-website {
  display: table;
  margin: 5.9rem auto;
}
@media screen and (max-width: 480px) {
  .praxisbeispiel-website {
    margin: 2.6rem auto 3.3rem;
  }
}

.material {
  margin-left: 7.2667em;
  margin-right: 7.2667em;
}
@media screen and (max-width: 480px) {
  .material {
    margin-left: 0;
    margin-right: 0;
  }
}
.material-tags {
  margin-bottom: 3.9em;
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.8em;
}
@media screen and (max-width: 480px) {
  .material-tags {
    margin: 2.15em 0 1.765em;
  }
}
.material-tags-entry {
  font-size: 0.9em;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  line-height: 1.5;
  padding: 0.4em 0.89em 0.35em;
  border: 0.185em solid;
  border-radius: 999px;
  margin-right: 0.8rem;
  margin-bottom: 0.7rem;
  transition: 200ms;
}
@media screen and (max-width: 480px) {
  .material-tags-entry {
    font-size: 0.75em;
    padding: 0.73em 1.133em;
    margin-right: 0.275rem;
    margin-bottom: 0.345rem;
  }
}
.material-tags-entry.is-active {
  background: hsl(60, 100%, 55%);
  border-color: hsl(60, 100%, 55%);
}
@media screen and (hover: hover) {
  .material-tags-entry:hover {
    background: hsl(60, 100%, 55%);
    border-color: hsl(60, 100%, 55%);
  }
}
.material-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-column-gap: 5.14em;
  grid-row-gap: 2.08em;
}
@media screen and (max-width: 480px) {
  .material-grid {
    display: block;
  }
}
.material-grid-more {
  grid-column: 1/-1;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  justify-content: center;
  letter-spacing: 0.03em;
  margin-top: 1em;
}
@media screen and (max-width: 480px) {
  .material-grid-more {
    margin-top: 1.92rem;
    font-size: inherit;
  }
}
.is-filtered .material-grid-more {
  display: none;
}
.material-grid-more-icon {
  margin-left: 0.6em;
  width: 0.65em;
}
:not(.is-filtered) > .material-grid > .material-grid-more ~ div {
  display: none;
}
.material-grid-entry {
  position: relative;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 480px) {
  .material-grid-entry {
    margin-bottom: 0.395rem;
  }
  .material-grid-entry:last-child {
    margin-bottom: 0;
  }
}
.material-grid-entry.is-hidden {
  display: none;
}
.material-grid-entry-graphic {
  width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: 1.5em 1.5em 0 0;
}
@media screen and (max-width: 480px) {
  .material-grid-entry-graphic {
    border-radius: 2.25em 2.25em 0 0;
  }
}
.material-grid-entry-tags {
  position: absolute;
  left: 0;
  top: 0;
  padding: 1em 1.25em;
  padding-right: 0.75em;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 480px) {
  .material-grid-entry-tags {
    padding: 1em 0.875em;
  }
}
.material-grid-entry-tags-entry {
  font-size: 0.6667em;
  line-height: 1.5;
  padding: 0.5em 1.5em;
  background: var(--text);
  color: var(--highlight);
  border-radius: 999px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin-right: 0.5rem;
  margin-bottom: 0.25rem;
}
@media screen and (max-width: 480px) {
  .material-grid-entry-tags-entry {
    font-size: 0.575em;
  }
}
.material-grid-entry-text {
  background: var(--highlight);
  padding: 1.27em 1.56em;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
@media screen and (max-width: 480px) {
  .material-grid-entry-text {
    padding: 1.15em 1.4em;
  }
}
.material-grid-entry-text-description {
  font-size: 0.8333em;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  margin-bottom: 0.78rem;
}
.material-grid-entry-text-description:last-child {
  margin-bottom: 0;
}
.material-grid-entry-text-source {
  margin-top: auto;
  font-size: 0.7267em;
  line-height: 1;
}
.material-grid-entry-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2em;
  margin-top: 0.2em;
  border-radius: 0 0 1.5em 1.5em;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  .material-grid-entry-links {
    border-radius: 0 0 2.25em 2.25em;
  }
}
.material-grid-entry-links-entry {
  border-radius: 0;
  flex: 1 0 auto;
  text-align: center;
  font-size: 0.8333em;
  line-height: 1.4;
  padding: 1em 2em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.foerderprogramme-blocks {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 1.37em 1.53em;
}
@media screen and (max-width: 480px) {
  .foerderprogramme-blocks {
    display: block;
  }
}
.foerderprogramme-blocks-entry {
  padding: 2em 1em;
  aspect-ratio: 0.89;
  display: flex;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
  background: var(--bg);
  border: 0.185em solid;
  border-radius: 1.5em;
  align-items: center;
  text-align: center;
  transition: 300ms ease-out;
}
@media screen and (hover: hover) {
  .foerderprogramme-blocks-entry:hover {
    background: hsl(60, 100%, 55%) !important;
    color: inherit !important;
    border-color: hsl(60, 100%, 55%) !important;
  }
}
.foerderprogramme-blocks-entry:nth-child(odd) {
  background: var(--text);
  color: var(--highlight);
  border-color: var(--text);
}
.foerderprogramme-blocks-entry:nth-child(1), .foerderprogramme-blocks-entry:nth-child(6), .foerderprogramme-blocks-entry:nth-child(8), .foerderprogramme-blocks-entry:nth-child(10), .foerderprogramme-blocks-entry:nth-child(15) {
  background: var(--highlight);
  color: inherit;
}
@media screen and (max-width: 480px) {
  .foerderprogramme-blocks-entry {
    aspect-ratio: 1.29;
    margin-bottom: 0.395rem;
    padding: 1em;
  }
  .foerderprogramme-blocks-entry:nth-child(3n-2) {
    background: var(--highlight);
    color: inherit;
  }
  .foerderprogramme-blocks-entry:nth-child(3n-1) {
    background: var(--bg);
    color: inherit;
  }
  .foerderprogramme-blocks-entry:nth-child(3n) {
    background: var(--text);
    color: var(--highlight);
    border-color: var(--text);
  }
}
.foerderprogramme-blocks-entry-name {
  margin-top: auto;
  font-size: 1.3333em;
  line-height: 1.25;
  text-wrap: balance;
  word-break: break-word;
}
@media screen and (max-width: 480px) {
  .foerderprogramme-blocks-entry-name {
    font-size: 1.5em;
    line-height: 1.33;
  }
}
.foerderprogramme-blocks-entry-detail {
  margin-top: 1em;
  font-size: 0.8333em;
  line-height: 1.4;
}
.foerderprogramme-blocks-entry-arrow {
  margin-top: auto;
  width: 1.2em;
}
@media screen and (max-width: 480px) {
  .foerderprogramme-blocks-entry-arrow {
    width: 1.9em;
    margin-bottom: auto;
  }
}
@media screen and (max-width: 480px) {
  .foerderprogramme-blocks-info {
    padding: 2rem;
    font-size: 0.75em;
  }
}
.foerderprogramme-blocks-info p {
  margin-bottom: 2em;
}
@media screen and (max-width: 480px) {
  .foerderprogramme-blocks-info p {
    margin-bottom: 1.37rem;
  }
}
.foerderprogramme-blocks-info p:last-child {
  margin-bottom: 0 !important;
}

.moderation-text {
  text-align: center;
  font-size: 1.6667em;
  line-height: 1.2;
  margin: -0.5rem 0 2.21rem;
}
@media screen and (max-width: 480px) {
  .moderation-text {
    font-size: inherit;
    line-height: 1.25;
    margin: 0 2em 1.5em;
  }
  .moderation-text br {
    display: none;
  }
}
.moderation-blocks {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-right: -1.35rem;
  margin-bottom: -1.35rem;
}
@media screen and (max-width: 480px) {
  .moderation-blocks {
    display: block;
    margin: 0;
  }
}
.moderation-blocks-entry {
  text-decoration: none;
  width: 15rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--highlight);
  border-radius: 1.33rem;
  padding: 1.3rem 1.6rem;
  margin-right: 1.35rem;
  margin-bottom: 1.35rem;
  line-height: 1.3333;
  transition: 300ms ease-out;
}
@media screen and (hover: hover) {
  .moderation-blocks-entry:hover {
    background: hsl(60, 100%, 55%);
  }
}
@media screen and (max-width: 480px) {
  .moderation-blocks-entry {
    width: auto;
    margin: 0 0 0.25rem;
    border-radius: 0.75rem;
    min-height: 4.1em;
    padding: 1em;
    text-wrap: balance;
  }
  .moderation-blocks-entry:last-child {
    margin-bottom: 0;
  }
}
.moderation-blocks-entry[data-size=large] {
  font-size: 1.33em;
  line-height: 1.25;
}
@media screen and (max-width: 480px) {
  .moderation-blocks-entry[data-size=large] {
    font-size: inherit;
    line-height: inherit;
  }
}

main {
  min-height: 100vh;
  min-height: 100dvh;
}

.page-title {
  font-size: 5em;
  line-height: 1;
  text-align: center;
  margin: 1.83rem 1rem 3.9rem;
}
@media screen and (max-width: 480px) {
  .page-title {
    font-size: 2.5em;
    padding-top: 0.7rem;
    margin: 0 3.5rem 2.2rem 1.3rem;
    text-align: inherit;
  }
}
.page-blocks {
  margin: 0 4.73em;
}
@media screen and (max-width: 480px) {
  .page-blocks {
    margin: 0;
  }
}

.social-feed {
  position: relative;
  overflow: visible !important;
}
.social-feed-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 1em;
}
@media screen and (max-width: 480px) {
  .social-feed-grid {
    display: block;
  }
}
.social-feed-grid-footer {
  grid-column: 1/-1;
  display: flex;
  justify-content: center;
}
.social-feed-overlay {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0;
  top: 11em;
  bottom: 9.5em;
}
@media screen and (max-width: 480px) {
  .social-feed-overlay {
    margin: 0;
  }
}
.block--mit-schuh .social-feed-overlay {
  top: 25em;
}
.is-loaded .social-feed-overlay {
  display: none;
}
.social-feed-overlay-inner {
  position: sticky;
  top: 37vh;
  background: var(--text);
  color: var(--highlight);
  border-radius: 2.67rem;
  font-size: 1.67em;
  line-height: 1.2;
  padding: 1.53rem 13.83rem;
  text-align: center;
  transition-duration: 300ms;
  transition-property: opacity, transform;
  transform: translateY(1em) scale(0.8);
  opacity: 0;
}
@media screen and (max-width: 480px) {
  .social-feed-overlay-inner {
    font-size: inherit;
    padding: 2.3em 1.775em 1.62em;
    line-height: 1.25;
    border-radius: 1.2em;
  }
}
.social-feed-overlay-inner.show {
  opacity: 1;
  transform: none;
}
.social-feed-overlay-button {
  margin-top: 1em;
  text-decoration: underline;
}
@media screen and (max-width: 480px) {
  .social-feed-overlay-button {
    line-height: 1.25;
    margin-top: 1.25em;
  }
}

.post {
  display: block;
  position: relative;
  margin-bottom: 1.2em;
  break-inside: avoid;
  text-decoration: none;
  color: inherit;
}
@media screen and (max-width: 480px) {
  .post {
    margin-bottom: 0.395rem;
  }
  .post:last-child {
    margin-bottom: 0;
  }
}
.post-body {
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 1.5em 1.5em 0 0;
  background: var(--highlight);
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
@media screen and (max-width: 480px) {
  .post-body {
    border-radius: 2.25em 2.25em 0 0;
  }
}
.post-body[data-type=reel] {
  aspect-ratio: 4/5;
}
.post-body[data-type=video] {
  aspect-ratio: 10/16;
}
.post-body-iframe {
  position: absolute;
  left: 0;
  top: -54px;
  width: 100%;
  height: calc(100% + 54px);
  border-radius: inherit;
}
.post-footer {
  background: var(--highlight);
  font-size: 0.83em;
  line-height: 1.4;
  margin-top: 0.2rem;
  padding: 0.57rem 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  border-radius: 0 0 1.4rem 1.4rem;
}
@media screen and (max-width: 480px) {
  .post-footer {
    font-size: inherit;
    padding: 0.75em 1em;
    border-radius: 0 0 2.1em 2.1em;
    margin-top: 0.19em;
  }
}

[data-template=orte-default] {
  --bg: hsl(0, 0%, 96%);
}
[data-template=orte-default] .back {
  color: white;
}

.orte-default {
  background: hsl(280, 100%, 14%);
  color: white;
  border-radius: 1.6em;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  padding-bottom: 5em;
}
.orte-default-header {
  display: flex;
  padding: 1.267em;
}
.orte-default-body {
  max-width: 40em;
  margin: auto;
  padding: 0 1.267em;
}

.orte-subpage-meta {
  text-align: center;
}
.orte-subpage-meta .btn, .orte-subpage-meta .section-link {
  display: inline-block;
  margin-top: 0.6667rem;
}
.orte-subpage .block:not(:first-child) .block-headline span, .orte-subpage .block:not(:first-child) .press-title span, .orte-subpage .block:not(:first-child) .archiv-title span, .orte-subpage .block:not(:first-child) .praxisbeispiel-title span, .orte-subpage .block:not(:first-child) .orte-subpage-title span {
  background: none;
  color: inherit;
}

[data-template=orte-karte-formular] .logo,
[data-template=orte-default] .logo {
  display: none;
}
[data-template=orte-karte-formular] .back,
[data-template=orte-default] .back {
  color: white;
}

.article .header {
  display: none;
}
.article-banner {
  margin: 0;
}
.article-banner-holder {
  position: relative;
}
.article-tools {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0.1em 0.4em;
  color: var(--bg);
  display: flex;
  filter: drop-shadow(0 0.1em 0.2em hsla(0, 0%, 0%, 0.16));
}
[data-logo-color=dark] .article-tools {
  color: inherit;
  filter: none;
}
.article-subtitle {
  margin: -0.76rem 0 2.75em;
}
.article-text {
  background: var(--bg);
  position: relative;
  z-index: 1;
  padding: 1.65rem 11.74rem 2.82rem;
}
@media screen and (max-width: 480px) {
  .article-text {
    padding: 1.72rem 1.86rem;
  }
}
@media print {
  .article-text {
    padding: 3em 0 0;
    font-size: inherit;
  }
}
.article--intro .article-text {
  padding-bottom: 0;
}
@media screen and (max-width: 480px) {
  .article--intro .article-text {
    padding-bottom: 1.25rem;
  }
}
.article-date {
  display: block;
  margin-bottom: 0.19em;
}
@media print {
  .article-footnotes summary {
    display: none;
  }
}
@media print {
  .article-authors {
    display: none;
  }
}
.article-print {
  position: relative;
}
@media screen and (max-width: 480px) {
  .article-print {
    display: none;
  }
}
@media print {
  .article-print {
    display: none;
  }
}
.article-print .button {
  position: absolute;
  right: 3em;
  transform: translateY(-50%);
  z-index: 2;
}
.article-footer {
  margin: 2em 2em 3em;
}
@media screen and (max-width: 480px) {
  .article-footer {
    margin: 0;
  }
}
.article-back {
  flex: 1;
  text-align: start;
  text-align: left;
}

.kartenformular {
  background: hsl(280, 100%, 14%);
  color: white;
  border-radius: 1.6em;
  min-height: 100vh;
  min-height: 100dvh;
}
.kartenformular-header {
  display: flex;
  padding: 1.267em;
  justify-content: space-between;
  margin-right: 3.5em;
}
@media screen and (max-width: 1023px) {
  .kartenformular h1 {
    margin-left: 1.415rem;
    margin-right: 1.415rem;
  }
}
.kartenformular-meta {
  margin-top: 0.33em;
}
.kartenformular-body {
  max-width: 600px;
  margin: 0 auto;
  padding-bottom: 1em;
}
.kartenformular-body h2 {
  font-size: 1.16em;
  margin: 2em 0.815em 0.3em;
}
@media screen and (max-width: 1023px) {
  .kartenformular-body h2 {
    font-size: 1.2em;
    line-height: 1.2;
    margin-left: 1.415rem;
    margin-right: 1.415rem;
  }
}
.kartenformular-body-footer {
  margin: 2em 0;
}
@media screen and (max-width: 1023px) {
  .kartenformular-body-footer {
    display: block;
  }
  .kartenformular-body-footer .btn, .kartenformular-body-footer .section-link {
    width: 100%;
    font-size: 1.85em;
    padding: 0.3em;
  }
}

[data-template=orte-karte] .logo {
  display: none;
}
@media screen and (max-width: 1023px) {
  [data-template=orte-karte] .back {
    color: white;
  }
}

.spendenhinweis {
  width: 21.04em;
  pointer-events: auto;
}
@media screen and (max-width: 480px) {
  .spendenhinweis {
    width: 100%;
  }
}
.spendenhinweis-backdrop {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  pointer-events: none;
  transition: opacity 400ms;
  opacity: 0;
  backdrop-filter: blur(13px) brightness(115%);
}
.mrflix-fold-spendenhinweis-open .spendenhinweis-backdrop {
  pointer-events: auto;
  opacity: 1;
}
.spendenhinweis-outer {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 10;
  flex-direction: column;
  align-items: flex-end;
  display: none;
  pointer-events: none;
}
@media screen and (max-width: 480px) {
  .spendenhinweis-outer {
    width: 100%;
  }
}
.spendenhinweis-outer.is-visible {
  display: flex;
}
.spendenhinweis-close {
  appearance: none;
  color: inherit;
  font: inherit;
  border: none;
  margin-bottom: 1em;
  background: white;
  padding: 0.5em;
  border-radius: 999px;
  margin-right: 0.5em;
  transition: 400ms opacity;
  pointer-events: auto;
}
.mrflix-fold-spendenhinweis-open .spendenhinweis-close {
  pointer-events: none;
  opacity: 0;
}
.spendenhinweis-close-icon {
  width: 1em;
}
.spendenhinweis-summary {
  background: hsl(280, 100%, 14%);
  color: white;
  list-style: none;
  display: flex;
  align-items: center;
  border-radius: 1.33em 1.33em 0 0;
  padding: 1em 1.33em;
}
@media screen and (max-width: 480px) {
  .spendenhinweis-summary {
    width: 100%;
    font-size: 0.9em;
    padding: 1em 1.5em;
  }
}
.spendenhinweis-summary::-webkit-details-marker {
  display: none;
}
.spendenhinweis-summary-arrow {
  width: 0.86em;
  margin-top: -0.08em;
  margin-right: 0.7867em;
  flex-shrink: 0;
}
.spendenhinweis-body {
  display: none;
  overflow: hidden;
  background: white;
}
.spendenhinweis-body:not(.no-transition) {
  transition: height 400ms ease-out;
}
.is-open .spendenhinweis-body {
  display: block;
}
.spendenhinweis-body-inner {
  opacity: 0;
  transform: translateY(-1em);
  transition: 500ms;
  transition-property: opacity, transform;
  padding: 1.5em;
}
.is-opening .spendenhinweis-body-inner {
  opacity: 1;
  transform: none;
}

.copy-to-clipboard {
  appearance: none;
  background: none;
  border: none;
  border-radius: 0;
  color: inherit;
  font: inherit;
}
.copy-to-clipboard:after {
  content: "";
  width: 1.4em;
  height: 1.4em;
  background: url(../images/clipboard.svg) center/cover;
  display: inline-block;
  margin-left: 0.4em;
  vertical-align: bottom;
}

.alert {
  pointer-events: none;
  position: fixed;
  z-index: 500;
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
  max-width: calc(100% - 2em);
  bottom: 4.47em;
  color: white;
  background: #907B9B;
  border-radius: 999px;
  padding: 0.67em 1.67em;
}
@media screen and (max-width: 480px) {
  .alert {
    font-size: 0.9em;
    padding: 0.7em 1.2em;
    bottom: 5em;
  }
}

.karte {
  display: flex;
  height: 100vh;
  height: 100svh;
  display: flex;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .karte {
    display: block;
    min-height: 100vh;
    min-height: 100svh;
    height: auto;
    overflow: hidden;
  }
  .ort-open .karte {
    overflow: visible;
  }
}
.karte-sidebar {
  width: 22.1em;
  flex-shrink: 0;
  background: hsl(280, 100%, 14%);
  color: white;
  border-radius: 1.6em;
  display: flex;
  flex-direction: column;
  padding: 1.267em;
  overflow: auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1023px) {
  .karte-sidebar {
    width: auto;
    position: static;
    overflow: visible;
    padding: 0;
    background: none;
  }
}
.karte-sidebar-header {
  margin-bottom: 2.72em;
}
@media screen and (max-width: 1023px) {
  .karte-sidebar-header {
    display: flex;
    align-items: center;
    background: hsl(280, 100%, 14%);
    padding: 1em;
    padding-right: 2.8em;
    z-index: 2;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
}
.karte-sidebar-header-hint {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: hsl(60, 100%, 55%);
  color: hsl(280, 100%, 14%);
  border-radius: 1.6em;
  padding: 1em 2em;
  width: 14em;
  margin-top: 1em;
  text-decoration: none;
  display: none;
}
@media screen and (min-width: 481px) and (max-width: 1023px) {
  .show-hint .karte-sidebar-header-hint {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .karte-sidebar-header-hint {
    margin-left: -1em;
  }
  .show-hint .karte-sidebar-header-hint {
    display: block;
  }
}
.karte-sidebar-header-hint:before {
  content: "👆";
  position: absolute;
  top: -0.75em;
  transform: rotate(23deg);
  right: 0.4em;
  font-size: 2.8em;
}
.karte-sidebar-header-add {
  display: none;
}
@media screen and (max-width: 1023px) {
  .karte-sidebar-header-add {
    display: block;
    margin-right: auto;
    margin-left: 1em;
  }
}
.karte-sidebar-header-add-icon {
  width: 1.38em;
}
.karte-sidebar-header-add span {
  display: none;
}
.karte-sidebar-home {
  display: block;
  flex-shrink: 0;
}
.karte-sidebar-logo {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
.karte-sidebar-logo--mobile {
  display: none;
}
@media screen and (max-width: 1023px) {
  .karte-sidebar-logo--mobile {
    display: block;
    width: 2.5825em;
  }
}
@media screen and (max-width: 1023px) {
  .karte-sidebar-logo--desktop {
    display: none;
  }
}
.karte-sidebar-toggle {
  display: none;
}
@media screen and (max-width: 1023px) {
  .karte-sidebar-toggle {
    display: block;
    border: 0.185em solid;
    margin-left: auto;
  }
}
.karte-sidebar-button {
  margin-top: auto;
  display: flex;
  animation: attention-grabber 0.7s 2.4s forwards;
}
@media screen and (max-width: 1023px) {
  .karte-sidebar-button {
    display: none;
  }
}
@media screen and (hover: hover) {
  .karte-sidebar-button:hover {
    background: white;
    color: hsl(280, 100%, 14%);
  }
}
@media screen and (max-width: 1023px) {
  .karte-suche {
    position: fixed;
    left: 0;
    top: 4.5em;
    right: 0;
    bottom: 0;
    z-index: 200;
    padding: 1.23em 0 0;
    background: hsla(280, 100%, 14%, 0.77);
    display: none;
  }
  .mobile-sidebar-open .karte-suche {
    display: block;
  }
}
.karte-suche .form-group-input.has-results {
  background: hsl(280, 100%, 14%);
}
.karte-suche-ergebnisse {
  overflow: auto;
  position: absolute;
  top: 9.7em;
  left: 1.267em;
  right: 1.267em;
  height: 100%;
  max-height: calc(100% - 14em);
}
@media screen and (max-width: 1023px) {
  .karte-suche-ergebnisse {
    top: 3.7em;
    left: 0;
    right: 0;
  }
}
.karte-suche-ergebnisse:before {
  content: "";
  position: absolute;
  left: 0.67em;
  right: 0.67em;
  top: 0;
  height: 2px;
  background: white;
}
.karte-suche-ergebnisse:empty {
  display: none;
}
.karte-suche-ergebnisse-entry {
  text-decoration: none;
  color: inherit;
  display: block;
  padding: 1em 0.93em 0.67em;
  background: hsl(280, 100%, 14%);
  border-left: 0.185em solid white;
  border-right: 0.185em solid white;
}
.karte-suche-ergebnisse-entry:last-child {
  border-bottom: 0.185em solid white;
  border-bottom-left-radius: 1.33em;
  border-bottom-right-radius: 1.33em;
}
.karte-suche-ergebnisse-entry.is-selected {
  background: hsl(60, 100%, 55%);
  color: hsl(280, 100%, 14%);
  border-color: hsl(60, 100%, 55%);
}
.karte-suche-ergebnisse-entry-title {
  font-size: 1.167em;
  line-height: 1;
  margin-bottom: 0.3143em;
}
.karte-suche-ergebnisse-entry-subtitle {
  text-transform: uppercase;
  font-size: 0.6667em;
}
.karte-element {
  height: 100vh;
  height: 100lvh;
  flex-grow: 1;
  margin-left: -1.6em;
  position: relative;
  z-index: 1;
  overflow: visible;
  background: hsl(227, 95%, 92%);
  font: inherit;
}
@media screen and (max-width: 1023px) {
  .karte-element {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    margin-left: 0;
  }
}
.karte-element .maplibregl-ctrl-bottom-left {
  left: 1.6em;
}
@media screen and (max-width: 1023px) {
  .karte-element .maplibregl-ctrl-bottom-left {
    left: 0;
  }
}
.karte-element .maplibregl-ctrl-attrib {
  font-size: 12px;
  line-height: 20px;
}

@keyframes attention-grabber {
  0% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(-0.8deg) scale(1.1);
  }
  40% {
    transform: rotate(0.8deg) scale(1.1);
  }
  60% {
    transform: rotate(0deg) scale(1.1);
  }
  80% {
    transform: rotate(0.8deg) scale(1.1);
  }
  100% {
    transform: none;
  }
}
.karte-block .block-media-element {
  border-radius: 1.6em;
  border: 0.185em solid hsl(280, 100%, 14%);
}

.ort {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  z-index: 101;
  pointer-events: none;
  display: none;
}
@media screen and (max-width: 1023px) {
  .ort {
    width: 100%;
    top: 100%;
    height: auto;
    min-height: 50vh;
    transform: none;
    display: flex;
    position: absolute;
    z-index: 600;
    transition: 320ms margin-top;
  }
}
.ort-open .ort {
  display: flex;
}
@media screen and (max-width: 1023px) {
  .ort-open .ort {
    margin-top: -50vh;
  }
}
.ort-inner {
  width: 14.33em;
  background: var(--bg);
  border-radius: 1.6em;
  height: 100%;
  overflow: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  pointer-events: auto;
  transform: translateZ(0);
  border: 0.185em solid hsl(280, 100%, 14%);
  padding: 3.167em 1.33em 1.9em;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .ort-inner {
    width: 100%;
    height: auto;
    border-radius: 1.75em;
    padding: 1.55em 1em 2em;
    overflow: visible;
  }
}
.ort-close {
  appearance: none;
  background: none;
  border: none;
  border-radius: 0;
  position: absolute;
  right: 0;
  top: 0;
  font: inherit;
  color: inherit;
  padding: 1.2em;
}
@media screen and (max-width: 1023px) {
  .ort-close {
    padding: 1em;
  }
}
.ort-close-icon {
  width: 1em;
}
@media screen and (max-width: 1023px) {
  .ort-close-icon {
    width: 1.5em;
  }
}
.ort-title {
  font-size: 1.3333em;
  line-height: 1;
  margin-bottom: 0.91em;
}
@media screen and (max-width: 1023px) {
  .ort-title {
    font-size: 2em;
    margin-bottom: 0.6em;
  }
}
.ort-actions {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.1833em;
  gap: 0.38em;
}
.ort-actions-haupt {
  flex-grow: 1;
}
.ort-actions-haupt:hover {
  box-shadow: 0 0 0 2px hsl(280, 100%, 14%) inset;
}
.ort-action {
  appearance: none;
  border: none;
  border-radius: 0;
  background: none;
  color: inherit;
  font: inherit;
  width: 1.53em;
  flex-shrink: 0;
}
@media screen and (max-width: 1023px) {
  .ort-action {
    width: 2.3em;
    margin-left: 0.57em;
  }
}
.ort-action-label {
  display: none;
}
.ort-details {
  position: relative;
}
.ort-details-summary {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
[data-mode=replace] .ort-details-summary {
  transition: opacity 180ms;
}
[data-mode=replace].is-open .ort-details-summary {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: inherit;
}
[data-mode=replace].is-opening .ort-details-summary {
  opacity: 0;
}
.ort-details-body {
  display: none;
  overflow: hidden;
}
.ort-details-body:not(.no-transition) {
  transition: height 180ms ease-out;
}
.is-open .ort-details-body {
  display: block;
}
.ort-details-body-inner {
  opacity: 0;
  transition: 180ms;
  transition-property: opacity;
  margin-bottom: 0;
}
.is-opening .ort-details-body-inner {
  opacity: 1;
}
.ort-details-toggle {
  apperance: none;
  background: none;
  color: inherit;
  border: none;
  border-radius: 0;
  font: inherit;
  margin-top: 0.5em;
  font-weight: 500;
  font-size: 0.85em;
  text-decoration: underline;
  text-transform: uppercase;
}
.ort-beschreibung {
  font-size: 0.6667em;
  line-height: 1.25;
  margin-bottom: 1.46rem;
}
@media screen and (max-width: 1023px) {
  .ort-beschreibung {
    font-size: inherit;
    margin-bottom: 1.725em;
  }
}
.ort-facts {
  list-style: none;
  padding: 0;
  margin: 1em 0;
}
.ort-facts:last-child {
  margin-bottom: 0;
}
.ort-fact {
  display: flex;
  margin-bottom: 0.4267em;
}
.ort-fact:last-child {
  margin-bottom: 0;
}
.ort-fact-emoji {
  font-size: 1.3333em;
  line-height: 1.2;
}
@media screen and (max-width: 1023px) {
  .ort-fact-emoji {
    font-size: 2em;
  }
}
.ort-fact-emoji[data-emoji=🗣] {
  margin-top: -0.2em;
}
.ort-fact-label {
  display: block;
  margin-top: 0.5em;
  margin-left: 0.8em;
  font-size: 0.6667em;
  line-height: 1.25;
  text-transform: uppercase;
  word-break: break-word;
}
@media screen and (max-width: 1023px) {
  .ort-fact-label {
    font-size: inherit;
  }
}
.ort-heading {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}
.ort-partnerinnen {
  font-size: 0.6667em;
  line-height: 1.25;
  margin: 1rem 0 1.48rem;
}
@media screen and (max-width: 1023px) {
  .ort-partnerinnen {
    font-size: inherit;
    margin: 1.3em 0 1.725em;
  }
}
.ort-partnerinnen:last-child {
  margin-bottom: 0;
}
.ort-social {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(0, 1.53em));
  grid-gap: 0.3467em;
  padding: 0;
  margin: 1.48rem 0 0;
  list-style: none;
}
@media screen and (max-width: 1023px) {
  .ort-social {
    grid-template-columns: repeat(auto-fill, minmax(0, 2.3em));
    grid-gap: 0.52em;
  }
}
.ort-social-entry-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.slider {
  position: relative;
  overflow: hidden;
  margin: 2.82em 0 3.13em;
}
.slider-slide {
  margin: 0;
  padding: 0;
  display: flex;
  padding-bottom: 1em;
  overflow: auto;
  scroll-behavior: smooth;
  will-change: transform;
  transition: transform 200ms ease-out;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  list-style: none;
}
.slider-tile {
  flex-shrink: 0;
  margin: 0 !important;
  padding: 0;
  scroll-snap-align: start;
}
.slider-tile:before {
  display: none;
}
.slider-arrow {
  appearance: none;
  background: hsl(60, 100%, 55%);
  border: none;
  border-radius: 100%;
  font: inherit;
  color: inherit;
  position: absolute;
  padding: 0.8em 1.1em;
  line-height: 1;
  top: 50%;
  left: 0.5em;
  transform: translateY(-50%);
}
@media screen and (max-width: 480px) {
  .slider-arrow {
    padding: 0.81em;
    display: none;
  }
}
.slider-arrow--back {
  transform: translateY(-50%) scaleX(-1);
}
.slider-arrow--next {
  left: auto;
  right: 0.5em;
}
.slider-arrow-icon {
  width: 0.7em;
  transform: translateX(10%);
}
@media screen and (max-width: 480px) {
  .slider-arrow-icon {
    width: 0.56em;
  }
}

.quotes {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 480px) {
  .quotes .slider-arrow {
    display: none;
  }
}
.quotes-slider {
  margin-top: -2.5rem;
}
.quotes-slider-slide {
  padding-top: 4rem;
}
@media screen and (max-width: 480px) {
  .quotes-slider-slide {
    padding-top: 3rem;
  }
}
.quotes-slider-tile {
  padding-right: 1.89em;
  padding-left: 5.89em;
}
.quotes-slider-tile:nth-child(even) {
  padding-right: 5.89em;
  padding-left: 1.89em;
}
.quotes-slider-tile:nth-child(odd):last-child {
  padding-right: 30.12em;
}
@media screen and (max-width: 480px) {
  .quotes-slider-tile {
    padding: 0 1em 0 0 !important;
  }
  .quotes-slider-tile:last-child {
    padding-right: 0 !important;
  }
}
.quotes-slider-quote {
  width: 24.23em;
  position: relative;
  background: hsl(265, 15%, 69%);
  border-radius: 3em;
  padding: 1.25em 1.6em 2.77em;
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  height: 100%;
}
@media screen and (max-width: 480px) {
  .quotes-slider-quote {
    width: 90vw;
    font-size: 0.85em;
  }
}
.quotes-slider-quote-icon {
  position: absolute;
  color: hsl(60, 100%, 55%);
  top: -1.33em;
  right: 2em;
  width: 3.6667em;
}
.quotes-slider-quote-header {
  margin-bottom: 1em;
}
.quotes-slider-quote-header-figure {
  display: grid;
  grid-template-columns: 5em 1fr;
  align-items: center;
  grid-gap: 1em;
}
.quotes-slider-quote-header-figure-photo {
  width: 5em;
  height: 5em;
  border-radius: 100%;
  object-fit: cover;
}
.quotes-slider-quote-header-figure cite {
  font-size: 1.25em;
  line-height: 1.1765;
  font-style: inherit;
}

.presse-block {
  margin-left: 0;
  margin-right: 0;
}
.presse-block .section-header {
  display: none;
}
.presse-block .press-section {
  margin: 0;
}
.presse-block .slider {
  margin: 1em 0 2em;
}

.footer {
  position: relative;
}
.footer-logo {
  display: flex;
  justify-content: center;
  margin-bottom: 5.27em;
}
@media screen and (max-width: 480px) {
  .footer-logo {
    margin-bottom: 4.085em;
  }
}
.footer-logo-icon {
  width: 3em;
}
@media screen and (max-width: 480px) {
  .footer-logo-icon {
    width: 2.5em;
  }
}
.footer-dark {
  display: grid;
  grid-template-columns: 1fr 5fr 1fr;
  background: var(--text);
  color: var(--highlight);
  padding: 1.57em 1.9333em 2.02em;
}
@media screen and (max-width: 480px) {
  .footer-dark {
    display: block;
    padding: 1.415em 1.25em 7.2em;
  }
}
.footer-main {
  grid-column: 2;
  grid-row: 2;
  display: flex;
  flex-direction: column;
}
.footer-main-text {
  font-size: 1.1667em;
  line-height: 1.1429;
  margin-bottom: 2.46rem;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .footer-main-text {
    text-align: inherit;
    font-size: inherit;
    line-height: 1.25;
    text-wrap: balance;
    margin-bottom: 1em;
  }
}
.footer-main-text--small {
  font-size: 0.5em;
}
.footer-main-partners {
  margin-top: auto;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 480px) {
  .footer-main-partners {
    justify-content: space-between;
  }
}
.footer-main-partners-entry {
  margin-right: 2.7233em;
}
@media screen and (max-width: 480px) {
  .footer-main-partners-entry {
    margin-right: 0;
  }
}
.footer-main-partners-entry:last-child {
  margin-right: 0;
}
.footer-main-partners-entry-logo {
  width: auto;
  height: 3em;
  vertical-align: middle;
}
@media screen and (max-width: 480px) {
  .footer-main-partners-entry-logo {
    height: 1.73em;
  }
}
.footer-details {
  grid-column: 1;
  grid-row: 3;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 0.4em;
  color: #C7C0D2;
  font-size: 0.4em;
  margin: 1.4167rem 0 0 -0.7em;
}
@media screen and (max-width: 480px) {
  .footer-details {
    max-width: 17.67em;
    margin-top: 2rem;
    font-size: 0.6em;
  }
}
.footer-foerderer {
  grid-column: 3;
  grid-row: 2;
  text-align: right;
  text-align: end;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 480px) {
  .footer-foerderer {
    text-align: inherit;
    margin-top: 2em;
  }
}
.footer-foerderer-grid {
  justify-content: flex-end;
}
@media screen and (max-width: 480px) {
  .footer-foerderer-grid {
    justify-content: flex-start;
  }
}
.footer-foerderer-grid-entry {
  margin-right: 2.7233em;
}
@media screen and (max-width: 480px) {
  .footer-foerderer-grid-entry {
    margin-right: 0;
  }
}
.footer-foerderer-grid-entry:last-child {
  margin-right: 0;
}
.footer-foerderer-grid-entry-logo {
  width: auto;
  height: 2em;
  vertical-align: middle;
}
@media screen and (max-width: 480px) {
  .footer-foerderer-grid-entry-logo {
    height: 1.153em;
  }
}
.footer-aside {
  grid-column: 1;
  grid-row: 2;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 480px) {
  .footer-aside {
    margin-top: 2em;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.footer-aside-social {
  margin-bottom: 1.0667em;
}
@media screen and (max-width: 480px) {
  .footer-aside-social {
    margin-bottom: 0;
  }
}
.footer-aside-social-link {
  display: inline-block;
}
@media screen and (max-width: 480px) {
  .footer-aside-social-link {
    display: block;
  }
}
.footer-aside-social-link-logo {
  width: 1.4637em;
  height: 1.4637em;
}
@media screen and (max-width: 480px) {
  .footer-aside-social-link-logo {
    width: 1em;
    height: 1em;
  }
}
.footer-aside-menu {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 480px) {
  .footer-aside-menu {
    display: contents;
  }
}
.footer-aside-menu-link {
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.03em;
  font-size: 0.8333em;
  line-height: 1.2;
  margin-bottom: 0.6rem;
}
@media screen and (max-width: 480px) {
  .footer-aside-menu-link {
    margin-bottom: 0;
    font-size: 0.75em;
  }
}
.footer-aside-menu-link:last-child {
  margin-bottom: 0;
}
/*# sourceMappingURL=orte.css.map */
