@charset "UTF-8";
:root {
  --farbe-hintergrund: #efe9dc;
  --farbe-flaeche: #fdfbf5;
  --farbe-text: #2e2b26;
  --farbe-text-gedeckt: #6d675c;
  --farbe-tafel: #2f6b4f;
  --farbe-tafel-dunkel: #1e4a36;
  --farbe-thema: #2f6b4f;
  --farbe-thema-hell: #dcebd6;
  --farbe-akzent: #c9572e;
  --farbe-holz: #8a6a3d;
  --farbe-krepp: #f4dfa0;
  --farbe-trenner: #2f6b4f;
  --farbe-fuss-oben: #2f6b4f;
  --farbe-fuss: #1f3d2e;
  --farbe-fuss-text: #e6ede8;
  --farbe-fuss-link: #cfe6c9;
  --farbe-link: var(--farbe-tafel-dunkel);
  --farbe-link-hover: var(--farbe-thema);
}

[data-theme=tafel] {
  --farbe-hintergrund: #efe9dc;
  --farbe-flaeche: #fdfbf5;
  --farbe-text: #2e2b26;
  --farbe-text-gedeckt: #6d675c;
  --farbe-tafel: #2f6b4f;
  --farbe-tafel-dunkel: #1e4a36;
  --farbe-thema: #2f6b4f;
  --farbe-thema-hell: #dcebd6;
  --farbe-akzent: #c9572e;
  --farbe-holz: #8a6a3d;
  --farbe-krepp: #f4dfa0;
  --farbe-trenner: #2f6b4f;
  --farbe-fuss-oben: #2f6b4f;
  --farbe-fuss: #1f3d2e;
  --farbe-fuss-text: #e6ede8;
  --farbe-fuss-link: #cfe6c9;
  --farbe-link: var(--farbe-tafel-dunkel);
  --farbe-link-hover: var(--farbe-thema);
}

[data-theme=meer] {
  --farbe-hintergrund: #e9eeee;
  --farbe-flaeche: #fbfcfa;
  --farbe-text: #27313a;
  --farbe-text-gedeckt: #667380;
  --farbe-tafel: #2f5f7a;
  --farbe-tafel-dunkel: #1f4358;
  --farbe-thema: #2f5f7a;
  --farbe-thema-hell: #cfe6ee;
  --farbe-akzent: #c9962f;
  --farbe-holz: #8a6a3d;
  --farbe-krepp: #f1e8d3;
  --farbe-trenner: #2f5f7a;
  --farbe-fuss-oben: #2f5f7a;
  --farbe-fuss: #1a3442;
  --farbe-fuss-text: #e4ecf0;
  --farbe-fuss-link: #bfe0ea;
  --farbe-link: var(--farbe-tafel-dunkel);
  --farbe-link-hover: var(--farbe-thema);
}

[data-theme=wueste] {
  --farbe-hintergrund: #efe6d6;
  --farbe-flaeche: #fdfaf3;
  --farbe-text: #322a22;
  --farbe-text-gedeckt: #6f6357;
  --farbe-tafel: #b04e33;
  --farbe-tafel-dunkel: #7e3520;
  --farbe-thema: #c9572e;
  --farbe-thema-hell: #ffd8b0;
  --farbe-akzent: #1e8f8a;
  --farbe-holz: #dcc08f;
  --farbe-krepp: #f4dfa0;
  --farbe-trenner: #8a5a2b;
  --farbe-fuss-oben: #a8713a;
  --farbe-fuss: #5f3c17;
  --farbe-fuss-text: #efe6da;
  --farbe-fuss-link: #f4dfa0;
  --farbe-link: var(--farbe-tafel-dunkel);
  --farbe-link-hover: var(--farbe-thema);
}

@font-face {
  font-family: "Selawik";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Selawik"), url("../schriften/selawik.woff2") format("woff2");
}
@font-face {
  font-family: "Selawik";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local("Selawik Semibold"), url("../schriften/selawik-halbfett.woff2") format("woff2");
}
@font-face {
  font-family: "Selawik";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Selawik Bold"), url("../schriften/selawik-fett.woff2") format("woff2");
}
@font-face {
  font-family: "Shantell Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../schriften/shantell-sans.woff2") format("woff2");
  size-adjust: 106%;
}
@font-face {
  font-family: "Shantell Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../schriften/shantell-sans-fett.woff2") format("woff2");
  size-adjust: 106%;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 117.647%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  color: var(--farbe-text);
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.0625rem;
  line-height: 1.6;
  hyphens: auto;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background: radial-gradient(circle at 30% 40%, rgba(0, 0, 0, 0.07) 0 1.5px, transparent 2px), radial-gradient(circle at 70% 70%, rgba(255, 255, 255, 0.12) 0 1.5px, transparent 2px), #c9a274;
  background-size: 14px 14px, 18px 18px, auto;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: var(--farbe-link);
  text-decoration: underline;
  text-underline-offset: 0.15em;
}
a:hover, a:focus-visible {
  color: var(--farbe-link-hover);
}

h1, h2, h3 {
  font-family: "Segoe Print", "Shantell Sans", "Bradley Hand ITC", "Comic Sans MS", cursive;
  font-weight: 700;
  line-height: 1.25;
  color: var(--farbe-thema);
  margin: 0 0 0.6em;
}

h1 {
  font-size: clamp(1.7rem, 1.2rem + 2vw, 2.4rem);
}

h2 {
  font-size: clamp(1.4rem, 1.1rem + 1.3vw, 1.9rem);
}

h3 {
  font-size: 1.2rem;
}

h1, h2, h3,
.navi,
.knopf,
.aufkleber,
.zitat,
.slogan,
.hervorhebung {
  hyphens: manual;
}

p {
  margin: 0 0 1em;
}

ul, ol, dl {
  margin: 0 0 1em;
}

figure {
  margin: 0;
}

strong,
b {
  color: var(--farbe-akzent);
}

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

li::marker {
  color: var(--farbe-akzent);
  font-weight: 700;
}

ul > li::marker {
  font-size: 1.25em;
}

hr {
  border: 0;
  border-top: 1px solid color-mix(in srgb, var(--farbe-tafel) 25%, transparent);
  margin: 2rem 0;
}

.inhalt {
  flex: 1;
  padding-block: 2.5rem 3rem;
  overflow-x: clip;
}
.inhalt__innen {
  width: 100%;
  max-width: 1100px;
  margin-inline: auto;
  padding: 0 1rem;
}
.inhalt > .inhalt__innen > * {
  margin-bottom: 0;
}
.inhalt > .inhalt__innen > * + * {
  margin-top: 3rem;
}

.icon {
  display: inline-block;
  width: 1.25em;
  height: 1.25em;
  vertical-align: -0.25em;
  fill: none;
  stroke: currentColor;
  overflow: visible;
  color: var(--farbe-thema);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

@supports not selector(::-webkit-scrollbar) {
  html {
    scrollbar-color: var(--farbe-tafel) color-mix(in srgb, var(--farbe-tafel) 15%, transparent);
  }
}
@supports selector(::-webkit-scrollbar) {
  ::-webkit-scrollbar {
    width: 16px;
    height: 16px;
  }
  ::-webkit-scrollbar-track {
    background: color-mix(in srgb, var(--farbe-tafel) 15%, transparent);
  }
  ::-webkit-scrollbar-thumb {
    border: 3px solid transparent;
    border-radius: 8px;
    background: var(--farbe-tafel);
    background-clip: padding-box;
  }
  ::-webkit-scrollbar-thumb:hover {
    background-color: var(--farbe-tafel-dunkel);
  }
  ::-webkit-scrollbar-corner {
    background: transparent;
  }
}
.kopf {
  background: var(--farbe-tafel);
  border: 12px solid var(--farbe-holz);
  border-top: 0;
  border-radius: 0 0 6px 6px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35), inset 0 0 60px rgba(0, 0, 0, 0.25);
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.kopf__innen {
  width: 100%;
  max-width: 1100px;
  margin-inline: auto;
  padding: 1.25rem 1rem 0;
}

@supports (-moz-appearance: none) {
  .logo {
    filter: drop-shadow(0 0 0 transparent);
    opacity: 0.999;
    will-change: transform;
  }
}
.logo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(0.75rem, 2.5vw, 2rem);
  background: #fdfbf5;
  padding: 0.75rem 1.25rem;
  border-radius: 4px;
  width: 100%;
  margin: 0.5rem auto 1.25rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  transform: rotate(-0.6deg);
}
.logo__name, .logo__bild {
  height: min(120px, (100vw - 24px - 4.5rem) / 3.21);
  width: auto;
}
@media (min-width: 700px) {
  .logo__name, .logo__bild {
    height: clamp(88px, 11.5vw, 150px);
  }
}
.logo__bild {
  border-radius: 4px;
  display: none;
}
@media (min-width: 700px) {
  .logo__bild {
    display: block;
  }
}

.navi {
  position: relative;
  font-family: "Segoe Print", "Shantell Sans", "Bradley Hand ITC", "Comic Sans MS", cursive;
}
.navi__schalter {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  pointer-events: none;
}
.navi__knopf {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.6rem 0.2rem;
  cursor: pointer;
  font-weight: 600;
  color: #f4f1e8;
  user-select: none;
}
.navi__balken {
  position: relative;
  width: 24px;
  height: 2px;
  background: currentColor;
  border-radius: 2px;
}
.navi__balken::before, .navi__balken::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: currentColor;
  border-radius: 2px;
}
.navi__balken::before {
  top: -7px;
}
.navi__balken::after {
  top: 7px;
}
.navi__liste, .navi__unter {
  list-style: none;
  margin: 0;
  padding: 0;
}
.navi__liste {
  display: none;
  padding-bottom: 0.5rem;
}
.navi__schalter:checked ~ .navi__liste {
  display: block;
}
.navi__link {
  display: block;
  padding: 0.55rem 0.75rem;
  font-size: 0.95rem;
  font-weight: 600;
  color: #f4f1e8;
  text-decoration: none;
}
.navi__link:hover, .navi__link:focus-visible {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.navi__link[aria-current=page] {
  color: var(--farbe-thema-hell);
  text-decoration: underline wavy;
  text-underline-offset: 0.3em;
}
.navi__punkt--aktiv > .navi__link {
  color: var(--farbe-thema-hell);
  text-decoration: underline wavy;
  text-underline-offset: 0.3em;
}
.navi__unter .navi__link {
  font-weight: 500;
  padding-left: 2rem;
}
@media (min-width: 960px) {
  .navi__knopf {
    display: none;
  }
  .navi__liste {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .navi__punkt {
    position: relative;
  }
  .navi__link {
    padding: 0.5rem 0.75rem;
  }
  .navi__unter {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 100%;
    width: max-content;
    background: var(--farbe-tafel-dunkel);
    border: 2px solid rgba(255, 255, 255, 0.35);
    border-radius: 4px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
    padding: 0.35rem;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-4px);
    transition: opacity 0.15s ease-in, transform 0.15s ease-in, visibility 0s linear 0.15s;
  }
  .navi__punkt:hover > .navi__unter, .navi__punkt:focus-within > .navi__unter {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition-delay: 0s;
  }
  .navi__unter .navi__link {
    padding: 0.45rem 0.9rem;
    white-space: nowrap;
  }
  .navi__punkt--mit-unter > .navi__link::after {
    content: "";
    display: inline-block;
    margin-left: 0.4em;
    border: 0.3em solid transparent;
    border-top-color: currentColor;
    border-bottom: 0;
    vertical-align: 0.15em;
  }
}

:root,
[data-theme=tafel] {
  --trenner: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='2000' height='18' viewBox='0 -4 2000 18'><defs><pattern id='k' x='0' y='0' width='24' height='18' patternUnits='userSpaceOnUse'><path d='M0 5 H14' stroke='%232f6b4f' stroke-width='2' stroke-linecap='round'/></pattern></defs><rect x='0' y='-4' width='2000' height='18' fill='url(%23k)'/></svg>");
}

[data-theme=meer] {
  --trenner: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='2000' height='18' viewBox='0 -4 2000 18'><defs><pattern id='k' x='0' y='0' width='40' height='18' patternUnits='userSpaceOnUse'><path d='M0 5 Q10 0 20 5 T40 5' fill='none' stroke='%232f5f7a' stroke-width='2'/></pattern></defs><rect x='0' y='-4' width='2000' height='18' fill='url(%23k)'/></svg>");
}

[data-theme=wueste] {
  --trenner: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='2000' height='18' viewBox='0 -4 2000 18'><defs><pattern id='k' x='0' y='0' width='60' height='18' patternUnits='userSpaceOnUse'><path d='M0 9 C16 8.5 30 1.5 40 1.5 C46 1.5 50 6 60 9' fill='none' stroke='%238a5a2b' stroke-width='2'/><path d='M0 9 C16 8.5 30 1.5 40 1.5 C46 1.5 50 6 60 9 V10 H0 Z' fill='%238a5a2b' opacity='.25'/></pattern></defs><rect x='0' y='-4' width='2000' height='18' fill='url(%23k)'/></svg>");
}

.fuss {
  position: relative;
  color: var(--farbe-fuss-text);
  font-size: 0.95rem;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='2000' height='18' viewBox='0 -4 2000 18'><defs><pattern id='k' x='0' y='0' width='24' height='18' patternUnits='userSpaceOnUse'><path d='M0 5 H14' stroke='%23e6ede8' stroke-width='2' stroke-linecap='round'/></pattern></defs><rect x='0' y='-4' width='2000' height='18' fill='url(%23k)'/></svg>") left calc(0.6rem - 4px)/auto 18px repeat-x, linear-gradient(180deg, var(--farbe-fuss-oben), var(--farbe-fuss));
}
.fuss__innen {
  width: 100%;
  max-width: 1100px;
  margin-inline: auto;
  padding: 1.25rem 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem 1.5rem;
}
.fuss__liste {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 1.5rem;
}
.fuss__liste a {
  font-family: "Segoe Print", "Shantell Sans", "Bradley Hand ITC", "Comic Sans MS", cursive;
  font-size: 1.05rem;
  color: var(--farbe-fuss-link);
  text-decoration: none;
}
.fuss__liste a:hover, .fuss__liste a:focus-visible {
  text-decoration: underline;
  color: var(--farbe-fuss-link);
}
.fuss__hinweis {
  margin: 0;
}

[data-theme=meer] .fuss {
  background: linear-gradient(180deg, var(--farbe-fuss-oben), var(--farbe-fuss));
  margin-top: 20px;
}
[data-theme=meer] .fuss::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -20px;
  height: 20px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='80' height='20' viewBox='0 0 80 20' preserveAspectRatio='none'><path d='M0 20 V10 Q20 0 40 10 T80 10 V20 Z' fill='%232f5f7a'/></svg>") left bottom/80px 20px repeat-x;
}

[data-theme=wueste] .fuss {
  background: linear-gradient(180deg, var(--farbe-fuss-oben), var(--farbe-fuss));
  margin-top: 20px;
}
[data-theme=wueste] .fuss::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -20px;
  height: 20px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='160' height='20' viewBox='0 0 160 20' preserveAspectRatio='none'><path d='M0 20 V17 C40 16 80 2 110 2 C125 2 135 12 160 17 V20 Z' fill='%23a8713a'/></svg>") left bottom/160px 20px repeat-x;
}

@supports (-moz-appearance: none) {
  .titelschild {
    filter: drop-shadow(0 0 0 transparent);
    opacity: 0.999;
    will-change: transform;
  }
}
.titelschild {
  --schnur: 4.5rem;
  position: relative;
  width: fit-content;
  max-width: 100%;
  hyphens: auto;
  overflow-wrap: anywhere;
  margin: calc(var(--schnur) - 2.5rem + 8px) auto 0;
  padding: 0.75rem 2rem;
  text-align: center;
  background: var(--farbe-tafel);
  color: #f4f1e8;
  border-radius: 4px;
  box-shadow: 0 0 0 8px var(--farbe-holz), 0 8px 20px 8px rgba(0, 0, 0, 0.3);
  font-size: clamp(1.8rem, 1.3rem + 2vw, 2.6rem);
  --nagel: 6px;
  transform-origin: 50% calc(-1 * var(--schnur) - var(--nagel) - 8px);
}
.titelschild strong,
.titelschild b {
  color: inherit;
}
.titelschild::before {
  content: "";
  position: absolute;
  left: calc(-8px + 6px);
  top: calc(-1 * var(--schnur) - var(--nagel) - 8px);
  width: calc(100% + 16px - 12px);
  height: calc(var(--schnur) + var(--nagel));
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'><path d='M1 100 L50 1 L99 100' fill='none' stroke='%234a2f16' stroke-width='4.5' vector-effect='non-scaling-stroke' stroke-linejoin='round' stroke-linecap='round'/><path d='M1 100 L50 1 L99 100' fill='none' stroke='%239a7043' stroke-width='3' vector-effect='non-scaling-stroke' stroke-linejoin='round'/><path d='M1 100 L50 1 L99 100' fill='none' stroke='%23e0c08c' stroke-width='1.6' vector-effect='non-scaling-stroke' stroke-dasharray='3 5'/><path d='M1 100 L50 1 L99 100' fill='none' stroke='%236b4a2b' stroke-width='1.2' vector-effect='non-scaling-stroke' stroke-dasharray='3 5' stroke-dashoffset='4'/></svg>") no-repeat;
  background-size: 100% 100%;
  filter: drop-shadow(0 3px 2px rgba(0, 0, 0, 0.35));
  pointer-events: none;
}
.titelschild::after {
  content: "";
  position: absolute;
  left: 50%;
  top: calc(-1 * var(--schnur) - var(--nagel) - 8px - 7px);
  width: 14px;
  height: 14px;
  margin-left: -7px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #f3dfa8 0 2px, #c9962f 4px, #7a4f12 100%);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
}
.titelschild:hover {
  animation: schild-schwingen 1.8s ease-in-out;
}

@keyframes schild-schwingen {
  0% {
    transform: rotate(0);
  }
  20% {
    transform: rotate(2.5deg);
  }
  45% {
    transform: rotate(-2deg);
  }
  70% {
    transform: rotate(1deg);
  }
  85% {
    transform: rotate(-0.4deg);
  }
  100% {
    transform: rotate(0);
  }
}
.text {
  max-width: 46rem;
  text-align: left;
}
.text > :last-child {
  margin-bottom: 0;
}

@supports (-moz-appearance: none) {
  .karte {
    filter: drop-shadow(0 0 0 transparent);
    opacity: 0.999;
    will-change: transform;
  }
}
.karte {
  position: relative;
  background: var(--farbe-flaeche);
  margin-inline: 0;
  border-radius: 2px;
  --rand: 3.5rem;
  box-shadow: inset var(--rand) 0 0 0 var(--farbe-flaeche), inset calc(var(--rand) + 2px) 0 0 0 rgba(220, 70, 70, 0.35), 0 0 0 1px rgba(0, 0, 0, 0.15), 0 10px 25px rgba(0, 0, 0, 0.3);
  padding: 2.25rem clamp(1.25rem, 3vw, 2.5rem) 2.25rem calc(var(--rand) + 2rem);
}
@media (max-width: 700px) {
  .karte {
    --rand: 1.5rem;
  }
}
.karte > * + * {
  margin-top: 1.5rem;
}
.karte > .titel--3 + * {
  margin-top: 0.4rem;
}
.karte > :is(p, ul, ol):not([class]) {
  max-width: 46rem;
}
.karte > :is(p, ul, ol):not([class]) + :is(p, ul, ol):not([class]) {
  margin-top: 0;
}
.karte {
  --kipp: 0deg;
  --pin-oben: 1.5rem;
  --pin-platz: calc(1.5rem + 1.5rem);
  transform: rotate(var(--kipp));
}
@supports not (-moz-appearance: none) {
  .karte::before {
    backface-visibility: hidden;
  }
}
.karte::before {
  content: "";
  position: absolute;
  z-index: 2;
  width: 22px;
  height: 22px;
  top: calc(var(--pin-oben, 1.5rem) - 11px);
  transform: none;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #fff 0 2.5px, #c9572e 4px, rgb(140.7, 60.9, 32.2) 100%);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45);
  left: 50%;
  right: auto;
  margin-left: -15px;
  --neig: -12deg;
  margin-left: -11px;
}
.karte:where(:nth-of-type(8n+1)) {
  --kipp: 0deg;
  --pin-oben: 1.5rem;
  --pin-platz: calc(1.5rem + 1.5rem);
}
@supports not (-moz-appearance: none) {
  .karte:where(:nth-of-type(8n+1))::before {
    backface-visibility: hidden;
  }
}
.karte:where(:nth-of-type(8n+1))::before {
  content: "";
  position: absolute;
  z-index: 2;
  width: 22px;
  height: 22px;
  top: calc(var(--pin-oben, 1.5rem) - 11px);
  transform: none;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #fff 0 2.5px, #c9572e 4px, rgb(140.7, 60.9, 32.2) 100%);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45);
  left: 50%;
  right: auto;
  margin-left: -15px;
  --neig: -12deg;
}
.karte:where(:nth-of-type(8n+2)) {
  --kipp: 1deg;
  --pin-oben: 2.5rem;
  --pin-platz: calc(2.5rem + 1.5rem);
  transform-origin: 2.5rem 2.5rem;
}
@supports not (-moz-appearance: none) {
  .karte:where(:nth-of-type(8n+2))::before {
    backface-visibility: hidden;
  }
}
.karte:where(:nth-of-type(8n+2))::before {
  content: "";
  position: absolute;
  z-index: 2;
  width: 30px;
  height: 45px;
  top: calc(var(--pin-oben, 1.5rem) - 41.25px);
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transform-origin: 50% 91.67%;
  transform: rotate(var(--neig, -14deg));
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='48' height='72' viewBox='0 0 48 72'><defs><linearGradient id='h' x1='0' x2='1'><stop offset='0' stop-color='%23f0d594'/><stop offset='.45' stop-color='%23e3b23c'/><stop offset='1' stop-color='%23a37a17'/></linearGradient></defs><circle cx='24' cy='66' r='3.8' fill='none' stroke='%23ffffff' stroke-width='1.4' opacity='.45'/><circle cx='24' cy='66' r='3' fill='%23000000' opacity='.6'/><path d='M12 6 H36 Q40 6 40 10 Q40 14 36 14 H33 L31 32 H36 Q41 32 41 38 Q41 44 36 44 H12 Q7 44 7 38 Q7 32 12 32 H17 L15 14 H12 Q8 14 8 10 Q8 6 12 6 Z' transform='translate(4 2) scale(1.04)' fill='%23000000' opacity='.09'/><path d='M12 6 H36 Q40 6 40 10 Q40 14 36 14 H33 L31 32 H36 Q41 32 41 38 Q41 44 36 44 H12 Q7 44 7 38 Q7 32 12 32 H17 L15 14 H12 Q8 14 8 10 Q8 6 12 6 Z' transform='translate(3.5 1.5)' fill='%23000000' opacity='.2'/><path d='M27.5 45 L24 66' stroke='%23000000' stroke-width='3' opacity='.08'/><path d='M27 45 L24 66' stroke='%23000000' stroke-width='1.6' opacity='.18'/><path d='M24 44 V66' stroke='%23707070' stroke-width='2.4' stroke-linecap='round'/><path d='M23.3 44 V65' stroke='%23e8e8e8' stroke-width='.8' stroke-linecap='round'/><path d='M12 6 H36 Q40 6 40 10 Q40 14 36 14 H33 L31 32 H36 Q41 32 41 38 Q41 44 36 44 H12 Q7 44 7 38 Q7 32 12 32 H17 L15 14 H12 Q8 14 8 10 Q8 6 12 6 Z' fill='url(%23h)'/><path d='M17 14 H31 L29.5 32 H18.5 Z' fill='%23000000' opacity='.12'/></svg>");
  left: calc(2.5rem - 15px);
  right: auto;
  margin-left: 0;
  --neig: -22deg;
}
.karte:where(:nth-of-type(8n+3)) {
  --kipp: 0deg;
  --pin-oben: 1.5rem;
  --pin-platz: calc(1.5rem + 1.5rem);
}
@supports not (-moz-appearance: none) {
  .karte:where(:nth-of-type(8n+3))::before {
    backface-visibility: hidden;
  }
}
.karte:where(:nth-of-type(8n+3))::before {
  content: "";
  position: absolute;
  z-index: 2;
  width: 30px;
  height: 45px;
  top: calc(var(--pin-oben, 1.5rem) - 41.25px);
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transform-origin: 50% 91.67%;
  transform: rotate(var(--neig, -14deg));
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='48' height='72' viewBox='0 0 48 72'><defs><radialGradient id='k' cx='.35' cy='.3' r='.75'><stop offset='0' stop-color='%23ffffff' stop-opacity='.95'/><stop offset='.25' stop-color='%238fafdb'/><stop offset='.65' stop-color='%233b6fb6'/><stop offset='1' stop-color='%23264876'/></radialGradient></defs><circle cx='24' cy='66' r='3.8' fill='none' stroke='%23ffffff' stroke-width='1.4' opacity='.45'/><circle cx='24' cy='66' r='3' fill='%23000000' opacity='.6'/><circle cx='28' cy='22' r='17' fill='%23000000' opacity='.09'/><circle cx='27.5' cy='21.5' r='16' fill='%23000000' opacity='.2'/><path d='M27.5 37 L24 66' stroke='%23000000' stroke-width='3' opacity='.08'/><path d='M27 37 L24 66' stroke='%23000000' stroke-width='1.6' opacity='.18'/><path d='M24 36 V66' stroke='%23707070' stroke-width='2.4' stroke-linecap='round'/><path d='M23.3 36 V65' stroke='%23e8e8e8' stroke-width='.8'/><circle cx='24' cy='20' r='16' fill='url(%23k)'/></svg>");
  left: calc(1.5rem - 15px);
  right: auto;
  margin-left: 0;
  --neig: -22deg;
}
@supports not (-moz-appearance: none) {
  .karte:where(:nth-of-type(8n+3))::after {
    backface-visibility: hidden;
  }
}
.karte:where(:nth-of-type(8n+3))::after {
  content: "";
  position: absolute;
  z-index: 2;
  width: 30px;
  height: 45px;
  top: calc(var(--pin-oben, 1.5rem) - 41.25px);
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transform-origin: 50% 91.67%;
  transform: rotate(var(--neig, -14deg));
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='48' height='72' viewBox='0 0 48 72'><defs><radialGradient id='k' cx='.35' cy='.3' r='.75'><stop offset='0' stop-color='%23ffffff' stop-opacity='.95'/><stop offset='.25' stop-color='%238fafdb'/><stop offset='.65' stop-color='%233b6fb6'/><stop offset='1' stop-color='%23264876'/></radialGradient></defs><circle cx='24' cy='66' r='3.8' fill='none' stroke='%23ffffff' stroke-width='1.4' opacity='.45'/><circle cx='24' cy='66' r='3' fill='%23000000' opacity='.6'/><circle cx='28' cy='22' r='17' fill='%23000000' opacity='.09'/><circle cx='27.5' cy='21.5' r='16' fill='%23000000' opacity='.2'/><path d='M27.5 37 L24 66' stroke='%23000000' stroke-width='3' opacity='.08'/><path d='M27 37 L24 66' stroke='%23000000' stroke-width='1.6' opacity='.18'/><path d='M24 36 V66' stroke='%23707070' stroke-width='2.4' stroke-linecap='round'/><path d='M23.3 36 V65' stroke='%23e8e8e8' stroke-width='.8'/><circle cx='24' cy='20' r='16' fill='url(%23k)'/></svg>");
  left: auto;
  right: calc(1.5rem - 15px);
  margin-left: 0;
  --neig: 20deg;
}
.karte:where(:nth-of-type(8n+4)) {
  --kipp: -1deg;
  --pin-oben: 2.5rem;
  --pin-platz: calc(2.5rem + 1.5rem);
  transform-origin: calc(100% - 2.5rem) 2.5rem;
}
@supports not (-moz-appearance: none) {
  .karte:where(:nth-of-type(8n+4))::before {
    backface-visibility: hidden;
  }
}
.karte:where(:nth-of-type(8n+4))::before {
  content: "";
  position: absolute;
  z-index: 2;
  width: 22px;
  height: 22px;
  top: calc(var(--pin-oben, 1.5rem) - 11px);
  transform: none;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #fff 0 2.5px, #e3b23c 4px, rgb(175.6748878924, 131.530941704, 25.2251121076) 100%);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45);
  left: auto;
  right: calc(2.5rem - 15px);
  margin-left: 0;
  --neig: 20deg;
}
.karte:where(:nth-of-type(8n+5)) {
  --kipp: 1deg;
  --pin-oben: 2.5rem;
  --pin-platz: calc(2.5rem + 1.5rem);
  transform-origin: 2.5rem 2.5rem;
}
@supports not (-moz-appearance: none) {
  .karte:where(:nth-of-type(8n+5))::before {
    backface-visibility: hidden;
  }
}
.karte:where(:nth-of-type(8n+5))::before {
  content: "";
  position: absolute;
  z-index: 2;
  width: 30px;
  height: 45px;
  top: calc(var(--pin-oben, 1.5rem) - 41.25px);
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transform-origin: 50% 91.67%;
  transform: rotate(var(--neig, -14deg));
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='48' height='72' viewBox='0 0 48 72'><defs><radialGradient id='k' cx='.35' cy='.3' r='.75'><stop offset='0' stop-color='%23ffffff' stop-opacity='.95'/><stop offset='.25' stop-color='%23e4a189'/><stop offset='.65' stop-color='%23c9572e'/><stop offset='1' stop-color='%2383391e'/></radialGradient></defs><circle cx='24' cy='66' r='3.8' fill='none' stroke='%23ffffff' stroke-width='1.4' opacity='.45'/><circle cx='24' cy='66' r='3' fill='%23000000' opacity='.6'/><circle cx='28' cy='22' r='17' fill='%23000000' opacity='.09'/><circle cx='27.5' cy='21.5' r='16' fill='%23000000' opacity='.2'/><path d='M27.5 37 L24 66' stroke='%23000000' stroke-width='3' opacity='.08'/><path d='M27 37 L24 66' stroke='%23000000' stroke-width='1.6' opacity='.18'/><path d='M24 36 V66' stroke='%23707070' stroke-width='2.4' stroke-linecap='round'/><path d='M23.3 36 V65' stroke='%23e8e8e8' stroke-width='.8'/><circle cx='24' cy='20' r='16' fill='url(%23k)'/></svg>");
  left: calc(2.5rem - 15px);
  right: auto;
  margin-left: 0;
  --neig: -22deg;
}
.karte:where(:nth-of-type(8n+6)) {
  --kipp: 0deg;
  --pin-oben: 1.5rem;
  --pin-platz: calc(1.5rem + 1.5rem);
}
@supports not (-moz-appearance: none) {
  .karte:where(:nth-of-type(8n+6))::before {
    backface-visibility: hidden;
  }
}
.karte:where(:nth-of-type(8n+6))::before {
  content: "";
  position: absolute;
  z-index: 2;
  width: 22px;
  height: 22px;
  top: calc(var(--pin-oben, 1.5rem) - 11px);
  transform: none;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #fff 0 2.5px, #3b6fb6 4px, rgb(41.3, 77.7, 127.4) 100%);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45);
  left: calc(1.5rem - 15px);
  right: auto;
  margin-left: 0;
  --neig: -22deg;
}
@supports not (-moz-appearance: none) {
  .karte:where(:nth-of-type(8n+6))::after {
    backface-visibility: hidden;
  }
}
.karte:where(:nth-of-type(8n+6))::after {
  content: "";
  position: absolute;
  z-index: 2;
  width: 22px;
  height: 22px;
  top: calc(var(--pin-oben, 1.5rem) - 11px);
  transform: none;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #fff 0 2.5px, #3b6fb6 4px, rgb(41.3, 77.7, 127.4) 100%);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45);
  left: auto;
  right: calc(1.5rem - 15px);
  margin-left: 0;
  --neig: 20deg;
}
.karte:where(:nth-of-type(8n+7)) {
  --kipp: -1deg;
  --pin-oben: 2.5rem;
  --pin-platz: calc(2.5rem + 1.5rem);
  transform-origin: calc(100% - 2.5rem) 2.5rem;
}
@supports not (-moz-appearance: none) {
  .karte:where(:nth-of-type(8n+7))::before {
    backface-visibility: hidden;
  }
}
.karte:where(:nth-of-type(8n+7))::before {
  content: "";
  position: absolute;
  z-index: 2;
  width: 30px;
  height: 45px;
  top: calc(var(--pin-oben, 1.5rem) - 41.25px);
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transform-origin: 50% 91.67%;
  transform: rotate(var(--neig, -14deg));
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='48' height='72' viewBox='0 0 48 72'><defs><linearGradient id='h' x1='0' x2='1'><stop offset='0' stop-color='%23f0d594'/><stop offset='.45' stop-color='%23e3b23c'/><stop offset='1' stop-color='%23a37a17'/></linearGradient></defs><circle cx='24' cy='66' r='3.8' fill='none' stroke='%23ffffff' stroke-width='1.4' opacity='.45'/><circle cx='24' cy='66' r='3' fill='%23000000' opacity='.6'/><path d='M12 6 H36 Q40 6 40 10 Q40 14 36 14 H33 L31 32 H36 Q41 32 41 38 Q41 44 36 44 H12 Q7 44 7 38 Q7 32 12 32 H17 L15 14 H12 Q8 14 8 10 Q8 6 12 6 Z' transform='translate(4 2) scale(1.04)' fill='%23000000' opacity='.09'/><path d='M12 6 H36 Q40 6 40 10 Q40 14 36 14 H33 L31 32 H36 Q41 32 41 38 Q41 44 36 44 H12 Q7 44 7 38 Q7 32 12 32 H17 L15 14 H12 Q8 14 8 10 Q8 6 12 6 Z' transform='translate(3.5 1.5)' fill='%23000000' opacity='.2'/><path d='M27.5 45 L24 66' stroke='%23000000' stroke-width='3' opacity='.08'/><path d='M27 45 L24 66' stroke='%23000000' stroke-width='1.6' opacity='.18'/><path d='M24 44 V66' stroke='%23707070' stroke-width='2.4' stroke-linecap='round'/><path d='M23.3 44 V65' stroke='%23e8e8e8' stroke-width='.8' stroke-linecap='round'/><path d='M12 6 H36 Q40 6 40 10 Q40 14 36 14 H33 L31 32 H36 Q41 32 41 38 Q41 44 36 44 H12 Q7 44 7 38 Q7 32 12 32 H17 L15 14 H12 Q8 14 8 10 Q8 6 12 6 Z' fill='url(%23h)'/><path d='M17 14 H31 L29.5 32 H18.5 Z' fill='%23000000' opacity='.12'/></svg>");
  left: auto;
  right: calc(2.5rem - 15px);
  margin-left: 0;
  --neig: 20deg;
}
.karte:where(:nth-of-type(8n)) {
  --kipp: 0deg;
  --pin-oben: 1.5rem;
  --pin-platz: calc(1.5rem + 1.5rem);
}
@supports not (-moz-appearance: none) {
  .karte:where(:nth-of-type(8n))::before {
    backface-visibility: hidden;
  }
}
.karte:where(:nth-of-type(8n))::before {
  content: "";
  position: absolute;
  z-index: 2;
  width: 30px;
  height: 45px;
  top: calc(var(--pin-oben, 1.5rem) - 41.25px);
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transform-origin: 50% 91.67%;
  transform: rotate(var(--neig, -14deg));
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='48' height='72' viewBox='0 0 48 72'><defs><radialGradient id='k' cx='.35' cy='.3' r='.75'><stop offset='0' stop-color='%23ffffff' stop-opacity='.95'/><stop offset='.25' stop-color='%238fafdb'/><stop offset='.65' stop-color='%233b6fb6'/><stop offset='1' stop-color='%23264876'/></radialGradient></defs><circle cx='24' cy='66' r='3.8' fill='none' stroke='%23ffffff' stroke-width='1.4' opacity='.45'/><circle cx='24' cy='66' r='3' fill='%23000000' opacity='.6'/><circle cx='28' cy='22' r='17' fill='%23000000' opacity='.09'/><circle cx='27.5' cy='21.5' r='16' fill='%23000000' opacity='.2'/><path d='M27.5 37 L24 66' stroke='%23000000' stroke-width='3' opacity='.08'/><path d='M27 37 L24 66' stroke='%23000000' stroke-width='1.6' opacity='.18'/><path d='M24 36 V66' stroke='%23707070' stroke-width='2.4' stroke-linecap='round'/><path d='M23.3 36 V65' stroke='%23e8e8e8' stroke-width='.8'/><circle cx='24' cy='20' r='16' fill='url(%23k)'/></svg>");
  left: 50%;
  right: auto;
  margin-left: -15px;
  --neig: -12deg;
}
.karte.pin-rot {
  --pinfarbe: #c9572e;
}
.karte.pin-gruen {
  --pinfarbe: #2f6b4f;
}
.karte.pin-blau {
  --pinfarbe: #3b6fb6;
}
.karte.pin-gelb {
  --pinfarbe: #e3b23c;
}
@supports not (-moz-appearance: none) {
  .karte.pin-kugel.pin-kugel::before, .karte.pin-kugel.pin-zwei::after {
    backface-visibility: hidden;
  }
}
.karte.pin-kugel.pin-kugel::before, .karte.pin-kugel.pin-zwei::after {
  content: "";
  position: absolute;
  z-index: 2;
  width: 22px;
  height: 22px;
  top: calc(var(--pin-oben, 1.5rem) - 11px);
  transform: none;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #fff 0 2.5px, var(--pinfarbe) 4px, color-mix(in srgb, var(--pinfarbe) 70%, #000) 100%);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45);
}
@supports not (-moz-appearance: none) {
  .karte.pin-zwecke.pin-rot::before, .karte.pin-zwecke.pin-rot.pin-zwei::after {
    backface-visibility: hidden;
  }
}
.karte.pin-zwecke.pin-rot::before, .karte.pin-zwecke.pin-rot.pin-zwei::after {
  content: "";
  position: absolute;
  z-index: 2;
  width: 30px;
  height: 45px;
  top: calc(var(--pin-oben, 1.5rem) - 41.25px);
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transform-origin: 50% 91.67%;
  transform: rotate(var(--neig, -14deg));
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='48' height='72' viewBox='0 0 48 72'><defs><linearGradient id='h' x1='0' x2='1'><stop offset='0' stop-color='%23e4a189'/><stop offset='.45' stop-color='%23c9572e'/><stop offset='1' stop-color='%2383391e'/></linearGradient></defs><circle cx='24' cy='66' r='3.8' fill='none' stroke='%23ffffff' stroke-width='1.4' opacity='.45'/><circle cx='24' cy='66' r='3' fill='%23000000' opacity='.6'/><path d='M12 6 H36 Q40 6 40 10 Q40 14 36 14 H33 L31 32 H36 Q41 32 41 38 Q41 44 36 44 H12 Q7 44 7 38 Q7 32 12 32 H17 L15 14 H12 Q8 14 8 10 Q8 6 12 6 Z' transform='translate(4 2) scale(1.04)' fill='%23000000' opacity='.09'/><path d='M12 6 H36 Q40 6 40 10 Q40 14 36 14 H33 L31 32 H36 Q41 32 41 38 Q41 44 36 44 H12 Q7 44 7 38 Q7 32 12 32 H17 L15 14 H12 Q8 14 8 10 Q8 6 12 6 Z' transform='translate(3.5 1.5)' fill='%23000000' opacity='.2'/><path d='M27.5 45 L24 66' stroke='%23000000' stroke-width='3' opacity='.08'/><path d='M27 45 L24 66' stroke='%23000000' stroke-width='1.6' opacity='.18'/><path d='M24 44 V66' stroke='%23707070' stroke-width='2.4' stroke-linecap='round'/><path d='M23.3 44 V65' stroke='%23e8e8e8' stroke-width='.8' stroke-linecap='round'/><path d='M12 6 H36 Q40 6 40 10 Q40 14 36 14 H33 L31 32 H36 Q41 32 41 38 Q41 44 36 44 H12 Q7 44 7 38 Q7 32 12 32 H17 L15 14 H12 Q8 14 8 10 Q8 6 12 6 Z' fill='url(%23h)'/><path d='M17 14 H31 L29.5 32 H18.5 Z' fill='%23000000' opacity='.12'/></svg>");
  border-radius: 0;
  box-shadow: none;
}
@supports not (-moz-appearance: none) {
  .karte.pin-nadel.pin-rot::before, .karte.pin-nadel.pin-rot.pin-zwei::after {
    backface-visibility: hidden;
  }
}
.karte.pin-nadel.pin-rot::before, .karte.pin-nadel.pin-rot.pin-zwei::after {
  content: "";
  position: absolute;
  z-index: 2;
  width: 30px;
  height: 45px;
  top: calc(var(--pin-oben, 1.5rem) - 41.25px);
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transform-origin: 50% 91.67%;
  transform: rotate(var(--neig, -14deg));
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='48' height='72' viewBox='0 0 48 72'><defs><radialGradient id='k' cx='.35' cy='.3' r='.75'><stop offset='0' stop-color='%23ffffff' stop-opacity='.95'/><stop offset='.25' stop-color='%23e4a189'/><stop offset='.65' stop-color='%23c9572e'/><stop offset='1' stop-color='%2383391e'/></radialGradient></defs><circle cx='24' cy='66' r='3.8' fill='none' stroke='%23ffffff' stroke-width='1.4' opacity='.45'/><circle cx='24' cy='66' r='3' fill='%23000000' opacity='.6'/><circle cx='28' cy='22' r='17' fill='%23000000' opacity='.09'/><circle cx='27.5' cy='21.5' r='16' fill='%23000000' opacity='.2'/><path d='M27.5 37 L24 66' stroke='%23000000' stroke-width='3' opacity='.08'/><path d='M27 37 L24 66' stroke='%23000000' stroke-width='1.6' opacity='.18'/><path d='M24 36 V66' stroke='%23707070' stroke-width='2.4' stroke-linecap='round'/><path d='M23.3 36 V65' stroke='%23e8e8e8' stroke-width='.8'/><circle cx='24' cy='20' r='16' fill='url(%23k)'/></svg>");
  border-radius: 0;
  box-shadow: none;
}
@supports not (-moz-appearance: none) {
  .karte.pin-zwecke.pin-gruen::before, .karte.pin-zwecke.pin-gruen.pin-zwei::after {
    backface-visibility: hidden;
  }
}
.karte.pin-zwecke.pin-gruen::before, .karte.pin-zwecke.pin-gruen.pin-zwei::after {
  content: "";
  position: absolute;
  z-index: 2;
  width: 30px;
  height: 45px;
  top: calc(var(--pin-oben, 1.5rem) - 41.25px);
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transform-origin: 50% 91.67%;
  transform: rotate(var(--neig, -14deg));
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='48' height='72' viewBox='0 0 48 72'><defs><linearGradient id='h' x1='0' x2='1'><stop offset='0' stop-color='%2377c3a0'/><stop offset='.45' stop-color='%232f6b4f'/><stop offset='1' stop-color='%231f4633'/></linearGradient></defs><circle cx='24' cy='66' r='3.8' fill='none' stroke='%23ffffff' stroke-width='1.4' opacity='.45'/><circle cx='24' cy='66' r='3' fill='%23000000' opacity='.6'/><path d='M12 6 H36 Q40 6 40 10 Q40 14 36 14 H33 L31 32 H36 Q41 32 41 38 Q41 44 36 44 H12 Q7 44 7 38 Q7 32 12 32 H17 L15 14 H12 Q8 14 8 10 Q8 6 12 6 Z' transform='translate(4 2) scale(1.04)' fill='%23000000' opacity='.09'/><path d='M12 6 H36 Q40 6 40 10 Q40 14 36 14 H33 L31 32 H36 Q41 32 41 38 Q41 44 36 44 H12 Q7 44 7 38 Q7 32 12 32 H17 L15 14 H12 Q8 14 8 10 Q8 6 12 6 Z' transform='translate(3.5 1.5)' fill='%23000000' opacity='.2'/><path d='M27.5 45 L24 66' stroke='%23000000' stroke-width='3' opacity='.08'/><path d='M27 45 L24 66' stroke='%23000000' stroke-width='1.6' opacity='.18'/><path d='M24 44 V66' stroke='%23707070' stroke-width='2.4' stroke-linecap='round'/><path d='M23.3 44 V65' stroke='%23e8e8e8' stroke-width='.8' stroke-linecap='round'/><path d='M12 6 H36 Q40 6 40 10 Q40 14 36 14 H33 L31 32 H36 Q41 32 41 38 Q41 44 36 44 H12 Q7 44 7 38 Q7 32 12 32 H17 L15 14 H12 Q8 14 8 10 Q8 6 12 6 Z' fill='url(%23h)'/><path d='M17 14 H31 L29.5 32 H18.5 Z' fill='%23000000' opacity='.12'/></svg>");
  border-radius: 0;
  box-shadow: none;
}
@supports not (-moz-appearance: none) {
  .karte.pin-nadel.pin-gruen::before, .karte.pin-nadel.pin-gruen.pin-zwei::after {
    backface-visibility: hidden;
  }
}
.karte.pin-nadel.pin-gruen::before, .karte.pin-nadel.pin-gruen.pin-zwei::after {
  content: "";
  position: absolute;
  z-index: 2;
  width: 30px;
  height: 45px;
  top: calc(var(--pin-oben, 1.5rem) - 41.25px);
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transform-origin: 50% 91.67%;
  transform: rotate(var(--neig, -14deg));
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='48' height='72' viewBox='0 0 48 72'><defs><radialGradient id='k' cx='.35' cy='.3' r='.75'><stop offset='0' stop-color='%23ffffff' stop-opacity='.95'/><stop offset='.25' stop-color='%2377c3a0'/><stop offset='.65' stop-color='%232f6b4f'/><stop offset='1' stop-color='%231f4633'/></radialGradient></defs><circle cx='24' cy='66' r='3.8' fill='none' stroke='%23ffffff' stroke-width='1.4' opacity='.45'/><circle cx='24' cy='66' r='3' fill='%23000000' opacity='.6'/><circle cx='28' cy='22' r='17' fill='%23000000' opacity='.09'/><circle cx='27.5' cy='21.5' r='16' fill='%23000000' opacity='.2'/><path d='M27.5 37 L24 66' stroke='%23000000' stroke-width='3' opacity='.08'/><path d='M27 37 L24 66' stroke='%23000000' stroke-width='1.6' opacity='.18'/><path d='M24 36 V66' stroke='%23707070' stroke-width='2.4' stroke-linecap='round'/><path d='M23.3 36 V65' stroke='%23e8e8e8' stroke-width='.8'/><circle cx='24' cy='20' r='16' fill='url(%23k)'/></svg>");
  border-radius: 0;
  box-shadow: none;
}
@supports not (-moz-appearance: none) {
  .karte.pin-zwecke.pin-blau::before, .karte.pin-zwecke.pin-blau.pin-zwei::after {
    backface-visibility: hidden;
  }
}
.karte.pin-zwecke.pin-blau::before, .karte.pin-zwecke.pin-blau.pin-zwei::after {
  content: "";
  position: absolute;
  z-index: 2;
  width: 30px;
  height: 45px;
  top: calc(var(--pin-oben, 1.5rem) - 41.25px);
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transform-origin: 50% 91.67%;
  transform: rotate(var(--neig, -14deg));
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='48' height='72' viewBox='0 0 48 72'><defs><linearGradient id='h' x1='0' x2='1'><stop offset='0' stop-color='%238fafdb'/><stop offset='.45' stop-color='%233b6fb6'/><stop offset='1' stop-color='%23264876'/></linearGradient></defs><circle cx='24' cy='66' r='3.8' fill='none' stroke='%23ffffff' stroke-width='1.4' opacity='.45'/><circle cx='24' cy='66' r='3' fill='%23000000' opacity='.6'/><path d='M12 6 H36 Q40 6 40 10 Q40 14 36 14 H33 L31 32 H36 Q41 32 41 38 Q41 44 36 44 H12 Q7 44 7 38 Q7 32 12 32 H17 L15 14 H12 Q8 14 8 10 Q8 6 12 6 Z' transform='translate(4 2) scale(1.04)' fill='%23000000' opacity='.09'/><path d='M12 6 H36 Q40 6 40 10 Q40 14 36 14 H33 L31 32 H36 Q41 32 41 38 Q41 44 36 44 H12 Q7 44 7 38 Q7 32 12 32 H17 L15 14 H12 Q8 14 8 10 Q8 6 12 6 Z' transform='translate(3.5 1.5)' fill='%23000000' opacity='.2'/><path d='M27.5 45 L24 66' stroke='%23000000' stroke-width='3' opacity='.08'/><path d='M27 45 L24 66' stroke='%23000000' stroke-width='1.6' opacity='.18'/><path d='M24 44 V66' stroke='%23707070' stroke-width='2.4' stroke-linecap='round'/><path d='M23.3 44 V65' stroke='%23e8e8e8' stroke-width='.8' stroke-linecap='round'/><path d='M12 6 H36 Q40 6 40 10 Q40 14 36 14 H33 L31 32 H36 Q41 32 41 38 Q41 44 36 44 H12 Q7 44 7 38 Q7 32 12 32 H17 L15 14 H12 Q8 14 8 10 Q8 6 12 6 Z' fill='url(%23h)'/><path d='M17 14 H31 L29.5 32 H18.5 Z' fill='%23000000' opacity='.12'/></svg>");
  border-radius: 0;
  box-shadow: none;
}
@supports not (-moz-appearance: none) {
  .karte.pin-nadel.pin-blau::before, .karte.pin-nadel.pin-blau.pin-zwei::after {
    backface-visibility: hidden;
  }
}
.karte.pin-nadel.pin-blau::before, .karte.pin-nadel.pin-blau.pin-zwei::after {
  content: "";
  position: absolute;
  z-index: 2;
  width: 30px;
  height: 45px;
  top: calc(var(--pin-oben, 1.5rem) - 41.25px);
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transform-origin: 50% 91.67%;
  transform: rotate(var(--neig, -14deg));
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='48' height='72' viewBox='0 0 48 72'><defs><radialGradient id='k' cx='.35' cy='.3' r='.75'><stop offset='0' stop-color='%23ffffff' stop-opacity='.95'/><stop offset='.25' stop-color='%238fafdb'/><stop offset='.65' stop-color='%233b6fb6'/><stop offset='1' stop-color='%23264876'/></radialGradient></defs><circle cx='24' cy='66' r='3.8' fill='none' stroke='%23ffffff' stroke-width='1.4' opacity='.45'/><circle cx='24' cy='66' r='3' fill='%23000000' opacity='.6'/><circle cx='28' cy='22' r='17' fill='%23000000' opacity='.09'/><circle cx='27.5' cy='21.5' r='16' fill='%23000000' opacity='.2'/><path d='M27.5 37 L24 66' stroke='%23000000' stroke-width='3' opacity='.08'/><path d='M27 37 L24 66' stroke='%23000000' stroke-width='1.6' opacity='.18'/><path d='M24 36 V66' stroke='%23707070' stroke-width='2.4' stroke-linecap='round'/><path d='M23.3 36 V65' stroke='%23e8e8e8' stroke-width='.8'/><circle cx='24' cy='20' r='16' fill='url(%23k)'/></svg>");
  border-radius: 0;
  box-shadow: none;
}
@supports not (-moz-appearance: none) {
  .karte.pin-zwecke.pin-gelb::before, .karte.pin-zwecke.pin-gelb.pin-zwei::after {
    backface-visibility: hidden;
  }
}
.karte.pin-zwecke.pin-gelb::before, .karte.pin-zwecke.pin-gelb.pin-zwei::after {
  content: "";
  position: absolute;
  z-index: 2;
  width: 30px;
  height: 45px;
  top: calc(var(--pin-oben, 1.5rem) - 41.25px);
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transform-origin: 50% 91.67%;
  transform: rotate(var(--neig, -14deg));
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='48' height='72' viewBox='0 0 48 72'><defs><linearGradient id='h' x1='0' x2='1'><stop offset='0' stop-color='%23f0d594'/><stop offset='.45' stop-color='%23e3b23c'/><stop offset='1' stop-color='%23a37a17'/></linearGradient></defs><circle cx='24' cy='66' r='3.8' fill='none' stroke='%23ffffff' stroke-width='1.4' opacity='.45'/><circle cx='24' cy='66' r='3' fill='%23000000' opacity='.6'/><path d='M12 6 H36 Q40 6 40 10 Q40 14 36 14 H33 L31 32 H36 Q41 32 41 38 Q41 44 36 44 H12 Q7 44 7 38 Q7 32 12 32 H17 L15 14 H12 Q8 14 8 10 Q8 6 12 6 Z' transform='translate(4 2) scale(1.04)' fill='%23000000' opacity='.09'/><path d='M12 6 H36 Q40 6 40 10 Q40 14 36 14 H33 L31 32 H36 Q41 32 41 38 Q41 44 36 44 H12 Q7 44 7 38 Q7 32 12 32 H17 L15 14 H12 Q8 14 8 10 Q8 6 12 6 Z' transform='translate(3.5 1.5)' fill='%23000000' opacity='.2'/><path d='M27.5 45 L24 66' stroke='%23000000' stroke-width='3' opacity='.08'/><path d='M27 45 L24 66' stroke='%23000000' stroke-width='1.6' opacity='.18'/><path d='M24 44 V66' stroke='%23707070' stroke-width='2.4' stroke-linecap='round'/><path d='M23.3 44 V65' stroke='%23e8e8e8' stroke-width='.8' stroke-linecap='round'/><path d='M12 6 H36 Q40 6 40 10 Q40 14 36 14 H33 L31 32 H36 Q41 32 41 38 Q41 44 36 44 H12 Q7 44 7 38 Q7 32 12 32 H17 L15 14 H12 Q8 14 8 10 Q8 6 12 6 Z' fill='url(%23h)'/><path d='M17 14 H31 L29.5 32 H18.5 Z' fill='%23000000' opacity='.12'/></svg>");
  border-radius: 0;
  box-shadow: none;
}
@supports not (-moz-appearance: none) {
  .karte.pin-nadel.pin-gelb::before, .karte.pin-nadel.pin-gelb.pin-zwei::after {
    backface-visibility: hidden;
  }
}
.karte.pin-nadel.pin-gelb::before, .karte.pin-nadel.pin-gelb.pin-zwei::after {
  content: "";
  position: absolute;
  z-index: 2;
  width: 30px;
  height: 45px;
  top: calc(var(--pin-oben, 1.5rem) - 41.25px);
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transform-origin: 50% 91.67%;
  transform: rotate(var(--neig, -14deg));
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='48' height='72' viewBox='0 0 48 72'><defs><radialGradient id='k' cx='.35' cy='.3' r='.75'><stop offset='0' stop-color='%23ffffff' stop-opacity='.95'/><stop offset='.25' stop-color='%23f0d594'/><stop offset='.65' stop-color='%23e3b23c'/><stop offset='1' stop-color='%23a37a17'/></radialGradient></defs><circle cx='24' cy='66' r='3.8' fill='none' stroke='%23ffffff' stroke-width='1.4' opacity='.45'/><circle cx='24' cy='66' r='3' fill='%23000000' opacity='.6'/><circle cx='28' cy='22' r='17' fill='%23000000' opacity='.09'/><circle cx='27.5' cy='21.5' r='16' fill='%23000000' opacity='.2'/><path d='M27.5 37 L24 66' stroke='%23000000' stroke-width='3' opacity='.08'/><path d='M27 37 L24 66' stroke='%23000000' stroke-width='1.6' opacity='.18'/><path d='M24 36 V66' stroke='%23707070' stroke-width='2.4' stroke-linecap='round'/><path d='M23.3 36 V65' stroke='%23e8e8e8' stroke-width='.8'/><circle cx='24' cy='20' r='16' fill='url(%23k)'/></svg>");
  border-radius: 0;
  box-shadow: none;
}
.karte.pin-l.pin-l {
  --kipp: 1deg;
  --pin-oben: 2.5rem;
  --pin-platz: calc(2.5rem + 1.5rem);
  transform-origin: 2.5rem 2.5rem;
}
.karte.pin-l.pin-l::before {
  left: calc(2.5rem - 15px);
  right: auto;
  margin-left: 0;
  --neig: -22deg;
}
.karte.pin-l.pin-l::after {
  content: none;
}
.karte.pin-r.pin-r {
  --kipp: -1deg;
  --pin-oben: 2.5rem;
  --pin-platz: calc(2.5rem + 1.5rem);
  transform-origin: calc(100% - 2.5rem) 2.5rem;
}
.karte.pin-r.pin-r::before {
  left: auto;
  right: calc(2.5rem - 15px);
  margin-left: 0;
  --neig: 20deg;
}
.karte.pin-r.pin-r::after {
  content: none;
}
.karte.pin-m.pin-m {
  --kipp: 0deg;
  --pin-oben: 1.5rem;
  --pin-platz: calc(1.5rem + 1.5rem);
}
.karte.pin-m.pin-m::before {
  left: 50%;
  right: auto;
  margin-left: -15px;
  --neig: -12deg;
}
.karte.pin-m.pin-m::after {
  content: none;
}
.karte.pin-zwei.pin-zwei {
  --kipp: 0deg;
  --pin-oben: 1.5rem;
  --pin-platz: calc(1.5rem + 1.5rem);
}
.karte.pin-zwei.pin-zwei::before {
  left: calc(1.5rem - 15px);
  right: auto;
  margin-left: 0;
  --neig: -22deg;
}
.karte.pin-zwei.pin-zwei::after {
  left: auto;
  right: calc(1.5rem - 15px);
  margin-left: 0;
  --neig: 20deg;
}
.karte.pin-l-rot {
  --pinfarbe-l: #c9572e;
}
.karte.pin-r-rot {
  --pinfarbe-r: #c9572e;
}
@supports not (-moz-appearance: none) {
  .karte.pin-l-zwecke.pin-l-rot::before {
    backface-visibility: hidden;
  }
}
.karte.pin-l-zwecke.pin-l-rot::before {
  content: "";
  position: absolute;
  z-index: 2;
  width: 30px;
  height: 45px;
  top: calc(var(--pin-oben, 1.5rem) - 41.25px);
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transform-origin: 50% 91.67%;
  transform: rotate(var(--neig, -14deg));
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='48' height='72' viewBox='0 0 48 72'><defs><linearGradient id='h' x1='0' x2='1'><stop offset='0' stop-color='%23e4a189'/><stop offset='.45' stop-color='%23c9572e'/><stop offset='1' stop-color='%2383391e'/></linearGradient></defs><circle cx='24' cy='66' r='3.8' fill='none' stroke='%23ffffff' stroke-width='1.4' opacity='.45'/><circle cx='24' cy='66' r='3' fill='%23000000' opacity='.6'/><path d='M12 6 H36 Q40 6 40 10 Q40 14 36 14 H33 L31 32 H36 Q41 32 41 38 Q41 44 36 44 H12 Q7 44 7 38 Q7 32 12 32 H17 L15 14 H12 Q8 14 8 10 Q8 6 12 6 Z' transform='translate(4 2) scale(1.04)' fill='%23000000' opacity='.09'/><path d='M12 6 H36 Q40 6 40 10 Q40 14 36 14 H33 L31 32 H36 Q41 32 41 38 Q41 44 36 44 H12 Q7 44 7 38 Q7 32 12 32 H17 L15 14 H12 Q8 14 8 10 Q8 6 12 6 Z' transform='translate(3.5 1.5)' fill='%23000000' opacity='.2'/><path d='M27.5 45 L24 66' stroke='%23000000' stroke-width='3' opacity='.08'/><path d='M27 45 L24 66' stroke='%23000000' stroke-width='1.6' opacity='.18'/><path d='M24 44 V66' stroke='%23707070' stroke-width='2.4' stroke-linecap='round'/><path d='M23.3 44 V65' stroke='%23e8e8e8' stroke-width='.8' stroke-linecap='round'/><path d='M12 6 H36 Q40 6 40 10 Q40 14 36 14 H33 L31 32 H36 Q41 32 41 38 Q41 44 36 44 H12 Q7 44 7 38 Q7 32 12 32 H17 L15 14 H12 Q8 14 8 10 Q8 6 12 6 Z' fill='url(%23h)'/><path d='M17 14 H31 L29.5 32 H18.5 Z' fill='%23000000' opacity='.12'/></svg>");
  border-radius: 0;
  box-shadow: none;
}
@supports not (-moz-appearance: none) {
  .karte.pin-r-zwecke.pin-r-rot.pin-zwei::after {
    backface-visibility: hidden;
  }
}
.karte.pin-r-zwecke.pin-r-rot.pin-zwei::after {
  content: "";
  position: absolute;
  z-index: 2;
  width: 30px;
  height: 45px;
  top: calc(var(--pin-oben, 1.5rem) - 41.25px);
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transform-origin: 50% 91.67%;
  transform: rotate(var(--neig, -14deg));
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='48' height='72' viewBox='0 0 48 72'><defs><linearGradient id='h' x1='0' x2='1'><stop offset='0' stop-color='%23e4a189'/><stop offset='.45' stop-color='%23c9572e'/><stop offset='1' stop-color='%2383391e'/></linearGradient></defs><circle cx='24' cy='66' r='3.8' fill='none' stroke='%23ffffff' stroke-width='1.4' opacity='.45'/><circle cx='24' cy='66' r='3' fill='%23000000' opacity='.6'/><path d='M12 6 H36 Q40 6 40 10 Q40 14 36 14 H33 L31 32 H36 Q41 32 41 38 Q41 44 36 44 H12 Q7 44 7 38 Q7 32 12 32 H17 L15 14 H12 Q8 14 8 10 Q8 6 12 6 Z' transform='translate(4 2) scale(1.04)' fill='%23000000' opacity='.09'/><path d='M12 6 H36 Q40 6 40 10 Q40 14 36 14 H33 L31 32 H36 Q41 32 41 38 Q41 44 36 44 H12 Q7 44 7 38 Q7 32 12 32 H17 L15 14 H12 Q8 14 8 10 Q8 6 12 6 Z' transform='translate(3.5 1.5)' fill='%23000000' opacity='.2'/><path d='M27.5 45 L24 66' stroke='%23000000' stroke-width='3' opacity='.08'/><path d='M27 45 L24 66' stroke='%23000000' stroke-width='1.6' opacity='.18'/><path d='M24 44 V66' stroke='%23707070' stroke-width='2.4' stroke-linecap='round'/><path d='M23.3 44 V65' stroke='%23e8e8e8' stroke-width='.8' stroke-linecap='round'/><path d='M12 6 H36 Q40 6 40 10 Q40 14 36 14 H33 L31 32 H36 Q41 32 41 38 Q41 44 36 44 H12 Q7 44 7 38 Q7 32 12 32 H17 L15 14 H12 Q8 14 8 10 Q8 6 12 6 Z' fill='url(%23h)'/><path d='M17 14 H31 L29.5 32 H18.5 Z' fill='%23000000' opacity='.12'/></svg>");
  border-radius: 0;
  box-shadow: none;
}
@supports not (-moz-appearance: none) {
  .karte.pin-l-nadel.pin-l-rot::before {
    backface-visibility: hidden;
  }
}
.karte.pin-l-nadel.pin-l-rot::before {
  content: "";
  position: absolute;
  z-index: 2;
  width: 30px;
  height: 45px;
  top: calc(var(--pin-oben, 1.5rem) - 41.25px);
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transform-origin: 50% 91.67%;
  transform: rotate(var(--neig, -14deg));
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='48' height='72' viewBox='0 0 48 72'><defs><radialGradient id='k' cx='.35' cy='.3' r='.75'><stop offset='0' stop-color='%23ffffff' stop-opacity='.95'/><stop offset='.25' stop-color='%23e4a189'/><stop offset='.65' stop-color='%23c9572e'/><stop offset='1' stop-color='%2383391e'/></radialGradient></defs><circle cx='24' cy='66' r='3.8' fill='none' stroke='%23ffffff' stroke-width='1.4' opacity='.45'/><circle cx='24' cy='66' r='3' fill='%23000000' opacity='.6'/><circle cx='28' cy='22' r='17' fill='%23000000' opacity='.09'/><circle cx='27.5' cy='21.5' r='16' fill='%23000000' opacity='.2'/><path d='M27.5 37 L24 66' stroke='%23000000' stroke-width='3' opacity='.08'/><path d='M27 37 L24 66' stroke='%23000000' stroke-width='1.6' opacity='.18'/><path d='M24 36 V66' stroke='%23707070' stroke-width='2.4' stroke-linecap='round'/><path d='M23.3 36 V65' stroke='%23e8e8e8' stroke-width='.8'/><circle cx='24' cy='20' r='16' fill='url(%23k)'/></svg>");
  border-radius: 0;
  box-shadow: none;
}
@supports not (-moz-appearance: none) {
  .karte.pin-r-nadel.pin-r-rot.pin-zwei::after {
    backface-visibility: hidden;
  }
}
.karte.pin-r-nadel.pin-r-rot.pin-zwei::after {
  content: "";
  position: absolute;
  z-index: 2;
  width: 30px;
  height: 45px;
  top: calc(var(--pin-oben, 1.5rem) - 41.25px);
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transform-origin: 50% 91.67%;
  transform: rotate(var(--neig, -14deg));
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='48' height='72' viewBox='0 0 48 72'><defs><radialGradient id='k' cx='.35' cy='.3' r='.75'><stop offset='0' stop-color='%23ffffff' stop-opacity='.95'/><stop offset='.25' stop-color='%23e4a189'/><stop offset='.65' stop-color='%23c9572e'/><stop offset='1' stop-color='%2383391e'/></radialGradient></defs><circle cx='24' cy='66' r='3.8' fill='none' stroke='%23ffffff' stroke-width='1.4' opacity='.45'/><circle cx='24' cy='66' r='3' fill='%23000000' opacity='.6'/><circle cx='28' cy='22' r='17' fill='%23000000' opacity='.09'/><circle cx='27.5' cy='21.5' r='16' fill='%23000000' opacity='.2'/><path d='M27.5 37 L24 66' stroke='%23000000' stroke-width='3' opacity='.08'/><path d='M27 37 L24 66' stroke='%23000000' stroke-width='1.6' opacity='.18'/><path d='M24 36 V66' stroke='%23707070' stroke-width='2.4' stroke-linecap='round'/><path d='M23.3 36 V65' stroke='%23e8e8e8' stroke-width='.8'/><circle cx='24' cy='20' r='16' fill='url(%23k)'/></svg>");
  border-radius: 0;
  box-shadow: none;
}
.karte.pin-l-gruen {
  --pinfarbe-l: #2f6b4f;
}
.karte.pin-r-gruen {
  --pinfarbe-r: #2f6b4f;
}
@supports not (-moz-appearance: none) {
  .karte.pin-l-zwecke.pin-l-gruen::before {
    backface-visibility: hidden;
  }
}
.karte.pin-l-zwecke.pin-l-gruen::before {
  content: "";
  position: absolute;
  z-index: 2;
  width: 30px;
  height: 45px;
  top: calc(var(--pin-oben, 1.5rem) - 41.25px);
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transform-origin: 50% 91.67%;
  transform: rotate(var(--neig, -14deg));
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='48' height='72' viewBox='0 0 48 72'><defs><linearGradient id='h' x1='0' x2='1'><stop offset='0' stop-color='%2377c3a0'/><stop offset='.45' stop-color='%232f6b4f'/><stop offset='1' stop-color='%231f4633'/></linearGradient></defs><circle cx='24' cy='66' r='3.8' fill='none' stroke='%23ffffff' stroke-width='1.4' opacity='.45'/><circle cx='24' cy='66' r='3' fill='%23000000' opacity='.6'/><path d='M12 6 H36 Q40 6 40 10 Q40 14 36 14 H33 L31 32 H36 Q41 32 41 38 Q41 44 36 44 H12 Q7 44 7 38 Q7 32 12 32 H17 L15 14 H12 Q8 14 8 10 Q8 6 12 6 Z' transform='translate(4 2) scale(1.04)' fill='%23000000' opacity='.09'/><path d='M12 6 H36 Q40 6 40 10 Q40 14 36 14 H33 L31 32 H36 Q41 32 41 38 Q41 44 36 44 H12 Q7 44 7 38 Q7 32 12 32 H17 L15 14 H12 Q8 14 8 10 Q8 6 12 6 Z' transform='translate(3.5 1.5)' fill='%23000000' opacity='.2'/><path d='M27.5 45 L24 66' stroke='%23000000' stroke-width='3' opacity='.08'/><path d='M27 45 L24 66' stroke='%23000000' stroke-width='1.6' opacity='.18'/><path d='M24 44 V66' stroke='%23707070' stroke-width='2.4' stroke-linecap='round'/><path d='M23.3 44 V65' stroke='%23e8e8e8' stroke-width='.8' stroke-linecap='round'/><path d='M12 6 H36 Q40 6 40 10 Q40 14 36 14 H33 L31 32 H36 Q41 32 41 38 Q41 44 36 44 H12 Q7 44 7 38 Q7 32 12 32 H17 L15 14 H12 Q8 14 8 10 Q8 6 12 6 Z' fill='url(%23h)'/><path d='M17 14 H31 L29.5 32 H18.5 Z' fill='%23000000' opacity='.12'/></svg>");
  border-radius: 0;
  box-shadow: none;
}
@supports not (-moz-appearance: none) {
  .karte.pin-r-zwecke.pin-r-gruen.pin-zwei::after {
    backface-visibility: hidden;
  }
}
.karte.pin-r-zwecke.pin-r-gruen.pin-zwei::after {
  content: "";
  position: absolute;
  z-index: 2;
  width: 30px;
  height: 45px;
  top: calc(var(--pin-oben, 1.5rem) - 41.25px);
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transform-origin: 50% 91.67%;
  transform: rotate(var(--neig, -14deg));
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='48' height='72' viewBox='0 0 48 72'><defs><linearGradient id='h' x1='0' x2='1'><stop offset='0' stop-color='%2377c3a0'/><stop offset='.45' stop-color='%232f6b4f'/><stop offset='1' stop-color='%231f4633'/></linearGradient></defs><circle cx='24' cy='66' r='3.8' fill='none' stroke='%23ffffff' stroke-width='1.4' opacity='.45'/><circle cx='24' cy='66' r='3' fill='%23000000' opacity='.6'/><path d='M12 6 H36 Q40 6 40 10 Q40 14 36 14 H33 L31 32 H36 Q41 32 41 38 Q41 44 36 44 H12 Q7 44 7 38 Q7 32 12 32 H17 L15 14 H12 Q8 14 8 10 Q8 6 12 6 Z' transform='translate(4 2) scale(1.04)' fill='%23000000' opacity='.09'/><path d='M12 6 H36 Q40 6 40 10 Q40 14 36 14 H33 L31 32 H36 Q41 32 41 38 Q41 44 36 44 H12 Q7 44 7 38 Q7 32 12 32 H17 L15 14 H12 Q8 14 8 10 Q8 6 12 6 Z' transform='translate(3.5 1.5)' fill='%23000000' opacity='.2'/><path d='M27.5 45 L24 66' stroke='%23000000' stroke-width='3' opacity='.08'/><path d='M27 45 L24 66' stroke='%23000000' stroke-width='1.6' opacity='.18'/><path d='M24 44 V66' stroke='%23707070' stroke-width='2.4' stroke-linecap='round'/><path d='M23.3 44 V65' stroke='%23e8e8e8' stroke-width='.8' stroke-linecap='round'/><path d='M12 6 H36 Q40 6 40 10 Q40 14 36 14 H33 L31 32 H36 Q41 32 41 38 Q41 44 36 44 H12 Q7 44 7 38 Q7 32 12 32 H17 L15 14 H12 Q8 14 8 10 Q8 6 12 6 Z' fill='url(%23h)'/><path d='M17 14 H31 L29.5 32 H18.5 Z' fill='%23000000' opacity='.12'/></svg>");
  border-radius: 0;
  box-shadow: none;
}
@supports not (-moz-appearance: none) {
  .karte.pin-l-nadel.pin-l-gruen::before {
    backface-visibility: hidden;
  }
}
.karte.pin-l-nadel.pin-l-gruen::before {
  content: "";
  position: absolute;
  z-index: 2;
  width: 30px;
  height: 45px;
  top: calc(var(--pin-oben, 1.5rem) - 41.25px);
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transform-origin: 50% 91.67%;
  transform: rotate(var(--neig, -14deg));
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='48' height='72' viewBox='0 0 48 72'><defs><radialGradient id='k' cx='.35' cy='.3' r='.75'><stop offset='0' stop-color='%23ffffff' stop-opacity='.95'/><stop offset='.25' stop-color='%2377c3a0'/><stop offset='.65' stop-color='%232f6b4f'/><stop offset='1' stop-color='%231f4633'/></radialGradient></defs><circle cx='24' cy='66' r='3.8' fill='none' stroke='%23ffffff' stroke-width='1.4' opacity='.45'/><circle cx='24' cy='66' r='3' fill='%23000000' opacity='.6'/><circle cx='28' cy='22' r='17' fill='%23000000' opacity='.09'/><circle cx='27.5' cy='21.5' r='16' fill='%23000000' opacity='.2'/><path d='M27.5 37 L24 66' stroke='%23000000' stroke-width='3' opacity='.08'/><path d='M27 37 L24 66' stroke='%23000000' stroke-width='1.6' opacity='.18'/><path d='M24 36 V66' stroke='%23707070' stroke-width='2.4' stroke-linecap='round'/><path d='M23.3 36 V65' stroke='%23e8e8e8' stroke-width='.8'/><circle cx='24' cy='20' r='16' fill='url(%23k)'/></svg>");
  border-radius: 0;
  box-shadow: none;
}
@supports not (-moz-appearance: none) {
  .karte.pin-r-nadel.pin-r-gruen.pin-zwei::after {
    backface-visibility: hidden;
  }
}
.karte.pin-r-nadel.pin-r-gruen.pin-zwei::after {
  content: "";
  position: absolute;
  z-index: 2;
  width: 30px;
  height: 45px;
  top: calc(var(--pin-oben, 1.5rem) - 41.25px);
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transform-origin: 50% 91.67%;
  transform: rotate(var(--neig, -14deg));
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='48' height='72' viewBox='0 0 48 72'><defs><radialGradient id='k' cx='.35' cy='.3' r='.75'><stop offset='0' stop-color='%23ffffff' stop-opacity='.95'/><stop offset='.25' stop-color='%2377c3a0'/><stop offset='.65' stop-color='%232f6b4f'/><stop offset='1' stop-color='%231f4633'/></radialGradient></defs><circle cx='24' cy='66' r='3.8' fill='none' stroke='%23ffffff' stroke-width='1.4' opacity='.45'/><circle cx='24' cy='66' r='3' fill='%23000000' opacity='.6'/><circle cx='28' cy='22' r='17' fill='%23000000' opacity='.09'/><circle cx='27.5' cy='21.5' r='16' fill='%23000000' opacity='.2'/><path d='M27.5 37 L24 66' stroke='%23000000' stroke-width='3' opacity='.08'/><path d='M27 37 L24 66' stroke='%23000000' stroke-width='1.6' opacity='.18'/><path d='M24 36 V66' stroke='%23707070' stroke-width='2.4' stroke-linecap='round'/><path d='M23.3 36 V65' stroke='%23e8e8e8' stroke-width='.8'/><circle cx='24' cy='20' r='16' fill='url(%23k)'/></svg>");
  border-radius: 0;
  box-shadow: none;
}
.karte.pin-l-blau {
  --pinfarbe-l: #3b6fb6;
}
.karte.pin-r-blau {
  --pinfarbe-r: #3b6fb6;
}
@supports not (-moz-appearance: none) {
  .karte.pin-l-zwecke.pin-l-blau::before {
    backface-visibility: hidden;
  }
}
.karte.pin-l-zwecke.pin-l-blau::before {
  content: "";
  position: absolute;
  z-index: 2;
  width: 30px;
  height: 45px;
  top: calc(var(--pin-oben, 1.5rem) - 41.25px);
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transform-origin: 50% 91.67%;
  transform: rotate(var(--neig, -14deg));
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='48' height='72' viewBox='0 0 48 72'><defs><linearGradient id='h' x1='0' x2='1'><stop offset='0' stop-color='%238fafdb'/><stop offset='.45' stop-color='%233b6fb6'/><stop offset='1' stop-color='%23264876'/></linearGradient></defs><circle cx='24' cy='66' r='3.8' fill='none' stroke='%23ffffff' stroke-width='1.4' opacity='.45'/><circle cx='24' cy='66' r='3' fill='%23000000' opacity='.6'/><path d='M12 6 H36 Q40 6 40 10 Q40 14 36 14 H33 L31 32 H36 Q41 32 41 38 Q41 44 36 44 H12 Q7 44 7 38 Q7 32 12 32 H17 L15 14 H12 Q8 14 8 10 Q8 6 12 6 Z' transform='translate(4 2) scale(1.04)' fill='%23000000' opacity='.09'/><path d='M12 6 H36 Q40 6 40 10 Q40 14 36 14 H33 L31 32 H36 Q41 32 41 38 Q41 44 36 44 H12 Q7 44 7 38 Q7 32 12 32 H17 L15 14 H12 Q8 14 8 10 Q8 6 12 6 Z' transform='translate(3.5 1.5)' fill='%23000000' opacity='.2'/><path d='M27.5 45 L24 66' stroke='%23000000' stroke-width='3' opacity='.08'/><path d='M27 45 L24 66' stroke='%23000000' stroke-width='1.6' opacity='.18'/><path d='M24 44 V66' stroke='%23707070' stroke-width='2.4' stroke-linecap='round'/><path d='M23.3 44 V65' stroke='%23e8e8e8' stroke-width='.8' stroke-linecap='round'/><path d='M12 6 H36 Q40 6 40 10 Q40 14 36 14 H33 L31 32 H36 Q41 32 41 38 Q41 44 36 44 H12 Q7 44 7 38 Q7 32 12 32 H17 L15 14 H12 Q8 14 8 10 Q8 6 12 6 Z' fill='url(%23h)'/><path d='M17 14 H31 L29.5 32 H18.5 Z' fill='%23000000' opacity='.12'/></svg>");
  border-radius: 0;
  box-shadow: none;
}
@supports not (-moz-appearance: none) {
  .karte.pin-r-zwecke.pin-r-blau.pin-zwei::after {
    backface-visibility: hidden;
  }
}
.karte.pin-r-zwecke.pin-r-blau.pin-zwei::after {
  content: "";
  position: absolute;
  z-index: 2;
  width: 30px;
  height: 45px;
  top: calc(var(--pin-oben, 1.5rem) - 41.25px);
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transform-origin: 50% 91.67%;
  transform: rotate(var(--neig, -14deg));
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='48' height='72' viewBox='0 0 48 72'><defs><linearGradient id='h' x1='0' x2='1'><stop offset='0' stop-color='%238fafdb'/><stop offset='.45' stop-color='%233b6fb6'/><stop offset='1' stop-color='%23264876'/></linearGradient></defs><circle cx='24' cy='66' r='3.8' fill='none' stroke='%23ffffff' stroke-width='1.4' opacity='.45'/><circle cx='24' cy='66' r='3' fill='%23000000' opacity='.6'/><path d='M12 6 H36 Q40 6 40 10 Q40 14 36 14 H33 L31 32 H36 Q41 32 41 38 Q41 44 36 44 H12 Q7 44 7 38 Q7 32 12 32 H17 L15 14 H12 Q8 14 8 10 Q8 6 12 6 Z' transform='translate(4 2) scale(1.04)' fill='%23000000' opacity='.09'/><path d='M12 6 H36 Q40 6 40 10 Q40 14 36 14 H33 L31 32 H36 Q41 32 41 38 Q41 44 36 44 H12 Q7 44 7 38 Q7 32 12 32 H17 L15 14 H12 Q8 14 8 10 Q8 6 12 6 Z' transform='translate(3.5 1.5)' fill='%23000000' opacity='.2'/><path d='M27.5 45 L24 66' stroke='%23000000' stroke-width='3' opacity='.08'/><path d='M27 45 L24 66' stroke='%23000000' stroke-width='1.6' opacity='.18'/><path d='M24 44 V66' stroke='%23707070' stroke-width='2.4' stroke-linecap='round'/><path d='M23.3 44 V65' stroke='%23e8e8e8' stroke-width='.8' stroke-linecap='round'/><path d='M12 6 H36 Q40 6 40 10 Q40 14 36 14 H33 L31 32 H36 Q41 32 41 38 Q41 44 36 44 H12 Q7 44 7 38 Q7 32 12 32 H17 L15 14 H12 Q8 14 8 10 Q8 6 12 6 Z' fill='url(%23h)'/><path d='M17 14 H31 L29.5 32 H18.5 Z' fill='%23000000' opacity='.12'/></svg>");
  border-radius: 0;
  box-shadow: none;
}
@supports not (-moz-appearance: none) {
  .karte.pin-l-nadel.pin-l-blau::before {
    backface-visibility: hidden;
  }
}
.karte.pin-l-nadel.pin-l-blau::before {
  content: "";
  position: absolute;
  z-index: 2;
  width: 30px;
  height: 45px;
  top: calc(var(--pin-oben, 1.5rem) - 41.25px);
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transform-origin: 50% 91.67%;
  transform: rotate(var(--neig, -14deg));
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='48' height='72' viewBox='0 0 48 72'><defs><radialGradient id='k' cx='.35' cy='.3' r='.75'><stop offset='0' stop-color='%23ffffff' stop-opacity='.95'/><stop offset='.25' stop-color='%238fafdb'/><stop offset='.65' stop-color='%233b6fb6'/><stop offset='1' stop-color='%23264876'/></radialGradient></defs><circle cx='24' cy='66' r='3.8' fill='none' stroke='%23ffffff' stroke-width='1.4' opacity='.45'/><circle cx='24' cy='66' r='3' fill='%23000000' opacity='.6'/><circle cx='28' cy='22' r='17' fill='%23000000' opacity='.09'/><circle cx='27.5' cy='21.5' r='16' fill='%23000000' opacity='.2'/><path d='M27.5 37 L24 66' stroke='%23000000' stroke-width='3' opacity='.08'/><path d='M27 37 L24 66' stroke='%23000000' stroke-width='1.6' opacity='.18'/><path d='M24 36 V66' stroke='%23707070' stroke-width='2.4' stroke-linecap='round'/><path d='M23.3 36 V65' stroke='%23e8e8e8' stroke-width='.8'/><circle cx='24' cy='20' r='16' fill='url(%23k)'/></svg>");
  border-radius: 0;
  box-shadow: none;
}
@supports not (-moz-appearance: none) {
  .karte.pin-r-nadel.pin-r-blau.pin-zwei::after {
    backface-visibility: hidden;
  }
}
.karte.pin-r-nadel.pin-r-blau.pin-zwei::after {
  content: "";
  position: absolute;
  z-index: 2;
  width: 30px;
  height: 45px;
  top: calc(var(--pin-oben, 1.5rem) - 41.25px);
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transform-origin: 50% 91.67%;
  transform: rotate(var(--neig, -14deg));
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='48' height='72' viewBox='0 0 48 72'><defs><radialGradient id='k' cx='.35' cy='.3' r='.75'><stop offset='0' stop-color='%23ffffff' stop-opacity='.95'/><stop offset='.25' stop-color='%238fafdb'/><stop offset='.65' stop-color='%233b6fb6'/><stop offset='1' stop-color='%23264876'/></radialGradient></defs><circle cx='24' cy='66' r='3.8' fill='none' stroke='%23ffffff' stroke-width='1.4' opacity='.45'/><circle cx='24' cy='66' r='3' fill='%23000000' opacity='.6'/><circle cx='28' cy='22' r='17' fill='%23000000' opacity='.09'/><circle cx='27.5' cy='21.5' r='16' fill='%23000000' opacity='.2'/><path d='M27.5 37 L24 66' stroke='%23000000' stroke-width='3' opacity='.08'/><path d='M27 37 L24 66' stroke='%23000000' stroke-width='1.6' opacity='.18'/><path d='M24 36 V66' stroke='%23707070' stroke-width='2.4' stroke-linecap='round'/><path d='M23.3 36 V65' stroke='%23e8e8e8' stroke-width='.8'/><circle cx='24' cy='20' r='16' fill='url(%23k)'/></svg>");
  border-radius: 0;
  box-shadow: none;
}
.karte.pin-l-gelb {
  --pinfarbe-l: #e3b23c;
}
.karte.pin-r-gelb {
  --pinfarbe-r: #e3b23c;
}
@supports not (-moz-appearance: none) {
  .karte.pin-l-zwecke.pin-l-gelb::before {
    backface-visibility: hidden;
  }
}
.karte.pin-l-zwecke.pin-l-gelb::before {
  content: "";
  position: absolute;
  z-index: 2;
  width: 30px;
  height: 45px;
  top: calc(var(--pin-oben, 1.5rem) - 41.25px);
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transform-origin: 50% 91.67%;
  transform: rotate(var(--neig, -14deg));
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='48' height='72' viewBox='0 0 48 72'><defs><linearGradient id='h' x1='0' x2='1'><stop offset='0' stop-color='%23f0d594'/><stop offset='.45' stop-color='%23e3b23c'/><stop offset='1' stop-color='%23a37a17'/></linearGradient></defs><circle cx='24' cy='66' r='3.8' fill='none' stroke='%23ffffff' stroke-width='1.4' opacity='.45'/><circle cx='24' cy='66' r='3' fill='%23000000' opacity='.6'/><path d='M12 6 H36 Q40 6 40 10 Q40 14 36 14 H33 L31 32 H36 Q41 32 41 38 Q41 44 36 44 H12 Q7 44 7 38 Q7 32 12 32 H17 L15 14 H12 Q8 14 8 10 Q8 6 12 6 Z' transform='translate(4 2) scale(1.04)' fill='%23000000' opacity='.09'/><path d='M12 6 H36 Q40 6 40 10 Q40 14 36 14 H33 L31 32 H36 Q41 32 41 38 Q41 44 36 44 H12 Q7 44 7 38 Q7 32 12 32 H17 L15 14 H12 Q8 14 8 10 Q8 6 12 6 Z' transform='translate(3.5 1.5)' fill='%23000000' opacity='.2'/><path d='M27.5 45 L24 66' stroke='%23000000' stroke-width='3' opacity='.08'/><path d='M27 45 L24 66' stroke='%23000000' stroke-width='1.6' opacity='.18'/><path d='M24 44 V66' stroke='%23707070' stroke-width='2.4' stroke-linecap='round'/><path d='M23.3 44 V65' stroke='%23e8e8e8' stroke-width='.8' stroke-linecap='round'/><path d='M12 6 H36 Q40 6 40 10 Q40 14 36 14 H33 L31 32 H36 Q41 32 41 38 Q41 44 36 44 H12 Q7 44 7 38 Q7 32 12 32 H17 L15 14 H12 Q8 14 8 10 Q8 6 12 6 Z' fill='url(%23h)'/><path d='M17 14 H31 L29.5 32 H18.5 Z' fill='%23000000' opacity='.12'/></svg>");
  border-radius: 0;
  box-shadow: none;
}
@supports not (-moz-appearance: none) {
  .karte.pin-r-zwecke.pin-r-gelb.pin-zwei::after {
    backface-visibility: hidden;
  }
}
.karte.pin-r-zwecke.pin-r-gelb.pin-zwei::after {
  content: "";
  position: absolute;
  z-index: 2;
  width: 30px;
  height: 45px;
  top: calc(var(--pin-oben, 1.5rem) - 41.25px);
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transform-origin: 50% 91.67%;
  transform: rotate(var(--neig, -14deg));
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='48' height='72' viewBox='0 0 48 72'><defs><linearGradient id='h' x1='0' x2='1'><stop offset='0' stop-color='%23f0d594'/><stop offset='.45' stop-color='%23e3b23c'/><stop offset='1' stop-color='%23a37a17'/></linearGradient></defs><circle cx='24' cy='66' r='3.8' fill='none' stroke='%23ffffff' stroke-width='1.4' opacity='.45'/><circle cx='24' cy='66' r='3' fill='%23000000' opacity='.6'/><path d='M12 6 H36 Q40 6 40 10 Q40 14 36 14 H33 L31 32 H36 Q41 32 41 38 Q41 44 36 44 H12 Q7 44 7 38 Q7 32 12 32 H17 L15 14 H12 Q8 14 8 10 Q8 6 12 6 Z' transform='translate(4 2) scale(1.04)' fill='%23000000' opacity='.09'/><path d='M12 6 H36 Q40 6 40 10 Q40 14 36 14 H33 L31 32 H36 Q41 32 41 38 Q41 44 36 44 H12 Q7 44 7 38 Q7 32 12 32 H17 L15 14 H12 Q8 14 8 10 Q8 6 12 6 Z' transform='translate(3.5 1.5)' fill='%23000000' opacity='.2'/><path d='M27.5 45 L24 66' stroke='%23000000' stroke-width='3' opacity='.08'/><path d='M27 45 L24 66' stroke='%23000000' stroke-width='1.6' opacity='.18'/><path d='M24 44 V66' stroke='%23707070' stroke-width='2.4' stroke-linecap='round'/><path d='M23.3 44 V65' stroke='%23e8e8e8' stroke-width='.8' stroke-linecap='round'/><path d='M12 6 H36 Q40 6 40 10 Q40 14 36 14 H33 L31 32 H36 Q41 32 41 38 Q41 44 36 44 H12 Q7 44 7 38 Q7 32 12 32 H17 L15 14 H12 Q8 14 8 10 Q8 6 12 6 Z' fill='url(%23h)'/><path d='M17 14 H31 L29.5 32 H18.5 Z' fill='%23000000' opacity='.12'/></svg>");
  border-radius: 0;
  box-shadow: none;
}
@supports not (-moz-appearance: none) {
  .karte.pin-l-nadel.pin-l-gelb::before {
    backface-visibility: hidden;
  }
}
.karte.pin-l-nadel.pin-l-gelb::before {
  content: "";
  position: absolute;
  z-index: 2;
  width: 30px;
  height: 45px;
  top: calc(var(--pin-oben, 1.5rem) - 41.25px);
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transform-origin: 50% 91.67%;
  transform: rotate(var(--neig, -14deg));
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='48' height='72' viewBox='0 0 48 72'><defs><radialGradient id='k' cx='.35' cy='.3' r='.75'><stop offset='0' stop-color='%23ffffff' stop-opacity='.95'/><stop offset='.25' stop-color='%23f0d594'/><stop offset='.65' stop-color='%23e3b23c'/><stop offset='1' stop-color='%23a37a17'/></radialGradient></defs><circle cx='24' cy='66' r='3.8' fill='none' stroke='%23ffffff' stroke-width='1.4' opacity='.45'/><circle cx='24' cy='66' r='3' fill='%23000000' opacity='.6'/><circle cx='28' cy='22' r='17' fill='%23000000' opacity='.09'/><circle cx='27.5' cy='21.5' r='16' fill='%23000000' opacity='.2'/><path d='M27.5 37 L24 66' stroke='%23000000' stroke-width='3' opacity='.08'/><path d='M27 37 L24 66' stroke='%23000000' stroke-width='1.6' opacity='.18'/><path d='M24 36 V66' stroke='%23707070' stroke-width='2.4' stroke-linecap='round'/><path d='M23.3 36 V65' stroke='%23e8e8e8' stroke-width='.8'/><circle cx='24' cy='20' r='16' fill='url(%23k)'/></svg>");
  border-radius: 0;
  box-shadow: none;
}
@supports not (-moz-appearance: none) {
  .karte.pin-r-nadel.pin-r-gelb.pin-zwei::after {
    backface-visibility: hidden;
  }
}
.karte.pin-r-nadel.pin-r-gelb.pin-zwei::after {
  content: "";
  position: absolute;
  z-index: 2;
  width: 30px;
  height: 45px;
  top: calc(var(--pin-oben, 1.5rem) - 41.25px);
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transform-origin: 50% 91.67%;
  transform: rotate(var(--neig, -14deg));
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='48' height='72' viewBox='0 0 48 72'><defs><radialGradient id='k' cx='.35' cy='.3' r='.75'><stop offset='0' stop-color='%23ffffff' stop-opacity='.95'/><stop offset='.25' stop-color='%23f0d594'/><stop offset='.65' stop-color='%23e3b23c'/><stop offset='1' stop-color='%23a37a17'/></radialGradient></defs><circle cx='24' cy='66' r='3.8' fill='none' stroke='%23ffffff' stroke-width='1.4' opacity='.45'/><circle cx='24' cy='66' r='3' fill='%23000000' opacity='.6'/><circle cx='28' cy='22' r='17' fill='%23000000' opacity='.09'/><circle cx='27.5' cy='21.5' r='16' fill='%23000000' opacity='.2'/><path d='M27.5 37 L24 66' stroke='%23000000' stroke-width='3' opacity='.08'/><path d='M27 37 L24 66' stroke='%23000000' stroke-width='1.6' opacity='.18'/><path d='M24 36 V66' stroke='%23707070' stroke-width='2.4' stroke-linecap='round'/><path d='M23.3 36 V65' stroke='%23e8e8e8' stroke-width='.8'/><circle cx='24' cy='20' r='16' fill='url(%23k)'/></svg>");
  border-radius: 0;
  box-shadow: none;
}
@supports not (-moz-appearance: none) {
  .karte.pin-l-kugel.pin-l-kugel::before, .karte.pin-r-kugel.pin-zwei::after {
    backface-visibility: hidden;
  }
}
.karte.pin-l-kugel.pin-l-kugel::before, .karte.pin-r-kugel.pin-zwei::after {
  content: "";
  position: absolute;
  z-index: 2;
  width: 22px;
  height: 22px;
  top: calc(var(--pin-oben, 1.5rem) - 11px);
  transform: none;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45);
}
.karte.pin-l-kugel.pin-l-kugel::before {
  background: radial-gradient(circle at 35% 35%, #fff 0 2.5px, var(--pinfarbe-l) 4px, color-mix(in srgb, var(--pinfarbe-l) 70%, #000) 100%);
  left: calc(1.5rem - 11px);
}
.karte.pin-r-kugel.pin-zwei::after {
  background: radial-gradient(circle at 35% 35%, #fff 0 2.5px, var(--pinfarbe-r) 4px, color-mix(in srgb, var(--pinfarbe-r) 70%, #000) 100%);
  right: calc(1.5rem - 11px);
}
.karte.pin-kugel.pin-m::before {
  margin-left: -11px;
}
.karte.pin-kugel.pin-l::before, .karte.pin-kugel.pin-zwei::before {
  left: calc(var(--pin-links-abstand, 1.5rem) - 11px);
}
.karte.pin-kugel.pin-r::before, .karte.pin-kugel.pin-zwei::after {
  right: calc(var(--pin-rechts-abstand, 1.5rem) - 11px);
}
.karte.pin-kugel.pin-l {
  --pin-links-abstand: 2.5rem;
}
.karte.pin-kugel.pin-r {
  --pin-rechts-abstand: 2.5rem;
}
.karte > :last-child {
  margin-bottom: 0;
}
.karte--brief {
  max-width: 48rem;
  margin-inline: auto;
}
.karte--maxbreite {
  max-width: min(var(--maxbreite), 100%);
  margin-inline: auto;
}
.karte--versatz-l {
  transform: rotate(var(--kipp)) translateX(-2.5rem);
}
.karte--versatz-r {
  transform: rotate(var(--kipp)) translateX(2.5rem);
}
@media (max-width: 960px) {
  .karte--versatz-l, .karte--versatz-r {
    transform: rotate(var(--kipp));
  }
}
.karte--inhalt {
  width: fit-content;
  max-width: 100%;
  margin-inline: auto;
  padding-inline: clamp(1.5rem, 4vw, 3rem);
  padding-left: calc(var(--rand) + 1.5rem);
}
.karte--inhalt.pin-l.pin-l {
  --kipp: 2.5deg;
}
.karte--inhalt.pin-r.pin-r {
  --kipp: -2.5deg;
}
.karte--l {
  margin-inline: 12% auto;
}
.karte--m {
  margin-inline: auto;
}
.karte--r {
  margin-inline: auto 12%;
}
@media (max-width: 700px) {
  .karte--l, .karte--r {
    margin-inline: auto;
  }
}

@supports (-moz-appearance: none) {
  .karteikarte {
    filter: drop-shadow(0 0 0 transparent);
    opacity: 0.999;
    will-change: transform;
  }
}
.karteikarte {
  position: relative;
  background: linear-gradient(to bottom, transparent 0, var(--farbe-thema) 1.5px, var(--farbe-thema) 10px, var(--farbe-flaeche) 11.5px);
  border-radius: 2px;
  padding: 6px 0 0;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
  color: var(--farbe-text);
  width: fit-content;
  max-width: 100%;
  margin-inline: 0;
  --kipp: 1.5deg;
  --hub: 0px;
  --aufrichten: 1;
  transform: translateY(var(--hub)) rotate(calc(var(--kipp) * var(--aufrichten)));
  transition: transform 0.2s ease-in, box-shadow 0.2s ease-in;
  transform-origin: 3.25rem 0;
}
.karteikarte:hover, .karteikarte:focus-within {
  --hub: -4px;
  --aufrichten: 0;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3);
}
@supports not (-moz-appearance: none) {
  .karteikarte::before, .karteikarte::after {
    backface-visibility: hidden;
  }
}
.karteikarte::before, .karteikarte::after {
  content: "";
  position: absolute;
  top: -0.7rem;
  width: 5rem;
  height: 1.4rem;
  background: rgba(255, 255, 255, 0.55);
  border: 0;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.15);
  z-index: 1;
  margin: 0;
  top: -0.7rem;
}
.karteikarte::after {
  content: none;
}
.karteikarte.streifen-l {
  --kipp: 1.5deg;
  transform-origin: 3.25rem 0;
}
.karteikarte.streifen-l::before {
  left: 0.75rem;
  right: auto;
  margin-left: 0;
  transform: rotate(-8deg);
}
.karteikarte.streifen-r {
  --kipp: -1.5deg;
  transform-origin: calc(100% - 3.25rem) 0;
}
.karteikarte.streifen-r::before {
  left: auto;
  right: 0.75rem;
  margin-left: 0;
  transform: rotate(7deg);
}
.karteikarte.streifen-m {
  --kipp: 0deg;
  transform-origin: 50% 0;
}
.karteikarte.streifen-m::before {
  left: 50%;
  right: auto;
  margin-left: -2.5rem;
  transform: rotate(3deg);
}
.karteikarte.streifen-zwei {
  --kipp: 0deg;
  transform-origin: 50% 0;
}
.karteikarte.streifen-zwei::before {
  left: 0.75rem;
  right: auto;
  margin-left: 0;
  transform: rotate(-8deg);
  left: 1.25rem;
  transform: rotate(-6deg);
}
.karteikarte.streifen-zwei::after {
  content: "";
  left: auto;
  right: 0.75rem;
  margin-left: 0;
  transform: rotate(7deg);
  right: 1.25rem;
  transform: rotate(6deg);
}
.karteikarte.streifen-ecke-l {
  --kipp: 0.8deg;
  transform-origin: 0 0;
}
.karteikarte.streifen-ecke-l::before {
  top: calc(calc((0px + 12px + 0.7rem) / 1.4142135624) - 0.7rem);
  left: calc(calc((0px + 12px + 0.7rem) / 1.4142135624) - 2.5rem);
  right: auto;
  margin-left: 0;
  transform: rotate(-45deg);
}
.karteikarte.streifen-ecke-r {
  --kipp: -0.8deg;
  transform-origin: 100% 0;
}
.karteikarte.streifen-ecke-r::before {
  top: calc(calc((0px + 12px + 0.7rem) / 1.4142135624) - 0.7rem);
  left: auto;
  right: calc(calc((0px + 12px + 0.7rem) / 1.4142135624) - 2.5rem);
  margin-left: 0;
  transform: rotate(45deg);
}
.karteikarte.streifen-ecken {
  --kipp: -1deg;
}
.karteikarte.streifen-ecken::before {
  top: calc(calc((0px + 12px + 0.7rem) / 1.4142135624) - 0.7rem);
  left: calc(calc((0px + 12px + 0.7rem) / 1.4142135624) - 2.5rem);
  right: auto;
  margin-left: 0;
  transform: rotate(-45deg);
}
.karteikarte.streifen-ecken::after {
  content: "";
  top: auto;
  bottom: calc(calc((0px + 12px + 0.7rem) / 1.4142135624) - 0.7rem);
  right: calc(calc((0px + 12px + 0.7rem) / 1.4142135624) - 2.5rem);
  left: auto;
  margin-left: 0;
  transform: rotate(-45deg);
}
.karteikarte.streifen-ecken-oben {
  --kipp: 0deg;
  transform-origin: 50% 0;
}
.karteikarte.streifen-ecken-oben::before {
  top: calc(calc((0px + 12px + 0.7rem) / 1.4142135624) - 0.7rem);
  left: calc(calc((0px + 12px + 0.7rem) / 1.4142135624) - 2.5rem);
  right: auto;
  margin-left: 0;
  transform: rotate(-45deg);
}
.karteikarte.streifen-ecken-oben::after {
  content: "";
  top: calc(calc((0px + 12px + 0.7rem) / 1.4142135624) - 0.7rem);
  left: auto;
  right: calc(calc((0px + 12px + 0.7rem) / 1.4142135624) - 2.5rem);
  margin-left: 0;
  transform: rotate(45deg);
}
.karteikarte::before {
  left: 0.75rem;
  right: auto;
  margin-left: 0;
  transform: rotate(-8deg);
}
.karteikarte.streifen-zwei:hover, .karteikarte.streifen-zwei:focus-within, .karteikarte.streifen-ecken:hover, .karteikarte.streifen-ecken:focus-within, .karteikarte.streifen-ecken-oben:hover, .karteikarte.streifen-ecken-oben:focus-within {
  --hub: 0px;
  --aufrichten: 1;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
}
.karteikarte--maxbreite {
  max-width: min(var(--maxbreite), 100%);
}
.karteikarte--l {
  margin-inline: 12% auto;
}
.karteikarte--m {
  margin-inline: auto;
}
.karteikarte--r {
  margin-inline: auto 12%;
}
@media (max-width: 700px) {
  .karteikarte--l, .karteikarte--r {
    margin-inline: auto;
  }
}
.karteikarte__link {
  display: block;
  height: 100%;
  color: inherit;
  text-decoration: none;
}
.karteikarte__link:hover, .karteikarte__link:focus-visible {
  color: inherit;
}
@supports not (-moz-appearance: none) {
  .karteikarte > .bild,
  .karteikarte > .karteikarte__link > .bild,
  .karteikarte > .figur > .bild,
  .karteikarte > .karteikarte__link > .teaser > .bild,
  .karteikarte > .teaser > .bild {
    backface-visibility: hidden;
  }
}
.karteikarte > .bild,
.karteikarte > .karteikarte__link > .bild,
.karteikarte > .figur > .bild,
.karteikarte > .karteikarte__link > .teaser > .bild,
.karteikarte > .teaser > .bild {
  margin-top: -6px;
  border-radius: 0;
  -webkit-mask-image: linear-gradient(to bottom, transparent 6px, #000 8px);
  mask-image: linear-gradient(to bottom, transparent 6px, #000 8px);
}
@supports not (-moz-appearance: none) {
  .karteikarte:has(> .bild:only-child), .karteikarte:has(> .karteikarte__link > .bild:only-child) {
    backface-visibility: hidden;
  }
}

:is(.spalten, .spalten__spalte) > .karteikarte {
  width: auto;
  margin-inline: 0;
}

.spalten > .karteikarte:where(:nth-child(3n+2):not([class*=streifen-])) {
  --kipp: 0deg;
  transform-origin: 50% 0;
}
.spalten > .karteikarte:where(:nth-child(3n+2):not([class*=streifen-]))::before {
  left: 50%;
  right: auto;
  margin-left: -2.5rem;
  transform: rotate(3deg);
}
.spalten > .karteikarte:where(:nth-child(3n):not([class*=streifen-])) {
  --kipp: -1.5deg;
  transform-origin: calc(100% - 3.25rem) 0;
}
.spalten > .karteikarte:where(:nth-child(3n):not([class*=streifen-]))::before {
  left: auto;
  right: 0.75rem;
  margin-left: 0;
  transform: rotate(7deg);
}

.spalten__spalte:nth-child(3n+1) > .karteikarte:where(:not([class*=streifen-])):where(:nth-child(3n+2)),
.spalten__spalte:nth-child(3n+2) > .karteikarte:where(:not([class*=streifen-])):where(:nth-child(3n+1)),
.spalten__spalte:nth-child(3n) > .karteikarte:where(:not([class*=streifen-])):where(:nth-child(3n)) {
  --kipp: 0deg;
  transform-origin: 50% 0;
}
.spalten__spalte:nth-child(3n+1) > .karteikarte:where(:not([class*=streifen-])):where(:nth-child(3n+2))::before,
.spalten__spalte:nth-child(3n+2) > .karteikarte:where(:not([class*=streifen-])):where(:nth-child(3n+1))::before,
.spalten__spalte:nth-child(3n) > .karteikarte:where(:not([class*=streifen-])):where(:nth-child(3n))::before {
  left: 50%;
  right: auto;
  margin-left: -2.5rem;
  transform: rotate(3deg);
}

.spalten__spalte:nth-child(3n+1) > .karteikarte:where(:not([class*=streifen-])):where(:nth-child(3n)),
.spalten__spalte:nth-child(3n+2) > .karteikarte:where(:not([class*=streifen-])):where(:nth-child(3n+2)),
.spalten__spalte:nth-child(3n) > .karteikarte:where(:not([class*=streifen-])):where(:nth-child(3n+1)) {
  --kipp: -1.5deg;
  transform-origin: calc(100% - 3.25rem) 0;
}
.spalten__spalte:nth-child(3n+1) > .karteikarte:where(:not([class*=streifen-])):where(:nth-child(3n))::before,
.spalten__spalte:nth-child(3n+2) > .karteikarte:where(:not([class*=streifen-])):where(:nth-child(3n+2))::before,
.spalten__spalte:nth-child(3n) > .karteikarte:where(:not([class*=streifen-])):where(:nth-child(3n+1))::before {
  left: auto;
  right: 0.75rem;
  margin-left: 0;
  transform: rotate(7deg);
}

:root,
[data-theme=tafel] {
  --wellenrahmen: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='176' height='176' viewBox='0 0 176 176'><path d='M40 8 C57.5 8 70.5 20 88 20 C105.5 20 118.5 8 136 8 A32 32 0 0 1 168 40 C168 57.5 156 70.5 156 88 C156 105.5 168 118.5 168 136 A32 32 0 0 1 136 168 C118.5 168 105.5 156 88 156 C70.5 156 57.5 168 40 168 A32 32 0 0 1 8 136 C8 118.5 20 105.5 20 88 C20 70.5 8 57.5 8 40 A32 32 0 0 1 40 8 Z' fill='%23fdfbf5' stroke='%23abc1b3' stroke-width='5' stroke-linejoin='round'/></svg>");
  --wellenrahmen-akzent: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='176' height='176' viewBox='0 0 176 176'><path d='M40 8 C57.5 8 70.5 20 88 20 C105.5 20 118.5 8 136 8 A32 32 0 0 1 168 40 C168 57.5 156 70.5 156 88 C156 105.5 168 118.5 168 136 A32 32 0 0 1 136 168 C118.5 168 105.5 156 88 156 C70.5 156 57.5 168 40 168 A32 32 0 0 1 8 136 C8 118.5 20 105.5 20 88 C20 70.5 8 57.5 8 40 A32 32 0 0 1 40 8 Z' fill='%23fdfbf5' stroke='%23c9572e' stroke-width='5' stroke-linejoin='round'/></svg>");
  --wellenrahmen-akzent-blass: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='176' height='176' viewBox='0 0 176 176'><path d='M40 8 C57.5 8 70.5 20 88 20 C105.5 20 118.5 8 136 8 A32 32 0 0 1 168 40 C168 57.5 156 70.5 156 88 C156 105.5 168 118.5 168 136 A32 32 0 0 1 136 168 C118.5 168 105.5 156 88 156 C70.5 156 57.5 168 40 168 A32 32 0 0 1 8 136 C8 118.5 20 105.5 20 88 C20 70.5 8 57.5 8 40 A32 32 0 0 1 40 8 Z' fill='%23fdfbf5' stroke='%23e8b9a5' stroke-width='5' stroke-linejoin='round'/></svg>");
}

[data-theme=meer] {
  --wellenrahmen: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='176' height='176' viewBox='0 0 176 176'><path d='M40 8 C57.5 8 70.5 20 88 20 C105.5 20 118.5 8 136 8 A32 32 0 0 1 168 40 C168 57.5 156 70.5 156 88 C156 105.5 168 118.5 168 136 A32 32 0 0 1 136 168 C118.5 168 105.5 156 88 156 C70.5 156 57.5 168 40 168 A32 32 0 0 1 8 136 C8 118.5 20 105.5 20 88 C20 70.5 8 57.5 8 40 A32 32 0 0 1 40 8 Z' fill='%23fbfcfa' stroke='%23a9bdc7' stroke-width='5' stroke-linejoin='round'/></svg>");
  --wellenrahmen-akzent: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='176' height='176' viewBox='0 0 176 176'><path d='M40 8 C57.5 8 70.5 20 88 20 C105.5 20 118.5 8 136 8 A32 32 0 0 1 168 40 C168 57.5 156 70.5 156 88 C156 105.5 168 118.5 168 136 A32 32 0 0 1 136 168 C118.5 168 105.5 156 88 156 C70.5 156 57.5 168 40 168 A32 32 0 0 1 8 136 C8 118.5 20 105.5 20 88 C20 70.5 8 57.5 8 40 A32 32 0 0 1 40 8 Z' fill='%23fbfcfa' stroke='%23c9962f' stroke-width='5' stroke-linejoin='round'/></svg>");
  --wellenrahmen-akzent-blass: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='176' height='176' viewBox='0 0 176 176'><path d='M40 8 C57.5 8 70.5 20 88 20 C105.5 20 118.5 8 136 8 A32 32 0 0 1 168 40 C168 57.5 156 70.5 156 88 C156 105.5 168 118.5 168 136 A32 32 0 0 1 136 168 C118.5 168 105.5 156 88 156 C70.5 156 57.5 168 40 168 A32 32 0 0 1 8 136 C8 118.5 20 105.5 20 88 C20 70.5 8 57.5 8 40 A32 32 0 0 1 40 8 Z' fill='%23fbfcfa' stroke='%23e7d3a9' stroke-width='5' stroke-linejoin='round'/></svg>");
}

[data-theme=wueste] {
  --wellenrahmen: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='176' height='176' viewBox='0 0 176 176'><path d='M40 8 C57.5 8 70.5 20 88 20 C105.5 20 118.5 8 136 8 A32 32 0 0 1 168 40 C168 57.5 156 70.5 156 88 C156 105.5 168 118.5 168 136 A32 32 0 0 1 136 168 C118.5 168 105.5 156 88 156 C70.5 156 57.5 168 40 168 A32 32 0 0 1 8 136 C8 118.5 20 105.5 20 88 C20 70.5 8 57.5 8 40 A32 32 0 0 1 40 8 Z' fill='%23fdfaf3' stroke='%23e8b9a4' stroke-width='5' stroke-linejoin='round'/></svg>");
  --wellenrahmen-akzent: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='176' height='176' viewBox='0 0 176 176'><path d='M40 8 C57.5 8 70.5 20 88 20 C105.5 20 118.5 8 136 8 A32 32 0 0 1 168 40 C168 57.5 156 70.5 156 88 C156 105.5 168 118.5 168 136 A32 32 0 0 1 136 168 C118.5 168 105.5 156 88 156 C70.5 156 57.5 168 40 168 A32 32 0 0 1 8 136 C8 118.5 20 105.5 20 88 C20 70.5 8 57.5 8 40 A32 32 0 0 1 40 8 Z' fill='%23fdfaf3' stroke='%231e8f8a' stroke-width='5' stroke-linejoin='round'/></svg>");
  --wellenrahmen-akzent-blass: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='176' height='176' viewBox='0 0 176 176'><path d='M40 8 C57.5 8 70.5 20 88 20 C105.5 20 118.5 8 136 8 A32 32 0 0 1 168 40 C168 57.5 156 70.5 156 88 C156 105.5 168 118.5 168 136 A32 32 0 0 1 136 168 C118.5 168 105.5 156 88 156 C70.5 156 57.5 168 40 168 A32 32 0 0 1 8 136 C8 118.5 20 105.5 20 88 C20 70.5 8 57.5 8 40 A32 32 0 0 1 40 8 Z' fill='%23fdfaf3' stroke='%23a4cfc9' stroke-width='5' stroke-linejoin='round'/></svg>");
}

@supports (-moz-appearance: none) {
  .wellenkarte {
    filter: drop-shadow(0 0 0 transparent);
    opacity: 0.999;
    will-change: transform;
  }
}
.wellenkarte {
  position: relative;
  --rand: var(--wellenrahmen);
  border: 40px solid transparent;
  border-image: var(--rand) 40 fill/40px round;
  padding: 1.25rem;
  text-align: left;
}
.wellenkarte--akzent {
  --rand: var(--wellenrahmen-akzent);
}
.wellenkarte--akzent-blass {
  --rand: var(--wellenrahmen-akzent-blass);
}
.wellenkarte--maxbreite {
  max-width: min(var(--maxbreite), 100%);
  margin-inline: auto;
}
.wellenkarte {
  --kipp: 0deg;
  transform: rotate(var(--kipp));
  transform-origin: 50% 0;
}
.wellenkarte__schatten {
  position: absolute;
  inset: -40px;
  z-index: -1;
  border: 40px solid transparent;
  border-image: var(--rand) 40 fill/40px round;
  filter: drop-shadow(0 6px 8px rgba(0, 0, 0, 0.28));
  pointer-events: none;
}
.wellenkarte > :not(.wellenkarte__schatten) + * {
  margin-top: 1.5rem;
}
.wellenkarte > :is(p, ul, ol):not([class]) {
  max-width: 46rem;
}
.wellenkarte > :is(p, ul, ol):not([class]) + :is(p, ul, ol):not([class]) {
  margin-top: 0;
}
.wellenkarte .titel + * {
  margin-top: 0.5rem;
}
.wellenkarte > :last-child {
  margin-bottom: 0;
}
@supports not (-moz-appearance: none) {
  .wellenkarte::before, .wellenkarte::after {
    backface-visibility: hidden;
  }
}
.wellenkarte::before, .wellenkarte::after {
  content: "";
  position: absolute;
  top: -0.7rem;
  width: 6rem;
  height: 1.5rem;
  background: rgba(255, 255, 255, 0.55);
  border: 0;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.15);
  z-index: 1;
  margin: 0;
  top: calc(-32px - 0.7rem);
}
.wellenkarte::after {
  content: none;
}
.wellenkarte.streifen-l {
  --kipp: 1.5deg;
  transform-origin: 3.25rem 0;
}
.wellenkarte.streifen-l::before {
  left: 0.75rem;
  right: auto;
  margin-left: 0;
  transform: rotate(-8deg);
}
.wellenkarte.streifen-r {
  --kipp: -1.5deg;
  transform-origin: calc(100% - 3.25rem) 0;
}
.wellenkarte.streifen-r::before {
  left: auto;
  right: 0.75rem;
  margin-left: 0;
  transform: rotate(7deg);
}
.wellenkarte.streifen-m {
  --kipp: 0deg;
  transform-origin: 50% 0;
}
.wellenkarte.streifen-m::before {
  left: 50%;
  right: auto;
  margin-left: -3rem;
  transform: rotate(3deg);
}
.wellenkarte.streifen-zwei {
  --kipp: 0deg;
  transform-origin: 50% 0;
}
.wellenkarte.streifen-zwei::before {
  left: 0.75rem;
  right: auto;
  margin-left: 0;
  transform: rotate(-8deg);
  left: 1.25rem;
  transform: rotate(-6deg);
}
.wellenkarte.streifen-zwei::after {
  content: "";
  left: auto;
  right: 0.75rem;
  margin-left: 0;
  transform: rotate(7deg);
  right: 1.25rem;
  transform: rotate(6deg);
}
.wellenkarte.streifen-ecke-l {
  --kipp: 0.8deg;
  transform-origin: 0 0;
}
.wellenkarte.streifen-ecke-l::before {
  top: calc(calc((-34.5px + 12px + 0.75rem) / 1.4142135624) - 0.75rem);
  left: calc(calc((-34.5px + 12px + 0.75rem) / 1.4142135624) - 3rem);
  right: auto;
  margin-left: 0;
  transform: rotate(-45deg);
}
.wellenkarte.streifen-ecke-r {
  --kipp: -0.8deg;
  transform-origin: 100% 0;
}
.wellenkarte.streifen-ecke-r::before {
  top: calc(calc((-34.5px + 12px + 0.75rem) / 1.4142135624) - 0.75rem);
  left: auto;
  right: calc(calc((-34.5px + 12px + 0.75rem) / 1.4142135624) - 3rem);
  margin-left: 0;
  transform: rotate(45deg);
}
.wellenkarte.streifen-ecken {
  --kipp: -1deg;
}
.wellenkarte.streifen-ecken::before {
  top: calc(calc((-34.5px + 12px + 0.75rem) / 1.4142135624) - 0.75rem);
  left: calc(calc((-34.5px + 12px + 0.75rem) / 1.4142135624) - 3rem);
  right: auto;
  margin-left: 0;
  transform: rotate(-45deg);
}
.wellenkarte.streifen-ecken::after {
  content: "";
  top: auto;
  bottom: calc(calc((-34.5px + 12px + 0.75rem) / 1.4142135624) - 0.75rem);
  right: calc(calc((-34.5px + 12px + 0.75rem) / 1.4142135624) - 3rem);
  left: auto;
  margin-left: 0;
  transform: rotate(-45deg);
}
.wellenkarte.streifen-ecken-oben {
  --kipp: 0deg;
  transform-origin: 50% 0;
}
.wellenkarte.streifen-ecken-oben::before {
  top: calc(calc((-34.5px + 12px + 0.75rem) / 1.4142135624) - 0.75rem);
  left: calc(calc((-34.5px + 12px + 0.75rem) / 1.4142135624) - 3rem);
  right: auto;
  margin-left: 0;
  transform: rotate(-45deg);
}
.wellenkarte.streifen-ecken-oben::after {
  content: "";
  top: calc(calc((-34.5px + 12px + 0.75rem) / 1.4142135624) - 0.75rem);
  left: auto;
  right: calc(calc((-34.5px + 12px + 0.75rem) / 1.4142135624) - 3rem);
  margin-left: 0;
  transform: rotate(45deg);
}
.wellenkarte::before {
  left: 50%;
  right: auto;
  margin-left: -3rem;
  transform: rotate(3deg);
}
.wellenkarte--l {
  margin-inline: 12% auto;
}
.wellenkarte--m {
  margin-inline: auto;
}
.wellenkarte--r {
  margin-inline: auto 12%;
}
@media (max-width: 700px) {
  .wellenkarte--l, .wellenkarte--r {
    margin-inline: auto;
  }
}

.spalten > .wellenkarte:where(:nth-child(3n+1):not([class*=streifen-])) {
  --kipp: 0.8deg;
  transform-origin: 0 0;
}
.spalten > .wellenkarte:where(:nth-child(3n+1):not([class*=streifen-]))::before {
  top: calc(calc((-34.5px + 12px + 0.75rem) / 1.4142135624) - 0.75rem);
  left: calc(calc((-34.5px + 12px + 0.75rem) / 1.4142135624) - 3rem);
  right: auto;
  margin-left: 0;
  transform: rotate(-45deg);
}
.spalten > .wellenkarte:where(:nth-child(3n+2):not([class*=streifen-])) {
  --kipp: -1.1deg;
  transform-origin: 100% 0;
}
.spalten > .wellenkarte:where(:nth-child(3n+2):not([class*=streifen-]))::before {
  top: calc(calc((-34.5px + 12px + 0.75rem) / 1.4142135624) - 0.75rem);
  left: auto;
  right: calc(calc((-34.5px + 12px + 0.75rem) / 1.4142135624) - 3rem);
  margin-left: 0;
  transform: rotate(45deg);
}
.spalten > .wellenkarte:where(:nth-child(3n+2):not([class*=streifen-])) {
  margin-top: 1.5rem;
}

.spalten__spalte:nth-child(3n+1) > .wellenkarte:where(:not([class*=streifen-])):where(:nth-child(3n+1)),
.spalten__spalte:nth-child(3n+2) > .wellenkarte:where(:not([class*=streifen-])):where(:nth-child(3n)),
.spalten__spalte:nth-child(3n) > .wellenkarte:where(:not([class*=streifen-])):where(:nth-child(3n+2)) {
  --kipp: 0.8deg;
  transform-origin: 0 0;
}
.spalten__spalte:nth-child(3n+1) > .wellenkarte:where(:not([class*=streifen-])):where(:nth-child(3n+1))::before,
.spalten__spalte:nth-child(3n+2) > .wellenkarte:where(:not([class*=streifen-])):where(:nth-child(3n))::before,
.spalten__spalte:nth-child(3n) > .wellenkarte:where(:not([class*=streifen-])):where(:nth-child(3n+2))::before {
  top: calc(calc((-34.5px + 12px + 0.75rem) / 1.4142135624) - 0.75rem);
  left: calc(calc((-34.5px + 12px + 0.75rem) / 1.4142135624) - 3rem);
  right: auto;
  margin-left: 0;
  transform: rotate(-45deg);
}

.spalten__spalte:nth-child(3n+1) > .wellenkarte:where(:not([class*=streifen-])):where(:nth-child(3n+2)),
.spalten__spalte:nth-child(3n+2) > .wellenkarte:where(:not([class*=streifen-])):where(:nth-child(3n+1)),
.spalten__spalte:nth-child(3n) > .wellenkarte:where(:not([class*=streifen-])):where(:nth-child(3n)) {
  --kipp: -1.1deg;
  transform-origin: 100% 0;
}
.spalten__spalte:nth-child(3n+1) > .wellenkarte:where(:not([class*=streifen-])):where(:nth-child(3n+2))::before,
.spalten__spalte:nth-child(3n+2) > .wellenkarte:where(:not([class*=streifen-])):where(:nth-child(3n+1))::before,
.spalten__spalte:nth-child(3n) > .wellenkarte:where(:not([class*=streifen-])):where(:nth-child(3n))::before {
  top: calc(calc((-34.5px + 12px + 0.75rem) / 1.4142135624) - 0.75rem);
  left: auto;
  right: calc(calc((-34.5px + 12px + 0.75rem) / 1.4142135624) - 3rem);
  margin-left: 0;
  transform: rotate(45deg);
}

.spalten__spalte:nth-child(3n+2) > .wellenkarte:where(:not([class*=streifen-])):where(:first-child) {
  margin-top: 1.5rem;
}

@supports (-moz-appearance: none) {
  .haftnotiz {
    filter: drop-shadow(0 0 0 transparent);
    opacity: 0.999;
    will-change: transform;
  }
}
.haftnotiz {
  width: fit-content;
  max-width: min(40rem, 100%);
  margin-inline: auto;
  padding: 1.25rem 1.5rem;
}
.haftnotiz--maxbreite {
  max-width: min(var(--maxbreite), 100%);
}
.haftnotiz > * + * {
  margin-top: 1rem;
}
.haftnotiz > :is(p, ul, ol):not([class]) {
  max-width: 46rem;
}
.haftnotiz > :is(p, ul, ol):not([class]) + :is(p, ul, ol):not([class]) {
  margin-top: 0;
}
.haftnotiz {
  background: #f4dfa0;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
  --kipp: -0.8deg;
  transform: rotate(var(--kipp));
}
.haftnotiz:where(:nth-of-type(even)) {
  --kipp: 1deg;
}
.haftnotiz .titel {
  margin: 0;
  font-size: 1.15rem;
  color: var(--farbe-text);
}
.haftnotiz > :last-child {
  margin-bottom: 0;
}
.haftnotiz--l {
  margin-inline: 12% auto;
}
.haftnotiz--m {
  margin-inline: auto;
}
.haftnotiz--r {
  margin-inline: auto 12%;
}
@media (max-width: 700px) {
  .haftnotiz--l, .haftnotiz--r {
    margin-inline: auto;
  }
}

.karte .haftnotiz:where(:not(.haftnotiz--m):not(.haftnotiz--r)) {
  margin-inline: 0 auto;
}

@supports (-moz-appearance: none) {
  .zettel {
    filter: drop-shadow(0 0 0 transparent);
    opacity: 0.999;
    will-change: transform;
  }
}
.zettel {
  position: relative;
  width: fit-content;
  max-width: min(32rem, 100%);
  margin-inline: auto;
}
.zettel--maxbreite {
  max-width: min(var(--maxbreite), 100%);
}
.zettel {
  --zettel-oben: 0.9rem;
  padding: var(--zettel-oben) 1.4rem;
}
.zettel:where(:not([class*=streifen-])), .zettel.streifen-ecken, .zettel.streifen-ecke-l, .zettel.streifen-ecke-r {
  padding-inline: calc(calc((12px + 1.4rem) * 1.4142135624) - var(--zettel-oben) + 2px);
}
.zettel:has(> :first-child:not(p)) {
  padding-top: 1.2rem;
}
.zettel:has(> :last-child:not(p)) {
  padding-bottom: 1.2rem;
}
.zettel {
  text-align: center;
  background: linear-gradient(160deg, #f9f4e7, #f1e8d3);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
  --kipp: -1deg;
  transform: rotate(var(--kipp));
}
@supports not (-moz-appearance: none) {
  .zettel::before, .zettel::after {
    backface-visibility: hidden;
  }
}
.zettel::before, .zettel::after {
  content: "";
  position: absolute;
  top: -0.7rem;
  width: 5rem;
  height: 1.4rem;
  background: rgba(255, 255, 255, 0.55);
  border: 0;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.15);
  z-index: 1;
  margin: 0;
  top: -0.7rem;
}
.zettel::after {
  content: none;
}
.zettel.streifen-l {
  --kipp: 1.5deg;
  transform-origin: 3.25rem 0;
}
.zettel.streifen-l::before {
  left: 0.75rem;
  right: auto;
  margin-left: 0;
  transform: rotate(-8deg);
}
.zettel.streifen-r {
  --kipp: -1.5deg;
  transform-origin: calc(100% - 3.25rem) 0;
}
.zettel.streifen-r::before {
  left: auto;
  right: 0.75rem;
  margin-left: 0;
  transform: rotate(7deg);
}
.zettel.streifen-m {
  --kipp: 0deg;
  transform-origin: 50% 0;
}
.zettel.streifen-m::before {
  left: 50%;
  right: auto;
  margin-left: -2.5rem;
  transform: rotate(3deg);
}
.zettel.streifen-zwei {
  --kipp: 0deg;
  transform-origin: 50% 0;
}
.zettel.streifen-zwei::before {
  left: 0.75rem;
  right: auto;
  margin-left: 0;
  transform: rotate(-8deg);
  left: 1.25rem;
  transform: rotate(-6deg);
}
.zettel.streifen-zwei::after {
  content: "";
  left: auto;
  right: 0.75rem;
  margin-left: 0;
  transform: rotate(7deg);
  right: 1.25rem;
  transform: rotate(6deg);
}
.zettel.streifen-ecke-l {
  --kipp: 0.8deg;
  transform-origin: 0 0;
}
.zettel.streifen-ecke-l::before {
  top: calc(calc((0px + 12px + 0.7rem) / 1.4142135624) - 0.7rem);
  left: calc(calc((0px + 12px + 0.7rem) / 1.4142135624) - 2.5rem);
  right: auto;
  margin-left: 0;
  transform: rotate(-45deg);
}
.zettel.streifen-ecke-r {
  --kipp: -0.8deg;
  transform-origin: 100% 0;
}
.zettel.streifen-ecke-r::before {
  top: calc(calc((0px + 12px + 0.7rem) / 1.4142135624) - 0.7rem);
  left: auto;
  right: calc(calc((0px + 12px + 0.7rem) / 1.4142135624) - 2.5rem);
  margin-left: 0;
  transform: rotate(45deg);
}
.zettel.streifen-ecken {
  --kipp: -1deg;
}
.zettel.streifen-ecken::before {
  top: calc(calc((0px + 12px + 0.7rem) / 1.4142135624) - 0.7rem);
  left: calc(calc((0px + 12px + 0.7rem) / 1.4142135624) - 2.5rem);
  right: auto;
  margin-left: 0;
  transform: rotate(-45deg);
}
.zettel.streifen-ecken::after {
  content: "";
  top: auto;
  bottom: calc(calc((0px + 12px + 0.7rem) / 1.4142135624) - 0.7rem);
  right: calc(calc((0px + 12px + 0.7rem) / 1.4142135624) - 2.5rem);
  left: auto;
  margin-left: 0;
  transform: rotate(-45deg);
}
.zettel.streifen-ecken-oben {
  --kipp: 0deg;
  transform-origin: 50% 0;
}
.zettel.streifen-ecken-oben::before {
  top: calc(calc((0px + 12px + 0.7rem) / 1.4142135624) - 0.7rem);
  left: calc(calc((0px + 12px + 0.7rem) / 1.4142135624) - 2.5rem);
  right: auto;
  margin-left: 0;
  transform: rotate(-45deg);
}
.zettel.streifen-ecken-oben::after {
  content: "";
  top: calc(calc((0px + 12px + 0.7rem) / 1.4142135624) - 0.7rem);
  left: auto;
  right: calc(calc((0px + 12px + 0.7rem) / 1.4142135624) - 2.5rem);
  margin-left: 0;
  transform: rotate(45deg);
}
.zettel:where(:not([class*=streifen-]))::before {
  top: calc(calc((12px + 0.7rem) / 1.4142135624) - 0.7rem);
  left: calc(calc((12px + 0.7rem) / 1.4142135624) - 2.5rem);
  transform: rotate(-45deg);
}
.zettel:where(:not([class*=streifen-]))::after {
  content: "";
  top: auto;
  bottom: calc(calc((12px + 0.7rem) / 1.4142135624) - 0.7rem);
  right: calc(calc((12px + 0.7rem) / 1.4142135624) - 2.5rem);
  left: auto;
  transform: rotate(-45deg);
}
.zettel--l {
  margin-inline: 12% auto;
}
.zettel--m {
  margin-inline: auto;
}
.zettel--r {
  margin-inline: auto 12%;
}
@media (max-width: 700px) {
  .zettel--l, .zettel--r {
    margin-inline: auto;
  }
}
.zettel > :last-child {
  margin-bottom: 0;
}

.inhalt > .inhalt__innen > .titelschild + .zettel {
  margin-top: 1.75rem;
}

.tafel {
  max-width: 40rem;
  margin-inline: auto;
}
.tafel--maxbreite {
  max-width: min(var(--maxbreite), 100%);
}
.tafel--l {
  margin-inline: 12% auto;
}
.tafel--m {
  margin-inline: auto;
}
.tafel--r {
  margin-inline: auto 12%;
}
@media (max-width: 700px) {
  .tafel--l, .tafel--r {
    margin-inline: auto;
  }
}
.tafel {
  --kipp: 0deg;
  transform: rotate(var(--kipp));
  border: 6px solid transparent;
  border-radius: 4px;
  padding: 1.5rem 1.5rem 1.25rem;
  text-align: center;
  background: linear-gradient(to right, var(--farbe-holz) 6px, transparent 7.5px, transparent calc(100% - 7.5px), var(--farbe-holz) calc(100% - 6px)) border-box, linear-gradient(to bottom, var(--farbe-holz) 6px, transparent 7.5px, transparent calc(100% - 7.5px), var(--farbe-holz) calc(100% - 6px)) border-box, radial-gradient(ellipse at center, transparent 55%, rgba(0, 0, 0, 0.25) 100%) border-box, linear-gradient(var(--farbe-tafel), var(--farbe-tafel)) border-box;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
  font-family: "Segoe Print", "Shantell Sans", "Bradley Hand ITC", "Comic Sans MS", cursive;
  color: #f4f1e8;
}
.tafel strong,
.tafel b,
.tafel h1, .tafel h2, .tafel h3 {
  color: inherit;
}
.tafel li::marker {
  color: var(--farbe-thema-hell);
}
.tafel > :last-child {
  margin-bottom: 0;
}
.tafel .zitat {
  padding: 0;
}
.tafel .zitat__zeile {
  color: inherit;
}
.tafel .zitat__quelle {
  color: var(--farbe-thema-hell);
}

@supports (-moz-appearance: none) {
  .aufkleber {
    filter: drop-shadow(0 0 0 transparent);
    opacity: 0.999;
    will-change: transform;
  }
}
.aufkleber {
  position: relative;
  display: inline-block;
  z-index: 3;
  max-width: calc(100% - 4rem);
  padding: 0.4rem 1.3rem;
  font-family: "Segoe Print", "Shantell Sans", "Bradley Hand ITC", "Comic Sans MS", cursive;
  font-size: 1.05rem;
  line-height: 1.25;
  text-align: center;
  color: #fff;
  background: var(--farbe-akzent);
  border-radius: 999px;
  box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.75), 0 0 0 1px rgba(0, 0, 0, 0.12);
  transform: rotate(-3deg);
}
.aufkleber--oben {
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0;
  transform: translate(-50%, -50%) rotate(-3deg);
}

.karte > .aufkleber--oben,
.karteikarte > .aufkleber--oben {
  margin: 0;
}

.karteikarte .aufkleber {
  margin: -0.4rem 1rem 0.9rem;
  max-width: calc(100% - 2rem);
  padding: 0.25rem 0.9rem;
  font-size: 0.85rem;
  transform: rotate(-2deg);
}

:root,
[data-theme=tafel] {
  --krepp-links: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 40' preserveAspectRatio='none'><defs><linearGradient id='s' x1='0' x2='1'><stop offset='0' stop-color='%23000000' stop-opacity='.08'/><stop offset='1' stop-color='%23000000' stop-opacity='0'/></linearGradient></defs><path d='M10 0 V40 H6 L0 34.4 L8 28.8 L2 22.4 L7 16 L1 9.6 L6 4 L5 0 Z' fill='%23f4dfa0'/><path d='M10 0 V40 H6 L0 34.4 L8 28.8 L2 22.4 L7 16 L1 9.6 L6 4 L5 0 Z' fill='url(%23s)'/></svg>");
  --krepp-rechts: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 40' preserveAspectRatio='none'><defs><linearGradient id='s' x1='1' x2='0'><stop offset='0' stop-color='%23000000' stop-opacity='.08'/><stop offset='1' stop-color='%23000000' stop-opacity='0'/></linearGradient></defs><path d='M0 0 V40 H5 L10 35.2 L1 29.6 L8 23.2 L2 16.8 L7 10.4 L10 4.8 L6 0 Z' fill='%23f4dfa0'/><path d='M0 0 V40 H5 L10 35.2 L1 29.6 L8 23.2 L2 16.8 L7 10.4 L10 4.8 L6 0 Z' fill='url(%23s)'/></svg>");
}

[data-theme=meer] {
  --krepp-links: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 40' preserveAspectRatio='none'><defs><linearGradient id='s' x1='0' x2='1'><stop offset='0' stop-color='%23000000' stop-opacity='.08'/><stop offset='1' stop-color='%23000000' stop-opacity='0'/></linearGradient></defs><path d='M10 0 V40 H6 L0 34.4 L8 28.8 L2 22.4 L7 16 L1 9.6 L6 4 L5 0 Z' fill='%23f1e8d3'/><path d='M10 0 V40 H6 L0 34.4 L8 28.8 L2 22.4 L7 16 L1 9.6 L6 4 L5 0 Z' fill='url(%23s)'/></svg>");
  --krepp-rechts: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 40' preserveAspectRatio='none'><defs><linearGradient id='s' x1='1' x2='0'><stop offset='0' stop-color='%23000000' stop-opacity='.08'/><stop offset='1' stop-color='%23000000' stop-opacity='0'/></linearGradient></defs><path d='M0 0 V40 H5 L10 35.2 L1 29.6 L8 23.2 L2 16.8 L7 10.4 L10 4.8 L6 0 Z' fill='%23f1e8d3'/><path d='M0 0 V40 H5 L10 35.2 L1 29.6 L8 23.2 L2 16.8 L7 10.4 L10 4.8 L6 0 Z' fill='url(%23s)'/></svg>");
}

[data-theme=wueste] {
  --krepp-links: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 40' preserveAspectRatio='none'><defs><linearGradient id='s' x1='0' x2='1'><stop offset='0' stop-color='%23000000' stop-opacity='.08'/><stop offset='1' stop-color='%23000000' stop-opacity='0'/></linearGradient></defs><path d='M10 0 V40 H6 L0 34.4 L8 28.8 L2 22.4 L7 16 L1 9.6 L6 4 L5 0 Z' fill='%23f4dfa0'/><path d='M10 0 V40 H6 L0 34.4 L8 28.8 L2 22.4 L7 16 L1 9.6 L6 4 L5 0 Z' fill='url(%23s)'/></svg>");
  --krepp-rechts: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 40' preserveAspectRatio='none'><defs><linearGradient id='s' x1='1' x2='0'><stop offset='0' stop-color='%23000000' stop-opacity='.08'/><stop offset='1' stop-color='%23000000' stop-opacity='0'/></linearGradient></defs><path d='M0 0 V40 H5 L10 35.2 L1 29.6 L8 23.2 L2 16.8 L7 10.4 L10 4.8 L6 0 Z' fill='%23f4dfa0'/><path d='M0 0 V40 H5 L10 35.2 L1 29.6 L8 23.2 L2 16.8 L7 10.4 L10 4.8 L6 0 Z' fill='url(%23s)'/></svg>");
}

.aufkleber--krepp {
  color: var(--farbe-akzent);
  background: var(--farbe-krepp);
  border-radius: 0;
  box-shadow: 0 0 0 1px var(--farbe-krepp);
  padding: 0.3rem 0.6rem;
}
.aufkleber--krepp::before, .aufkleber--krepp::after {
  content: "";
  position: absolute;
  top: -1px;
  bottom: -1px;
  width: 12px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.aufkleber--krepp::before {
  left: -11px;
  background-image: var(--krepp-links);
}
.aufkleber--krepp::after {
  right: -11px;
  background-image: var(--krepp-rechts);
}

.karteikarte .aufkleber--krepp {
  padding-inline: 0.6rem;
  margin-inline: calc(1rem + 11px);
  max-width: calc(100% - 2rem - 22px);
}

.titel {
  text-align: left;
  margin-inline: 0;
  margin-bottom: 1.25rem;
}
.titel--3 {
  font-size: 1.2rem;
  margin-bottom: 0.4rem;
}

.bildtext {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 1.5rem 2rem;
  margin-inline: 0;
}
.bildtext > .karteikarte {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
  margin: 0;
}
.bildtext > .karteikarte .bild {
  max-width: calc(100vw - 10rem);
}
.bildtext__text {
  flex: 1 1 20rem;
  text-align: left;
}
.bildtext__text > :last-child {
  margin-bottom: 0;
}
.bildtext--rechts > .karteikarte {
  order: 2;
}
@media (max-width: 700px) {
  .bildtext > .karteikarte, .bildtext--rechts > .karteikarte {
    order: 0;
  }
  .bildtext > .karteikarte .bild, .bildtext--rechts > .karteikarte .bild {
    max-width: 100%;
  }
  .bildtext__text {
    flex-basis: 100%;
  }
}

.bildtext + .bildtext {
  margin-top: 2rem;
}

.bild {
  display: block;
  max-width: 100%;
  height: auto;
}

.figur > .bild {
  width: 100%;
}
.figur__unterschrift {
  font-family: "Segoe Print", "Shantell Sans", "Bradley Hand ITC", "Comic Sans MS", cursive;
  font-size: 0.95rem;
  text-align: center;
  color: var(--farbe-text);
  padding: 0.6rem 1rem 0.75rem;
  margin: 0;
}

.zitat {
  margin-inline: 0;
  padding: 0.25rem 0;
  text-align: center;
}
.zitat__zeile {
  margin: 0;
  font-family: "Segoe Print", "Shantell Sans", "Bradley Hand ITC", "Comic Sans MS", cursive;
  font-size: clamp(1.2rem, 1rem + 1vw, 1.6rem);
  font-weight: 500;
  line-height: 1.35;
  color: var(--farbe-thema);
}
.zitat__zeile + .zitat__zeile {
  margin-top: 0.6em;
}
.zitat__zeile:last-of-type {
  margin-bottom: 1em;
}
.zitat__quelle {
  font-family: "Segoe Print", "Shantell Sans", "Bradley Hand ITC", "Comic Sans MS", cursive;
  font-size: 0.95rem;
  color: var(--farbe-text-gedeckt);
}
.zitat__quelle::before {
  content: "— ";
}

.hinweis {
  margin-bottom: 0;
  max-width: 32rem;
  text-align: center;
  font-family: "Segoe Print", "Shantell Sans", "Bradley Hand ITC", "Comic Sans MS", cursive;
  font-size: 1.15rem;
  color: var(--farbe-akzent);
}

.hervorhebung {
  margin-bottom: 0;
  text-align: center;
  font-family: "Segoe Print", "Shantell Sans", "Bradley Hand ITC", "Comic Sans MS", cursive;
  font-size: clamp(1.2rem, 1rem + 1vw, 1.6rem);
  font-weight: 600;
  color: var(--farbe-thema);
}

.slogan {
  margin-bottom: 0;
  text-align: center;
}
.slogan__zeile {
  margin: 0 0 0.3em;
  font-family: "Segoe Print", "Shantell Sans", "Bradley Hand ITC", "Comic Sans MS", cursive;
  font-size: clamp(1.3rem, 1rem + 1.4vw, 1.9rem);
  font-weight: 500;
  color: var(--farbe-thema);
}
.slogan__zeile:last-child {
  margin-bottom: 0;
}
.slogan__betont {
  color: var(--farbe-akzent);
  font-weight: 700;
}
.slogan__zeichen {
  margin-left: -0.1em;
  letter-spacing: -0.1em;
}

.teaser > .bild {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}
.teaser__name {
  display: block;
  padding: 0.9rem 1rem 0.2rem;
  font-family: "Segoe Print", "Shantell Sans", "Bradley Hand ITC", "Comic Sans MS", cursive;
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--farbe-thema);
}
.teaser__kurz {
  display: block;
  padding: 0 1rem 1rem;
  font-size: 0.95rem;
  color: var(--farbe-text-gedeckt);
}

.spalten {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(var(--spalte, 18rem), 100%), 1fr));
  align-items: start;
  gap: 2rem 2.5rem;
  margin-inline: 0;
}
.spalten--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (max-width: 700px) {
  .spalten--2 {
    grid-template-columns: 1fr;
  }
}
.spalten--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (max-width: 700px) {
  .spalten--3 {
    grid-template-columns: 1fr;
  }
}
.spalten--3.spalten--rest-mitte > :nth-child(3n+1):last-child {
  grid-column: 2;
}
@media (max-width: 700px) {
  .spalten--3.spalten--rest-mitte > :nth-child(3n+1):last-child {
    grid-column: auto;
  }
}
.spalten__spalte {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 2rem;
  min-width: 0;
}
@media (max-width: 700px) {
  .spalten--aufruecken > .spalten__spalte {
    display: contents;
  }
  .spalten--2.spalten--aufruecken > .spalten__spalte:nth-child(1) > :nth-child(1) {
    order: 1;
  }
  .spalten--2.spalten--aufruecken > .spalten__spalte:nth-child(1) > :nth-child(2) {
    order: 3;
  }
  .spalten--2.spalten--aufruecken > .spalten__spalte:nth-child(1) > :nth-child(3) {
    order: 5;
  }
  .spalten--2.spalten--aufruecken > .spalten__spalte:nth-child(1) > :nth-child(4) {
    order: 7;
  }
  .spalten--2.spalten--aufruecken > .spalten__spalte:nth-child(1) > :nth-child(5) {
    order: 9;
  }
  .spalten--2.spalten--aufruecken > .spalten__spalte:nth-child(1) > :nth-child(6) {
    order: 11;
  }
  .spalten--2.spalten--aufruecken > .spalten__spalte:nth-child(1) > :nth-child(7) {
    order: 13;
  }
  .spalten--2.spalten--aufruecken > .spalten__spalte:nth-child(1) > :nth-child(8) {
    order: 15;
  }
  .spalten--2.spalten--aufruecken > .spalten__spalte:nth-child(2) > :nth-child(1) {
    order: 2;
  }
  .spalten--2.spalten--aufruecken > .spalten__spalte:nth-child(2) > :nth-child(2) {
    order: 4;
  }
  .spalten--2.spalten--aufruecken > .spalten__spalte:nth-child(2) > :nth-child(3) {
    order: 6;
  }
  .spalten--2.spalten--aufruecken > .spalten__spalte:nth-child(2) > :nth-child(4) {
    order: 8;
  }
  .spalten--2.spalten--aufruecken > .spalten__spalte:nth-child(2) > :nth-child(5) {
    order: 10;
  }
  .spalten--2.spalten--aufruecken > .spalten__spalte:nth-child(2) > :nth-child(6) {
    order: 12;
  }
  .spalten--2.spalten--aufruecken > .spalten__spalte:nth-child(2) > :nth-child(7) {
    order: 14;
  }
  .spalten--2.spalten--aufruecken > .spalten__spalte:nth-child(2) > :nth-child(8) {
    order: 16;
  }
  .spalten--3.spalten--aufruecken > .spalten__spalte:nth-child(1) > :nth-child(1) {
    order: 1;
  }
  .spalten--3.spalten--aufruecken > .spalten__spalte:nth-child(1) > :nth-child(2) {
    order: 4;
  }
  .spalten--3.spalten--aufruecken > .spalten__spalte:nth-child(1) > :nth-child(3) {
    order: 7;
  }
  .spalten--3.spalten--aufruecken > .spalten__spalte:nth-child(1) > :nth-child(4) {
    order: 10;
  }
  .spalten--3.spalten--aufruecken > .spalten__spalte:nth-child(1) > :nth-child(5) {
    order: 13;
  }
  .spalten--3.spalten--aufruecken > .spalten__spalte:nth-child(1) > :nth-child(6) {
    order: 16;
  }
  .spalten--3.spalten--aufruecken > .spalten__spalte:nth-child(1) > :nth-child(7) {
    order: 19;
  }
  .spalten--3.spalten--aufruecken > .spalten__spalte:nth-child(1) > :nth-child(8) {
    order: 22;
  }
  .spalten--3.spalten--aufruecken > .spalten__spalte:nth-child(2) > :nth-child(1) {
    order: 2;
  }
  .spalten--3.spalten--aufruecken > .spalten__spalte:nth-child(2) > :nth-child(2) {
    order: 5;
  }
  .spalten--3.spalten--aufruecken > .spalten__spalte:nth-child(2) > :nth-child(3) {
    order: 8;
  }
  .spalten--3.spalten--aufruecken > .spalten__spalte:nth-child(2) > :nth-child(4) {
    order: 11;
  }
  .spalten--3.spalten--aufruecken > .spalten__spalte:nth-child(2) > :nth-child(5) {
    order: 14;
  }
  .spalten--3.spalten--aufruecken > .spalten__spalte:nth-child(2) > :nth-child(6) {
    order: 17;
  }
  .spalten--3.spalten--aufruecken > .spalten__spalte:nth-child(2) > :nth-child(7) {
    order: 20;
  }
  .spalten--3.spalten--aufruecken > .spalten__spalte:nth-child(2) > :nth-child(8) {
    order: 23;
  }
  .spalten--3.spalten--aufruecken > .spalten__spalte:nth-child(3) > :nth-child(1) {
    order: 3;
  }
  .spalten--3.spalten--aufruecken > .spalten__spalte:nth-child(3) > :nth-child(2) {
    order: 6;
  }
  .spalten--3.spalten--aufruecken > .spalten__spalte:nth-child(3) > :nth-child(3) {
    order: 9;
  }
  .spalten--3.spalten--aufruecken > .spalten__spalte:nth-child(3) > :nth-child(4) {
    order: 12;
  }
  .spalten--3.spalten--aufruecken > .spalten__spalte:nth-child(3) > :nth-child(5) {
    order: 15;
  }
  .spalten--3.spalten--aufruecken > .spalten__spalte:nth-child(3) > :nth-child(6) {
    order: 18;
  }
  .spalten--3.spalten--aufruecken > .spalten__spalte:nth-child(3) > :nth-child(7) {
    order: 21;
  }
  .spalten--3.spalten--aufruecken > .spalten__spalte:nth-child(3) > :nth-child(8) {
    order: 24;
  }
}

.presse {
  list-style: none;
  max-width: 46rem;
  margin-bottom: 0;
  padding: 0;
}
.presse__eintrag {
  padding: 0.9rem 0 1.1rem;
  background: var(--trenner) left calc(100% + 4px)/auto 18px repeat-x;
}
.presse__eintrag:last-child {
  background: none;
}
.presse__titel {
  display: block;
  font-family: "Segoe Print", "Shantell Sans", "Bradley Hand ITC", "Comic Sans MS", cursive;
  font-weight: 600;
}
.presse__meta {
  display: block;
  font-size: 0.95rem;
  color: var(--farbe-text-gedeckt);
}

.orga {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 0.4rem 1.25rem;
  margin-bottom: 1.5rem;
  max-width: 46rem;
  padding: 1.25rem;
  background: var(--trenner) left -4px/auto 18px repeat-x, var(--trenner) left calc(100% + 4px)/auto 18px repeat-x;
}
.orga__begriff {
  font-family: "Segoe Print", "Shantell Sans", "Bradley Hand ITC", "Comic Sans MS", cursive;
  font-weight: 700;
  color: var(--farbe-thema);
}
.orga__wert {
  margin: 0;
}
@media (max-width: 700px) {
  .orga {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .orga__wert {
    margin-bottom: 0.6rem;
  }
}

.logos > .karteikarte > .bild {
  max-height: 160px;
  width: auto;
  margin-inline: auto;
  padding: 1rem;
}

.info {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}
.info__zeile {
  display: flex;
  align-items: flex-start;
  gap: 0.9rem;
}
.info__zeile + .info__zeile {
  margin-top: 0.85rem;
}
@supports (-moz-appearance: none) {
  .info__zeile .icon {
    filter: drop-shadow(0 0 0 transparent);
    opacity: 0.999;
    will-change: transform;
  }
}
.info__zeile .icon {
  flex: 0 0 auto;
  width: 2.25rem;
  height: 2.25rem;
  padding: 0.5rem;
  border-radius: 50%;
  background: var(--farbe-flaeche);
  color: var(--farbe-thema);
}
.info__inhalt {
  padding-top: 0.35rem;
  line-height: 1.45;
  min-width: 0;
  overflow-wrap: anywhere;
}
.info__inhalt ul {
  list-style: disc;
  margin: 0.15rem 0 0;
  padding-left: 1.2em;
}
.info__beschriftung {
  display: block;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-weight: 700;
  color: var(--farbe-akzent);
}

@supports (-moz-appearance: none) {
  .knopf {
    filter: drop-shadow(0 0 0 transparent);
    opacity: 0.999;
    will-change: transform;
  }
}
.knopf {
  display: inline-block;
  color: var(--farbe-akzent);
  box-shadow: inset 0 0 0 2px var(--farbe-akzent);
  padding: calc(0.55em + 2px) calc(1.2em + 2px);
  border-radius: 4px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.9rem;
  font-weight: 700;
  transform: rotate(-1.5deg);
  transition: background 0.2s ease-in;
}
.knopf:hover, .knopf:focus-visible {
  background: var(--farbe-akzent);
  color: var(--farbe-flaeche);
}
.knopf--gefuellt {
  background: var(--farbe-akzent);
  color: var(--farbe-flaeche);
}
.knopf--gefuellt:hover, .knopf--gefuellt:focus-visible {
  background: color-mix(in srgb, var(--farbe-akzent) 82%, #000);
  color: var(--farbe-flaeche);
}

.knoepfe {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem 1rem;
  margin-bottom: 0;
}
