*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

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

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.\!container {
  width: 100% !important;
}
.container {
  width: 100%;
}
@media (min-width: 480px) {

  .\!container {
    max-width: 480px !important;
  }

  .container {
    max-width: 480px;
  }
}
@media (min-width: 640px) {

  .\!container {
    max-width: 640px !important;
  }

  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {

  .\!container {
    max-width: 768px !important;
  }

  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {

  .\!container {
    max-width: 1024px !important;
  }

  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {

  .\!container {
    max-width: 1280px !important;
  }

  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1480px) {

  .\!container {
    max-width: 1480px !important;
  }

  .container {
    max-width: 1480px;
  }
}
.prose {
  color: var(--tw-prose-body);
  max-width: unset;
}
.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: oklch(from var(--primary) 0.6 calc(c - 0.0445) calc(h + 10));
  text-decoration: underline;
  font-weight: 700;
}
.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
}
.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}
.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}
.prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
}
.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: open-quote;
}
.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: close-quote;
}
.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}
.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
.prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}
.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: "`";
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: "`";
}
.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}
.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}
.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: none;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: none;
}
.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 0;
}
.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: baseline;
}
.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: top;
}
.prose :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  text-align: start;
}
.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.prose {
  --tw-prose-body: #1F1F1F;
  --tw-prose-headings: var(--primary);
  --tw-prose-lead: #1F1F1F;
  --tw-prose-links: #1F1F1F;
  --tw-prose-bold: #1F1F1F;
  --tw-prose-counters: #1F1F1F;
  --tw-prose-bullets: #1F1F1F;
  --tw-prose-hr: #1F1F1F;
  --tw-prose-quotes: #1F1F1F;
  --tw-prose-quote-borders: #1F1F1F;
  --tw-prose-captions: #1F1F1F;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: 17 24 39;
  --tw-prose-code: #1F1F1F;
  --tw-prose-pre-code: #1F1F1F;
  --tw-prose-pre-bg: #1F1F1F;
  --tw-prose-th-borders: #1F1F1F;
  --tw-prose-td-borders: #1F1F1F;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1.125rem;
  line-height: 1.5;
}
.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}
.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}
.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}
.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}
.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}
.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}
.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
  margin: 0;
}
.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 0;
}
.prose {
  word-break: break-word;
}
.prose :where(strong, b):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: var(--tw-prose-bold);
}
.prose :where(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-family: 'Lato',regular;
  font-weight: 700;
  color: var(--tw-prose-headings);
}
.prose :where(h1, .h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 2.5rem;
  line-height: 1.2;
}
.prose :where(h2, .h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 2.5rem;
  line-height: 1.2;
}
.prose :where(h3, .h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 1.75rem;
  line-height: 1.2;
}
.prose :where(h4, .h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 1.25rem;
  line-height: 1.2;
}
.prose-mobile :where(h1, .h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 1.25rem;
  line-height: 1.5;
}
.prose-mobile :where(h2, .h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 1.25rem;
  line-height: 1.5;
}
.prose-mobile :where(h3, .h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 1.125rem;
  line-height: 1.2;
}
.prose-mobile :where(h4, .h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 1rem;
  line-height: 1.2;
}
.\!prose-white {
  --tw-prose-body: rgb(255 255 255) !important;
  --tw-prose-headings: rgb(255 255 255) !important;
  --tw-prose-lead: rgb(255 255 255) !important;
  --tw-prose-links: rgb(255 255 255) !important;
  --tw-prose-bold: rgb(255 255 255) !important;
  --tw-prose-counters: rgb(255 255 255) !important;
  --tw-prose-bullets: rgb(255 255 255) !important;
  --tw-prose-hr: rgb(255 255 255) !important;
  --tw-prose-quotes: rgb(255 255 255) !important;
  --tw-prose-quote-borders: rgb(255 255 255) !important;
  --tw-prose-captions: rgb(255 255 255) !important;
  --tw-prose-code: rgb(255 255 255) !important;
  --tw-prose-pre-code: rgb(255 255 255) !important;
  --tw-prose-pre-bg: rgb(255 255 255) !important;
  --tw-prose-th-borders: rgb(255 255 255) !important;
  --tw-prose-td-borders: rgb(255 255 255) !important;
}
.prose-white {
  --tw-prose-body: rgb(255 255 255);
  --tw-prose-headings: rgb(255 255 255);
  --tw-prose-lead: rgb(255 255 255);
  --tw-prose-links: rgb(255 255 255);
  --tw-prose-bold: rgb(255 255 255);
  --tw-prose-counters: rgb(255 255 255);
  --tw-prose-bullets: rgb(255 255 255);
  --tw-prose-hr: rgb(255 255 255);
  --tw-prose-quotes: rgb(255 255 255);
  --tw-prose-quote-borders: rgb(255 255 255);
  --tw-prose-captions: rgb(255 255 255);
  --tw-prose-code: rgb(255 255 255);
  --tw-prose-pre-code: rgb(255 255 255);
  --tw-prose-pre-bg: rgb(255 255 255);
  --tw-prose-th-borders: rgb(255 255 255);
  --tw-prose-td-borders: rgb(255 255 255);
}
.prose-primary {
  --tw-prose-body: #1F1F1F;
  --tw-prose-headings: var(--primary);
  --tw-prose-lead: var(--primary);
  --tw-prose-links: var(--primary);
  --tw-prose-bold: var(--primary);
  --tw-prose-counters: var(--primary);
  --tw-prose-bullets: var(--primary);
  --tw-prose-hr: var(--primary);
  --tw-prose-quotes: var(--primary);
  --tw-prose-quote-borders: var(--primary);
  --tw-prose-captions: var(--primary);
  --tw-prose-code: var(--primary);
  --tw-prose-pre-code: var(--primary);
  --tw-prose-pre-bg: var(--primary);
  --tw-prose-th-borders: var(--primary);
  --tw-prose-td-borders: var(--primary);
}
body .pointer-events-none {
  pointer-events: none;
}
body .pointer-events-auto {
  pointer-events: auto;
}
body .visible {
  visibility: visible;
}
body .static {
  position: static;
}
body .fixed {
  position: fixed;
}
body .absolute {
  position: absolute;
}
body .relative {
  position: relative;
}
body .sticky {
  position: sticky;
}
body .inset-0 {
  inset: 0px;
}
body .-top-14 {
  top: -3.5rem;
}
body .bottom-0 {
  bottom: 0px;
}
body .bottom-2 {
  bottom: 0.5rem;
}
body .bottom-4 {
  bottom: 1rem;
}
body .left-0 {
  left: 0px;
}
body .left-1\/2 {
  left: 50%;
}
body .left-full {
  left: 100%;
}
body .right-0 {
  right: 0px;
}
body .right-5 {
  right: 1.25rem;
}
body .top-0 {
  top: 0px;
}
body .top-1\/2 {
  top: 50%;
}
body .top-4 {
  top: 1rem;
}
body .top-\[-40px\] {
  top: -40px;
}
body .top-full {
  top: 100%;
}
body .-z-10 {
  z-index: -10;
}
body .z-10 {
  z-index: 10;
}
body .z-20 {
  z-index: 20;
}
body .z-30 {
  z-index: 30;
}
body .z-40 {
  z-index: 40;
}
body .z-\[1000\] {
  z-index: 1000;
}
body .z-\[1002\] {
  z-index: 1002;
}
body .z-\[140\] {
  z-index: 140;
}
body .z-\[150\] {
  z-index: 150;
}
body .order-1 {
  order: 1;
}
body .col-span-full {
  grid-column: 1 / -1;
}
body .col-start-1 {
  grid-column-start: 1;
}
body .row-span-2 {
  grid-row: span 2 / span 2;
}
body .row-start-1 {
  grid-row-start: 1;
}
body .row-start-2 {
  grid-row-start: 2;
}
body .m-0 {
  margin: 0px;
}
body .mx-\[160px\] {
  margin-left: 160px;
  margin-right: 160px;
}
body .mx-auto {
  margin-left: auto;
  margin-right: auto;
}
body .\!mb-0 {
  margin-bottom: 0px !important;
}
body .-mb-\[var\(--navbar-height\)\] {
  margin-bottom: calc(var(--navbar-height) * -1);
}
body .mb-0 {
  margin-bottom: 0px;
}
body .mb-12 {
  margin-bottom: 3rem;
}
body .mb-16 {
  margin-bottom: 4rem;
}
body .mb-2 {
  margin-bottom: 0.5rem;
}
body .mb-20 {
  margin-bottom: 5rem;
}
body .mb-4 {
  margin-bottom: 1rem;
}
body .mb-6 {
  margin-bottom: 1.5rem;
}
body .mb-7 {
  margin-bottom: 1.75rem;
}
body .mb-8 {
  margin-bottom: 2rem;
}
body .mb-\[calc\(-3rem-2px\)\] {
  margin-bottom: calc(-3rem - 2px);
}
body .ml-\[--logo-width\] {
  margin-left: var(--logo-width);
}
body .ml-\[calc\(-1rem-2px\)\] {
  margin-left: calc(-1rem - 2px);
}
body .ml-auto {
  margin-left: auto;
}
body .mr-4 {
  margin-right: 1rem;
}
body .mt-12 {
  margin-top: 3rem;
}
body .mt-2 {
  margin-top: 0.5rem;
}
body .mt-2\.5 {
  margin-top: 0.625rem;
}
body .mt-32 {
  margin-top: 8rem;
}
body .mt-4 {
  margin-top: 1rem;
}
body .mt-6 {
  margin-top: 1.5rem;
}
body .mt-8 {
  margin-top: 2rem;
}
body .line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
body .line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
body .line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
body .line-clamp-4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
body .line-clamp-6 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}
body .block {
  display: block;
}
body .inline {
  display: inline;
}
body .flex {
  display: flex;
}
body .table {
  display: table;
}
body .grid {
  display: grid;
}
body .contents {
  display: contents;
}
body .hidden {
  display: none;
}
body .aspect-\[3\/2\] {
  aspect-ratio: 3/2;
}
body .aspect-\[var\(--image-aspect\2c 8\/5\)\] {
  aspect-ratio: var(--image-aspect,8/5);
}
body .aspect-square {
  aspect-ratio: 1 / 1;
}
body .size-10 {
  width: 2.5rem;
  height: 2.5rem;
}
body .size-12 {
  width: 3rem;
  height: 3rem;
}
body .size-16 {
  width: 4rem;
  height: 4rem;
}
body .size-24 {
  width: 6rem;
  height: 6rem;
}
body .size-4 {
  width: 1rem;
  height: 1rem;
}
body .size-5 {
  width: 1.25rem;
  height: 1.25rem;
}
body .size-6 {
  width: 1.5rem;
  height: 1.5rem;
}
body .size-7 {
  width: 1.75rem;
  height: 1.75rem;
}
body .size-8 {
  width: 2rem;
  height: 2rem;
}
body .size-\[--icon-size\] {
  width: var(--icon-size);
  height: var(--icon-size);
}
body .size-\[1\.125em\] {
  width: 1.125em;
  height: 1.125em;
}
body .size-\[135px\] {
  width: 135px;
  height: 135px;
}
body .size-\[18px\] {
  width: 18px;
  height: 18px;
}
body .size-\[30px\] {
  width: 30px;
  height: 30px;
}
body .size-\[54px\] {
  width: 54px;
  height: 54px;
}
body .size-\[656px\] {
  width: 656px;
  height: 656px;
}
body .size-fit {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
body .size-full {
  width: 100%;
  height: 100%;
}
body .h-56 {
  height: 14rem;
}
body .h-\[1lh\] {
  height: 1lh;
}
body .h-\[300\%\] {
  height: 300%;
}
body .h-\[3lh\] {
  height: 3lh;
}
body .h-\[43px\] {
  height: 43px;
}
body .h-\[5lh\] {
  height: 5lh;
}
body .h-\[clamp\(var\(--page-header-min-height\)\2c 100svh\2c var\(--page-header-max-height\)\)\] {
  height: clamp(var(--page-header-min-height),100svh,var(--page-header-max-height));
}
body .h-auto {
  height: auto;
}
body .h-fit {
  height: -moz-fit-content;
  height: fit-content;
}
body .h-full {
  height: 100%;
}
body .h-screen {
  height: 100vh;
}
body .max-h-24 {
  max-height: 6rem;
}
body .max-h-\[400px\] {
  max-height: 400px;
}
body .max-h-\[50px\] {
  max-height: 50px;
}
body .max-h-full {
  max-height: 100%;
}
body .max-h-screen {
  max-height: 100vh;
}
body .max-h-svh {
  max-height: 100svh;
}
body .min-h-24 {
  min-height: 6rem;
}
body .min-h-\[118px\] {
  min-height: 118px;
}
body .min-h-\[320px\] {
  min-height: 320px;
}
body .min-h-\[64px\] {
  min-height: 64px;
}
body .min-h-\[72px\] {
  min-height: 72px;
}
body .min-h-fit {
  min-height: -moz-fit-content;
  min-height: fit-content;
}
body .w-1\/3 {
  width: 33.333333%;
}
body .w-10 {
  width: 2.5rem;
}
body .w-20 {
  width: 5rem;
}
body .w-\[100px\] {
  width: 100px;
}
body .w-\[1200px\] {
  width: 1200px;
}
body .w-\[94px\] {
  width: 94px;
}
body .w-auto {
  width: auto;
}
body .w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
body .w-full {
  width: 100%;
}
body .w-lvw {
  width: 100lvw;
}
body .w-max {
  width: -moz-max-content;
  width: max-content;
}
body .min-w-\[115px\] {
  min-width: 115px;
}
body .min-w-\[35\%\] {
  min-width: 35%;
}
body .min-w-fit {
  min-width: -moz-fit-content;
  min-width: fit-content;
}
body .max-w-\[1100px\] {
  max-width: 1100px;
}
body .max-w-\[1350px\] {
  max-width: 1350px;
}
body .max-w-\[1920px\] {
  max-width: 1920px;
}
body .max-w-\[240px\] {
  max-width: 240px;
}
body .max-w-\[244px\] {
  max-width: 244px;
}
body .max-w-\[350px\] {
  max-width: 350px;
}
body .max-w-\[850px\] {
  max-width: 850px;
}
body .max-w-\[950px\] {
  max-width: 950px;
}
body .max-w-\[calc\(100svw-2\.5rem\)\] {
  max-width: calc(100svw - 2.5rem);
}
body .max-w-\[min\(750px\2c calc\(100\%-450px\)\)\] {
  max-width: min(750px,calc(100% - 450px));
}
body .max-w-full {
  max-width: 100%;
}
body .shrink {
  flex-shrink: 1;
}
body .shrink-0 {
  flex-shrink: 0;
}
body .grow {
  flex-grow: 1;
}
body .basis-1\/2 {
  flex-basis: 50%;
}
body .origin-center {
  transform-origin: center;
}
body .-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
body .-translate-x-7 {
  --tw-translate-x: -1.75rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
body .-translate-x-\[calc\(100\%\+0\.3em\)\] {
  --tw-translate-x: calc(calc(100% + 0.3em) * -1);
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
body .-translate-x-full {
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
body .-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
body .-translate-y-\[0\.12em\] {
  --tw-translate-y: -0.12em;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
body .-translate-y-\[var\(--navbar-height\)\] {
  --tw-translate-y: calc(var(--navbar-height) * -1);
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
body .-translate-y-full {
  --tw-translate-y: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
body .translate-y-\[-3px\] {
  --tw-translate-y: -3px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
body .translate-y-\[3px\] {
  --tw-translate-y: 3px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
body .-rotate-12 {
  --tw-rotate: -12deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
body .rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
body .scale-0 {
  --tw-scale-x: 0;
  --tw-scale-y: 0;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
body .transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
body .cursor-pointer {
  cursor: pointer;
}
body .resize {
  resize: both;
}
body .grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
body .grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
body .grid-cols-\[--cols\] {
  grid-template-columns: var(--cols);
}
body .grid-cols-\[auto\2c auto\] {
  grid-template-columns: auto auto;
}
body .grid-cols-subgrid {
  grid-template-columns: subgrid;
}
body .grid-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}
body .grid-rows-\[--rows\] {
  grid-template-rows: var(--rows);
}
body .grid-rows-\[1fr_auto\] {
  grid-template-rows: 1fr auto;
}
body .grid-rows-\[1fr_auto_auto\] {
  grid-template-rows: 1fr auto auto;
}
body .grid-rows-\[minmax\(320px\2c 1fr\)_auto\] {
  grid-template-rows: minmax(320px,1fr) auto;
}
body .grid-rows-\[repeat\(2\2c auto\)\] {
  grid-template-rows: repeat(2,auto);
}
body .flex-col {
  flex-direction: column;
}
body .flex-wrap {
  flex-wrap: wrap;
}
body .items-start {
  align-items: flex-start;
}
body .items-end {
  align-items: flex-end;
}
body .items-center {
  align-items: center;
}
body .justify-start {
  justify-content: flex-start;
}
body .justify-end {
  justify-content: flex-end;
}
body .justify-center {
  justify-content: center;
}
body .justify-between {
  justify-content: space-between;
}
body .justify-around {
  justify-content: space-around;
}
body .justify-items-center {
  justify-items: center;
}
body .gap-1 {
  gap: 0.25rem;
}
body .gap-1\.5 {
  gap: 0.375rem;
}
body .gap-2 {
  gap: 0.5rem;
}
body .gap-4 {
  gap: 1rem;
}
body .gap-5 {
  gap: 1.25rem;
}
body .gap-6 {
  gap: 1.5rem;
}
body .gap-8 {
  gap: 2rem;
}
body .gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
body .gap-x-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
body .gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
body .gap-y-0 {
  row-gap: 0px;
}
body .gap-y-16 {
  row-gap: 4rem;
}
body .gap-y-2 {
  row-gap: 0.5rem;
}
body .self-start {
  align-self: flex-start;
}
body .self-end {
  align-self: flex-end;
}
body .self-stretch {
  align-self: stretch;
}
body .justify-self-end {
  justify-self: end;
}
body .overflow-auto {
  overflow: auto;
}
body .overflow-hidden {
  overflow: hidden;
}
body .overflow-visible {
  overflow: visible;
}
body .overflow-x-auto {
  overflow-x: auto;
}
body .overflow-x-clip {
  overflow-x: clip;
}
body .overscroll-contain {
  overscroll-behavior: contain;
}
body .text-ellipsis {
  text-overflow: ellipsis;
}
body .hyphens-auto {
  -webkit-hyphens: auto;
          hyphens: auto;
}
body .whitespace-normal {
  white-space: normal;
}
body .whitespace-nowrap {
  white-space: nowrap;
}
body .text-nowrap {
  text-wrap: nowrap;
}
body .text-pretty {
  text-wrap: pretty;
}
body .break-words {
  overflow-wrap: break-word;
}
body .rounded-10px {
  border-radius: 10px;
}
body .rounded-\[20px\] {
  border-radius: 20px;
}
body .rounded-full {
  border-radius: 9999px;
}
body .rounded-lg {
  border-radius: 0.5rem;
}
body .rounded-none {
  border-radius: 0px;
}
body .rounded-xl {
  border-radius: 0.75rem;
}
body .rounded-l {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
body .rounded-t-xl {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}
body .rounded-bl-10px {
  border-bottom-left-radius: 10px;
}
body .rounded-br-10px {
  border-bottom-right-radius: 10px;
}
body .rounded-tl-\[3px\] {
  border-top-left-radius: 3px;
}
body .rounded-tl-lg {
  border-top-left-radius: 0.5rem;
}
body .rounded-tr-\[3px\] {
  border-top-right-radius: 3px;
}
body .rounded-tr-lg {
  border-top-right-radius: 0.5rem;
}
body .rounded-tr-xl {
  border-top-right-radius: 0.75rem;
}
body .border-2 {
  border-width: 2px;
}
body .border-y-2 {
  border-top-width: 2px;
  border-bottom-width: 2px;
}
body .border-b {
  border-bottom-width: 1px;
}
body .border-l {
  border-left-width: 1px;
}
body .border-r {
  border-right-width: 1px;
}
body .border-t {
  border-top-width: 1px;
}
body .border-current {
  border-color: currentColor;
}
body .border-primary {
  --tw-border-opacity: 1;
  border-color: var(--primary2, oklch(from var(--primary) l c h / var(--tw-border-opacity, 1)));
}
body .border-primary-hell {
  --tw-border-opacity: 1;
  border-color: var(--primary-hell,oklch(from var(--primary) calc(l + 0.4226) calc(c - 0.0445) calc(h + 10) / var(--tw-border-opacity, 1)));
}
body .border-text {
  --tw-border-opacity: 1;
  border-color: rgb(31 31 31 / var(--tw-border-opacity, 1));
}
body .border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
body .\!bg-primary-hell\/60 {
  background-color: var(--primary-hell,oklch(from var(--primary) calc(l + 0.4226) calc(c - 0.0445) calc(h + 10) / 0.6)) !important;
}
body .bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
body .bg-black\/5 {
  background-color: rgb(0 0 0 / 0.05);
}
body .bg-current {
  background-color: currentColor;
}
body .bg-primary {
  --tw-bg-opacity: 1;
  background-color: var(--primary2, oklch(from var(--primary) l c h / var(--tw-bg-opacity, 1)));
}
body .bg-primary-hell {
  --tw-bg-opacity: 1;
  background-color: var(--primary-hell,oklch(from var(--primary) calc(l + 0.4226) calc(c - 0.0445) calc(h + 10) / var(--tw-bg-opacity, 1)));
}
body .bg-text\/10 {
  background-color: rgb(31 31 31 / 0.1);
}
body .bg-transparent {
  background-color: transparent;
}
body .bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
body .bg-fixed {
  background-attachment: fixed;
}
body .fill-\[oklch\(from_var\(--primary\)_49\%_0\.11_h\)\] {
  fill: oklch(from var(--primary) 49% 0.11 h);
}
body .fill-\[oklch\(from_var\(--primary\)_57\.95\%_0\.2315_h\)\] {
  fill: oklch(from var(--primary) 57.95% 0.2315 h);
}
body .fill-\[oklch\(from_var\(--primary\)_74\%_0\.07_h\)\] {
  fill: oklch(from var(--primary) 74% 0.07 h);
}
body .fill-\[oklch\(from_var\(--primary\)_81\.99\%_0\.1687_calc\(h\+17\)\)\] {
  fill: oklch(from var(--primary) 81.99% 0.1687 calc(h + 17));
}
body .fill-current {
  fill: currentColor;
}
body .fill-none {
  fill: none;
}
body .fill-primary {
  fill: var(--primary2, oklch(from var(--primary) l c h / 1));
}
body .fill-primary-hell {
  fill: var(--primary-hell,oklch(from var(--primary) calc(l + 0.4226) calc(c - 0.0445) calc(h + 10) / 1));
}
body .fill-primary-mittel {
  fill: var(--primary-mittel, oklch(from var(--primary) calc(l + 0.1655) calc(c + 0.0067) calc(h - 0.61) / 1));
}
body .fill-white {
  fill: #fff;
}
body .stroke-current {
  stroke: currentColor;
}
body .stroke-2 {
  stroke-width: 2;
}
body .object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
body .object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
body .p-2 {
  padding: 0.5rem;
}
body .p-3 {
  padding: 0.75rem;
}
body .p-4 {
  padding: 1rem;
}
body .p-5 {
  padding: 1.25rem;
}
body .p-8 {
  padding: 2rem;
}
body .\!px-8 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}
body .px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
body .px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
body .px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
body .px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
body .px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
body .px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
body .px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
body .px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
body .px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
body .py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
body .py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
body .py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
body .py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
body .py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
body .py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
body .py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
body .py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
body .py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
body .py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
body .pb-0 {
  padding-bottom: 0px;
}
body .pb-1\.5 {
  padding-bottom: 0.375rem;
}
body .pb-20 {
  padding-bottom: 5rem;
}
body .pb-6 {
  padding-bottom: 1.5rem;
}
body .pb-8 {
  padding-bottom: 2rem;
}
body .pb-\[132px\] {
  padding-bottom: 132px;
}
body .pl-1 {
  padding-left: 0.25rem;
}
body .pl-4 {
  padding-left: 1rem;
}
body .pl-6 {
  padding-left: 1.5rem;
}
body .pr-5 {
  padding-right: 1.25rem;
}
body .pt-0\.5 {
  padding-top: 0.125rem;
}
body .pt-2 {
  padding-top: 0.5rem;
}
body .pt-4 {
  padding-top: 1rem;
}
body .pt-8 {
  padding-top: 2rem;
}
body .text-left {
  text-align: left;
}
body .text-center {
  text-align: center;
}
body .text-right {
  text-align: right;
}
body .align-baseline {
  vertical-align: baseline;
}
body .font-dancingScript {
  font-family: 'Dancing Script Variable', serif;
}
body .text-\[10px\] {
  font-size: 10px;
}
body .text-\[11px\] {
  font-size: 11px;
}
body .text-\[12px\] {
  font-size: 12px;
}
body .text-\[14px\] {
  font-size: 14px;
}
body .text-\[16px\] {
  font-size: 16px;
}
body .text-\[28px\] {
  font-size: 28px;
}
body .text-\[2rem\]\/\[1\] {
  font-size: 2rem;
  line-height: 1;
}
body .text-\[32px\] {
  font-size: 32px;
}
body .text-\[40px\] {
  font-size: 40px;
}
body .text-footerSmallLabel {
  font-size: 1rem;
  line-height: 1.5;
}
body .\!font-normal {
  font-weight: 400 !important;
}
body .font-bold {
  font-weight: 700;
}
body .font-light {
  font-weight: 300;
}
body .font-normal {
  font-weight: 400;
}
body .font-semibold {
  font-weight: 600;
}
body .uppercase {
  text-transform: uppercase;
}
body .italic {
  font-style: italic;
}
body .not-italic {
  font-style: normal;
}
body .leading-\[1\.4\] {
  line-height: 1.4;
}
body .leading-normal {
  line-height: 1.5;
}
body .leading-tight {
  line-height: 1.25;
}
body .text-current {
  color: currentColor;
}
body .text-primary {
  --tw-text-opacity: 1;
  color: var(--primary2, oklch(from var(--primary) l c h / var(--tw-text-opacity, 1)));
}
body .text-primary-foreground {
  color: var(--primary-foreground, #fff);
}
body .text-primary-hell {
  --tw-text-opacity: 1;
  color: var(--primary-hell,oklch(from var(--primary) calc(l + 0.4226) calc(c - 0.0445) calc(h + 10) / var(--tw-text-opacity, 1)));
}
body .text-text {
  --tw-text-opacity: 1;
  color: rgb(31 31 31 / var(--tw-text-opacity, 1));
}
body .text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
body .no-underline {
  text-decoration-line: none;
}
body .opacity-0 {
  opacity: 0;
}
body .opacity-10 {
  opacity: 0.1;
}
body .shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
body .blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
body .drop-shadow-lg {
  --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
body .filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
body .transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
body .transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
body .transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
body .transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
body .duration-300 {
  transition-duration: 300ms;
}
body .duration-500 {
  transition-duration: 500ms;
}
body .duration-700 {
  transition-duration: 700ms;
}
body .ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
body .content-\[\'\'\] {
  --tw-content: '';
  content: var(--tw-content);
}
body .\@container {
  container-type: inline-size;
}
body .\[--cols\:1fr\] {
  --cols: 1fr;
}
body .\[--max-w\:85\%\] {
  --max-w: 85%;
}
body .\[--rows\:360px_auto\] {
  --rows: 360px auto;
}
body .\[clip-path\:content-box\] {
  clip-path: content-box;
}
body .\[direction\:ltr\] {
  direction: ltr;
}
body .\[direction\:rtl\] {
  direction: rtl;
}
body .\[grid-area\:copyright\] {
  grid-area: copyright;
}
body .\[grid-area\:firstImage\] {
  grid-area: firstImage;
}
body .\[grid-area\:image\] {
  grid-area: image;
}
body .\[grid-area\:links\] {
  grid-area: links;
}
body .\[grid-area\:secondImage\] {
  grid-area: secondImage;
}
body .\[grid-area\:text\] {
  grid-area: text;
}
body .\[translate\:-42\.68\%_-29\%\] {
  translate: -42.68% -29%;
}
body .\[translate\:0_calc\(115px\/2\*-1\+5px\)\] {
  translate: 0 calc(115px / 2 * -1 + 5px);
}
@media not all and (min-width: 1024px) {

  .max-lg\:container {
    width: 100%;
  }

  @media (min-width: 480px) {

    .max-lg\:container {
      max-width: 480px;
    }
  }

  .max-lg\:container {
    width: 100%;
  }

  @media (min-width: 480px) {

    .max-lg\:container {
      max-width: 480px;
    }
  }

  @media (min-width: 640px) {

    .max-lg\:container {
      max-width: 640px;
    }
  }

  .max-lg\:container {
    width: 100%;
  }

  @media (min-width: 480px) {

    .max-lg\:container {
      max-width: 480px;
    }
  }

  @media (min-width: 640px) {

    .max-lg\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {

    .max-lg\:container {
      max-width: 768px;
    }
  }

  .max-lg\:container {
    width: 100%;
  }

  @media (min-width: 480px) {

    .max-lg\:container {
      max-width: 480px;
    }
  }

  @media (min-width: 640px) {

    .max-lg\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {

    .max-lg\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {

    .max-lg\:container {
      max-width: 1024px;
    }
  }

  .max-lg\:container {
    width: 100%;
  }

  @media (min-width: 480px) {

    .max-lg\:container {
      max-width: 480px;
    }
  }

  @media (min-width: 640px) {

    .max-lg\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {

    .max-lg\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {

    .max-lg\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {

    .max-lg\:container {
      max-width: 1280px;
    }
  }

  .max-lg\:container {
    width: 100%;
  }

  @media (min-width: 480px) {

    .max-lg\:container {
      max-width: 480px;
    }
  }

  @media (min-width: 640px) {

    .max-lg\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {

    .max-lg\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {

    .max-lg\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {

    .max-lg\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1480px) {

    .max-lg\:container {
      max-width: 1480px;
    }
  }
}
@media (min-width: 1024px) {

  .lg\:container {
    width: 100%;
  }

  @media (min-width: 480px) {

    .lg\:container {
      max-width: 480px;
    }
  }

  @media (min-width: 640px) {

    .lg\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {

    .lg\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {

    .lg\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {

    .lg\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1480px) {

    .lg\:container {
      max-width: 1480px;
    }
  }

  .lg\:hocus\:prose-white:hover {
    --tw-prose-body: rgb(255 255 255);
    --tw-prose-headings: rgb(255 255 255);
    --tw-prose-lead: rgb(255 255 255);
    --tw-prose-links: rgb(255 255 255);
    --tw-prose-bold: rgb(255 255 255);
    --tw-prose-counters: rgb(255 255 255);
    --tw-prose-bullets: rgb(255 255 255);
    --tw-prose-hr: rgb(255 255 255);
    --tw-prose-quotes: rgb(255 255 255);
    --tw-prose-quote-borders: rgb(255 255 255);
    --tw-prose-captions: rgb(255 255 255);
    --tw-prose-code: rgb(255 255 255);
    --tw-prose-pre-code: rgb(255 255 255);
    --tw-prose-pre-bg: rgb(255 255 255);
    --tw-prose-th-borders: rgb(255 255 255);
    --tw-prose-td-borders: rgb(255 255 255);
  }

  .lg\:hocus\:prose-white:focus-within {
    --tw-prose-body: rgb(255 255 255);
    --tw-prose-headings: rgb(255 255 255);
    --tw-prose-lead: rgb(255 255 255);
    --tw-prose-links: rgb(255 255 255);
    --tw-prose-bold: rgb(255 255 255);
    --tw-prose-counters: rgb(255 255 255);
    --tw-prose-bullets: rgb(255 255 255);
    --tw-prose-hr: rgb(255 255 255);
    --tw-prose-quotes: rgb(255 255 255);
    --tw-prose-quote-borders: rgb(255 255 255);
    --tw-prose-captions: rgb(255 255 255);
    --tw-prose-code: rgb(255 255 255);
    --tw-prose-pre-code: rgb(255 255 255);
    --tw-prose-pre-bg: rgb(255 255 255);
    --tw-prose-th-borders: rgb(255 255 255);
    --tw-prose-td-borders: rgb(255 255 255);
  }
}
body :is(.\*\:col-span-full > *) {
  grid-column: 1 / -1;
}
body :is(.\*\:grid > *) {
  display: grid;
}
body :is(.\*\:origin-\[15px_15px\] > *) {
  transform-origin: 15px 15px;
}
body :is(.\*\:grid-cols-subgrid > *) {
  grid-template-columns: subgrid;
}
body :is(.\*\:items-center > *) {
  align-items: center;
}
body :is(.\*\:pr-1 > *) {
  padding-right: 0.25rem;
}
body :is(.\*\:transition-transform > *) {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
body .after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}
body .after\:-right-1\/3::after {
  content: var(--tw-content);
  right: -33.333333%;
}
body .after\:bottom-0::after {
  content: var(--tw-content);
  bottom: 0px;
}
body .after\:left-0::after {
  content: var(--tw-content);
  left: 0px;
}
body .after\:top-1\/2::after {
  content: var(--tw-content);
  top: 50%;
}
body .after\:top-full::after {
  content: var(--tw-content);
  top: 100%;
}
body .after\:-z-10::after {
  content: var(--tw-content);
  z-index: -10;
}
body .after\:h-0\.5::after {
  content: var(--tw-content);
  height: 0.125rem;
}
body .after\:h-\[100vh\]::after {
  content: var(--tw-content);
  height: 100vh;
}
body .after\:h-\[4px\]::after {
  content: var(--tw-content);
  height: 4px;
}
body .after\:w-\[80vw\]::after {
  content: var(--tw-content);
  width: 80vw;
}
body .after\:w-full::after {
  content: var(--tw-content);
  width: 100%;
}
body .after\:-translate-x-full::after {
  content: var(--tw-content);
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
body .after\:-translate-y-1\/2::after {
  content: var(--tw-content);
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
body .after\:translate-y-1\.5::after {
  content: var(--tw-content);
  --tw-translate-y: 0.375rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
body .after\:bg-current::after {
  content: var(--tw-content);
  background-color: currentColor;
}
body .after\:bg-primary::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: var(--primary2, oklch(from var(--primary) l c h / var(--tw-bg-opacity, 1)));
}
body .after\:bg-gradient-to-r::after {
  content: var(--tw-content);
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
body .after\:from-primary::after {
  content: var(--tw-content);
  --tw-gradient-from: var(--primary2, oklch(from var(--primary) l c h / 1)) var(--tw-gradient-from-position);
  --tw-gradient-to: var(--primary2, oklch(from var(--primary) l c h / 0)) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
body .after\:from-40\%::after {
  content: var(--tw-content);
  --tw-gradient-from-position: 40%;
}
body .after\:to-transparent::after {
  content: var(--tw-content);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
body .after\:to-100\%::after {
  content: var(--tw-content);
  --tw-gradient-to-position: 100%;
}
body .after\:transition-all::after {
  content: var(--tw-content);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
body .after\:transition-transform::after {
  content: var(--tw-content);
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
body .after\:duration-300::after {
  content: var(--tw-content);
  transition-duration: 300ms;
}
body :is(.\*\:after\:mx-2 > *)::after {
  content: var(--tw-content);
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
body :is(.\*\:after\:px-1\.5 > *)::after {
  content: var(--tw-content);
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
body :is(.\*\:after\:content-\[\'\>\'\] > *)::after {
  --tw-content: '>';
  content: var(--tw-content);
}
body :is(.\*\:after\:content-\[\'\|\'\] > *)::after {
  --tw-content: '|';
  content: var(--tw-content);
}
body :is(.last\:\*\:mb-0 > *:last-child) {
  margin-bottom: 0px;
}
body :is(.last\:\*\:font-bold > *:last-child) {
  font-weight: 700;
}
body :is(.last\:\*\:after\:hidden > *:last-child)::after {
  content: var(--tw-content);
  display: none;
}
body :is(.group.open .group-\[\.open\]\:-rotate-90) {
  --tw-rotate: -90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
body :is(.group:not(.open) .group-\[\&\:not\(\.open\)\]\:pr-14) {
  padding-right: 3.5rem;
}
body .aria-\[current\=\'page\'\]\:font-bold[aria-current='page'] {
  font-weight: 700;
}
body :is(.prose-headings\:text-white :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"],[class~="not-prose"] *)))) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
body :is(.prose-a\:text-current :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)))) {
  color: currentColor;
}
@container (min-width: 36rem) {

  body .\@xl\:row-start-1 {
    grid-row-start: 1;
  }

  body .\@xl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body .\@xl\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }
}
@container (min-width: 42rem) {

  body .\@2xl\:grid-cols-\[minmax\(auto\2c 1fr\)_minmax\(auto\2c 2fr\)\] {
    grid-template-columns: minmax(auto,1fr) minmax(auto,2fr);
  }
}
body .hocus\:-translate-x-full:hover {
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
body .hocus\:\!bg-\[\#E8E8E8\]:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(232 232 232 / var(--tw-bg-opacity, 1)) !important;
}
body .hocus\:bg-primary:hover {
  --tw-bg-opacity: 1;
  background-color: var(--primary2, oklch(from var(--primary) l c h / var(--tw-bg-opacity, 1)));
}
body .hocus\:bg-secondary:hover {
  --tw-bg-opacity: 1;
  background-color: var(--secondary2, oklch(from var(--secondary) l c h / var(--tw-bg-opacity, 1)));
}
body .hocus\:text-\[\#595959\]:hover {
  --tw-text-opacity: 1;
  color: rgb(89 89 89 / var(--tw-text-opacity, 1));
}
body .hocus\:text-primary:hover {
  --tw-text-opacity: 1;
  color: var(--primary2, oklch(from var(--primary) l c h / var(--tw-text-opacity, 1)));
}
body .hocus\:text-secondary-foreground:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
body .hocus\:underline:hover {
  text-decoration-line: underline;
}
body .hocus\:after\:h-1\.5:hover::after {
  content: var(--tw-content);
  height: 0.375rem;
}
body .hocus\:-translate-x-full:focus-within {
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
body .hocus\:\!bg-\[\#E8E8E8\]:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(232 232 232 / var(--tw-bg-opacity, 1)) !important;
}
body .hocus\:bg-primary:focus-within {
  --tw-bg-opacity: 1;
  background-color: var(--primary2, oklch(from var(--primary) l c h / var(--tw-bg-opacity, 1)));
}
body .hocus\:bg-secondary:focus-within {
  --tw-bg-opacity: 1;
  background-color: var(--secondary2, oklch(from var(--secondary) l c h / var(--tw-bg-opacity, 1)));
}
body .hocus\:text-\[\#595959\]:focus-within {
  --tw-text-opacity: 1;
  color: rgb(89 89 89 / var(--tw-text-opacity, 1));
}
body .hocus\:text-primary:focus-within {
  --tw-text-opacity: 1;
  color: var(--primary2, oklch(from var(--primary) l c h / var(--tw-text-opacity, 1)));
}
body .hocus\:text-secondary-foreground:focus-within {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
body .hocus\:underline:focus-within {
  text-decoration-line: underline;
}
body .hocus\:after\:h-1\.5:focus-within::after {
  content: var(--tw-content);
  height: 0.375rem;
}
body :is(.group:hover .group-hocus\:scale-100) {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
body :is(.group:hover .group-hocus\:scale-105) {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
body :is(.group:hover .group-hocus\:scale-110) {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
body :is(.group:hover .group-hocus\:\!bg-secondary\/85) {
  background-color: var(--secondary2, oklch(from var(--secondary) l c h / 0.85)) !important;
}
body :is(.group:hover .group-hocus\:bg-primary) {
  --tw-bg-opacity: 1;
  background-color: var(--primary2, oklch(from var(--primary) l c h / var(--tw-bg-opacity, 1)));
}
body :is(.group:hover .group-hocus\:bg-primary-mittel) {
  --tw-bg-opacity: 1;
  background-color: var(--primary-mittel, oklch(from var(--primary) calc(l + 0.1655) calc(c + 0.0067) calc(h - 0.61) / var(--tw-bg-opacity, 1)));
}
body :is(.group:hover .group-hocus\:bg-secondary) {
  --tw-bg-opacity: 1;
  background-color: var(--secondary2, oklch(from var(--secondary) l c h / var(--tw-bg-opacity, 1)));
}
body :is(.group:hover .group-hocus\:fill-white) {
  fill: #fff;
}
body :is(.group:hover .group-hocus\:pb-14) {
  padding-bottom: 3.5rem;
}
body :is(.group:hover .group-hocus\:pt-1\.5) {
  padding-top: 0.375rem;
}
body :is(.group:hover .group-hocus\:font-semibold) {
  font-weight: 600;
}
body :is(.group:hover .group-hocus\:text-primary-foreground) {
  color: var(--primary-foreground, #fff);
}
body :is(.group:hover .group-hocus\:text-primary-mittel) {
  --tw-text-opacity: 1;
  color: var(--primary-mittel, oklch(from var(--primary) calc(l + 0.1655) calc(c + 0.0067) calc(h - 0.61) / var(--tw-text-opacity, 1)));
}
body :is(.group:hover .group-hocus\:text-primary-mittel-foreground) {
  color: var(--primary-mittel-foreground, #fff);
}
body :is(.group:hover .group-hocus\:opacity-100) {
  opacity: 1;
}
body :is(.group:hover .group-hocus\:after\:translate-x-0)::after {
  content: var(--tw-content);
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
body :is(.group:focus-within .group-hocus\:scale-100) {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
body :is(.group:focus-within .group-hocus\:scale-105) {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
body :is(.group:focus-within .group-hocus\:scale-110) {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
body :is(.group:focus-within .group-hocus\:\!bg-secondary\/85) {
  background-color: var(--secondary2, oklch(from var(--secondary) l c h / 0.85)) !important;
}
body :is(.group:focus-within .group-hocus\:bg-primary) {
  --tw-bg-opacity: 1;
  background-color: var(--primary2, oklch(from var(--primary) l c h / var(--tw-bg-opacity, 1)));
}
body :is(.group:focus-within .group-hocus\:bg-primary-mittel) {
  --tw-bg-opacity: 1;
  background-color: var(--primary-mittel, oklch(from var(--primary) calc(l + 0.1655) calc(c + 0.0067) calc(h - 0.61) / var(--tw-bg-opacity, 1)));
}
body :is(.group:focus-within .group-hocus\:bg-secondary) {
  --tw-bg-opacity: 1;
  background-color: var(--secondary2, oklch(from var(--secondary) l c h / var(--tw-bg-opacity, 1)));
}
body :is(.group:focus-within .group-hocus\:fill-white) {
  fill: #fff;
}
body :is(.group:focus-within .group-hocus\:pb-14) {
  padding-bottom: 3.5rem;
}
body :is(.group:focus-within .group-hocus\:pt-1\.5) {
  padding-top: 0.375rem;
}
body :is(.group:focus-within .group-hocus\:font-semibold) {
  font-weight: 600;
}
body :is(.group:focus-within .group-hocus\:text-primary-foreground) {
  color: var(--primary-foreground, #fff);
}
body :is(.group:focus-within .group-hocus\:text-primary-mittel) {
  --tw-text-opacity: 1;
  color: var(--primary-mittel, oklch(from var(--primary) calc(l + 0.1655) calc(c + 0.0067) calc(h - 0.61) / var(--tw-text-opacity, 1)));
}
body :is(.group:focus-within .group-hocus\:text-primary-mittel-foreground) {
  color: var(--primary-mittel-foreground, #fff);
}
body :is(.group:focus-within .group-hocus\:opacity-100) {
  opacity: 1;
}
body :is(.group:focus-within .group-hocus\:after\:translate-x-0)::after {
  content: var(--tw-content);
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
body .activeClass\:bg-\[\#E8E8E8\].active {
  --tw-bg-opacity: 1;
  background-color: rgb(232 232 232 / var(--tw-bg-opacity, 1));
}
body .openClass\:-translate-x-full.open {
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
body :is(.group.open .group-openClass\:rotate-180) {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
body :is(.group.open .group-openClass\:\*\:translate-y-0 > *) {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
body :is(.group.open .group-openClass\:first\:\*\:-rotate-45 > *:first-child) {
  --tw-rotate: -45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
body :is(.group.open .group-openClass\:last\:\*\:rotate-45 > *:last-child) {
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
body :is(body.tourismus .tourismus\:border-primary) {
  --tw-border-opacity: 1;
  border-color: var(--primary2, oklch(from var(--primary) l c h / var(--tw-border-opacity, 1)));
}
body :is(body.tourismus .tourismus\:bg-primary) {
  --tw-bg-opacity: 1;
  background-color: var(--primary2, oklch(from var(--primary) l c h / var(--tw-bg-opacity, 1)));
}
body :is(body.tourismus .tourismus\:bg-primary-hell) {
  --tw-bg-opacity: 1;
  background-color: var(--primary-hell,oklch(from var(--primary) calc(l + 0.4226) calc(c - 0.0445) calc(h + 10) / var(--tw-bg-opacity, 1)));
}
body :is(body.tourismus .tourismus\:fill-primary) {
  fill: var(--primary2, oklch(from var(--primary) l c h / 1));
}
body :is(body.tourismus .tourismus\:font-dancingScript) {
  font-family: 'Dancing Script Variable', serif;
}
body :is(body.tourismus .tourismus\:text-primary) {
  --tw-text-opacity: 1;
  color: var(--primary2, oklch(from var(--primary) l c h / var(--tw-text-opacity, 1)));
}
body :is(body.tourismus .tourismus\:text-primary-foreground) {
  color: var(--primary-foreground, #fff);
}
body :is(body.tourismus .tourismus\:\[--logo-width\:160px\]) {
  --logo-width: 160px;
}
body :is(body.tourismus .tourismus\:hocus\:\!bg-secondary:hover) {
  --tw-bg-opacity: 1 !important;
  background-color: var(--secondary2, oklch(from var(--secondary) l c h / var(--tw-bg-opacity, 1))) !important;
}
body :is(body.tourismus .tourismus\:hocus\:\!text-secondary-foreground:hover) {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
body :is(body.tourismus .tourismus\:hocus\:text-primary:hover) {
  --tw-text-opacity: 1;
  color: var(--primary2, oklch(from var(--primary) l c h / var(--tw-text-opacity, 1)));
}
body :is(body.tourismus .tourismus\:hocus\:text-primary-mittel:hover) {
  --tw-text-opacity: 1;
  color: var(--primary-mittel, oklch(from var(--primary) calc(l + 0.1655) calc(c + 0.0067) calc(h - 0.61) / var(--tw-text-opacity, 1)));
}
body :is(body.tourismus .tourismus\:hocus\:\!bg-secondary:focus-within) {
  --tw-bg-opacity: 1 !important;
  background-color: var(--secondary2, oklch(from var(--secondary) l c h / var(--tw-bg-opacity, 1))) !important;
}
body :is(body.tourismus .tourismus\:hocus\:\!text-secondary-foreground:focus-within) {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
body :is(body.tourismus .tourismus\:hocus\:text-primary:focus-within) {
  --tw-text-opacity: 1;
  color: var(--primary2, oklch(from var(--primary) l c h / var(--tw-text-opacity, 1)));
}
body :is(body.tourismus .tourismus\:hocus\:text-primary-mittel:focus-within) {
  --tw-text-opacity: 1;
  color: var(--primary-mittel, oklch(from var(--primary) calc(l + 0.1655) calc(c + 0.0067) calc(h - 0.61) / var(--tw-text-opacity, 1)));
}
body :is(body.tourismus .group:hover .tourismus\:group-hocus\:\!bg-white\/85) {
  background-color: rgb(255 255 255 / 0.85) !important;
}
body :is(body.tourismus .group:hover .tourismus\:group-hocus\:bg-primary-mittel) {
  --tw-bg-opacity: 1;
  background-color: var(--primary-mittel, oklch(from var(--primary) calc(l + 0.1655) calc(c + 0.0067) calc(h - 0.61) / var(--tw-bg-opacity, 1)));
}
body :is(body.tourismus .group:hover .tourismus\:group-hocus\:text-primary) {
  --tw-text-opacity: 1;
  color: var(--primary2, oklch(from var(--primary) l c h / var(--tw-text-opacity, 1)));
}
body :is(body.tourismus .group:focus-within .tourismus\:group-hocus\:\!bg-white\/85) {
  background-color: rgb(255 255 255 / 0.85) !important;
}
body :is(body.tourismus .group:focus-within .tourismus\:group-hocus\:bg-primary-mittel) {
  --tw-bg-opacity: 1;
  background-color: var(--primary-mittel, oklch(from var(--primary) calc(l + 0.1655) calc(c + 0.0067) calc(h - 0.61) / var(--tw-bg-opacity, 1)));
}
body :is(body.tourismus .group:focus-within .tourismus\:group-hocus\:text-primary) {
  --tw-text-opacity: 1;
  color: var(--primary2, oklch(from var(--primary) l c h / var(--tw-text-opacity, 1)));
}
body :is(body.gemeinde .gemeinde\:block) {
  display: block;
}
body :is(body.gemeinde .gemeinde\:flex) {
  display: flex;
}
body :is(body.gemeinde .gemeinde\:hidden) {
  display: none;
}
body :is(body.gemeinde .gemeinde\:\[--logo-width\:193\.78px\]) {
  --logo-width: 193.78px;
}
body :is(body.gemeinde .gemeinde\:hocus\:\!bg-primary:hover) {
  --tw-bg-opacity: 1 !important;
  background-color: var(--primary2, oklch(from var(--primary) l c h / var(--tw-bg-opacity, 1))) !important;
}
body :is(body.gemeinde .gemeinde\:hocus\:\!text-primary-foreground:hover) {
  color: var(--primary-foreground, #fff) !important;
}
body :is(body.gemeinde .gemeinde\:hocus\:\!bg-primary:focus-within) {
  --tw-bg-opacity: 1 !important;
  background-color: var(--primary2, oklch(from var(--primary) l c h / var(--tw-bg-opacity, 1))) !important;
}
body :is(body.gemeinde .gemeinde\:hocus\:\!text-primary-foreground:focus-within) {
  color: var(--primary-foreground, #fff) !important;
}
body :is(body.gemeinde .gemeinde\:activeClass\:bg-primary.active) {
  --tw-bg-opacity: 1;
  background-color: var(--primary2, oklch(from var(--primary) l c h / var(--tw-bg-opacity, 1)));
}
body :is(body.gemeinde .gemeinde\:activeClass\:text-primary-foreground.active) {
  color: var(--primary-foreground, #fff);
}
body :is(body.feuerwehr .feuerwehr\:flex) {
  display: flex;
}
body :is(body.feuerwehr .feuerwehr\:hidden) {
  display: none;
}
body :is(body.feuerwehr .feuerwehr\:\[--logo-width\:193\.78px\]) {
  --logo-width: 193.78px;
}
body :is(body.kindergarten .kindergarten\:flex) {
  display: flex;
}
body :is(body.kindergarten .kindergarten\:hidden) {
  display: none;
}
body :is(body.kindergarten .kindergarten\:bg-secondary) {
  --tw-bg-opacity: 1;
  background-color: var(--secondary2, oklch(from var(--secondary) l c h / var(--tw-bg-opacity, 1)));
}
body :is(body.kindergarten .kindergarten\:fill-black) {
  fill: #000;
}
body :is(body.kindergarten .kindergarten\:\[--logo-width\:208\.58px\]) {
  --logo-width: 208.58px;
}
body :is(body.kindergarten .group:hover .kindergarten\:group-hocus\:bg-primary) {
  --tw-bg-opacity: 1;
  background-color: var(--primary2, oklch(from var(--primary) l c h / var(--tw-bg-opacity, 1)));
}
body :is(body.kindergarten .group:focus-within .kindergarten\:group-hocus\:bg-primary) {
  --tw-bg-opacity: 1;
  background-color: var(--primary2, oklch(from var(--primary) l c h / var(--tw-bg-opacity, 1)));
}
body :is(body:not(.tourismus) .not-tourismus\:hidden) {
  display: none;
}
body :is(body:not(.tourismus) .not-tourismus\:border-black) {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
body :is(body:not(.tourismus) .not-tourismus\:bg-secondary) {
  --tw-bg-opacity: 1;
  background-color: var(--secondary2, oklch(from var(--secondary) l c h / var(--tw-bg-opacity, 1)));
}
body :is(body:not(.tourismus) .not-tourismus\:fill-black) {
  fill: #000;
}
body :is(body:not(.tourismus) .not-tourismus\:text-text) {
  --tw-text-opacity: 1;
  color: rgb(31 31 31 / var(--tw-text-opacity, 1));
}
body :is(body:not(.tourismus) .not-tourismus\:hocus\:text-\[\#595959\]:hover) {
  --tw-text-opacity: 1;
  color: rgb(89 89 89 / var(--tw-text-opacity, 1));
}
body :is(body:not(.tourismus) .not-tourismus\:hocus\:text-\[\#595959\]:focus-within) {
  --tw-text-opacity: 1;
  color: rgb(89 89 89 / var(--tw-text-opacity, 1));
}
body :is(body:not(.gemeinde) .not-gemeinde\:hidden) {
  display: none;
}
body :is(body:not(.feuerwehr) .not-feuerwehr\:hidden) {
  display: none;
}
body :is(body:not(.kindergarten) .not-kindergarten\:hidden) {
  display: none;
}
body :is(body:not(.kindergarten) .not-kindergarten\:bg-primary) {
  --tw-bg-opacity: 1;
  background-color: var(--primary2, oklch(from var(--primary) l c h / var(--tw-bg-opacity, 1)));
}
body :is(body:not(.kindergarten) .group:hover .not-kindergarten\:group-hocus\:bg-secondary) {
  --tw-bg-opacity: 1;
  background-color: var(--secondary2, oklch(from var(--secondary) l c h / var(--tw-bg-opacity, 1)));
}
body :is(body:not(.kindergarten) .group:focus-within .not-kindergarten\:group-hocus\:bg-secondary) {
  --tw-bg-opacity: 1;
  background-color: var(--secondary2, oklch(from var(--secondary) l c h / var(--tw-bg-opacity, 1)));
}
@media not all and (min-width: 1480px) {

  body .max-2xl\:hidden {
    display: none;
  }
}
@media not all and (min-width: 1280px) {

  body .max-xl\:absolute {
    position: absolute;
  }

  body .max-xl\:hidden {
    display: none;
  }
}
@media not all and (min-width: 1024px) {

  body .max-lg\:relative {
    position: relative;
  }

  body .max-lg\:left-0 {
    left: 0px;
  }

  body .max-lg\:left-1\/2 {
    left: 50%;
  }

  body .max-lg\:top-0 {
    top: 0px;
  }

  body .max-lg\:top-4 {
    top: 1rem;
  }

  body .max-lg\:order-2 {
    order: 2;
  }

  body .max-lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  body .max-lg\:mb-0 {
    margin-bottom: 0px;
  }

  body .max-lg\:mt-0 {
    margin-top: 0px;
  }

  body .max-lg\:mt-8 {
    margin-top: 2rem;
  }

  body .max-lg\:line-clamp-5 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
  }

  body .max-lg\:block {
    display: block;
  }

  body .max-lg\:hidden {
    display: none;
  }

  body .max-lg\:-translate-x-1\/2 {
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  body .max-lg\:-translate-x-8 {
    --tw-translate-x: -2rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  body .max-lg\:scale-75 {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  body .max-lg\:flex-col {
    flex-direction: column;
  }

  body .max-lg\:justify-center {
    justify-content: center;
  }

  body .max-lg\:self-start {
    align-self: flex-start;
  }

  body .max-lg\:hyphens-auto {
    -webkit-hyphens: auto;
            hyphens: auto;
  }

  body .max-lg\:border-t-2 {
    border-top-width: 2px;
  }

  body .max-lg\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  body .max-lg\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  body .max-lg\:pt-8 {
    padding-top: 2rem;
  }

  body .max-lg\:pt-\[300px\] {
    padding-top: 300px;
  }

  body .max-lg\:text-\[12px\] {
    font-size: 12px;
  }

  body .max-lg\:text-h1Mobile {
    font-size: 1.25rem;
    line-height: 1.5;
  }

  body .max-lg\:font-bold {
    font-weight: 700;
  }

  body .max-lg\:text-primary {
    --tw-text-opacity: 1;
    color: var(--primary2, oklch(from var(--primary) l c h / var(--tw-text-opacity, 1)));
  }

  body .max-lg\:after\:-right-2\/3::after {
    content: var(--tw-content);
    right: -66.666667%;
  }
}
@media not all and (min-width: 768px) {

  body .max-md\:order-2 {
    order: 2;
  }

  body .max-md\:-mt-5 {
    margin-top: -1.25rem;
  }

  body .max-md\:mt-4 {
    margin-top: 1rem;
  }

  body .max-md\:mt-8 {
    margin-top: 2rem;
  }

  body .max-md\:max-w-\[200px\] {
    max-width: 200px;
  }

  body .max-md\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  body .max-md\:flex-wrap {
    flex-wrap: wrap;
  }

  body .max-md\:items-center {
    align-items: center;
  }

  body .max-md\:justify-center {
    justify-content: center;
  }

  body .max-md\:justify-self-end {
    justify-self: end;
  }

  body .max-md\:justify-self-center {
    justify-self: center;
  }

  body .max-md\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media not all and (min-width: 640px) {

  body .max-sm\:aspect-\[3\/2\] {
    aspect-ratio: 3/2;
  }

  body .max-sm\:flex-col {
    flex-direction: column;
  }

  body .max-sm\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  body .max-sm\:text-\[14px\] {
    font-size: 14px;
  }
}
@media not all and (min-width: 480px) {

  body .max-xs\:block {
    display: block;
  }

  body .max-xs\:w-full {
    width: 100%;
  }

  body .max-xs\:flex-col {
    flex-direction: column;
  }

  body .max-xs\:flex-wrap {
    flex-wrap: wrap;
  }
}
@media (min-width: 480px) {

  body .xs\:order-2 {
    order: 2;
  }

  body .xs\:inline {
    display: inline;
  }

  body .xs\:hidden {
    display: none;
  }

  body .xs\:w-auto {
    width: auto;
  }

  body .xs\:basis-1\/2 {
    flex-basis: 50%;
  }

  body .xs\:items-end {
    align-items: flex-end;
  }

  body .xs\:text-\[14px\] {
    font-size: 14px;
  }

  @media not all and (min-width: 640px) {

    body .xs\:max-sm\:block {
      display: block;
    }
  }
}
@media (min-width: 640px) {

  body .sm\:inline {
    display: inline;
  }

  body .sm\:hidden {
    display: none;
  }

  body .sm\:w-24 {
    width: 6rem;
  }

  body .sm\:w-\[290px\] {
    width: 290px;
  }

  body .sm\:max-w-\[max\(var\(--max-w\)\2c 400px\)\] {
    max-width: max(var(--max-w),400px);
  }

  body .sm\:max-w-full {
    max-width: 100%;
  }

  body .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body .sm\:grid-cols-\[1fr_1fr\] {
    grid-template-columns: 1fr 1fr;
  }

  body .sm\:justify-start {
    justify-content: flex-start;
  }

  body .sm\:justify-between {
    justify-content: space-between;
  }

  body .sm\:px-\[3\%\] {
    padding-left: 3%;
    padding-right: 3%;
  }

  body .sm\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  body .sm\:py-\[70px\] {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  body .sm\:pl-\[50px\] {
    padding-left: 50px;
  }

  body .sm\:pr-\[50px\] {
    padding-right: 50px;
  }

  @media not all and (min-width: 768px) {

    body .sm\:max-md\:block {
      display: block;
    }
  }
}
@media (min-width: 768px) {

  body .md\:inline {
    display: inline;
  }

  body .md\:hidden {
    display: none;
  }

  body .md\:w-\[350px\] {
    width: 350px;
  }

  body .md\:w-\[458px\] {
    width: 458px;
  }

  body .md\:max-w-\[max\(var\(--max-w\)\2c 458px\)\] {
    max-width: max(var(--max-w),458px);
  }

  body .md\:grid-cols-\[1fr_1fr\] {
    grid-template-columns: 1fr 1fr;
  }

  body .md\:grid-cols-\[1fr_2fr\] {
    grid-template-columns: 1fr 2fr;
  }

  body .md\:justify-end {
    justify-content: flex-end;
  }

  body .md\:gap-16 {
    gap: 4rem;
  }

  body .md\:gap-4 {
    gap: 1rem;
  }

  body .md\:gap-6 {
    gap: 1.5rem;
  }

  body .md\:text-\[50px\] {
    font-size: 50px;
  }

  body .md\:\[--max-w\:63\%\] {
    --max-w: 63%;
  }

  body :is(body.feuerwehr .feuerwehr\:md\:grid-cols-\[31fr\2c 72fr\]) {
    grid-template-columns: 31fr 72fr;
  }

  body :is(body:not(.feuerwehr) .not-feuerwehr\:md\:grid-cols-\[31fr\2c 36fr\2c 36fr\]) {
    grid-template-columns: 31fr 36fr 36fr;
  }

  @media not all and (min-width: 1024px) {

    body .md\:max-lg\:block {
      display: block;
    }
  }
}
@media (min-width: 1024px) {

  body .lg\:static {
    position: static;
  }

  body .lg\:absolute {
    position: absolute;
  }

  body .lg\:relative {
    position: relative;
  }

  body .lg\:bottom-4 {
    bottom: 1rem;
  }

  body .lg\:right-0 {
    right: 0px;
  }

  body .lg\:top-1\/2 {
    top: 50%;
  }

  body .lg\:top-full {
    top: 100%;
  }

  body .lg\:z-10 {
    z-index: 10;
  }

  body .lg\:z-\[150\] {
    z-index: 150;
  }

  body .lg\:col-start-2 {
    grid-column-start: 2;
  }

  body .lg\:row-auto {
    grid-row: auto;
  }

  body .lg\:row-start-1 {
    grid-row-start: 1;
  }

  body .lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  body .lg\:ml-8 {
    margin-left: 2rem;
  }

  body .lg\:mt-12 {
    margin-top: 3rem;
  }

  body .lg\:mt-6 {
    margin-top: 1.5rem;
  }

  body .lg\:block {
    display: block;
  }

  body .lg\:flex {
    display: flex;
  }

  body .lg\:grid {
    display: grid;
  }

  body .lg\:hidden {
    display: none;
  }

  body .lg\:size-8 {
    width: 2rem;
    height: 2rem;
  }

  body .lg\:size-9 {
    width: 2.25rem;
    height: 2.25rem;
  }

  body .lg\:size-\[725px\] {
    width: 725px;
    height: 725px;
  }

  body .lg\:h-\[54px\] {
    height: 54px;
  }

  body .lg\:h-\[calc\(100\%\+10px\)\] {
    height: calc(100% + 10px);
  }

  body .lg\:min-h-\[168px\] {
    min-height: 168px;
  }

  body .lg\:min-h-\[90px\] {
    min-height: 90px;
  }

  body .lg\:w-\[120px\] {
    width: 120px;
  }

  body .lg\:w-\[314px\] {
    width: 314px;
  }

  body .lg\:w-\[619px\] {
    width: 619px;
  }

  body .lg\:w-\[634px\] {
    width: 634px;
  }

  body .lg\:w-\[max\(50lvw\2c 1000px\)\] {
    width: max(50lvw,1000px);
  }

  body .lg\:w-auto {
    width: auto;
  }

  body .lg\:min-w-\[160px\] {
    min-width: 160px;
  }

  body .lg\:max-w-\[1920px\] {
    max-width: 1920px;
  }

  body .lg\:max-w-\[55\%\] {
    max-width: 55%;
  }

  body .lg\:max-w-\[600px\] {
    max-width: 600px;
  }

  body .lg\:max-w-\[950px\] {
    max-width: 950px;
  }

  body .lg\:max-w-\[calc\(100\%-470px\)\] {
    max-width: calc(100% - 470px);
  }

  body .lg\:max-w-\[max\(var\(--max-w\)\2c 619px\)\] {
    max-width: max(var(--max-w),619px);
  }

  body .lg\:-translate-y-1\/2 {
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  body .lg\:-translate-y-56 {
    --tw-translate-y: -14rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  body .lg\:translate-x-12 {
    --tw-translate-x: 3rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  body .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  body .lg\:grid-cols-\[minmax\(auto\2c 1fr\)_2fr\] {
    grid-template-columns: minmax(auto,1fr) 2fr;
  }

  body .lg\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  body .lg\:flex-row {
    flex-direction: row;
  }

  body .lg\:flex-col {
    flex-direction: column;
  }

  body .lg\:items-end {
    align-items: flex-end;
  }

  body .lg\:justify-center {
    justify-content: center;
  }

  body .lg\:gap-2\.5 {
    gap: 0.625rem;
  }

  body .lg\:gap-6 {
    gap: 1.5rem;
  }

  body .lg\:gap-8 {
    gap: 2rem;
  }

  body .lg\:\!overflow-hidden {
    overflow: hidden !important;
  }

  body .lg\:overflow-hidden {
    overflow: hidden;
  }

  body .lg\:overflow-ellipsis {
    text-overflow: ellipsis;
  }

  body .lg\:whitespace-nowrap {
    white-space: nowrap;
  }

  body .lg\:border-l-2 {
    border-left-width: 2px;
  }

  body .lg\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }

  body .lg\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  body .lg\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  body .lg\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  body .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  body .lg\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  body .lg\:py-11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  body .lg\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  body .lg\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  body .lg\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  body .lg\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  body .lg\:py-\[180px\] {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  body .lg\:py-\[22px\] {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  body .lg\:\!pb-0 {
    padding-bottom: 0px !important;
  }

  body .lg\:pb-0 {
    padding-bottom: 0px;
  }

  body .lg\:pb-14 {
    padding-bottom: 3.5rem;
  }

  body .lg\:pb-16 {
    padding-bottom: 4rem;
  }

  body .lg\:pb-8 {
    padding-bottom: 2rem;
  }

  body .lg\:pl-8 {
    padding-left: 2rem;
  }

  body .lg\:pl-\[668px\] {
    padding-left: 668px;
  }

  body .lg\:pr-16 {
    padding-right: 4rem;
  }

  body .lg\:pr-32 {
    padding-right: 8rem;
  }

  body .lg\:pt-8 {
    padding-top: 2rem;
  }

  body .lg\:text-\[14px\] {
    font-size: 14px;
  }

  body .lg\:text-\[20px\] {
    font-size: 20px;
  }

  body .lg\:text-\[44px\] {
    font-size: 44px;
  }

  body .lg\:text-\[5rem\]\/\[1\] {
    font-size: 5rem;
    line-height: 1;
  }

  body .lg\:\!opacity-100 {
    opacity: 1 !important;
  }

  body .lg\:\[--cols\:2fr_1fr\] {
    --cols: 2fr 1fr;
  }

  body .lg\:\[--rows\:auto\] {
    --rows: auto;
  }

  body .lg\:\[translate\:-70\%_-60\%\] {
    translate: -70% -60%;
  }

  body .lg\:after\:from-55\%::after {
    content: var(--tw-content);
    --tw-gradient-from-position: 55%;
  }

  body .lg\:after\:opacity-100::after {
    content: var(--tw-content);
    opacity: 1;
  }

  body .lg\:hover\:bg-secondary:hover {
    --tw-bg-opacity: 1;
    background-color: var(--secondary2, oklch(from var(--secondary) l c h / var(--tw-bg-opacity, 1)));
  }

  body .lg\:hover\:text-secondary-foreground:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }

  body .lg\:hocus\:bg-primary-mittel:hover {
    --tw-bg-opacity: 1;
    background-color: var(--primary-mittel, oklch(from var(--primary) calc(l + 0.1655) calc(c + 0.0067) calc(h - 0.61) / var(--tw-bg-opacity, 1)));
  }

  body .lg\:hocus\:underline:hover {
    text-decoration-line: underline;
  }

  body .lg\:hocus\:bg-primary-mittel:focus-within {
    --tw-bg-opacity: 1;
    background-color: var(--primary-mittel, oklch(from var(--primary) calc(l + 0.1655) calc(c + 0.0067) calc(h - 0.61) / var(--tw-bg-opacity, 1)));
  }

  body .lg\:hocus\:underline:focus-within {
    text-decoration-line: underline;
  }

  body :is(.group:hover .lg\:group-hocus\:text-white) {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }

  body :is(.group:focus-within .lg\:group-hocus\:text-white) {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }

  body :is(body.gemeinde .gemeinde\:lg\:pr-8) {
    padding-right: 2rem;
  }

  body :is(body:not(.tourismus) .not-tourismus\:lg\:mt-\[-2px\]) {
    margin-top: -2px;
  }

  body :is(body:not(.gemeinde) .not-gemeinde\:lg\:pr-20) {
    padding-right: 5rem;
  }

  @media not all and (min-width: 1280px) {

    body .lg\:max-xl\:block {
      display: block;
    }
  }
}
@media (min-width: 1280px) {

  body .xl\:mb-8 {
    margin-bottom: 2rem;
  }

  body .xl\:mr-\[calc\(50px-1rem\)\] {
    margin-right: calc(50px - 1rem);
  }

  body .xl\:w-\[400px\] {
    width: 400px;
  }

  body .xl\:w-\[781px\] {
    width: 781px;
  }

  body .xl\:min-w-\[500px\] {
    min-width: 500px;
  }

  body .xl\:max-w-\[max\(var\(--max-w\)\2c 781px\)\] {
    max-width: max(var(--max-w),781px);
  }

  body .xl\:grid-cols-\[auto_minmax\(auto\2c 1fr\)\] {
    grid-template-columns: auto minmax(auto,1fr);
  }

  body .xl\:gap-20 {
    gap: 5rem;
  }

  body .xl\:gap-y-4 {
    row-gap: 1rem;
  }

  body .xl\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  body .xl\:pb-\[70px\] {
    padding-bottom: 70px;
  }

  body .xl\:pl-\[110px\] {
    padding-left: 110px;
  }

  body .xl\:pr-\[50px\] {
    padding-right: 50px;
  }

  body .xl\:text-\[84px\] {
    font-size: 84px;
  }

  body .xl\:\[--cols\:46fr_55fr\] {
    --cols: 46fr 55fr;
  }

  body .xl\:after\:from-70\%::after {
    content: var(--tw-content);
    --tw-gradient-from-position: 70%;
  }

  body .xl\:after\:opacity-\[99\%\]::after {
    content: var(--tw-content);
    opacity: 99%;
  }

  @media not all and (min-width: 1480px) {

    body .xl\:max-2xl\:block {
      display: block;
    }
  }
}
@media (min-width: 1480px) {

  body .\32xl\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  body .\32xl\:block {
    display: block;
  }

  body .\32xl\:hidden {
    display: none;
  }

  body .\32xl\:min-h-\[unset\] {
    min-height: unset;
  }

  body .\32xl\:w-\[345px\] {
    width: 345px;
  }

  body .\32xl\:w-\[907px\] {
    width: 907px;
  }

  body .\32xl\:max-w-\[max\(var\(--max-w\)\2c 907px\)\] {
    max-width: max(var(--max-w),907px);
  }

  body .\32xl\:grid-cols-\[40fr_10fr_50fr\] {
    grid-template-columns: 40fr 10fr 50fr;
  }

  body .\32xl\:after\:hidden::after {
    content: var(--tw-content);
    display: none;
  }
}
body :is(.\[\&\+\[data-component\=\'download\'\]\]\:mt-3+[data-component='download']) {
  margin-top: 0.75rem;
}
@media (min-width: 640px) {

  body :is(.\[\&\+\[data-component\=\'download\'\]\]\:sm\:mt-4+[data-component='download']) {
    margin-top: 1rem;
  }
}
body :is(.\[\&\:nth-last-child\(2\)\>a\]\:border-b-0:nth-last-child(2)>a) {
  border-bottom-width: 0px;
}
body :is(.\[\&\>\:last-child\:\:after\]\:content-none>:last-child)::after {
  --tw-content: none;
  content: var(--tw-content);
}
body :is(.\[\&\>a\]\:last\:border-b-0:last-child>a) {
  border-bottom-width: 0px;
}
body :is(.\[\&\>a\]\:odd\:border-l-0:nth-child(odd)>a) {
  border-left-width: 0px;
}
body :is(.\[\&\>a\]\:even\:border-r-0:nth-child(even)>a) {
  border-right-width: 0px;
}
figure.image > [data-oya-image] {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

picture {
	/* damit nur die Klassen von img in picture relevant sind. picture wird sonst als block gerendert  */
	display: contents;
}
[data-astro-image] {
	width: 100%;
	height: auto;
	-o-object-fit: var(--fit);
	   object-fit: var(--fit);
	-o-object-position: var(--pos);
	   object-position: var(--pos);
	aspect-ratio: var(--w) / var(--h);
}
/* Styles for responsive layout */
[data-astro-image='responsive'] {
	max-width: calc(var(--w) * 1px);
	max-height: calc(var(--h) * 1px);
}
/* Styles for fixed layout */
[data-astro-image='fixed'] {
	width: calc(var(--w) * 1px);
	height: calc(var(--h) * 1px);
}
[data-component="icon"] {
	--icon-height: 1em;
	--icon-width: 1em;

	height: var(--icon-height, auto);
	width: var(--icon-width, auto);
	fill: currentColor;
}
.lg-close.lg-icon:after {
		content: "X" !important;
		font-family: "Arial" !important;
	}
.base-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 0.5rem;
	padding-left: 2.25rem;
	padding-right: 2.25rem;
	padding-top: 0.625rem;
	padding-bottom: 0.625rem;
	text-align: center;
	font-weight: 400;
	text-decoration-line: none;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}

@media (min-width: 1024px) {

	.base-button {
		padding-top: 7px;
		padding-bottom: 7px;
	}
}

	.base-button.disabled,
	.base-button[disabled] {
	pointer-events: none;
	opacity: 0.3;
	--tw-grayscale: grayscale(100%);
	filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.default-button {
	background-color: var(--bg);
	color: var(--text);
}

.default-button:hover {
	background-color: var(--bg-hover);
	color: var(--text-hover);
}

.default-button:focus-within {
	background-color: var(--bg-hover);
	color: var(--text-hover);
}

.default-button.active {
	background-color: var(--bg-active);
	color: var(--text-active);
}

.default-button:hover.active {
	background-color: var(--bg-active-hover);
	color: var(--text-active-hover);
}

.default-button:focus-within.active {
	background-color: var(--bg-active-hover);
	color: var(--text-active-hover);
}

.primary-button-colors {
	--bg: var(--primary2, oklch(from var(--primary) l c h / 1));
	--text: var(--primary-foreground, #fff);
	--bg-hover: var(--secondary2, oklch(from var(--secondary) l c h / 1));
	--text-hover: #fff;
	--bg-active: var(--secondary2, oklch(from var(--secondary) l c h / 1));
	--text-active: #fff;
	--bg-active-hover: var(--secondary2, oklch(from var(--secondary) l c h / 1));
	--text-active-hover: #fff;
}

.primary-hell-button-colors {
	--bg: var(--primary-hell,oklch(from var(--primary) calc(l + 0.4226) calc(c - 0.0445) calc(h + 10) / 1));
	--text: var(--primary-hell-foreground, #fff);
	--bg-hover: var(--primary2, oklch(from var(--primary) l c h / 1));
	--text-hover: var(--primary-foreground, #fff);
	--bg-active: var(--primary2, oklch(from var(--primary) l c h / 1));
	--text-active: var(--primary-foreground, #fff);
	--bg-active-hover: var(--primary2, oklch(from var(--primary) l c h / 1));
	--text-active-hover: var(--primary-foreground, #fff);
}

[data-component="oya-button"],
.rte-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 0.5rem;
	padding-left: 2.25rem;
	padding-right: 2.25rem;
	padding-top: 0.625rem;
	padding-bottom: 0.625rem;
	text-align: center;
	font-weight: 400;
	text-decoration-line: none;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}

@media (min-width: 1024px) {

	[data-component="oya-button"],
.rte-button {
		padding-top: 7px;
		padding-bottom: 7px;
	}
}

[data-component="oya-button"].disabled,[data-component="oya-button"][disabled],
.rte-button.disabled,
.rte-button[disabled] {
	pointer-events: none;
	opacity: 0.3;
	--tw-grayscale: grayscale(100%);
	filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

[data-component="oya-button"].primary, .rte-button.primary {
	--bg: var(--primary2, oklch(from var(--primary) l c h / 1));
	--text: var(--primary-foreground, #fff);
	--bg-hover: var(--secondary2, oklch(from var(--secondary) l c h / 1));
	--text-hover: #fff;
	--bg-active: var(--secondary2, oklch(from var(--secondary) l c h / 1));
	--text-active: #fff;
	--bg-active-hover: var(--secondary2, oklch(from var(--secondary) l c h / 1));
	--text-active-hover: #fff;
}

[data-component="oya-button"].primary-hell, .rte-button.primary-hell {
	--bg: var(--primary-hell,oklch(from var(--primary) calc(l + 0.4226) calc(c - 0.0445) calc(h + 10) / 1));
	--text: var(--primary-hell-foreground, #fff);
	--bg-hover: var(--primary2, oklch(from var(--primary) l c h / 1));
	--text-hover: var(--primary-foreground, #fff);
	--bg-active: var(--primary2, oklch(from var(--primary) l c h / 1));
	--text-active: var(--primary-foreground, #fff);
	--bg-active-hover: var(--primary2, oklch(from var(--primary) l c h / 1));
	--text-active-hover: var(--primary-foreground, #fff);
}

[data-component="oya-button"].white, .rte-button.white {
	background-color: var(--bg);
	color: var(--text);
}

[data-component="oya-button"].white:hover, .rte-button.white:hover {
	background-color: var(--bg-hover);
	color: var(--text-hover);
}

[data-component="oya-button"].white:focus-within, .rte-button.white:focus-within {
	background-color: var(--bg-hover);
	color: var(--text-hover);
}

[data-component="oya-button"].white.active, .rte-button.white.active {
	background-color: var(--bg-active);
	color: var(--text-active);
}

[data-component="oya-button"].white:hover.active, .rte-button.white:hover.active {
	background-color: var(--bg-active-hover);
	color: var(--text-active-hover);
}

[data-component="oya-button"].white:focus-within.active, .rte-button.white:focus-within.active {
	background-color: var(--bg-active-hover);
	color: var(--text-active-hover);
}

[data-component="oya-button"].white, .rte-button.white {
	--tw-bg-opacity: 1;
	background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

body.feuerwehr [data-component="oya-button"].white:hover,body.feuerwehr  .rte-button.white:hover {
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

body.feuerwehr [data-component="oya-button"].white:focus-within,body.feuerwehr  .rte-button.white:focus-within {
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

body.kindergarten [data-component="oya-button"].white,body.kindergarten  .rte-button.white {
	--tw-text-opacity: 1;
	color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

body.kindergarten [data-component="oya-button"].white:hover,body.kindergarten  .rte-button.white:hover {
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

body.kindergarten [data-component="oya-button"].white:focus-within,body.kindergarten  .rte-button.white:focus-within {
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

body:not(.kindergarten) [data-component="oya-button"].white,body:not(.kindergarten)  .rte-button.white {
	--tw-text-opacity: 1;
	color: var(--primary2, oklch(from var(--primary) l c h / var(--tw-text-opacity, 1)));
}

[data-component="oya-button"].default, .rte-button.default {
	background-color: var(--bg);
	color: var(--text);
}

[data-component="oya-button"].default:hover, .rte-button.default:hover {
	background-color: var(--bg-hover);
	color: var(--text-hover);
}

[data-component="oya-button"].default:focus-within, .rte-button.default:focus-within {
	background-color: var(--bg-hover);
	color: var(--text-hover);
}

[data-component="oya-button"].default.active, .rte-button.default.active {
	background-color: var(--bg-active);
	color: var(--text-active);
}

[data-component="oya-button"].default:hover.active, .rte-button.default:hover.active {
	background-color: var(--bg-active-hover);
	color: var(--text-active-hover);
}

[data-component="oya-button"].default:focus-within.active, .rte-button.default:focus-within.active {
	background-color: var(--bg-active-hover);
	color: var(--text-active-hover);
}

[data-component="oya-button"].inverted, .rte-button.inverted {
	background-color: var(--bg-hover);
	color: var(--text-hover);
}

[data-component="oya-button"].inverted:hover, .rte-button.inverted:hover {
	background-color: var(--bg);
	color: var(--text);
}

[data-component="oya-button"].inverted.active, .rte-button.inverted.active {
	background-color: var(--bg);
	color: var(--text);
}

[data-component="oya-button"].inverted:hover.active, .rte-button.inverted:hover.active {
	background-color: var(--bg);
	color: var(--text);
}

.body p:has(.rte-button) {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 1rem;
}
.rahmen-container {

    pointer-events: none
}

	.rahmen-container .rahmen-container-middle {

    margin-left: auto;

    margin-right: auto;

    width: 1760px;

    max-width: 100%
}

	@media (min-width: 1024px) {

    .rahmen-container .rahmen-container-middle {

        max-width: calc(100% - 122px)
    }
}

	.rahmen-container .rahmen-container-middle .rahmen-container-inner > * {

    pointer-events: auto
}
/* lato-latin-ext-100-normal */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-display: swap;
  font-weight: 100;
  src: url(../node/@fontsource/lato/lato-latin-ext-100-normal.woff2) format('woff2'), url(../node/@fontsource/lato/lato-latin-ext-100-normal.woff) format('woff');
  unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}
/* lato-latin-100-normal */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-display: swap;
  font-weight: 100;
  src: url(../node/@fontsource/lato/lato-latin-100-normal.woff2) format('woff2'), url(../node/@fontsource/lato/lato-latin-100-normal.woff) format('woff');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
/* lato-latin-ext-300-normal */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-display: swap;
  font-weight: 300;
  src: url(../node/@fontsource/lato/lato-latin-ext-300-normal.woff2) format('woff2'), url(../node/@fontsource/lato/lato-latin-ext-300-normal.woff) format('woff');
  unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}
/* lato-latin-300-normal */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-display: swap;
  font-weight: 300;
  src: url(../node/@fontsource/lato/lato-latin-300-normal.woff2) format('woff2'), url(../node/@fontsource/lato/lato-latin-300-normal.woff) format('woff');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
/* lato-latin-ext-400-normal */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(../node/@fontsource/lato/lato-latin-ext-400-normal.woff2) format('woff2'), url(../node/@fontsource/lato/lato-latin-ext-400-normal.woff) format('woff');
  unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}
/* lato-latin-400-normal */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(../node/@fontsource/lato/lato-latin-400-normal.woff2) format('woff2'), url(../node/@fontsource/lato/lato-latin-400-normal.woff) format('woff');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
/* lato-latin-ext-700-normal */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url(../node/@fontsource/lato/lato-latin-ext-700-normal.woff2) format('woff2'), url(../node/@fontsource/lato/lato-latin-ext-700-normal.woff) format('woff');
  unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}
/* lato-latin-700-normal */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url(../node/@fontsource/lato/lato-latin-700-normal.woff2) format('woff2'), url(../node/@fontsource/lato/lato-latin-700-normal.woff) format('woff');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
/* lato-latin-ext-900-normal */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-display: swap;
  font-weight: 900;
  src: url(../node/@fontsource/lato/lato-latin-ext-900-normal.woff2) format('woff2'), url(../node/@fontsource/lato/lato-latin-ext-900-normal.woff) format('woff');
  unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}
/* lato-latin-900-normal */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-display: swap;
  font-weight: 900;
  src: url(../node/@fontsource/lato/lato-latin-900-normal.woff2) format('woff2'), url(../node/@fontsource/lato/lato-latin-900-normal.woff) format('woff');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
/* dancing-script-vietnamese-wght-normal */
@font-face {
  font-family: 'Dancing Script Variable';
  font-style: normal;
  font-display: swap;
  font-weight: 400 700;
  src: url(../node/@fontsource-variable/dancing-script/dancing-script-vietnamese-wght-normal.woff2) format('woff2-variations');
  unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB;
}
/* dancing-script-latin-ext-wght-normal */
@font-face {
  font-family: 'Dancing Script Variable';
  font-style: normal;
  font-display: swap;
  font-weight: 400 700;
  src: url(../node/@fontsource-variable/dancing-script/dancing-script-latin-ext-wght-normal.woff2) format('woff2-variations');
  unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}
/* dancing-script-latin-wght-normal */
@font-face {
  font-family: 'Dancing Script Variable';
  font-style: normal;
  font-display: swap;
  font-weight: 400 700;
  src: url(../node/@fontsource-variable/dancing-script/dancing-script-latin-wght-normal.woff2) format('woff2-variations');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
:where(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) {
  margin-bottom: .5em;
  font-family: 'Lato', regular;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: var(--primary2, oklch(from var(--primary) l c h / var(--tw-text-opacity, 1)));
}
.base-h1 {
  font-size: 1.25rem;
  line-height: 1.5;
}
@media (min-width: 1024px) {
  .base-h1 {
    font-size: 2.5rem;
    line-height: 1.2;
  }
}
.base-h2 {
  font-size: 1.25rem;
  line-height: 1.5;
}
@media (min-width: 1024px) {
  .base-h2 {
    font-size: 2.5rem;
    line-height: 1.2;
  }
}
.base-h3 {
  font-size: 1.125rem;
  line-height: 1.2;
}
@media (min-width: 1024px) {
  .base-h3 {
    font-size: 1.75rem;
    line-height: 1.2;
  }
}
.base-h4 {
  font-size: 1rem;
  line-height: 1.2;
}
@media (min-width: 1024px) {
  .base-h4 {
    font-size: 1.25rem;
    line-height: 1.2;
  }
}
:where(.h1) {
  font-size: 1.25rem;
  line-height: 1.5;
}
@media (min-width: 1024px) {
  :where(.h1) {
    font-size: 2.5rem;
    line-height: 1.2;
  }
}
:where(.h2) {
  font-size: 1.25rem;
  line-height: 1.5;
}
@media (min-width: 1024px) {
  :where(.h2) {
    font-size: 2.5rem;
    line-height: 1.2;
  }
}
:where(.h3) {
  font-size: 1.125rem;
  line-height: 1.2;
}
@media (min-width: 1024px) {
  :where(.h3) {
    font-size: 1.75rem;
    line-height: 1.2;
  }
}
:where(.h4) {
  font-size: 1rem;
  line-height: 1.2;
}
@media (min-width: 1024px) {
  :where(.h4) {
    font-size: 1.25rem;
    line-height: 1.2;
  }
}
@media not all and (min-width: 1024px) {
  .prose {
    font-size: 1rem;
    line-height: 1.5;
  }
  .prose :where(h1, .h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 1.25rem;
    line-height: 1.5;
  }
  .prose {
    font-size: 1rem;
    line-height: 1.5;
  }
  .prose :where(h1, .h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 1.25rem;
    line-height: 1.5;
  }
  .prose :where(h2, .h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 1.25rem;
    line-height: 1.5;
  }
  .prose {
    font-size: 1rem;
    line-height: 1.5;
  }
  .prose :where(h1, .h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 1.25rem;
    line-height: 1.5;
  }
  .prose :where(h2, .h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 1.25rem;
    line-height: 1.5;
  }
  .prose :where(h3, .h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 1.125rem;
    line-height: 1.2;
  }
  .prose {
    font-size: 1rem;
    line-height: 1.5;
  }
  .prose :where(h1, .h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 1.25rem;
    line-height: 1.5;
  }
  .prose :where(h2, .h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 1.25rem;
    line-height: 1.5;
  }
  .prose :where(h3, .h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 1.125rem;
    line-height: 1.2;
  }
  .prose :where(h4, .h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 1rem;
    line-height: 1.2;
  }
}
.footer-big-heading {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 1.52;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: var(--primary2, oklch(from var(--primary) l c h / var(--tw-text-opacity, 1)));
}
@media (min-width: 1024px) {
  .footer-big-heading {
    margin-bottom: 2.75rem;
    font-size: 2rem;
    line-height: 1.2;
  }
}
.menu-main-font {
  font-size: 18px;
  line-height: 1.2;
}
@media (min-width: 1024px) {
  .menu-main-font {
    font-size: 2.5rem;
    line-height: 48px;
  }
}
.menu-sub-font {
  font-size: 1rem;
  line-height: 1.2;
}
@media (min-width: 1024px) {
  .menu-sub-font {
    font-size: 1.5rem;
    line-height: 29px;
  }
}
.page-header-title {
  font-size: 1.5rem;
  line-height: 1.2;
}
@media (min-width: 1024px) {
  .page-header-title {
    font-size: 3.5rem;
    line-height: 1.2;
  }
}
body.gemeinde [data-component="page-header"]:not([data-header-type="small"]) .page-header-title {
  font-size: 1rem;
  line-height: 1.2;
}
@media (min-width: 1024px) {
  body.gemeinde [data-component="page-header"]:not([data-header-type="small"]) .page-header-title {
    font-size: 2rem;
    line-height: 1.2;
  }
}
[data-component="page-header"][data-header-type="small"] .page-header-title {
  font-weight: 300;
}
[data-component="page-header"][data-header-type="small"] .page-header-title > * {
  font-weight: 400;
}
.page-header-title-special {
  font-family: 'Dancing Script Variable', serif;
  font-size: 2.5rem;
  line-height: 1;
}
@media (min-width: 1024px) {
  .page-header-title-special {
    font-size: 6.25rem;
    line-height: 1;
  }
}
[data-component="page-header"][data-header-type="small"] .page-header-title-special {
  font-size: 3.125rem;
  line-height: 1;
}
@media (min-width: 1024px) {
  [data-component="page-header"][data-header-type="small"] .page-header-title-special {
    font-size: 4rem;
    line-height: 1;
  }
}
.zitat {
  font-family: 'Dancing Script Variable', serif;
  font-size: 1.5rem;
  line-height: 1.2;
}
@media (min-width: 1024px) {
  .zitat {
    font-size: 3.5rem;
    line-height: 1.2;
  }
}
summary {
	/* summary-Pfeil ausblenden */
	list-style-type: none;
}
/* Safari */
summary::-webkit-details-marker {
  display: none;
}
.base-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  padding-left: 2.25rem;
  padding-right: 2.25rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  text-align: center;
  font-weight: 400;
  text-decoration-line: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
@media (min-width: 1024px) {
  .base-button {
    padding-top: 7px;
    padding-bottom: 7px;
  }
}
.base-button.disabled,
	.base-button[disabled] {
  pointer-events: none;
  opacity: 0.3;
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.default-button {
  background-color: var(--bg);
  color: var(--text);
}
.default-button:hover {
  background-color: var(--bg-hover);
  color: var(--text-hover);
}
.default-button:focus-within {
  background-color: var(--bg-hover);
  color: var(--text-hover);
}
.default-button.active {
  background-color: var(--bg-active);
  color: var(--text-active);
}
.default-button:hover.active {
  background-color: var(--bg-active-hover);
  color: var(--text-active-hover);
}
.default-button:focus-within.active {
  background-color: var(--bg-active-hover);
  color: var(--text-active-hover);
}
.primary-button-colors {
	--bg: var(--primary2, oklch(from var(--primary) l c h / 1));
	--text: var(--primary-foreground, #fff);
	--bg-hover: var(--secondary2, oklch(from var(--secondary) l c h / 1));
	--text-hover: #fff;
	--bg-active: var(--secondary2, oklch(from var(--secondary) l c h / 1));
	--text-active: #fff;
	--bg-active-hover: var(--secondary2, oklch(from var(--secondary) l c h / 1));
	--text-active-hover: #fff;
}
.primary-hell-button-colors {
	--bg: var(--primary-hell,oklch(from var(--primary) calc(l + 0.4226) calc(c - 0.0445) calc(h + 10) / 1));
	--text: var(--primary-hell-foreground, #fff);
	--bg-hover: var(--primary2, oklch(from var(--primary) l c h / 1));
	--text-hover: var(--primary-foreground, #fff);
	--bg-active: var(--primary2, oklch(from var(--primary) l c h / 1));
	--text-active: var(--primary-foreground, #fff);
	--bg-active-hover: var(--primary2, oklch(from var(--primary) l c h / 1));
	--text-active-hover: var(--primary-foreground, #fff);
}
[data-component="oya-button"],
.rte-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  padding-left: 2.25rem;
  padding-right: 2.25rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  text-align: center;
  font-weight: 400;
  text-decoration-line: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
@media (min-width: 1024px) {
  [data-component="oya-button"],
.rte-button {
    padding-top: 7px;
    padding-bottom: 7px;
  }
}
[data-component="oya-button"].disabled,[data-component="oya-button"][disabled],
.rte-button.disabled,
.rte-button[disabled] {
  pointer-events: none;
  opacity: 0.3;
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
[data-component="oya-button"].primary, .rte-button.primary {
	--bg: var(--primary2, oklch(from var(--primary) l c h / 1));
	--text: var(--primary-foreground, #fff);
	--bg-hover: var(--secondary2, oklch(from var(--secondary) l c h / 1));
	--text-hover: #fff;
	--bg-active: var(--secondary2, oklch(from var(--secondary) l c h / 1));
	--text-active: #fff;
	--bg-active-hover: var(--secondary2, oklch(from var(--secondary) l c h / 1));
	--text-active-hover: #fff;
}
[data-component="oya-button"].primary-hell, .rte-button.primary-hell {
	--bg: var(--primary-hell,oklch(from var(--primary) calc(l + 0.4226) calc(c - 0.0445) calc(h + 10) / 1));
	--text: var(--primary-hell-foreground, #fff);
	--bg-hover: var(--primary2, oklch(from var(--primary) l c h / 1));
	--text-hover: var(--primary-foreground, #fff);
	--bg-active: var(--primary2, oklch(from var(--primary) l c h / 1));
	--text-active: var(--primary-foreground, #fff);
	--bg-active-hover: var(--primary2, oklch(from var(--primary) l c h / 1));
	--text-active-hover: var(--primary-foreground, #fff);
}
[data-component="oya-button"].white, .rte-button.white {
  background-color: var(--bg);
  color: var(--text);
}
[data-component="oya-button"].white:hover, .rte-button.white:hover {
  background-color: var(--bg-hover);
  color: var(--text-hover);
}
[data-component="oya-button"].white:focus-within, .rte-button.white:focus-within {
  background-color: var(--bg-hover);
  color: var(--text-hover);
}
[data-component="oya-button"].white.active, .rte-button.white.active {
  background-color: var(--bg-active);
  color: var(--text-active);
}
[data-component="oya-button"].white:hover.active, .rte-button.white:hover.active {
  background-color: var(--bg-active-hover);
  color: var(--text-active-hover);
}
[data-component="oya-button"].white:focus-within.active, .rte-button.white:focus-within.active {
  background-color: var(--bg-active-hover);
  color: var(--text-active-hover);
}
[data-component="oya-button"].white, .rte-button.white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
body.feuerwehr [data-component="oya-button"].white:hover,body.feuerwehr  .rte-button.white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
body.feuerwehr [data-component="oya-button"].white:focus-within,body.feuerwehr  .rte-button.white:focus-within {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
body.kindergarten [data-component="oya-button"].white,body.kindergarten  .rte-button.white {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
body.kindergarten [data-component="oya-button"].white:hover,body.kindergarten  .rte-button.white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
body.kindergarten [data-component="oya-button"].white:focus-within,body.kindergarten  .rte-button.white:focus-within {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
body:not(.kindergarten) [data-component="oya-button"].white,body:not(.kindergarten)  .rte-button.white {
  --tw-text-opacity: 1;
  color: var(--primary2, oklch(from var(--primary) l c h / var(--tw-text-opacity, 1)));
}
[data-component="oya-button"].default, .rte-button.default {
  background-color: var(--bg);
  color: var(--text);
}
[data-component="oya-button"].default:hover, .rte-button.default:hover {
  background-color: var(--bg-hover);
  color: var(--text-hover);
}
[data-component="oya-button"].default:focus-within, .rte-button.default:focus-within {
  background-color: var(--bg-hover);
  color: var(--text-hover);
}
[data-component="oya-button"].default.active, .rte-button.default.active {
  background-color: var(--bg-active);
  color: var(--text-active);
}
[data-component="oya-button"].default:hover.active, .rte-button.default:hover.active {
  background-color: var(--bg-active-hover);
  color: var(--text-active-hover);
}
[data-component="oya-button"].default:focus-within.active, .rte-button.default:focus-within.active {
  background-color: var(--bg-active-hover);
  color: var(--text-active-hover);
}
[data-component="oya-button"].inverted, .rte-button.inverted {
  background-color: var(--bg-hover);
  color: var(--text-hover);
}
[data-component="oya-button"].inverted:hover, .rte-button.inverted:hover {
  background-color: var(--bg);
  color: var(--text);
}
[data-component="oya-button"].inverted.active, .rte-button.inverted.active {
  background-color: var(--bg);
  color: var(--text);
}
[data-component="oya-button"].inverted:hover.active, .rte-button.inverted:hover.active {
  background-color: var(--bg);
  color: var(--text);
}
.body p:has(.rte-button) {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
}
main form input, footer form input, dialog form input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}
main form input:focus, footer form input:focus, dialog form input:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}
main form input::-moz-placeholder, footer form input::-moz-placeholder, dialog form input::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}
main form input::placeholder, footer form input::placeholder, dialog form input::placeholder {
  color: #6b7280;
  opacity: 1;
}
main form input::-webkit-datetime-edit-fields-wrapper, footer form input::-webkit-datetime-edit-fields-wrapper, dialog form input::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}
main form input::-webkit-date-and-time-value, footer form input::-webkit-date-and-time-value, dialog form input::-webkit-date-and-time-value {
  min-height: 1.5em;
  text-align: inherit;
}
main form input::-webkit-datetime-edit, footer form input::-webkit-datetime-edit, dialog form input::-webkit-datetime-edit {
  display: inline-flex;
}
main form input::-webkit-datetime-edit,main form input::-webkit-datetime-edit-year-field,main form input::-webkit-datetime-edit-month-field,main form input::-webkit-datetime-edit-day-field,main form input::-webkit-datetime-edit-hour-field,main form input::-webkit-datetime-edit-minute-field,main form input::-webkit-datetime-edit-second-field,main form input::-webkit-datetime-edit-millisecond-field,main form input::-webkit-datetime-edit-meridiem-field, footer form input::-webkit-datetime-edit, footer form input::-webkit-datetime-edit-year-field, footer form input::-webkit-datetime-edit-month-field, footer form input::-webkit-datetime-edit-day-field, footer form input::-webkit-datetime-edit-hour-field, footer form input::-webkit-datetime-edit-minute-field, footer form input::-webkit-datetime-edit-second-field, footer form input::-webkit-datetime-edit-millisecond-field, footer form input::-webkit-datetime-edit-meridiem-field, dialog form input::-webkit-datetime-edit, dialog form input::-webkit-datetime-edit-year-field, dialog form input::-webkit-datetime-edit-month-field, dialog form input::-webkit-datetime-edit-day-field, dialog form input::-webkit-datetime-edit-hour-field, dialog form input::-webkit-datetime-edit-minute-field, dialog form input::-webkit-datetime-edit-second-field, dialog form input::-webkit-datetime-edit-millisecond-field, dialog form input::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}
main form textarea, footer form textarea, dialog form textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}
main form textarea:focus, footer form textarea:focus, dialog form textarea:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}
main form textarea::-moz-placeholder, footer form textarea::-moz-placeholder, dialog form textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}
main form textarea::placeholder, footer form textarea::placeholder, dialog form textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}
main form select:not([multiple]), footer form select:not([multiple]), dialog form select:not([multiple]) {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}
main form select:not([multiple]):focus, footer form select:not([multiple]):focus, dialog form select:not([multiple]):focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}
main form select:not([multiple]), footer form select:not([multiple]), dialog form select:not([multiple]) {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}
main form select:not([multiple]):where([size]:not([size="1"])), footer form select:not([multiple]):where([size]:not([size="1"])), dialog form select:not([multiple]):where([size]:not([size="1"])) {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}
main form select[multiple], footer form select[multiple], dialog form select[multiple] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}
main form select[multiple]:focus, footer form select[multiple]:focus, dialog form select[multiple]:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}
main form [type="checkbox"], footer form [type="checkbox"], dialog form [type="checkbox"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
  border-radius: 0px;
}
main form [type="checkbox"]:focus, footer form [type="checkbox"]:focus, dialog form [type="checkbox"]:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
main form [type="checkbox"]:checked, footer form [type="checkbox"]:checked, dialog form [type="checkbox"]:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}
@media (forced-colors: active)  {
  main form [type="checkbox"]:checked, footer form [type="checkbox"]:checked, dialog form [type="checkbox"]:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}
main form [type="checkbox"]:checked:hover,main form [type="checkbox"]:checked:focus, footer form [type="checkbox"]:checked:hover, footer form [type="checkbox"]:checked:focus, dialog form [type="checkbox"]:checked:hover, dialog form [type="checkbox"]:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}
main form [type="checkbox"]:indeterminate, footer form [type="checkbox"]:indeterminate, dialog form [type="checkbox"]:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media (forced-colors: active)  {
  main form [type="checkbox"]:indeterminate, footer form [type="checkbox"]:indeterminate, dialog form [type="checkbox"]:indeterminate {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}
main form [type="checkbox"]:indeterminate:hover,main form [type="checkbox"]:indeterminate:focus, footer form [type="checkbox"]:indeterminate:hover, footer form [type="checkbox"]:indeterminate:focus, dialog form [type="checkbox"]:indeterminate:hover, dialog form [type="checkbox"]:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}
main form [type="checkbox"], footer form [type="checkbox"], dialog form [type="checkbox"] {
  width: 1.25rem;
  height: 1.25rem;
}
main form [type="radio"], footer form [type="radio"], dialog form [type="radio"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
  border-radius: 100%;
}
main form [type="radio"]:focus, footer form [type="radio"]:focus, dialog form [type="radio"]:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
main form [type="radio"]:checked, footer form [type="radio"]:checked, dialog form [type="radio"]:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}
@media (forced-colors: active)  {
  main form [type="radio"]:checked, footer form [type="radio"]:checked, dialog form [type="radio"]:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}
main form [type="radio"]:checked:hover,main form [type="radio"]:checked:focus, footer form [type="radio"]:checked:hover, footer form [type="radio"]:checked:focus, dialog form [type="radio"]:checked:hover, dialog form [type="radio"]:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}
main form fieldset, footer form fieldset, dialog form fieldset {
  border-width: 1px;
  padding: 1rem;
}
main form fieldset > legend, footer form fieldset > legend, dialog form fieldset > legend {
  padding-left: .5em;
  padding-right: .5em;
}
main form input,
		main form textarea,
		main form select,
		main form [type="checkbox"],
		main form [type="radio"],
		footer form input,
		footer form textarea,
		footer form select,
		footer form [type="checkbox"],
		footer form [type="radio"],
		dialog form input,
		dialog form textarea,
		dialog form select,
		dialog form [type="checkbox"],
		dialog form [type="radio"] {
  border-radius: 5px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
main form input:focus,
		main form textarea:focus,
		main form select:focus,
		main form [type="checkbox"]:focus,
		main form [type="radio"]:focus,
		footer form input:focus,
		footer form textarea:focus,
		footer form select:focus,
		footer form [type="checkbox"]:focus,
		footer form [type="radio"]:focus,
		dialog form input:focus,
		dialog form textarea:focus,
		dialog form select:focus,
		dialog form [type="checkbox"]:focus,
		dialog form [type="radio"]:focus {
  --tw-border-opacity: 1;
  border-color: var(--primary2, oklch(from var(--primary) l c h / var(--tw-border-opacity, 1)));
  --tw-ring-opacity: 1;
  --tw-ring-color: var(--primary2, oklch(from var(--primary) l c h / var(--tw-ring-opacity, 1)));
}
main form input,
		main form textarea,
		main form select,
		footer form input,
		footer form textarea,
		footer form select,
		dialog form input,
		dialog form textarea,
		dialog form select {
  width: 100%;
}
main form [type="checkbox"],
		main form [type="radio"],
		footer form [type="checkbox"],
		footer form [type="radio"],
		dialog form [type="checkbox"],
		dialog form [type="radio"] {
  margin-right: 0.5rem;
  --tw-text-opacity: 1;
  color: var(--primary2, oklch(from var(--primary) l c h / var(--tw-text-opacity, 1)));
}
main form > input, footer form > input, dialog form > input {
  width: auto;
}
main form > .form-group,
		main form .inputs-list,
		footer form > .form-group,
		footer form .inputs-list,
		dialog form > .form-group,
		dialog form .inputs-list {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
main form > .form-group .form-check, main form .inputs-list .form-check, footer form > .form-group .form-check, footer form .inputs-list .form-check, dialog form > .form-group .form-check, dialog form .inputs-list .form-check {
  padding-bottom: 0.625rem;
}
main form > .form-group .form-check:last-child, main form .inputs-list .form-check:last-child, footer form > .form-group .form-check:last-child, footer form .inputs-list .form-check:last-child, dialog form > .form-group .form-check:last-child, dialog form .inputs-list .form-check:last-child {
  padding-bottom: 0px;
}
main form > .form-group .form-check-label, main form .inputs-list .form-check-label, footer form > .form-group .form-check-label, footer form .inputs-list .form-check-label, dialog form > .form-group .form-check-label, dialog form .inputs-list .form-check-label {
  display: flex;
}
main form > .form-group .form-check-label input, main form .inputs-list .form-check-label input, footer form > .form-group .form-check-label input, footer form .inputs-list .form-check-label input, dialog form > .form-group .form-check-label input, dialog form .inputs-list .form-check-label input {
  margin-top: 5px;
}
main form > .form-group .table-responsive .table, main form .inputs-list .table-responsive .table, footer form > .form-group .table-responsive .table, footer form .inputs-list .table-responsive .table, dialog form > .form-group .table-responsive .table, dialog form .inputs-list .table-responsive .table {
  width: 100%;
}
main form > .row, footer form > .row, dialog form > .row {
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
@media (min-width: 640px) {
  main form > .row, footer form > .row, dialog form > .row {
    flex-wrap: nowrap;
  }
}
main form > .row > div, footer form > .row > div, dialog form > .row > div {
  margin-top: 0px;
  margin-bottom: 0px;
  width: 100%;
}
main form .btn.btn-primary, footer form .btn.btn-primary, dialog form .btn.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  padding-left: 2.25rem;
  padding-right: 2.25rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  text-align: center;
  font-weight: 400;
  text-decoration-line: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
@media (min-width: 1024px) {
  main form .btn.btn-primary, footer form .btn.btn-primary, dialog form .btn.btn-primary {
    padding-top: 7px;
    padding-bottom: 7px;
  }
}
main form .btn.btn-primary.disabled,main form .btn.btn-primary[disabled], footer form .btn.btn-primary.disabled, footer form .btn.btn-primary[disabled], dialog form .btn.btn-primary.disabled, dialog form .btn.btn-primary[disabled] {
  pointer-events: none;
  opacity: 0.3;
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
main form .btn.btn-primary, footer form .btn.btn-primary, dialog form .btn.btn-primary {
  background-color: var(--bg);
  color: var(--text);
}
main form .btn.btn-primary:hover, footer form .btn.btn-primary:hover, dialog form .btn.btn-primary:hover {
  background-color: var(--bg-hover);
  color: var(--text-hover);
}
main form .btn.btn-primary:focus-within, footer form .btn.btn-primary:focus-within, dialog form .btn.btn-primary:focus-within {
  background-color: var(--bg-hover);
  color: var(--text-hover);
}
main form .btn.btn-primary.active, footer form .btn.btn-primary.active, dialog form .btn.btn-primary.active {
  background-color: var(--bg-active);
  color: var(--text-active);
}
main form .btn.btn-primary:hover.active, footer form .btn.btn-primary:hover.active, dialog form .btn.btn-primary:hover.active {
  background-color: var(--bg-active-hover);
  color: var(--text-active-hover);
}
main form .btn.btn-primary:focus-within.active, footer form .btn.btn-primary:focus-within.active, dialog form .btn.btn-primary:focus-within.active {
  background-color: var(--bg-active-hover);
  color: var(--text-active-hover);
}
main form .btn.btn-primary, footer form .btn.btn-primary, dialog form .btn.btn-primary {
	--bg: var(--primary2, oklch(from var(--primary) l c h / 1));
	--text: var(--primary-foreground, #fff);
	--bg-hover: var(--secondary2, oklch(from var(--secondary) l c h / 1));
	--text-hover: #fff;
	--bg-active: var(--secondary2, oklch(from var(--secondary) l c h / 1));
	--text-active: #fff;
	--bg-active-hover: var(--secondary2, oklch(from var(--secondary) l c h / 1));
	--text-active-hover: #fff;
}
[class*="list-custom-"] {
  list-style-type: none;
	--icon-size: 1.7em;
}
[class*="list-custom-"] li {
  position: relative;
}
[class*="list-custom-"] li a {
  text-decoration-line: none;
}
[class*="list-custom-"] li::marker {
  --tw-content: none;
  content: var(--tw-content);
}
[class*="list-custom-"] li::before {
  position: absolute;
  left: 0px;
  width: var(--icon-size);
  height: var(--icon-size);
  --tw-translate-x: calc(calc(100% + 0.3em) * -1);
  --tw-translate-y: -0.12em;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-content: '';
  content: var(--tw-content);

			background-color: var(--primary);
			-webkit-mask-image: var(--icon-path);
			        mask-image: var(--icon-path);
			-webkit-mask-repeat: no-repeat;
			        mask-repeat: no-repeat;
			-webkit-mask-size: contain;
			        mask-size: contain;
			-webkit-mask-position: center;
			        mask-position: center;
}
.list-custom-arrow-right-light {
	--icon-path: url(../media/icons/sprites.view.svg#BulletList--arrow-right-light);
}
.list-custom-circle-info-light {
	--icon-path: url(../media/icons/sprites.view.svg#BulletList--circle-info-light);
}
.list-custom-krone {
	--icon-path: url(../media/icons/sprites.view.svg#BulletList--krone);
}
.list-custom-schloss {
	--icon-path: url(../media/icons/sprites.view.svg#BulletList--schloss);
}
[data-component="page-header"] {
	--page-header-min-height: 430px;
	--page-header-max-height: 800px;
}

	@media (min-width: 1024px) {[data-component="page-header"] {
		--page-header-min-height: 550px;
		--page-header-max-height: 1200px
}
	}

	[data-component="page-header"][data-header-type="small"] {
		--page-header-min-height: 400px;
		--page-header-max-height: 600px;
	}

	@media (min-width: 1024px) {

	[data-component="page-header"][data-header-type="small"] {
			--page-header-min-height: 700px;
			--page-header-max-height: 800px
	}
		}

	[data-component="page-header"][data-header-type="infobox"] {
		--page-header-min-height: 300px;
		--page-header-max-height: 500px;
	}

	@media (min-width: 1024px) {

	[data-component="page-header"][data-header-type="infobox"] {
			--page-header-min-height: 500px;
			--page-header-max-height: 800px
	}
		}

	[data-component="page-header"] .pattern {
		background-size: 220%;
	}

	[data-component="page-header"] .pattern.pattern-kiga {
			background-image: url(../media/img/PageHeader/Patterns.svg#KIGA_Pattern);
			opacity: 16%;
		}

	[data-component="page-header"] [data-module="spotlight"] p {
	margin: 0px !important;
}
[data-component="gallery"][data-type="grid"] {
		display: grid;
		gap: 1rem;
}@media (min-width: 1024px) {[data-component="gallery"][data-type="grid"] {
				gap: 1.5rem;
		}
}[data-component="gallery"][data-type="grid"] {
		grid-auto-flow: row dense;
		grid-auto-rows: minmax(0, 1fr);

		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

		@media (min-width: 1024px) {[data-component="gallery"][data-type="grid"] {
			grid-template-columns: repeat(3, minmax(0, 1fr))
	}
		}

		[data-component="gallery"][data-type="grid"] > * {
		grid-column: span 1 / span 1;
		grid-row: span 1 / span 1;
}

		[data-component="gallery"][data-type="grid"]:not(:has(.big-image)) > *:nth-child(6n + 1) {
				--image-aspect: auto;
				grid-column: span 2 / span 2;
				grid-row: span 2 / span 2;
			}

		[data-component="gallery"][data-type="grid"]:not(:has(.big-image)) > *:nth-child(6n + 5) {
				--image-aspect: auto;
				grid-column: span 2 / span 2;
				grid-row: span 2 / span 2;
			}

		[data-component="gallery"][data-type="grid"] .big-image {
			--image-aspect: auto;
			grid-column: span 2 / span 2;
			grid-row: span 2 / span 2;
		}
	[data-component="gallery"][data-type="slider"] {
		--image-aspect: 2/1;
	}
	[data-component="gallery"][data-type="slider-small"] {
		--image-aspect: 7/3;
	}
/**
 * Swiper 11.2.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 31, 2025
 */

/* FONT_START */

@font-face {
  font-family: 'swiper-icons';
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
  font-weight: 400;
  font-style: normal;
}

/* FONT_END */

:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */

/* 3D Shadows */

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Slide styles end */

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

[data-component="swiper"] .swiper-slide {
  height: -moz-fit-content;
  height: fit-content;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

[data-component="swiper"] .swiper-slide:not(.swiper-slide-visible) {
  opacity: 0.2;
}

[data-component="swiper"]:has(.swiper-navigation-disabled) [data-component="swiper-navigation"], [data-component="swiper"]:has(.swiper-pagination-lock) [data-component="swiper-navigation"] {
  display: none;
}

[data-component="swiper"] [data-component="swiper-navigation"] {
  position: relative;
  top: 0px;
  z-index: 10;
}

[data-component="swiper"] [data-component="swiper-navigation"] .navigation-inner {
  position: relative;
  display: flex;
  height: 3rem;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}

@media (min-width: 1024px) {

[data-component="swiper"][data-config^="gallery"] [data-component="swiper-navigation"] {
    position: absolute;
  }

				[data-component="swiper"][data-config^="gallery"] [data-component="swiper-navigation"] .navigation-inner {
    left: 50%;
    width: -moz-fit-content;
    width: fit-content;
    --tw-translate-x: -50%;
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
			}

[data-component="swiper"] [data-component="swiper-pagination"] {
		--bullet-size: 10;
		--bullet-size-active: 16;
		--bullet-spacing: 5px;

		--bullet-size-px: calc(var(--bullet-size) * 1px);
		--bullet-size-active-px: calc(var(--bullet-size-active) * 1px);
		--bullet-size-scale: calc(var(--bullet-size) / var(--bullet-size-active));
		--bullet-distance: calc(var(--bullet-size-active-px) / 2 + var(--bullet-size-px) + var(--bullet-spacing));
		--bullet-x-left: calc(var(--bullet-distance) * -1);
		--bullet-x-left-left: calc(var(--bullet-x-left) * 2);
		--bullet-x-right: var(--bullet-distance);
		--bullet-x-right-right: calc(var(--bullet-x-right) * 2);
	}

[data-component="swiper"] [data-component="swiper-pagination"] .pagination-inner {
  position: relative;
  min-width: 50px;
}

@media (min-width: 640px) {

  [data-component="swiper"] [data-component="swiper-pagination"] .pagination-inner {
    min-width: 200px;
  }
}

[data-component="swiper"] [data-component="swiper-pagination"] .pagination-inner.swiper-pagination-lock {
  display: none;
}

[data-component="swiper"] [data-component="swiper-pagination"] .pagination-inner.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

[data-component="swiper"] [data-component="swiper-pagination"] .pagination-inner .swiper-pagination-bullet {
  position: absolute;
  left: 50%;
  top: 50%;
  display: inline-block;
  width: var(--bullet-size-active-px);
  height: var(--bullet-size-active-px);
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: var(--primary2, oklch(from var(--primary) l c h / var(--tw-bg-opacity, 1)));
  opacity: 1;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  translate: 0 0;
}

[data-component="swiper"] [data-component="swiper-pagination"] .pagination-inner .swiper-pagination-bullet:has(~ .swiper-pagination-bullet-active),
				[data-component="swiper"] [data-component="swiper-pagination"] .pagination-inner .swiper-pagination-bullet.swiper-pagination-bullet-active ~ .swiper-pagination-bullet {
  --tw-scale-x: 0;
  --tw-scale-y: 0;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 0;
}

[data-component="swiper"] [data-component="swiper-pagination"] .pagination-inner .swiper-pagination-bullet:has(+ .swiper-pagination-bullet-active),
				[data-component="swiper"] [data-component="swiper-pagination"] .pagination-inner .swiper-pagination-bullet.swiper-pagination-bullet-active + .swiper-pagination-bullet {
  --tw-scale-x: var(--bullet-size-scale);
  --tw-scale-y: var(--bullet-size-scale);
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 0.4;
}

[data-component="swiper"] [data-component="swiper-pagination"] .pagination-inner .swiper-pagination-bullet.swiper-pagination-bullet-active ~ .swiper-pagination-bullet {
  translate: var(--bullet-x-right-right) 0;
}

[data-component="swiper"] [data-component="swiper-pagination"] .pagination-inner .swiper-pagination-bullet.swiper-pagination-bullet-active + .swiper-pagination-bullet {
  translate: var(--bullet-x-right) 0;
}

[data-component="swiper"] [data-component="swiper-pagination"] .pagination-inner .swiper-pagination-bullet:has(~ .swiper-pagination-bullet-active) {
  translate: var(--bullet-x-left-left) 0;
}

[data-component="swiper"] [data-component="swiper-pagination"] .pagination-inner .swiper-pagination-bullet:has(+ .swiper-pagination-bullet-active) {
  translate: var(--bullet-x-left) 0;
}
.text-and-image-grid {
	--gap-horizontal-img: 1.5rem;
	display: grid;

	grid-template-columns: [image-start] 1.5rem [text-start] 1fr [text-end] 1.5rem [image-end];
	grid-template-rows: [image-start] 200px [text-start] 70px [image-end] auto [text-end];
}

	@media (min-width: 640px) {.text-and-image-grid {
		grid-template-columns:
			[text-start] calc(50% + var(--gap-horizontal-img) / 2)
			[image-start] auto [text-end] 1fr [image-end];
		grid-template-rows:
			[image-start] minmax(6rem, 1fr) [text-start] auto [text-end] minmax(6rem, 1fr)
			[image-end]
}

	.text-and-image-grid.image-left {
			grid-template-columns:
				[image-start] 1fr [text-start] auto [image-end] calc(50% + var(--gap-horizontal-img) / 2)
				[text-end];
			grid-template-rows:
				[image-start] minmax(6rem, 1fr) [text-start] auto [text-end] minmax(6rem, 1fr)
				[image-end]
	}
	}
@font-face {
  font-family: "lg";
  src: url("../fonts/lg.woff2?io9a6k") format("woff2"), url("../fonts/lg.ttf?io9a6k") format("truetype"), url("../fonts/lg.woff?io9a6k") format("woff"), url("../fonts/lg.svg?io9a6k#lg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.lg-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "lg" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.lg-container {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.lg-next,
.lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1084;
  outline: none;
  border: none;
}
.lg-next.disabled,
.lg-prev.disabled {
  opacity: 0 !important;
  cursor: default;
}
.lg-next:hover:not(.disabled),
.lg-prev:hover:not(.disabled) {
  color: #fff;
}
.lg-single-item .lg-next,
.lg-single-item .lg-prev {
  display: none;
}
.lg-next {
  right: 20px;
}
.lg-next:before {
  content: "\e095";
}
.lg-prev {
  left: 20px;
}
.lg-prev:after {
  content: "\e094";
}
@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
.lg-outer.lg-right-end .lg-object {
  animation: lg-right-end 0.3s;
  position: relative;
}
.lg-outer.lg-left-end .lg-object {
  animation: lg-left-end 0.3s;
  position: relative;
}
.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.lg-media-overlap .lg-toolbar {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}
.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  will-change: color;
  transition: color 0.2s linear;
  background: none;
  border: none;
  box-shadow: none;
}
.lg-toolbar .lg-icon.lg-icon-18 {
  font-size: 18px;
}
.lg-toolbar .lg-icon:hover {
  color: #fff;
}
.lg-toolbar .lg-close:after {
  content: "\e070";
}
.lg-toolbar .lg-maximize {
  font-size: 22px;
}
.lg-toolbar .lg-maximize:after {
  content: "\e90a";
}
.lg-toolbar .lg-download:after {
  content: "\e0f2";
}
.lg-sub-html {
  color: #eee;
  font-size: 16px;
  padding: 10px 40px;
  text-align: center;
  z-index: 1080;
  opacity: 0;
  transition: opacity 0.2s ease-out 0s;
}
.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}
.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}
.lg-sub-html a {
  color: inherit;
}
.lg-sub-html a:hover {
  text-decoration: underline;
}
.lg-media-overlap .lg-sub-html {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}
.lg-item .lg-sub-html {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
.lg-error-msg {
  font-size: 14px;
  color: #999;
}
.lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  height: 47px;
  vertical-align: middle;
}
.lg-closing .lg-toolbar,
.lg-closing .lg-prev,
.lg-closing .lg-next,
.lg-closing .lg-sub-html {
  opacity: 0;
  transition: transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-video-cont,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-media-cont {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  will-change: transform, opacity;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-video-cont,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-media-cont {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}
.lg-icon:focus-visible {
  color: #fff;
  border-radius: 3px;
  outline: 1px dashed rgba(255, 255, 255, 0.6);
}
.lg-toolbar .lg-icon:focus-visible {
  border-radius: 8px;
  outline-offset: -5px;
}
.lg-group:after {
  content: "";
  display: table;
  clear: both;
}
.lg-container {
  display: none;
  outline: none;
}
.lg-container.lg-show {
  display: block;
}
.lg-on {
  scroll-behavior: unset;
}
.lg-overlay-open {
  overflow: hidden;
}
.lg-toolbar,
.lg-prev,
.lg-next,
.lg-pager-outer,
.lg-hide-sub-html .lg-sub-html {
  opacity: 0;
  will-change: transform, opacity;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-show-in .lg-toolbar,
.lg-show-in .lg-prev,
.lg-show-in .lg-next,
.lg-show-in .lg-pager-outer {
  opacity: 1;
}
.lg-show-in.lg-hide-sub-html .lg-sub-html {
  opacity: 1;
}
.lg-show-in .lg-hide-items .lg-prev {
  opacity: 0;
  transform: translate3d(-10px, 0, 0);
}
.lg-show-in .lg-hide-items .lg-next {
  opacity: 0;
  transform: translate3d(10px, 0, 0);
}
.lg-show-in .lg-hide-items .lg-toolbar {
  opacity: 0;
  transform: translate3d(0, -10px, 0);
}
.lg-show-in .lg-hide-items.lg-hide-sub-html .lg-sub-html {
  opacity: 0;
  transform: translate3d(0, 20px, 0);
}
.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0.001;
  outline: none;
  will-change: auto;
  overflow: hidden;
  transition: opacity 0.15s ease 0s;
}
.lg-outer * {
  box-sizing: border-box;
}
.lg-outer.lg-zoom-from-image {
  opacity: 1;
}
.lg-outer.lg-visible {
  opacity: 1;
}
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-prev-slide, .lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-next-slide, .lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-current {
  transition-duration: inherit !important;
  transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  transition-duration: 0s !important;
  opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.lg-outer .lg-inner {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  transition: opacity 0s;
  white-space: nowrap;
}
.lg-outer .lg-item {
  display: none !important;
}
.lg-outer .lg-item:not(.lg-start-end-progress) {
  background: url("../images/loading.gif") no-repeat scroll center center transparent;
}
.lg-outer.lg-css3 .lg-prev-slide,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}
.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}
.lg-outer .lg-item,
.lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.lg-outer .lg-item:before,
.lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.lg-outer .lg-img-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  white-space: nowrap;
  font-size: 0;
}
.lg-outer .lg-item.lg-complete {
  background-image: none;
}
.lg-outer .lg-item.lg-current {
  z-index: 1060;
}
.lg-outer .lg-object {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  position: relative;
}
.lg-outer .lg-empty-html.lg-sub-html,
.lg-outer .lg-empty-html .lg-sub-html {
  display: none;
}
.lg-outer.lg-hide-download .lg-download {
  opacity: 0.75;
  pointer-events: none;
}
.lg-outer .lg-first-slide .lg-dummy-img {
  position: absolute;
  top: 50%;
  left: 50%;
}
.lg-outer.lg-components-open:not(.lg-zoomed) .lg-components {
  transform: translate3d(0, 0%, 0);
  opacity: 1;
}
.lg-outer.lg-components-open:not(.lg-zoomed) .lg-sub-html {
  opacity: 1;
  transition: opacity 0.2s ease-out 0.15s;
}
.lg-outer .lg-media-cont {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.lg-outer .lg-media-cont .lg-object {
  width: 100% !important;
  height: 100% !important;
}
.lg-outer .lg-has-iframe .lg-media-cont {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}
.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  will-change: auto;
  transition: opacity 333ms ease-in 0s;
}
.lg-backdrop.in {
  opacity: 1;
}
.lg-css3.lg-no-trans .lg-prev-slide,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-current {
  transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item {
  backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
  opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-use-css3 .lg-item.lg-start-progress {
  transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}
.lg-css3.lg-use-css3 .lg-item.lg-start-end-progress {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
.lg-container {
  display: none;
}
.lg-container.lg-show {
  display: block;
}
.lg-container.lg-dragging-vertical .lg-backdrop {
  transition-duration: 0s !important;
}
.lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current {
  transition-duration: 0s !important;
  opacity: 1;
}
.lg-inline .lg-backdrop,
.lg-inline .lg-outer {
  position: absolute;
}
.lg-inline .lg-backdrop {
  z-index: 1;
}
.lg-inline .lg-outer {
  z-index: 2;
}
.lg-inline .lg-maximize:after {
  content: "\e909";
}
.lg-components {
  transform: translate3d(0, 100%, 0);
  will-change: transform;
  transition: transform 0.35s ease-out 0s;
  z-index: 1080;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
/*# sourceMappingURL=lightgallery.css.map */
[data-lightgallery] .image {
  cursor: pointer;
}
.lg-container .lg-backdrop {
		/* Hintergrund von lightgallery auf volle Größe, damit beim scrollen nichts sichtbar ist */
		height: 100lvh;
	}
.lg-container .lg-item > picture > img:not(.lg-dummy-img) {
		/* Fix für Flackern bei kleinen Bildern */
		-o-object-fit: scale-down;
		   object-fit: scale-down;

		width: var(--image-width, auto) !important;
		height: var(--image-height, auto) !important;
	}
:root {
	--primary: #1e2a6d !important;
	--secondary: #475a9d !important;
}
:root .gemeinde {
		--primary: #a70513 !important;
		--secondary: #3c3c3c !important;
	}
:root .feuerwehr {
		--primary: #a70513 !important;
		--secondary: #3c3c3c !important;
	}
:root .kindergarten {
		--primary: #fab700 !important;
		--primary-mittel: oklch(from #fab700 calc(l + 0.1) calc(c + 0.0067) calc(h - 0.61)) !important;
		--secondary: #3c3c3c !important;
	}
.base-body {
  font-family: 'Lato', regular;
  font-size: 1rem;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(31 31 31 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px) {
  .base-body {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}
:root:has(dialog.open) {
  overflow: hidden;
}
[popover] {
	transition-behavior: allow-discrete;
	transition-property: display, opacity, overlay;
	opacity: 0;
	transition-duration: 300ms;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
[popover]:popover-open {
  opacity: 1;
  transition-delay: 100ms;
}
[popover]::backdrop {
	transition-behavior: allow-discrete;
	transition-property: display, opacity, overlay;
	background-color: rgb(0 0 0 / 0.8);
	opacity: 0;
	transition-duration: 500ms;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
[popover]:popover-open::backdrop {
  opacity: 1;
  --tw-backdrop-blur: blur(2px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
/* Needs to be after the previous [popover]:popover-open rule
to take effect, as the specificity is the same */
@starting-style {
	[popover]:popover-open {
    opacity: 0;
  }
}
/* The nesting selector (&) cannot represent pseudo-elements
so this starting-style rule cannot be nested */
@starting-style {
	[popover]:popover-open::backdrop {
    opacity: 0;
    --tw-backdrop-blur:  ;
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }
}
:root {
  overflow: auto;
	scrollbar-gutter: stable;

	/*
	digital access accessibility variables
	*/
}
:root:has(#navbar-menu.open) {
  overflow: hidden;
}
:root {
	--diac-widget-size : 60px !important;
}
body {
	--navbar-height: 0px;
}
@media (min-width: 1280px) {
body {
		--navbar-height: 4.5rem
}
	}
body {

	scroll-padding-top: var(--navbar-height);

	min-height: 100vh;

	--tw-bg-opacity: 1;

	background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));

	font-family: 'Lato', regular;

	font-size: 1rem;

	line-height: 1.5;

	--tw-text-opacity: 1;

	color: rgb(31 31 31 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px) {
  body {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}
body #dAopener {
		--diac-clr-primary         : #fff !important;
		--diac-clr-neutral-primary : var(--primary) !important;
		right : 9px !important;
		z-index: 123 !important;
	}
@media (max-width : 1023px) {
body #dAopener {
			right : -200px !important
	}
		}
body #dAopener:hover, body #dAopener:focus {
			--diac-clr-primary         : var(--primary) !important;
			--diac-clr-neutral-primary : #fff !important;
		}
body #dAopener:hover #da-svg-opener-logo, body #dAopener:focus #da-svg-opener-logo {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
body #dAopener #da-svg-opener-logo {
			height : 36px;
			width  : 36px;
			border-radius: 9999px;
			border-width: 1px;
			--tw-border-opacity: 1;
			border-color: rgb(30 42 109 / var(--tw-border-opacity, 1));
			padding: 0.25rem;
		}[data-component="column-container"] {
	--gap-horizontal: 1.5rem;
	--gap-vertical: 2.5rem;

	--columns-base: 1;
	--columns-max: var(--columns-base);

	--columns-xs: var(--columns-base);
	--columns-sm: var(--columns-xs);
	--columns-md: var(--columns-sm);
	--columns-lg: var(--columns-max, --columns-md);
	--columns-xl: var(--columns-lg);
	--columns-2xl: var(--columns-xl);

	--final-columns-base: var(--custom-columns-base, repeat(var(--columns-base), minmax(0, 1fr)));
	--final-columns-xs: var(--custom-columns-xs, var(--custom-columns-base, repeat(var(--columns-xs), minmax(0, 1fr))));
	--final-columns-sm: var(
		--custom-columns-sm,
		var(--custom-columns-xs, var(--custom-columns-base, repeat(var(--columns-sm), minmax(0, 1fr))))
	);
	--final-columns-md: var(
		--custom-columns-md,
		var(
			--custom-columns-sm,
			var(--custom-columns-xs, var(--custom-columns-base, repeat(var(--columns-md), minmax(0, 1fr))))
		)
	);
	--final-columns-lg: var(
		--custom-columns-lg,
		var(
			--custom-columns-md,
			var(
				--custom-columns-sm,
				var(--custom-columns-xs, var(--custom-columns-base, repeat(var(--columns-lg), minmax(0, 1fr))))
			)
		)
	);
	--final-columns-xl: var(
		--custom-columns-xl,
		var(
			--custom-columns-lg,
			var(
				--custom-columns-md,
				var(
					--custom-columns-sm,
					var(--custom-columns-xs, var(--custom-columns-base, repeat(var(--columns-xl), minmax(0, 1fr))))
				)
			)
		)
	);
	--final-columns-2xl: var(
		--custom-columns-2xl,
		var(
			--custom-columns-xl,
			var(
				--custom-columns-lg,
				var(
					--custom-columns-md,
					var(
						--custom-columns-sm,
						var(--custom-columns-xs, var(--custom-columns-base, repeat(var(--columns-2xl), minmax(0, 1fr))))
					)
				)
			)
		)
	);
	display: grid;
	justify-content: center;
	-moz-column-gap: var(--gap-horizontal);
	     column-gap: var(--gap-horizontal);
	row-gap: var(--gap-vertical);
	grid-template-columns: var(--final-columns-base);
}@media not all and (min-width: 640px) {@media (min-width: 480px) {[data-component="column-container"] {
			grid-template-columns: var(--final-columns-xs);
		}
	}
}@media not all and (min-width: 768px) {@media (min-width: 640px) {[data-component="column-container"] {
			grid-template-columns: var(--final-columns-sm);
		}
	}
}@media not all and (min-width: 1024px) {@media (min-width: 768px) {[data-component="column-container"] {
			grid-template-columns: var(--final-columns-md);
		}
	}
}@media not all and (min-width: 1280px) {@media (min-width: 1024px) {[data-component="column-container"] {
			grid-template-columns: var(--final-columns-lg);
		}
	}
}@media not all and (min-width: 1480px) {@media (min-width: 1280px) {[data-component="column-container"] {
			grid-template-columns: var(--final-columns-xl);
		}
	}
}@media (min-width: 1480px) {[data-component="column-container"] {
		grid-template-columns: var(--final-columns-2xl);
	}
}

	/* Horizontale Ausrichtung der Spalten */

	[data-component="column-container"][class*="horizontal-"].horizontal-left {
	justify-content: flex-start;
}

	[data-component="column-container"][class*="horizontal-"].horizontal-right {
	justify-content: flex-end;
}

	[data-component="column-container"][class*="horizontal-"].horizontal-between {
	justify-content: space-between;
}

	/* Vertikale Ausrichtung der Spalten */

	[data-component="column-container"][class*="vertical-"].vertical-center {
	align-items: center;
}

	[data-component="column-container"][class*="vertical-"].vertical-bottom {
	align-items: flex-end;
}

	[data-component="column-container"] > .column > [data-component="main-section"]:first-of-type {
	padding-top: 0px;
}

	[data-component="column-container"] > .column > [data-component="main-section"]:last-of-type {
	padding-bottom: 0px;
}

	[data-component="column-container"] > .column > [data-component="main-section"] > [data-component="container"] {
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
.download-compact-grid {

	display:
		grid;

	align-items:
		center;

	-moz-column-gap:
		1rem;

	     column-gap:
		1rem;

	row-gap:
		0.5rem;

	padding:
		1rem;

	grid-template-columns:
		[title-start] 3fr
		[title-end file-info-start] 0.5fr
		[file-info-end icon-start] 0.5fr
		[icon-end];
	grid-template-rows: [title-start file-info-start icon-start] auto [title-end file-info-end icon-end];
}

	@media (min-width: 640px) {.download-compact-grid {

		padding-left:
		2rem;

		padding-right:
		2rem;

		padding-top:
		1rem;

		padding-bottom:
		1rem;

		grid-template-columns:
			[title-start] 4fr
			[title-end file-info-start] 1fr
			[file-info-end icon-start] 1fr
			[icon-end];
	}
	}

.download-full-grid {

	display:
		grid;

	align-items:
		center;

	-moz-column-gap:
		1rem;

	     column-gap:
		1rem;

	row-gap:
		0.5rem;

	padding:
		1.25rem;

	grid-template-columns:
		[img-start icon-start] auto
		[img-end icon-end title-start description-start file-info-start] 1fr
		[description-end title-end file-info-end icon-start];
	grid-template-rows:
		[img-start title-start] auto
		[title-end description-start] auto
		[img-end] 8px
		[description-end file-info-start icon-start] auto
		[file-info-end icon-end];
}

@media (min-width: 640px) {

.download-full-grid {

		padding-left:
		4rem;

		padding-right:
		4rem;

		padding-top:
		2rem;

		padding-bottom:
		2rem;

		grid-template-columns:
			[img-start] auto
			[img-end title-start description-start file-info-start] 1fr
			[description-end title-end file-info-end icon-start] auto
			[icon-end];
		grid-template-rows:
			[img-start icon-start title-start] auto
			[title-end description-start] auto
			[description-end file-info-start] auto
			[file-info-end img-end icon-end];
	}
	}

.download-compact-grid [data-download-part="img"], .download-full-grid [data-download-part="img"] {
		grid-area: img;
	}

.download-compact-grid [data-download-part="file-info"], .download-full-grid [data-download-part="file-info"] {
		grid-area: file-info;
	}

.download-compact-grid [data-download-part="title"], .download-full-grid [data-download-part="title"] {
		grid-area: title;
	}

.download-compact-grid [data-download-part="description"], .download-full-grid [data-download-part="description"] {
		grid-area: description;
	}

.download-compact-grid [data-download-part="icon"], .download-full-grid [data-download-part="icon"] {
		grid-area: icon;
		width:
		-moz-fit-content;
		width:
		fit-content;
	}
.imgBreakpoint[data-img-wrap-height] .image.not-prose, .imgBreakpoint[data-img-wrap-max-height] .image.not-prose {

height: var(--img-wrap-height);

max-height: var(--img-wrap-max-height,100%);

--image-height: var(--img-wrap-height)
}

			.imgBreakpoint[data-img-wrap-height] .image.not-prose [data-oya-image], .imgBreakpoint[data-img-wrap-max-height] .image.not-prose [data-oya-image] {

max-height: var(--img-wrap-max-height,100%);

-o-object-fit: cover;

   object-fit: cover
}
	.imgBreakpoint[data-img-wrap-width] {

justify-items: center
}
	.imgBreakpoint[data-img-wrap-width]:not([data-img-wrap-width="auto"]) .image.not-prose, .imgBreakpoint[data-img-wrap-width][data-img-wrap-width="auto"]:has([data-component="slider-container"]) .image.not-prose, .imgBreakpoint[data-img-wrap-width][data-img-wrap-width="auto"]:has(.backend) .image.not-prose {

width: calc(var(--img-wrap-width,1) * 100%)
}
	.imgBreakpoint[data-img-wrap-width]:not([data-img-wrap-width="auto"]) .image.not-prose [data-oya-image], .imgBreakpoint[data-img-wrap-width][data-img-wrap-width="auto"]:has([data-component="slider-container"]) .image.not-prose [data-oya-image], .imgBreakpoint[data-img-wrap-width][data-img-wrap-width="auto"]:has(.backend) .image.not-prose [data-oya-image] {

width: 100%
}
	.imgBreakpoint[data-img-wrap-position="top"],
	.imgBreakpoint[data-img-wrap-position="bottom"] {

display: grid
}
	.imgBreakpoint[data-img-wrap-position="top"] .image.not-prose, .imgBreakpoint[data-img-wrap-position="bottom"] .image.not-prose {

margin: 0px;

display: flex;

width: 100%;

max-width: none;

justify-content: center
}
	.imgBreakpoint[data-img-wrap-position="left"] .image.not-prose {

float: left;

margin: 0px;

margin-bottom: 2rem;

margin-right: 2rem
}
	.imgBreakpoint[data-img-wrap-position="right"] .image.not-prose {

float: right;

margin: 0px;

margin-bottom: 2rem;

margin-left: 2rem
}

[data-component="text-media"] .body > :first-child {

margin-top: 0px
}

[data-component="text-media"] .body > :last-child {

margin-bottom: 0px
}

[data-component="text-media"] [data-img-width] .image.not-prose {

max-width: calc(var(--img-max-width) * 100%)
}

[data-component="text-media"] [data-img-width] .image.not-prose > figure.image {

width: 100%
}

[data-component="text-media"] [data-img-width]:not([data-img-width="auto"]) .image.not-prose, [data-component="text-media"] [data-img-width][data-img-width="auto"]:has([data-component="slider-container"]) .image.not-prose, [data-component="text-media"] [data-img-width][data-img-width="auto"]:has(.backend) .image.not-prose {

width: calc(var(--img-width,var(--img-max-width)) * 100%)
}

[data-component="text-media"] [data-img-width]:not([data-img-width="auto"]) .image.not-prose [data-oya-image], [data-component="text-media"] [data-img-width][data-img-width="auto"]:has([data-component="slider-container"]) .image.not-prose [data-oya-image], [data-component="text-media"] [data-img-width][data-img-width="auto"]:has(.backend) .image.not-prose [data-oya-image] {

width: 100%
}

[data-component="text-media"] [data-img-align] {

display: grid;

grid-template-columns: repeat(1, minmax(0, 1fr));

align-items: flex-start;

gap: 2rem
}

[data-component="text-media"] [data-img-align][data-img-align="bottom"] .body {

grid-row-start: 1
}

[data-component="text-media"] [data-img-align][data-img-align="bottom"] .image.not-prose {

grid-row-start: 2
}

[data-component="text-media"] [data-img-align][data-img-align="top"] .body, [data-component="text-media"] [data-img-align] [data-img-align="center"] .body {

grid-row-start: 2
}

[data-component="text-media"] [data-img-align][data-img-align="top"] .image.not-prose, [data-component="text-media"] [data-img-align] [data-img-align="center"] .image.not-prose {

grid-row-start: 1
}

[data-component="text-media"] [data-img-align][data-img-align="center"] > div {

margin-left: auto;

margin-right: auto
}

[data-component="text-media"] [data-img-align][data-img-align="right"] {

display: flow-root;

width: 100%
}

[data-component="text-media"] [data-img-align][data-img-align="right"] .image.not-prose {

float: right;

margin-bottom: 2rem;

margin-left: 2rem
}

[data-component="text-media"] [data-img-align][data-img-align="left"] {

display: flow-root;

width: 100%
}

[data-component="text-media"] [data-img-align][data-img-align="left"] .image.not-prose {

float: left;

margin-bottom: 2rem;

margin-right: 2rem
}

[data-component="text-media"] [data-img-wrap-breakpoint]:not([data-img-align="top"]):not([data-img-align="bottom"]):not([data-img-align="center"])[data-img-wrap-position="top"] .body {

grid-row-start: 2
}

[data-component="text-media"] [data-img-wrap-breakpoint]:not([data-img-align="top"]):not([data-img-align="bottom"]):not([data-img-align="center"])[data-img-wrap-position="top"] .image.not-prose {

grid-row-start: 1
}

[data-component="text-media"] [data-img-wrap-breakpoint]:not([data-img-align="top"]):not([data-img-align="bottom"]):not([data-img-align="center"])[data-img-wrap-position="bottom"] .body {

grid-row-start: 1
}

[data-component="text-media"] [data-img-wrap-breakpoint]:not([data-img-align="top"]):not([data-img-align="bottom"]):not([data-img-align="center"])[data-img-wrap-position="bottom"] .image.not-prose {

grid-row-start: 2
}

@media not all and (min-width: 480px) {[data-component="text-media"] [data-img-wrap-breakpoint][data-img-wrap-breakpoint="xs"][data-img-wrap-height] .image.not-prose,[data-component="text-media"] [data-img-wrap-breakpoint][data-img-wrap-breakpoint="xs"][data-img-wrap-max-height] .image.not-prose {

height: var(--img-wrap-height);

max-height: var(--img-wrap-max-height,100%);

--image-height: var(--img-wrap-height)
}

			[data-component="text-media"] [data-img-wrap-breakpoint][data-img-wrap-breakpoint="xs"][data-img-wrap-height] .image.not-prose [data-oya-image],[data-component="text-media"] [data-img-wrap-breakpoint][data-img-wrap-breakpoint="xs"][data-img-wrap-max-height] .image.not-prose [data-oya-image] {

max-height: var(--img-wrap-max-height,100%);

-o-object-fit: cover;

   object-fit: cover
}
	[data-component="text-media"] [data-img-wrap-breakpoint][data-img-wrap-breakpoint="xs"][data-img-wrap-width] {

justify-items: center
}
	[data-component="text-media"] [data-img-wrap-breakpoint][data-img-wrap-breakpoint="xs"][data-img-wrap-width]:not([data-img-wrap-width="auto"]) .image.not-prose,[data-component="text-media"] [data-img-wrap-breakpoint][data-img-wrap-breakpoint="xs"][data-img-wrap-width][data-img-wrap-width="auto"]:has([data-component="slider-container"]) .image.not-prose,[data-component="text-media"] [data-img-wrap-breakpoint][data-img-wrap-breakpoint="xs"][data-img-wrap-width][data-img-wrap-width="auto"]:has(.backend) .image.not-prose {

width: calc(var(--img-wrap-width,1) * 100%)
}
	[data-component="text-media"] [data-img-wrap-breakpoint][data-img-wrap-breakpoint="xs"][data-img-wrap-width]:not([data-img-wrap-width="auto"]) .image.not-prose [data-oya-image],[data-component="text-media"] [data-img-wrap-breakpoint][data-img-wrap-breakpoint="xs"][data-img-wrap-width][data-img-wrap-width="auto"]:has([data-component="slider-container"]) .image.not-prose [data-oya-image],[data-component="text-media"] [data-img-wrap-breakpoint][data-img-wrap-breakpoint="xs"][data-img-wrap-width][data-img-wrap-width="auto"]:has(.backend) .image.not-prose [data-oya-image] {

width: 100%
}
	[data-component="text-media"] [data-img-wrap-breakpoint][data-img-wrap-breakpoint="xs"][data-img-wrap-position="top"],[data-component="text-media"] [data-img-wrap-breakpoint][data-img-wrap-breakpoint="xs"][data-img-wrap-position="bottom"] {

display: grid
}
	[data-component="text-media"] [data-img-wrap-breakpoint][data-img-wrap-breakpoint="xs"][data-img-wrap-position="top"] .image.not-prose,[data-component="text-media"] [data-img-wrap-breakpoint][data-img-wrap-breakpoint="xs"][data-img-wrap-position="bottom"] .image.not-prose {

margin: 0px;

display: flex;

width: 100%;

max-width: none;

justify-content: center
}
	[data-component="text-media"] [data-img-wrap-breakpoint][data-img-wrap-breakpoint="xs"][data-img-wrap-position="left"] .image.not-prose {

float: left;

margin: 0px;

margin-bottom: 2rem;

margin-right: 2rem
}
	[data-component="text-media"] [data-img-wrap-breakpoint][data-img-wrap-breakpoint="xs"][data-img-wrap-position="right"] .image.not-prose {

float: right;

margin: 0px;

margin-bottom: 2rem;

margin-left: 2rem
}
			}

@media not all and (min-width: 640px) {[data-component="text-media"] [data-img-wrap-breakpoint][data-img-wrap-breakpoint="sm"][data-img-wrap-height] .image.not-prose,[data-component="text-media"] [data-img-wrap-breakpoint][data-img-wrap-breakpoint="sm"][data-img-wrap-max-height] .image.not-prose {

height: var(--img-wrap-height);

max-height: var(--img-wrap-max-height,100%);

--image-height: var(--img-wrap-height)
}

			[data-component="text-media"] [data-img-wrap-breakpoint][data-img-wrap-breakpoint="sm"][data-img-wrap-height] .image.not-prose [data-oya-image],[data-component="text-media"] [data-img-wrap-breakpoint][data-img-wrap-breakpoint="sm"][data-img-wrap-max-height] .image.not-prose [data-oya-image] {

max-height: var(--img-wrap-max-height,100%);

-o-object-fit: cover;

   object-fit: cover
}
	[data-component="text-media"] [data-img-wrap-breakpoint][data-img-wrap-breakpoint="sm"][data-img-wrap-width] {

justify-items: center
}
	[data-component="text-media"] [data-img-wrap-breakpoint][data-img-wrap-breakpoint="sm"][data-img-wrap-width]:not([data-img-wrap-width="auto"]) .image.not-prose,[data-component="text-media"] [data-img-wrap-breakpoint][data-img-wrap-breakpoint="sm"][data-img-wrap-width][data-img-wrap-width="auto"]:has([data-component="slider-container"]) .image.not-prose,[data-component="text-media"] [data-img-wrap-breakpoint][data-img-wrap-breakpoint="sm"][data-img-wrap-width][data-img-wrap-width="auto"]:has(.backend) .image.not-prose {

width: calc(var(--img-wrap-width,1) * 100%)
}
	[data-component="text-media"] [data-img-wrap-breakpoint][data-img-wrap-breakpoint="sm"][data-img-wrap-width]:not([data-img-wrap-width="auto"]) .image.not-prose [data-oya-image],[data-component="text-media"] [data-img-wrap-breakpoint][data-img-wrap-breakpoint="sm"][data-img-wrap-width][data-img-wrap-width="auto"]:has([data-component="slider-container"]) .image.not-prose [data-oya-image],[data-component="text-media"] [data-img-wrap-breakpoint][data-img-wrap-breakpoint="sm"][data-img-wrap-width][data-img-wrap-width="auto"]:has(.backend) .image.not-prose [data-oya-image] {

width: 100%
}
	[data-component="text-media"] [data-img-wrap-breakpoint][data-img-wrap-breakpoint="sm"][data-img-wrap-position="top"],[data-component="text-media"] [data-img-wrap-breakpoint][data-img-wrap-breakpoint="sm"][data-img-wrap-position="bottom"] {

display: grid
}
	[data-component="text-media"] [data-img-wrap-breakpoint][data-img-wrap-breakpoint="sm"][data-img-wrap-position="top"] .image.not-prose,[data-component="text-media"] [data-img-wrap-breakpoint][data-img-wrap-breakpoint="sm"][data-img-wrap-position="bottom"] .image.not-prose {

margin: 0px;

display: flex;

width: 100%;

max-width: none;

justify-content: center
}
	[data-component="text-media"] [data-img-wrap-breakpoint][data-img-wrap-breakpoint="sm"][data-img-wrap-position="left"] .image.not-prose {

float: left;

margin: 0px;

margin-bottom: 2rem;

margin-right: 2rem
}
	[data-component="text-media"] [data-img-wrap-breakpoint][data-img-wrap-breakpoint="sm"][data-img-wrap-position="right"] .image.not-prose {

float: right;

margin: 0px;

margin-bottom: 2rem;

margin-left: 2rem
}
			}

@media not all and (min-width: 768px) {[data-component="text-media"] [data-img-wrap-breakpoint][data-img-wrap-breakpoint="md"][data-img-wrap-height] .image.not-prose,[data-component="text-media"] [data-img-wrap-breakpoint][data-img-wrap-breakpoint="md"][data-img-wrap-max-height] .image.not-prose {

height: var(--img-wrap-height);

max-height: var(--img-wrap-max-height,100%);

--image-height: var(--img-wrap-height)
}

			[data-component="text-media"] [data-img-wrap-breakpoint][data-img-wrap-breakpoint="md"][data-img-wrap-height] .image.not-prose [data-oya-image],[data-component="text-media"] [data-img-wrap-breakpoint][data-img-wrap-breakpoint="md"][data-img-wrap-max-height] .image.not-prose [data-oya-image] {

max-height: var(--img-wrap-max-height,100%);

-o-object-fit: cover;

   object-fit: cover
}
	[data-component="text-media"] [data-img-wrap-breakpoint][data-img-wrap-breakpoint="md"][data-img-wrap-width] {

justify-items: center
}
	[data-component="text-media"] [data-img-wrap-breakpoint][data-img-wrap-breakpoint="md"][data-img-wrap-width]:not([data-img-wrap-width="auto"]) .image.not-prose,[data-component="text-media"] [data-img-wrap-breakpoint][data-img-wrap-breakpoint="md"][data-img-wrap-width][data-img-wrap-width="auto"]:has([data-component="slider-container"]) .image.not-prose,[data-component="text-media"] [data-img-wrap-breakpoint][data-img-wrap-breakpoint="md"][data-img-wrap-width][data-img-wrap-width="auto"]:has(.backend) .image.not-prose {

width: calc(var(--img-wrap-width,1) * 100%)
}
	[data-component="text-media"] [data-img-wrap-breakpoint][data-img-wrap-breakpoint="md"][data-img-wrap-width]:not([data-img-wrap-width="auto"]) .image.not-prose [data-oya-image],[data-component="text-media"] [data-img-wrap-breakpoint][data-img-wrap-breakpoint="md"][data-img-wrap-width][data-img-wrap-width="auto"]:has([data-component="slider-container"]) .image.not-prose [data-oya-image],[data-component="text-media"] [data-img-wrap-breakpoint][data-img-wrap-breakpoint="md"][data-img-wrap-width][data-img-wrap-width="auto"]:has(.backend) .image.not-prose [data-oya-image] {

width: 100%
}
	[data-component="text-media"] [data-img-wrap-breakpoint][data-img-wrap-breakpoint="md"][data-img-wrap-position="top"],[data-component="text-media"] [data-img-wrap-breakpoint][data-img-wrap-breakpoint="md"][data-img-wrap-position="bottom"] {

display: grid
}
	[data-component="text-media"] [data-img-wrap-breakpoint][data-img-wrap-breakpoint="md"][data-img-wrap-position="top"] .image.not-prose,[data-component="text-media"] [data-img-wrap-breakpoint][data-img-wrap-breakpoint="md"][data-img-wrap-position="bottom"] .image.not-prose {

margin: 0px;

display: flex;

width: 100%;

max-width: none;

justify-content: center
}
	[data-component="text-media"] [data-img-wrap-breakpoint][data-img-wrap-breakpoint="md"][data-img-wrap-position="left"] .image.not-prose {

float: left;

margin: 0px;

margin-bottom: 2rem;

margin-right: 2rem
}
	[data-component="text-media"] [data-img-wrap-breakpoint][data-img-wrap-breakpoint="md"][data-img-wrap-position="right"] .image.not-prose {

float: right;

margin: 0px;

margin-bottom: 2rem;

margin-left: 2rem
}
			}

@media not all and (min-width: 1024px) {[data-component="text-media"] [data-img-wrap-breakpoint][data-img-wrap-breakpoint="lg"][data-img-wrap-height] .image.not-prose,[data-component="text-media"] [data-img-wrap-breakpoint][data-img-wrap-breakpoint="lg"][data-img-wrap-max-height] .image.not-prose {

height: var(--img-wrap-height);

max-height: var(--img-wrap-max-height,100%);

--image-height: var(--img-wrap-height)
}

			[data-component="text-media"] [data-img-wrap-breakpoint][data-img-wrap-breakpoint="lg"][data-img-wrap-height] .image.not-prose [data-oya-image],[data-component="text-media"] [data-img-wrap-breakpoint][data-img-wrap-breakpoint="lg"][data-img-wrap-max-height] .image.not-prose [data-oya-image] {

max-height: var(--img-wrap-max-height,100%);

-o-object-fit: cover;

   object-fit: cover
}
	[data-component="text-media"] [data-img-wrap-breakpoint][data-img-wrap-breakpoint="lg"][data-img-wrap-width] {

justify-items: center
}
	[data-component="text-media"] [data-img-wrap-breakpoint][data-img-wrap-breakpoint="lg"][data-img-wrap-width]:not([data-img-wrap-width="auto"]) .image.not-prose,[data-component="text-media"] [data-img-wrap-breakpoint][data-img-wrap-breakpoint="lg"][data-img-wrap-width][data-img-wrap-width="auto"]:has([data-component="slider-container"]) .image.not-prose,[data-component="text-media"] [data-img-wrap-breakpoint][data-img-wrap-breakpoint="lg"][data-img-wrap-width][data-img-wrap-width="auto"]:has(.backend) .image.not-prose {

width: calc(var(--img-wrap-width,1) * 100%)
}
	[data-component="text-media"] [data-img-wrap-breakpoint][data-img-wrap-breakpoint="lg"][data-img-wrap-width]:not([data-img-wrap-width="auto"]) .image.not-prose [data-oya-image],[data-component="text-media"] [data-img-wrap-breakpoint][data-img-wrap-breakpoint="lg"][data-img-wrap-width][data-img-wrap-width="auto"]:has([data-component="slider-container"]) .image.not-prose [data-oya-image],[data-component="text-media"] [data-img-wrap-breakpoint][data-img-wrap-breakpoint="lg"][data-img-wrap-width][data-img-wrap-width="auto"]:has(.backend) .image.not-prose [data-oya-image] {

width: 100%
}
	[data-component="text-media"] [data-img-wrap-breakpoint][data-img-wrap-breakpoint="lg"][data-img-wrap-position="top"],[data-component="text-media"] [data-img-wrap-breakpoint][data-img-wrap-breakpoint="lg"][data-img-wrap-position="bottom"] {

display: grid
}
	[data-component="text-media"] [data-img-wrap-breakpoint][data-img-wrap-breakpoint="lg"][data-img-wrap-position="top"] .image.not-prose,[data-component="text-media"] [data-img-wrap-breakpoint][data-img-wrap-breakpoint="lg"][data-img-wrap-position="bottom"] .image.not-prose {

margin: 0px;

display: flex;

width: 100%;

max-width: none;

justify-content: center
}
	[data-component="text-media"] [data-img-wrap-breakpoint][data-img-wrap-breakpoint="lg"][data-img-wrap-position="left"] .image.not-prose {

float: left;

margin: 0px;

margin-bottom: 2rem;

margin-right: 2rem
}
	[data-component="text-media"] [data-img-wrap-breakpoint][data-img-wrap-breakpoint="lg"][data-img-wrap-position="right"] .image.not-prose {

float: right;

margin: 0px;

margin-bottom: 2rem;

margin-left: 2rem
}
			}

@media not all and (min-width: 1280px) {[data-component="text-media"] [data-img-wrap-breakpoint][data-img-wrap-breakpoint="xl"][data-img-wrap-height] .image.not-prose,[data-component="text-media"] [data-img-wrap-breakpoint][data-img-wrap-breakpoint="xl"][data-img-wrap-max-height] .image.not-prose {

height: var(--img-wrap-height);

max-height: var(--img-wrap-max-height,100%);

--image-height: var(--img-wrap-height)
}

			[data-component="text-media"] [data-img-wrap-breakpoint][data-img-wrap-breakpoint="xl"][data-img-wrap-height] .image.not-prose [data-oya-image],[data-component="text-media"] [data-img-wrap-breakpoint][data-img-wrap-breakpoint="xl"][data-img-wrap-max-height] .image.not-prose [data-oya-image] {

max-height: var(--img-wrap-max-height,100%);

-o-object-fit: cover;

   object-fit: cover
}
	[data-component="text-media"] [data-img-wrap-breakpoint][data-img-wrap-breakpoint="xl"][data-img-wrap-width] {

justify-items: center
}
	[data-component="text-media"] [data-img-wrap-breakpoint][data-img-wrap-breakpoint="xl"][data-img-wrap-width]:not([data-img-wrap-width="auto"]) .image.not-prose,[data-component="text-media"] [data-img-wrap-breakpoint][data-img-wrap-breakpoint="xl"][data-img-wrap-width][data-img-wrap-width="auto"]:has([data-component="slider-container"]) .image.not-prose,[data-component="text-media"] [data-img-wrap-breakpoint][data-img-wrap-breakpoint="xl"][data-img-wrap-width][data-img-wrap-width="auto"]:has(.backend) .image.not-prose {

width: calc(var(--img-wrap-width,1) * 100%)
}
	[data-component="text-media"] [data-img-wrap-breakpoint][data-img-wrap-breakpoint="xl"][data-img-wrap-width]:not([data-img-wrap-width="auto"]) .image.not-prose [data-oya-image],[data-component="text-media"] [data-img-wrap-breakpoint][data-img-wrap-breakpoint="xl"][data-img-wrap-width][data-img-wrap-width="auto"]:has([data-component="slider-container"]) .image.not-prose [data-oya-image],[data-component="text-media"] [data-img-wrap-breakpoint][data-img-wrap-breakpoint="xl"][data-img-wrap-width][data-img-wrap-width="auto"]:has(.backend) .image.not-prose [data-oya-image] {

width: 100%
}
	[data-component="text-media"] [data-img-wrap-breakpoint][data-img-wrap-breakpoint="xl"][data-img-wrap-position="top"],[data-component="text-media"] [data-img-wrap-breakpoint][data-img-wrap-breakpoint="xl"][data-img-wrap-position="bottom"] {

display: grid
}
	[data-component="text-media"] [data-img-wrap-breakpoint][data-img-wrap-breakpoint="xl"][data-img-wrap-position="top"] .image.not-prose,[data-component="text-media"] [data-img-wrap-breakpoint][data-img-wrap-breakpoint="xl"][data-img-wrap-position="bottom"] .image.not-prose {

margin: 0px;

display: flex;

width: 100%;

max-width: none;

justify-content: center
}
	[data-component="text-media"] [data-img-wrap-breakpoint][data-img-wrap-breakpoint="xl"][data-img-wrap-position="left"] .image.not-prose {

float: left;

margin: 0px;

margin-bottom: 2rem;

margin-right: 2rem
}
	[data-component="text-media"] [data-img-wrap-breakpoint][data-img-wrap-breakpoint="xl"][data-img-wrap-position="right"] .image.not-prose {

float: right;

margin: 0px;

margin-bottom: 2rem;

margin-left: 2rem
}
			}

@media not all and (min-width: 1480px) {[data-component="text-media"] [data-img-wrap-breakpoint] [data-img-wrap-breakpoint="2xl"][data-img-wrap-height] .image.not-prose,[data-component="text-media"] [data-img-wrap-breakpoint] [data-img-wrap-breakpoint="2xl"][data-img-wrap-max-height] .image.not-prose {

height: var(--img-wrap-height);

max-height: var(--img-wrap-max-height,100%);

--image-height: var(--img-wrap-height)
}

			[data-component="text-media"] [data-img-wrap-breakpoint] [data-img-wrap-breakpoint="2xl"][data-img-wrap-height] .image.not-prose [data-oya-image],[data-component="text-media"] [data-img-wrap-breakpoint] [data-img-wrap-breakpoint="2xl"][data-img-wrap-max-height] .image.not-prose [data-oya-image] {

max-height: var(--img-wrap-max-height,100%);

-o-object-fit: cover;

   object-fit: cover
}
	[data-component="text-media"] [data-img-wrap-breakpoint] [data-img-wrap-breakpoint="2xl"][data-img-wrap-width] {

justify-items: center
}
	[data-component="text-media"] [data-img-wrap-breakpoint] [data-img-wrap-breakpoint="2xl"][data-img-wrap-width]:not([data-img-wrap-width="auto"]) .image.not-prose,[data-component="text-media"] [data-img-wrap-breakpoint] [data-img-wrap-breakpoint="2xl"][data-img-wrap-width][data-img-wrap-width="auto"]:has([data-component="slider-container"]) .image.not-prose,[data-component="text-media"] [data-img-wrap-breakpoint] [data-img-wrap-breakpoint="2xl"][data-img-wrap-width][data-img-wrap-width="auto"]:has(.backend) .image.not-prose {

width: calc(var(--img-wrap-width,1) * 100%)
}
	[data-component="text-media"] [data-img-wrap-breakpoint] [data-img-wrap-breakpoint="2xl"][data-img-wrap-width]:not([data-img-wrap-width="auto"]) .image.not-prose [data-oya-image],[data-component="text-media"] [data-img-wrap-breakpoint] [data-img-wrap-breakpoint="2xl"][data-img-wrap-width][data-img-wrap-width="auto"]:has([data-component="slider-container"]) .image.not-prose [data-oya-image],[data-component="text-media"] [data-img-wrap-breakpoint] [data-img-wrap-breakpoint="2xl"][data-img-wrap-width][data-img-wrap-width="auto"]:has(.backend) .image.not-prose [data-oya-image] {

width: 100%
}
	[data-component="text-media"] [data-img-wrap-breakpoint] [data-img-wrap-breakpoint="2xl"][data-img-wrap-position="top"],[data-component="text-media"] [data-img-wrap-breakpoint] [data-img-wrap-breakpoint="2xl"][data-img-wrap-position="bottom"] {

display: grid
}
	[data-component="text-media"] [data-img-wrap-breakpoint] [data-img-wrap-breakpoint="2xl"][data-img-wrap-position="top"] .image.not-prose,[data-component="text-media"] [data-img-wrap-breakpoint] [data-img-wrap-breakpoint="2xl"][data-img-wrap-position="bottom"] .image.not-prose {

margin: 0px;

display: flex;

width: 100%;

max-width: none;

justify-content: center
}
	[data-component="text-media"] [data-img-wrap-breakpoint] [data-img-wrap-breakpoint="2xl"][data-img-wrap-position="left"] .image.not-prose {

float: left;

margin: 0px;

margin-bottom: 2rem;

margin-right: 2rem
}
	[data-component="text-media"] [data-img-wrap-breakpoint] [data-img-wrap-breakpoint="2xl"][data-img-wrap-position="right"] .image.not-prose {

float: right;

margin: 0px;

margin-bottom: 2rem;

margin-left: 2rem
}
			}
footer .footer-bottom-grid {
		/*@apply flex items-center justify-between gap-4; */
		display:
			grid;
		align-items:
			center;
		justify-content:
			space-between;
		gap:
			1rem;
	}@media not all and (min-width: 768px) {footer .footer-bottom-grid {
				text-align:
			center;
		}
}footer .footer-bottom-grid {

		grid-template:
			"links links"
			"copyright copyright";
	}

		@media (min-width: 768px) {footer .footer-bottom-grid {
			grid-template: "copyright links"
	}
		}

body.tourismus footer .footer-bottom-grid {
				grid-template:
					"links links"
					"copyright copyright"
					"firstImage secondImage";
			}

@media (min-width: 768px) {

body.tourismus footer .footer-bottom-grid {
					grid-template: "firstImage copyright secondImage links"
			}
				}
[data-module="column-container"] .frame-type-list .tx-ttaddress {
    height: 100%
}
			@media (min-width: 1024px) {
    [data-module="column-container"] .frame-type-list .tx-ttaddress .mail-full {
        display: none !important
    }
}
			@media (min-width: 1480px) {
    [data-module="column-container"] .frame-type-list .tx-ttaddress .mail-full {
        display: inline !important
    }
}
			@media (min-width: 1024px) {
    [data-module="column-container"] .frame-type-list .tx-ttaddress .mail-text {
        display: inline !important
    }
}
			@media (min-width: 1480px) {
    [data-module="column-container"] .frame-type-list .tx-ttaddress .mail-text {
        display: none !important
    }
}
			[data-module="column-container"] .frame-type-list .tx-ttaddress .tt_address_list {
    height: 100%
}
			[data-module="column-container"] .frame-type-list .tx-ttaddress .tt_address_list .tt_address_detail {
    height: 100%
}
			[data-module="column-container"] .frame-type-list .tx-ttaddress .tt_address_list .tt_address_detail section {
    height: 100%
}
			[data-module="column-container"] .frame-type-list .tx-ttaddress .tt_address_list .tt_address_detail section [data-component="container"] {
    height: 100%
}
			[data-module="column-container"] .frame-type-list .tx-ttaddress .tt_address_list .tt_address_detail section [data-component="container"] .prose {
    height: 100%
}
			[data-module="column-container"] .frame-type-list .tx-ttaddress .tt_address_list .tt_address_detail section [data-component="container"] .prose > div {
    height: 100%
}
.scrollbar-none {
	scrollbar-width: none; /* Firefox */
	-ms-overflow-style: none; /* IE and Edge */
}
[data-component="accordion"]:not(.custom) {
			margin-left: auto;
			margin-right: auto;
}

		[data-component="accordion"]:not(.custom) + [data-component="accordion"] {
			/* Abstand für direkt aufeinander folgende Accordions */
			margin-top: 0.625rem;
		}

		@media (min-width: 768px) {

			[data-component="accordion"]:not(.custom) + [data-component="accordion"] {
						margin-top: 1rem;
			}
}

		[data-component="accordion"]:not(.custom).open.gsap summary, [data-component="accordion"]:not(.custom)[open]:not(.gsap) summary {
			--tw-border-opacity: 1;
			border-color: var(--primary2, oklch(from var(--primary) l c h / var(--tw-border-opacity, 1)));
			--tw-bg-opacity: 1;
			background-color: var(--primary2, oklch(from var(--primary) l c h / var(--tw-bg-opacity, 1)));
			color: var(--primary-foreground, #fff);
}

		[data-component="accordion"]:not(.custom) .content {
			padding-top: 1.25rem;
			padding-bottom: 1.25rem;
}
	[data-component="accordion"] summary {
			display: inline-flex;
			width: 100%;
			cursor: pointer;
			-webkit-user-select: none;
			   -moz-user-select: none;
			        user-select: none;
			align-items: center;
			justify-content: space-between;
			line-height: 1;
}
	[data-component="accordion"] .content {
			overflow: hidden;
}
	[data-component="accordion"][data-theme="default"].open.gsap summary, [data-component="accordion"][data-theme="default"][open]:not(.gsap) summary {
			border-bottom-right-radius: 0px;
			border-bottom-left-radius: 0px;
}
	[data-component="accordion"][data-theme="default"] summary {
			border-radius: 0.5rem;
			border-width: 2px;
			border-color: currentColor;
			padding-left: 1rem;
			padding-right: 1rem;
			padding-top: 1rem;
			padding-bottom: 1rem;
			transition-property: all;
			transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
			transition-duration: 150ms;
}
	[data-component="accordion"][data-theme="default"] summary:hover {
			--tw-border-opacity: 1;
			border-color: var(--primary2, oklch(from var(--primary) l c h / var(--tw-border-opacity, 1)));
			--tw-bg-opacity: 1;
			background-color: var(--primary2, oklch(from var(--primary) l c h / var(--tw-bg-opacity, 1)));
			color: var(--primary-foreground, #fff);
}
	[data-component="accordion"][data-theme="default"] summary:focus-within {
			--tw-border-opacity: 1;
			border-color: var(--primary2, oklch(from var(--primary) l c h / var(--tw-border-opacity, 1)));
			--tw-bg-opacity: 1;
			background-color: var(--primary2, oklch(from var(--primary) l c h / var(--tw-bg-opacity, 1)));
			color: var(--primary-foreground, #fff);
}
	[data-component="accordion"][data-theme="default"] .content {
			border-bottom-right-radius: 0.5rem;
			border-bottom-left-radius: 0.5rem;
			border-width: 2px;
			border-top-width: 0px;
			--tw-border-opacity: 1;
			border-color: rgb(31 31 31 / var(--tw-border-opacity, 1));
			padding-left: 2rem;
			padding-right: 2rem;
}
	[data-component="accordion"]:not(.open).gsap .content {
			height: 0px;
			border-top-width: 0px;
			border-bottom-width: 0px;
			padding-top: 0px;
			padding-bottom: 0px;
			opacity: 0;
}

/* Icon */
[data-component="accordion"].open.gsap [data-component="summary-icon"] .icon-part:nth-of-type(2), [data-component="accordion"][open]:not(.gsap) [data-component="summary-icon"] .icon-part:nth-of-type(2) {
			--tw-rotate: -90deg;
			transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
[data-component="accordion"] [data-component="summary-icon"] {
			position: relative;
			width: 1rem;
			height: 1rem;
}
[data-component="accordion"] [data-component="summary-icon"] .icon-part {
			position: absolute;
			left: 50%;
			top: 50%;
			height: 1rem;
			width: 2px;
			--tw-translate-x: -50%;
			--tw-translate-y: -50%;
			transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
			background-color: currentColor;
			transition-property: transform;
			transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
			transition-duration: 150ms;
			--tw-content: '';
			content: var(--tw-content);
}
[data-component="accordion"] [data-component="summary-icon"] .icon-part:first-of-type {
			--tw-rotate: 90deg;
			transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
[data-component="container"] {
		position: relative;
}@media not all and (min-width: 768px) {[data-component="container"] {
				max-width: 100%;
		}
}

	[data-component="container"]:not(.overhang) {
		width: 100%;
}

	@media (min-width: 480px) {[data-component="container"]:not(.overhang) {
				max-width: 480px;
		}
}

	@media (min-width: 640px) {[data-component="container"]:not(.overhang) {
				max-width: 640px;
		}
}

	@media (min-width: 768px) {[data-component="container"]:not(.overhang) {
				max-width: 768px;
		}
}

	@media (min-width: 1024px) {[data-component="container"]:not(.overhang) {
				max-width: 1024px;
		}
}

	@media (min-width: 1280px) {[data-component="container"]:not(.overhang) {
				max-width: 1280px;
		}
}

	@media (min-width: 1480px) {[data-component="container"]:not(.overhang) {
				max-width: 1480px;
		}
}

	[data-component="container"]:not(.no-padding) {
		padding-left: 1.25rem;
		padding-right: 1.25rem;
}

	[data-component="container"]:not(.no-center) {
		margin-left: auto;
		margin-right: auto;
}

	[data-component="container"].full-width {
		max-width: 100%;
}

	[data-component="container"].overhang {
		--container-padding: 1.25rem;
		--container-padding-double: calc(var(--container-padding) * 2);

		--max-width-base: calc(100% - var(--container-padding-double));
		--max-width-xs: calc(480px - var(--container-padding-double));
		--max-width-sm: calc(640px - var(--container-padding-double));
		--max-width-md: calc(768px - var(--container-padding-double));
		--max-width-lg: calc(1024px - var(--container-padding-double));
		--max-width-xl: calc(1280px - var(--container-padding-double));
		--max-width-2xl: calc(1480px - var(--container-padding-double));

		--content-width: var(--max-width-base);
	}

	@media (min-width: 640px) {[data-component="container"].overhang {
				--content-width: var(--max-width-sm);
		}
}

	@media (min-width: 768px) {[data-component="container"].overhang {
				--content-width: var(--max-width-md);
		}
}

	@media (min-width: 1024px) {[data-component="container"].overhang {
				--content-width: var(--max-width-lg);
		}
}

	@media (min-width: 1280px) {[data-component="container"].overhang {
				--content-width: var(--max-width-xl);
		}
}

	@media (min-width: 1480px) {[data-component="container"].overhang {
				--content-width: var(--max-width-2xl);
		}
}

	[data-component="container"].overhang {
		display: grid;
		max-width: min(1920px,100%);
		padding-left: 0px;
		padding-right: 0px;

		grid-template-columns:
			[full-width-start] 1fr
			[content-start] repeat(12, calc(var(--content-width) / 12))
			[content-end] 1fr
			[full-width-end];
}
[data-component="main-section"] {
	--section-pt: var(--spacing-1);
	--section-pb: var(--spacing-1);
	--section-pt-first: var(--spacing-4);
	--section-pb-last: var(--spacing-4);

	--spacing-0: 0;
	--spacing-1: 2.5rem; /* 40px */
	--spacing-1-mobile: 1.75rem; /* 28px */
	--spacing-2: 3.125rem; /* 50px */
	--spacing-2-mobile: 2.5rem /* 40px */;
	--spacing-3: 4.5rem; /* 72px */
	--spacing-3-mobile: 3rem; /* 48px */
	--spacing-4: 6rem; /* 96px */
	--spacing-4-mobile: 3rem; /* 48px */
	--spacing-5: 10rem; /* 160px */
	--spacing-5-mobile: 4rem; /* 64px */
	--spacing-6: 13rem; /* 208px */
	--spacing-6-mobile: 6rem; /* 96px */
	--spacing-7: 13rem; /* 208px */
	--spacing-7-mobile: 7.125rem; /* 114px */
	--spacing-8: 13rem; /* 208px */
	--spacing-8-mobile: 7.125rem; /* 114px */
	--spacing-9: 13rem; /* 208px */
	--spacing-9-mobile: 7.125rem; /* 114px */
	--spacing-10: 13rem; /* 208px */
	--spacing-10-mobile: 7.125rem;
} /* 114px */

	[data-component="main-section"][data-pt][data-pt="0"] {
			--section-pt: var(--spacing-0);
		}

	[data-component="main-section"][data-pt][data-pt="1"] {
			--section-pt: var(--spacing-1-mobile);
		}

	@media (min-width: 1024px) {

	[data-component="main-section"][data-pt][data-pt="1"] {
				--section-pt: var(--spacing-1)
		}
			}

	[data-component="main-section"][data-pt][data-pt="2"] {
			--section-pt: var(--spacing-2-mobile);
		}

	@media (min-width: 1024px) {

	[data-component="main-section"][data-pt][data-pt="2"] {
				--section-pt: var(--spacing-2)
		}
			}

	[data-component="main-section"][data-pt][data-pt="3"] {
			--section-pt: var(--spacing-3-mobile);
		}

	@media (min-width: 1024px) {

	[data-component="main-section"][data-pt][data-pt="3"] {
				--section-pt: var(--spacing-3)
		}
			}

	[data-component="main-section"][data-pt][data-pt="4"] {
			--section-pt: var(--spacing-4-mobile);
		}

	@media (min-width: 1024px) {

	[data-component="main-section"][data-pt][data-pt="4"] {
				--section-pt: var(--spacing-4)
		}
			}

	[data-component="main-section"][data-pt][data-pt="5"] {
			--section-pt: var(--spacing-5-mobile);
		}

	@media (min-width: 1024px) {

	[data-component="main-section"][data-pt][data-pt="5"] {
				--section-pt: var(--spacing-5)
		}
			}

	[data-component="main-section"][data-pt][data-pt="6"] {
			--section-pt: var(--spacing-6-mobile);
		}

	@media (min-width: 1024px) {

	[data-component="main-section"][data-pt][data-pt="6"] {
				--section-pt: var(--spacing-6)
		}
			}

	[data-component="main-section"][data-pt][data-pt="7"] {
			--section-pt: var(--spacing-7-mobile);
		}

	@media (min-width: 1024px) {

	[data-component="main-section"][data-pt][data-pt="7"] {
				--section-pt: var(--spacing-7)
		}
			}

	[data-component="main-section"][data-pt][data-pt="8"] {
			--section-pt: var(--spacing-8-mobile);
		}

	@media (min-width: 1024px) {

	[data-component="main-section"][data-pt][data-pt="8"] {
				--section-pt: var(--spacing-8)
		}
			}

	[data-component="main-section"][data-pt][data-pt="9"] {
			--section-pt: var(--spacing-9-mobile);
		}

	@media (min-width: 1024px) {

	[data-component="main-section"][data-pt][data-pt="9"] {
				--section-pt: var(--spacing-9)
		}
			}

	[data-component="main-section"][data-pt][data-pt="10"] {
			--section-pt: var(--spacing-10-mobile);
		}

	@media (min-width: 1024px) {

	[data-component="main-section"][data-pt][data-pt="10"] {
				--section-pt: var(--spacing-10)
		}
			}

	[data-component="main-section"][data-pb][data-pb="0"] {
			--section-pb: var(--spacing-0);
		}

	[data-component="main-section"][data-pb][data-pb="1"] {
			--section-pb: var(--spacing-1-mobile);
		}

	@media (min-width: 1024px) {

	[data-component="main-section"][data-pb][data-pb="1"] {
				--section-pb: var(--spacing-1)
		}
			}

	[data-component="main-section"][data-pb][data-pb="2"] {
			--section-pb: var(--spacing-2-mobile);
		}

	@media (min-width: 1024px) {

	[data-component="main-section"][data-pb][data-pb="2"] {
				--section-pb: var(--spacing-2)
		}
			}

	[data-component="main-section"][data-pb][data-pb="3"] {
			--section-pb: var(--spacing-3-mobile);
		}

	@media (min-width: 1024px) {

	[data-component="main-section"][data-pb][data-pb="3"] {
				--section-pb: var(--spacing-3)
		}
			}

	[data-component="main-section"][data-pb][data-pb="4"] {
			--section-pb: var(--spacing-4-mobile);
		}

	@media (min-width: 1024px) {

	[data-component="main-section"][data-pb][data-pb="4"] {
				--section-pb: var(--spacing-4)
		}
			}

	[data-component="main-section"][data-pb][data-pb="5"] {
			--section-pb: var(--spacing-5-mobile);
		}

	@media (min-width: 1024px) {

	[data-component="main-section"][data-pb][data-pb="5"] {
				--section-pb: var(--spacing-5)
		}
			}

	[data-component="main-section"][data-pb][data-pb="6"] {
			--section-pb: var(--spacing-6-mobile);
		}

	@media (min-width: 1024px) {

	[data-component="main-section"][data-pb][data-pb="6"] {
				--section-pb: var(--spacing-6)
		}
			}

	[data-component="main-section"][data-pb][data-pb="7"] {
			--section-pb: var(--spacing-7-mobile);
		}

	@media (min-width: 1024px) {

	[data-component="main-section"][data-pb][data-pb="7"] {
				--section-pb: var(--spacing-7)
		}
			}

	[data-component="main-section"][data-pb][data-pb="8"] {
			--section-pb: var(--spacing-8-mobile);
		}

	@media (min-width: 1024px) {

	[data-component="main-section"][data-pb][data-pb="8"] {
				--section-pb: var(--spacing-8)
		}
			}

	[data-component="main-section"][data-pb][data-pb="9"] {
			--section-pb: var(--spacing-9-mobile);
		}

	@media (min-width: 1024px) {

	[data-component="main-section"][data-pb][data-pb="9"] {
				--section-pb: var(--spacing-9)
		}
			}

	[data-component="main-section"][data-pb][data-pb="10"] {
			--section-pb: var(--spacing-10-mobile);
		}

	@media (min-width: 1024px) {

	[data-component="main-section"][data-pb][data-pb="10"] {
				--section-pb: var(--spacing-10)
		}
			}

[data-component="main-section"] {
	position: relative;

	/* Abstände */

	padding-bottom: var(--section-pb);

	padding-top: var(--section-pt);

	/* Hintergrundfarbe */

	background-color: var(--bg-color);
}

[data-component="main-section"].bg-fixed {
		clip-path: inset(0);
	}

[data-component="main-section"].bg-fixed [data-oya-image] {
	position: fixed;
	height: 100lvh;
}

body > main > [data-component="main-section"]:not(.ignore-first-and-last-padding):not([data-module="column-container"]) {
	}
:where(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) {

    margin-bottom: .5em;

    font-family: 'Lato', regular;

    font-weight: 700;

    --tw-text-opacity: 1;

    color: var(--primary2, oklch(from var(--primary) l c h / var(--tw-text-opacity, 1)));
}

.base-h1 {

    font-size: 1.25rem;

    line-height: 1.5;
}

@media (min-width: 1024px) {

    .base-h1 {

        font-size: 2.5rem;

        line-height: 1.2;
    }
}

.base-h2 {

    font-size: 1.25rem;

    line-height: 1.5;
}

@media (min-width: 1024px) {

    .base-h2 {

        font-size: 2.5rem;

        line-height: 1.2;
    }
}

.base-h3 {

    font-size: 1.125rem;

    line-height: 1.2;
}

@media (min-width: 1024px) {

    .base-h3 {

        font-size: 1.75rem;

        line-height: 1.2;
    }
}

.base-h4 {

    font-size: 1rem;

    line-height: 1.2;
}

@media (min-width: 1024px) {

    .base-h4 {

        font-size: 1.25rem;

        line-height: 1.2;
    }
}

:where(.h1) {

    font-size: 1.25rem;

    line-height: 1.5;
}

@media (min-width: 1024px) {

    :where(.h1) {

        font-size: 2.5rem;

        line-height: 1.2;
    }
}

:where(.h2) {

    font-size: 1.25rem;

    line-height: 1.5;
}

@media (min-width: 1024px) {

    :where(.h2) {

        font-size: 2.5rem;

        line-height: 1.2;
    }
}

:where(.h3) {

    font-size: 1.125rem;

    line-height: 1.2;
}

@media (min-width: 1024px) {

    :where(.h3) {

        font-size: 1.75rem;

        line-height: 1.2;
    }
}

:where(.h4) {

    font-size: 1rem;

    line-height: 1.2;
}

@media (min-width: 1024px) {

    :where(.h4) {

        font-size: 1.25rem;

        line-height: 1.2;
    }
}

@media not all and (min-width: 1024px) {

    .prose {

        font-size: 1rem;

        line-height: 1.5;
    }

    .prose :where(h1, .h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        font-size: 1.25rem;

        line-height: 1.5;
    }

    .prose {

        font-size: 1rem;

        line-height: 1.5;
    }

    .prose :where(h1, .h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        font-size: 1.25rem;

        line-height: 1.5;
    }

    .prose :where(h2, .h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        font-size: 1.25rem;

        line-height: 1.5;
    }

    .prose {

        font-size: 1rem;

        line-height: 1.5;
    }

    .prose :where(h1, .h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        font-size: 1.25rem;

        line-height: 1.5;
    }

    .prose :where(h2, .h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        font-size: 1.25rem;

        line-height: 1.5;
    }

    .prose :where(h3, .h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        font-size: 1.125rem;

        line-height: 1.2;
    }

    .prose {

        font-size: 1rem;

        line-height: 1.5;
    }

    .prose :where(h1, .h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        font-size: 1.25rem;

        line-height: 1.5;
    }

    .prose :where(h2, .h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        font-size: 1.25rem;

        line-height: 1.5;
    }

    .prose :where(h3, .h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        font-size: 1.125rem;

        line-height: 1.2;
    }

    .prose :where(h4, .h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        font-size: 1rem;

        line-height: 1.2;
    }
}

.footer-big-heading {

    margin-bottom: 1rem;

    font-size: 1.5rem;

    line-height: 1.52;

    font-weight: 700;

    --tw-text-opacity: 1;

    color: var(--primary2, oklch(from var(--primary) l c h / var(--tw-text-opacity, 1)));
}

@media (min-width: 1024px) {

    .footer-big-heading {

        margin-bottom: 2.75rem;

        font-size: 2rem;

        line-height: 1.2;
    }
}

.menu-main-font {

    font-size: 18px;

    line-height: 1.2;
}

@media (min-width: 1024px) {

    .menu-main-font {

        font-size: 2.5rem;

        line-height: 48px;
    }
}

.menu-sub-font {

    font-size: 1rem;

    line-height: 1.2;
}

@media (min-width: 1024px) {

    .menu-sub-font {

        font-size: 1.5rem;

        line-height: 29px;
    }
}

.page-header-title {

    font-size: 1.5rem;

    line-height: 1.2;
}

@media (min-width: 1024px) {

    .page-header-title {

        font-size: 3.5rem;

        line-height: 1.2;
    }
}

body.gemeinde [data-component="page-header"]:not([data-header-type="small"]) .page-header-title {

    font-size: 1rem;

    line-height: 1.2;
}

@media (min-width: 1024px) {

    body.gemeinde [data-component="page-header"]:not([data-header-type="small"]) .page-header-title {

        font-size: 2rem;

        line-height: 1.2;
    }
}

[data-component="page-header"][data-header-type="small"] .page-header-title {

    font-weight: 300;
}

[data-component="page-header"][data-header-type="small"] .page-header-title > * {

    font-weight: 400;
}

.page-header-title-special {

    font-family: 'Dancing Script Variable', serif;

    font-size: 2.5rem;

    line-height: 1;
}

@media (min-width: 1024px) {

    .page-header-title-special {

        font-size: 6.25rem;

        line-height: 1;
    }
}

[data-component="page-header"][data-header-type="small"] .page-header-title-special {

    font-size: 3.125rem;

    line-height: 1;
}

@media (min-width: 1024px) {

    [data-component="page-header"][data-header-type="small"] .page-header-title-special {

        font-size: 4rem;

        line-height: 1;
    }
}

.zitat {

    font-family: 'Dancing Script Variable', serif;

    font-size: 1.5rem;

    line-height: 1.2;
}

@media (min-width: 1024px) {

    .zitat {

        font-size: 3.5rem;

        line-height: 1.2;
    }
}

[data-component="text-header"] {

    margin-bottom: 1rem;
}

@media (min-width: 1024px) {

    [data-component="text-header"] {

        margin-bottom: 3rem;
    }
}

[data-component="text-header"] > * {

    margin-top: 0px;

    margin-bottom: 0px;

    width: -moz-fit-content;

    width: fit-content;

    text-decoration-line: none;
}

[data-component="text-header"][data-align="left"] > * {

    margin-right: auto;

    text-align: left;
}

[data-component="text-header"][data-align="center"] > * {

    margin-left: auto;

    margin-right: auto;

    text-align: center;
}

[data-component="text-header"][data-align="right"] > * {

    margin-left: auto;

    text-align: right;
}
.welcome-grid {
	--image-aspect: auto;
	display: grid;
	-moz-column-gap: 0.25rem;
	     column-gap: 0.25rem;
	row-gap: 1rem;
}@media (min-width: 640px) {.welcome-grid {
		-moz-column-gap: 1rem;
		     column-gap: 1rem;
		row-gap: 2rem;
	}
}@media (min-width: 1024px) {.welcome-grid {
		-moz-column-gap: 1.5rem;
		     column-gap: 1.5rem;
		row-gap: 3rem;
	}
}.welcome-grid {

	grid-template-columns: [text-start image1-start] 1fr 1fr [image1-end image2-start] 1fr [image2-end text-end];
	grid-template-rows: [text-start] auto [text-end image2-start image1-start] auto [image2-end image1-end];
}

	@media (min-width: 768px) {.welcome-grid {
		grid-template-columns: [text-start image1-start] 1fr 1fr [text-end image1-end image2-start] 1fr [image2-end];
		grid-template-rows: [text-start image2-start] auto [text-end image1-start] auto [image2-end image1-end]
}
	}

	.welcome-grid [data-grid-area="text"] {
		grid-area: text;
	}

	.welcome-grid [data-grid-area="image1"] {
	height: 300px;
}

	@media (min-width: 1024px) {.welcome-grid [data-grid-area="image1"] {
		height: 440px;
	}
}

	.welcome-grid [data-grid-area="image1"] {
		grid-area: image1;
	}

	.welcome-grid [data-grid-area="image2"] {
		grid-area: image2;
	}
[data-component="column-container"] {
	--gap-horizontal: 1.5rem;
	--gap-vertical: 2.5rem;

	--columns-base: 1;
	--columns-max: var(--columns-base);

	--columns-xs: var(--columns-base);
	--columns-sm: var(--columns-xs);
	--columns-md: var(--columns-sm);
	--columns-lg: var(--columns-max, --columns-md);
	--columns-xl: var(--columns-lg);
	--columns-2xl: var(--columns-xl);

	--final-columns-base: var(--custom-columns-base, repeat(var(--columns-base), minmax(0, 1fr)));
	--final-columns-xs: var(--custom-columns-xs, var(--custom-columns-base, repeat(var(--columns-xs), minmax(0, 1fr))));
	--final-columns-sm: var(
		--custom-columns-sm,
		var(--custom-columns-xs, var(--custom-columns-base, repeat(var(--columns-sm), minmax(0, 1fr))))
	);
	--final-columns-md: var(
		--custom-columns-md,
		var(
			--custom-columns-sm,
			var(--custom-columns-xs, var(--custom-columns-base, repeat(var(--columns-md), minmax(0, 1fr))))
		)
	);
	--final-columns-lg: var(
		--custom-columns-lg,
		var(
			--custom-columns-md,
			var(
				--custom-columns-sm,
				var(--custom-columns-xs, var(--custom-columns-base, repeat(var(--columns-lg), minmax(0, 1fr))))
			)
		)
	);
	--final-columns-xl: var(
		--custom-columns-xl,
		var(
			--custom-columns-lg,
			var(
				--custom-columns-md,
				var(
					--custom-columns-sm,
					var(--custom-columns-xs, var(--custom-columns-base, repeat(var(--columns-xl), minmax(0, 1fr))))
				)
			)
		)
	);
	--final-columns-2xl: var(
		--custom-columns-2xl,
		var(
			--custom-columns-xl,
			var(
				--custom-columns-lg,
				var(
					--custom-columns-md,
					var(
						--custom-columns-sm,
						var(--custom-columns-xs, var(--custom-columns-base, repeat(var(--columns-2xl), minmax(0, 1fr))))
					)
				)
			)
		)
	);
	display: grid;
	justify-content: center;
	-moz-column-gap: var(--gap-horizontal);
	     column-gap: var(--gap-horizontal);
	row-gap: var(--gap-vertical);
	grid-template-columns: var(--final-columns-base);
}@media not all and (min-width: 640px) {@media (min-width: 480px) {[data-component="column-container"] {
			grid-template-columns: var(--final-columns-xs);
		}
	}
}@media not all and (min-width: 768px) {@media (min-width: 640px) {[data-component="column-container"] {
			grid-template-columns: var(--final-columns-sm);
		}
	}
}@media not all and (min-width: 1024px) {@media (min-width: 768px) {[data-component="column-container"] {
			grid-template-columns: var(--final-columns-md);
		}
	}
}@media not all and (min-width: 1280px) {@media (min-width: 1024px) {[data-component="column-container"] {
			grid-template-columns: var(--final-columns-lg);
		}
	}
}@media not all and (min-width: 1480px) {@media (min-width: 1280px) {[data-component="column-container"] {
			grid-template-columns: var(--final-columns-xl);
		}
	}
}@media (min-width: 1480px) {[data-component="column-container"] {
		grid-template-columns: var(--final-columns-2xl);
	}
}

	/* Horizontale Ausrichtung der Spalten */

	[data-component="column-container"][class*="horizontal-"].horizontal-left {
	justify-content: flex-start;
}

	[data-component="column-container"][class*="horizontal-"].horizontal-right {
	justify-content: flex-end;
}

	[data-component="column-container"][class*="horizontal-"].horizontal-between {
	justify-content: space-between;
}

	/* Vertikale Ausrichtung der Spalten */

	[data-component="column-container"][class*="vertical-"].vertical-center {
	align-items: center;
}

	[data-component="column-container"][class*="vertical-"].vertical-bottom {
	align-items: flex-end;
}

	[data-component="column-container"] > .column > [data-component="main-section"]:first-of-type {
	padding-top: 0px;
}

	[data-component="column-container"] > .column > [data-component="main-section"]:last-of-type {
	padding-bottom: 0px;
}

	[data-component="column-container"] > .column > [data-component="main-section"] > [data-component="container"] {
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
@media (min-width: 1280px) {
		[data-component="swiper"][data-config="news"] .swiper-slide {
				margin-top: 72px !important
		}

			[data-component="swiper"][data-config="news"] .swiper-slide:nth-of-type(1),
			[data-component="swiper"][data-config="news"] .swiper-slide:nth-of-type(2),
			[data-component="swiper"][data-config="news"] .swiper-slide:nth-of-type(3) {
				margin-top: 0px !important
		}
	}
