.wp-block-group.is-style-kopfleiste {
  position: absolute;
  z-index: 10;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: var(--wp--custom--kopf--hoehe);
  background-color: color-mix(in srgb, var(--wp--preset--color--wald) 26%, transparent);
  backdrop-filter: blur(var(--wp--custom--glas--weichzeichnung)) brightness(0.78) saturate(1.15);
  -webkit-backdrop-filter: blur(var(--wp--custom--glas--weichzeichnung)) brightness(0.78) saturate(1.15);
}
.wp-block-group.is-style-kopfleiste > * {
  flex: 1;
}
.editor-styles-wrapper .wp-block-group.is-style-kopfleiste {
  position: relative;
  background: var(--wp--preset--color--wald);
}
.wp-block-group.is-style-kopfleiste .wp-block-navigation-item__content {
  padding-block: 0.25em;
}
.wp-block-group.is-style-kopfleiste:has(.is-menu-open) {
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
.wp-block-group.is-style-kopfleiste .wp-block-site-logo img {
  max-height: calc(var(--wp--custom--kopf--hoehe) - 16px);
  width: auto;
}
@media (max-width: 979px) {
  .wp-block-group.is-style-kopfleiste .wp-block-site-logo img {
    width: 68px !important;
    height: auto !important;
  }
}

.wp-block-button__link {
  transition: transform var(--wp--custom--uebergang), box-shadow var(--wp--custom--uebergang), filter var(--wp--custom--uebergang);
}
.wp-block-button__link::before {
  transition: transform var(--wp--custom--uebergang);
}
.wp-block-button__link:hover, .wp-block-button__link:focus-visible {
  transform: translateY(-3px);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.22);
  filter: brightness(1.06);
}
.wp-block-button__link:hover::before, .wp-block-button__link:focus-visible::before {
  transform: translateX(4px);
}
.wp-block-button__link:active {
  transform: translateY(-1px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

@media (prefers-reduced-motion: reduce) {
  .wp-block-button__link,
  .wp-block-button__link::before {
    transition: none;
  }
  .wp-block-button__link:hover,
  .wp-block-button__link:focus-visible {
    transform: none;
  }
  .wp-block-button__link:hover::before,
  .wp-block-button__link:focus-visible::before {
    transform: none;
  }
}
.wp-block-button.is-style-mit-person .wp-block-button__link::before, .wp-block-button.is-style-mit-pfeil .wp-block-button__link::before {
  content: "";
  display: inline-block;
  flex: 0 0 auto;
  margin-right: 9px;
  vertical-align: middle;
  background: currentColor;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
}

.wp-block-button.is-style-mit-pfeil .wp-block-button__link::before {
  width: 34px;
  height: 18px;
  mask-image: url("../svg/finger.svg");
  -webkit-mask-image: url("../svg/finger.svg");
}

.wp-block-button.is-style-mit-person .wp-block-button__link::before {
  width: 18px;
  height: 20px;
  mask-image: url("../svg/person.svg");
  -webkit-mask-image: url("../svg/person.svg");
}

.wp-block-image.is-style-blatt-rechts {
  position: absolute;
  inset: 23% -8% auto auto;
  z-index: 0;
  width: clamp(300px, 51.5vw, 989px);
  margin: 0;
  opacity: 0.303;
  pointer-events: none;
}
.wp-block-image.is-style-blatt-rechts img {
  width: 100%;
  height: auto;
}

.wp-block-cover.is-style-bildbereich .wp-block-image.is-style-blatt-rechts {
  translate: clamp(0px, (145svh - 100vw) * 2, 13vw) 0;
}

.wp-block-group:has(> .wp-block-image[class*=is-style-blatt-kodex]) {
  overflow-x: clip;
}

.wp-block-image[class*=is-style-blatt-kodex] {
  position: absolute;
  z-index: 0;
  margin: 0;
  opacity: 0.303;
  pointer-events: none;
}
.wp-block-image[class*=is-style-blatt-kodex] img {
  width: 100%;
  height: auto;
}

.wp-block-image.is-style-blatt-kodex-oben {
  left: 69.6%;
  top: 5%;
  width: 52.6%;
}

.wp-block-image.is-style-blatt-kodex-unten {
  left: 72.7%;
  top: 34.5%;
  width: 59.7%;
}

.wp-block-image.is-blatt-gedreht img {
  transform: rotate(-30deg);
}

@media (max-width: 979px) {
  .wp-block-image.is-style-blatt-rechts,
  .wp-block-image[class*=is-style-blatt-kodex] {
    display: none;
  }
}
.wp-block-paragraph.is-style-augenbraue,
.wp-block-post-terms.is-style-augenbraue {
  display: flex;
  align-items: center;
  width: fit-content;
  backdrop-filter: blur(2px) brightness(1.14);
  -webkit-backdrop-filter: blur(2px) brightness(1.14);
}
.wp-block-paragraph.is-style-augenbraue::before,
.wp-block-post-terms.is-style-augenbraue::before {
  content: "";
  flex: 0 0 auto;
  width: 27px;
  height: 35px;
  margin-right: 12px;
  background: currentColor;
  mask: url("../svg/pille-blatt.svg") no-repeat center/contain;
  -webkit-mask: url("../svg/pille-blatt.svg") no-repeat center/contain;
}

.wp-block-post-terms.is-style-augenbraue a {
  color: inherit;
  text-decoration: none;
}
.wp-block-post-terms.is-style-augenbraue a:hover, .wp-block-post-terms.is-style-augenbraue a:focus-visible {
  text-decoration: underline;
}

:root {
  --welle-kachel: min(100vw, 1920px);
  --welle-hoehe: max(2.5rem, var(--welle-kachel) * 0.0526041667);
}

.is-style-welle-oben-1 {
  --welle-form: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 101' preserveAspectRatio='none'%3E%3Cpath fill='%23000' d='M0,3.8C0.8,3.8 1.7,3.8 2.5,3.8C112.6,3.9 220.4,26.8 329.6,37.7C380.7,42.8 432.1,45.8 483.4,44.4C516.2,43.6 548.8,41.3 581.3,37.0C670.7,25.3 759.6,0.0 850.5,7.0C927.2,12.9 999.5,41.3 1072.3,63.8C1147.6,87.0 1225.5,100.8 1304.4,93.0C1384.2,85.1 1453.2,64.8 1525.8,48.9C1647.1,22.3 1782.0,5.9 1920.0,3.8L1920,100.8L0,100.8Z'/%3E%3C/svg%3E");
}

.is-style-welle-oben-2 {
  --welle-form: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 101' preserveAspectRatio='none'%3E%3Cg transform='translate(1920,0) scale(-1,1)'%3E%3Cpath fill='%23000' d='M0,3.8C0.8,3.8 1.7,3.8 2.5,3.8C112.6,3.9 220.4,26.8 329.6,37.7C380.7,42.8 432.1,45.8 483.4,44.4C516.2,43.6 548.8,41.3 581.3,37.0C670.7,25.3 759.6,0.0 850.5,7.0C927.2,12.9 999.5,41.3 1072.3,63.8C1147.6,87.0 1225.5,100.8 1304.4,93.0C1384.2,85.1 1453.2,64.8 1525.8,48.9C1647.1,22.3 1782.0,5.9 1920.0,3.8L1920,100.8L0,100.8Z'/%3E%3C/g%3E%3C/svg%3E");
}

.is-style-welle-unten-1 {
  --welle-kante: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 101' preserveAspectRatio='none'%3E%3Cpath fill='%23000' d='M0,3.8C0.8,3.8 1.7,3.8 2.5,3.8C112.6,3.9 220.4,26.8 329.6,37.7C380.7,42.8 432.1,45.8 483.4,44.4C516.2,43.6 548.8,41.3 581.3,37.0C670.7,25.3 759.6,0.0 850.5,7.0C927.2,12.9 999.5,41.3 1072.3,63.8C1147.6,87.0 1225.5,100.8 1304.4,93.0C1384.2,85.1 1453.2,64.8 1525.8,48.9C1647.1,22.3 1782.0,5.9 1920.0,3.8L1920,0L0,0Z'/%3E%3C/svg%3E");
}

.is-style-welle-unten-2 {
  --welle-kante: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 101' preserveAspectRatio='none'%3E%3Cg transform='translate(1920,0) scale(-1,1)'%3E%3Cpath fill='%23000' d='M0,3.8C0.8,3.8 1.7,3.8 2.5,3.8C112.6,3.9 220.4,26.8 329.6,37.7C380.7,42.8 432.1,45.8 483.4,44.4C516.2,43.6 548.8,41.3 581.3,37.0C670.7,25.3 759.6,0.0 850.5,7.0C927.2,12.9 999.5,41.3 1072.3,63.8C1147.6,87.0 1225.5,100.8 1304.4,93.0C1384.2,85.1 1453.2,64.8 1525.8,48.9C1647.1,22.3 1782.0,5.9 1920.0,3.8L1920,0L0,0Z'/%3E%3C/g%3E%3C/svg%3E");
}

.wp-block-group[class*=is-style-welle-oben] {
  position: relative;
}
.wp-block-group[class*=is-style-welle-oben]::before {
  content: "";
  position: absolute;
  bottom: calc(100% - 1px);
  left: 0;
  right: 0;
  height: var(--welle-hoehe);
  background-color: inherit;
  pointer-events: none;
  -webkit-mask-image: var(--welle-form);
  mask-image: var(--welle-form);
  -webkit-mask-size: var(--welle-kachel) var(--welle-hoehe);
  mask-size: var(--welle-kachel) var(--welle-hoehe);
  -webkit-mask-repeat: repeat-x;
  mask-repeat: repeat-x;
  -webkit-mask-position: bottom left;
  mask-position: bottom left;
}

[class*=is-style-welle-unten] {
  -webkit-mask-image: linear-gradient(#000, #000), var(--welle-kante);
  mask-image: linear-gradient(#000, #000), var(--welle-kante);
  -webkit-mask-size: 100% calc(100% - var(--welle-hoehe) + 1px), var(--welle-kachel) var(--welle-hoehe);
  mask-size: 100% calc(100% - var(--welle-hoehe) + 1px), var(--welle-kachel) var(--welle-hoehe);
  -webkit-mask-position: top left, bottom left;
  mask-position: top left, bottom left;
  -webkit-mask-repeat: no-repeat, repeat-x;
  mask-repeat: no-repeat, repeat-x;
}

[class*=is-style-welle-unten]:empty {
  min-height: calc(var(--welle-hoehe) + 3vw);
}

.has-sektion-gradient-background[class*=is-style-welle-oben]::before,
.has-kodex-gradient-background[class*=is-style-welle-oben]::before {
  background-color: var(--wp--preset--color--oliv);
}

.wp-block-group.is-style-ueber-der-welle {
  position: relative;
  transform: translateY(calc(-1.75 * var(--welle-hoehe)));
}

@keyframes form-atmen {
  0%, 100% {
    transform: scale(1) translate(0, 0) rotate(0deg);
  }
  30% {
    transform: scale(1.02) translate(-1.2%, 1.4%) rotate(0.7deg);
  }
  60% {
    transform: scale(1.015) translate(1.1%, -1%) rotate(-0.5deg);
  }
}
@keyframes form-atmen-gegen {
  0%, 100% {
    transform: scale(1) translate(0, 0) rotate(0deg);
  }
  30% {
    transform: scale(0.98) translate(1.2%, -1.4%) rotate(-0.7deg);
  }
  60% {
    transform: scale(0.985) translate(-1.1%, 1%) rotate(0.5deg);
  }
}
.wp-block-image.is-style-form-karte {
  mask-image: url("data:image/svg+xml,<svg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201%201'%20preserveAspectRatio='none'><path%20fill='%23000'%20d='M0.03346%2C0.00016L0.96513%2C0.00801C0.98364%2C0.00816%200.99870%2C0.04668%200.99877%2C0.09404L0.99993%2C0.91437C1.00000%2C0.96173%200.98505%2C1.00000%200.96654%2C0.99984L0.03487%2C0.99199C0.01636%2C0.99184%200.00130%2C0.95332%200.00123%2C0.90596L0.00007%2C0.08563C0.00000%2C0.03827%200.01495%2C0.00000%200.03346%2C0.00016Z'/></svg>");
  -webkit-mask-image: url("data:image/svg+xml,<svg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201%201'%20preserveAspectRatio='none'><path%20fill='%23000'%20d='M0.03346%2C0.00016L0.96513%2C0.00801C0.98364%2C0.00816%200.99870%2C0.04668%200.99877%2C0.09404L0.99993%2C0.91437C1.00000%2C0.96173%200.98505%2C1.00000%200.96654%2C0.99984L0.03487%2C0.99199C0.01636%2C0.99184%200.00130%2C0.95332%200.00123%2C0.90596L0.00007%2C0.08563C0.00000%2C0.03827%200.01495%2C0.00000%200.03346%2C0.00016Z'/></svg>");
}

.wp-block-image.is-style-form-wurm {
  mask-image: url("data:image/svg+xml,<svg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201%201'%20preserveAspectRatio='none'><path%20fill='%23000'%20d='M0.52890%2C0.89125C0.58063%2C0.87381%200.62357%2C0.82584%200.63989%2C0.76733C0.65531%2C0.71206%200.64800%2C0.65016%200.66820%2C0.59693C0.69664%2C0.52198%200.77032%2C0.48494%200.81757%2C0.42352C0.88011%2C0.34221%200.88974%2C0.21391%200.84020%2C0.12171C0.79974%2C0.04640%200.72242%2C0.00009%200.64526%2C0.00000L0.64479%2C0.00000C0.62766%2C0.00002%200.61054%2C0.00232%200.59383%2C0.00710C0.53004%2C0.02532%200.47541%2C0.07556%200.43890%2C0.13780C0.41337%2C0.18136%200.39525%2C0.23174%200.36115%2C0.26691C0.28849%2C0.34192%200.17005%2C0.32337%200.08948%2C0.38708C0.01858%2C0.44316%20-0.00642%2C0.55809%200.02287%2C0.65050C0.05216%2C0.74293%200.11366%2C0.80172%200.19648%2C0.82959C0.20777%2C0.83340%200.22068%2C0.83540%200.23406%2C0.83613C0.29704%2C0.83954%200.35953%2C0.85233%200.41840%2C0.87808C0.44510%2C0.88977%200.47215%2C0.89616%200.49600%2C0.89616C0.50791%2C0.89616%200.51902%2C0.89457%200.52890%2C0.89125'/></svg>");
  -webkit-mask-image: url("data:image/svg+xml,<svg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201%201'%20preserveAspectRatio='none'><path%20fill='%23000'%20d='M0.52890%2C0.89125C0.58063%2C0.87381%200.62357%2C0.82584%200.63989%2C0.76733C0.65531%2C0.71206%200.64800%2C0.65016%200.66820%2C0.59693C0.69664%2C0.52198%200.77032%2C0.48494%200.81757%2C0.42352C0.88011%2C0.34221%200.88974%2C0.21391%200.84020%2C0.12171C0.79974%2C0.04640%200.72242%2C0.00009%200.64526%2C0.00000L0.64479%2C0.00000C0.62766%2C0.00002%200.61054%2C0.00232%200.59383%2C0.00710C0.53004%2C0.02532%200.47541%2C0.07556%200.43890%2C0.13780C0.41337%2C0.18136%200.39525%2C0.23174%200.36115%2C0.26691C0.28849%2C0.34192%200.17005%2C0.32337%200.08948%2C0.38708C0.01858%2C0.44316%20-0.00642%2C0.55809%200.02287%2C0.65050C0.05216%2C0.74293%200.11366%2C0.80172%200.19648%2C0.82959C0.20777%2C0.83340%200.22068%2C0.83540%200.23406%2C0.83613C0.29704%2C0.83954%200.35953%2C0.85233%200.41840%2C0.87808C0.44510%2C0.88977%200.47215%2C0.89616%200.49600%2C0.89616C0.50791%2C0.89616%200.51902%2C0.89457%200.52890%2C0.89125'/></svg>");
}

.wp-block-image.is-style-form-bluete {
  mask-image: url("data:image/svg+xml,<svg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201%201'%20preserveAspectRatio='none'><path%20fill='%23000'%20d='M0.77193%2C0.22890C0.82445%2C0.34233%200.83994%2C0.48651%200.81145%2C0.61330L0.81116%2C0.61457C0.80476%2C0.64275%200.79617%2C0.67006%200.78534%2C0.69596C0.72561%2C0.83874%200.60359%2C0.92938%200.48249%2C0.92092C0.44068%2C0.91798%200.39833%2C0.90351%200.36437%2C0.87038C0.33041%2C0.83725%200.30596%2C0.78357%200.30632%2C0.72693C0.30671%2C0.66721%200.33353%2C0.60919%200.32426%2C0.55080C0.31680%2C0.50375%200.28783%2C0.46934%200.26965%2C0.42799C0.24472%2C0.37125%200.23983%2C0.29816%200.25413%2C0.23449L0.25429%2C0.23377C0.26275%2C0.19657%200.27777%2C0.16262%200.29919%2C0.13711C0.38392%2C0.03621%200.50087%2C0.02116%200.60079%2C0.06251C0.67286%2C0.09233%200.73609%2C0.15148%200.77193%2C0.22890'/></svg>");
  -webkit-mask-image: url("data:image/svg+xml,<svg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201%201'%20preserveAspectRatio='none'><path%20fill='%23000'%20d='M0.77193%2C0.22890C0.82445%2C0.34233%200.83994%2C0.48651%200.81145%2C0.61330L0.81116%2C0.61457C0.80476%2C0.64275%200.79617%2C0.67006%200.78534%2C0.69596C0.72561%2C0.83874%200.60359%2C0.92938%200.48249%2C0.92092C0.44068%2C0.91798%200.39833%2C0.90351%200.36437%2C0.87038C0.33041%2C0.83725%200.30596%2C0.78357%200.30632%2C0.72693C0.30671%2C0.66721%200.33353%2C0.60919%200.32426%2C0.55080C0.31680%2C0.50375%200.28783%2C0.46934%200.26965%2C0.42799C0.24472%2C0.37125%200.23983%2C0.29816%200.25413%2C0.23449L0.25429%2C0.23377C0.26275%2C0.19657%200.27777%2C0.16262%200.29919%2C0.13711C0.38392%2C0.03621%200.50087%2C0.02116%200.60079%2C0.06251C0.67286%2C0.09233%200.73609%2C0.15148%200.77193%2C0.22890'/></svg>");
}

.wp-block-image[class*=is-style-form-] {
  overflow: hidden;
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
  mask-position: 50% 50%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  -webkit-mask-position: 50% 50%;
  animation: form-atmen var(--form-dauer, 17s) ease-in-out var(--form-versatz, 0s) infinite;
  will-change: transform;
}
.wp-block-image[class*=is-style-form-] img {
  display: block;
  width: 106%;
  height: 106%;
  margin: -3%;
  object-fit: cover;
  animation: form-atmen-gegen var(--form-dauer, 17s) ease-in-out var(--form-versatz, 0s) infinite;
  will-change: transform;
}

.wp-block-image.is-style-form-bluete {
  --form-dauer: 23s;
  --form-versatz: -6s;
}

.wp-block-image.is-style-form-karte {
  --form-dauer: 31s;
  --form-versatz: -11s;
}

@media (prefers-reduced-motion: reduce) {
  .wp-block-image[class*=is-style-form-],
  .wp-block-image[class*=is-style-form-] img {
    animation: none;
  }
}
.wp-block-paragraph.is-style-feld {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-right: auto;
}

.wp-block-details.is-style-mit-plus > summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--wp--preset--spacing--schmal);
  cursor: pointer;
  list-style: none;
  margin: calc(-1 * var(--wp--preset--spacing--klein)) calc(-1 * var(--wp--preset--spacing--schmal));
  padding: var(--wp--preset--spacing--klein) var(--wp--preset--spacing--schmal);
}
.wp-block-details.is-style-mit-plus > summary::-webkit-details-marker {
  display: none;
}
.wp-block-details.is-style-mit-plus > summary::marker {
  content: "";
}
.wp-block-details.is-style-mit-plus > summary::after {
  content: "";
  flex: 0 0 auto;
  width: 21px;
  height: 21px;
  background: currentColor;
  mask: url("../svg/plus.svg") no-repeat center/contain;
  -webkit-mask: url("../svg/plus.svg") no-repeat center/contain;
  transition: transform var(--wp--custom--uebergang);
}
.wp-block-details.is-style-mit-plus[open] > summary::after {
  transform: rotate(45deg);
}

@media (prefers-reduced-motion: reduce) {
  .wp-block-details.is-style-mit-plus > summary::after {
    transition: none;
  }
}
:root {
  --korn: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%27160%27%20height%3D%27160%27%3E%3Cfilter%20id%3D%27n%27%3E%3CfeTurbulence%20type%3D%27fractalNoise%27%20baseFrequency%3D%270.8%27%20numOctaves%3D%272%27%20stitchTiles%3D%27stitch%27%2F%3E%3CfeColorMatrix%20type%3D%27saturate%27%20values%3D%270%27%2F%3E%3C%2Ffilter%3E%3Crect%20width%3D%27160%27%20height%3D%27160%27%20filter%3D%27url%28%23n%29%27%20opacity%3D%270.6%27%2F%3E%3C%2Fsvg%3E");
}

.wp-block-group.is-style-papierstruktur {
  position: relative;
}
.wp-block-group.is-style-papierstruktur::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image: var(--korn);
  background-repeat: repeat;
  background-size: 160px 160px;
  mix-blend-mode: multiply;
}
.wp-block-group.is-style-papierstruktur > * {
  position: relative;
  z-index: 1;
}

.wp-block-group.is-style-papierstruktur[class*=is-style-welle-oben]::after {
  top: calc(-1 * var(--welle-hoehe));
  -webkit-mask-image: var(--welle-form), linear-gradient(#000, #000);
  mask-image: var(--welle-form), linear-gradient(#000, #000);
  -webkit-mask-size: var(--welle-kachel) var(--welle-hoehe), 100% calc(100% - var(--welle-hoehe) + 1px);
  mask-size: var(--welle-kachel) var(--welle-hoehe), 100% calc(100% - var(--welle-hoehe) + 1px);
  -webkit-mask-position: top left, bottom left;
  mask-position: top left, bottom left;
  -webkit-mask-repeat: repeat-x, no-repeat;
  mask-repeat: repeat-x, no-repeat;
}

.wp-block-group.is-style-karte.is-style-karte,
.wp-block-rh-link-block.is-style-karte.is-style-karte {
  transition: transform var(--wp--custom--uebergang), box-shadow var(--wp--custom--uebergang);
}
.wp-block-group.is-style-karte.is-style-karte:hover, .wp-block-group.is-style-karte.is-style-karte:focus-within,
.wp-block-rh-link-block.is-style-karte.is-style-karte:hover,
.wp-block-rh-link-block.is-style-karte.is-style-karte:focus-within {
  transform: translateY(-4px);
  box-shadow: var(--wp--preset--shadow--karte-hoch);
}

a.wp-block-rh-link-block.is-style-karte {
  display: block;
  color: inherit;
  text-decoration: none;
}

@media (prefers-reduced-motion: reduce) {
  .wp-block-group.is-style-karte,
  .wp-block-rh-link-block.is-style-karte {
    transition: none;
  }
  .wp-block-group.is-style-karte:hover, .wp-block-group.is-style-karte:focus-within,
  .wp-block-rh-link-block.is-style-karte:hover,
  .wp-block-rh-link-block.is-style-karte:focus-within {
    transform: none;
  }
}
@media (max-width: 700px) {
  .wp-block-group.is-style-kopfleiste .wp-block-button__link {
    padding: 10.5px 12px 10.5px 10px;
    font-size: 12.5px;
    white-space: nowrap;
  }
  .wp-block-group.is-style-kopfleiste .wp-block-button__link::before {
    width: 15px;
    height: 17px;
    margin-right: 7px;
  }
}
@media (max-width: 359px) {
  .wp-block-group.is-style-kopfleiste .wp-block-button__link {
    padding: 10.5px 12px;
    font-size: 0;
  }
  .wp-block-group.is-style-kopfleiste .wp-block-button__link::before {
    margin-right: 0;
  }
}
.wp-block-group.is-style-kopfleiste .wp-block-navigation-item__content {
  position: relative;
  border-bottom: 0;
  text-decoration: none;
  transition: color var(--wp--custom--uebergang);
}
.wp-block-group.is-style-kopfleiste .wp-block-navigation-item__content:hover, .wp-block-group.is-style-kopfleiste .wp-block-navigation-item__content:focus-visible {
  color: var(--wp--preset--color--gelb);
}
.wp-block-group.is-style-kopfleiste .wp-block-navigation-item__content::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 2px;
  background: var(--wp--preset--color--gelb);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--wp--custom--uebergang);
}
.wp-block-group.is-style-kopfleiste .wp-block-navigation-item__content:hover::after, .wp-block-group.is-style-kopfleiste .wp-block-navigation-item__content:focus-visible::after, .wp-block-group.is-style-kopfleiste .wp-block-navigation-item__content[aria-current=page]::after {
  transform: scaleX(1);
}

.wp-block-site-logo img {
  transform-origin: 50% 70%;
  transition: transform 320ms cubic-bezier(0.34, 1.56, 0.64, 1);
}

.wp-block-site-logo a:hover img,
.wp-block-site-logo a:focus-visible img {
  transform: scale(1.07) rotate(-2deg);
}

@media (prefers-reduced-motion: reduce) {
  .wp-block-group.is-style-kopfleiste .wp-block-navigation-item__content::after {
    transition: none;
  }
  .wp-block-site-logo img {
    transition: none;
  }
  .wp-block-site-logo a:hover img,
  .wp-block-site-logo a:focus-visible img {
    transform: none;
  }
}
body:not(.editor-styles-wrapper) .wp-block-group.is-style-altersabfrage {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
  place-items: center;
  padding: var(--wp--preset--spacing--seitenrand);
  background: color-mix(in srgb, var(--wp--preset--color--wald) 72%, transparent);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
body:not(.editor-styles-wrapper) .wp-block-group.is-style-altersabfrage.ist-offen {
  display: grid;
}
body:not(.editor-styles-wrapper) .wp-block-group.is-style-altersabfrage .wp-block-buttons + p {
  display: none;
}
body:not(.editor-styles-wrapper) .wp-block-group.is-style-altersabfrage.ist-abgelehnt .wp-block-buttons {
  display: none;
}
body:not(.editor-styles-wrapper) .wp-block-group.is-style-altersabfrage.ist-abgelehnt .wp-block-buttons + p {
  display: block;
}
body:not(.editor-styles-wrapper) .wp-block-group.is-style-altersabfrage > .wp-block-group {
  width: 100%;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.45);
}

.editor-styles-wrapper .wp-block-group.is-style-altersabfrage {
  display: none;
}

.editor-styles-wrapper .is-root-container > .wp-block-group.is-style-altersabfrage {
  display: block;
  padding: var(--wp--preset--spacing--mittel) 0;
  background: color-mix(in srgb, var(--wp--preset--color--wald) 15%, transparent);
}

.wp-block-cover.is-style-bildbereich {
  isolation: isolate;
  min-height: calc(100svh + var(--welle-hoehe));
}

.wp-block-cover.is-style-bildbereich-knapp {
  isolation: isolate;
  min-height: calc(min(60svh, 620px) + var(--welle-hoehe));
}

.wp-block-cover.is-style-bildbereich-knapp:has(.wp-block-buttons) {
  min-height: calc(min(60svh, 620px) + var(--welle-hoehe) + 158px);
}

.wp-block-cover-image.is-position-bottom-center,
.wp-block-cover.is-position-bottom-center {
  align-items: center;
  justify-content: center;
}

@media (max-width: 979px) {
  .wp-block-cover.is-style-bildbereich,
  .wp-block-cover.is-style-bildbereich-knapp {
    min-height: calc(min(64svh, 560px) + var(--welle-hoehe));
    padding-top: calc(var(--wp--custom--kopf--hoehe) + var(--wp--preset--spacing--gross)) !important;
  }
}
.wp-block-navigation__responsive-container-open {
  color: var(--wp--preset--color--weiss);
}
.wp-block-navigation__responsive-container-open svg {
  width: 32px;
  height: 32px;
}

@media (max-width: 979px) {
  .wp-block-navigation .wp-block-navigation__responsive-container {
    position: fixed !important;
    inset: 0;
    z-index: -1;
    display: flex !important;
    visibility: hidden;
    pointer-events: none;
    overflow: hidden !important;
    background-color: var(--wp--preset--color--wald) !important;
    will-change: clip-path;
    clip-path: circle(0px at calc(100% - 2.5rem) 2.5rem);
    transition: clip-path 0.5s cubic-bezier(0.22, 1, 0.36, 1), visibility 0s 0.5s, z-index 0s 0.5s;
  }
  .wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open {
    visibility: visible;
    pointer-events: auto;
    z-index: 1200;
    --navigation-layout-justification-setting: flex-start;
    --navigation-layout-justify: flex-start;
    --navigation-layout-align: flex-start;
    padding: 0 !important;
    clip-path: circle(140vmax at calc(100% - 2.5rem) 2.5rem);
    transition: clip-path 0.8s cubic-bezier(0.22, 1, 0.36, 1), visibility 0s 0s, z-index 0s 0s;
  }
  .wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-close {
    width: 100%;
    height: 100%;
    max-width: none !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-dialog {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
  }
  .wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-close {
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: var(--wp--preset--color--weiss);
    color: var(--wp--preset--color--wald);
    cursor: pointer;
  }
  .wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-close svg {
    width: 18px;
    height: 18px;
  }
  .wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center;
    align-items: flex-start !important;
    gap: var(--wp--preset--spacing--klein);
    padding: 0 var(--wp--preset--spacing--gross) !important;
  }
  .wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item {
    align-self: flex-start !important;
    opacity: 0;
    animation: bm-menuepunkt 0.4s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  }
  .wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item:nth-child(1) {
    animation-delay: 140ms;
  }
  .wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item:nth-child(2) {
    animation-delay: 200ms;
  }
  .wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item:nth-child(3) {
    animation-delay: 260ms;
  }
  .wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item:nth-child(4) {
    animation-delay: 320ms;
  }
  .wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item:nth-child(5) {
    animation-delay: 380ms;
  }
  .wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item:nth-child(6) {
    animation-delay: 440ms;
  }
  .wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item:nth-child(7) {
    animation-delay: 500ms;
  }
  .wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item:nth-child(8) {
    animation-delay: 560ms;
  }
  .wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item__content {
    color: var(--wp--preset--color--weiss);
    font-family: var(--wp--preset--font-family--display);
    font-size: clamp(1.75rem, 6vw, 2.75rem);
    font-weight: 900;
    text-transform: uppercase;
    padding: 0.15em 0;
  }
  .wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item__content[aria-current=page] {
    color: var(--wp--preset--color--gelb);
  }
}
@keyframes bm-menuepunkt {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (prefers-reduced-motion: reduce) and (max-width: 979px) {
  .wp-block-navigation .wp-block-navigation__responsive-container {
    transition: none !important;
    clip-path: none !important;
    display: none !important;
  }
  .wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open {
    display: flex !important;
  }
  .wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item {
    animation: none;
    opacity: 1;
  }
}
html.rhm-anim-ready body [data-rhm-anim=fade-in],
html.rhm-anim-ready body [data-rhm-anim=fly-left],
html.rhm-anim-ready body [data-rhm-anim=fly-right],
html.rhm-anim-ready body [data-rhm-anim=fly-up] {
  transition: opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1), transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

html.rhm-anim-ready body [data-rhm-anim=fade-in] {
  transform: translateY(24px);
}

html.rhm-anim-ready body [data-rhm-anim=expand] {
  transform: scale(0.94);
  transition: opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1), transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

html.rhm-anim-ready body [data-rhm-anim=fly-left] {
  transform: translateX(-56px);
}

html.rhm-anim-ready body [data-rhm-anim=fly-right] {
  transform: translateX(56px);
}

html.rhm-anim-ready body [data-rhm-anim=fly-up] {
  transform: translateY(48px);
}

html.rhm-anim-ready body [data-rhm-anim=stagger-up] > * {
  transform: translateY(32px) scale(0.99);
  transition: opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1), transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

html.rhm-anim-ready body [data-rhm-anim].is-rhm-in,
html.rhm-anim-ready body [data-rhm-anim=stagger-up].is-rhm-in > * {
  transform: none;
}

body.error404 main.wp-block-group {
  display: flex;
  flex-direction: column;
}

body.error404 main.wp-block-group > .wp-block-cover {
  flex: 1 0 auto;
}

#bm-oben {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  pointer-events: none;
}

.bm-hoch {
  position: fixed;
  right: clamp(1rem, 2.2vw, 2.5rem);
  bottom: clamp(1rem, 2.2vw, 2.5rem);
  z-index: 40;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 0;
  border-radius: 8px;
  background: var(--wp--preset--color--wald);
  color: var(--wp--preset--color--weiss);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(0.5rem);
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s, background-color 0.25s ease;
}
.bm-hoch.ist-sichtbar {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: none;
}
.bm-hoch:hover, .bm-hoch:focus-visible {
  background: var(--wp--preset--color--oliv);
}
.bm-hoch svg {
  display: block;
}

@media (prefers-reduced-motion: reduce) {
  .bm-hoch {
    transition: none;
    transform: none;
  }
}
