/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-6xl: 3.75rem;
    --text-6xl--line-height: 1;
    --text-7xl: 4.5rem;
    --text-7xl--line-height: 1;
    --text-8xl: 6rem;
    --text-8xl--line-height: 1;
    --text-9xl: 8rem;
    --text-9xl--line-height: 1;
    --font-weight-bold: 700;
    --font-weight-black: 900;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --text-shadow-sm: 0px 1px 0px rgb(0 0 0 / 0.075), 0px 1px 1px rgb(0 0 0 / 0.075),
      0px 2px 2px rgb(0 0 0 / 0.075);
    --text-shadow-lg: 0px 1px 2px rgb(0 0 0 / 0.1), 0px 3px 2px rgb(0 0 0 / 0.1),
      0px 4px 8px rgb(0 0 0 / 0.1);
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --aspect-video: 16 / 9;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .\@container {
    container-type: inline-size;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .inset-auto {
    inset: auto;
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-5 {
    top: calc(var(--spacing) * 5);
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .isolate {
    isolation: isolate;
  }
  .z-0 {
    z-index: 0;
  }
  .z-10 {
    z-index: 10;
  }
  .z-25 {
    z-index: 25;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .m-5 {
    margin: calc(var(--spacing) * 5);
  }
  .mx-2 {
    margin-inline: calc(var(--spacing) * 2);
  }
  .mx-2\.5 {
    margin-inline: calc(var(--spacing) * 2.5);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-5 {
    margin-block: calc(var(--spacing) * 5);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-5\! {
    margin-top: calc(var(--spacing) * 5) !important;
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-5\! {
    margin-bottom: calc(var(--spacing) * 5) !important;
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .flex\! {
    display: flex !important;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .table {
    display: table;
  }
  .aspect-9\/16 {
    aspect-ratio: 9/16;
  }
  .aspect-auto {
    aspect-ratio: auto;
  }
  .aspect-video {
    aspect-ratio: var(--aspect-video);
  }
  .h-\[60dvh\] {
    height: 60dvh;
  }
  .h-\[86dvh\] {
    height: 86dvh;
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .min-h-55 {
    min-height: calc(var(--spacing) * 55);
  }
  .min-h-95 {
    min-height: calc(var(--spacing) * 95);
  }
  .min-h-\[25dvh\] {
    min-height: 25dvh;
  }
  .min-h-\[48dvh\] {
    min-height: 48dvh;
  }
  .w-32 {
    width: calc(var(--spacing) * 32);
  }
  .w-auto {
    width: auto;
  }
  .w-full {
    width: 100%;
  }
  .flex-none {
    flex: none;
  }
  .flex-grow {
    flex-grow: 1;
  }
  .grow {
    flex-grow: 1;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .translate-y-\[-50px\] {
    --tw-translate-y: -50px;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .scale-110 {
    --tw-scale-x: 110%;
    --tw-scale-y: 110%;
    --tw-scale-z: 110%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-120 {
    --tw-scale-x: 120%;
    --tw-scale-y: 120%;
    --tw-scale-z: 120%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .resize {
    resize: both;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .overflow-clip {
    overflow: clip;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded-\(--vaons-border-radius\) {
    border-radius: var(--vaons-border-radius);
  }
  .rounded-\(--vaons-border-radius\)\! {
    border-radius: var(--vaons-border-radius) !important;
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-none {
    border-radius: 0;
  }
  .rounded-none\! {
    border-radius: 0 !important;
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .fill-\(--default-color-white\) {
    fill: var(--default-color-white);
  }
  .object-cover {
    object-fit: cover;
  }
  .object-center {
    object-position: center;
  }
  .object-left {
    object-position: left;
  }
  .p-0 {
    padding: calc(var(--spacing) * 0);
  }
  .p-1 {
    padding: calc(var(--spacing) * 1);
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-2\.5 {
    padding: calc(var(--spacing) * 2.5);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-7 {
    padding: calc(var(--spacing) * 7);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .p-9 {
    padding: calc(var(--spacing) * 9);
  }
  .p-10 {
    padding: calc(var(--spacing) * 10);
  }
  .p-11 {
    padding: calc(var(--spacing) * 11);
  }
  .p-12 {
    padding: calc(var(--spacing) * 12);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-2\.5 {
    padding-inline: calc(var(--spacing) * 2.5);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-10 {
    padding-inline: calc(var(--spacing) * 10);
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .py-5\! {
    padding-block: calc(var(--spacing) * 5) !important;
  }
  .py-7 {
    padding-block: calc(var(--spacing) * 7);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .pt-5 {
    padding-top: calc(var(--spacing) * 5);
  }
  .pt-10 {
    padding-top: calc(var(--spacing) * 10);
  }
  .pb-5 {
    padding-bottom: calc(var(--spacing) * 5);
  }
  .pl-2 {
    padding-left: calc(var(--spacing) * 2);
  }
  .pl-2\.5 {
    padding-left: calc(var(--spacing) * 2.5);
  }
  .text-center {
    text-align: center;
  }
  .text-6xl {
    font-size: var(--text-6xl);
    line-height: var(--tw-leading, var(--text-6xl--line-height));
  }
  .text-7xl {
    font-size: var(--text-7xl);
    line-height: var(--tw-leading, var(--text-7xl--line-height));
  }
  .text-\[24px\] {
    font-size: 24px;
  }
  .text-\[28px\]\! {
    font-size: 28px !important;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .font-black {
    --tw-font-weight: var(--font-weight-black);
    font-weight: var(--font-weight-black);
  }
  .font-black\! {
    --tw-font-weight: var(--font-weight-black) !important;
    font-weight: var(--font-weight-black) !important;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .text-wrap {
    text-wrap: wrap;
  }
  .text-\(--default-color-white\) {
    color: var(--default-color-white);
  }
  .text-\(--default-color-white\)\! {
    color: var(--default-color-white) !important;
  }
  .text-white {
    color: var(--color-white);
  }
  .text-white\! {
    color: var(--color-white) !important;
  }
  .underline {
    text-decoration-line: underline;
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .opacity-20 {
    opacity: 20%;
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-xl {
    --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-xl\! {
    --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px var(--tw-shadow-color, rgb(0 0 0 / 0.1)) !important;
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow) !important;
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .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,);
  }
  .invert {
    --tw-invert: invert(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,);
  }
  .backdrop-filter {
    -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,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .will-change-transform {
    will-change: transform;
  }
  .backface-hidden {
    backface-visibility: hidden;
  }
  .text-shadow-lg {
    text-shadow: 0px 1px 2px var(--tw-text-shadow-color, rgb(0 0 0 / 0.1)), 0px 3px 2px var(--tw-text-shadow-color, rgb(0 0 0 / 0.1)), 0px 4px 8px var(--tw-text-shadow-color, rgb(0 0 0 / 0.1));
  }
  .hover\:cursor-pointer {
    &:hover {
      @media (hover: hover) {
        cursor: pointer;
      }
    }
  }
  .hover\:opacity-30 {
    &:hover {
      @media (hover: hover) {
        opacity: 30%;
      }
    }
  }
  .md\:my-0 {
    @media (width >= 48rem) {
      margin-block: calc(var(--spacing) * 0);
    }
  }
  .md\:aspect-video {
    @media (width >= 48rem) {
      aspect-ratio: var(--aspect-video);
    }
  }
  .md\:h-\[86dvh\] {
    @media (width >= 48rem) {
      height: 86dvh;
    }
  }
  .md\:min-h-\[36dvh\] {
    @media (width >= 48rem) {
      min-height: 36dvh;
    }
  }
  .md\:w-auto {
    @media (width >= 48rem) {
      width: auto;
    }
  }
  .md\:grid-cols-1 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(1, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-3 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .md\:p-0 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 0);
    }
  }
  .md\:text-left {
    @media (width >= 48rem) {
      text-align: left;
    }
  }
  .md\:text-8xl {
    @media (width >= 48rem) {
      font-size: var(--text-8xl);
      line-height: var(--tw-leading, var(--text-8xl--line-height));
    }
  }
  .lg\:min-h-\[76dvh\] {
    @media (width >= 64rem) {
      min-height: 76dvh;
    }
  }
  .lg\:w-\[20\%\] {
    @media (width >= 64rem) {
      width: 20%;
    }
  }
  .lg\:grid-cols-1 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(1, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-2 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:flex-row {
    @media (width >= 64rem) {
      flex-direction: row;
    }
  }
  .lg\:justify-between {
    @media (width >= 64rem) {
      justify-content: space-between;
    }
  }
  .lg\:justify-end {
    @media (width >= 64rem) {
      justify-content: flex-end;
    }
  }
  .lg\:justify-start {
    @media (width >= 64rem) {
      justify-content: flex-start;
    }
  }
  .lg\:py-5 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 5);
    }
  }
  .lg\:text-start {
    @media (width >= 64rem) {
      text-align: start;
    }
  }
  .xl\:my-0 {
    @media (width >= 80rem) {
      margin-block: calc(var(--spacing) * 0);
    }
  }
  .xl\:grid-cols-1 {
    @media (width >= 80rem) {
      grid-template-columns: repeat(1, minmax(0, 1fr));
    }
  }
  .xl\:grid-cols-2 {
    @media (width >= 80rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .xl\:grid-cols-3 {
    @media (width >= 80rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .xl\:grid-cols-4 {
    @media (width >= 80rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .xl\:flex-row {
    @media (width >= 80rem) {
      flex-direction: row;
    }
  }
  .xl\:justify-between {
    @media (width >= 80rem) {
      justify-content: space-between;
    }
  }
  .xl\:justify-end {
    @media (width >= 80rem) {
      justify-content: flex-end;
    }
  }
  .xl\:justify-start {
    @media (width >= 80rem) {
      justify-content: flex-start;
    }
  }
  .xl\:text-start {
    @media (width >= 80rem) {
      text-align: start;
    }
  }
  .\32 xl\:grid-cols-1 {
    @media (width >= 96rem) {
      grid-template-columns: repeat(1, minmax(0, 1fr));
    }
  }
  .\32 xl\:grid-cols-2 {
    @media (width >= 96rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .\32 xl\:grid-cols-3 {
    @media (width >= 96rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .\32 xl\:grid-cols-4 {
    @media (width >= 96rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .\32 xl\:text-9xl {
    @media (width >= 96rem) {
      font-size: var(--text-9xl);
      line-height: var(--tw-leading, var(--text-9xl--line-height));
    }
  }
}
:root {
  --base: calc( 1vw + 1vh);
  --vaons-border-radius: 16px;
  --font-size: 18px;
  --default-menu-font-size: 22px;
  --font-family: 'Alexandria';
  --font-family-heading: 'Lexend Deca';
  --font-family-rubik: 'Rubik';
  --font-family-grotesk: "Grotesk";
  --font-sicherung: '-apple-system, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue';
  --text-dark-color: hsl( from #212121 h s l );
  --color-primary: hsl( from #272727 h s l );
  --color-secondary: hsl( from #323232 h s l );
  --color-blue: hsl( from #3f40d9 h s l );
  --color-blue-logo: hsl( from #2453C0 h s l );
  --white: hsl( from #fff h s l );
  --grau: hsl( from #e8e8e8 h s l );
  --grau-hover: hsl( from #e8e8e8 h s 80%);
  --default-color-white: var(--grau);
  --default-color-black: var(--color-primary);
  --color-lila-default: hsl( from #5E3691 h s l );
  --color-dark-logo: hsl( from #0E1D4D h s l );
  --neon: hsl( from #d518d3 h s l );
  --dark-lite: hsl( from #1A1A1C h s l );
  --btn-hover: linear-gradient(135deg, hsl( from var(--color-lila-default) h s l ) 70%, hsl( from #1f48a7 h s l ) 100%);
  --bg-blue-gradient: linear-gradient(135deg, hsl( from var(--color-lila-default) h s l ) 70%, hsl( from #2453C0 h s l ) 110%);
  --btn-default: hsl(from var(--color-lila-default) h s l);
  --btn-default-hover: hsl(from var(--color-lila-default) h s 25%);
  --bg-blue-tree: linear-gradient(135deg, hsl( from var(--color-lila-default) h s l ) 40%, hsl( from #0E1D4D h s l ) 50%, hsl( from #2453C0 h s l ) 100%);
  --native-gradient: linear-gradient(135deg, hsl( from var(--color-lila-default) h s l ) 70%, hsl( from #2453C0 h s l ) 100%);
  --vaons-shadow-sm: 0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;
  --vaons-shadow-lg: 0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;
  --vaons-shadow-xl: 0 20px 25px -5px #0000001a, 0 8px 10px -6px #0000001a;
  --text-shadow-sm: 0 4px 6px #0000001a;
  --text-shadow-lg: 0 10px 15px #0000001a;
  --text-shadow-xl: 0 20px 25px #0000001a;
  --text-shadow: 0 2px 3px rgb(0 0 0 / 30%);
  --container: 1600px;
  --color-dark-1: hsl(from #2e2e2e h s l);
}
html, body {
  background: var( --color-primary );
  color: var(--default-color-white);
  margin: 0;
  padding: 0;
  font-size: var(--font-size);
  font-family: var(--font-family-rubik), var( --font-sicherung );
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.bold-important-text, .seoblock, .d-none {
  clip: rect(1px, 1px, 1px, 1px) !important;
  position: absolute !important;
  display: inline !important;
  width: 0px !important;
  height: 0px !important;
  color: transparent !important;
  background: transparent !important;
  overflow: hidden !important;
  z-index: -1 !important;
  opacity: 0 !important;
}
.will-change-transform {
  will-change: transform;
}
[data-elementor-type="wp-page"], [data-elementor-type="wp-post"] {
  content-visibility: auto;
  contain-intrinsic-size: auto 1300px;
  position: relative;
  z-index: 5;
  overflow: hidden;
  background: var(--color-primary);
}
iframe {
  max-width: 100%;
  height: auto;
  min-height: 480px;
}
.elementor-widget.elementor-widget-video.cmplz-blocked-content-container {
  border-radius: 8px;
}
body .e-con {
  --border-radius: unset;
}
div#page {
  overflow: clip;
}
@media (max-width: 767px) {
  #smart-whatsapp-button.bottom-left {
    bottom: 2px !important;
  }
}
@layer utilities {
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .display-ul-circle ul, .ul-circle ul {
    list-style: inside circle !important;
  }
}
h1, h2, h3, h4, h5, h6 {
  font-size: unset;
  font-weight: unset;
  padding-bottom: 1rem;
}
.elementor-14 .elementor-element.elementor-element-c86a264 .elementor-heading-title, .elementor-widget-text-editor {
  color: var(--default-color-white);
}
a, a:visited, a:hover, a:active, a:focus {
  color: var(--grau);
}
h1, .h1, main.spiele-archiv h1 {
  --heading-h1-font-size: clamp(36px, calc(36px + .25vw), 3rem);
  --heading-h1-line-height: 1.35;
  font-size: var(--heading-h1-font-size);
  line-height: var(--heading-h1-line-height);
  font-weight: 700;
}
h2, .h2, main.spiele-archiv h2 {
  --heading-h2-font-size: clamp(32px, calc(32px + .25vw), 2.75rem);
  --heading-h2-line-height: 1.35;
  font-size: var(--heading-h2-font-size);
  line-height: var(--heading-h2-line-height);
  font-weight: 700;
}
h3, .h3, main.spiele-archiv h3 {
  --heading-h3-font-size: clamp(28px, calc(26px + .25vw), 2.5rem);
  --heading-h3-line-height: 1.35;
  font-size: var(--heading-h3-font-size);
  line-height: var(--heading-h3-line-height);
  font-weight: 700;
}
h4, .h4, main.spiele-archiv h4 {
  --heading-h4-font-size: clamp(24px, calc(24px + .25vw), 2.25rem);
  --heading-h4-line-height: 1.35;
  font-size: var(--heading-h4-font-size);
  line-height: var(--heading-h4-line-height);
  font-weight: 700;
}
h5, .h5, main.spiele-archiv h5 {
  --heading-h5-font-size: clamp(20px, calc(20px + .25vw), 2rem);
  --heading-h5-line-height: 1.35;
  font-size: var(--heading-h5-font-size);
  line-height: var(--heading-h5-line-height);
  font-weight: 700;
}
h6, .h6, main.spiele-archiv h6 {
  --heading-h6-font-size: clamp(16px, calc(16px + .25vw), 1.75rem);
  --heading-h6-line-height: 1.35;
  font-size: var(--heading-h6-font-size);
  line-height: var(--heading-h6-line-height);
  font-weight: 700;
}
ol, ul {
  list-style: none;
  margin: 0 0 1rem 0;
  padding: 0;
}
.font-grotesk, .font-grotesk :where( h1,h2,h3,h4,h5,h6,span,a,pre,p ) {
  font-family: var( --font-family-grotesk ) !important;
}
.container {
  --container: 100%;
  margin: 0 auto;
  max-width: var(--container);
}
main .standorte-wrapper {
  container-type: inline-size;
  container-name: standort;
}
@media screen and ( min-width: 40rem ) {
  .container {
    --container: 40rem;
  }
  .page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header) {
    max-width: var(--container);
  }
  body .e-con>.e-con-inner {
    max-width: var(--container);
  }
}
@media screen and ( min-width: 48rem ) {
  .container {
    --container: 48rem;
  }
  .page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header) {
    max-width: var(--container);
  }
  body .e-con>.e-con-inner {
    max-width: var(--container);
  }
}
@media screen and ( min-width: 64rem ) {
  .container {
    --container: 64rem;
  }
  .page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header) {
    max-width: var(--container);
  }
  body .e-con>.e-con-inner {
    max-width: var(--container);
  }
}
@media screen and ( min-width: 80rem ) {
  .container {
    --container: 80rem;
  }
  .page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header) {
    max-width: var(--container);
  }
  body .e-con>.e-con-inner {
    max-width: var(--container);
  }
}
@media screen and ( min-width: 96rem ) {
  .container {
    --container: 96rem;
  }
  .page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header) {
    max-width: var(--container);
  }
  body .e-con>.e-con-inner {
    max-width: var(--container);
  }
}
@media screen and ( min-width: 100rem ) {
  .container {
    --container: 88.88rem;
  }
  .page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header) {
    max-width: var(--container);
  }
  body .e-con>.e-con-inner {
    max-width: var(--container);
  }
}
@media screen and ( min-width: 120rem ) {
  .container {
    --container: 1600px;
  }
  .page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header) {
    max-width: 1600px;
  }
  body .e-con>.e-con-inner {
    max-width: 1600px;
  }
}
@media screen and ( min-width: 128rem ) {
  .container {
    --container: 1920px;
  }
  .page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header) {
    max-width: 1920px;
  }
  body .e-con>.e-con-inner {
    max-width: 1920px;
  }
}
main {
  padding-block: 40px;
}
header#site-header {
  --header-sticky-bg-color: #fff;
  background-color: var(--header-sticky-bg-color);
  padding: 20px 0;
}
header#site-header.nem-sticky {
  z-index: 99;
  width: 100%;
  left: 0;
  top: 0;
  position: sticky;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  -o-transition: transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
  -webkit-box-shadow: var( --vaons-shadow-xl ) !important;
  box-shadow: var( --vaons-shadow-xl ) !important;
}
body.admin-bar header#site-header.nem-sticky {
  transform: translateY(32px);
  -webkit-transform: translateY(32px);
  -moz-transform: translateY(32px);
  -ms-transform: translateY(32px);
  -o-transform: translateY(32px);
}
header.dynamic-header.nem-sticky .site-branding {
  width: 200px;
}
header#site-header:not(.nem-sticky) .site-branding.show-logo {
  top: 16px;
}
header#site-header.nem-sticky .site-branding.show-logo {
  top: 8px;
}
ul#menu-default {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
}
.mob-menu-header-holder {
  background-color: #fff;
}
nav#site-navigation #primary-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 5px;
  list-style: none !important;
}
ul#primary-menu a {
  font-size: var(--default-menu-font-size);
  color: var(--color-primary);
  font-weight: 500;
}
ul#primary-menu .header-phone {
  padding-inline: 20px;
}
ul#primary-menu li:not(header-phone):hover a {
  background: #dedede;
  border-radius: 8px;
}
ul#primary-menu .header-phone a {
  background-color: var(--grau);
  border-radius: 8px;
}
@media screen and ( max-width: 1320px ) {
  nav#site-navigation #primary-menu {
    display: none;
  }
}
.menu {
  :where(li:not(.menu-title) > *:not(ul, details, .menu-title, .btn)), :where(li:not(.menu-title) > details > summary:not(.menu-title)) {
    display: grid;
    grid-auto-flow: column;
    align-content: flex-start;
    align-items: center;
    gap: calc(0.25rem * 2);
    border-radius: var(--radius-field);
    padding-inline: calc(0.25rem * 3);
    padding-block: calc(0.25rem * 1.5);
    padding-block-start: calc(0.375rem);
    padding-block-end: calc(0.375rem);
    text-align: start;
    transition-property: color, background-color, box-shadow;
    transition-duration: 0.2s;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    grid-auto-columns: minmax(auto, max-content) auto max-content;
    text-wrap: balance;
    user-select: none;
  }
}
.breadcrumbs, .breadcrumbs ol {
  display: flex;
}
.breadcrumbs a, .breadcrumbs span, .breadcrumbs p {
  color: white !important;
  font-size: 1.125rem;
}
.breadcrumbs a:hover, .breadcrumbs span:hover, .breadcrumbs p:hover {
  color: white !important;
}
.breadcrumbs ol li + *::before {
  content: "›";
  opacity: 1;
  position: relative;
  top: 0;
  left: 4px;
  padding-inline: 10px;
}
.breadcrumbs {
  & :where(li) {
    & > :not(ul, .menu-title, details, .btn):active, & > :not(ul, .menu-title, details, .btn).menu-active, & > details > summary:active {
      color: var(--grau-hover);
      background-color: transparent !important;
      background-size: auto !important;
      background-image: none !important;
    }
  }
}
#site-footer {
  -webkit-padding-before: 2rem;
  padding-block-start: 2rem;
  -webkit-padding-after: 2rem;
  padding-block-end: 2rem;
  color: var(--grau);
  position: sticky;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.menu-footer-container {
  width: 100%;
}
.site-footer .footer-inner .copyright {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
.copyright.show {
  padding-left: 15px;
}
ul#footer-menu {
  display: flex !important;
  width: auto;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  list-style: none !important;
}
@media screen and ( min-width: 768px ) {
  ul#footer-menu li:not(:last-child) a::after {
    color: rgb(255, 255, 255);
    content: " •";
    margin-left: 20px;
    display: inline;
    font-size: 1rem;
  }
  ul#footer-menu {
    display: flex !important;
    width: auto;
    flex-direction: row;
    margin: 0;
    padding: 0;
    list-style: none !important;
  }
  ul#footer-menu {
    justify-content: center;
  }
}
#site-footer a {
  color: var(--grau);
  font-size: 1.2rem;
  line-height: 1;
}
#site-footer a:hover {
  text-decoration: underline;
}
footer#site-footer nav.site-navigation {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 48%;
  flex: 1 1 48%;
}
footer#site-footer nav.site-navigation.footer-menu-center {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
footer#site-footer nav.site-navigation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
footer#site-footer nav.site-navigation ul:not(#menu-footermenucenter) {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
footer#site-footer ul#menu-footermenu {
  text-align: start;
}
footer#site-footer ul#menu-footermenucenter {
  text-align: end;
}
.site-navigation ul#menu-footermenucenter li {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
footer#site-footer .copyright.show {
  -webkit-padding-before: 5rem;
  padding-block-start: 5rem;
}
footer#site-footer .footer-inner {
  -webkit-padding-after: 3rem;
  padding-block-end: 3rem;
}
@scope (.advantage-wrapper) {
  .built-for, .not-for-show {
    font-family: var( --font-family-heading );
    line-height: 1.35 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 700;
    font-size: clamp(32px, calc(32px + .25vw), 2.75rem);
  }
  h2, .h2 {
    --heading-h2-font-size: clamp(22px, calc(22px + .25vw), 1.75rem);
    --heading-h2-line-height: 1.35;
    font-size: var(--heading-h2-font-size);
    line-height: var(--heading-h2-line-height);
    font-weight: 600;
  }
  p {
    line-height: 1.35;
  }
  .not-for-show {
    background: linear-gradient(135deg, #5E3691 0%, #2453C0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }
  .built-for {
    padding: 0 !important;
    margin: 0 !important;
  }
  .variant-b::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, hsl(from rgba(139, 92, 246, 0.2) h s l / 0.2) 0%, transparent 70%);
    pointer-events: none;
  }
  .home-portfolio-card-el .portfolio-card-wrapper {
    border: 3px solid var(--grau) !important;
  }
  .home-portfolio-card-el > div:hover {
    background-color: transparent !important;
  }
  .home-advantage-container > div:hover {
    background-color: transparent;
  }
  .home-advantage-container > div {
    @media (min-width: 992px) {
      min-height: 100%;
    }
  }
}
@container cards__grid (min-width: 688px) {
  .gaim-szenario-cards__grid .gaim-card-wrapper:last-child {
    grid-column: auto;
  }
}
.szenarien-heading-jagd, .szenarien-heading-sport {
  color: transparent;
  -webkit-text-stroke: 2px white;
}
h2.szenarien-heading-jagd:before {
  content: "JAGDSZENARIEN";
  position: absolute;
  font-size: clamp(26px, calc(20px + 6.333vw), 10rem);
  opacity: 0.21;
  inset: 0;
  transform: translate(0%, 25%);
  -webkit-transform: translate(0%, 72%);
  -moz-transform: translate(0%, 72%);
  -ms-transform: translate(0%, 72%);
  -o-transform: translate(0%, 72%);
  @media screen and (width >= 1024px) {
    font-size: clamp(26px, calc(24px + 6.333vw), 10rem);
    transform: translate(0%, 25%);
    -webkit-transform: translate(0%, 40%);
    -moz-transform: translate(0%, 40%);
    -ms-transform: translate(0%, 40%);
    -o-transform: translate(0%, 40%);
  }
}
h2.szenarien-heading-sport:before {
  content: "SPORTSZENARIEN";
  position: absolute;
  font-size: clamp(26px, calc(20px + 6.333vw), 10rem );
  opacity: 0.21;
  inset: 0;
  transform: translate(0%, 25%);
  -webkit-transform: translate(0%, 72%);
  -moz-transform: translate(0%, 72%);
  -ms-transform: translate(0%, 72%);
  -o-transform: translate(0%, 72%);
  @media screen and (width >= 1024px) {
    font-size: clamp(26px, calc(24px + 6.333vw), 10rem);
    transform: translate(0%, 25%);
    -webkit-transform: translate(0%, 40%);
    -moz-transform: translate(0%, 40%);
    -ms-transform: translate(0%, 40%);
    -o-transform: translate(0%, 40%);
  }
}
@scope (.gaim-advantage-wrapper) {
  .gaim-advantage-container .home-portfolio-card-el .portfolio-card-wrapper {
    min-height: 286px;
  }
}
html.menu-is-opened {
  overflow: hidden;
  touch-action: none;
}
.lazy-section {
  content-visibility: auto;
  contain-intrinsic-size: 1024px;
}
li.default-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
article .post-thumbnail {
  display: none !important;
}
.border-radius, [border-radius="normal"] {
  border-radius: var(--vaons-border-radius) !important;
  -webkit-border-radius: var(--vaons-border-radius) !important;
  -moz-border-radius: var(--vaons-border-radius) !important;
  -ms-border-radius: var(--vaons-border-radius) !important;
  -o-border-radius: var(--vaons-border-radius) !important;
}
.post-Impressum article.type-page {
  min-height: 860px;
}
.reservieren-button {
  background-color: var(--color-lila-default);
  font-size: 22px;
  border-radius: 10px;
  padding: 16px 42px 16px 42px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  color: var(--white);
  position: fixed;
  left: 50%;
  bottom: -22px;
  z-index: 99;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: height 0.5s ease-in-out;
  -webkit-transition: height 0.5s ease-in-out;
  -moz-transition: height 0.5s ease-in-out;
  -ms-transition: height 0.5s ease-in-out;
  -o-transition: height 0.5s ease-in-out;
  width: max-content;
  &:hover {
    background-color: var(--btn-default-hover);
    color: var(--white);
  }
}
.vaons-default-button-link svg {
  height: 1em;
}
@media screen and (min-width: 768px) {
  .reservieren-button {
    bottom: -6px;
  }
}
div#scroll {
  bottom: 2px;
  overflow: hidden;
  border-radius: 50% !important;
  right: 5px !important;
}
@media screen and (min-width: 1024px) {
  div#scroll {
    bottom: 22px;
    right: 2rem !important;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
  }
}
.buchen-btn {
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1) !important;
  backdrop-filter: blur(40px);
  -webkit-backdrop-filter: blur(4px);
  border: 2px solid rgba(255, 255, 255, 0.2);
  padding: 12px 18px !important;
  border-radius: 8px;
  color: white;
  font-weight: 500;
  display: block;
  text-align: center;
  cursor: pointer;
  display: inline;
}
.buchen-btn:hover {
  background: rgba(255, 255, 255, 0.3);
}
[bg-lila].buchen-btn {
  background: var(--btn-default) !important;
}
[bg-lila].buchen-btn:hover {
  background: var(--btn-default-hover) !important;
}
.hero-image-wrapper > div {
  height: 480px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .hero-image-wrapper > div {
    height: 100%;
  }
}
.hero-image-wrapper img {
  transform-origin: top;
  transform: scaleY(0);
  transition: transform 0.5s ease;
}
.hero-image-wrapper.is-open img {
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
}
#hero-wrapper .video-title h2 {
  font-size: 72px;
  --tw-font-weight: var(--font-weight-bold, 700);
  font-weight: var(--font-weight-bold, 700);
  color: var(--grau) !important;
  text-shadow: 0px 1px 2px var(--tw-text-shadow-color, rgb(0 0 0 / 0.1)), 0px 3px 2px var(--tw-text-shadow-color, rgb(0 0 0 / 0.1)), 0px 4px 8px var(--tw-text-shadow-color, rgb(0 0 0 / 0.1));
}
.hero-video-block-wrapper .video-title {
  position: absolute;
  top: 16%;
  left: 7%;
}
img {
  max-width: 100%;
  height: auto;
  border-radius: var(--vaons-border-radius);
  -webkit-border-radius: var(--vaons-border-radius);
  -moz-border-radius: var(--vaons-border-radius);
  -ms-border-radius: var(--vaons-border-radius);
  -o-border-radius: var(--vaons-border-radius);
}
.elementor img {
  border: none;
  border-radius: 0;
  box-shadow: none;
  height: auto;
  max-width: 100%;
  width: 100%;
}
.hero-girl-image img {
  min-height: 720px !important;
  object-fit: cover;
  position: relative;
  top: 100px;
}
@media screen and ( min-width: 992px ) {
  .hero-girl-image img {
    min-height: 720px !important;
    object-fit: cover;
    width: 50vw;
    top: 100px;
    position: relative;
  }
}
@media screen and ( min-width: 2048px ) {
  .hero-girl-image img {
    min-height: 920px !important;
    object-fit: cover;
    width: 45vw;
  }
}
@media screen and ( min-width: 3400px ) {
  .hero-girl-image img {
    min-height: 920px !important;
    object-fit: cover;
    width: 30vw;
    top: 160px;
    position: relative;
  }
}
.hero-slider .swiper-wrapper, .hero-slider .swiper-slide {
  will-change: transform;
}
.hero-slider .swiper-container {
  container-name: hero-slider;
  container-type: inline-size;
}
.slider-wrapper .image-slider .swiper-slide {
  border-radius: var(--vaons-border-radius);
}
.hero-slider .swiper-wrapper .swiper-slide img {
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: calc( 100vh - 140px );
}
.swiper-wrapper .swiper-slide .overlay {
  background: url(/wp-content/uploads/2024/06/pixel_top.png);
  z-index: 999;
}
.hero-slider .swiper-pagination-bullets {
  bottom: 30px;
}
.hero-slider .swiper-pagination-bullets .swiper-pagination-bullet {
  background: #fff;
  width: 10px;
  height: 10px;
  opacity: 0.5;
  margin: 0 12px;
}
.hero-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.hero-slider .swiper-pagination-bullet:before {
  content: "";
  width: 18px;
  height: 18px;
  display: block;
  background: transparent;
  border: 2px solid #fff;
  border-radius: 100%;
  left: -4px;
  position: relative;
  top: -4px;
}
.hero-slider .swiper-slide:before {
  content: "";
  position: absolute;
  display: block;
  inset: 0;
  background-image: url(/wp-content/uploads/2024/06/pixel_top.png);
  background-repeat: repeat;
  opacity: 0.75;
  overflow: hidden;
}
@container hero-slider (min-width: 1200px) {
  .hero-slider .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px;
  }
  .hero-slider .swiper-wrapper .swiper-slide img {
    max-height: 860px;
    -o-object-fit: cover;
    object-fit: cover;
    height: 720px;
  }
}
[border-radius="normal"] .ug-gallery-wrapper {
  border-radius: var(--vaons-border-radius) !important;
}
.hero-video-wrapper video {
  min-height: 720px;
  width: 100%;
}
body .game-card-v2-d-none {
  display: none !important;
}
body .unsere-location-item, body .game-card-v2 {
  position: relative;
  overflow: hidden;
  transition: none !important;
  will-change: transform;
  box-shadow: 6px 6px 12px 1px rgba(255, 255, 255, 0.125), -6px -6px 12px 1px rgba(0, 0, 0, 0.25), inset 0 0 120px 0 rgb(0 0 0);
}
.game-card-v2 h3 {
  color: var(--color-white) !important;
  font-size: 28px !important;
  font-weight: 600 !important;
  margin: 0 !important;
}
.game-card-v2--header span {
  padding: 6px 18px;
  font-size: 1rem;
  font-weight: 600;
}
.game-card-v2--header span.age {
  width: 65px;
}
.schwierigkeit.absolute {
  right: 10px;
  top: 68px;
}
.schwierigkeit.absolute .set-glass {
  border-radius: 6px !important;
  border: 0 none !important;
}
.schwierigkeit.absolute img {
  width: 64px;
  height: 64px;
  border: 0 none !important;
  border-radius: 6px;
}
.schwierigkeit.schwierigkeit-post-wrapper {
  left: 30px;
  right: unset;
  z-index: 99;
  top: 30px;
}
body .card-content {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -500px;
  z-index: 25;
  -webkit-transition: bottom .25s ease-out;
  -o-transition: bottom .25s ease-out;
  transition: bottom .25s ease-out;
}
body .card-content:before {
  content: "";
  display: block;
  width: calc(100% + 1px);
  pointer-events: none;
  border-radius: 8px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='1' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.1'/%3E%3C/svg%3E");
  background-size: 200px 200px;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  -webkit-filter: saturate(150%);
  filter: saturate(150%);
  min-height: 420px;
  position: absolute;
  inset: 0;
  z-index: 0;
  -webkit-box-shadow: inset 0 1px 3px rgb(255 255 255 / 20%) !important;
  box-shadow: inset 0 1px 3px rgb(255 255 255 / 20%) !important;
}
body .card-body {
  min-height: 396px;
  overflow: hidden;
  font-size: clamp(1rem, 17px, 18px);
  font-weight: 500;
  line-height: 1.5;
  color: var(--grau);
  text-shadow: 0 2px 3px rgb(0 0 0 / 30%);
  padding: 16px;
}
body .game-card-v2:hover .card-content {
  bottom: 0;
  min-height: 420px;
  -webkit-transition: bottom .25s ease-in;
  -o-transition: bottom .25s ease-in;
  transition: bottom .25s ease-in;
}
main.spiele-archiv {
  position: relative;
  z-index: 10;
  background-color: var(--color-primary);
}
body .game-card-v2 {
  min-height: 480px;
  background-image: var(--bg);
  background-size: cover;
  background-position: center;
}
.game-card-v2 .more-info a, .game-card-v2 .more-info a:hover, .game-card-v2 .book-game a, .game-card-v2 .book-game a:hover {
  color: var(--color-white);
}
.e-fas-vr-cardboard:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.escape-card-wrapper {
  will-change: transform;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: perspective(1000px);
  transform: perspective(1000px);
}
.escape-card .elementor-heading-title a {
  -webkit-transition: left .1s ease-in;
  -o-transition: left .1s ease-in;
  transition: left .1s ease-in;
  left: 0;
  position: relative;
}
.escape-card .elementor-heading-title a:hover {
  left: 5px;
  -webkit-transition: left .1s ease-in;
  -o-transition: left .1s ease-in;
  transition: left .1s ease-in;
}
.escape-card .elementor-widget-image a {
  display: block;
}
.ticket-container {
  container-name: ticket-container;
  container-type: inline-size;
}
.logo-mit-opacity, .logo-mit-opacity :where(img,svg) {
  -webkit-transition: opacity .3s linear;
  -o-transition: opacity .3s linear;
  transition: opacity .3s linear;
}
@container ticket-container ( min-width: 2400px ) {
  .ticket-container .ticket-container-gradient {
    background-color: transparent;
    background-image: -o-linear-gradient(45deg, var(--e-global-color-secondary) 44%, #5F37948A 100%);
    background-image: linear-gradient(45deg, var(--e-global-color-secondary) 44%, #5F37948A 100%);
  }
}
@scope (.gaim-intro-cards) {
  .gaim-intro-cards__grid {
    container: cards__grid / inline-size;
  }
  @container cards__grid (min-width: 688px) {
    .gaim-intro-cards__grid {
      grid-template-columns: repeat(2, 1fr);
    }
    .gaim-card-wrapper:last-child {
      grid-column: 1 / -1;
    }
  }
  @container cards__grid (min-width: 984px) {
    .gaim-intro-cards__grid {
      grid-template-columns: repeat(3, 1fr);
    }
    .gaim-card-wrapper:last-child {
      grid-column: auto;
    }
    .gaim-card-wrapper:not(.gaim-card-szenario):nth-child(5) {
      grid-column: span 2;
      grid-row: span 2;
    }
  }
  .gaim-cards__cover .wp-block-cover__inner-container {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    min-height: 480px;
    color: inherit;
  }
  .gaim-card-szenario {
    background-color: var(--color-dark-1);
  }
  .gaim-card-szenario:hover:before {
    background-color: var(--color-lila-default);
  }
  .gaim-card-szenario:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: var(--vaons-border-radius);
    z-index: 0;
    transition: background-color 0.3s ease;
    -webkit-border-radius: var(--vaons-border-radius);
    -moz-border-radius: var(--vaons-border-radius);
    -ms-border-radius: var(--vaons-border-radius);
    -o-border-radius: var(--vaons-border-radius);
  }
  .gaim-card-szenario_body {
    min-height: 16ch;
  }
  .gaim-card-szenario:hover .gaim-card-szenario_footer .btn-default a {
    background-color: var(--btn-default-hover) !important;
  }
  h3, .h3, main.spiele-archiv h3 {
    --heading-h3-font-size: clamp(26px, calc(24px + .25vw), 2.25rem);
    --heading-h3-line-height: 1.35;
    font-size: var(--heading-h3-font-size);
    line-height: var(--heading-h3-line-height);
    font-weight: 500;
  }
  img.gaim-card-szenario_image {
    object-fit: cover;
    -webkit-filter: url(#sharpen) saturate(1.2) brightness(1.2);
    filter: url(#sharpen) saturate(1.2) brightness(1.2);
  }
}
:root {
  --headline-font-size-min: 2rem;
  --headline-font-size-fluid: 6vw;
  --headline-font-size-max: 10rem;
  --headline-height-min: 10ch;
  --headline-height-fluid: 18vw;
  --headline-height-max: 36ch;
  --headline-font-family: var(--font-family-grotesk);
  --headline-font-weight: 700;
  --headline-line-height: .75;
  --headline-letter-spacing: -.03em;
  --headline-stroke-width: 2px;
  --headline-stroke-color: rgba(255,255,255,.95);
  --headline-shadow-offset-y: 65%;
  --headline-shadow-opacity: 1;
  --headline-shadow-stroke-color: rgba(255,255,255,.25);
}
.headline-container {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  min-height: clamp( var(--headline-height-min), var(--headline-height-fluid), var(--headline-height-max) );
}
.headline-outline {
  position: relative;
  margin: 0;
  padding: 0;
  width: fit-content;
  font-family: var(--headline-font-family);
  font-weight: var(--headline-font-weight);
  line-height: var(--headline-line-height);
  letter-spacing: var(--headline-letter-spacing);
  text-align: center;
  white-space: nowrap;
  font-size: clamp( var(--headline-font-size-min), var(--headline-font-size-fluid), var(--headline-font-size-max) );
  color: transparent;
  -webkit-text-stroke: var(--headline-stroke-width) var(--headline-stroke-color);
}
.headline-outline::after {
  content: attr(data-text);
  position: absolute;
  left: 50%;
  top: var(--headline-shadow-offset-y);
  transform: translateX(-50%);
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  white-space: nowrap;
  color: transparent;
  -webkit-text-stroke: var(--headline-stroke-width) var(--headline-shadow-stroke-color);
  opacity: var(--headline-shadow-opacity);
  pointer-events: none;
}
@media (max-width: 768px) {
  :root {
    --headline-stroke-width: 1px;
  }
}
.lights-on-headline {
  position: relative;
}
.lights-on-headline::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, hsl(from rgba(139, 92, 246, 0.2) h s l / 0.2) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}
.headline-container.unterhaltung {
  --headline-font-size-min: 2rem;
  --headline-font-size-fluid: 6vw;
  --headline-font-size-max: 6rem;
  min-height: 6ch;
  font-size: clamp( var(--headline-font-size-min), var(--headline-font-size-fluid), var(--headline-font-size-max) );
}
.game-slider-component-wrapper .swiper {
  width: 100%;
  height: 100%;
}
.game-slider-component-wrapper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
}
.game-slider-component-wrapper .game-slider-wrapper {
  --slider-min-height: 640px;
  min-height: var(--slider-min-height);
  width: 100%;
}
.game-slider-component-wrapper .thumbsSlider {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}
.game-slider-component-wrapper .thumbsSlider .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
  cursor: pointer;
}
.game-slider-component-wrapper .thumbsSlider .swiper-slide-thumb-active {
  opacity: 1;
}
.game-slider-component-wrapper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.game-slider-component-wrapper .thumbsSlider img {
  width: 200px;
  height: 100px;
  object-fit: cover;
  object-position: center;
}
.game-slider-component-wrapper .swiper-pagination-bullet-active {
  background: var(--grau);
  height: 12px;
  width: 12px;
}
.game-slider-component-wrapper .swiper-pagination-bullet {
  background: #ffffff;
  opacity: 0.75;
}
.game-slider-component-wrapper .swiper-pagination-bullet-active-next, .game-slider-component-wrapper .swiper-pagination-bullet-active-prev, .game-slider-component-wrapper .swiper-pagination-bullet-active-next-next, .game-slider-component-wrapper .swiper-pagination-bullet-active-prev-prev {
  height: 12px !important;
  width: 12px !important;
}
.plyr {
  border-radius: var(--vaons-border-radius);
  -webkit-border-radius: var(--vaons-border-radius);
  -moz-border-radius: var(--vaons-border-radius);
  -ms-border-radius: var(--vaons-border-radius);
  -o-border-radius: var(--vaons-border-radius);
}
.plyr__video-embed, .plyr__video-wrapper--fixed-ratio {
  --player-max-height: 720px;
  max-height: var(--player-max-height);
  position: relative;
  overflow: hidden;
  min-height: 480px;
  width: 100%;
}
body .pum-theme-standard-theme button.pum-close.popmake-close {
  top: 10px;
  right: 10px;
  padding: 10px 18px;
}
.pum-theme-standard-theme .pum-content, .pum-theme-standard-theme .pum-content {
  padding-top: 45px;
}
body .pum-theme-standard-theme [tabindex]:focus-visible {
  outline: 0 none !important;
}
body .pum-content.popmake-content :is(h1,h2,h3,h4,h5,h6) {
  line-height: 1.2;
}
.show-modal-text-wraper {
  position: fixed;
  width: 480px;
  max-width: 100%;
  left: 50%;
  bottom: -1000px;
  border-radius: 8px;
  padding: 0 2px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  container: modalBoxInfo / inline-size;
  z-index: 997;
  border: 2px solid #cdcdcd;
}
@media screen and ( max-width: 767px ) {
  .show-modal-text-wraper {
    width: 380px;
  }
}
.show-modal-text-wraper :where( p,a,span,div ) {
  color: #fff;
  font-size: 1.5rem;
}
.show-modal-text-wraper .close-modal-info span, .show-modal-text-wraper .close-modal-info span:hover {
  padding: 5px;
  -webkit-transition: all 0.1s cubic-bezier(0.4, 0, 1, 1);
  -o-transition: all 0.1s cubic-bezier(0.4, 0, 1, 1);
  transition: all 0.1s cubic-bezier(0.4, 0, 1, 1);
}
.modal-info-footer :where(p,span) {
  font-size: 1.2rem;
}
.modal-info-header .modal-header-ueberschrift {
  font-size: 1.5rem;
  font-weight: 900;
  text-align: center;
  display: block;
  -webkit-margin-after: 1rem;
  margin-block-end: 1rem;
}
.modal-info-body {
  padding: 20px;
  text-wrap: balance;
}
.modal-info-body p, .modal-info-body span {
  display: block;
  text-align: center;
}
.modal-info-footer p, .modal-info-footer span {
  display: block;
  text-align: center;
}
.close-modal-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 3px 1rem 3px 0;
  font-weight: 900;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-margin-after: 0.5rem;
  margin-block-end: 10px;
  border-radius: 6px 6px 0 0;
  background: #323232;
  border-bottom: 1px solid #fff;
}
span.modal-footer-span {
  text-align: right;
  padding: 10px;
}
.close-modal-info span {
  cursor: pointer;
}
.close-modal-info span:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.pum-theme-standard-theme .pum-container {
  background: rgba(255, 255, 255, 0.1) !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1) !important;
  backdrop-filter: blur(32px) !important;
  -webkit-backdrop-filter: blur(32px) !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  border-radius: 16px !important;
  filter: saturate(140%) !important;
  line-height: 1 !important;
  -webkit-border-radius: 16px !important;
  -moz-border-radius: 16px !important;
  -ms-border-radius: 16px !important;
  -o-border-radius: 16px !important;
}
.pum-content.popmake-content :is(p,a,span) {
  font-size: 20px;
}
body .pum-theme-standard-theme button.pum-close.popmake-close:hover {
  background-color: hsl(from #1dbe61 h s 30%);
}
.pum-container .button-link a {
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-block: 20px;
}
body .pum-theme-standard-theme .pum-container.pum-responsive {
  width: 100%;
}
@media screen and ( min-width: 768px ) {
  body .pum-theme-standard-theme .pum-container.pum-responsive {
    width: clamp(420px, 45%, 640px) !important;
  }
}
article.gutscheine-article > a {
  background: #2e2e2e !important;
  border-radius: 15%;
  box-shadow: 6px 6px 12px 1px rgba(255, 255, 255, 0.06), -6px -6px 12px 1px rgba(0, 0, 0, 0.25) !important;
  display: block !important;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
  color: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
form.wpcf7-form[action="/kontakt/#wpcf7-f458-p283-o1"] ::placeholder {
  color: #fff;
}
select.wpcf7-form-control.anzahl {
  color: #fff !important;
}
iframe {
  max-width: 100%;
}
ol, ul {
  list-style: none;
}
input, area, button, select {
  outline: none;
}
hr {
  margin: calc( var(--base) * .3 ) 0;
}
figure {
  margin: 0 0 1rem 0;
  padding: 0;
}
input[type="checkbox"] {
  accent-color: var(--color-lila-default);
  height: 20px;
  width: 20px;
}
button:focus-visible, a:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible, summary:focus-visible, [tabindex]:focus-visible {
  outline: 2px solid #2563eb !important;
  outline-offset: 2px;
  border-radius: 4px;
}
input[type="date"]:focus-visible, textarea:focus-visible, input[type="date"]:visited, input[type="email"]:focus-visible, input[type="email"]:visited, input[type="number"]:focus-visible, input[type="number"]:visited, input[type="password"]:focus-visible, input[type="password"]:visited, input[type="search"]:focus-visible, input[type="search"]:visited, input[type="tel"]:focus-visible, input[type="tel"]:visited, input[type="text"]:focus-visible, input[type="text"]:visited, select:visited, select:focus-visible, textarea:visited, textarea:focus-visible {
  border-color: transparent !important;
  outline-color: #777 !important;
}
form.wpcf7-form {
  color: #fff;
}
.contact-form-field-wrapper {
  padding: 5px;
}
input.wpcf7-form-control.wpcf7-submit {
  display: inline-block;
  max-width: 150px;
  background-color: #5E3691;
  font-size: 22px;
  border-radius: 8px 8px 8px 8px;
  padding: 22px 45px;
  border: none;
  outline: none;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}
input.wpcf7-form-control.wpcf7-submit:hover {
  background-color: #492A71;
}
span.wpcf7-form-control.wpcf7-checkbox {
  padding: 20px 0;
}
select option {
  color: var(--text-dark-color);
}
.wpcf7-not-valid-tip {
  font-size: 1rem;
}
.uacf7-col-6, .uacf7-col-12 {
  padding-left: 0;
  padding-right: 0;
}
.contact-form-field-wrapper.captcha-field {
  max-width: 420px;
  border-radius: 8px;
  left: 0px;
  position: relative;
  margin: 5px 0;
}
.contact-form-field-wrapper.captcha-field .captcha-image {
  border: none;
}
.contact-form-field-wrapper.captcha-field .captcha-image label {
  display: inline !important;
  position: relative;
  margin-right: 1rem;
}
.contact-form-field-wrapper.checkboxes-feld .wpcf7-form-control.wpcf7-checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.contact-form-field-wrapper.checkboxes-feld .wpcf7-form-control.wpcf7-checkbox label span.wpcf7-list-item-label {
  margin-left: 0.5rem;
}
.contact-form-field-wrapper .wpcf7-form-control-wrap[data-name="tel-546"] {
  position: relative;
  top: -5px;
}
.contact-form-field-wrapper .cf7ic_instructions {
  font-size: 18px;
  max-width: 75%;
  margin: 0 auto;
}
.contact-form-field-wrapper .captcha-image {
  padding: 5px 0;
}
@media screen and ( min-width: 1025px ) {
  .uacf7-col-3, .uacf7-col-4, .uacf7-col-6, .uacf7-col-12 {
    padding: 0 !important;
  }
}
.faq-element .elementor-accordion-item .elementor-tab-title {
  display: flex;
  align-items: center;
}
body .faq-section .elementor-accordion .elementor-tab-title .elementor-accordion-icon svg {
  width: 1.3rem;
  height: 1.3rem;
}
body .faq-section .elementor-accordion .elementor-tab-title .elementor-accordion-icon {
  display: inline-block;
  width: 2rem;
}
.unsere-standorte-item {
  position: relative;
}
.unsere-standorte-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: var(--vaons-border-radius);
  z-index: 0;
  transition: background-color 0.3s ease;
  -webkit-border-radius: var(--vaons-border-radius);
  -moz-border-radius: var(--vaons-border-radius);
  -ms-border-radius: var(--vaons-border-radius);
  -o-border-radius: var(--vaons-border-radius);
}
.unsere-standorte-item > * {
  position: relative;
  z-index: 1;
}
.unsere-standorte-item:hover:before {
  background-color: var(--color-lila-default);
}
@scope (.standorte-wrapper) {
  @container standort (max-width: 767px) {
    .game-grid-wrapper article h3, .game-grid-wrapper article .h3, .game-grid-wrapper .elementor-kit-24 h3 {
      font-size: clamp(18px, 1.35rem, 1.75rem) !important;
      font-weight: 700;
      line-height: 1.35;
    }
  }
}
@layer utilities {
  .btn-default a {
    background-color: var(--btn-default) !important;
  }
  .btn-default-hover a:hover {
    background-color: var(--btn-default-hover) !important;
  }
  .bg-gradient-default {
    background-color: transparent;
    background-image: -o-linear-gradient(45deg, #323232 30%, #5E3691 100%);
    background-image: linear-gradient(45deg, #323232 30%, #5E3691 100%);
  }
  .bg-primary {
    background-color: var(--color-primary) !important;
  }
  .bg-secondary {
    background-color: var(--color-secondary) !important;
  }
  .bg-blue-gradient {
    background-color: transparent;
    background-image: var( --bg-blue-gradient ) !important;
  }
  .bg-blue-tree {
    background-color: transparent;
    background-image: var( --bg-blue-tree ) !important;
  }
  .native-gradient {
    background-color: transparent;
    background-image: var( --native-gradient ) !important;
  }
}
@layer utilities {
  .inline, .inline :has(h1, h2, h3, h4, h5, h6) {
    display: inline !important;
  }
  .inset-0 {
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
  }
  .inset-auto {
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }
  .p-0 {
    padding: 0 !important;
  }
  .will-change-transform {
    will-change: transform;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .sticky {
    position: sticky;
  }
  .flex {
    display: flex;
  }
  .h-full {
    height: 100%;
  }
  .w-full {
    width: 100%;
  }
  .p-1 {
    padding: 0.25rem;
  }
  .p-2 {
    padding: 0.5rem;
  }
  .p-3 {
    padding: 0.75rem;
  }
  .p-4 {
    padding: 1rem;
  }
  .p-5 {
    padding: 1.25rem;
  }
  .p-6 {
    padding: 1.5rem;
  }
  .p-7 {
    padding: 1.75rem;
  }
  .p-8 {
    padding: 2rem;
  }
  .p-9 {
    padding: 2.25rem;
  }
  .p-10 {
    padding: 2.5rem;
  }
  .p-11 {
    padding: 2.75rem;
  }
  .p-12 {
    padding: 3rem;
  }
}
.hs-scroll-down-wrap {
  height: 100%;
  position: relative;
  bottom: 0;
  background: transparent;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mousey {
  width: 30px;
  height: 45px;
  border-radius: 10px;
  border-width: 1px;
  border-style: solid;
  border-color: #5E36911A;
  box-sizing: border-box;
  background: #FFFFFF;
  position: relative;
  overflow: clip;
  overflow-clip-margin: 10px;
}
.mousey:before {
  content: '';
  position: absolute;
  right: 50%;
  bottom: 0;
  width: 2px;
  height: 20px;
  background: #ddd;
}
.scroller {
  position: relative;
  left: 50%;
  top: 6px;
  margin-left: -3px;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  animation-name: scroll;
  animation-duration: 2.2s;
  animation-timing-function: cubic-bezier(.15, .41, .69, .94);
  animation-iteration-count: infinite;
  background: #742799;
}
@keyframes scroll {
  0% {
    opacity: 0;
  }
  10% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(50px);
    opacity: 0;
  }
}
@layer utilities {
  .vaons-shadow-sm {
    -webkit-box-shadow: var( --vaons-shadow-sm ) !important;
    box-shadow: var( --vaons-shadow-sm ) !important;
  }
  .vaons-shadow-lg {
    -webkit-box-shadow: var( --vaons-shadow-lg ) !important;
    box-shadow: var( --vaons-shadow-lg ) !important;
  }
  .vaons-shadow-xl {
    -webkit-box-shadow: var( --vaons-shadow-xl ) !important;
    box-shadow: var( --vaons-shadow-xl ) !important;
  }
  .text-shadow-sm, .text-shadow-sm:is(h1,h2,h3,p,span) {
    text-shadow: var( --text-shadow-sm ) !important;
  }
  .text-shadow-lg, .text-shadow-lg :is(h1,h2,h3,p,span) {
    text-shadow: var( --text-shadow-lg ) !important;
  }
  .text-shadow-xl, .text-shadow-xl :is(h1,h2,h3,p,span) {
    text-shadow: var( --text-shadow-xl ) !important;
  }
  .set-glass {
    background: rgba(255, 255, 255, 0.1) !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1) !important;
    backdrop-filter: blur(6px) !important;
    -webkit-backdrop-filter: blur(6px) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    filter: saturate(140%) !important;
    line-height: 1 !important;
    border-radius: 6px !important;
    -webkit-border-radius: 6px !important;
    -moz-border-radius: 6px !important;
    -ms-border-radius: 6px !important;
    -o-border-radius: 6px !important;
  }
  .ripple {
    background-position: center;
    -webkit-transition: background 0.8s;
    -o-transition: background 0.8s;
    transition: background 0.8s;
  }
  .ripple:hover {
    background: #47a7f5 -o-radial-gradient(circle, transparent 1%, #47a7f5 1%) center/15000%;
    background: #47a7f5 radial-gradient(circle, transparent 1%, #47a7f5 1%) center/15000%;
  }
  .ripple:active {
    background-color: #6eb9f7;
    background-size: 100%;
    -webkit-transition: background 0s;
    -o-transition: background 0s;
    transition: background 0s;
  }
  .bubble {
    position: absolute;
    border-radius: 50%;
    background-color: rgba( 255,255,255, 0.7);
    -webkit-animation: move 3s ease-out forwards;
    animation: move 3s ease-out forwards;
    pointer-events: none;
    z-index: 1000;
  }
  .bubble-link:not(.button-link) {
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
  }
  @-webkit-keyframes move {
    0% {
      -webkit-transform: translate(0, 0) scale(1);
      transform: translate(0, 0) scale(1);
    }
    100% {
      -webkit-transform: translate(var(--x), var(--y)) scale(1.1);
      transform: translate(var(--x), var(--y)) scale(1.1);
      opacity: 0;
    }
  }
  @keyframes move {
    0% {
      -webkit-transform: translate(0, 0) scale(1);
      transform: translate(0, 0) scale(1);
    }
    100% {
      -webkit-transform: translate(var(--x), var(--y)) scale(1.1);
      transform: translate(var(--x), var(--y)) scale(1.1);
      opacity: 0;
    }
  }
  .neumorphism-dark-md {
    background: #2e2e2e;
    border-radius: 15px;
    box-shadow: 6px 6px 12px 1px rgba(255, 255, 255, 0.06), -6px -6px 12px 1px rgba(0, 0, 0, 0.25);
  }
}
.animate-fadeIn {
  animation: fadeIn 1s ease-in-out;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.neumorphism-default {
  box-shadow: 6px 6px 12px 1px rgba(255, 255, 255, 0.125), -6px -6px 12px 1px rgba(0, 0, 0, 0.25), inset 0 0 120px 0 rgb(0 0 0) !important;
}
.border-radius, .vaons-border-radius {
  border-radius: var(--vaons-border-radius);
}
[border-radius="normal"] {
  border-radius: var(--vaons-border-radius) !important;
}
.page-template-full-width header.page-header h1.entry-title {
  display: none !important;
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-text-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-text-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
      --tw-ease: initial;
      --tw-text-shadow-color: initial;
      --tw-text-shadow-alpha: 100%;
    }
  }
}
