@charset "UTF-8";/*
! tailwindcss v3.4.0 | 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 */
  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,
[type='button'],
[type='reset'],
[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] {
  display: none;
}*, ::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:  ;
}::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:  ;
}.container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 37px;
  padding-left: 37px;
}@media (min-width: 480px){.container{
    max-width: 480px;
  }
}@media (min-width: 600px){.container{
    max-width: 600px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}@media (min-width: 782px){.container{
    max-width: 782px;
  }
}@media (min-width: 960px){.container{
    max-width: 960px;
    padding-right: 0rem;
    padding-left: 0rem;
  }
}@media (min-width: 1280px){.container{
    max-width: 1280px;
  }
}@media (min-width: 1530px){.container{
    max-width: 1530px;
  }
}.fixed{
  position: fixed;
}.absolute{
  position: absolute;
}.relative{
  position: relative;
}.-left-9{
  left: -2.25rem;
}.bottom-\[100px\]{
  bottom: 100px;
}.bottom-\[calc\(\(100\%-300px\)\/3\)\]{
  bottom: calc((100% - 300px) / 3);
}.left-0{
  left: 0px;
}.left-1\/2{
  left: 50%;
}.right-0{
  right: 0px;
}.right-1\/2{
  right: 50%;
}.right-4{
  right: 1rem;
}.top-0{
  top: 0px;
}.top-1{
  top: 0.25rem;
}.top-1\/2{
  top: 50%;
}.top-\[0\.5em\]{
  top: 0.5em;
}.top-\[190px\]{
  top: 190px;
}.top-\[60px\]{
  top: 60px;
}.top-\[62px\]{
  top: 62px;
}.top-\[70\%\]{
  top: 70%;
}.z-0{
  z-index: 0;
}.z-10{
  z-index: 10;
}.z-\[260\]{
  z-index: 260;
}.order-1{
  order: 1;
}.order-2{
  order: 2;
}.col-span-12{
  grid-column: span 12 / span 12;
}.col-span-2{
  grid-column: span 2 / span 2;
}.col-span-4{
  grid-column: span 4 / span 4;
}.col-span-6{
  grid-column: span 6 / span 6;
}.col-start-1{
  grid-column-start: 1;
}.col-start-2{
  grid-column-start: 2;
}.col-start-6{
  grid-column-start: 6;
}.col-start-7{
  grid-column-start: 7;
}.col-start-8{
  grid-column-start: 8;
}.col-start-9{
  grid-column-start: 9;
}.col-end-12{
  grid-column-end: 12;
}.col-end-13{
  grid-column-end: 13;
}.col-end-2{
  grid-column-end: 2;
}.col-end-5{
  grid-column-end: 5;
}.col-end-6{
  grid-column-end: 6;
}.m-8{
  margin: 2rem;
}.mx-4{
  margin-left: 1rem;
  margin-right: 1rem;
}.mx-auto{
  margin-left: auto;
  margin-right: auto;
}.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}.my-3{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}.-mb-1{
  margin-bottom: -0.25rem;
}.-ml-\[50vw\]{
  margin-left: -50vw;
}.-mr-\[50vw\]{
  margin-right: -50vw;
}.mb-1{
  margin-bottom: 0.25rem;
}.mb-12{
  margin-bottom: 3rem;
}.mb-2{
  margin-bottom: 0.5rem;
}.mb-4{
  margin-bottom: 1rem;
}.mb-5{
  margin-bottom: 1.25rem;
}.mb-8{
  margin-bottom: 2rem;
}.mb-\[1\.2em\]{
  margin-bottom: 1.2em;
}.mb-\[10px\]{
  margin-bottom: 10px;
}.mb-\[140px\]{
  margin-bottom: 140px;
}.mb-\[145px\]{
  margin-bottom: 145px;
}.mb-\[14px\]{
  margin-bottom: 14px;
}.mb-\[20px\]{
  margin-bottom: 20px;
}.mb-\[25px\]{
  margin-bottom: 25px;
}.mb-\[30px\]{
  margin-bottom: 30px;
}.mb-\[35px\]{
  margin-bottom: 35px;
}.mb-\[53px\]{
  margin-bottom: 53px;
}.mb-\[57px\]{
  margin-bottom: 57px;
}.mb-\[60px\]{
  margin-bottom: 60px;
}.ml-2{
  margin-left: 0.5rem;
}.ml-3{
  margin-left: 0.75rem;
}.ml-\[-4px\]{
  margin-left: -4px;
}.ml-\[25px\]{
  margin-left: 25px;
}.mr-11{
  margin-right: 2.75rem;
}.mr-2{
  margin-right: 0.5rem;
}.mr-4{
  margin-right: 1rem;
}.mr-\[46px\]{
  margin-right: 46px;
}.mt-1{
  margin-top: 0.25rem;
}.mt-1\.5{
  margin-top: 0.375rem;
}.mt-10{
  margin-top: 2.5rem;
}.mt-12{
  margin-top: 3rem;
}.mt-4{
  margin-top: 1rem;
}.mt-6{
  margin-top: 1.5rem;
}.mt-\[1\.4em\]{
  margin-top: 1.4em;
}.mt-\[100px\]{
  margin-top: 100px;
}.mt-\[10px\]{
  margin-top: 10px;
}.mt-\[118px\]{
  margin-top: 118px;
}.mt-\[120px\]{
  margin-top: 120px;
}.mt-\[15px\]{
  margin-top: 15px;
}.mt-\[16px\]{
  margin-top: 16px;
}.mt-\[30px\]{
  margin-top: 30px;
}.mt-\[34px\]{
  margin-top: 34px;
}.mt-\[40px\]{
  margin-top: 40px;
}.mt-\[57px\]{
  margin-top: 57px;
}.mt-\[76px\]{
  margin-top: 76px;
}.block{
  display: block;
}.inline-block{
  display: inline-block;
}.flex{
  display: flex;
}.inline-flex{
  display: inline-flex;
}.table{
  display: table;
}.grid{
  display: grid;
}.hidden{
  display: none;
}.aspect-\[23\/29\]{
  aspect-ratio: 23/29;
}.aspect-\[37\/46\]{
  aspect-ratio: 37/46;
}.aspect-\[7\/5\]{
  aspect-ratio: 7/5;
}.aspect-\[77\/50\]{
  aspect-ratio: 77/50;
}.aspect-square{
  aspect-ratio: 1 / 1;
}.aspect-video{
  aspect-ratio: 16 / 9;
}.h-0{
  height: 0px;
}.h-1{
  height: 0.25rem;
}.h-32{
  height: 8rem;
}.h-6{
  height: 1.5rem;
}.h-\[108px\]{
  height: 108px;
}.h-\[118px\]{
  height: 118px;
}.h-\[175px\]{
  height: 175px;
}.h-\[200px\]{
  height: 200px;
}.h-\[2em\]{
  height: 2em;
}.h-\[360px\]{
  height: 360px;
}.h-\[36px\]{
  height: 36px;
}.h-\[3px\]{
  height: 3px;
}.h-\[550px\]{
  height: 550px;
}.h-\[835px\]{
  height: 835px;
}.h-\[89px\]{
  height: 89px;
}.h-\[calc\(100vh-60px\)\]{
  height: calc(100vh - 60px);
}.h-\[calc\(100vh-62px\)\]{
  height: calc(100vh - 62px);
}.h-\[calc\(360px\+76px\)\]{
  height: calc(360px + 76px);
}.h-auto{
  height: auto;
}.h-full{
  height: 100%;
}.max-h-\[100px\]{
  max-height: 100px;
}.max-h-\[300px\]{
  max-height: 300px;
}.max-h-\[calc\(100vh-250px\)\]{
  max-height: calc(100vh - 250px);
}.min-h-screen{
  min-height: 100vh;
}.w-1\/2{
  width: 50%;
}.w-1\/4{
  width: 25%;
}.w-16{
  width: 4rem;
}.w-\[147px\]{
  width: 147px;
}.w-\[50vw\]{
  width: 50vw;
}.w-\[calc\(\(1530px-48px\)\/4\)\]{
  width: calc((1530px - 48px) / 4);
}.w-\[calc\(\(1530px-80px\)\/6\)\]{
  width: calc((1530px - 80px) / 6);
}.w-auto{
  width: auto;
}.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}.w-full{
  width: 100%;
}.w-screen{
  width: 100vw;
}.min-w-\[0\.25em\]{
  min-width: 0.25em;
}.max-w-\[150px\]{
  max-width: 150px;
}.max-w-\[200px\]{
  max-width: 200px;
}.max-w-\[300px\]{
  max-width: 300px;
}.max-w-\[800px\]{
  max-width: 800px;
}.max-w-\[80px\]{
  max-width: 80px;
}.max-w-\[calc\(100vw-46px\)\]{
  max-width: calc(100vw - 46px);
}.max-w-full{
  max-width: 100%;
}.max-w-sm{
  max-width: 24rem;
}.flex-1{
  flex: 1 1 0%;
}.flex-shrink-0{
  flex-shrink: 0;
}.flex-grow{
  flex-grow: 1;
}.-translate-x-\[50\%\]{
  --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));
}.-translate-y-\[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));
}.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));
}.translate-y-\[0px\]{
  --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));
}.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));
}.cursor-pointer{
  cursor: pointer;
}.resize{
  resize: both;
}.list-none{
  list-style-type: none;
}.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}.grid-cols-12{
  grid-template-columns: repeat(12, minmax(0, 1fr));
}.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}.grid-cols-4{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}.grid-cols-6{
  grid-template-columns: repeat(6, minmax(0, 1fr));
}.flex-row{
  flex-direction: row;
}.flex-col{
  flex-direction: column;
}.items-start{
  align-items: flex-start;
}.items-end{
  align-items: flex-end;
}.items-center{
  align-items: center;
}.justify-start{
  justify-content: flex-start;
}.justify-end{
  justify-content: flex-end;
}.justify-center{
  justify-content: center;
}.justify-between{
  justify-content: space-between;
}.justify-items-center{
  justify-items: center;
}.gap-4{
  gap: 1rem;
}.gap-x-16{
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}.gap-x-4{
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}.gap-x-8{
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}.gap-y-7{
  row-gap: 1.75rem;
}.space-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}.space-x-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}.space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}.overflow-hidden{
  overflow: hidden;
}.overflow-visible{
  overflow: visible;
}.hyphens-auto{
  hyphens: auto;
}.whitespace-nowrap{
  white-space: nowrap;
}.rounded{
  border-radius: 0.25rem;
}.border{
  border-width: 1px;
}.border-b{
  border-bottom-width: 1px;
}.border-l{
  border-left-width: 1px;
}.border-none{
  border-style: none;
}.border-primary{
  --tw-border-opacity: 1;
  border-color: rgb(14 165 233 / var(--tw-border-opacity));
}.bg-\[\#DDDDDD\]{
  --tw-bg-opacity: 1;
  background-color: rgb(221 221 221 / var(--tw-bg-opacity));
}.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(18 18 18 / var(--tw-bg-opacity));
}.bg-grau{
  --tw-bg-opacity: 1;
  background-color: rgb(221 221 221 / var(--tw-bg-opacity));
}.bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(14 165 233 / var(--tw-bg-opacity));
}.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}.object-left{
  -o-object-position: left;
     object-position: left;
}.p-0{
  padding: 0px;
}.p-4{
  padding: 1rem;
}.px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}.px-\[10px\]{
  padding-left: 10px;
  padding-right: 10px;
}.px-\[70px\]{
  padding-left: 70px;
  padding-right: 70px;
}.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}.py-\[5px\]{
  padding-top: 5px;
  padding-bottom: 5px;
}.py-\[85px\]{
  padding-top: 85px;
  padding-bottom: 85px;
}.pb-2{
  padding-bottom: 0.5rem;
}.pb-20{
  padding-bottom: 5rem;
}.pb-3{
  padding-bottom: 0.75rem;
}.pb-4{
  padding-bottom: 1rem;
}.pb-5{
  padding-bottom: 1.25rem;
}.pb-8{
  padding-bottom: 2rem;
}.pb-\[15px\]{
  padding-bottom: 15px;
}.pb-\[20px\]{
  padding-bottom: 20px;
}.pb-\[25px\]{
  padding-bottom: 25px;
}.pb-\[30px\]{
  padding-bottom: 30px;
}.pb-\[90px\]{
  padding-bottom: 90px;
}.pl-\[calc\(\(100vw-1530px\)\/2\)\]{
  padding-left: calc((100vw - 1530px) / 2);
}.pt-10{
  padding-top: 2.5rem;
}.pt-2{
  padding-top: 0.5rem;
}.pt-4{
  padding-top: 1rem;
}.pt-5{
  padding-top: 1.25rem;
}.pt-7{
  padding-top: 1.75rem;
}.pt-\[14px\]{
  padding-top: 14px;
}.pt-\[15px\]{
  padding-top: 15px;
}.pt-\[18px\]{
  padding-top: 18px;
}.pt-\[20px\]{
  padding-top: 20px;
}.pt-\[215px\]{
  padding-top: 215px;
}.pt-\[25px\]{
  padding-top: 25px;
}.pt-\[30px\]{
  padding-top: 30px;
}.pt-\[35px\]{
  padding-top: 35px;
}.pt-\[390px\]{
  padding-top: 390px;
}.pt-\[40px\]{
  padding-top: 40px;
}.pt-\[45px\]{
  padding-top: 45px;
}.pt-\[4px\]{
  padding-top: 4px;
}.pt-\[5px\]{
  padding-top: 5px;
}.pt-\[60px\]{
  padding-top: 60px;
}.pt-\[75px\]{
  padding-top: 75px;
}.text-left{
  text-align: left;
}.text-center{
  text-align: center;
}.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}.text-5xl{
  font-size: 3rem;
  line-height: 1;
}.text-\[100px\]{
  font-size: 100px;
}.text-\[10px\]{
  font-size: 10px;
}.text-\[12px\]{
  font-size: 12px;
}.text-\[15px\]{
  font-size: 15px;
}.text-\[16px\]{
  font-size: 16px;
}.text-\[18px\]{
  font-size: 18px;
}.text-\[20px\]{
  font-size: 20px;
}.text-\[22px\]{
  font-size: 22px;
}.text-\[24px\]{
  font-size: 24px;
}.text-\[25px\]{
  font-size: 25px;
}.text-\[28px\]{
  font-size: 28px;
}.text-\[30px\]{
  font-size: 30px;
}.text-\[36px\]{
  font-size: 36px;
}.text-\[43px\]{
  font-size: 43px;
}.text-\[45px\]{
  font-size: 45px;
}.text-\[55px\]{
  font-size: 55px;
}.text-\[60px\]{
  font-size: 60px;
}.text-\[80px\]{
  font-size: 80px;
}.text-\[8px\]{
  font-size: 8px;
}.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}.text-xxl{
  font-size: 1.5rem;
}.font-bold{
  font-weight: 700;
}.font-extrabold{
  font-weight: 800;
}.font-light{
  font-weight: 300;
}.font-normal{
  font-weight: 400;
}.uppercase{
  text-transform: uppercase;
}.leading-6{
  line-height: 1.5rem;
}.leading-\[1\.05em\]{
  line-height: 1.05em;
}.leading-\[1\.25em\]{
  line-height: 1.25em;
}.leading-\[1\.2em\]{
  line-height: 1.2em;
}.leading-\[1\.4em\]{
  line-height: 1.4em;
}.leading-\[14px\]{
  line-height: 14px;
}.leading-\[15px\]{
  line-height: 15px;
}.leading-\[18px\]{
  line-height: 18px;
}.leading-\[1em\]{
  line-height: 1em;
}.leading-\[20px\]{
  line-height: 20px;
}.leading-\[24px\]{
  line-height: 24px;
}.leading-\[25px\]{
  line-height: 25px;
}.leading-\[30px\]{
  line-height: 30px;
}.leading-none{
  line-height: 1;
}.leading-normal{
  line-height: 1.5;
}.leading-tight{
  line-height: 1.25;
}.-tracking-\[0\.01em\]{
  letter-spacing: -0.01em;
}.tracking-\[-0\.01em\]{
  letter-spacing: -0.01em;
}.tracking-\[0\.05em\]{
  letter-spacing: 0.05em;
}.tracking-normal{
  letter-spacing: 0em;
}.text-\[\#414141\]{
  --tw-text-opacity: 1;
  color: rgb(65 65 65 / var(--tw-text-opacity));
}.text-\[\#a7a7a7\]{
  --tw-text-opacity: 1;
  color: rgb(167 167 167 / var(--tw-text-opacity));
}.text-black{
  --tw-text-opacity: 1;
  color: rgb(18 18 18 / var(--tw-text-opacity));
}.text-grau{
  --tw-text-opacity: 1;
  color: rgb(221 221 221 / var(--tw-text-opacity));
}.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.underline{
  text-decoration-line: underline;
}.no-underline{
  text-decoration-line: none;
}.decoration-blue{
  text-decoration-color: #3f81b3;
}.decoration-red{
  text-decoration-color: #c54e5d;
}.decoration-sand{
  text-decoration-color: #d2bd7d;
}.decoration-\[1px\]{
  text-decoration-thickness: 1px;
}.underline-offset-4{
  text-underline-offset: 4px;
}.underline-offset-\[2px\]{
  text-underline-offset: 2px;
}.antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}.opacity-30{
  opacity: 0.3;
}.outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}.outline{
  outline-style: solid;
}.grayscale{
  --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);
}.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);
}.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.duration-300{
  transition-duration: 300ms;
}.duration-700{
  transition-duration: 700ms;
}.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}.alignfull{
  margin: 2rem calc(50% - 50vw) !important;
  max-width: 100vw !important;
  width: 100vw;
}.alignwide{
  margin: 2rem 0;
  max-width: 1280px !important;
}.alignnone{
  margin-left: 0px;
  margin-right: 0px;
  height: auto;
  max-width: 100%;
}.aligncenter{
  margin: 0.5rem auto;
  display: block;
}@media (min-width: 600px){.alignleft:not(.wp-block-button){
    margin-right: 0.5rem;
    float: left;
  }.alignright:not(.wp-block-button){
    margin-left: 0.5rem;
    float: right;
  }.wp-block-button.alignleft a{
    float: left;
    margin-right: 1rem;
  }.wp-block-button.alignright a{
    float: right;
    margin-left: 1rem;
  }
}.wp-caption{
  display: inline-block;
}.wp-caption img{
  margin-bottom: 0.5rem;
  line-height: 1;
}.wp-caption-text{
  font-size: 0.875rem;
  color: #718096;
}.\[text-decoration-thickness\:1px\]{
  text-decoration-thickness: 1px;
}/*--------------------------------------------------------------
# RESET CSS
--------------------------------------------------------------*/html, body {
  width: 100%;
}html {
  scroll-behavior: smooth;
}body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre,
form, fieldset, input, textarea, p, blockquote, th, td {
  padding: 0;
  margin: 0;
}main {
  flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
}body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow-x: hidden;
  margin-left: auto;
  margin-right: auto;
}*, ::before, ::after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}.no_scroll {
  overflow: hidden;
}a {
  text-decoration: none;
}table {
  border-spacing: 0;
}fieldset, img {
  border: 0;
}address, caption, cite, code, dfn, em, strong, th, var {
  font-weight: normal;
  font-style: normal;
}strong,
.strong {
  font-weight: bold;
}ol, ul {
  list-style: none;
  margin: 0;
  padding: 0;
}caption, th {
  text-align: left;
}q:before, q:after {
  content: "";
}abbr, acronym {
  border: 0;
}.img_100 img,
img.img_100 {
  width: 100%;
  height: auto;
}.img_max100 img,
img.img_max100 {
  max-width: 100%;
  height: auto;
}.offscreen {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*//* Text meant only for screen readers. */.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}/* Do not show the outline on the skip link target. */#content[tabindex="-1"]:focus {
  outline: 0;
}/*--------------------------------------------------------------
# TYPOGRAPHIE
--------------------------------------------------------------*/@font-face {
  font-family: "MessinaSans";
  src: url("/wp-content/themes/kaiserhaus/fonts/MessinaSans-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}@font-face {
  font-family: "MessinaSans";
  src: url("/wp-content/themes/kaiserhaus/fonts/MessinaSans-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}@font-face {
  font-family: "MessinaSans";
  src: url("/wp-content/themes/kaiserhaus/fonts/MessinaSans-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}body {
  color: #000;
  font-family: "MessinaSans";
  font-weight: 700;
  font-size: 15px;
  line-height: 1.5;
  font-variant-ligatures: no-common-ligatures;
}h1 {
  font-family: "MessinaSans";
  font-weight: normal;
  font-size: 18px;
  line-height: 1.2;
}@media (min-width: 768px) {
  h1 {
    font-size: 60px;
  }
}h2 {
  font-family: "MessinaSans";
  font-weight: normal;
  font-size: 18px;
  line-height: 1.2;
}@media (min-width: 768px) {
  h2 {
    font-size: 32px;
  }
}h3 {
  font-family: "MessinaSans";
  font-weight: normal;
  font-size: 24px;
  line-height: 1.2;
}h4 {
  font-family: "MessinaSans";
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
}h5 {
  font-family: "MessinaSans";
  font-weight: normal;
  font-size: 18px;
  line-height: 1.2;
}p {
  font-family: "MessinaSans";
  font-weight: 700;
  line-height: 1.5;
}p.gross, .gross p {
  font-size: 20px;
  line-height: 1.34615;
}p.klein, .klein p {
  font-size: 18px;
  line-height: 1.38;
}strong {
  font-family: "MessinaSans";
  font-weight: normal;
}.light {
  font-family: "MessinaSans";
  font-weight: normal;
}.bold {
  font-family: "MessinaSans";
  font-weight: normal;
}.std_text_style p + p, .std_text_style p + ul {
  margin-top: 20px;
}.std_text_style p + ul {
  margin-top: 20px;
}.std_text_style p + h2, .std_text_style p + h3, .std_text_style p + h4 {
  margin-top: 40px;
}.std_text_style h2 + p, .std_text_style h2 + ul, .std_text_style h3 + p, .std_text_style h3 + ul, .std_text_style h4 + ul, .std_text_style h4 + p {
  margin-top: 20px;
}.std_text_style ul + p {
  margin-top: 20px;
}.std_text_style ul + h2, .std_text_style ul + h3, .std_text_style ul + h4 {
  margin-top: 40px;
}.std_text_style ul {
  list-style: none;
  padding-left: 20px;
}.std_text_style ul li {
  position: relative;
  margin-bottom: 5px;
}.std_text_style ul li::before {
  content: "–";
  position: absolute;
  left: -20px;
}.hyphens {
  hyphens: auto;
}address {
  font-size: 21px;
}@media screen and (min-width: 768px) {
  body {
    font-size: 25px;
  }
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 36px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 24px;
  }
}@media screen and (min-width: 992px) {
  h2 {
    font-size: 60px;
  }
}/* ENDE TYPOGRAPHIE  ---------------------------------------------------------- */html {
  scrollbar-gutter: stable;
  background-color: #ffffff;
  overflow-y: scroll;
}::-webkit-scrollbar-track {
  background: #ffffff;
}/*--------------------------------------------------------------
# LINKS
--------------------------------------------------------------*/a, a:hover, a:focus, a:active, a:visited {
  color: #000;
  text-decoration: none;
}h2 > a:hover, h2 > a:focus, h2 > a:active, h2 > a:visited {
  border-bottom: none;
  -webkit-text-decoration: 3px underline;
          text-decoration: 3px underline;
}h2 > a::after {
  content: none !important;
}h4 > a {
  text-decoration: underline;
}h4 > a:hover, h4 > a:focus, h4 > a:active, h4 > a:visited {
  border-bottom: none;
  text-decoration: underline;
}.std_text_style p a,
.std_text_style ul li a {
  position: relative;
  text-decoration: none;
  border-bottom: 1px solid;
  transition: all 0.3s ease-in-out;
}.std_text_style p a:hover, .std_text_style p a:focus, .std_text_style p a:active, .std_text_style p a:visited,
.std_text_style ul li a:hover,
.std_text_style ul li a:focus,
.std_text_style ul li a:active,
.std_text_style ul li a:visited {
  text-decoration: none;
  border-bottom: 1px solid;
}/* ENDE LINKS  ---------------------------------------------------------- *//*--------------------------------------------------------------
# HEADER
--------------------------------------------------------------*/header {
  position: fixed;
  width: 100%;
  z-index: 1000;
  font-weight: 400;
  height: auto;
  overflow: hidden;
}header p {
  font-weight: 400;
}header .header-container{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  transition-property: all;
  transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}header .header-container.grau{
  --tw-bg-opacity: 1;
  background-color: rgb(221 221 221 / var(--tw-bg-opacity));
}header .header-container .header-relative{
  position: relative;
}.header__logo {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 5px;
  height: 19px !important;
}.header__logo .header__logo--inner {
  position: absolute;
  height: 14.5px !important;
  width: 150px;
  margin-left: 0;
  display: flex;
  justify-content: space-between;
  transition: all 1.5s ease-in-out;
  cursor: pointer;
}.header__logo .header__logo--inner img {
  width: auto;
  height: 100%;
}.header__logo .header__logo--inner.fullwidth-start {
  width: calc(100% - 55px);
}@media (min-width: 768px) {
  .header__logo .header__logo--inner.fullwidth-start {
    width: calc(100% - 136px);
  }
  .header__logo .header__logo--inner {
    width: 248px;
    height: 24px !important;
  }
  .header__logo {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 18px;
  }
}.header__newsticker{
  display: none;
  height: 1.5rem;
  width: 100%;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(18 18 18 / var(--tw-bg-opacity));
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}@media (min-width: 782px){.header__newsticker{
    height: 2.25rem;
    font-size: 20px;
  }
}.header__newsticker .header__newsticker__wrap{
  margin-right: 46px;
  display: inline-flex;
  max-width: calc(100vw - 46px);
  flex-direction: row;
  align-items: center;
  overflow: hidden;
}.header__newsticker .header__newsticker__wrap .header__newsticker__wrap__section{
  position: relative;
  margin: 0px;
  white-space: nowrap;
  padding: 0px;
}.header__newsticker .header__newsticker__wrap .header__newsticker__wrap__section .header__newsticker__entry{
  display: inline-block;
}.header__newsticker a{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-line: underline;
}.header__newsticker .header__newsticker__close{
  position: absolute;
  right: 1rem;
  top: 0.25rem;
  display: none;
  cursor: pointer;
}@media (min-width: 782px){.header__newsticker .header__newsticker__close{
    top: 0.625rem;
  }
}.header__newsticker.header__newsticker--opened{
  display: inline-flex;
  height: 1.5rem;
  --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));
}@media (min-width: 782px){.header__newsticker.header__newsticker--opened{
    height: 2.25rem;
  }
}.header__newsticker.header__newsticker--opened .header__newsticker__close{
  display: block;
}.header-container .hamburger-btn {
  width: 36px;
  height: 16px;
  position: relative;
  top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 260;
}@media (min-width: 768px) {
  .header-container .hamburger-btn {
    top: 24px;
  }
}.header-container .hamburger-btn .line {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #000;
  border-radius: 2px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}.header-container .hamburger-btn .line1 {
  top: 0;
}.header-container .hamburger-btn .line2 {
  top: 7px;
}.header-container .hamburger-btn .line3 {
  top: 14px;
}.header-container .hamburger-btn.is-active .line1, .header-container .hamburger-btn.is-active .line3 {
  height: 5px;
}.header-container .hamburger-btn.is-active .line1 {
  top: 7px;
  transform: rotate(28deg) scaleY(0.4);
}.header-container .hamburger-btn.is-active .line2 {
  opacity: 0;
  transform: scaleX(0.5);
}.header-container .hamburger-btn.is-active .line3 {
  top: 7px;
  transform: rotate(-28deg) scaleY(0.4);
}.header-container.grau .hamburger-btn {
  opacity: 1;
}@media screen and (max-width: 768px) {
  .header-container .hamburger-btn {
    width: 28px;
  }
  .header-container .hamburger-btn .line {
    height: 1px;
  }
}#primary-menu{
  padding-top: 1rem;
  padding-right: 2.5rem;
}#primary-menu ul{
  display: flex;
}#primary-menu ul li{
  margin-right: 2.75rem;
  display: inline-block;
}#primary-menu ul li a{
  font-size: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(65 65 65 / var(--tw-text-opacity));
}#primary-menu ul li a:hover{
  --tw-text-opacity: 1;
  color: rgb(167 167 167 / var(--tw-text-opacity));
}#primary-menu.show-primary-menu ul li{
  --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));
  opacity: 1;
}.header__menu-wrap {
  scrollbar-gutter: stable;
  margin-left: calc(-1 * var(--scrollbar-width, 0px));
  position: fixed;
  top: 62px;
  height: 0px;
  width: 100vw;
  overflow: hidden;
  overflow-y: auto;
  --tw-bg-opacity: 1;
  background-color: rgb(221 221 221 / var(--tw-bg-opacity));
  transition-property: all;
  transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}.header__menu-wrap.header__newsticker--opened{
  top: 60px;
}@media (min-width: 782px){.header__menu-wrap.header__newsticker--opened{
    top: 98px;
  }
}.header__menu-wrap.header__menu-wrap--show{
  height: calc(100vh - 62px);
}.header__menu-wrap.header__menu-wrap--show.header__newsticker--opened{
  height: calc(100vh - 60px);
}@media (min-width: 782px){.header__menu-wrap.header__menu-wrap--show.header__newsticker--opened{
    height: calc(100vh - 98px);
  }
}.header__menu-wrap .menu-hauptmenu-container, .header__menu-wrap .menu-hauptmenu-fr-container{
  margin-left: -4px;
  font-size: 55px;
  text-transform: uppercase;
  line-height: 1.2em;
}@media (min-width: 782px){.header__menu-wrap .menu-hauptmenu-container, .header__menu-wrap .menu-hauptmenu-fr-container{
    margin-left: -10px;
    font-size: 120px;
  }
}.header__menu-wrap .menu-hauptmenu-container li, .header__menu-wrap .menu-hauptmenu-fr-container li {
  opacity: 0;
  transform: translateY(500px);
  margin-bottom: 12px;
}@media (min-width: 768px) {
  .header__menu-wrap .menu-hauptmenu-container li, .header__menu-wrap .menu-hauptmenu-fr-container li {
    margin-bottom: 0;
  }
}.header__menu-wrap .menu-hauptmenu-fr-container{
  font-size: 43px;
}@media (min-width: 782px){.header__menu-wrap .menu-hauptmenu-fr-container{
    font-size: 120px;
  }
}.header__menu-wrap .menu-submenu-container, .header__menu-wrap .menu-submenu-fr-container{
  margin-top: 10px;
  font-size: 30px;
  line-height: 1.4em;
}@media (min-width: 782px){.header__menu-wrap .menu-submenu-container, .header__menu-wrap .menu-submenu-fr-container{
    margin-top: 25px;
    font-size: 40px;
  }
}.header__menu-wrap .menu-submenu-container li, .header__menu-wrap .menu-submenu-fr-container li {
  opacity: 0;
  transform: translateY(500px);
}.header__menu-wrap .menu-footermenu-container, .header__menu-wrap .menu-footermenu-fr-container{
  margin-top: 1.4em;
  font-size: 30px;
  line-height: 1.4em;
}@media (min-width: 782px){.header__menu-wrap .menu-footermenu-container, .header__menu-wrap .menu-footermenu-fr-container{
    margin-top: 1.1em;
    font-size: 40px;
  }
}.header__menu-wrap .menu-footermenu-container li, .header__menu-wrap .menu-footermenu-fr-container li {
  opacity: 0;
  transform: translateY(500px);
}.header__menu-wrap .header__menu-footer{
  position: absolute;
  left: 0px;
  bottom: 100px;
}.header__menu-wrap .header__menu-footer li{
  margin-right: 1.25rem;
  display: inline-block;
}.oeffnung-wrap {
  scrollbar-gutter: stable;
  padding-left: var(--scrollbar-width, 0px);
  max-height: 1rem;
  overflow: hidden;
  transition: max-height 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  background-color: #fff;
  color: #000;
}.oeffnung-wrap.invers {
  background-color: #000;
  color: #fff;
  transition: all 0.3s ease-in-out;
}.oeffnung-wrap.invers svg path {
  stroke: #fff;
}.oeffnung-wrap.invers.active {
  background-color: #fff;
  color: #000;
}.oeffnung-wrap.invers.active svg path {
  stroke: #000;
}@media (min-width: 768px) {
  .oeffnung-wrap {
    max-height: 1.25rem;
  }
}.oeffnung-wrap.footer__klapper {
  max-height: 2rem;
}.oeffnung-wrap .oeffnung-button {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin: 0;
}.oeffnung-wrap .oeffnung-button .oeffnung-icon {
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}.oeffnung-wrap .oeffnung-content {
  transition: none;
  min-height: calc(100vh - 62px);
  max-height: 100vh;
  overflow: auto;
}.oeffnung-wrap.active {
  max-height: 100vh;
  overflow: auto;
}.oeffnung-wrap.active .oeffnung-icon {
  transform: rotate(180deg);
}.no_scroll {
  overflow: hidden !important;
  height: 100vh;
}/* ENDE HEADER  ---------------------------------------------------------- *//*--------------------------------------------------------------
# BUTTONS
--------------------------------------------------------------*/.btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: none;
  padding: 12px 24px;
  font-size: 16px;
  line-height: 1;
  font-weight: normal;
  background-color: transparent;
  border-radius: 0;
  transition: all 0.15s ease-in-out;
}.btn_std {
  position: relative;
  margin: 0 5px;
  padding: 16px 32px;
  color: #fff;
  background-color: #000;
  border: none;
  font-family: "MessinaSans";
  font-size: 16px;
  line-height: 1;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0.05em;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  text-decoration: underline;
}.btn_std:hover, .btn_std:focus, .btn_std:active, .btn_std:visited {
  color: #fff;
  background-color: #000;
  text-decoration: underline;
}@media screen and (min-width: 992px) {
  .btn_std {
    font-size: 20px;
  }
}/* ENDE BUTTONS  ---------------------------------------------------------- *//*--------------------------------------------------------------
# CONTENT
--------------------------------------------------------------*/#content a,
.header__menu-wrap a,
footer a {
  position: relative;
  display: inline-block;
}#content a::after,
.header__menu-wrap a::after,
footer a::after {
  position: absolute;
  bottom: 2px;
  left: 0;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 250ms;
  background-color: black;
  width: 100%;
  height: 1px;
  content: "";
}#content a:hover::after,
.header__menu-wrap a:hover::after,
footer a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}.menu-hauptmenu-container a::after, .menu-hauptmenu-fr-container a::after {
  height: 4px;
  bottom: 4px;
}@media (min-width: 768px) {
  .menu-hauptmenu-container a::after, .menu-hauptmenu-fr-container a::after {
    bottom: 10px;
  }
}.menu-submenu-container a::after, .menu-submenu-fr-container a::after,
.menu-footermenu-container a::after, .menu-footermenu-fr-container a::after,
.header__copywrite a::after,
.language-switcher a::after {
  height: 2px;
}.hero__text a::after,
a.no-hover::after {
  display: none;
}footer a::after {
  background-color: white;
}footer a.aktiv::after {
  transform: scaleX(1);
}.current-menu-item a::after,
.language-switcher a.aktiv::after {
  transform: scaleX(1);
}.anker {
  scroll-margin-top: 120px;
}.hero__text{
  position: absolute;
  bottom: calc((100% - 300px) / 3);
  z-index: 10;
}.hero__text ul{
  list-style-type: none;
}.hero__text ul li{
  position: relative;
  font-size: 100px;
  font-weight: 400;
  line-height: 1.05em;
  --tw-text-opacity: 1;
  color: rgb(221 221 221 / var(--tw-text-opacity));
}.hero__text ul li a{
  position: relative;
  --tw-text-opacity: 1;
  color: rgb(221 221 221 / var(--tw-text-opacity));
}.hero__text ul li a:hover{
  --tw-text-opacity: 1;
  color: rgb(18 18 18 / var(--tw-text-opacity));
}.hero__text ul li a span{
  display: inline-block;
  min-width: 0.25em;
}.hero__text ul li .hero__text__aufzaehlung{
  position: absolute;
  left: -2.25rem;
  top: 0.5em;
  opacity: 0;
}@media screen and (max-width: 768px) {
  .hero__text{
    bottom: 50%;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}.hero__titel{
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  width: 100%;
  --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));
  text-align: center;
}.hero__titel h1{
  font-size: 60px;
  font-weight: 400;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(18 18 18 / var(--tw-text-opacity));
}@media (min-width: 782px){.hero__titel h1{
    font-size: 100px;
  }
}.hero__titel ul{
  display: flex;
  list-style-type: none;
  justify-content: center;
}.hero__titel ul li{
  display: inline-block;
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}.hero__titel ul li a{
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
}.lang-fr .hero__titel h1{
  font-size: 45px;
}@media (min-width: 782px){.lang-fr .hero__titel h1{
    font-size: 100px;
  }
}.lang-fr .hero-navigation a{
  font-size: 22px;
}@media (min-width: 782px){.lang-fr .hero-navigation a{
    font-size: 30px;
  }
}@media (min-width: 960px){.lang-fr .hero-navigation a{
    font-size: 40px;
  }
}@media (min-width: 1280px){.lang-fr .hero-navigation a{
    font-size: 55px;
  }
}@media (min-width: 1530px){.lang-fr .hero-navigation a{
    font-size: 70px;
  }
}@media screen and (min-width: 1830px) {
  .lang-fr .hero-navigation a{
    font-size: 80px;
  }
}.lang-fr .hero-navigation .text-outline::after{
  height: 3px;
}@media (min-width: 782px){.lang-fr .hero-navigation .text-outline::after{
    bottom: 4px !important;
  }
}@media (min-width: 960px){.lang-fr .hero-navigation .text-outline::after{
    height: 5px !important;
  }
}@media (min-width: 1280px){.lang-fr .hero-navigation .text-outline::after{
    height: 8px !important;
  }
}@media (min-width: 1530px){.lang-fr .hero-navigation .text-outline::after{
    bottom: 10px !important;
  }
}.lang-de .hero-navigation a{
  font-size: 22px;
}@media (min-width: 782px){.lang-de .hero-navigation a{
    font-size: 30px;
  }
}@media (min-width: 960px){.lang-de .hero-navigation a{
    font-size: 40px;
  }
}@media (min-width: 1280px){.lang-de .hero-navigation a{
    font-size: 60px;
  }
}@media (min-width: 1530px){.lang-de .hero-navigation a{
    font-size: 80px;
  }
}@media screen and (min-width: 1830px) {
  .lang-de .hero-navigation a{
    font-size: 100px;
  }
}.lang-de .hero-navigation .text-outline::after{
  height: 3px;
}@media (min-width: 782px){.lang-de .hero-navigation .text-outline::after{
    bottom: 4px !important;
  }
}@media (min-width: 960px){.lang-de .hero-navigation .text-outline::after{
    height: 5px !important;
  }
}@media (min-width: 1280px){.lang-de .hero-navigation .text-outline::after{
    height: 8px !important;
  }
}@media (min-width: 1530px){.lang-de .hero-navigation .text-outline::after{
    bottom: 10px !important;
  }
}.hero-slider .flickity-page-dots {
  bottom: 40px;
}.hero-slider .flickity-page-dots .dot {
  background-color: black;
  width: 17px;
  height: 17px;
  margin: 0 40px;
  border: 2px solid #ddd;
}@media screen and (max-width: 768px) {
  .hero-slider .flickity-page-dots {
    bottom: 16px;
  }
  .hero-slider .flickity-page-dots .dot {
    background-color: black;
    width: 9px;
    height: 9px;
    margin: 0 18px;
  }
}.text-outline {
  color: black;
  font-weight: 400;
  text-shadow: -1px -1px 0 #ddd, 1px -1px 0 #ddd, -1px 1px 0 #ddd, 1px 1px 0 #ddd;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
}.text-outline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  height: 8px;
  background: black;
  border: 1px solid #ddd;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1;
}.text-outline:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}.text-outline.aktiv::after {
  transform: scaleX(1);
  transform-origin: left !important;
}.text-outline:not(:hover)::after {
  transform-origin: right;
}.hero__titel .text-outline::after {
  display: none;
}@media screen and (max-width: 768px) {
  .text-outline::after {
    bottom: 3px;
    height: 3px;
  }
}.lead {
  text-align: center;
  font-size: 18px;
  font-weight: normal;
}.lead p {
  line-height: 24px;
  font-weight: normal;
  letter-spacing: -0.015em;
}.lead .lead__grafik {
  max-width: 330px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
}.lead.lead--padding {
  padding-top: 220px;
}@media (min-width: 768px) {
  .lead {
    line-height: 70px;
    font-size: 60px;
  }
  .lead p {
    line-height: 1.2;
  }
}@media screen and (max-width: 768px) {
  .lead {
    font-size: 18px;
  }
  .lead p {
    line-height: 24px;
    letter-spacing: 0;
  }
  .lead .lead__grafik {
    max-width: 103px;
    margin-top: 25px;
  }
}.linkblock {
  font-size: 15px;
}.linkblock.lead--padding {
  padding-top: 220px;
}@media (min-width: 768px) {
  .linkblock {
    font-size: 36px;
  }
}.teaser-gross .teaser-gross__background-left{
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 50vw;
}.teaser-gross .teaser-gross__background-right{
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  width: 50vw;
}.teaser-gross .teaser-gross__content-image-right{
  grid-column-start: 9;
  grid-column-end: 13;
  padding-top: 85px;
  padding-bottom: 85px;
}.teaser-gross .teaser-gross__content-image-left{
  grid-column-start: 1;
  grid-column-end: 5;
  padding-top: 85px;
  padding-bottom: 85px;
}.teaser-gross h2{
  font-size: 100px;
  font-weight: 400;
  text-transform: uppercase;
}.teaser-fullwidth{
  position: relative;
}.teaser-fullwidth .teaser-fullwidth__background{
  position: relative;
  height: 835px;
  width: 100%;
}.teaser-fullwidth .teaser-fullwidth__background img{
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}.teaser-fullwidth .teaser-fullwidth__background h2{
  font-size: 100px;
  font-weight: 400;
  text-transform: uppercase;
}.teaser-angebot{
  margin-bottom: 145px;
}.teaser-angebot .teaser-angebot__background-left{
  grid-column-start: 1;
  grid-column-end: 7;
}.teaser-angebot .teaser-angebot__background-left img{
  aspect-ratio: 77/50;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}.teaser-angebot .teaser-angebot__background-right{
  grid-column-start: 7;
  grid-column-end: 13;
}.teaser-angebot .teaser-angebot__background-right img{
  aspect-ratio: 77/50;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}.teaser-angebot .teaser-angebot__text-right{
  grid-column-start: 8;
  grid-column-end: 12;
  padding-top: 390px;
}.teaser-angebot .teaser-angebot__text-left{
  grid-column-start: 2;
  grid-column-end: 6;
  padding-top: 390px;
}.teaser-angebot h2{
  font-size: 100px;
  font-weight: 400;
  text-transform: uppercase;
}.teaser-angebot h3{
  padding-bottom: 2.5rem;
  font-size: 28px;
  font-weight: 400;
}.teaser-angebot p{
  font-weight: 400;
}.teaser-angebot .teaser-angebot__links{
  padding-top: 2.5rem;
}.teaser-angebot .teaser-angebot__links a{
  font-weight: 700;
}.stories-slider {
  /* Wenn wenige Bilder: mittig */
  /* Wenn viele Bilder: volle Breite nutzen */
}.stories-slider h2{
  margin-bottom: 60px;
  font-size: 100px;
  font-weight: 400;
  text-transform: uppercase;
}.stories-slider .carousel-cell .carusel-cell__titel h3{
  font-size: 25px;
  font-weight: 700;
}.stories-slider .carousel-cell .carusel-cell_button-mehr{
  padding-top: 0.5rem;
  text-align: center;
}.stories-slider .carousel-cell img{
  aspect-ratio: 37/46;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}.stories-slider .carousel-cell img:hover{
  cursor: pointer;
  opacity: 0.3;
}.stories-slider .js__stories-slider {
  /* Dynamische Breite je nach Inhalt */
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100vw;
  min-width: 100%;
}.stories-slider .js__stories-slider:has(.carousel-cell:nth-child(-n+3)) {
  margin: 0 auto;
}.stories-slider .js__stories-slider:has(.carousel-cell:nth-child(n+6)) {
  width: 100%;
}@media screen and (max-width: 768px) {
  .stories-slider h2{
    margin-bottom: 25px;
    font-size: 36px;
  }
  .stories-slider .carousel-cell .carusel-cell__titel h3{
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 700;
  }
}.agenda-slider h2{
  margin-bottom: 35px;
  font-size: 100px;
  font-weight: 400;
  text-transform: uppercase;
}.agenda-slider .carousel-cell .carusel-cell__titel h3{
  margin-bottom: 1.25rem;
  height: 2em;
  font-size: 15px;
  font-weight: 700;
}.agenda-slider .carousel-cell img{
  aspect-ratio: 1 / 1;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}.agenda-slider .carousel-cell .carusel-cell_button-mehr{
  padding-top: 0.5rem;
  text-align: left;
}.agenda-slider .carousel-cell img:hover{
  cursor: pointer;
  opacity: 0.3;
}.agenda-slider .filter-close{
  cursor: pointer;
}.agenda-slider .filter-close::before {
  content: "+ ";
}.agenda-slider .filter-close.active::before {
  content: "- ";
}.agenda-slider .filter-content {
  display: none;
}.agenda-slider .filter-buttons{
  display: flex;
  justify-content: center;
}.agenda-slider .filter-buttons li{
  position: relative;
  margin-left: 1rem;
  margin-right: 1rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}.agenda-slider .filter-buttons li::after {
  position: absolute;
  bottom: 2px;
  left: 0;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 250ms;
  background-color: white;
  width: 100%;
  height: 1px;
  content: "";
}.agenda-slider .filter-buttons li.active::after {
  transform: scaleX(1);
  transform-origin: left;
}.is-hidden {
  display: none !important;
}.flickity-prev-next-button.previous {
  top: inherit;
  bottom: -90px;
  left: calc(50% - 121px) !important;
  width: -moz-fit-content;
  width: fit-content;
}.flickity-prev-next-button.next {
  top: inherit;
  bottom: -90px;
  left: calc(50% + 38px) !important;
  width: -moz-fit-content;
  width: fit-content;
}.flickity-prev-next-button::after {
  position: absolute;
  top: 0;
  background-image: url("/wp-content/themes/kaiserhaus/img/next.svg") !important;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 78px;
  height: 46px;
  content: "";
}.flickity-prev-next-button.previous::after {
  transform: rotate(180deg);
}.flickity-prev-next-button.next::after {
  transform: rotate(0);
}.flickity-prev-next-button:hover {
  background: none;
}.flickity-prev-next-button .flickity-button-icon {
  display: none;
}.flickity-button:disabled {
  opacity: 0.3;
}.veranstaltungen .veranstaltungen__grid{
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}.veranstaltungen .veranstaltungen__grid .veranstaltungen__article p{
  padding-bottom: 0.5rem;
  text-align: center;
}.veranstaltungen .veranstaltungen__grid .veranstaltungen__article.veranstaltungen__article--large{
  width: 50%;
  padding: 0.5rem;
}.veranstaltungen .veranstaltungen__grid .veranstaltungen__article.veranstaltungen__article--large img{
  aspect-ratio: 7/5;
  -o-object-fit: cover;
     object-fit: cover;
  padding-bottom: 0.5rem;
}.veranstaltungen .veranstaltungen__grid .veranstaltungen__article.veranstaltungen__article--large p{
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}.veranstaltungen .veranstaltungen__grid .veranstaltungen__article.veranstaltungen__article--large.veranstaltungen__article--padding-top{
  padding-top: 215px;
}.veranstaltungen .veranstaltungen__grid .veranstaltungen__article.veranstaltungen__article--small{
  width: 25%;
  padding: 0.5rem;
}.veranstaltungen .veranstaltungen__grid .veranstaltungen__article.veranstaltungen__article--small img{
  aspect-ratio: 1 / 1;
  -o-object-fit: cover;
     object-fit: cover;
  padding-bottom: 0.5rem;
}.veranstaltungen .veranstaltungen__grid .veranstaltungen__article.veranstaltungen__article--small.veranstaltungen__article--padding-top{
  padding-top: 75px;
}.veranstaltungen .veranstaltungen__grid .veranstaltungen__article h4{
  padding-bottom: 1.5rem;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
}.veranstaltungen .veranstaltungen__grid .veranstaltungen__article .veranstaltungen__article__link{
  margin-top: 2.5rem;
  font-size: 12px;
  font-weight: 100;
}.stories .lead{
  padding-bottom: 30px;
  padding-top: 45px;
}.stories address p{
  padding-bottom: 25px;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
}.stories .flickity-prev-next-button.previous {
  top: inherit;
  bottom: -80px;
  left: calc(50% - 148px) !important;
  width: -moz-fit-content;
  width: fit-content;
}.stories .flickity-prev-next-button.next {
  top: inherit;
  bottom: -80px;
  left: calc(50% + 70px) !important;
  width: -moz-fit-content;
  width: fit-content;
}#content .stories .next-read a:after {
  background-color: transparent;
}#content .stories a:after {
  background-color: white;
}@media screen and (max-width: 768px) {
  .stories .lead{
    padding-bottom: 15px;
    padding-top: 20px;
  }
  .stories .lead p {
    font-size: 24px;
    line-height: 24px;
  }
  .stories address p{
    padding-bottom: 20px;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
  }
  .stories .flickity-prev-next-button.previous {
    top: inherit;
    bottom: -65px;
    left: calc(50% - 57px) !important;
    width: -moz-fit-content;
    width: fit-content;
  }
  .stories .flickity-prev-next-button.next {
    top: inherit;
    bottom: -65px;
    left: calc(50% + 25px) !important;
    width: -moz-fit-content;
    width: fit-content;
  }
  .stories .flickity-prev-next-button:after {
    background-image: url("/wp-content/themes/kaiserhaus/img/mobile_arrow_next.svg") !important;
    width: 32px;
    height: 22px;
  }
}.storie-grid + #newsletter > .container {
  margin-top: 110px !important;
}/* Entfernt die Unterstreichung für den Newsletter-Menüpunkt, wenn es ein Ankerlink ist */.current-menu-item a[href="/#newsletter"]::after {
  transform: scaleX(0);
}.current-menu-item a[href="/#newsletter"]:hover:after {
  transform: scaleX(1);
}.medien .download::before {
  content: "↓";
  padding-right: 5px;
  text-decoration: none;
}.medien .weiterleitung::before {
  content: "→";
  padding-right: 5px;
}.medien a, .medien p {
  font-weight: normal;
  line-height: 30px;
}.datenschutz strong {
  font-weight: bold;
}a.no-underline::after {
  display: none;
}/* ENDE CONTENT  ---------------------------------------------------------- *//*--------------------------------------------------------------
# FOOTER
--------------------------------------------------------------*/footer{
  font-weight: 400;
}footer p{
  font-weight: 400;
}footer .footer__navigation{
  list-style-type: none;
}footer .footer__navigation li{
  margin-right: 1.25rem;
  display: inline-block;
}footer .footer__navigation a{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.cookiealert {
  position: fixed;
  bottom: 15px;
  left: 15px;
  transform: translateY(100%);
  opacity: 0;
  z-index: 99;
  transition: all 500ms ease-out;
  margin: 0 !important;
  background-color: black;
  padding: 20px 24px 24px 24px;
  width: 280px;
  max-width: 95%;
  color: white;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
}.cookiealert p {
  margin-bottom: 24px !important;
  font-size: 14px !important;
}.cookiealert.show {
  transform: translateY(0%);
  opacity: 1;
  transition-delay: 1000ms;
}.cookiealert a,
.cookiealert a:hover {
  color: #fff !important;
  font-size: 14px !important;
  text-decoration: underline;
}.cookiealert .acceptcookies {
  font-weight: 500;
  font-size: 22px;
}@media (min-width: 768px) {
  .cookiealert {
    right: 25px;
    bottom: 25px;
    left: auto;
    width: 330px;
  }
}.alert-dismissible {
  padding-right: 1.25rem;
}/* ENDE FOOTER  ---------------------------------------------------------- *//*--------------------------------------------------------------
# 404 SEITE
--------------------------------------------------------------*//* ENDE 404 SEITE  ---------------------------------------------------------- *//*--------------------------------------------------------------
# KEYFRAMES
--------------------------------------------------------------*//* ENDE KEYFRAMES ---------------------------------------------------------- */.after\:absolute::after{
  content: var(--tw-content);
  position: absolute;
}.after\:left-0::after{
  content: var(--tw-content);
  left: 0px;
}.after\:w-full::after{
  content: var(--tw-content);
  width: 100%;
}.after\:\!bg-black::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1 !important;
  background-color: rgb(18 18 18 / var(--tw-bg-opacity)) !important;
}.after\:content-\[\'\'\]::after{
  --tw-content: '';
  content: var(--tw-content);
}.last-of-type\:mb-0:last-of-type{
  margin-bottom: 0px;
}.last-of-type\:ml-4:last-of-type{
  margin-left: 1rem;
}.last-of-type\:pb-4:last-of-type{
  padding-bottom: 1rem;
}.visited\:text-white:visited{
  color: rgb(255 255 255 );
}.hover\:bg-black:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(18 18 18 / var(--tw-bg-opacity));
}.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.hover\:underline:hover{
  text-decoration-line: underline;
}@media (min-width: 782px){.md\:\!bottom-\[4px\]{
    bottom: 4px !important;
  }.md\:top-1\/2{
    top: 50%;
  }.md\:top-2{
    top: 0.5rem;
  }.md\:top-2\.5{
    top: 0.625rem;
  }.md\:top-\[98px\]{
    top: 98px;
  }.md\:order-1{
    order: 1;
  }.md\:order-2{
    order: 2;
  }.md\:col-span-1{
    grid-column: span 1 / span 1;
  }.md\:col-span-10{
    grid-column: span 10 / span 10;
  }.md\:col-span-12{
    grid-column: span 12 / span 12;
  }.md\:col-span-2{
    grid-column: span 2 / span 2;
  }.md\:col-span-3{
    grid-column: span 3 / span 3;
  }.md\:col-span-4{
    grid-column: span 4 / span 4;
  }.md\:col-span-6{
    grid-column: span 6 / span 6;
  }.md\:col-span-7{
    grid-column: span 7 / span 7;
  }.md\:col-start-1{
    grid-column-start: 1;
  }.md\:col-start-2{
    grid-column-start: 2;
  }.md\:col-start-4{
    grid-column-start: 4;
  }.md\:col-start-5{
    grid-column-start: 5;
  }.md\:col-start-6{
    grid-column-start: 6;
  }.md\:col-end-10{
    grid-column-end: 10;
  }.md\:col-end-11{
    grid-column-end: 11;
  }.md\:col-end-12{
    grid-column-end: 12;
  }.md\:col-end-4{
    grid-column-end: 4;
  }.md\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }.md\:mx-\[65px\]{
    margin-left: 65px;
    margin-right: 65px;
  }.md\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }.md\:-mb-\[60px\]{
    margin-bottom: -60px;
  }.md\:mb-0{
    margin-bottom: 0px;
  }.md\:mb-10{
    margin-bottom: 2.5rem;
  }.md\:mb-2{
    margin-bottom: 0.5rem;
  }.md\:mb-4{
    margin-bottom: 1rem;
  }.md\:mb-6{
    margin-bottom: 1.5rem;
  }.md\:mb-8{
    margin-bottom: 2rem;
  }.md\:mb-\[100px\]{
    margin-bottom: 100px;
  }.md\:mb-\[125px\]{
    margin-bottom: 125px;
  }.md\:mb-\[30px\]{
    margin-bottom: 30px;
  }.md\:mb-\[35px\]{
    margin-bottom: 35px;
  }.md\:mb-\[55px\]{
    margin-bottom: 55px;
  }.md\:mb-\[65px\]{
    margin-bottom: 65px;
  }.md\:mb-\[90px\]{
    margin-bottom: 90px;
  }.md\:ml-4{
    margin-left: 1rem;
  }.md\:ml-\[-10px\]{
    margin-left: -10px;
  }.md\:ml-\[40px\]{
    margin-left: 40px;
  }.md\:mr-4{
    margin-right: 1rem;
  }.md\:mt-0{
    margin-top: 0px;
  }.md\:mt-20{
    margin-top: 5rem;
  }.md\:mt-\[1\.1em\]{
    margin-top: 1.1em;
  }.md\:mt-\[100px\]{
    margin-top: 100px;
  }.md\:mt-\[118px\]{
    margin-top: 118px;
  }.md\:mt-\[170px\]{
    margin-top: 170px;
  }.md\:mt-\[25px\]{
    margin-top: 25px;
  }.md\:mt-\[300px\]{
    margin-top: 300px;
  }.md\:mt-\[30px\]{
    margin-top: 30px;
  }.md\:mt-\[83px\]{
    margin-top: 83px;
  }.md\:mt-\[85px\]{
    margin-top: 85px;
  }.md\:mt-auto{
    margin-top: auto;
  }.md\:block{
    display: block;
  }.md\:flex{
    display: flex;
  }.md\:hidden{
    display: none;
  }.md\:h-9{
    height: 2.25rem;
  }.md\:h-\[395px\]{
    height: 395px;
  }.md\:h-\[460px\]{
    height: 460px;
  }.md\:h-\[500px\]{
    height: 500px;
  }.md\:h-\[557px\]{
    height: 557px;
  }.md\:h-\[62px\]{
    height: 62px;
  }.md\:h-\[650px\]{
    height: 650px;
  }.md\:h-\[calc\(100vh-118px\)\]{
    height: calc(100vh - 118px);
  }.md\:h-\[calc\(100vh-98px\)\]{
    height: calc(100vh - 98px);
  }.md\:h-full{
    height: 100%;
  }.md\:h-screen{
    height: 100vh;
  }.md\:max-h-\[270px\]{
    max-height: 270px;
  }.md\:min-h-\[52px\]{
    min-height: 52px;
  }.md\:w-1\/2{
    width: 50%;
  }.md\:w-\[250px\]{
    width: 250px;
  }.md\:w-full{
    width: 100%;
  }.md\:w-screen{
    width: 100vw;
  }.md\:max-w-\[300px\]{
    max-width: 300px;
  }.md\:max-w-\[400px\]{
    max-width: 400px;
  }.md\:max-w-\[800px\]{
    max-width: 800px;
  }.md\:grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }.md\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }.md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.md\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }.md\:flex-row{
    flex-direction: row;
  }.md\:items-end{
    align-items: flex-end;
  }.md\:items-stretch{
    align-items: stretch;
  }.md\:justify-end{
    justify-content: flex-end;
  }.md\:justify-center{
    justify-content: center;
  }.md\:gap-0{
    gap: 0px;
  }.md\:gap-6{
    gap: 1.5rem;
  }.md\:gap-x-0{
    -moz-column-gap: 0px;
         column-gap: 0px;
  }.md\:gap-x-\[30px\]{
    -moz-column-gap: 30px;
         column-gap: 30px;
  }.md\:gap-y-0{
    row-gap: 0px;
  }.md\:space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }.md\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }.md\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }.md\:px-\[70px\]{
    padding-left: 70px;
    padding-right: 70px;
  }.md\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }.md\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }.md\:py-\[9px\]{
    padding-top: 9px;
    padding-bottom: 9px;
  }.md\:pb-0{
    padding-bottom: 0px;
  }.md\:pb-10{
    padding-bottom: 2.5rem;
  }.md\:pb-4{
    padding-bottom: 1rem;
  }.md\:pb-6{
    padding-bottom: 1.5rem;
  }.md\:pb-\[30px\]{
    padding-bottom: 30px;
  }.md\:pb-\[50px\]{
    padding-bottom: 50px;
  }.md\:pb-\[60px\]{
    padding-bottom: 60px;
  }.md\:pb-\[90px\]{
    padding-bottom: 90px;
  }.md\:pt-24{
    padding-top: 6rem;
  }.md\:pt-6{
    padding-top: 1.5rem;
  }.md\:pt-8{
    padding-top: 2rem;
  }.md\:pt-\[105px\]{
    padding-top: 105px;
  }.md\:pt-\[10px\]{
    padding-top: 10px;
  }.md\:pt-\[120px\]{
    padding-top: 120px;
  }.md\:pt-\[14px\]{
    padding-top: 14px;
  }.md\:pt-\[18px\]{
    padding-top: 18px;
  }.md\:pt-\[50px\]{
    padding-top: 50px;
  }.md\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }.md\:text-\[100px\]{
    font-size: 100px;
  }.md\:text-\[120px\]{
    font-size: 120px;
  }.md\:text-\[15px\]{
    font-size: 15px;
  }.md\:text-\[18px\]{
    font-size: 18px;
  }.md\:text-\[20px\]{
    font-size: 20px;
  }.md\:text-\[24px\]{
    font-size: 24px;
  }.md\:text-\[25px\]{
    font-size: 25px;
  }.md\:text-\[30px\]{
    font-size: 30px;
  }.md\:text-\[35px\]{
    font-size: 35px;
  }.md\:text-\[36px\]{
    font-size: 36px;
  }.md\:text-\[40px\]{
    font-size: 40px;
  }.md\:text-\[70px\]{
    font-size: 70px;
  }.md\:leading-\[20px\]{
    line-height: 20px;
  }.md\:leading-\[25px\]{
    line-height: 25px;
  }.md\:leading-\[30px\]{
    line-height: 30px;
  }.md\:leading-\[35px\]{
    line-height: 35px;
  }.md\:leading-\[40px\]{
    line-height: 40px;
  }.md\:decoration-\[2px\]{
    text-decoration-thickness: 2px;
  }.md\:decoration-\[3px\]{
    text-decoration-thickness: 3px;
  }.md\:underline-offset-\[7px\]{
    text-underline-offset: 7px;
  }.md\:after\:bottom-\[10px\]::after{
    content: var(--tw-content);
    bottom: 10px;
  }.md\:after\:bottom-\[20px\]::after{
    content: var(--tw-content);
    bottom: 20px;
  }.md\:last\:mb-\[85px\]:last-child{
    margin-bottom: 85px;
  }
}@media (min-width: 960px){.lg\:\!h-\[5px\]{
    height: 5px !important;
  }.lg\:max-h-\[360px\]{
    max-height: 360px;
  }.lg\:text-\[40px\]{
    font-size: 40px;
  }
}@media (min-width: 1280px){.xl\:\!h-\[8px\]{
    height: 8px !important;
  }.xl\:max-h-\[463px\]{
    max-height: 463px;
  }.xl\:hyphens-none{
    hyphens: none;
  }.xl\:text-\[55px\]{
    font-size: 55px;
  }.xl\:text-\[60px\]{
    font-size: 60px;
  }
}@media (min-width: 1530px){.\32xl\:\!bottom-\[10px\]{
    bottom: 10px !important;
  }.\32xl\:text-\[70px\]{
    font-size: 70px;
  }.\32xl\:text-\[80px\]{
    font-size: 80px;
  }
}.\[\&_a\]\:text-white a{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.\[\&_img\]\:h-\[14\.5px\] img{
  height: 14.5px;
}@media (min-width: 782px){.md\:\[\&_img\]\:h-\[24px\] img{
    height: 24px;
  }
}.\[\&_p\]\:mb-\[1\.2em\] p{
  margin-bottom: 1.2em;
}.\[\&_p\]\:mb-\[1em\] p{
  margin-bottom: 1em;
}.\[\&_p\]\:font-normal p{
  font-weight: 400;
}.\[\&_p\]\:leading-\[1em\] p{
  line-height: 1em;
}.\[\&_p\]\:leading-\[20px\] p{
  line-height: 20px;
}@media (min-width: 782px){.md\:\[\&_p\]\:leading-\[30px\] p{
    line-height: 30px;
  }
}

