@charset "UTF-8";
:root {
  --nav_background: #fff;
  --nav_background1: #e6e3df;
  --nav_background2: #f3f1ef;
  --nav_link: #292929;
  --nav_link_active: #292929;
  --nav_link_child: #292929;
  --nav_background_full: #d6d1ca;
  --wm-color-weiss: #fff;
  --wm-color-fastschwarz: #292929;
  --a11y-tests-blur: 2px;
  --a11y-tests-font-size: 20px;
}

.a11y-tests-grayscale {
  filter: grayscale(100%) !important;
}

.a11y-tests-blur {
  filter: blur(2px) !important;
  filter: blur(var(--a11y-tests-blur)) !important;
}

.a11y-tests-no-mouse,
.a11y-tests-no-mouse *,
.a11y-tests-no-mouse :hover {
  cursor: none !important;
}

.a11y-tests-large-text {
  font-size: 20px !important;
  font-size: var(--a11y-tests-font-size) !important;
}

.a11y-tests-no-animation * {
  animation: none !important;
  transition: none !important;
}

@font-face {
  font-display: swap;
  font-family: WienerMelange;
  src: url(../fonts/WienerMelangeVF.woff2) format("woff2-variations");
}

*,
:after,
:before {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  font-size: 62.5%;
  height: 100%;
}

@media (-webkit-min-device-pixel-ratio: 1.25) and (-webkit-max-device-pixel-ratio: 1.9) {
  html {
    font-size: 52.5%;
  }
}

body {
  background: #fff;
  color: #292929;
  display: flex;
  flex-direction: column;
  font-family: WienerMelange, Lucida Sans Unicode, Lucida Grande, Lucida Sans, sans-serif;
  font-size: 1.7rem;
  font-size-adjust: 0.5;
  line-height: 1.7;
  margin: 0;
  min-height: 100%;
}

:lang(ar) > *,
:lang(bg) > *,
:lang(fa) > *,
:lang(ru) > *,
:lang(sr) > * {
  font-family: Lucida Sans Unicode, Lucida Grande, Lucida Sans, sans-serif;
}

:lang(hi) > *,
:lang(pa) > *,
:lang(zh) > * {
  font-family: sans-serif;
}

img {
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
ul {
  margin: 0;
}

ul {
  padding-left: 2rem;
}

abbr {
  border-bottom: 0.1em dotted #292929;
  text-decoration: none;
}

em {
  font-style: normal;
}

strong {
  font-weight: 600;
}

@supports (font-variation-settings: normal) {
  strong {
    font-variation-settings: "wght" 600;
    font-weight: 400;
  }
}

i {
  font-style: normal;
  font-weight: 600;
}

@supports (font-variation-settings: normal) {
  i {
    font-variation-settings: "wght" 600;
    font-weight: 400;
  }
}

sub,
sup {
  font-size: 0.7em;
}

dt {
  font-weight: 600;
}

@supports (font-variation-settings: normal) {
  dt {
    font-variation-settings: "wght" 600;
    font-weight: 400;
  }
}

dd {
  margin-left: 2rem;
}

address,
cite {
  font-style: normal;
}

blockquote {
  margin: 0 auto;
  max-width: 71rem;
  padding: 3.5rem 2rem;
  position: relative;
  text-align: center;
}

blockquote:after,
blockquote:before {
  color: #d6d1ca;
  font-size: 4rem;
  font-weight: 800;
  line-height: 1;
  position: absolute;
}

@supports (font-variation-settings: normal) {
  blockquote:after,
  blockquote:before {
    font-variation-settings: "wght" 740;
    font-weight: 400;
  }
}

blockquote:after {
  content: close-quote;
  right: 0;
  top: 0;
}

blockquote:before {
  bottom: 0;
  content: open-quote;
  left: 0;
}

blockquote + cite {
  display: block;
  font-weight: 600;
  text-align: center;
}

@supports (font-variation-settings: normal) {
  blockquote + cite {
    font-variation-settings: "wght" 600;
    font-weight: 400;
  }
}

blockquote + cite:before {
  content: "—";
  display: inline-block;
  margin-right: 0.3rem;
}

figure {
  margin: 0;
}

figcaption {
  background-color: #f3f1ef;
  font-size: 1.6rem;
  padding: 0.5rem;
}

small {
  font-size: 1.5rem;
}

iframe {
  border: none;
  width: 100%;
}

audio,
video {
  display: block;
  width: 100%;
}

audio::-webkit-media-controls-panel {
  background: #f3f1ef;
  border-radius: 0;
}

mark {
  background: none;
  font-weight: 600;
}

@supports (font-variation-settings: normal) {
  mark {
    font-variation-settings: "wght" 600;
    font-weight: 400;
  }
}

picture {
  display: block;
}

li code:not([class]),
p code:not([class]),
td code:not([class]) {
  background: hsla(35, 13%, 82%, 0.3);
  border: 1px solid #d6d1ca;
  border-radius: 4px;
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1;
  margin: 0 0.2rem;
  padding: 0.5rem 0.2rem 0.3rem;
}

:focus {
  outline: 4px solid #4b4b82;
}

:focus:not(:focus-visible) {
  outline: 0;
}

:focus-visible {
  outline: 3px solid #4b4b82;
  outline-offset: 2px;
}

#content:focus {
  outline: none;
}

:target {
  scroll-margin-top: 8rem;
}

@supports not (scroll-margin-top: 1rem) {
  :target:before {
    bottom: 0;
    content: "";
    display: block;
    height: 8rem;
    margin-top: -8rem;
    position: relative;
    width: 0;
  }
}

.wm-has-ms-nav :target {
  scroll-margin-top: 7.6rem;
}

@supports not (scroll-margin-top: 1rem) {
  .wm-has-ms-nav :target:before {
    height: 7.6rem;
    margin-top: -7.6rem;
  }
}

.wien.wm-has-inpage :target {
  scroll-margin-top: 12.7rem;
}

@supports not (scroll-margin-top: 1rem) {
  .wien.wm-has-inpage :target:before {
    height: 12.7rem;
    margin-top: -12.7rem;
  }
}

label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

@supports (font-variation-settings: normal) {
  label {
    font-variation-settings: "wght" 600;
    font-weight: 400;
  }
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

fieldset[disabled] {
  color: #d6d1ca;
}

legend {
  display: block;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

@supports (font-variation-settings: normal) {
  legend {
    font-variation-settings: "wght" 600;
    font-weight: 400;
  }
}

[type="date"],
[type="email"],
[type="password"],
[type="search"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #f3f1ef;
  border: 1px solid #d6d1ca;
  border-radius: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: 1;
  margin: 0;
  min-height: 4rem;
  padding: 0.8rem 1.5rem;
  width: 100%;
}

textarea {
  display: block;
}

[type="checkbox"] + label,
[type="radio"] + label {
  display: flex;
  font-weight: 400;
}

@supports (font-variation-settings: normal) {
  [type="checkbox"] + label,
  [type="radio"] + label {
    font-variation-settings: "wght" 400;
    font-weight: 400;
  }
}

[type="checkbox"] + label:before,
[type="radio"] + label:before {
  background-color: #fff;
  border: 1px solid #4b4b82;
  border-color: var(--wm-theme-accent);
  content: "";
  display: inline-block;
  flex-shrink: 0;
  height: 1.6rem;
  margin-right: 1rem;
  position: relative;
  top: 0.7rem;
  width: 1.6rem;
}

[dir="rtl"] [type="checkbox"] + label:before,
[dir="rtl"] [type="radio"] + label:before {
  margin-left: 1.2rem;
  margin-right: 0;
}

[type="checkbox"]:checked + label:before,
[type="radio"]:checked + label:before {
  background-color: #4b4b82;
  background-color: var(--wm-theme-accent);
}

[type="radio"] + label:before {
  border-radius: 50%;
}

[type="radio"]:checked + label:before {
  box-shadow: inset 0 0 0 4px #fff;
}

[type="radio"]:checked:focus + label:before {
  box-shadow: inset 0 0 0 4px #fff, 0 0 0 2px #fff, 0 0 0 3px #4b4b82;
}

[type="checkbox"]:focus + label:before,
[type="checkbox"]:focus-visible + label:before,
[type="radio"]:focus + label:before,
[type="radio"]:focus-visible + label:before {
  box-shadow: 0 0 0 2px #fff, 0 0 0 3px #4b4b82;
}

[type="checkbox"]:checked + label:before,
[type="checkbox"]:indeterminate + label:before {
  background-image: url(../icons/svg/check-light.svg);
  background-image: var(--wm-theme-check);
  background-position: right 0 center;
  background-size: cover;
}

[type="checkbox"]:indeterminate + label:before {
  background-color: #d6d1ca;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background: #f3f1ef url(../icons/svg/chevron-down.svg) no-repeat right 1rem center;
  border: 1px solid #d6d1ca;
  border-radius: 0;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  min-height: 4rem;
  min-width: 14rem;
  padding: 0.8rem 4rem 0.8rem 1.5rem;
  width: 100%;
}

select::-ms-expand {
  display: none;
}

[type="range"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  padding: 0;
}

[type="range"]::-webkit-slider-runnable-track {
  animation: 0.2s;
  background: #292929;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  height: 3px;
  width: 100%;
}

[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  background: #fff;
  background-clip: content-box;
  border: 8px solid #292929;
  border-radius: 50%;
  box-sizing: border-box;
  cursor: pointer;
  height: 30px;
  margin-top: -15px;
  width: 30px;
}

[type="range"]:focus::-webkit-slider-runnable-track {
  background: #292929;
}

[type="range"]::-moz-range-track {
  animation: 0.2s;
  background: #292929;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  height: 3px;
  width: 100%;
}

[type="range"]::-moz-range-thumb {
  -webkit-appearance: none;
  background: #fff;
  background-clip: content-box;
  border: 8px solid #292929;
  border-radius: 50%;
  box-sizing: border-box;
  cursor: pointer;
  height: 30px;
  width: 30px;
}

[type="range"]::-ms-track {
  animation: 0.2s;
  background: #292929;
  background: transparent;
  border: 0;
  border-color: transparent;
  border-radius: 0;
  border-width: 16px 0;
  cursor: pointer;
  height: 3px;
  width: 100%;
}

[type="range"]::-ms-fill-lower,
[type="range"]::-ms-fill-upper {
  background: #292929;
  border-color: #292929;
  border-radius: 1px;
  box-shadow: 0 0 0 #292929;
}

[type="range"]::-ms-thumb {
  -webkit-appearance: none;
  background: #fff;
  background-clip: content-box;
  border: 8px solid #292929;
  border-radius: 50%;
  box-sizing: border-box;
  cursor: pointer;
  height: 30px;
  width: 30px;
}

[type="range"]:focus::-ms-fill-lower,
[type="range"]:focus::-ms-fill-upper {
  background: #292929;
}

[aria-invalid="true"],
[aria-invalid="true"]:hover {
  border-color: #910000;
}

[type="checkbox"][disabled],
[type="radio"][disabled] {
  cursor: not-allowed;
}

[type="checkbox"][disabled] + label,
[type="radio"][disabled] + label {
  color: #d6d1ca;
}

[type="checkbox"][disabled] + label:before,
[type="radio"][disabled] + label:before {
  background-color: #f3f1ef;
  border-color: #d6d1ca;
}

table {
  border-collapse: collapse;
  width: 100%;
}

table a {
  display: inline-block;
}

caption {
  text-align: left;
}

thead th:first-child {
  width: 100%;
}

tbody tr {
  border-top: 1px solid #292929;
}

tfoot tr {
  border-top: 3px solid #292929;
}

tr:target {
  background: #cdedcd !important;
}

td img {
  display: block;
  float: left;
  margin-right: 3rem;
}

td,
th {
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-top: 0.75rem;
  text-align: left;
}

td:not(:first-child),
th:not(:first-child) {
  text-align: right;
  white-space: nowrap;
}

td:last-child,
th:last-child {
  padding-right: 1rem;
}

.wm-h1,
h1 {
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.3;
}

@supports (font-variation-settings: normal) {
  .wm-h1,
  h1 {
    font-variation-settings: "wght" 740;
    font-weight: 400;
  }
}

@media (min-width: 64em) {
  .wm-h1,
  h1 {
    font-size: 3.5rem;
  }
}

.wm-h2,
h2 {
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.5;
}

@supports (font-variation-settings: normal) {
  .wm-h2,
  h2 {
    font-variation-settings: "wght" 400;
    font-weight: 400;
  }
}

@media (min-width: 64em) {
  .wm-h2,
  h2 {
    font-size: 3rem;
  }
}

.wm-h3,
h3 {
  font-size: 2.1rem;
  font-weight: 600;
  line-height: 1.5;
}

@supports (font-variation-settings: normal) {
  .wm-h3,
  h3 {
    font-variation-settings: "wght" 600;
    font-weight: 400;
  }
}

@media (min-width: 64em) {
  .wm-h3,
  h3 {
    font-size: 2.2rem;
  }
}

.wm-h4,
h4 {
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.5;
  text-transform: uppercase;
}

@supports (font-variation-settings: normal) {
  .wm-h4,
  h4 {
    font-variation-settings: "wght" 600;
    font-weight: 400;
  }
}

@media (min-width: 64em) {
  .wm-h4,
  h4 {
    font-size: 1.7rem;
  }
}

.wm-h5,
h5 {
  font-size: 1.7rem;
  font-weight: 600;
}

@supports (font-variation-settings: normal) {
  .wm-h5,
  h5 {
    font-variation-settings: "wght" 600;
    font-weight: 400;
  }
}

.wm-h6,
h6 {
  font-size: 1.7rem;
  font-weight: 600;
}

@supports (font-variation-settings: normal) {
  .wm-h6,
  h6 {
    font-variation-settings: "wght" 600;
    font-weight: 400;
  }
}

.wm-skip-links {
  background: #fff;
  box-shadow: 0 4px 8px rgba(41, 41, 41, 0.16);
  display: block;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  left: 1.5rem;
  position: fixed;
  top: 1.5rem;
  z-index: 2000;
}

.wm-skip-links.focus-within,
.wm-skip-links:focus-within {
  clip: auto;
  clip-path: none;
  height: auto;
  margin: 0;
  overflow: visible;
  padding: 1.5rem;
  position: static;
  position: fixed;
  white-space: normal;
  width: auto;
}

.wm-skip-links__area {
  outline: 4px solid #4b4b82;
  outline-offset: 6px;
}

#content.wm-skip-links__area {
  outline: none;
}

.wm-image {
  display: block;
}

.wm-image__link {
  display: inline-block;
  position: relative;
}

.wm-image__link,
.wm-image__link:link,
.wm-image__link:visited {
  color: #292929;
}

.wm-image--zoom {
  left: 50%;
  margin: auto;
  max-width: 100%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.wm-image--zoomed {
  left: 0;
  max-height: none;
  max-width: none;
  opacity: 1;
  top: 0;
  z-index: -1;
}

.wm-image--round {
  border: 2px solid #f3f1ef;
  border-radius: 50%;
  max-width: none;
  object-fit: cover;
}

img:not([data-src]) {
  height: auto;
}

.wm-no-js [data-src],
.wm-no-js [data-srcset] {
  display: none !important;
}

.wm-gallery {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fill, minmax(13rem, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}

.wm-gallery img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.wm-gallery [data-wm-modal="image"]:after {
  display: none;
}

.wm-gallery a {
  height: 100%;
  overflow: hidden;
  width: 100%;
}

.wm-gallery a img {
  opacity: 0.85;
  transition: 0.3s;
}

.wm-gallery a img:focus,
.wm-gallery a img:hover {
  opacity: 1;
  transform: scale(1.05);
}

@media (min-width: 69.6875em) {
  .wm-gallery {
    grid-template-columns: repeat(5, 1fr);
  }
}

[loading="lazy"] {
  background-color: #f3f1ef;
  display: block;
  transition: opacity 0.3s;
}

.wm-btn,
[type="button"],
[type="submit"],
button {
  align-items: center;
  background-color: #4b4b82;
  background-color: var(--wm-theme-accent);
  border: 1px solid #4b4b82;
  border-color: var(--wm-theme-accent);
  color: #fff;
  color: var(--wm-theme-text);
  display: inline-flex;
  font-size: 1.7rem;
  font-weight: 600;
  justify-content: center;
  line-height: 1.45;
  padding: 0.463em 0.88em;
  text-align: center;
  text-transform: uppercase;
}

@supports (font-variation-settings: normal) {
  .wm-btn,
  [type="button"],
  [type="submit"],
  button {
    font-variation-settings: "wght" 600;
    font-weight: 400;
  }
}

.wm-btn:hover,
[type="button"]:hover,
[type="submit"]:hover,
button:hover {
  background-color: #fff;
  color: #4b4b82;
  color: var(--wm-theme-text-hover);
}

.wm-btn::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border: none;
}

[aria-disabled].wm-btn,
[aria-disabled][type="button"],
[aria-disabled][type="submit"],
[disabled].wm-btn,
[disabled][type="button"],
[disabled][type="submit"],
button[aria-disabled],
button[disabled] {
  cursor: not-allowed;
  opacity: 0.7;
  pointer-events: none;
}

[aria-disabled].wm-btn:focus-visible,
[aria-disabled][type="button"]:focus-visible,
[aria-disabled][type="submit"]:focus-visible,
button[aria-disabled]:focus-visible {
  outline-color: red;
}

[download].wm-btn,
[download][type="button"],
[download][type="submit"],
button[download] {
  background-position: right 0.5em center;
  background-size: auto 75%;
  padding-right: 2.5em;
}

[download].wm-btn:not(:hover),
[download][type="button"]:not(:hover),
[download][type="submit"]:not(:hover),
button[download]:not(:hover) {
  background-image: url(../icons/svg/download-light.svg);
}

.wm-btn > :not(.wm-h-vh) + *,
[type="button"] > :not(.wm-h-vh) + *,
[type="submit"] > :not(.wm-h-vh) + *,
button > :not(.wm-h-vh) + * {
  margin-left: 1rem;
}

[type="button"],
[type="submit"],
button {
  -webkit-appearance: none;
  appearance: none;
  font-family: inherit;
}

.wm-btn {
  text-decoration: none;
}

.wm-btn:link,
.wm-btn:visited {
  color: #fff;
  color: var(--wm-theme-text);
}

.wm-btn:hover {
  color: #4b4b82;
}

.wm-btn--i {
  background-color: #fff;
}

.wm-btn--i,
.wm-btn--i:link,
.wm-btn--i:visited {
  color: #4b4b82;
  color: var(--wm-theme-text-hover);
}

.wm-btn--i:hover {
  background-color: #4b4b82;
  background-color: var(--wm-theme-accent);
  color: #fff;
  color: var(--wm-theme-text);
}

.wm-btn--frischgruen {
  background-color: #82d282;
  border-color: #82d282;
  color: #292929;
}

.wm-btn--frischgruen:link,
.wm-btn--frischgruen:visited {
  color: #292929;
}

.wm-btn--frischgruen:hover {
  background-color: #fff;
  color: #292929;
}

.wm-btn--success {
  background-color: #005738;
  border-color: #005738;
}

.wm-btn--success:hover {
  color: #005738;
}

.wm-btn--danger {
  background-color: #910000;
  border-color: #910000;
}

.wm-btn--danger:hover {
  color: #910000;
}

.wm-btn--chatbot {
  background-color: #ff5a64;
  border-color: #ff5a64;
  color: #fff;
  font-size: 2rem;
  padding: 0.3em 1rem;
  text-align: left;
  text-transform: none;
}

.wm-btn--chatbot:hover {
  background-color: #fff;
  color: #ff5a64;
}

.wm-btn--min {
  min-width: 17rem;
}

.wm-btn--block {
  text-align: center;
  width: 100%;
}

.wm-btn--large {
  padding: 1.15em 2.7em;
  text-transform: none;
}

.wm-btn--small {
  font-size: 1.5rem;
}

.wm-btn--tag {
  border-radius: 30px;
  padding: 0.9rem 1.5rem 0.8rem;
  text-transform: none;
}

@media (max-width: 25.9275em) {
  .wm-btn--block-xsm {
    text-align: center;
    width: 100%;
  }
}

@media (max-width: 47.99em) {
  .wm-btn--block-sm {
    text-align: center;
    width: 100%;
  }
}

.wm-btn--round {
  align-items: center;
  border-radius: 50%;
  display: flex;
  height: 2em;
  justify-content: center;
  padding: 0;
  width: 2em;
}

.wm-btn--clean {
  --wm-theme-text: #292929;
  all: unset;
  box-sizing: border-box;
  cursor: default;
}

.wm-btn--clean:hover {
  background-color: initial;
  color: unset;
}

.wm-btn--clean:focus {
  outline: 4px solid #4b4b82;
}

.wm-btn--clean:focus:not(:focus-visible) {
  outline: 0;
}

.wm-btn--clean:focus-visible {
  outline: 3px solid #4b4b82;
  outline-offset: 2px;
}

html:not(.wm-jsm) .wm-btn--clean {
  background: none;
  border: 0;
  color: inherit;
  font: inherit;
  padding: 0;
  text-align: left;
  text-transform: none;
}

.wm-btn__icon {
  fill: currentColor;
}

.wm-btn__text {
  display: none;
}

a,
a:link {
  color: #1f4baf;
}

a:hover {
  text-decoration: none;
}

a:visited {
  color: #a91eaf;
}

a:active {
  color: red;
}

.wm-theme-c--weiss a {
  color: #fff !important;
}

.wm-theme-bg--fastschwarz a {
  color: #292929 !important;
}

.wm-link,
.wm-link:link {
  color: #1f4baf;
  text-decoration: underline;
}

.wm-link:hover {
  cursor: pointer;
  text-decoration: none;
}

.wm-link--unstyled:active,
.wm-link--unstyled:focus,
.wm-link--unstyled:hover,
.wm-link--unstyled:link,
.wm-link--unstyled:visited {
  background: none;
  color: inherit;
  text-decoration: none;
}

.wm-link--none,
.wm-link--none:link,
.wm-link--none:visited {
  color: #292929;
  text-decoration: none;
}

.wm-link--none:hover {
  text-decoration: underline;
}

[download] {
  background-image: url(../icons/svg/download.svg);
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 1.5em;
  padding-right: 1.5em;
}

a:is([href^="http://"],[href^="https://"]):not([class]):after {
  background-image: url(../icons/svg/external.svg);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 1.5em;
  content: "";
  display: inline-block;
  height: 1.4em;
  margin-left: 0.1rem;
  vertical-align: middle;
  width: 1.4em;
}

.wm-logo {
  display: block;
}

.wm-logo__image {
  fill: red;
}

.wm-logo__text {
  fill: #292929;
}

.wm-icon {
  flex-shrink: 0;
  overflow: hidden;
}

.wm-icon[hidden] {
  display: none;
}

.wm-icon__search {
  fill: #292929;
}

.wm-badge {
  font-weight: 800;
  text-transform: uppercase;
}

@supports (font-variation-settings: normal) {
  .wm-badge {
    font-variation-settings: "wght" 740;
    font-weight: 400;
  }
}

.wm-badge--success {
  color: #005738;
}

.wm-badge--error {
  color: #910000;
}

.wm-accordion__header {
  background-color: #f3f1ef;
  font-size: 1.7rem;
  font-weight: 600;
  margin-bottom: 0;
  min-height: 4rem;
  padding: 1.3rem 1.5rem 1.2rem;
}

@supports (font-variation-settings: normal) {
  .wm-accordion__header {
    font-variation-settings: "wght" 600;
    font-weight: 400;
  }
}

.wm-accordion--ready .wm-accordion__header {
  margin-top: 0;
  padding: 0;
}

.wm-jsm .wm-accordion__header {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.wm-jsm .wm-accordion__header--open,
.wm-jsm .wm-accordion__header:last-of-type {
  border-bottom-color: #fff;
}

.wm-js:not(.wm-jsm) .wm-accordion__panel,
.wm-no-js .wm-accordion__panel {
  height: auto;
  opacity: 1;
  overflow: auto;
  visibility: visible;
}

.wm-js .wm-accordion__panel,
.wm-jsm .wm-accordion__panel {
  height: 0;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
}

.wm-js .wm-accordion__panel--is-visible,
.wm-jsm .wm-accordion__panel--is-visible {
  opacity: 1 !important;
  visibility: visible;
}

@media (prefers-reduced-motion: no-preference) {
  .wm-js .wm-accordion__panel,
  .wm-jsm .wm-accordion__panel {
    transition: height 0.3s ease-in-out, opacity 0.2s ease-in-out;
  }
}

@media (min-width: 48em) {
  .wm-js [data-mobile-only] .wm-accordion__panel,
  .wm-jsm [data-mobile-only] .wm-accordion__panel {
    display: block;
    height: auto;
    opacity: 1 !important;
    overflow: visible;
    visibility: visible;
  }
}

.wm-accordion__panel-inner {
  background-color: #f3f1ef;
  margin-bottom: 1rem;
  padding: 0 1.5rem 1.5rem;
}

.wm-accordion__panel-inner > * + * {
  margin-bottom: 0;
  margin-top: 2rem;
}

.wm-accordion__panel-inner > .wm-h-vh:first-child + * {
  margin-top: 0;
}

.wm-accordion__button {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  padding: 1.3rem 1.5rem 1.2rem;
  width: 100%;
}

.wm-accordion__icon {
  flex-shrink: 0;
  transition: all 0.3s;
}

.wm-jsm .wm-accordion__icon {
  display: block;
}

.wm-accordion__header--open .wm-accordion__icon--status {
  opacity: 0.5;
  transform: rotate(180deg);
}

.wm-form > * + * {
  margin-bottom: 0;
  margin-top: 1.5rem;
}

.wm-form > .wm-h-vh:first-child + * {
  margin-top: 0;
}

@media (min-width: 35em) {
  .wm-form--inline {
    align-items: flex-end;
    display: flex;
  }

  .wm-form--inline > :not(button) {
    flex-grow: 1;
  }

  .wm-form--inline > * + * {
    margin: 0 0 0 1rem;
  }
}

.wm-form--narrow {
  max-width: 56rem;
}

.wm-form__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.wm-form__grid > * {
  flex-basis: calc(50% - 0.5rem);
}

.wm-form__row > * + * {
  margin-bottom: 0;
  margin-top: 1rem;
}

.wm-form__row > .wm-h-vh:first-child + * {
  margin-top: 0;
}

.wm-form__row-md {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.wm-jsm [data-collapsed-form] {
  display: none;
}

.wm-form-label--error {
  color: #910000;
}

.wm-form-item--alt {
  background-color: #fff;
}

.wm-form-item--collapsed {
  height: 4.4rem;
  overflow: hidden;
  resize: none;
}

.wm-form-message {
  padding-top: 0.5rem;
}

.wm-form-message--error {
  color: #910000;
}

.wm-form-message--hint {
  font-size: 1.6rem;
}

.wm-form-range {
  display: flex;
  font-size: 1.3rem;
}

.wm-jsm .wm-form-range__button {
  display: flex;
  font-size: 2.5rem;
  height: 3rem;
  padding: 0;
  width: 3rem;
}

.wm-jsm .wm-form-range__button:active {
  text-shadow: 0 0 3px #292929;
}

.wm-form-range__input {
  margin: 0 5px;
}

.wm-toggle-btn {
  align-items: center;
  cursor: default;
  display: flex;
  gap: 1rem;
}

.wm-toggle-btn__button {
  background: #d6d1ca;
  border-color: #f3f1ef;
  border-radius: 32px;
  border-width: 2px;
  cursor: pointer;
  flex-shrink: 0;
  height: 3rem;
  padding: 0;
  position: relative;
  width: 5.5rem;
}

.wm-toggle-btn__button:hover {
  background: #4b4b82;
}

.wm-toggle-btn__button:after {
  background: #fff;
  border-radius: 16px;
  content: "";
  height: 2rem;
  left: 3px;
  position: absolute;
  top: 3px;
  transition: 0.2s;
  width: 2rem;
}

.wm-toggle-btn__button[aria-checked="true"] {
  background: #4b4b82;
  border-color: #fff;
}

.wm-toggle-btn__button[aria-checked="true"]:after {
  transform: translateX(2.5rem);
}

.wm-list-rows {
  list-style: none;
  padding: 0;
}

.wm-list-rows__item {
  border-bottom: 1px solid #d6d1ca;
  padding: 1rem 0;
}

.wm-list-rows__item:first-child {
  padding-top: 0;
}

.wm-list-rows__item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.wm-list--reset {
  list-style: none;
  padding: 0;
}

.wm-list--s > * + * {
  margin-top: 1.5rem;
}

.wm-list--m > * + * {
  margin-top: 2rem;
}

.wm-list--xxs > * + * {
  margin-top: 1rem;
}

.wm-list--xxs.wm-list--row > * {
  margin-right: 1.5rem;
  margin-top: 0;
}

[dir="rtl"] .wm-list--xxs.wm-list--row > * {
  margin-left: 1.5rem;
  margin-right: 0;
}

.wm-list--xxs.wm-list--row > :last-child {
  margin-left: 0;
  margin-right: 0;
}

.wm-list--pipe {
  display: flex;
  flex-wrap: wrap;
}

.wm-list--pipe > * {
  margin-right: 1rem;
}

.wm-list--pipe > :after {
  content: "|";
  padding-left: 0.5rem;
}

.wm-list--pipe > :last-child {
  margin-right: 0;
}

.wm-list--pipe > :last-child:after {
  display: none;
}

[dir="rtl"] .wm-list--pipe > * {
  margin-left: 1rem;
  margin-right: 0;
}

[dir="rtl"] .wm-list--pipe > :after {
  padding-left: 0;
  padding-right: 0.5rem;
}

[dir="rtl"] .wm-list--pipe > :last-child {
  margin-left: 0;
}

.wm-list--row {
  display: flex;
  flex-wrap: wrap;
}

.wm-list--large {
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (min-width: 48em) {
  .wm-list--large {
    display: flex;
    font-size: 2rem;
    justify-content: space-around;
  }

  .wm-list--large > * {
    align-items: center;
    display: flex;
    flex-direction: column;
  }
}

.wm-em-link {
  align-items: center;
  display: inline-flex;
  font-weight: 600;
  justify-self: start;
  text-decoration: none;
  transition: background 0.3s;
}

@supports (font-variation-settings: normal) {
  .wm-em-link {
    font-variation-settings: "wght" 600;
    font-weight: 400;
  }
}

.wm-em-link,
[dir="rtl"] .wm-em-link--flip {
  background: url(../icons/svg/chevron-right.svg) no-repeat center right 1rem;
  padding-right: 3rem;
}

.wm-em-link:hover,
[dir="rtl"] .wm-em-link--flip:hover {
  background-position: 100%;
}

.wm-em-link--flip,
[dir="rtl"] .wm-em-link:not(.wm-em-link--flip) {
  background-image: url(../icons/svg/chevron-left.svg);
  background-position: 0;
  padding-left: 3rem;
  padding-right: 0;
}

.wm-em-link--flip:hover,
[dir="rtl"] .wm-em-link:not(.wm-em-link--flip):hover {
  background-position: center left -0.7rem;
}

.wm-em-link--block {
  display: flex;
  justify-content: space-between;
}

.wm-em-link,
.wm-em-link:link,
.wm-em-link:visited {
  color: #292929;
}

.wm-rich-text ol:not([class*="wm-list"]) li + li:not([class*="wm-tabs__item"]),
.wm-rich-text ul:not([class*="wm-list"]) li + li:not([class*="wm-tabs__item"]) {
  margin-top: 0.5rem;
}

.wm-rich-text ul li::marker {
  font-size: 0.7em;
}

.wm-rich-text__teaser {
  font-size: 1.8rem;
  font-weight: 600;
}

@supports (font-variation-settings: normal) {
  .wm-rich-text__teaser {
    font-variation-settings: "wght" 600;
    font-weight: 400;
  }
}

.wm-block > :where(h3, .wm-anchor--h3) + * {
  margin-top: 1rem;
}

.wm-block > * + :where(h2, .wm-anchor--h2) {
  margin-top: 3rem;
}

.wm-block > * + :where(h3, .wm-anchor--h3) {
  margin-top: 3rem;
}

.wm-block > * + :where(h4, .wm-anchor--h4) {
  margin-top: 2rem;
}

.wm-block > :where(h4, .wm-anchor--h4) + * {
  margin-top: 0.5rem;
}

.wm-block > :where(h5, .wm-anchor--h5) + *,
.wm-block > :where(h6, .wm-anchor--h6) + * {
  margin-top: 0;
}

.wm-block > * + * {
  margin-bottom: 0;
  margin-top: 1.5rem;
}

.wm-block > * + .wm-block {
  margin-top: 2.2rem;
}

.wm-block > * + .wm-block--large {
  margin-top: 3.5rem;
}

@media (min-width: 52.8125em) {
  .wm-block > * + .wm-block {
    margin-top: 4.2rem;
  }

  .wm-block > * + .wm-block--large {
    margin-top: 6.5rem;
  }
}

.wm-block > .wm-h-vh:first-child + * {
  margin-top: 0;
}

.wm-block--basic > * + * {
  margin-bottom: 0;
  margin-top: 1rem;
}

.wm-block--basic > .wm-h-vh:first-child + * {
  margin-top: 0;
}

.wm-section {
  margin-bottom: 3rem;
}

.wm-section--highlight {
  background-color: #f3f1ef;
  background-color: var(--wm-theme-bg);
  padding: 2rem 0;
}

.wm-section--highlight + .wm-section--highlight {
  margin-top: -3rem;
}

.wm-section--fixed {
  align-items: center;
  display: flex;
  height: 100px;
  justify-content: flex-start;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}

.wm-section--reduced {
  margin-bottom: 2rem;
}

.wm-section--large {
  margin-bottom: 5rem;
}

.wm-section--intro {
  margin-top: 3rem;
}

.wm-section--clean {
  margin-bottom: 0;
}

.wm-section--carousel {
  margin-left: auto;
  margin-right: auto;
  max-width: 120rem;
}

.wm-section__content {
  margin: 0 auto;
  max-width: 52rem;
  padding: 0 1.5rem;
}

.wm-section__content > * + * {
  margin-bottom: 0;
  margin-top: 2rem;
}

.wm-section__content > .wm-h-vh:first-child + * {
  margin-top: 0;
}

@media (min-width: 48em) {
  .wm-section__content {
    max-width: 120rem;
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

@media (min-width: 52.8125em) {
  .wm-section__content {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media (min-width: 64em) {
  .wm-section__content {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

@media print {
  .wm-section__content {
    max-width: 100%;
  }
}

.wm-section__content > :not(h2) + .wm-block,
.wm-section__content > :not(h2) + .wm-row {
  margin-top: 3rem;
}

.wm-section__content > h2 + * {
  margin-top: 1.5rem;
}

@media (max-width: 47.99em) {
  .wm-section__content--full {
    padding: 0;
  }
}

.wm-section__content--bleed {
  padding: 0;
}

@media (max-width: 47.99em) {
  .wm-section__content--tablet-only {
    max-width: 52rem;
  }
}

.wm-section__content--fixed {
  width: 100%;
}

.wm-section__content--clean {
  padding: 0;
}

.wm-section__skip {
  left: 0;
  position: absolute;
  top: 0;
  transform: translateY(-100%);
}

.wm-section__skip:not(:focus) {
  clip: rect(0 0 0 0);
  border: 0;
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.wm-section:last-child {
  margin-bottom: 0;
}

@media (min-width: 35em) {
  .wm-section--reduced {
    margin-bottom: 3rem;
  }
}

.wm-nav-tag {
  margin-bottom: 3rem;
  margin-top: 3rem;
  padding: 1rem 0;
}

.wm-nav-tag:focus {
  outline: none;
}

.wm-nav-tag--no-scroll {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}

.wm-nav-tag--scroll {
  clip-path: polygon(0 0, 100% 0, 100% 100vh, 0 100vh);
  overflow: visible !important;
}

.wm-nav-tag__list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}

.wm-nav-tag__list--no-scroll {
  flex-wrap: nowrap;
}

.wm-nav-tag__item {
  margin: 0 1rem 1rem 0;
}

.wm-nav-tag__list--no-scroll .wm-nav-tag__item {
  flex-shrink: 0;
  margin-bottom: 0;
}

.wm-nav-tag__link {
  align-items: center;
  background: #fff;
  border: 1px solid #d6d1ca;
  border-radius: 20px;
  display: inline-flex;
  font-size: 1.6rem;
  min-height: 3rem;
  padding: 0.25rem 1.3rem 0.26rem;
}

.wm-jsm .wm-nav-tag__link--no-js {
  display: none;
}

.wm-nav-tag__link:hover {
  background-color: #f3f1ef;
}

.wm-nav-tag__link:link,
.wm-nav-tag__link:visited {
  color: #292929;
  text-decoration: none;
}

.wm-nav-tag__link--amt {
  background: #4b4b82;
  border-color: #4b4b82;
}

.wm-nav-tag__link--amt,
.wm-nav-tag__link--amt:link,
.wm-nav-tag__link--amt:visited {
  color: #fff;
}

.wm-nav-tag__link--amt:hover {
  background-color: #fff;
  border-color: #4b4b82;
  color: #4b4b82;
}

.wm-nav-tag__link--no-hover:hover {
  background-color: #fff;
}

.wm-nav-tag__button {
  display: none;
  flex-shrink: 0;
  justify-content: space-between;
  position: relative;
  transition: all 0.2s;
  width: 100%;
  z-index: 3;
}

.wm-nav-tag__button[aria-expanded="true"] {
  border-bottom-color: transparent;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.wm-jsm .wm-nav-tag__button {
  display: flex;
}

.wm-nav-tag__button-icon {
  margin-left: 1rem;
  transition: transform 0.3s;
}

[aria-expanded="true"] .wm-nav-tag__button-icon {
  transform: rotate(180deg);
}

.wm-nav-tag__button-icon-bg {
  background: #f3f1ef;
  border: none;
  height: auto;
  margin-left: 1rem;
  transition: transform 0.3s;
  width: auto;
}

[dir="rtl"] .wm-nav-tag__button-icon-bg {
  margin-left: 0;
  margin-right: 1rem;
}

.wm-nav-tag__button-icon-bg:hover {
  background: #d6d1ca;
}

.wm-nav-tag__button-icon-bg[aria-expanded="true"] {
  background: #d6d1ca;
  transform: rotate(180deg);
}

.wm-nav-tag__button-icon-bg:focus {
  outline: 4px solid #4b4b82;
}

.wm-nav-tag__dropdown {
  display: inline-flex;
  flex-wrap: wrap;
  position: relative;
  white-space: nowrap;
  z-index: 1;
}

.wm-nav-tag__dropdown--end {
  justify-content: flex-end;
}

.wm-nav-tag__dropdown-list {
  background-color: #fff;
  border: 1px solid #d6d1ca;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-top: 0 solid #d6d1ca;
  list-style: none;
  max-height: 17.5rem;
  outline: none;
  overflow: auto;
  padding: 0;
  position: relative;
  transform: translateY(-100%);
  transition: all 0.2s;
}

.wm-nav-tag__dropdown-list:not([hidden]) {
  opacity: 1;
  transform: none;
}

.wm-nav-tag__dropdown-listcontainer {
  left: 0;
  overflow: hidden;
  position: relative;
  top: 100%;
}

.wm-nav-tag__dropdown-listcontainer--end {
  left: auto;
  right: 0;
}

.wm-nav-tag__dropdown-item {
  cursor: pointer;
  display: block;
  padding: 0.5rem 1.5rem;
  width: 100%;
}

.wm-nav-tag__dropdown-item[aria-selected="true"] {
  background-color: #d6d1ca;
}

.wm-nav-tag__dropdown-item:focus,
.wm-nav-tag__dropdown-item:hover {
  background-color: #d6d1ca;
  outline: none;
}

.wm-nav-tag__dropdown-link {
  white-space: nowrap;
}

.wm-nav-tag__dropdown-link,
.wm-nav-tag__dropdown-link:link,
.wm-nav-tag__dropdown-link:visited {
  color: #292929;
}

.wm-nav-tag__icon {
  margin-right: 1rem;
}

[dir="rtl"] .wm-nav-tag__icon {
  margin-left: 1rem;
  margin-right: 0;
}

.wm-nav-wrapper {
  background-color: #e6e5fe;
  background-color: var(--nav_background);
  width: 100%;
}

.wm-nav-wrapper--abendstimmung {
  --nav_background: #d4c8d4;
  --nav_background_gradient1: rgba(212, 200, 212, 0.1);
  --nav_background_gradient2: rgba(212, 200, 212, 0.5);
}

.wm-nav-wrapper--morgenrot {
  --nav_background: #ffced1;
  --nav_background_gradient1: rgba(255, 206, 209, 0.1);
  --nav_background_gradient2: rgba(255, 206, 209, 0.5);
}

.wm-nav-wrapper--flieder {
  --nav_background: #e6e5fe;
  --nav_background_gradient1: rgba(230, 229, 254, 0.1);
  --nav_background_gradient2: rgba(230, 229, 254, 0.5);
}

.wm-nav-wrapper--goldgelb {
  --nav_background: #f8efbd;
  --nav_background_gradient1: hsla(51, 81%, 86%, 0.1);
  --nav_background_gradient2: hsla(51, 81%, 86%, 0.5);
}

.wm-nav-wrapper--nebelgrau {
  --nav_background: #f3f1ef;
  --nav_background_gradient1: hsla(30, 14%, 95%, 0.1);
  --nav_background_gradient2: hsla(30, 14%, 95%, 0.5);
}

.wm-nav-wrapper--frischgruen {
  --nav_background: #cdedcd;
  --nav_background_gradient1: rgba(205, 237, 205, 0.1);
  --nav_background_gradient2: rgba(205, 237, 205, 0.5);
}

.wm-nav-wrapper--wasserblau {
  --nav_background: #d2f0ff;
  --nav_background_gradient1: rgba(210, 240, 255, 0.1);
  --nav_background_gradient2: rgba(210, 240, 255, 0.5);
}

.wm-nav-wrapper__inner {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
  gap: 1.5rem;
  height: 5.6rem;
  margin: 0 auto;
  max-width: 52rem;
  padding: 0 1.5rem;
}

@media (min-width: 48em) {
  .wm-nav-wrapper__inner {
    max-width: 120rem;
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

@media (min-width: 52.8125em) {
  .wm-nav-wrapper__inner {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media (min-width: 64em) {
  .wm-nav-wrapper__inner {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

@media print {
  .wm-nav-wrapper__inner {
    max-width: 100%;
  }
}

.wm-nav-main {
  display: block;
  flex-shrink: 0;
  height: 100%;
  max-width: 41.5rem;
  overflow: hidden;
  z-index: 1002;
}

.wm-nav-wrapper--abendstimmung .wm-nav-main {
  --nav_background: #d4c8d4;
  --nav_background1: rgba(73, 39, 75, 0.3);
  --nav_background2: rgba(212, 200, 212, 0.3);
  --nav_background_full: #49274b;
}

.wm-nav-wrapper--morgenrot .wm-nav-main {
  --nav_background: #ffced1;
  --nav_background1: rgba(255, 90, 100, 0.3);
  --nav_background2: rgba(255, 206, 209, 0.3);
  --nav_background_full: #ff5a64;
}

.wm-nav-wrapper--flieder .wm-nav-main {
  --nav_background: #e6e5fe;
  --nav_background1: rgba(170, 170, 250, 0.3);
  --nav_background2: rgba(230, 229, 254, 0.3);
  --nav_background_full: #aaaafa;
}

.wm-nav-wrapper--goldgelb .wm-nav-main {
  --nav_background: #f8efbd;
  --nav_background1: rgba(230, 200, 40, 0.3);
  --nav_background2: hsla(51, 81%, 86%, 0.3);
  --nav_background_full: #e6c828;
}

.wm-nav-wrapper--nebelgrau .wm-nav-main {
  --nav_background: #f3f1ef;
  --nav_background1: hsla(35, 13%, 82%, 0.3);
  --nav_background2: hsla(30, 14%, 95%, 0.3);
  --nav_background_full: #d6d1ca;
}

.wm-nav-wrapper--frischgruen .wm-nav-main {
  --nav_background: #cdedcd;
  --nav_background1: rgba(130, 210, 130, 0.3);
  --nav_background2: rgba(205, 237, 205, 0.3);
  --nav_background_full: #82d282;
}

.wm-nav-wrapper--wasserblau .wm-nav-main {
  --nav_background: #d2f0ff;
  --nav_background1: rgba(115, 206, 229, 0.3);
  --nav_background2: rgba(210, 240, 255, 0.3);
  --nav_background_full: #73cee5;
}

.wm-nav-wrapper--abendstimmung .wm-nav-main {
  --nav_link_child: #fff;
  --nav_link_active: #fff;
}

.wm-nav-main--nebelgrau,
.wm-nav-wrapper--frischgruen .wm-nav-main,
.wm-nav-wrapper--goldgelb .wm-nav-main {
  --nav_link_child: #292929;
  --nav_link_active: #292929;
}

.wm-nav-main--hidden {
  display: none;
}

[data-nav-open="true"] .wm-nav-main {
  overflow: visible;
  width: auto;
}

.wm-nav-main__toggle {
  border-radius: 2px;
  flex-shrink: 0;
  gap: 1rem;
  margin-left: auto;
  max-height: 4.4rem;
  padding: 0 0.7rem;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.3s;
  z-index: 2;
}

.wm-nav-main__toggle,
.wm-nav-main__toggle:hover {
  background: var(--nav_background);
}

.wien .wm-nav-main__toggle {
  background: none;
}

.wm-nav-main__toggle:focus {
  outline-offset: -4px;
}

.wm-nav-main__toggle:focus-visible {
  outline-color: #4b4b82;
  outline-offset: -4px;
}

.wm-nav-main__inner {
  height: 5.6rem;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  top: 6rem;
  transition: opacity 0.3s;
  width: 100%;
}

[data-nav-unlock] .wm-nav-main__inner {
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
}

[data-nav-active] .wm-nav-main__inner {
  background: rgba(0, 0, 0, 0.5);
  height: 500px;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}

[data-nav-open="true"] .wm-nav-main__inner {
  opacity: 1;
}

.wien .wm-nav-main__inner {
  visibility: hidden;
}

.wien [data-nav-active] .wm-nav-main__inner {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  top: 0;
  visibility: visible;
}

.wm-nav-main__inner:focus {
  outline-color: transparent;
}

.wm-nav-main__header {
  align-items: center;
  display: none;
  justify-content: space-between;
  max-width: 100%;
  min-height: 6rem;
  position: relative;
  z-index: 1;
}

.wien .wm-nav-main__header {
  display: flex;
}

.wien [data-nav-unlock] .wm-nav-main__header {
  background-color: #fff;
  background-color: var(--nav_background);
  max-width: 41.5rem;
  padding-left: 2rem;
  padding-right: 1.5rem;
  position: absolute;
  right: 0;
  top: 0;
  width: calc(100% - 1.5rem);
}

.wm-nav-main__greeting {
  display: none;
}

[data-nav-unlock] .wm-nav-main__greeting {
  display: block;
}

.wm-nav-main__content {
  display: flex;
  justify-content: flex-end;
  margin: 0 auto;
  max-width: 52rem;
  min-height: 100%;
  padding: 0 0 0 1.5rem;
  transform: translateX(100vw);
  transition: transform 0.3s;
  visibility: hidden;
  width: 100%;
}

@media (min-width: 48em) {
  .wm-nav-main__content {
    max-width: 120rem;
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

@media (min-width: 52.8125em) {
  .wm-nav-main__content {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media (min-width: 64em) {
  .wm-nav-main__content {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

@media print {
  .wm-nav-main__content {
    max-width: 100%;
  }
}

[data-nav-open="true"] .wm-nav-main__content {
  transform: translateX(0);
}

[data-nav-active] .wm-nav-main__content {
  visibility: visible;
}

.wm-nav-main__backdrop {
  display: none;
}

.wm-nav-main__list {
  list-style: none;
  margin: 0;
  opacity: 0;
  padding: 0;
}

[data-nav-unlock] .wm-nav-main__list {
  opacity: 1;
}

.wm-nav-main__list--1 {
  font-weight: 600;
  text-transform: uppercase;
}

@supports (font-variation-settings: normal) {
  .wm-nav-main__list--1 {
    font-variation-settings: "wght" 600;
    font-weight: 400;
  }
}

.wm-nav-main__list--2 {
  background: var(--nav_background1);
  font-weight: 400;
}

@supports (font-variation-settings: normal) {
  .wm-nav-main__list--2 {
    font-variation-settings: "wght" 400;
    font-weight: 400;
  }
}

.wm-nav-main__list--3 {
  background: var(--nav_background2);
  font-weight: 400;
  text-transform: none;
}

@supports (font-variation-settings: normal) {
  .wm-nav-main__list--3 {
    font-variation-settings: "wght" 400;
    font-weight: 400;
  }
}

.wm-nav-main__list--padding {
  padding: 2rem;
}

.wm-js .wm-nav-main__list:not(.wm-nav-main__list--1),
.wm-jsm .wm-nav-main__list:not(.wm-nav-main__list--1) {
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.3s;
  visibility: hidden;
}

.wm-nav-main__list--is-visible {
  height: auto !important;
  opacity: 1 !important;
  visibility: visible !important;
  z-index: 1;
}

.wm-nav-main__list--is-hiding {
  z-index: 0;
}

.wm-nav-main__lists {
  background-color: #e6e5fe;
  background-color: var(--nav_background);
  max-width: 41.5rem;
  min-height: 100%;
  padding-bottom: 5.6rem;
  padding-top: 6rem;
  width: 100%;
}

.wm-nav-main__lists > * + * {
  margin-top: 2.1rem;
}

.wm-nav-main__lists > * + :before {
  border-bottom: 1px solid #292929;
  content: "";
  display: block;
  margin: 0 2rem 1.5rem;
}

.wien .wm-nav-main__lists {
  background-color: #fff;
}

[data-nav-active] .wm-nav-main__lists {
  min-height: calc(100vh - 6rem);
  min-height: calc(var(--vh, 1vh) * 100 - 6rem);
}

.wm-nav-main__list--padding:before {
  margin-bottom: 3.3rem;
  margin-left: 0;
  margin-right: 0;
}

.wm-nav-main__icon {
  height: 2.2rem;
  margin-right: 1rem;
  position: relative;
  top: -1px;
  width: 2.2rem;
}

.wm-nav-main__link {
  align-items: center;
  display: flex;
  padding: 1.3rem 2rem 1.1rem;
  width: 100%;
}

.wm-nav-main__link:where(button) {
  justify-content: space-between;
}

.wm-nav-main__list--2 .wm-nav-main__link {
  padding-left: 3rem;
}

.wm-nav-main__list--3 .wm-nav-main__link {
  padding-left: 4rem;
}

.wm-nav-main__link svg {
  flex-shrink: 0;
  transition: transform 0.3s;
}

.wm-nav-main__link[aria-current="page"],
.wm-nav-main__link[aria-current="page"]:link,
.wm-nav-main__link[aria-current="page"]:visited {
  text-decoration: underline;
}

.wm-nav-main__link--active svg,
.wm-nav-main__link[data-active] svg {
  fill: currentColor;
}

.wm-nav-main__link[data-active] .wm-nav-main__subnav-icon {
  transform: rotate(180deg);
}

.wm-nav-main__list--1 > * > .wm-nav-main__link--active {
  background-color: var(--nav_background_full);
}

.wm-nav-main__list--1 > * > .wm-nav-main__link--active,
.wm-nav-main__list--1 > * > .wm-nav-main__link--active:link,
.wm-nav-main__list--1 > * > .wm-nav-main__link--active:visited {
  color: var(--nav_link_active);
}

.wm-nav-main__list--1 > * > .wm-nav-main__link[data-active] {
  background-color: var(--nav_background_full);
}

.wm-nav-main__list--1 > * > .wm-nav-main__link[data-active],
.wm-nav-main__list--1 > * > .wm-nav-main__link[data-active]:link,
.wm-nav-main__list--1 > * > .wm-nav-main__link[data-active]:visited {
  color: var(--nav_link_active);
  text-decoration: none;
}

.wm-nav-main__link,
.wm-nav-main__link:link,
.wm-nav-main__link:visited {
  color: #292929;
  color: var(--nav_link);
  text-decoration: none;
}

.wm-nav-main__link:hover {
  text-decoration: underline;
}

.wm-nav-main__subnav-icon {
  margin-left: auto;
}

.wm-nav-main__actions {
  align-items: center;
  display: flex;
  flex-grow: 1;
  height: 100%;
  justify-content: flex-end;
  position: relative;
  z-index: 1003;
}

.wm-nav-main__actions > * {
  flex-shrink: 0;
}

.wm-nav-main__actions > * + * {
  margin-left: 1rem;
}

.wm-nav-main__actions--hidden {
  display: none;
}

.wm-nav-main__actions--full {
  background: #fff;
  margin: 0 -1.5rem;
  width: calc(100% + 3rem);
}

@media (min-width: 35em) {
  .wm-nav-main__actions--full {
    background: none;
  }
}

.wm-nav-main__actions a,
.wm-nav-main__actions a:link,
.wm-nav-main__actions a:visited {
  color: #292929;
  text-decoration: none;
}

.wm-nav-main__actions a:hover {
  text-decoration: underline;
}

.wm-nav-main__search--visible {
  display: block;
  width: 100%;
}

.wm-nav-main__search-btn span {
  clip: rect(0 0 0 0);
  border: 0;
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.wm-nav-main__login-text {
  max-width: 9rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (min-width: 35em) {
  .wm-nav-main__login-text {
    max-width: 100%;
  }
}

.wm-nav-main__login {
  display: flex;
  flex-shrink: 0;
}

.wm-nav-main__login-content {
  transform: translateY(0.8rem);
}

.wm-nav-wrapper__inner .wm-nav-main__login-content {
  transform: translateY(0.6rem);
}

.wm-nav-main-btn {
  align-items: center;
  cursor: pointer;
  display: flex;
  height: 100%;
  justify-content: center;
  min-height: 4.4rem;
  min-width: 4.4rem;
}

.wm-nav-main-btn__text {
  display: block;
}

.wm-nav-main-btn__text:not(:last-child) {
  margin-right: 1rem;
}

[dir="rtl"] .wm-nav-main-btn__text:not(:last-child) {
  margin-left: 1rem;
  margin-right: 0;
}

@media (min-width: 25.9375em) {
  .wm-js .wm-nav-main-btn__text--burger {
    clip: auto;
    clip-path: none;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    white-space: normal;
    width: auto;
  }
}

.wm-js .wm-nav-main-btn__text--hidden {
  clip: rect(0 0 0 0);
  border: 0;
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.wm-nav-main-btn__icon {
  display: block;
}

.wm-nav-main-btn__icon--close {
  display: none;
}

[data-nav-open="true"] .wm-nav-main-btn__icon--close {
  display: block;
}

[data-nav-open="true"] .wm-nav-main-btn__icon--open {
  display: none;
}

.wm-nav-main-btn,
.wm-nav-main-btn:link,
.wm-nav-main-btn:visited {
  color: #292929;
  text-decoration: none;
}

.wm-card {
  align-content: start;
  background-color: #fff;
  box-shadow: 0 4px 8px 0 rgba(41, 41, 41, 0.16);
  display: grid;
  grid-template-columns: 1.5rem 1fr 1.5rem;
  grid-template-rows: repeat(3, min-content) 1fr;
  height: auto;
  padding: 1.5rem 0;
  position: relative;
  width: 100%;
}

.wm-card--s {
  max-width: 26rem;
}

.wm-card--s h2:first-child,
.wm-card--s h3:first-child {
  font-size: 1.7rem;
  font-weight: 600;
}

@supports (font-variation-settings: normal) {
  .wm-card--s h2:first-child,
  .wm-card--s h3:first-child {
    font-variation-settings: "wght" 600;
    font-weight: 400;
  }
}

.wm-card--m {
  max-width: 35rem;
}

.wm-card--l {
  max-width: 53rem;
}

.wm-card--full {
  grid-column: 1/-1;
}

.wm-card > * {
  grid-column: 2;
  min-width: 0;
}

.wm-card > * + * {
  margin-top: 1.5rem;
}

.wm-card__canvas {
  display: inherit;
  grid-template-columns: inherit;
  padding-bottom: 56.25%;
  position: relative;
}

.wm-card__canvas-inner {
  align-items: flex-end;
  display: flex;
  grid-column: 2/-2;
  height: 100%;
  left: 0;
  padding: 1.5rem 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.wm-card__header {
  display: flex;
  justify-content: space-between;
}

.wm-card__link:hover {
  text-decoration: underline;
}

.wm-card__content {
  z-index: 2;
}

.wm-card__content > * + * {
  margin-top: 1.5rem;
}

.wm-card__content:nth-last-child(2) + * {
  align-self: end;
  grid-row: 4;
  margin-top: 3rem;
}

.wm-card__media {
  aspect-ratio: 16/9;
  grid-column: 1/-1;
  margin-bottom: 1.5rem;
  order: -2;
  overflow: hidden;
  position: relative;
}

@supports (display: grid) {
  .wm-card__media {
    margin-top: -1.5rem;
  }
}

.wm-card__media img {
  height: auto;
  width: 100%;
}

.wm-card__badge {
  font-weight: 600;
  margin: 0 0 1rem;
  order: -1;
}

@supports (font-variation-settings: normal) {
  .wm-card__badge {
    font-variation-settings: "wght" 600;
    font-weight: 400;
  }
}

.wm-card__icon {
  background: #4b4b82;
  border-radius: 50%;
  bottom: 0;
  color: #fff;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.3s;
}

.wm-card__icon:hover {
  transform: scale(1.2);
}

.wm-card__heading {
  align-items: center;
  display: flex;
  gap: 1rem;
}

.wm-section--highlight .wm-card {
  box-shadow: none;
}

.wm-card--linked .wm-em-link:before,
.wm-card--linked :is(h2, h3, h4) a:before,
.wm-card--linked [data-wm-card-link]:before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.wm-card--linked .wm-card__content > :not(a) {
  position: relative;
  z-index: 2;
}

.wm-media-wrapper {
  height: 0;
  position: relative;
  width: 100%;
}

.wm-media-wrapper--video {
  padding-bottom: 56.25%;
  padding-top: 6rem;
}

.wm-media-wrapper--video iframe {
  border: none;
  height: 100%;
  margin: 0;
  overflow: auto;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.wm-media-wrapper--video [data-src*="www.wien.gv.at"] {
  aspect-ratio: 710/459;
  max-width: 100%;
}

.wm-viennaviz-container {
  overflow: hidden;
  padding-top: 80%;
  position: relative;
}

.wm-viennaviz-container iframe {
  border: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.wm-modal {
  align-items: center;
  background: rgba(0, 0, 0, .8);
  display: flex;
  height: calc(var(--vh, 1vh) * 100);
  justify-content: center;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: opacity .3s linear;
  visibility: hidden;
  width: 100%;
  z-index: 2147483648
}

.wm-is-zoomed .wm-modal {
  background: rgba(0, 0, 0, 0.95);
}

.wm-modal--active {
  opacity: 1;
  visibility: visible;
}

.wm-modal__wrapper {
  height: 100%;
  position: relative;
  width: 100%;
}

.wm-modal__wrapper:focus-visible {
  outline: 0;
}

.wm-modal__wrapper:focus {
  outline: 0;
}

@media (max-width: 47.99em) {
  .wm-modal__wrapper[style*="max-height"] {
    max-height: 100% !important;
  }
}

.wm-modal__close {
  background: #fff;
  height: 4.4rem;
  padding: 0.5rem;
  position: absolute;
  right: 1rem;
  top: 1rem;
  transition: opacity 0.3s linear;
  width: 4.4rem;
  z-index: 2;
}

[dir="rtl"] .wm-modal__close {
  left: 1rem;
  right: 0;
}

.wm-modal__close svg {
  height: 100%;
  width: 100%;
}

.wm-is-zoomed .wm-modal__close {
  opacity: 0;
}

.wm-modal__close:focus-visible {
  outline-color: #fff;
}

.wm-modal__close:focus {
  outline-color: #fff;
  outline-offset: 2px;
}

.wm-modal__close:hover {
  background: #292929;
  color: #fff;
}

.wm-modal__item {
  flex-shrink: 0;
  pointer-events: none;
  width: 100%;
}

.wm-modal__item.wm-zoom-active,
.wm-modal__item > * {
  pointer-events: all;
}

.js .wm-modal__html {
  display: none;
}

.wm-modal img {
  background-color: #f3f1ef;
  max-height: 100%;
}

.wm-modal img.wm-image--zoomed {
  max-height: none;
}

.no-js button.js-wm-modal,
.wm-js:not(.wm-jsm) button.js-wm-modal {
  display: none;
}

.wm-modal-content {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  width: 100%;
}

.wm-modal-content--gallery {
  clip-path: polygon(0 -7.4rem, 100% -7.4rem, 100% 200%, 0 200%);
}

.wm-modal-content__item {
  align-self: center;
  background: #f3f1ef;
  flex-shrink: 0;
  padding-bottom: 56.52%;
  pointer-events: none;
  position: relative;
  width: 100%;
}

.wm-modal-content__item.wm-zoom-active {
  background: none;
  height: 100%;
  padding-bottom: 0;
  pointer-events: all;
}

.wm-modal-content__item > * {
  pointer-events: all;
}

.wm-modal-content__item--media {
  padding-bottom: 0;
}

.wm-modal-content__item--image.wm-modal-content__item--loaded {
  background: none;
}

.wm-modal-content__item--html,
.wm-modal-content__item--page {
  background: #f3f1ef;
  height: 100%;
  padding-bottom: 0;
}

.wm-modal-content__item--html {
  background: #fff;
}

.wm-modal-content__caption {
  background: #d6d1ca;
  bottom: 0;
  font-size: 0.9em;
  left: 0;
  padding: 0.5rem 1rem;
  position: absolute;
  transform: translateY(100%);
  transition: opacity 0.15s;
  width: 100%;
}

.wm-is-zoomed .wm-modal-content__caption {
  opacity: 0;
  pointer-events: none;
}

.wm-modal-content__info {
  background: #f3f1ef url(../icons/svg/info.svg) no-repeat;
  background-position: left 0.3rem center;
  background-size: 2.4rem;
  bottom: 0;
  display: inline-block;
  font-size: 1.3rem;
  height: 3.2rem;
  left: 0;
  overflow: hidden;
  padding: 0.5rem 1rem 0.5rem 3rem;
  position: fixed;
  text-overflow: ellipsis;
  transition: opacity 0.15s;
  white-space: nowrap;
  width: 100%;
}

.wm-modal-content__info:hover {
  height: auto;
  white-space: normal;
}

.wm-is-zoomed .wm-modal-content__info {
  opacity: 0;
  pointer-events: none;
}

.wm-modal-content__html,
.wm-modal-content__page {
  -webkit-overflow-scrolling: touch;
  height: calc(100% - 6.4rem);
  left: 0;
  overflow: auto;
  padding: 0 1rem;
  position: absolute;
  top: 6.4rem;
  width: 100%;
}

.wm-modal-content__gallery {
  display: flex;
  height: 100%;
  transition: transform 0.2s;
  width: 100%;
}

.wm-modal-content__thumbs {
  -webkit-overflow-scrolling: touch;
  bottom: 4.2rem;
  display: flex;
  gap: 1rem;
  left: 0;
  overflow: auto;
  position: fixed;
  width: 100%;
  z-index: 1;
}

.wm-is-zoomed .wm-modal-content__thumbs {
  opacity: 0;
  pointer-events: none;
}

.wm-modal-content__thumb {
  background: #f3f1ef;
  border: 2px solid #f3f1ef;
  flex: 0 0 6.4rem;
  height: 6.4rem;
  padding: 0;
}

.wm-modal-content__thumb[aria-selected] {
  border-color: #fff;
}

.wm-modal-content__thumb img {
  height: 100%;
  max-width: none;
  object-fit: cover;
  opacity: 0.5;
  transition: opacity 0.3s linear;
  width: 100%;
}

.wm-modal-content__thumb:focus img,
.wm-modal-content__thumb:hover img,
.wm-modal-content__thumb[aria-selected] img {
  opacity: 1;
}

.wm-modal-content__thumb:focus {
  outline-color: #fff;
  outline-offset: -7px;
  outline-width: 3px;
}

.wm-modal-content__control {
  background: #fff no-repeat;
  border: none;
  border-radius: 50%;
  height: 4.4rem;
  opacity: 0.9;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 4.4rem;
}

.wm-modal-content__control[rel="prev"] {
  background-image: url(../icons/svg/chevron-left.svg);
  background-position: center left 45%;
  left: 0.5rem;
}

.wm-modal-content__control[rel="next"] {
  background-image: url(../icons/svg/chevron-right.svg);
  background-position: center left 55%;
  right: 0.5rem;
}

.wm-is-zoomed .wm-modal-content__control,
.wm-is-zoomed .wm-modal-content__control:focus,
.wm-is-zoomed .wm-modal-content__control:hover {
  opacity: 0;
}

.wm-modal-content__control:focus {
  opacity: 1;
  outline-color: #fff;
}

.wm-modal-content__control:focus:not(:focus-visible) {
  outline: none;
}

.wm-modal-content__control:focus-visible {
  opacity: 1;
  outline-color: #fff;
}

.wm-modal-content__control:active {
  scale: 0.97;
}

.wm-modal-content__control:hover {
  opacity: 1;
}

html:not(.wm-jsm) [data-wm-modal="html"] {
  display: none;
}

html:not(.wm-jsm) [data-wm-modal-html] {
  display: block;
}

[data-wm-modal="image"] {
  display: inline-block;
  max-width: 100%;
  position: relative;
  text-decoration: none;
}

[data-wm-modal="image"]:after {
  align-items: center;
  background: #f3f1ef url(../icons/svg/zoom.svg) no-repeat center right 0.3rem;
  background-size: 24px 70%;
  border: 1px solid #d6d1ca;
  bottom: 2px;
  content: "";
  display: inline-flex;
  font-size: 1.6rem;
  height: 3.4rem;
  min-width: 3.4rem;
  padding-left: 0.8rem;
  position: absolute;
  right: 2px;
}

:lang(de) [data-wm-modal-group]:after,
:lang(en) [data-wm-modal-group]:after {
  color: #292929;
  padding-right: 3.4rem;
}

:lang(de) [data-wm-modal-group]:after {
  content: "Weitere";
}

:lang(en) [data-wm-modal-group]:after {
  content: "More";
}

.wm-tabs {
  opacity: 0;
}

.wm-tabs__list {
  margin-top: 0;
  padding-left: 2rem;
}

.wm-jsm .wm-tabs__list {
  display: flex;
  list-style: none;
  margin-bottom: 0;
  overflow: auto;
  padding: 0;
  position: relative;
  z-index: 1;
}

.wm-tabs__item {
  flex-shrink: 0;
  margin: 0 0.5rem 0.5rem 0;
}

.wm-jsm .wm-tabs__item {
  margin: 0 -1px 0 0;
}

.wm-jsm .wm-tabs__tab {
  border: 1px solid #f3f1ef;
}

.wm-jsm .wm-tabs__tab--active {
  background-color: #f3f1ef;
}

.wm-jsm .wm-tabs__tab:focus {
  outline-offset: -4px;
}

.wm-jsm .wm-tabs__tab:focus-visible {
  outline-offset: -4px;
}

.wm-jsm .wm-tabs__tab,
.wm-jsm .wm-tabs__tab:link,
.wm-jsm .wm-tabs__tab:visited {
  color: #292929;
  display: block;
  padding: 0.7rem 1.5rem;
  text-decoration: none;
}

.wm-jsm .wm-tabs__tab:hover {
  background-color: #f3f1ef;
}

.wm-jsm .wm-tabs--inverse .wm-tabs__tab:hover {
  background: #fff;
}

.wm-jsm .wm-tabs--inverse .wm-tabs__tab {
  background-color: #f3f1ef;
}

.wm-jsm .wm-tabs--inverse .wm-tabs__tab--active {
  background-color: #fff;
  border-bottom-color: #fff;
}

.wm-tabs__panel {
  background-color: #f3f1ef;
  margin-bottom: 1.5rem;
}

.wm-tabs__panel > * + * {
  margin-bottom: 0;
  margin-top: 1.5rem;
}

.wm-tabs__panel > .wm-h-vh:first-child + * {
  margin-top: 0;
}

.wm-jsm .wm-tabs__panel {
  border: 1px solid #f3f1ef;
  margin-top: -2px;
  padding: 1.5rem;
}

.wm-jsm .wm-tabs__panel:not(:first-of-type) {
  display: none;
}

.wm-jsm .wm-tabs__panel--hidden {
  display: none !important;
}

.wm-jsm .wm-tabs__panel--visible {
  display: block !important;
}

.wm-tabs--inverse .wm-tabs__panel {
  background-color: #fff;
}

.wm-tabs__panel-heading {
  margin-top: 0;
}

.wm-jsm .wm-tabs__panel-heading {
  display: none;
}

.wm-js .wm-tabs,
.wm-jsm .wm-tabs--active,
.wm-no-js .wm-tabs {
  opacity: 1;
}

.wm-search-results {
  list-style: none;
  padding: 0;
}

.wm-search-results > * + * {
  margin-bottom: 0;
  margin-top: 2rem;
}

.wm-search-results > .wm-h-vh:first-child + * {
  margin-top: 0;
}

.wm-search-results .wm-search-results {
  margin: 2rem 0 0 2rem;
}

.wm-search-result:after {
  clear: both;
  content: "";
  display: table;
}

.wm-search-result__link,
.wm-search-result__link:link,
.wm-search-result__link:visited {
  text-decoration: none;
}

.wm-search-result__link:hover {
  text-decoration: underline;
}

.wm-search-result__icon {
  height: 26px !important;
  margin-right: 0.6rem;
  max-width: 100%;
}

.wm-search-result__other {
  font-size: 90%;
}

.wm-search-result__image {
  float: left;
  margin: 0.5rem 2rem 0 0;
}

.wm-stage {
  margin: 3rem auto 2rem;
  max-width: 120rem;
  position: relative;
}

.wm-stage--media {
  display: grid;
  margin-top: 0;
}

.wm-stage--media picture {
  height: 100%;
}

.wm-stage--media img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.wm-stage--media video {
  align-self: center;
}

.wm-stage--media > * {
  grid-column: 1;
  grid-row: 1/-1;
}

.wm-stage--desktop-only {
  margin: 3rem auto 2rem;
}

.wm-stage--color {
  aspect-ratio: 1200/450;
  display: grid;
  margin-top: 0;
}

@supports not (aspect-ratio: 1200/450) {
  .wm-stage--color {
    height: 22.25rem;
  }
}

.tns-item .wm-stage {
  margin-bottom: 0;
}

.wm-stage__heading {
  font-size: 2rem;
  font-weight: 800;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  line-height: 1.3;
}

@supports (font-variation-settings: normal) {
  .wm-stage__heading {
    font-variation-settings: "wght" 740;
    font-weight: 400;
  }
}

.wm-stage__content {
  display: flex;
  margin: 0 auto;
  max-width: 52rem;
  padding: 0 1.5rem;
  pointer-events: none;
  position: relative;
  z-index: 1;
}

@media (min-width: 48em) {
  .wm-stage__content {
    max-width: 120rem;
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

@media (min-width: 52.8125em) {
  .wm-stage__content {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media (min-width: 64em) {
  .wm-stage__content {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

@media print {
  .wm-stage__content {
    max-width: 100%;
  }
}

.wm-stage__content--color,
.wm-stage__content--media {
  align-self: end;
  grid-column: 1;
  grid-row: 1/-1;
  width: 100%;
}

.wm-stage__content--end {
  flex-direction: row-reverse;
}

@media (max-width: 47.99em) {
  .wm-stage__content--bottom {
    grid-row: auto;
    max-width: 100%;
  }
}

.wm-stage__media {
  aspect-ratio: 1200/450;
  display: grid;
  gap: 0.5rem;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  overflow: hidden;
}

.wm-stage__media--desktop-only {
  display: none;
}

.wm-stage__media a {
  outline-offset: -3px;
}

.wm-stage__media > :after {
  display: none;
}

.wm-stage__media > :first-child {
  grid-column: 1/3;
  grid-row: 1/-1;
}

@supports not (aspect-ratio: 1200/450) {
  .wm-stage__media > :first-child {
    height: 22.75rem;
  }
}

.wm-stage__media > :first-child:after {
  display: inline-flex;
  left: 2px;
  right: auto;
}

.wm-stage__media > :first-child:nth-last-child(2) {
  grid-column: 1/-1;
}

.wm-stage__media > :first-child:nth-last-child(2):after {
  left: auto;
  right: 2px;
}

.wm-stage__media > :nth-child(2) {
  grid-column: -1/-2;
  grid-row: 1/2;
}

@supports not (aspect-ratio: 1200/450) {
  .wm-stage__media > :nth-child(2) {
    height: 11.125rem;
  }
}

.wm-stage__media > :nth-child(2):last-child {
  display: none;
}

.wm-stage__media > :nth-child(3) {
  grid-column: -1/-2;
  grid-row: 2/-1;
}

@supports not (aspect-ratio: 1200/450) {
  .wm-stage__media > :nth-child(3) {
    height: 11.125rem;
  }
}

.wm-stage__media > :only-child {
  grid-column: 1/-1;
}

.wm-stage__media > :nth-child(n + 4),
.wm-stage__media > :only-child:after {
  display: none;
}

.wm-stage__text {
  pointer-events: all;
}

.wm-stage__text > * + * {
  margin-bottom: 0;
  margin-top: 1.5rem;
}

.wm-stage__text > .wm-h-vh:first-child + * {
  margin-top: 0;
}

.wm-stage__text--color,
.wm-stage__text--media {
  background-color: #fff;
  max-width: 50rem;
  padding: 1rem;
}

.tns-item .wm-stage__text--color,
.tns-item .wm-stage__text--media {
  padding-bottom: 0;
}

.wm-stage__text--desktop-only {
  padding: 0;
}

@media (max-width: 47.99em) {
  .wm-stage__text--bottom {
    padding-left: 0;
    padding-right: 0;
  }
}

.wm-stage__controls {
  position: absolute;
  right: 1.5rem;
  top: 1.5rem;
}

.wm-stage__button {
  height: auto;
  opacity: 0.9;
  padding: 0.3rem;
  width: auto;
}

.wm-stage__button:hover {
  opacity: 1;
}

.wm-stage__button .wm-icon__pause {
  display: none;
}

.wm-stage__button--playing .wm-icon__pause {
  display: block;
}

.wm-stage__button--playing .wm-icon__play {
  display: none;
}

.wm-stage__button svg {
  display: block;
}

.wm-stage__share {
  align-items: center;
  display: inline-flex;
  font-weight: 600;
  gap: 1rem;
  margin: 0;
  position: absolute;
  right: 5rem;
  text-transform: uppercase;
  top: 50%;
  transform: translateY(-50%);
}

@supports (font-variation-settings: normal) {
  .wm-stage__share {
    font-variation-settings: "wght" 600;
    font-weight: 400;
  }
}

.wm-feed {
  list-style: none;
  padding: 0;
}

.wm-feed > * + * {
  border-top: 1px solid #292929;
  padding-top: 1rem;
}

.wm-feed__item {
  padding-bottom: 1rem;
}

.wm-feed__item--large {
  padding-bottom: 2rem;
}

.wm-feed__item--block {
  background: url(../icons/svg/chevron-right.svg) no-repeat right 1rem center;
  padding-right: 3rem;
  position: relative;
  transition: background 0.3s;
}

[dir="rtl"] .wm-feed__item--block {
  background-image: url(../icons/svg/chevron-left.svg);
  background-position: left 1rem center;
  padding-left: 3rem;
  padding-right: 0;
}

.wm-feed__item--block:focus-visible,
.wm-feed__item--block:hover {
  background-position: 100%;
}

[dir="rtl"] .wm-feed__item--block:focus-visible,
[dir="rtl"] .wm-feed__item--block:hover {
  background-position: 0;
}

.wm-feed .wm-image {
  display: none;
  flex-shrink: 0;
}

.wm-icon-text {
  display: flex;
}

.wm-icon-text--centered {
  align-items: center;
}

.wm-icon-text__icon {
  flex-shrink: 0;
  margin-right: 0.8rem;
  position: relative;
  top: 0.3rem;
}

.wm-icon-text__icon:last-child {
  margin-right: 0;
}

.wm-icon-text--centered .wm-icon-text__icon {
  top: 0;
}

.wm-icon-text__content {
  flex-grow: 1;
  line-height: 1.5;
}

.wm-photo-credits {
  margin-bottom: 5rem;
  text-align: left;
}

.wm-photo-credits__list {
  list-style: none;
  padding: 0;
}

.wm-quicklinks > * + * {
  margin-bottom: 0;
  margin-top: 2rem;
}

.wm-quicklinks > .wm-h-vh:first-child + * {
  margin-top: 0;
}

.wm-quicklinks__heading {
  align-items: center;
  display: flex;
}

.wm-quicklinks__icon {
  margin-right: 1rem;
}

[dir="rtl"] .wm-quicklinks__icon {
  margin-left: 1rem;
  margin-right: 0;
}

.wm-quicklinks__items {
  list-style: none;
  padding: 0;
}

.wm-jsm .wm-quicklinks__items--md {
  display: none;
}

.wm-quicklinks__item {
  -webkit-column-break-inside: avoid;
  border-bottom: 1px solid #292929;
  break-inside: avoid-column;
  page-break-inside: avoid;
}

.wm-quicklinks__item svg {
  height: 2.4rem;
  width: 2.4rem;
}

.wm-quicklinks__items--2col-limited .wm-quicklinks__item {
  display: none;
}

.wm-quicklinks__items--2col-limited .wm-quicklinks__item:nth-child(-n + 5) {
  display: block;
}

.wm-quicklinks :where(.wm-quicklinks__item) .wm-quicklinks__item {
  font-size: 1.5rem;
  padding-left: 2rem;
}

.wm-quicklinks :where(.wm-quicklinks__item) .wm-quicklinks__item:last-child {
  border-bottom: none;
}

.wm-quicklinks__dropdown {
  border-bottom: 1px solid #292929;
  display: none;
  font-weight: 800;
  max-width: 100%;
  padding-left: 0.75rem;
  padding-right: 3.5rem;
}

@supports (font-variation-settings: normal) {
  .wm-quicklinks__dropdown {
    font-variation-settings: "wght" 740;
    font-weight: 400;
  }
}

.wm-jsm .wm-quicklinks__dropdown {
  display: block;
}

.wm-quicklinks__link {
  padding: 0.8rem 2.5rem 0.8rem 0;
  text-transform: none;
}

.wm-pagination__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  padding: 0;
}

.wm-pagination__item {
  margin: 0 1rem 1rem 0;
}

.wm-pagination__link {
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  display: inline-flex;
  height: 4rem;
  justify-content: center;
  width: 4rem;
}

.wm-pagination__link[aria-current="page"] {
  background-color: #f3f1ef;
  font-weight: 800;
}

@supports (font-variation-settings: normal) {
  .wm-pagination__link[aria-current="page"] {
    font-variation-settings: "wght" 740;
    font-weight: 400;
  }
}

.wm-pagination__link,
.wm-pagination__link:link,
.wm-pagination__link:visited {
  color: #292929;
  text-decoration: none;
}

.wm-pagination__link:hover {
  background-color: #f3f1ef;
}

.wm-flip-card {
  perspective: 1000px;
}

.wm-flip-card__button {
  flex-shrink: 0;
  font-weight: 800;
  height: 4rem;
  margin-left: auto;
  padding-left: 3.3rem;
  text-transform: uppercase;
}

@supports (font-variation-settings: normal) {
  .wm-flip-card__button {
    font-variation-settings: "wght" 740;
    font-weight: 400;
  }
}

.wm-flip-card__button,
.wm-flip-card__button:hover {
  background: url(../icons/svg/embed2.svg) no-repeat 0;
  background-size: 2.4rem 2.4rem;
}

.wm-flip-card__button--icon {
  padding: 0;
  width: 4rem;
}

.wm-flip-card__button--icon,
.wm-flip-card__button--icon:hover {
  background-image: url(../icons/svg/close.svg);
  background-position: 50%;
  background-size: 2.4rem;
}

.wm-jsm .wm-card--flip {
  height: 100%;
  transform-style: preserve-3d;
}

.wm-card--flipped {
  transform: rotateY(-180deg);
}

.wm-jsm .wm-card__content--flip {
  transform-style: preserve-3d;
}

.wm-jsm .wm-card__side {
  background: #fff;
  flex-shrink: 0;
  width: 100%;
  z-index: 1;
}

.wm-jsm .wm-card__front {
  display: flex;
  transform-style: preserve-3d;
}

.wm-card__back {
  margin-top: 3rem;
}

.wm-jsm .wm-card__back {
  margin-top: 0;
  transform: translateZ(-1px) translateX(-100%) rotateY(180deg);
  z-index: 0;
}

.wm-jsm .wm-card__back.wm-card__side--flipped {
  z-index: 1;
}

.wm-toggle__container {
  font-size: 1.7rem;
  margin-bottom: 0;
  padding: 0.6rem 0 0.5rem;
}

.wm-jsm .wm-toggle__container {
  align-items: center;
  display: flex;
  margin-top: 0;
  min-height: 2.8rem;
  padding: 0;
}

.wm-jsm .wm-toggle__container--open,
.wm-jsm .wm-toggle__container:last-of-type {
  border-bottom-color: #fff;
}

.wm-js:not(.wm-jsm) .wm-toggle__panel,
.wm-no-js .wm-toggle__panel {
  height: auto;
  opacity: 1;
  overflow: auto;
  visibility: visible;
}

.wm-js .wm-toggle__panel,
.wm-jsm .wm-toggle__panel {
  height: 0;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
}

.wm-js .wm-toggle__panel--is-visible,
.wm-jsm .wm-toggle__panel--is-visible {
  opacity: 1 !important;
  visibility: visible;
}

@media (prefers-reduced-motion: no-preference) {
  .wm-js .wm-toggle__panel,
  .wm-jsm .wm-toggle__panel {
    transition: height 0.3s ease-in-out, opacity 0.2s ease-in-out;
  }
}

@media (min-width: 48em) {
  .wm-js [data-mobile-only] .wm-toggle__panel,
  .wm-jsm [data-mobile-only] .wm-toggle__panel {
    display: block;
    height: auto;
    opacity: 1 !important;
    overflow: visible;
    visibility: visible;
  }
}

.wm-toggle__panel-inner {
  border-bottom: 1px solid #d6d1ca;
}

.wm-toggle__panel-inner:last-child {
  border-bottom-color: #fff;
  padding-bottom: 0;
}

.wm-toggle__button {
  align-items: center;
  cursor: pointer;
  display: flex;
  width: auto;
}

.wm-toggle__icon {
  flex-shrink: 0;
  opacity: 1;
  transition: all 0.3s;
}

.wm-jsm .wm-toggle__icon {
  display: block;
}

.wm-toggle__button--open .wm-toggle__icon--status {
  opacity: 0.5;
  transform: rotate(180deg);
}

.wm-breaking-news-wrapper {
  display: block;
}

.wm-jsm .wm-site--scrolled .wm-breaking-news-wrapper {
  transform: translateY(6rem);
}

.wm-jsm.wm-has-ms-nav .wm-breaking-news-wrapper {
  transform: translateY(11.6rem);
}

.wm-jsm.wm-has-ms-nav .wm-site--scrolled .wm-breaking-news-wrapper {
  transform: translateY(5.6rem);
}

.wm-jsm.wm-has-ms-nav .wm-breaking-news-wrapper--static,
.wm-jsm.wm-has-ms-nav .wm-site--scrolled .wm-breaking-news-wrapper--static {
  transform: translateY(-3rem);
}

.wm-jsm.wm-has-ms-nav .wm-site--scrolled .wm-site-header--no-margin + .wm-breaking-news-wrapper--static,
.wm-jsm.wm-has-ms-nav .wm-site-header--no-margin + .wm-breaking-news-wrapper--static {
  transform: translateY(0);
}

.wm-jsm .wm-breaking-news-wrapper {
  left: 0;
  position: fixed;
  top: 0;
  transform: translateY(6rem);
  transition: transform 0.3s;
  width: 100%;
  z-index: 997;
}

.wm-jsm .wm-breaking-news-wrapper--static {
  position: relative;
  top: 0;
  transform: none;
  transition: none;
}

.wm-breaking-news {
  background: #e6c828;
  padding: 1.8rem 0;
  text-align: center;
}

.wm-breaking-news__heading {
  font-size: 1.7rem;
  font-weight: 800;
  margin-bottom: 0;
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

@supports (font-variation-settings: normal) {
  .wm-breaking-news__heading {
    font-variation-settings: "wght" 740;
    font-weight: 400;
  }
}

.wm-breaking-news__inner {
  position: relative;
}

.wm-breaking-news__button {
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.3s;
}

.wm-jsm .wm-breaking-news__button {
  display: block;
}

.wm-banners--static .wm-breaking-news__button {
  opacity: 0;
}

.wm-jsm .wm-site--scrolled .wm-breaking-news__button {
  opacity: 1;
}

@media (max-width: 47.99em) {
  .wm-breaking-news__button svg {
    height: 2.4rem;
    width: 2.4rem;
  }
}

.wm-notification {
  background-color: #aaaafa;
  border-bottom-left-radius: 40px;
  padding: 3rem 0;
}

.wm-notification__content {
  padding-right: 5rem;
  position: relative;
}

.wm-notification__button {
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
}

.wm-notification a {
  background: none;
  padding-right: 0;
}

.wm-notification a,
.wm-notification a:link,
.wm-notification a:visited {
  color: #292929;
  font-weight: 800;
}

@supports (font-variation-settings: normal) {
  .wm-notification a,
  .wm-notification a:link,
  .wm-notification a:visited {
    font-variation-settings: "wght" 740;
    font-weight: 400;
  }
}

.no-notification .wm-notification {
  display: none;
}

.wm-hervorhebung {
  border: solid #292929;
  border-width: 0.5rem 0;
  padding-bottom: 1.5rem;
  padding-top: 1rem;
}

.wm-hervorhebung--fastschwarz {
  border-color: #292929;
}

.wm-hervorhebung--goldgelb {
  border-color: #e6c828;
}

.wm-hervorhebung--flieder {
  border-color: #aaaafa;
}

.wm-hervorhebung--morgenrot {
  border-color: #ff5a64;
}

.wm-hervorhebung--abendstimmung {
  border-color: #49274b;
}

.wm-hervorhebung--nebelgrau {
  border-color: #d6d1ca;
}

.wm-hervorhebung--frischgruen {
  border-color: #82d282;
}

.wm-hervorhebung--wasserblau {
  border-color: #73cee5;
}

.wm-hervorhebung__content {
  max-width: 71rem;
}

.wm-hervorhebung__content > * + * {
  margin-bottom: 0;
  margin-top: 2rem;
}

.wm-hervorhebung__content > .wm-h-vh:first-child + * {
  margin-top: 0;
}

.wm-text-background {
  background: #f3f1ef;
  max-width: 35rem;
  padding: 1.5rem;
}

.wm-text-background > * + * {
  margin-bottom: 0;
  margin-top: 2rem;
}

.wm-text-background > .wm-h-vh:first-child + * {
  margin-top: 0;
}

.wm-text-background--full {
  max-width: 100%;
}

.wm-text-banner {
  background-color: #f3f1ef;
  background-color: var(--wm-theme-bg);
  font-size: 1.8rem;
  font-weight: 800;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 120rem;
  padding: 1.8rem 0;
  text-align: center;
}

@supports (font-variation-settings: normal) {
  .wm-text-banner {
    font-variation-settings: "wght" 740;
    font-weight: 400;
  }
}

.wm-nav-inpage {
  background: #f3f1ef;
  left: 0;
  position: fixed;
  transition: opacity 0.3s linear;
  width: 100%;
}

.wm-nav-inpage__wrapper {
  display: block;
}

.wm-nav-inpage--toggle {
  --offset: 11.6rem;
  height: calc(100vh - var(--offset));
  top: var(--offset);
}

.wm-site--scrolled .wm-nav-inpage--toggle {
  --offset: 5.6rem;
}

.wm-nav-inpage--toggle[inert] {
  left: -100vw;
  opacity: 0;
}

.wm-nav-inpage--scroll {
  box-shadow: 0 4px 8px rgba(41, 41, 41, 0.16);
  opacity: 0;
  top: 11.6rem;
  z-index: 998;
}

.wien .wm-nav-inpage--scroll {
  top: 6rem;
}

.wm-nav-inpage--scroll:focus-within {
  opacity: 1;
}

.wm-site--scrolled .wm-nav-inpage--scroll {
  opacity: 1;
}

.wm-nav-inpage__items {
  -webkit-overflow-scrolling: touch;
  list-style: none;
  margin: 0;
  overflow: auto;
  padding: 0;
}

.wm-nav-inpage__items--scroll {
  display: flex;
}

.wm-nav-inpage__items--toggle {
  height: 100%;
  margin: 0 auto;
  max-width: 52rem;
}

.wm-nav-inpage__item {
  flex-shrink: 0;
}

.wm-nav-inpage__link {
  -webkit-tap-highlight-color: transparent;
  display: block;
  line-height: 1.2;
  padding: 1.4rem 1.5rem 1.2rem;
}

.wm-nav-inpage__link--active {
  background-color: #d6d1ca;
}

.wm-nav-inpage__link:focus-visible {
  background-color: #d6d1ca;
  outline-offset: -4px;
}

.wm-nav-inpage__link:link,
.wm-nav-inpage__link:visited {
  color: #292929;
  text-decoration: none;
}

.wm-nav-inpage__link:hover {
  background-color: #d6d1ca;
}

.wm-nav-inpage__toggle {
  margin-right: auto;
  opacity: 0;
  padding-right: 2.9rem;
  position: relative;
  transition: opacity 0.3s linear;
}

.wm-nav-inpage__toggle:after {
  background: url(../icons/svg/chevron-down.svg);
  background-size: cover;
  content: "";
  display: inline-block;
  height: 2.4rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transform-origin: center;
  transition: 0.3s linear;
  width: 2.4rem;
}

.wm-nav-inpage__toggle[aria-expanded="true"]:after {
  transform: translateY(-50%) rotate(180deg);
}

.wm-site--scrolled .wm-nav-inpage__toggle {
  opacity: 1;
}

.wm-site-header {
  background: #fff;
  box-shadow: 0 4px 8px rgba(41, 41, 41, 0.16);
  flex-shrink: 0;
  left: 0;
  margin-bottom: 3rem;
  position: relative;
  top: 0;
  transition: transform 0.3s;
  width: 100%;
  z-index: 1000;
}

@supports (display: grid) {
  .wm-site-header {
    position: static;
    position: -webkit-sticky;
    position: sticky;
  }
}

.wien:not(.wm-has-no-stage) .wm-site-header,
.wm-site-header--no-margin {
  margin-bottom: 0;
}

.wm-site-header__inner {
  align-items: center;
  display: flex;
  height: 6rem;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 52rem;
  padding: 0 1.5rem;
  width: 100%;
}

@media (min-width: 48em) {
  .wm-site-header__inner {
    max-width: 120rem;
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

@media (min-width: 52.8125em) {
  .wm-site-header__inner {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media (min-width: 64em) {
  .wm-site-header__inner {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

@media print {
  .wm-site-header__inner {
    max-width: 100%;
  }
}

.wien .wm-site-header__inner {
  position: relative;
}

.wm-site-header__inner > * + * {
  margin-left: 1.5rem;
}

@media (max-width: 25.9275em) {
  .wm-site-header__inner {
    padding-right: 0.5rem;
  }
}

html:not(.wien) .wm-site--scrolled .wm-site-header {
  transform: translateY(-6rem);
}

.wm-site-header__title {
  font-size: 1.8rem;
  font-weight: 800;
  margin: 0;
}

@supports (font-variation-settings: normal) {
  .wm-site-header__title {
    font-variation-settings: "wght" 740;
    font-weight: 400;
  }
}

.wm-site-header__title a:hover {
  text-decoration: underline;
}

.wm-site-header__title-addon {
  font-size: 0.6em;
  font-variation-settings: "wght" 640;
  font-weight: 400;
}

.wm-site-header__search {
  left: 0;
  margin-right: -1.5rem;
  top: 0;
  z-index: 1001;
}

.wm-site-header__search.wm-site-search--inline {
  margin-right: -1.5rem;
}

.wm-site-header__search--active {
  background: #fff;
  height: 100%;
  padding: 0.7rem 1.5rem;
  position: absolute;
  width: 100%;
}

@media (min-width: 25.9375em) {
  .wm-site-header__search {
    margin-right: 0;
  }
}

.wm-site-header__logo-link {
  display: block;
}

.wm-site-footer {
  display: block;
  padding: 5.5rem 0 1.5rem;
  text-align: center;
}

.wm-site-footer__links {
  list-style: none;
  margin-bottom: 1rem;
  margin-top: 0;
  padding: 0;
}

.wm-site-wrapper {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

[hidden] + .wm-site-wrapper {
  transform: none;
}

.wm-no-js [data-nav-open="true"] .wm-site-wrapper {
  justify-content: space-between;
}

.wm-site-wrapper[inert]:before {
  background: rgba(0, 0, 0, 0.8);
  content: "";
  display: block;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 1001;
}

.wm-site--scrolled .wm-site-wrapper {
  transform: none;
}

.wm-site-content {
  display: block;
  flex-grow: 1;
  flex-shrink: 0;
  position: relative;
}

.wm-site-content--no-stage {
  padding-top: 2rem;
}

.wm-site-search {
  display: flex;
}

.wm-site-search:not(.wm-site-search--inline) {
  margin-left: auto;
}

.wm-site-search--static {
  background: none;
  flex-shrink: 1;
  height: auto;
  margin: 0.6rem 0 0.6rem 1rem;
  padding: 0;
  position: static;
  width: 100%;
}

.wm-site-search--inline {
  padding-left: 0;
}

@media (min-width: 35em) {
  .wm-site-search--inline {
    background: none;
  }
}

.wm-site-search__toggle {
  align-items: center;
  display: none;
  flex-shrink: 0;
  height: 4rem;
  justify-content: flex-end;
  width: 4rem;
}

.wm-site-search__toggle span {
  clip: rect(0 0 0 0);
  border: 0;
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.wm-jsm .wm-site-search__toggle {
  display: inline-flex;
}

.wm-jsm .wm-site-search--active .wm-site-search__toggle {
  align-self: center;
  justify-content: flex-start;
}

.wm-site-search__content {
  display: none;
  width: 100%;
}

.wm-jsm .wm-site-search--active .wm-site-search__content {
  display: flex;
}

.wm-site-search__term {
  flex-grow: 1;
  min-width: 0;
}

.wm-nav-wrapper--nebelgrau .wm-site-search__term {
  background-color: #fff;
  border-color: #d6d1ca;
}

.wm-site-search__form--active {
  display: block;
}

.wm-site-search__submit {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  justify-content: flex-end;
  width: 4rem;
}

.wm-jsm .wm-site-search__submit--hidden {
  display: none;
}

.wm-site-search__content--inline .wm-site-search__submit {
  height: 100%;
  justify-content: center;
  position: absolute;
  right: 0.5rem;
  top: 0;
}

.wm-site-search__results {
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(41, 41, 41, 0.1);
  left: 0;
  max-height: 30.5rem;
  overflow: auto;
  position: absolute;
  top: 100%;
  width: 100%;
}

.wm-jsm .wm-site-search--active .wm-site-search-toggle__show,
.wm-nav-microsite__link--open .wm-site-search-toggle__show,
.wm-site-search-toggle__hide {
  display: none;
}

.wm-jsm .wm-site-search--active .wm-site-search-toggle__hide,
.wm-nav-microsite__link--open .wm-site-search-toggle__hide {
  display: block;
}

.wm-site-search-toggle:focus {
  outline-offset: -4px;
}

.wm-search-results__heading {
  background-color: #e6e5fe;
  margin-bottom: 0;
  padding: 0.5rem 1.5rem;
}

.wm-nav-wrapper--morgenrot .wm-search-results__heading {
  background-color: #ffced1;
}

.wm-nav-wrapper--goldgelb .wm-search-results__heading {
  background-color: #f8efbd;
}

.wm-nav-wrapper--frischgruen .wm-search-results__heading {
  background-color: #cdedcd;
}

.wm-nav-wrapper--nebelgrau .wm-search-results__heading {
  background-color: #f3f1ef;
}

.wm-nav-wrapper--abendstimmung .wm-search-results__heading {
  background-color: #d4c8d4;
}

.wm-nav-wrapper--wasserblau .wm-search-results__heading {
  background-color: #d2f0ff;
}

.wm-search-results__count {
  padding: 0.5rem 1.5rem;
}

.wm-search-results__list {
  list-style: none;
  padding: 0;
}

.wm-search-results__link {
  display: block;
  padding: 1rem 1.5rem;
}

.wm-search-results__link[aria-selected="true"] {
  background-color: #f3f1ef;
}

.wm-search-results__link:focus {
  background-color: #f3f1ef;
  outline-offset: -4px;
}

.wm-search-results__link:hover {
  background-color: #f3f1ef;
}

.wm-search-results__link:link,
.wm-search-results__link:visited {
  color: #292929;
  text-decoration: none;
}

.wm-search-results__description {
  display: block;
  font-size: 1.3rem;
  line-height: 1.4;
}

.wm-search-results mark {
  color: inherit;
  font-weight: 800;
}

@supports (font-variation-settings: normal) {
  .wm-search-results mark {
    font-variation-settings: "wght" 740;
    font-weight: 400;
  }
}

.wm-footnote {
  display: inline-block;
  font-size: 1.2rem;
  padding: 0 0.3em;
  text-align: center;
  vertical-align: top;
}

.wm-table--fixed {
  table-layout: fixed;
}

.wm-table--overflow {
  -webkit-overflow-scrolling: touch;
  background: linear-gradient(90deg, #fff 30%, hsla(0, 0%, 100%, 0)), linear-gradient(90deg, hsla(0, 0%, 100%, 0), #fff 70%) 100% 0, radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, 0.2), transparent),
  radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.2), transparent) 100% 0;
  background-attachment: local, local, scroll, scroll;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 60px 100%, 60px 100%, 30px 100%, 30px 100%;
  overflow: auto;
}

.wm-table--zebra tbody tr:nth-child(odd) {
  background-color: #f3f1ef;
}

.wm-table--zebra tbody tr:not(:first-child) {
  border: none;
}

.wm-table--zebra td,
.wm-table--zebra th {
  padding-left: 1rem;
  padding-right: 1rem;
}

.wm-table--large thead {
  background-color: #f3f1ef;
}

.wm-table--large td,
.wm-table--large th {
  height: 7rem;
  text-align: left;
}

.wm-table--large td:not(:first-child),
.wm-table--large th:not(:first-child) {
  padding-left: 4rem;
}

.wm-table--large th {
  padding: 2.2rem 3rem;
}

.wm-table--large td {
  padding: 0.9rem 3rem;
  vertical-align: top;
}

@media (max-width: 63.99em) {
  .wm-table--responsive thead {
    clip: rect(0 0 0 0);
    border: 0;
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
  }

  .wm-table--responsive tbody td,
  .wm-table--responsive tbody th,
  .wm-table--responsive tbody tr {
    display: block;
  }

  .wm-table--responsive tbody tr:first-child {
    border: none;
  }

  .wm-table--responsive tbody td:first-child {
    font-weight: 600;
    padding-right: 1rem;
  }

  @supports (font-variation-settings: normal) {
    .wm-table--responsive tbody td:first-child {
      font-variation-settings: "wght" 600;
      font-weight: 400;
    }
  }
  .wm-table--responsive tbody td:not(:first-child) {
    padding-top: 0;
    text-align: left;
  }

  .wm-table--responsive tbody td:not(:last-child) {
    padding-bottom: 0.25rem;
  }
}

.wm-table--data {
  border: 1px solid #292929;
  border-right: 0;
  font-size: 1.6rem;
}

.wm-table--data th {
  white-space: nowrap;
}

.wm-table--data thead {
  background-color: #f3f1ef;
}

.wm-table--data thead th:first-child {
  width: auto;
}

.wm-table--data tbody td {
  height: auto;
}

.wm-table--data tbody tr:not(:first-child) {
  border-top: none;
}

.wm-table--data td,
.wm-table--data th {
  border-right: 1px solid #292929;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-align: left;
}

.wm-table--data td:not(:first-child),
.wm-table--data th:not(:first-child) {
  padding-left: 1.5rem;
}

.wm-table--data td {
  white-space: normal;
}

.wm-table--data [rowspan] {
  vertical-align: bottom;
}

.wm-table--data th[colspan] {
  border-bottom: 1px solid #292929;
  height: auto;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  text-align: center;
}

.wm-jsm .wm-table--sortable th {
  cursor: pointer;
}

.wm-table__button {
  cursor: pointer;
  height: 1.6rem;
  transition: transform 0.3s;
  vertical-align: middle;
  width: 2.4rem;
}

.wm-table__button[data-sort="1"] {
  transform: rotate(180deg);
}

.wm-table__button,
.wm-table__button:hover {
  background-image: url(../icons/svg/chevron-down.svg);
  background-position: 50%;
  background-size: 1.8rem;
}

.wm-table__row--odd {
  background: #fff !important;
}

.wm-table__row--even {
  background: #f3f1ef !important;
}

.wm-figure {
  display: flex;
  flex-direction: column;
}

.wm-jsm .wm-figure {
  opacity: 0;
}

.wm-jsm .wm-figure--loaded {
  opacity: 1;
}

.wm-figure__caption--clean {
  background: none;
  line-height: 1.4;
}

.wm-figure--inline {
  align-items: center;
  display: flex;
  justify-content: center;
}

@media (max-width: 47.99em) {
  .wm-figure .wm-card:not(.wm-card--expose) {
    margin-bottom: -2rem;
    margin-left: -1.5rem;
    margin-right: -2rem;
    max-width: calc(100% + 3rem) !important;
  }
}

.wm-wrapper {
  margin: 0 auto;
  max-width: 52rem;
  padding: 0 1.5rem;
}

@media (min-width: 48em) {
  .wm-wrapper {
    max-width: 120rem;
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

@media (min-width: 52.8125em) {
  .wm-wrapper {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media (min-width: 64em) {
  .wm-wrapper {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

@media print {
  .wm-wrapper {
    max-width: 100%;
  }
}

@media (min-width: 75em) {
  .wm-wrapper {
    max-width: 123rem;
  }
}

.wm-row {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.wm-row > * {
  max-width: 71rem;
  min-width: 0;
}

.wm-grid {
  grid-gap: 1rem;
  display: flex;
  display: grid;
  flex-wrap: wrap;
}

.wm-grid > * {
  height: auto;
  max-width: 35rem;
  min-width: 0;
}

@supports (display: grid) {
  .wm-grid > * {
    max-width: 100%;
  }
}

@media (min-width: 35em) {
  .wm-grid {
    grid-template-columns: repeat(auto-fill, minmax(26rem, 1fr));
  }

  .wm-grid--small {
    grid-template-columns: repeat(auto-fill, minmax(25.5rem, 1fr));
  }

  .wm-grid--large {
    grid-template-columns: repeat(auto-fill, minmax(35rem, 1fr));
  }
}

@media (min-width: 66.875em) {
  .wm-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .wm-grid--small {
    grid-template-columns: repeat(4, 1fr);
  }

  .wm-grid--large {
    grid-template-columns: repeat(2, 1fr);
  }
}

.wm-announce {
  background-color: #f3f1ef;
  display: flex;
  overflow: hidden;
  padding: 0 4.5rem 5rem 0;
  text-align: right;
}

.wm-announce--left {
  padding-left: 4.5rem;
  padding-right: 0;
  text-align: left;
}

.wm-announce--top {
  padding-bottom: 0;
  padding-top: 5rem;
}

.wm-announce--hidden {
  opacity: 0;
}

.wm-js:not(.wm-jsm) .wm-announce--hidden,
.wm-no-js .wm-announce--hidden {
  opacity: 1;
}

.wm-announce__inner {
  position: relative;
  width: 100%;
}

.wm-announce--left .wm-announce__inner:after {
  left: -2.3rem;
  right: 0;
}

.wm-announce--top .wm-announce__inner:after {
  bottom: 0;
  top: -2.2rem;
}

.wm-jsm .wm-announce--locked .wm-announce__inner:after {
  transform: scale(2);
}

.wm-announce__bg {
  background: #d6d1ca;
  display: flex;
  justify-content: flex-end;
  overflow: hidden;
  padding-top: 9rem;
  position: relative;
  transform-origin: bottom right;
  z-index: 1;
}

.wm-announce--left .wm-announce__bg {
  justify-content: flex-start;
  transform-origin: bottom left;
}

.wm-announce--top .wm-announce__bg {
  padding-bottom: 9rem;
  padding-top: 0;
  transform-origin: top left;
}

.wm-announce--top.wm-announce--right .wm-announce__bg {
  transform-origin: top right;
}

.wm-jsm .wm-announce--locked .wm-announce__bg {
  opacity: 0;
  transform: scale(0);
}

.wm-announce--abendstimmung .wm-announce__bg {
  background-color: #49274b;
}

.wm-announce--morgenrot .wm-announce__bg {
  background-color: #ff5a64;
}

.wm-announce--flieder .wm-announce__bg {
  background-color: #aaaafa;
}

.wm-announce--goldgelb .wm-announce__bg {
  background-color: #e6c828;
}

.wm-announce--nebelgrau .wm-announce__bg {
  background-color: #d6d1ca;
}

.wm-announce--frischgruen .wm-announce__bg {
  background-color: #82d282;
}

.wm-announce--wasserblau .wm-announce__bg {
  background-color: #73cee5;
}

.wm-announce__content {
  background: #fff;
  padding: 3rem;
}

.wm-jsm .wm-announce--locked .wm-announce__content {
  transform: translateX(100%) translateY(100%) scale(0);
}

.wm-jsm .wm-announce--left.wm-announce--locked .wm-announce__content {
  transform: translateX(-100%) translateY(100%) scale(0);
  transform-origin: left bottom;
}

.wm-jsm .wm-announce--top.wm-announce--locked .wm-announce__content {
  transform: translateX(-100%) translateY(-100%) scale(0);
  transform-origin: left top;
}

.wm-jsm .wm-announce--top.wm-announce--right.wm-announce--locked .wm-announce__content {
  transform: translateX(100%) translateY(-100%) scale(0);
  transform-origin: top right;
}

.wm-announce__text {
  opacity: 1;
}

.wm-jsm .wm-announce--locked .wm-announce__text {
  opacity: 0;
}

.wm-jsm .wm-announce.wm-announcement--locked:after {
  transform: scale(2);
}

.wm-announce--abendstimmung {
  background-color: #d4c8d4;
}

.wm-announce--morgenrot {
  background-color: #ffced1;
}

.wm-announce--flieder {
  background-color: #e6e5fe;
}

.wm-announce--goldgelb {
  background-color: #f8efbd;
}

.wm-announce--nebelgrau {
  background-color: #f3f1ef;
}

.wm-announce--frischgruen {
  background-color: #cdedcd;
}

.wm-announce--wasserblau {
  background-color: #d2f0ff;
}

.wm-combo-box,
.wm-combo-box__input {
  position: relative;
}

.wm-combo-box__btn {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  width: 4.4rem;
}

.wm-combo-box__list {
  list-style: none;
  max-height: 24rem;
  padding: 0;
  z-index: 1;
}

.wm-combo-box__list--visible {
  display: block;
}

.wm-filter > * + * {
  margin-bottom: 0;
  margin-top: 2rem;
}

.wm-filter > .wm-h-vh:first-child + * {
  margin-top: 0;
}

.wm-filter__form {
  display: none;
}

.wm-jsm .wm-filter__form {
  display: block;
}

.wm-carousel {
  display: flex;
  list-style: none;
  margin: 0;
  opacity: 0;
  padding: 0;
}

.wm-js .wm-carousel,
.wm-no-js .wm-carousel {
  overflow: auto;
}

.wm-carousel .wm-js:not(.wm-jsm),
.wm-no-js .wm-carousel {
  opacity: 1;
}

.wm-carousel > * {
  padding: 3px 8px;
}

.wm-js:not(.wm-jsm) .wm-carousel > div {
  margin: 3px 8px 0;
}

.wm-js:not(.wm-jsm) .wm-carousel > div:first-child {
  margin-left: 0;
}

.wm-carousel .wm-jsm {
  overflow: hidden;
}

.wm-carousel.tns-slider {
  display: block;
  opacity: 1;
}

@supports (display: grid) {
  .wm-carousel.tns-slider {
    display: flex;
  }
}

.wm-carousel > * {
  flex-basis: 27.6rem;
  flex-shrink: 0;
}

@media (min-width: 25em) {
  .wm-carousel > * {
    flex-basis: 32rem;
  }
}

.wm-carousel[data-tablet-only] {
  margin-left: -8px;
  opacity: 1;
}

@media (max-width: 34.99em) {
  .wm-carousel[data-tablet-only] {
    margin-left: 0;
  }
}

@media (max-width: 47.99em) {
  .wm-carousel[data-tablet-only] {
    display: block;
    overflow: visible;
  }
}

.wm-carousel[data-size="small"] > * {
  flex-basis: 27.6rem;
}

@media (min-width: 25em) {
  .wm-carousel[data-size="small"],
  .wm-carousel[data-size="small"] .wm-card__heading {
    font-size: 1.7rem;
  }
}

.wm-carousel[data-size="single"] > * {
  flex-basis: auto;
}

@media (max-width: 25em) {
  .wm-carousel,
  .wm-carousel .wm-card__heading {
    font-size: 1.7rem;
  }
}

.wm-carousel__startstop {
  background: url(../icons/svg/pause.svg);
  background-position: 50%;
  background-size: cover;
  border-radius: 50%;
  cursor: pointer;
  display: block;
  height: 3rem;
  margin: 1rem 1rem 0 auto;
  width: 3rem;
}

.wm-carousel__startstop[aria-pressed="false"] {
  background: url(../icons/svg/play.svg);
}

.wm-carousel__startstop:hover {
  background-color: #d6d1ca;
}

.wm-section__content--tablet-only .tns-ovh {
  overflow: hidden;
}

@media (min-width: 35em) {
  .wm-section__content--tablet-only .tns-ovh {
    overflow: visible;
  }
}

.tns-outer {
  position: relative;
}

.tns-outer:not(:last-child) {
  margin-bottom: 1.6rem;
}

.tns-outer--single {
  margin-bottom: 1.5rem;
}

.tns-outer [data-action] {
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  z-index: 2;
}

@media (max-width: 34.99em) {
  .wm-section__content--tablet-only .tns-outer {
    margin: 0 -1.5rem;
  }
}

.tns-item {
  padding: 0;
}

.tns-item .wm-card {
  height: 100%;
  margin: 3px 8px 0;
}

@media (max-width: 34.99em) {
  [data-tablet-only="true"] .tns-item .wm-card {
    margin: 0;
  }
}

@media (min-width: 35em) {
  [data-tablet-only="true"] .tns-item .wm-card {
    margin-bottom: 1rem;
  }
}

.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-flex;
  justify-content: center;
  padding-bottom: 14px;
}

[data-size="single"].tns-subpixel .tns-item {
  align-self: start;
  padding-bottom: 0;
}

@media (max-width: 47.99em) {
  [data-tablet-only="true"] .tns-item {
    margin-left: 0 !important;
  }
}

.tns-controls {
  overflow: hidden;
  position: relative;
}

.wm-carousel-controls--visible {
  aspect-ratio: 1200/450;
  left: 0;
  overflow: visible;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

@supports not (aspect-ratio: 1200/450) {
  .wm-carousel-controls--visible {
    min-height: 50%;
  }
}

[data-controls] {
  background: #fff no-repeat 50%;
  border: none;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  color: #000;
  height: 60px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.3s, transform 0.3s;
  width: 60px;
  z-index: 1;
}

[data-controls][disabled] {
  opacity: 0;
  pointer-events: none;
}

[data-controls][data-controls="prev"] {
  background: url(../icons/svg/chevron-left.svg) #fff no-repeat 50%;
  left: -1rem;
}

[data-controls][data-controls="next"] {
  background: url(../icons/svg/chevron-right.svg) #fff no-repeat 50%;
  right: -1rem;
}

[data-controls]:hover {
  transform: translateY(-50%) scale(1.1);
}

.wm-carousel-controls--visible [data-controls][data-controls="prev"] {
  left: 1rem;
}

.wm-carousel-controls--visible [data-controls][data-controls="next"] {
  right: 1rem;
}

.wm-carousel-controls--visible [data-controls]:not([disabled]) {
  opacity: 1;
  pointer-events: all;
}

.wm-carousel-controls--visible [data-controls]:not([disabled]):after {
  content: "";
  height: 260%;
  left: 0;
  position: absolute;
  top: -80%;
  width: 100%;
  z-index: 1;
}

@media (max-width: 34.99em) {
  .wm-carousel-controls--visible [data-controls]:not([disabled]) {
    height: 4.5rem;
    width: 4.5rem;
  }
}

[dir="rtl"] .tns-visually-hidden {
  left: auto;
  right: -10000em;
}

.wm-map {
  height: 50rem;
}

.leaflet-bottom,
.leaflet-top {
  z-index: 998;
}

.leaflet-popup-content {
  font-family: WienerMelange, Lucida Sans Unicode, Lucida Grande, Lucida Sans, sans-serif;
  font-size: 1.7rem !important;
}

.wm-anchor {
  align-items: center;
  display: flex;
  gap: 1rem;
}

.wm-anchor a {
  color: #aaaafa;
  font-size: 0.9em;
  left: 0.2em;
  opacity: 0;
  position: relative;
  text-decoration: none;
  top: 0;
  transition: opacity 0.3s;
  user-select: none;
}

.wm-anchor a:focus {
  opacity: 1;
}

.wm-dropdown {
  display: block;
  flex-shrink: 0;
  position: relative;
}

.wm-dropdown__content {
  background: #fff;
  box-shadow: 0 6px 6px rgba(41, 41, 41, 0.16);
  display: none;
  left: -2rem;
  min-width: 20rem;
  padding: 1.5rem 2rem;
  position: absolute;
  top: 100%;
}

.wm-dropdown__content--right {
  left: auto;
  right: -2rem;
}

[aria-expanded="true"] + .wm-dropdown__content {
  display: block;
}

.wm-dropdown__list > * + * {
  margin-top: 1rem;
}

.wm-dropdown__link {
  align-items: center;
  display: flex;
  white-space: nowrap;
}

.wm-dropdown__link:link,
.wm-dropdown__link:visited {
  color: #292929;
  text-decoration: none;
}

.wm-dropdown__link:hover {
  text-decoration: underline;
}

.wm-dropdown__link--right {
  justify-content: flex-end;
}

.wm-dropdown__link > * + * {
  margin-left: 1rem;
}

.wm-progress {
  counter-reset: step;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.wm-progress__step {
  align-items: flex-end;
  counter-increment: step;
  display: flex;
  flex-direction: column-reverse;
  flex-grow: 1;
  font-size: 1.5rem;
  max-width: 17rem;
  position: relative;
  text-transform: uppercase;
  width: 100%;
}

.wm-progress__step:before {
  background: #f3f1ef;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.wm-progress__step:after {
  align-items: center;
  background-clip: padding-box;
  background-color: #4b4b82;
  border: 0.2rem solid #fff;
  border-radius: 50%;
  color: #fff;
  content: counter(step);
  display: flex;
  height: 3rem;
  justify-content: center;
  position: relative;
  width: 3rem;
}

.wm-progress__step:first-child {
  max-width: 3.4rem;
}

.wm-progress__step:first-child:before {
  display: none;
}

.wm-progress__step--active {
  color: #4b4b82;
}

.wm-progress__step--active:after {
  color: #fff;
}

.wm-progress__step--active:before {
  background-color: #4b4b82;
}

.wm-progress__step[aria-current] {
  font-weight: 600;
}

@supports (font-variation-settings: normal) {
  .wm-progress__step[aria-current] {
    font-variation-settings: "wght" 600;
    font-weight: 400;
  }
}

[aria-current] ~ .wm-progress__step:after {
  background: #f3f1ef;
  color: #292929;
}

.wm-progress__text {
  display: none;
  position: absolute;
  right: 1.5rem;
  top: 0;
  transform: translateX(50%) translateY(-100%);
}

.wm-progress__step:first-child .wm-progress__text {
  left: 0;
  right: auto;
  transform: translateY(-100%);
}

.wm-progress__step:last-child .wm-progress__text,
.wm-progress__step:nth-child(5) .wm-progress__text,
.wm-progress__step:nth-child(6) .wm-progress__text {
  right: 0;
  transform: translateY(-100%);
}

@media (min-width: 23.4375em) {
  [aria-current] .wm-progress__text {
    display: block;
  }
}

@media (min-width: 35em) {
  .wm-progress__step:nth-child(5) .wm-progress__text,
  .wm-progress__step:nth-child(6) .wm-progress__text {
    right: 1.5rem;
    transform: translateX(50%) translateY(-100%);
  }
}

@media (min-width: 23.4375em) {
  .wm-progress {
    padding-top: 1em;
  }
}

[class*="wienbot-bubble_container"] {
  transition: opacity 0.3s;
}

.wm-has-overlay [class*="wienbot-bubble_container"] {
  display: none !important;
}

.wm-has-bot .wm-site-footer {
  margin-bottom: 8rem;
}

[data-wm-clipboard] {
  display: none;
}

.wm-jsm [data-wm-clipboard] {
  display: revert;
}

.wm-status {
  align-items: center;
  display: flex;
}

.wm-status:before {
  background-color: currentColor;
  border: 1px solid;
  border-radius: 50%;
  color: #d6d1ca;
  content: "";
  display: block;
  margin-right: 0.5em;
  min-height: 1.9rem;
  min-width: 1.9rem;
}

.wm-status--success:before {
  color: #82d282;
}

.wm-status--error:before {
  color: #ff5a64;
}

.wm-status--progress:before {
  color: #e6c828;
}

.wm-eyecatcher {
  --wm-theme-accent: #82d282;
  --wm-theme-text: #292929;
  --wm-eyecatcher-fz: 2rem;
  --wm-eyecatcher-pos-vertical: 1.5rem;
  --wm-eyecatcher-pos-horizontal: 0px;
  --wm-eyecatcher-round-pos: 1.5rem;
  align-items: center;
  background: #f3f1ef;
  background: var(--wm-theme-accent);
  bottom: var(--wm-eyecatcher-pos-vertical);
  color: #292929;
  color: var(--wm-theme-text);
  display: flex;
  font-size: 2.5rem;
  font-size: var(--wm-eyecatcher-fz);
  font-weight: 800;
  justify-content: center;
  padding: 0 1rem;
  position: absolute;
  right: var(--wm-eyecatcher-pos-horizontal);
}

@supports (font-variation-settings: normal) {
  .wm-eyecatcher {
    font-variation-settings: "wght" 740;
    font-weight: 400;
  }
}

.wm-eyecatcher--round {
  border-radius: 50%;
  height: 3.5em;
  padding: 0;
  right: var(--wm-eyecatcher-round-pos);
  top: var(--wm-eyecatcher-round-pos);
  transform: rotate(-20deg);
  width: 3.5em;
}

.wm-eyecatcher--round.wm-eyecatcher--left {
  left: var(--wm-eyecatcher-round-pos);
  right: auto;
}

.wm-eyecatcher--round.wm-eyecatcher--bottom {
  bottom: var(--wm-eyecatcher-round-pos);
  top: auto;
}

.wm-eyecatcher--round.wm-eyecatcher--top {
  bottom: auto;
  top: var(--wm-eyecatcher-round-pos);
}

.wm-eyecatcher--round.wm-eyecatcher--right {
  left: auto;
  right: var(--wm-eyecatcher-round-pos);
}

.wm-eyecatcher--left {
  left: var(--wm-eyecatcher-pos-horizontal);
  right: auto;
}

.wm-eyecatcher--bottom {
  bottom: var(--wm-eyecatcher-pos-vertical);
  top: auto;
}

.wm-eyecatcher--top {
  bottom: auto;
  top: var(--wm-eyecatcher-pos-vertical);
}

.wm-eyecatcher--right {
  left: auto;
  right: var(--wm-eyecatcher-pos-horizontal);
}

@media (min-width: 35em) {
  .wm-eyecatcher {
    --wm-eyecatcher-fz: 2.5rem;
  }
}

.wm-u-mb0 {
  margin-bottom: 0 !important;
}

.wm-u-mbxxs {
  margin-bottom: 0.5rem !important;
}

.wm-u-mbs {
  margin-bottom: 1.5rem !important;
}

.wm-u-mbm {
  margin-bottom: 2rem !important;
}

.wm-u-mbl {
  margin-bottom: 3rem !important;
}

.wm-u-mbxl {
  margin-bottom: 5rem !important;
}

.wm-u-mt0 {
  margin-top: 0 !important;
}

.wm-u-mtxs {
  margin-top: 1rem !important;
}

.wm-u-mtxxs {
  margin-top: 0.5rem !important;
}

.wm-u-mtm {
  margin-top: 2rem !important;
}

.wm-u-mtl {
  margin-top: 3rem !important;
}

.wm-u-mr0 {
  margin-right: 0 !important;
}

[dir="rtl"] .wm-u-mr0 {
  margin-left: 0 !important;
  margin-right: 0;
}

.wm-u-mrxxs {
  margin-right: 0.5rem !important;
}

[dir="rtl"] .wm-u-mrxxs {
  margin-left: 0.5rem !important;
  margin-right: 0;
}

.wm-u-mrxs {
  margin-right: 1rem !important;
}

[dir="rtl"] .wm-u-mrxs {
  margin-left: 1rem !important;
  margin-right: 0;
}

.wm-u-mrs {
  margin-right: 1.5rem !important;
}

[dir="rtl"] .wm-u-mrs {
  margin-left: 1.5rem !important;
  margin-right: 0;
}

.wm-u-mrm {
  margin-right: 2rem !important;
}

[dir="rtl"] .wm-u-mrm {
  margin-left: 2rem !important;
  margin-right: 0;
}

.wm-u-mrl {
  margin-right: 3rem !important;
}

[dir="rtl"] .wm-u-mrl {
  margin-left: 3rem !important;
  margin-right: 0;
}

.wm-u-mls {
  margin-left: 1.5rem !important;
}

[dir="rtl"] .wm-u-mls {
  margin-left: 0 !important;
  margin-right: 1.5rem !important;
}

.wm-u-mrauto {
  margin-right: auto !important;
}

[dir="rtl"] .wm-u-mrauto {
  margin-left: auto !important;
  margin-right: 0;
}

.wm-u-mlrauto {
  margin-left: auto !important;
  margin-right: auto !important;
}

@media (min-width: 75em) {
  .wm-u-prm--wide {
    padding-right: 2rem !important;
  }
}

.wm-u-ptl {
  padding-top: 3rem !important;
}

.wm-u-pbl {
  padding-bottom: 3rem !important;
}

.wm-u-w100 {
  width: 100% !important;
}

.wm-u-wauto {
  width: auto !important;
}

.wm-u-mw50 {
  max-width: 50rem !important;
}

.wm-u-df {
  display: flex !important;
}

@media (min-width: 48em) {
  .wm-u-df--m {
    display: flex !important;
  }
}

@media (min-width: 52.8125em) {
  .wm-u-df--l {
    display: flex !important;
  }
}

.wm-u-dif {
  display: inline-flex !important;
}

.wm-u-aic {
  align-items: center !important;
}

.wm-u-aifs {
  align-items: flex-start !important;
}

.wm-u-aife {
  align-items: flex-end !important;
}

.wm-u-jcc {
  justify-content: center !important;
}

.wm-u-jcsb {
  justify-content: space-between !important;
}

.wm-u-jcfe {
  justify-content: flex-end !important;
}

.wm-u-fdr {
  flex-direction: row;
}

.wm-u-fdrr {
  flex-direction: row-reverse;
}

.wm-u-fb66 {
  flex-basis: 66.666% !important;
}

.wm-u-fb33 {
  flex-basis: 33.333% !important;
}

.wm-u-gxxs {
  gap: 0.5rem !important;
}

.wm-u-gxs {
  gap: 1rem !important;
}

.wm-u-gs {
  gap: 1.5rem !important;
}

.wm-u-gm {
  gap: 2rem !important;
}

.wm-u-gl {
  gap: 3rem !important;
}

.wm-u-gcs3 {
  grid-column: span 3 !important;
}

.wm-u-gcs4 {
  grid-column: span 4 !important;
}

.wm-u-gcs8 {
  grid-column: span 8 !important;
}

.wm-u-fs0 {
  flex-shrink: 0;
}

.wm-u-fg0 {
  flex-grow: 0;
}

.wm-u-db {
  display: block !important;
}

.wm-u-db--l {
  display: none;
}

@media (min-width: 52.8125em) {
  .wm-u-db--l {
    display: block !important;
  }
}

.wm-u-dn {
  display: none !important;
}

@media (min-width: 52.8125em) {
  .wm-u-dn--l {
    display: none !important;
  }
}

@media (min-width: 64em) {
  .wm-u-dn--xl {
    display: none !important;
  }
}

.wm-js:not(.wm-jsm) .wm-u-dn--legacyjs,
.wm-jsm .wm-u-dn--jsm,
.wm-no-js .wm-u-dn--no-js {
  display: none !important;
}

.wm-js:not(.wm-jsm) .wm-u-db--legacyjs,
.wm-no-js .wm-u-db--no-js {
  display: block !important;
}

.wm-u-tdn {
  text-decoration: none !important;
}

.wm-u-ttu {
  text-transform: uppercase !important;
}

.wm-u-ttc {
  text-transform: capitalize !important;
}

.wm-u-ttn {
  text-transform: none !important;
}

.wm-u-tar {
  text-align: right !important;
}

.wm-u-tac {
  text-align: center !important;
}

.wm-u-fw400 {
  font-weight: 400;
}

@supports (font-variation-settings: normal) {
  .wm-u-fw400 {
    font-variation-settings: "wght" 400;
    font-weight: 400;
  }
}

.wm-u-fw600 {
  font-weight: 600;
}

@supports (font-variation-settings: normal) {
  .wm-u-fw600 {
    font-variation-settings: "wght" 600;
    font-weight: 400;
  }
}

.wm-u-fw740 {
  font-weight: 800;
}

@supports (font-variation-settings: normal) {
  .wm-u-fw740 {
    font-variation-settings: "wght" 740;
    font-weight: 400;
  }
}

.wm-u-wwbw {
  word-wrap: break-word;
}

.wm-u-fzl {
  font-size: 2rem;
}

.wm-u-fzxl {
  font-size: 2.5rem;
}

.wm-u-fzs {
  font-size: 1.5rem;
}

.wm-u-fz--smaller {
  font-size: 0.9em;
}

.wm-u-fz--smallest {
  font-size: 0.8em;
}

.wm-u-fr {
  float: right !important;
}

.wm-u-fl {
  float: left !important;
}

@media (min-width: 48em) {
  .wm-u-fl--m {
    float: left !important;
  }
}

.wm-u-hyphens {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.wm-u-o0 {
  opacity: 0 !important;
}

.wm-u-o1 {
  opacity: 1 !important;
}

.wm-u-o01 {
  opacity: 0.1 !important;
}

.wm-u-lsn {
  list-style: none !important;
}

.wm-u-oa {
  overflow: auto;
}

.wm-u-pr {
  position: relative;
}

.wm-js:not(.wm-jsm) .wm-h-toggle-on-off,
.wm-no-js .wm-h-toggle-on-off {
  height: auto;
  opacity: 1;
  overflow: auto;
  visibility: visible;
}

.wm-js .wm-h-toggle-on-off,
.wm-jsm .wm-h-toggle-on-off {
  height: 0;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
}

.wm-js .wm-h-toggle-on-off--is-visible,
.wm-jsm .wm-h-toggle-on-off--is-visible {
  opacity: 1 !important;
  visibility: visible;
}

@media (prefers-reduced-motion: no-preference) {
  .wm-js .wm-h-toggle-on-off,
  .wm-jsm .wm-h-toggle-on-off {
    transition: height 0.3s ease-in-out, opacity 0.2s ease-in-out;
  }
}

@media (min-width: 48em) {
  .wm-js [data-mobile-only] .wm-h-toggle-on-off,
  .wm-jsm [data-mobile-only] .wm-h-toggle-on-off {
    display: block;
    height: auto;
    opacity: 1 !important;
    overflow: visible;
    visibility: visible;
  }
}

.wm-h-vh {
  clip: rect(0 0 0 0);
  border: 0;
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.js-wm-h-url {
  display: inline-flex;
  flex-wrap: wrap;
}

.wm-no-js .js-wm-h-url {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.wm-h-links--unstyled a:active,
.wm-h-links--unstyled a:focus,
.wm-h-links--unstyled a:hover,
.wm-h-links--unstyled a:link,
.wm-h-links--unstyled a:visited {
  background: none !important;
  color: inherit !important;
  padding: 0 !important;
  text-decoration: none !important;
}

.wm-h-links--unstyled a:after {
  display: none !important;
}

.wm-h-links--noline a {
  font-weight: 600;
}

@supports (font-variation-settings: normal) {
  .wm-h-links--noline a {
    font-variation-settings: "wght" 600;
    font-weight: 400;
  }
}

.wm-h-links--noline a,
.wm-h-links--noline a:link,
.wm-h-links--noline a:visited {
  color: #292929;
  text-decoration: none;
}

.wm-h-links--noline a:hover {
  text-decoration: underline;
}

.wm-h-links--line a {
  font-weight: 600;
}

@supports (font-variation-settings: normal) {
  .wm-h-links--line a {
    font-variation-settings: "wght" 600;
    font-weight: 400;
  }
}

.wm-h-links--line a,
.wm-h-links--line a:link,
.wm-h-links--line a:visited {
  color: #292929;
}

.wm-h-links--line a:hover {
  text-decoration: none;
}

.wm-h-list-reset {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}

.wm-h-ellipsis {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.wm-theme-bg {
  background-color: var(--wm-theme-bg);
}

.wm-theme-bg--morgenrot {
  background-color: #ff5a64 !important;
}

.wm-theme-bg--morgenrot-light {
  background-color: #ffced1 !important;
}

.wm-theme-bg--nebelgrau {
  background-color: #d6d1ca !important;
}

.wm-theme-bg--nebelgrau-light {
  background-color: #f3f1ef !important;
}

.wm-theme-bg--abendstimmung {
  background-color: #49274b !important;
}

.wm-theme-bg--abendstimmung-light {
  background-color: #d4c8d4 !important;
}

.wm-theme-bg--amtswege {
  background-color: #4b4b82 !important;
}

.wm-theme-bg--flieder {
  background-color: #aaaafa !important;
}

.wm-theme-bg--flieder-light {
  background-color: #e6e5fe !important;
}

.wm-theme-bg--goldgelb {
  background-color: #e6c828 !important;
}

.wm-theme-bg--goldgelb-light {
  background-color: #f8efbd !important;
}

.wm-theme-bg--frischgruen {
  background-color: #82d282 !important;
}

.wm-theme-bg--frischgruen-light {
  background-color: #cdedcd !important;
}

.wm-theme-bg--wasserblau {
  background-color: #73cee5 !important;
}

.wm-theme-bg--wasserblau-light {
  background-color: #d2f0ff !important;
}

.wm-theme-c--weiss {
  color: #fff !important;
}

.wm-theme-c--fastschwarz {
  color: #292929 !important;
}

.wm-theme--default,
:root {
  --wm-theme-accent: #4b4b82;
  --wm-theme-bg: #f3f1ef;
  --wm-theme-text: #fff;
  --wm-theme-text-hover: #4b4b82;
  --wm-theme-check: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMDAgMjAwIj48cGF0aCBmaWxsPSJub25lIiBzdHJva2U9IiNGRkYiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLXdpZHRoPSIyNSIgZD0ibTM2Ljc3IDExNi4xMSAzNS45MSA0MS45IDk0Ljc4LTExNC43MiIvPjwvc3ZnPg==");
}

.wm-theme--morgenrot {
  --wm-theme-accent: #ff5a64;
  --wm-theme-bg: #ffced1;
  --wm-theme-text: #292929;
  --wm-theme-text-hover: #292929;
}

.wm-theme--nebelgrau {
  --wm-theme-accent: #d6d1ca;
  --wm-theme-text: #292929;
  --wm-theme-text-hover: #292929;
}

.wm-theme--abendstimmung {
  --wm-theme-accent: #49274b;
  --wm-theme-bg: #d4c8d4;
  --wm-theme-text: #fff;
  --wm-theme-text-hover: #49274b;
}

.wm-theme--flieder {
  --wm-theme-accent: #aaaafa;
  --wm-theme-bg: #e6e5fe;
  --wm-theme-text: #292929;
  --wm-theme-text-hover: #292929;
  --wm-theme-check: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMDAgMjAwIj48cGF0aCBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9IjI1IiBkPSJtMzYuNzcgMTE2LjExIDM1LjkxIDQxLjkgOTQuNzgtMTE0LjcyIi8+PC9zdmc+");
}

.wm-theme--goldgelb {
  --wm-theme-accent: #e6c828;
  --wm-theme-bg: #f8efbd;
  --wm-theme-text: #292929;
  --wm-theme-text-hover: #292929;
  --wm-theme-check: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMDAgMjAwIj48cGF0aCBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9IjI1IiBkPSJtMzYuNzcgMTE2LjExIDM1LjkxIDQxLjkgOTQuNzgtMTE0LjcyIi8+PC9zdmc+");
}

.wm-theme--frischgruen {
  --wm-theme-accent: #82d282;
  --wm-theme-bg: #cdedcd;
  --wm-theme-text: #292929;
  --wm-theme-text-hover: #292929;
  --wm-theme-check: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMDAgMjAwIj48cGF0aCBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9IjI1IiBkPSJtMzYuNzcgMTE2LjExIDM1LjkxIDQxLjkgOTQuNzgtMTE0LjcyIi8+PC9zdmc+");
}

.wm-theme--wasserblau {
  --wm-theme-accent: #73cee5;
  --wm-theme-bg: #d2f0ff;
  --wm-theme-text: #292929;
  --wm-theme-text-hover: #292929;
  --wm-theme-check: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMDAgMjAwIj48cGF0aCBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9IjI1IiBkPSJtMzYuNzcgMTE2LjExIDM1LjkxIDQxLjkgOTQuNzgtMTE0LjcyIi8+PC9zdmc+");
}
