/* KSW Tailwind Components – prefixed with dj_
   Requires Tailwind in your build so that @apply resolves to utilities.
*/

@tailwind base;

@tailwind components;

@tailwind utilities;

/* FZP – Tailwind component layer using BEM-style naming (namespace prefix: fzp-)
   Place this file AFTER Tailwind so @apply resolves.
   Blocks are prefixed with `fzp-`, elements with `__`, modifiers with `--`.
*/

@tailwind base;

@tailwind components;

@tailwind utilities;

/* ----------------------------------
   Base tokens
----------------------------------- */

/* ----------------------------------
   Components (BEM + fzp namespace)
----------------------------------- */

/* --- Sidebar-Basisbreite und geöffnete Breite als Variablen --- */

/* ----------------------------------
   BEM additions & layout fixes
----------------------------------- */

/* ----------------------------------
   Components for grid/content block (BEM + fzp)
----------------------------------- */

/* ----------------------------------
Center-in-viewport component (BEM + fzp)
----------------------------------- */

/* ----------------------------------
Horizontal center component (BEM + fzp)
----------------------------------- */

@tailwind base;

@tailwind components;

@tailwind utilities;

/* Zentralisierte CSS-Variablen (keine Farbwerte in Klassen) */

:root {
  --primary-rgb: 28 28 190;
  --primary: rgb(var(--primary-rgb));
  --main: var(--black);
  --secondary-rgb: 28 28 190;
  --secondary: rgb(var(--secondary-rgb) / 0.6000000238418579);
  --black: rgb(var(--black-rgb));
  --white: rgb(var(--white-rgb));
  --grey-700-rgb: 66 66 66;
  --grey-700: rgb(var(--grey-700-rgb));
  --grey-600-rgb: 97 97 97;
  --grey-600: rgb(var(--grey-600-rgb));
  --grey-500-rgb: 158 158 158;
  --grey-500: rgb(var(--grey-500-rgb));
  --grey-400-rgb: 189 189 189;
  --grey-400: rgb(var(--grey-400-rgb));
  --grey-300-rgb: 224 224 224;
  --grey-300: rgb(var(--grey-300-rgb));
  --grey-200-rgb: 229 231 234;
  --grey-200: rgb(var(--grey-200-rgb));
  --lightest-rgb: 239 239 255;
  --lightest: rgb(var(--lightest-rgb));
  --red-rgb: 215 38 56;
  --red: rgb(var(--red-rgb));
  --blue-rgb: 0 166 237;
  --blue: rgb(var(--blue-rgb));
  --green-rgb: 46 182 125;
  --green: rgb(var(--green-rgb));
  --yellow-rgb: 255 199 44;
  --yellow: rgb(var(--yellow-rgb));
  --light-yellow-rgb: 255 243 211;
  --light-yellow: rgb(var(--light-yellow-rgb));
  --primary-button-main: var(--white);
  --primary-button-background: var(--primary);
  --primary-button-hover: var(--grey-600);
  --primary-button-active: var(--grey-700);
  --primary-button-disabled-bg: var(--grey-500);
  --primary-button-disabled-text: var(--grey-200);
  --secondary-button-main: var(--primary);
  --secondary-button-background: var(--white);
  --secondary-button-border: var(--primary);
  --secondary-button-hover-bg: var(--grey-200);
  --secondary-button-active-bg: var(--grey-300);
  --secondary-button-disabled-text: var(--grey-200);
  --secondary-button-disabled-bg: var(--white);
  --secondary-button-disabled-border: var(--grey-400);
  --tertiary-button-main: var(--black);
  --tertiary-button-background: var(--white);
  --tertiary-button-hover-bg: var(--grey-200);
  --tertiary-button-active-text: var(--primary);
  --tertiary-button-disabled-text: var(--grey-400);
  --button-group-main: var(--primary);
  --button-group-background: var(--white);
  --button-group-border: var(--primary);
  --fzp-brand-blue: rgb(var(--fzp-brand-blue-rgb));
  --nav-w: 72px;
  --nav-w-open: 288px;
  --fzp-color-black: rgb(var(--fzp-color-black-rgb));
  --fzp-color-main: rgb(var(--fzp-color-main-rgb));
  --fzp-border-layout: rgb(var(--fzp-border-layout-rgb));
  --white-rgb: 255 255 255;
  --black-rgb: 33 33 33;
  --fzp-brand-blue-rgb: 22 40 183;
  --fzp-color-black-rgb: 0 0 0;
  --fzp-color-main-rgb: 64 64 64;
  --fzp-border-layout-rgb: 229 231 235;
  --dj-newsletter-bg: rgb(var(--dj-newsletter-bg-rgb));
  --dj-newsletter-bg-rgb: 204 177 240;
  --dj-info-box-bg: rgb(var(--dj-info-box-bg-rgb));
  --dj-info-box-bg-rgb: 193 179 44;
  --dj-gray-900: rgb(var(--dj-gray-900-rgb));
  --dj-gray-900-rgb: 56 56 56;
  --ksw-grey: var(--grey-200);
  --gray-100: var(--grey-200);
  --Content-Item-Background: var(--grey-200);
  --content-item-background: var(--Content-Item-Background);
}

/* @import "components/icons.css";*/

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

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

/* ! tailwindcss v3.4.18 | 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: #e5e7eb;
  /* 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: Madera KSW Web, sans-serif;
  /* 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, monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

[type='text'],input:where(:not([type])),[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

[type='text']:focus, input:where(:not([type])):focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}

input::-moz-placeholder, textarea::-moz-placeholder{
  color: #6b7280;
  opacity: 1;
}

input::placeholder,textarea::placeholder{
  color: #6b7280;
  opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper{
  padding: 0;
}

::-webkit-date-and-time-value{
  min-height: 1.5em;
  text-align: inherit;
}

::-webkit-datetime-edit{
  display: inline-flex;
}

::-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-top: 0;
  padding-bottom: 0;
}

select{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

[multiple],[size]:where(select:not([size="1"])){
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}

[type='checkbox'],[type='radio']{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

[type='checkbox']{
  border-radius: 0px;
}

[type='radio']{
  border-radius: 100%;
}

[type='checkbox']:focus,[type='radio']:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

[type='checkbox']:checked,[type='radio']:checked{
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

@media (forced-colors: active) {
  [type='checkbox']:checked{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='radio']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

@media (forced-colors: active) {
  [type='radio']:checked{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus{
  border-color: transparent;
  background-color: currentColor;
}

[type='checkbox']:indeterminate{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media (forced-colors: active) {
  [type='checkbox']:indeterminate{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus{
  border-color: transparent;
  background-color: currentColor;
}

[type='file']{
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type='file']:focus{
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}

input[type="range"]::-webkit-slider-thumb{
  height: 1rem;
  width: 1rem;
  background: #3B71CA;
  border-radius: 9999px;
  border: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

.dark input[type="range"]::-webkit-slider-thumb{
  background: #8FAEE0;
}

input[type="range"]:disabled::-webkit-slider-thumb{
  background: #a3a3a3;
}

input[type="range"]:disabled:focus::-webkit-slider-thumb{
  background: #a3a3a3;
}

input[type="range"]:disabled:active::-webkit-slider-thumb{
  background: #a3a3a3;
}

.dark input[type="range"]:disabled::-webkit-slider-thumb{
  background: #737373;
}

.dark input[type="range"]:disabled:focus::-webkit-slider-thumb{
  background: #737373;
}

.dark input[type="range"]:disabled:active::-webkit-slider-thumb{
  background: #737373;
}

input[type="range"]::-moz-range-thumb{
  height: 1rem;
  width: 1rem;
  background: #3B71CA;
  border-radius: 9999px;
  border: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

.dark input[type="range"]::-moz-range-thumb{
  background: #8FAEE0;
}

input[type="range"]:disabled::-moz-range-thumb{
  background: #a3a3a3;
}

.dark input[type="range"]:disabled::-moz-range-thumb{
  background: #737373;
}

input[type="range"]::-moz-range-progress{
  background: #3061AF;
}

input[type="range"]::-ms-fill-lower{
  background: #3061AF;
}

.dark input[type="range"]::-moz-range-progress{
  background: #6590D5;
}

.dark input[type="range"]::-ms-fill-lower{
  background: #6590D5;
}

input[type="range"]:focus{
  outline: none;
}

input[type="range"]:focus::-webkit-slider-thumb{
  background: #3061AF;
}

input[type="range"]:active::-webkit-slider-thumb{
  background: #285192;
}

.dark input[type="range"]:focus::-webkit-slider-thumb{
  background: #6590D5;
}

.dark input[type="range"]:active::-webkit-slider-thumb{
  background: #3061AF;
}

@font-face {
  font-family: 'Madera';

  font-display: swap;

  font-weight: 500;

  src: url('/fonts/madera/fonts/MaderaW05Medium.woff2') format('woff2');
}

@font-face {
  font-family: 'Madera';

  font-display: swap;

  font-weight: 400;

  src: url('/fonts/madera/fonts/MaderaW04Regular.woff2') format('woff2');
}

@font-face {
  font-family: 'MaderaKSW';

  font-display: swap;

  font-weight: 400;

  src: url('/fonts/madera/fonts/MaderaKSWWeb.woff2') format('woff2');
}

@font-face {
  font-family: 'MaderaKSW';

  font-display: swap;

  font-weight: 500;

  src: url('/fonts/madera/fonts/MaderaKSWWeb-Medium.woff2') format('woff2');
}

@font-face {
  font-family: 'SuisseWorks';

  font-display: swap;

  font-weight: 400;

  src: url('/fonts/suisseworks/fonts/SuisseWorks-Regular-WebS.woff2') format('woff2');
}

@font-face {
  font-family: 'SuisseWorks';

  font-display: swap;

  font-weight: 500;

  src: url('/fonts/suisseworks/fonts/SuisseWorks-Medium-WebS.woff2') format('woff2');
}

:focus-visible {
  outline: 3px auto var(--fzp-brand-blue);
  outline-offset: 2px;
}

.h1{
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2rem;
  line-height: 1.25;
}

.h2{
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.75rem;
  line-height: 1.25;
}

.h3{
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.75rem;
  line-height: 1.25;
}

p:empty {
  min-height: 0.75rem;
  /* „Leerzeile“ darstellen */
}

/* <p><br></p> (z. B. durch Shift+Enter) */

p:has(> br:only-child) {
  min-height: 0.75rem;
}

/* optional: mehrere Enter hintereinander nicht eskalieren lassen */

p:empty + p:empty,
  p:has(> br:only-child) + p:has(> br:only-child) {
  display: none;
  /* verhindert doppelte Leerzeilen */
}

/* Nummerierte Listen */

ol {
  list-style-type: decimal;
  /* sorgt für 1., 2., 3. */
  list-style-position: outside;
  /* Marker bleibt außen, Standard */
  padding-left: 1.5rem;
  margin: 1rem 0;
}

ol li {
  margin-bottom: 0.5rem;
}

/* Unnummerierte Listen */

ul {
  list-style-type: disc;
  /* sorgt für • */
  list-style-position: outside;
  padding-left: 1.5rem;
  margin: 1rem 0;
}

ul li {
  margin-bottom: 0.5rem;
}

/* Basis: Marker nimmt die Link-/Textfarbe an */

ol li::marker,
ul li::marker {
  color: currentColor;
}

/* 1) Marker FETT, wenn der Listeneintrag fett beginnt */

ol li:has(> strong:first-child)::marker,
ol li:has(> p:first-child > strong:first-child)::marker,
ul li:has(> strong:first-child)::marker,
ul li:has(> p:first-child > strong:first-child)::marker {
  font-weight: 700;
  /* oder bold */
}

/* 2) Marker KURSIV, wenn der Listeneintrag kursiv beginnt */

ol li:has(> em:first-child)::marker,
ol li:has(> i:first-child)::marker,
ol li:has(> p:first-child > em:first-child)::marker,
ol li:has(> p:first-child > i:first-child)::marker,
ul li:has(> em:first-child)::marker,
ul li:has(> i:first-child)::marker,
ul li:has(> p:first-child > em:first-child)::marker,
ul li:has(> p:first-child > i:first-child)::marker {
  font-style: italic;
}

/* Optional: wenn beides zutrifft (z. B. <strong><em>…</em></strong>) sind
   beide Regeln aktiv → Marker wird fett + kursiv – genau wie der Text. */

/* Zeilenumbrüche */

br {
  display: block;
  /* damit es als Block gerendert wird */
  content: "";
  /* sicherstellen, dass es als Element gilt */
  margin-bottom: 0.5rem;
  /* Abstand nach dem Umbruch */
}

p a[href^="http"]:not([href*="localhost"]):not([href*="dev.svprddir602.ads.swkk.de"]):not([href*="test.svprddir602.ads.swkk.de"])::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: .25rem;
  vertical-align: -0.125em;
  background-image: url("/static/svg/open-in-new.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.container{
  width: 100%;
}

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

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

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

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

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

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

.dj_h1{
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.02em;
  font-family: Madera,ui-sans-serif,system-ui,sans-serif;
  font-size: calc(36px*1.2);
}

@media (min-width: 768px) {
  .dj_h1 {
    font-size: calc(4.75rem*1.2);
  }
}

.dj_body-sm{
  line-height: 1.5;
  letter-spacing: -0.01em;
  font-size: 14px;
}

.dj_highlight {
  font-family: SuisseWorks,ui-serif,Georgia,serif;
  letter-spacing: -0.01em;
  font-size: 26px;
  line-height: 1.26;
}

.dj_btn{
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  white-space: nowrap;
  border-radius: 30px;
}

.dj_btn:focus-visible{
  outline-style: solid;
  outline-width: 2px;
  outline-color: var(--fzp-brand-blue);
}

.dj_btn:disabled{
  opacity: 0.6;
}

.dj_btn-text-primary, .dj_btn-text-secondary{
  position: relative;
  border-width: 0px;
  background-color: transparent;
}

.dj_btn-text-primary::after, .dj_btn-text-secondary::after {
  content: "";
  position: absolute;
  left: 0.25rem;
  right: 0.25rem;
  bottom: -0.125rem;
  height: 3px;
  background-color: rgb(var(--fzp-color-main-rgb)/0.3);
}

.dj_btn-text-primary:hover::after, .dj_btn-text-secondary:hover::after{
  background-color: var(--fzp-color-main);
}

.dj_btn-text-secondary{
  font-size: 16px;
}

.dj_hero{
  position: relative;
  height: 60vh;
  min-height: 420px;
  width: 100%;
}

@keyframes dj_marquee {
  to {
    transform: translateX(-50%);
  }
}

.dj_icon{
  display: inline-block;
  height: 1em;
  width: 1em;
  vertical-align: -0.125em;
}

/* layout/grid */

.dj_container{
  width: 100%;
}

@media (min-width: 320px){
  .dj_container{
    max-width: 320px;
  }
}

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

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

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

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

@media (min-width: 1536px){
  .dj_container{
    max-width: 1536px;
  }
}

.dj_container {
  padding-top: 2rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

@media (min-width: 640px){
  .dj_container{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

@media (min-width: 768px){
  .dj_container{
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.dj_row{
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 0.5rem;
}

.dj_col-md-6{
  grid-column: span 12 / span 12;
}

@media (min-width: 768px){
  .dj_col-md-6{
    grid-column: span 6 / span 6;
  }
}

.dj_col-lg-6{
  grid-column: span 12 / span 12;
}

@media (min-width: 1024px){
  .dj_col-lg-6{
    grid-column: span 6 / span 6;
  }
}

/* flex + gaps + justify */

.dj_d-flex{
  display: flex;
}

.dj_flex-col{
  flex-direction: column;
}

.dj_gap-1{
  gap: 0.25rem;
}

.dj_justify-end{
  justify-content: flex-end;
}

.dj_justify-lg-end{
  justify-content: flex-start;
}

@media (min-width: 1024px){
  .dj_justify-lg-end{
    justify-content: flex-end;
  }
}

/* type */

.dj_text-serif {
  font-family: SuisseWorks,ui-serif,Georgia,serif;
}

.dj_small {
  font-size: 0.875rem;
}

/* spacing shims (only those used below) */

.dj_my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.dj_mb-lg-0{
  margin-bottom: 0.25rem;
}

@media (min-width: 1024px){
  .dj_mb-lg-0{
    margin-bottom: 0px;
  }
}

.dj_me-0-25 {
  margin-inline-end: 0.25rem;
}

.dj_mb-0-25 {
  margin-bottom: 0.25rem;
}

/* colors */

.dj_bg-grey {
  background-color: var(--ksw-grey);
}

/* icons */

.dj_icon{
  display: inline-block;
  height: 1em;
  width: 1em;
  vertical-align: -0.125em;
}

.dj_module-icon-sidebar{
  position: fixed;
  left: 30px;
  top: 50%;
  z-index: 99;
  --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));
}

.dj_nav{
  display: flex;
  flex-direction: column;
}

.dj_flex-col{
  display: flex;
  flex-direction: column;
}

.dj_gap-0-5 {
  gap: 0.125rem;
}

.dj_container{
  width: 100%;
}

@media (min-width: 320px){
  .dj_container{
    max-width: 320px;
  }
}

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

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

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

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

@media (min-width: 1536px){
  .dj_container{
    max-width: 1536px;
  }
}

.dj_container {
  padding-top: 2rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

@media (min-width: 640px){
  .dj_container{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

@media (min-width: 768px){
  .dj_container{
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.two-col{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
}

@media (min-width: 1024px){
  .two-col{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.two-col__left{
  margin-top: 0.5rem;
  width: 100%;
}

@media (min-width: 1024px){
  .two-col__left{
    margin-top: 0px;
  }
}

.two-col__right{
  width: 100%;
}

.card-link{
  display: block;
  overflow: hidden;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.card-link:hover{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.card-link {
  margin-bottom: 2rem;
}

.card-link__img{
  aspect-ratio: 4/3;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.card-link__title{
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  letter-spacing: -0.025em;
}

.card-link__subtitle{
  margin-top: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity, 1));
}

.card-link__cta{
  margin-top: 0.75rem;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(67 56 202 / var(--tw-text-opacity, 1));
}

.group:hover .card-link__cta{
  text-decoration-line: underline;
}

.button_row{
  /* Auto layout */
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  gap: 8px;
  width: 159px;
  height: 38px;
  /* Inside auto layout */
  flex: none;
  flex-grow: 0;
}

/* Search Header */

.fzp-search-header{
  position: relative;
  display: flex;
  height: 8rem;
  width: 100%;
  align-items: flex-start;
  justify-content: center;
  gap: 1rem;
  background-size: cover;
  background-position: center;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background-image: linear-gradient(to right, rgb(var(--white-rgb) / 0.85), rgb(var(--white-rgb) / 0)), url('/static/images/faust_header.jpeg');
}

/* Page Shell: wraps nav + main area */

.fzp-page-shell {
  display: grid;
  grid-template-columns: var(--nav-w) 1fr;
  min-height: 100vh;
}

/* Wenn die Navi geöffnet ist, setze .intranet_nav--open auf <nav> */

nav.intranet_nav.intranet_nav--open ~ .fzp-page-shell__main,
.intranet_nav.intranet_nav--open + .fzp-page-shell__main {
  /* nichts nötig – wir steuern es über die Spaltenbreite des Grids (siehe unten) */
}

/* Sidebar-Spalte: nav nimmt die linke Spalte ein */

.fzp-page-shell > nav {
  grid-column: 1 / 2;
  /*width: var(--nav-w);*/
  overflow: visible;
}

/* Content-Spalte: main nimmt die rechte Spalte ein */

.fzp-page-shell__main {
  grid-column: 2 / 3;
  min-width: 0;
  /* verhindert ungewolltes Überlaufen/Umbruch */
}

/* Wenn die Sidebar geöffnet ist, erweitere die Grid-Spalte per Modifier-Klasse am <nav> */

.fzp-page-shell:has(> nav.intranet_nav.intranet_nav--open) {
  grid-template-columns: var(--nav-w-open) 1fr;
}

/* Header bar inside main */

.fzp-header-bar--transparent{
  background-color: transparent;
}

/* Generic container aligned to layout */

.fzp-container {
  /* Content-Randabstände statt „vw“-Breiten */
  padding-inline: clamp(8px, 2vw, 16px);
  border-style: none;
}

/* Utilities scoped to fzp namespace (optional) */

/* Make header part of normal flow by default */

.fzp-search-header{
  position: relative;
}

/* Optional: overlay hero variant */

/* Optional: specific background variant for Faust */

/* Offset main when using overlay header */

/* Menu wrapper (to attach to {% show_menu %}) */

/* Main content container */

/* tokens used by this block */

/* Block */

/* Gridliste sauber innerhalb der Content-Spalte halten */

.fzp-grid {
  display: grid;
  gap: 1rem;
  padding-top: 1rem;
}

/* Header variations */

.fzp-grid__header{
  width: 100%;
}

.fzp-grid__header--plain{
  width: 100%;
}

.fzp-grid__title {
  font-family: Madera, MaderaKSW, ui-sans-serif, system-ui, sans-serif;
  font-weight: 500;
}

.fzp-grid__title--sm {
  color: var(--fzp-color-black);
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.fzp-grid__header--bar {
  border-color: var(--fzp-border-layout);
  display: inline-flex;
  height: 4rem;
  align-items: center;
  justify-content: flex-start;
  gap: 0.75rem;
  overflow: hidden;
  border-bottom-width: 1px;
  padding: 0.75rem;
}

.fzp-grid__title--lg {
  color: var(--fzp-color-main);
  flex: 1 1 0%;
  font-size: 1.5rem;
  line-height: 2rem;
  line-height: 2;
}

/* Grid list */

@media (min-width: 768px){
  .fzp-grid__list--md-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .fzp-grid__list--md-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Sicherheit: Links-/Right-Aligment, Bilder, Karten etc. sollen nicht überlaufen */

.fzp-page-shell__main, .fzp-container, .fzp-center, .fzp-horizontal-center {
  min-width: 0;
}

/* 1) Drei echte Spalten ab md */

.fzp-grid__list {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.25rem;
  padding-bottom: 1rem;
}

@media (min-width: 768px) {
  .fzp-grid__list--md-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* 2) Kacheln dürfen die Spaltenbreite NICHT deckeln */

.fzp-grid__list > * {
  width: 100%;
  max-width: none;
  /* hebt z. B. .max-w-[200px] auf */
  min-width: 0;
  /* verhindert min-content „Aufblähen“ */
}

/* Ein zentrierter Container, der SICH an der Content-Spalte orientiert */

/* In-flow variant: uses normal flow but still fills viewport height */

/* Optional dimmed backdrop */

/* Content element: constrain width and add padding */

/* Centers content vertically in viewport with max width of 4/5 */

/* Centers content horizontally with max width of 4/5 */

.fzp-horizontal-center{
  width: 100%;
  justify-content: center;
  margin-inline:auto;
}

.fzp-horizontal-center__12{
  width: 100%;
  max-width: 90%;
  margin-inline:auto;
}

.fzp-horizontal-center__6{
  width: 100%;
  max-width: 60%;
}

.fzp-horizontal-center__3{
  width: 100%;
  max-width: 60%;
}

/* Vollflächiger Zentrier-Wrapper */

/* Innenbereich, füllt 90 % des sichtbaren Bereichs */

/* Grid in der Mitte: nutzt volle Innenfläche */

/* Kachelgröße: wächst mit Fläche */

.container {
  padding-top: 2rem;
}

.intranet_link_background{
  display: inline-flex;
  height: 16rem;
  width: 100%;
  flex: 1 1 0%;
  cursor: pointer;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  justify-content: space-between;
  gap: 1rem;
  align-self: stretch;
  border-radius: 0.125rem;
  --tw-gradient-to: var(--white) var(--tw-gradient-to-position);
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  text-decoration-line: none;
  outline-style: solid;
  outline-width: 1px;
  outline-offset: -1px;
  outline-color: var(--grey-200);
}

.intranet_link_background:hover{
  background-color: var(--content-item-background,var(--gray-100));
}

.intranet_link_main{
  flex: 1 1 0%;
  justify-content: flex-start;
  align-self: stretch;
  font-family: 'Madera KSW Web';
  font-size: 1.875rem;
  font-weight: 800;
  line-height: 1.25;
  line-height: 1.75rem;
}

.intranet_link_subtitle{
  justify-content: flex-start;
  align-self: stretch;
  font-family: 'Madera KSW Web';
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
}

/* Gallery wrapper */

/* Flow container */

.gallery-flow{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}

/* Clickable item */

.gallery-item{
  display: block;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 0.5rem;
  transition-property: transform;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.gallery-item:hover{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}

.gallery-item:focus-visible{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(163 163 163 / var(--tw-ring-opacity, 1));
}

/* Image styling */

.gallery-image{
  height: 12rem;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.gallery-collection{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.gallery-title{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.gallery-horizontal-center{
  display: flex;
  width: 100%;
  justify-content: center;
  margin-inline: auto;
}

/* ===== Base ===== */

.btn{
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 0.125rem;
  font-family: Madera KSW Web, sans-serif;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.btn:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-offset-width: 2px;
}

.btn {
  margin-top:1rem;
}

/* ===== Sizes ===== */

.btn-sm{
  height: 2.5rem;
  min-width: 2.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  line-height: 1;
}

/* ===== Slots ===== */

.btn-label{
  display: inline-flex;
  align-items: center;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  text-align: center;
}

/* ==== Globale Icon-Utilities (auch außerhalb von .btn nutzbar) ==== */

.btn-icon,
  .btn-icon-sm{
  display: inline-block;
  flex-shrink: 0;
  vertical-align: middle;
  line-height: 1;
}

.btn-icon{
  height: 1.5rem;
  width: 1.5rem;
}

/* 24px */

/* 16px */

/* SVGs im Icon-Container */

.btn-icon svg,
  .btn-icon-sm svg {
  width: 100%;
  height: 100%;
  display: block;
}

/* Icon-Font (intranet-icon-…) – Größe über font-size steuern */

[class^="intranet-icon-"],
  [class*=" intranet-icon-"] {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}

.btn-icon [class^="intranet-icon-"],
  .btn-icon [class*=" intranet-icon-"] {
  font-size: 24px;
}

/* ==== Masken-Icons (intranet-mask-icon-…) ==== */

[class^="intranet-mask-icon-"],
  [class*=" intranet-mask-icon-"]{
  display: inline-block;
  flex-shrink: 0;
  background-color: currentColor;
  vertical-align: middle;
  /*width: 1rem;   /* 16px Default */
  /*height: 1rem;*/
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  overflow: hidden;
}

/* Fix: Masken-Icons passend zur Buttongröße skalieren */

.btn-sm [class^="intranet-mask-icon-"],
  .btn-sm [class*=" intranet-mask-icon-"]{
  height: 1rem;
  width: 1rem;
  /* 16px */
}

/* ===== Varianten ===== */

/* Primary (filled) */

.btn-primary{
  background-color: var(--primary-button-background);
  color: var(--primary-button-main);
}

.btn-primary:focus{
  --tw-ring-color: var(--primary-button-background);
}

.btn-primary:hover:not(:disabled){
  background-color: var(--primary-button-hover);
}

.btn-primary:active:not(:disabled){
  background-color: var(--primary-button-active);
}

.btn-primary:disabled{
  cursor: not-allowed;
  background-color: var(--primary-button-disabled-bg);
  color: var(--primary-button-disabled-text);
}

/* Secondary (outlined) */

.btn-secondary{
  border-width: 1px;
  border-color: var(--secondary-button-border);
  background-color: var(--secondary-button-background);
  color: var(--secondary-button-main);
}

.btn-secondary:focus{
  --tw-ring-color: var(--secondary-button-border);
}

.btn-secondary:hover:not(:disabled){
  background-color: var(--secondary-button-hover-bg);
}

.btn-secondary:active:not(:disabled){
  background-color: var(--secondary-button-active-bg);
}

.btn-secondary:disabled{
  cursor: not-allowed;
  border-color: var(--secondary-button-disabled-border);
  background-color: var(--secondary-button-disabled-bg);
  color: var(--secondary-button-disabled-text);
}

/* Textual (ghost/light) */

/* ===== Button-Gruppe ===== */

.btn-group .btn{
  border-radius: 0px;
}

.btn-group .btn:first-child{
  border-top-left-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.btn-group .btn:last-child{
  border-top-right-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem;
}

.btn-group-primary .btn{
  border-width: 1px;
  border-color: var(--button-group-border);
  background-color: var(--button-group-background);
  color: var(--button-group-main);
}

.btn-group-primary .btn:hover:not(:disabled){
  background-color: var(--button-group-background);
}

.btn-group-primary .btn:active:not(:disabled){
  background-color: var(--button-group-background);
}

.btn-group-primary .btn:disabled{
  cursor: not-allowed;
  opacity: 0.6;
}

/* ===== Helfer ===== */

.btn--icon-only .btn-label{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/* ===== Text button (primary + secondary) ===== */

.btn-text {
  /* IMPORTANT: w-fit prevents stretching in grid cells */
  display: inline-flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: baseline;
  gap: 0.5rem;
  border-width: 0px;
  background-color: transparent;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 0px;
  padding-bottom: 0px;
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity, 1));
}

.btn-text:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.btn-text:disabled{
  color: rgba(64,64,64,0.6);
}

/* text label */

.btn-text__label{
  position: relative;
  display: inline-block;
  line-height: 1;
}

/* underline = text width */

.btn-text__label::after {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -0.125rem;
  height: 3px;
  background-color: rgba(64,64,64,0.3);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 100ms;
}

/* underline */

.btn-text::Xbefore {
  content: "";
  position: absolute;
  left: 0.25rem;
  right: 0.25rem;
  bottom: -0.125rem;
  height: 3px;
  background-color: rgba(64,64,64,0.3);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 100ms;
}

/* icon */

.btn-text .icon{
  color: rgba(64,64,64,0.6);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 100ms;
}

.btn-text:hover{
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity, 1));
}

/* hover */

.btn-text:hover .btn-text__label::after{
  height: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(64 64 64 / var(--tw-bg-opacity, 1));
}

/* focus */

.btn-text:focus-visible .btn-text__label::after{
  --tw-bg-opacity: 1;
  background-color: rgb(64 64 64 / var(--tw-bg-opacity, 1));
}

/* icon */

.btn-text .icon{
  color: rgba(64,64,64,0.6);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 100ms;
}

.btn-text:hover .icon{
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity, 1));
}

.btn-text:hover::before{
  height: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(64 64 64 / var(--tw-bg-opacity, 1));
}

.btn-text:hover .icon{
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity, 1));
}

/* focus */

.btn-text:focus-visible{
  border-radius: 3px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: rgba(64,64,64,0.3);
}

.btn-text-primary {
  /* IMPORTANT: w-fit prevents stretching in grid cells */
  display: inline-flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: baseline;
  gap: 0.5rem;
  border-width: 0px;
  background-color: transparent;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 0px;
  padding-bottom: 0px;
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity, 1));
}

.btn-text-primary:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.btn-text-primary:disabled{
  color: rgba(64,64,64,0.6);
}

.btn-text-primary::Xbefore {
  content: "";
  position: absolute;
  left: 0.25rem;
  right: 0.25rem;
  bottom: -0.125rem;
  height: 3px;
  background-color: rgba(64,64,64,0.3);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 100ms;
}

.btn-text-primary .icon{
  color: rgba(64,64,64,0.6);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 100ms;
}

.btn-text-primary:hover{
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity, 1));
}

.btn-text-primary:hover .btn-text__label::after{
  height: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(64 64 64 / var(--tw-bg-opacity, 1));
}

.btn-text-primary:focus-visible .btn-text__label::after{
  --tw-bg-opacity: 1;
  background-color: rgb(64 64 64 / var(--tw-bg-opacity, 1));
}

.btn-text-primary .icon{
  color: rgba(64,64,64,0.6);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 100ms;
}

.btn-text-primary:hover .icon{
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity, 1));
}

.btn-text-primary:hover::before{
  height: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(64 64 64 / var(--tw-bg-opacity, 1));
}

.btn-text-primary:hover .icon{
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity, 1));
}

.btn-text-primary:focus-visible{
  border-radius: 3px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: rgba(64,64,64,0.3);
}

.btn-text-secondary {
  /* IMPORTANT: w-fit prevents stretching in grid cells */
  display: inline-flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: baseline;
  gap: 0.5rem;
  border-width: 0px;
  background-color: transparent;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 0px;
  padding-bottom: 0px;
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity, 1));
}

.btn-text-secondary:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.btn-text-secondary:disabled{
  color: rgba(64,64,64,0.6);
}

.btn-text-secondary::Xbefore {
  content: "";
  position: absolute;
  left: 0.25rem;
  right: 0.25rem;
  bottom: -0.125rem;
  height: 3px;
  background-color: rgba(64,64,64,0.3);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 100ms;
}

.btn-text-secondary .icon{
  color: rgba(64,64,64,0.6);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 100ms;
}

.btn-text-secondary:hover{
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity, 1));
}

.btn-text-secondary:hover .btn-text__label::after{
  height: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(64 64 64 / var(--tw-bg-opacity, 1));
}

.btn-text-secondary:focus-visible .btn-text__label::after{
  --tw-bg-opacity: 1;
  background-color: rgb(64 64 64 / var(--tw-bg-opacity, 1));
}

.btn-text-secondary .icon{
  color: rgba(64,64,64,0.6);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 100ms;
}

.btn-text-secondary:hover .icon{
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity, 1));
}

.btn-text-secondary:hover::before{
  height: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(64 64 64 / var(--tw-bg-opacity, 1));
}

.btn-text-secondary:hover .icon{
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity, 1));
}

.btn-text-secondary:focus-visible{
  border-radius: 3px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: rgba(64,64,64,0.3);
}

.btn-text-primary::before{
  background-color: rgb(59 113 202 / 0.3);
}

.btn-text-primary:hover::before{
  --tw-bg-opacity: 1;
  background-color: rgb(59 113 202 / var(--tw-bg-opacity, 1));
}

/* ===== Article list section (BEM) ===== */

.article-list-section{
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.article-list-section__container{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1280px;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 640px){
  .article-list-section__container{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1024px){
  .article-list-section__container{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

/* ===== Header ===== */

.article-list-section__header{
  margin-bottom: 2rem;
}

.article-list-section__header-inner{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  align-items: baseline;
  gap: 1rem;
}

@media (min-width: 768px){
  .article-list-section__header-inner{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.article-list-section__title{
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  line-height: 1.25;
}

@media (min-width: 768px){
  .article-list-section__title{
    text-align: right;
  }
}

/* IMPORTANT: prevent the CTA cell from stretching its contents */

.article-list-section__cta{
  justify-self: start;
}

/* ===== Layout ===== */

.article-list-section__layout{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  align-items: flex-start;
  gap: 1.5rem;
}

@media (min-width: 768px){
  .article-list-section__layout{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .article-list-section--full .article-list-section__layout{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.article-list-section--full .article-list-section__grid{
  grid-column: 1 / -1;
}

.article-list-section__sidebar{
  position: sticky;
  top: 0px;
  align-self: flex-start;
}

.article-list-section__sidebar-sticky{
  position: static;
}

/* Cards grid */

.article-list-section__grid{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
}

@media (min-width: 1024px){
  .article-list-section__grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.article-list-section__grid-item{
  width: 100%;
}

/* Sticky helpers */

.sticky-top{
  position: sticky;
  top: 0px;
}

.hero-teaser-left {
}

.hero-teaser-left h1{
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  line-height: 1.25;
}

.hero-teaser-left h2{
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  line-height: 1.25;
}

.hero-teaser-left h3{
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  line-height: 1.25;
}

.hero-teaser-left p {
  padding-bottom: 1rem
}

.consent-banner{
  position: relative;
  height: 100%;
  min-height: 4rem;
  width: 100%;
}

.consent-banner__content{
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: 5rem;
  max-width: 36rem;
  --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));
  border-radius: 0.75rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1.5rem;
  text-align: center;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.consent-banner__text{
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.consent-banner__form{
  margin-top: 1rem;
}

.consent-banner__button{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  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;
}

.consent-banner__button:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}

.consent-banner__button:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(156 163 175 / var(--tw-ring-opacity, 1));
  --tw-ring-offset-width: 2px;
}

.pointer-events-none{
  pointer-events: none;
}

.\!visible{
  visibility: visible !important;
}

.visible{
  visibility: visible;
}

.invisible{
  visibility: hidden;
}

.collapse{
  visibility: collapse;
}

.static{
  position: static;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.inset-0{
  inset: 0px;
}

.inset-x-0{
  left: 0px;
  right: 0px;
}

.inset-y-0{
  top: 0px;
  bottom: 0px;
}

.left-0{
  left: 0px;
}

.left-4{
  left: 1rem;
}

.left-\[30\%\]{
  left: 30%;
}

.left-\[35\%\]{
  left: 35%;
}

.right-0{
  right: 0px;
}

.top-0{
  top: 0px;
}

.top-1{
  top: 0.25rem;
}

.z-40{
  z-index: 40;
}

.z-50{
  z-index: 50;
}

.z-\[1040\]{
  z-index: 1040;
}

.z-\[1055\]{
  z-index: 1055;
}

.z-\[1070\]{
  z-index: 1070;
}

.z-\[1080\]{
  z-index: 1080;
}

.z-\[999\]{
  z-index: 999;
}

.col-auto{
  grid-column: auto;
}

.col-span-full{
  grid-column: 1 / -1;
}

.row-span-2{
  grid-row: span 2 / span 2;
}

.float-right{
  float: right;
}

.m-0{
  margin: 0px;
}

.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-5{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.mb-0{
  margin-bottom: 0px;
}

.mb-1{
  margin-bottom: 0.25rem;
}

.mb-10{
  margin-bottom: 2.5rem;
}

.mb-2{
  margin-bottom: 0.5rem;
}

.mb-4{
  margin-bottom: 1rem;
}

.mb-5{
  margin-bottom: 1.25rem;
}

.mb-6{
  margin-bottom: 1.5rem;
}

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

.me-auto{
  margin-inline-end: auto;
}

.ml-10{
  margin-left: 2.5rem;
}

.ms-1{
  margin-inline-start: 0.25rem;
}

.ms-auto{
  margin-inline-start: auto;
}

.mt-1{
  margin-top: 0.25rem;
}

.mt-2{
  margin-top: 0.5rem;
}

.mt-3{
  margin-top: 0.75rem;
}

.mt-auto{
  margin-top: auto;
}

.box-border{
  box-sizing: border-box;
}

.\!block{
  display: block !important;
}

.block{
  display: block;
}

.inline-block{
  display: inline-block;
}

.inline{
  display: inline;
}

.flex{
  display: flex;
}

.inline-flex{
  display: inline-flex;
}

.table{
  display: table;
}

.grid{
  display: grid;
}

.list-item{
  display: list-item;
}

.hidden{
  display: none;
}

.aspect-\[21\/9\]{
  aspect-ratio: 21/9;
}

.aspect-\[4\/3\]{
  aspect-ratio: 4/3;
}

.h-0{
  height: 0px;
}

.h-10{
  height: 2.5rem;
}

.h-12{
  height: 3rem;
}

.h-14{
  height: 3.5rem;
}

.h-16{
  height: 4rem;
}

.h-24{
  height: 6rem;
}

.h-28{
  height: 7rem;
}

.h-4{
  height: 1rem;
}

.h-48{
  height: 12rem;
}

.h-5{
  height: 1.25rem;
}

.h-6{
  height: 1.5rem;
}

.h-64{
  height: 16rem;
}

.h-9{
  height: 2.25rem;
}

.h-auto{
  height: auto;
}

.h-full{
  height: 100%;
}

.h-screen{
  height: 100vh;
}

.max-h-\[640px\]{
  max-height: 640px;
}

.max-h-\[80vh\]{
  max-height: 80vh;
}

.max-h-screen{
  max-height: 100vh;
}

.min-h-screen{
  min-height: 100vh;
}

.w-0{
  width: 0px;
}

.w-12{
  width: 3rem;
}

.w-2{
  width: 0.5rem;
}

.w-24{
  width: 6rem;
}

.w-28{
  width: 7rem;
}

.w-4{
  width: 1rem;
}

.w-40{
  width: 10rem;
}

.w-5{
  width: 1.25rem;
}

.w-6{
  width: 1.5rem;
}

.w-72{
  width: 18rem;
}

.w-8{
  width: 2rem;
}

.w-9{
  width: 2.25rem;
}

.w-96{
  width: 24rem;
}

.w-\[737px\]{
  width: 737px;
}

.w-\[900px\]{
  width: 900px;
}

.w-\[min\(92vw\2c 22rem\)\]{
  width: min(92vw,22rem);
}

.w-auto{
  width: auto;
}

.w-full{
  width: 100%;
}

.w-px{
  width: 1px;
}

.w-screen{
  width: 100vw;
}

.min-w-10{
  min-width: 2.5rem;
}

.max-w-7xl{
  max-width: 80rem;
}

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

.max-w-\[267px\]{
  max-width: 267px;
}

.max-w-\[calc\(100\%-1rem\)\]{
  max-width: calc(100% - 1rem);
}

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

.max-w-md{
  max-width: 28rem;
}

.max-w-screen-xl{
  max-width: 1280px;
}

.flex-1{
  flex: 1 1 0%;
}

.shrink-0{
  flex-shrink: 0;
}

.grow{
  flex-grow: 1;
}

.grow-0{
  flex-grow: 0;
}

.basis-auto{
  flex-basis: auto;
}

.origin-left{
  transform-origin: left;
}

.-translate-x-\[200\%\]{
  --tw-translate-x: -200%;
  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-x-full{
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

.translate-x-\[-200\%\]{
  --tw-translate-x: -200%;
  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-x-\[-8px\]{
  --tw-translate-x: -8px;
  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-x-full{
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.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-2{
  --tw-translate-y: 0.5rem;
  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));
}

.rotate-180{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-0{
  --tw-scale-x: 0;
  --tw-scale-y: 0;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-100{
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-\[0\.98\]{
  --tw-scale-x: 0.98;
  --tw-scale-y: 0.98;
  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));
}

.scale-\[1\.02\]{
  --tw-scale-x: 1.02;
  --tw-scale-y: 1.02;
  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));
}

.transform-gpu{
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) 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-none{
  transform: none;
}

.animate-none{
  animation: none;
}

.cursor-pointer{
  cursor: pointer;
}

.touch-none{
  touch-action: none;
}

.touch-pan-y{
  --tw-pan-y: pan-y;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}

.select-none{
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.resize{
  resize: both;
}

.list-none{
  list-style-type: none;
}

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

.grid-rows-\[0fr\]{
  grid-template-rows: 0fr;
}

.flex-col{
  flex-direction: column;
}

.flex-wrap{
  flex-wrap: wrap;
}

.flex-nowrap{
  flex-wrap: nowrap;
}

.content-start{
  align-content: flex-start;
}

.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;
}

.gap-1{
  gap: 0.25rem;
}

.gap-2{
  gap: 0.5rem;
}

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

.gap-3{
  gap: 0.75rem;
}

.gap-4{
  gap: 1rem;
}

.gap-6{
  gap: 1.5rem;
}

.gap-8{
  gap: 2rem;
}

.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));
}

.self-stretch{
  align-self: stretch;
}

.overflow-auto{
  overflow: auto;
}

.overflow-hidden{
  overflow: hidden;
}

.overflow-visible{
  overflow: visible;
}

.overflow-y-auto{
  overflow-y: auto;
}

.overflow-x-hidden{
  overflow-x: hidden;
}

.whitespace-normal{
  white-space: normal;
}

.text-nowrap{
  text-wrap: nowrap;
}

.break-normal{
  overflow-wrap: normal;
  word-break: normal;
}

.break-words{
  overflow-wrap: break-word;
}

.rounded{
  border-radius: 0.25rem;
}

.rounded-\[320px\]{
  border-radius: 320px;
}

.rounded-\[50\%\]{
  border-radius: 50%;
}

.rounded-\[600px\]{
  border-radius: 600px;
}

.rounded-\[640px\]{
  border-radius: 640px;
}

.rounded-full{
  border-radius: 9999px;
}

.rounded-lg{
  border-radius: 0.5rem;
}

.rounded-md{
  border-radius: 0.375rem;
}

.rounded-sm{
  border-radius: 0.125rem;
}

.rounded-xl{
  border-radius: 0.75rem;
}

.rounded-e-\[0\.25rem\]{
  border-start-end-radius: 0.25rem;
  border-end-end-radius: 0.25rem;
}

.rounded-s-\[0\.25rem\]{
  border-start-start-radius: 0.25rem;
  border-end-start-radius: 0.25rem;
}

.rounded-t-lg{
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.border{
  border-width: 1px;
}

.border-0{
  border-width: 0px;
}

.border-b{
  border-bottom-width: 1px;
}

.border-b-2{
  border-bottom-width: 2px;
}

.border-e-0{
  border-inline-end-width: 0px;
}

.border-r{
  border-right-width: 1px;
}

.border-s-0{
  border-inline-start-width: 0px;
}

.border-s-\[0\.125rem\]{
  border-inline-start-width: 0.125rem;
}

.border-solid{
  border-style: solid;
}

.border-black{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

.border-general-layout{
  border-color: var(--grey-300);
}

.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

.border-neutral-100{
  --tw-border-opacity: 1;
  border-color: rgb(245 245 245 / var(--tw-border-opacity, 1));
}

.border-neutral-200{
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
}

.border-neutral-200\/80{
  border-color: rgb(229 229 229 / 0.8);
}

.border-neutral-300{
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity, 1));
}

.border-neutral-900{
  --tw-border-opacity: 1;
  border-color: rgb(23 23 23 / var(--tw-border-opacity, 1));
}

.border-primary{
  --tw-border-opacity: 1;
  border-color: rgb(59 113 202 / var(--tw-border-opacity, 1));
}

.border-secondary-500{
  --tw-border-opacity: 1;
  border-color: rgb(179 185 194 / var(--tw-border-opacity, 1));
}

.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.border-t-transparent{
  border-top-color: transparent;
}

.bg-\[\#6d6d6d\]{
  --tw-bg-opacity: 1;
  background-color: rgb(109 109 109 / var(--tw-bg-opacity, 1));
}

.bg-\[var\(--Primary-Button-Background\2c \#1c1cbe\)\]{
  background-color: var(--Primary-Button-Background,#1c1cbe);
}

.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.bg-black\/30{
  background-color: rgb(0 0 0 / 0.3);
}

.bg-blue-600{
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}

.bg-general-background{
  background-color: var(--white);
}

.bg-gray-500\/20{
  background-color: rgb(107 114 128 / 0.2);
}

.bg-tab-background{
  background-color: var(--primary);
}

.bg-tab-main{
  background-color: var(--white);
}

.bg-transparent{
  background-color: transparent;
}

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

.bg-white\/80{
  background-color: rgb(255 255 255 / 0.8);
}

.bg-gradient-to-l{
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}

.bg-gradient-to-r{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.from-white\/90{
  --tw-gradient-from: rgb(255 255 255 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-transparent{
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

.to-white{
  --tw-gradient-to: #fff var(--tw-gradient-to-position);
}

.bg-clip-padding{
  background-clip: padding-box;
}

.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}

.p-0{
  padding: 0px;
}

.p-1{
  padding: 0.25rem;
}

.p-2{
  padding: 0.5rem;
}

.p-2\.5{
  padding: 0.625rem;
}

.p-3{
  padding: 0.75rem;
}

.p-4{
  padding: 1rem;
}

.p-5{
  padding: 1.25rem;
}

.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-2\.5{
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}

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

.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-\[0\.4rem\]{
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}

.py-0\.5{
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-1\.5{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

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

.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

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

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

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

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

.py-\[0\.4rem\]{
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}

.pb-1{
  padding-bottom: 0.25rem;
}

.pb-12{
  padding-bottom: 3rem;
}

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

.pb-20{
  padding-bottom: 5rem;
}

.pb-3{
  padding-bottom: 0.75rem;
}

.pb-4{
  padding-bottom: 1rem;
}

.pb-5{
  padding-bottom: 1.25rem;
}

.pl-2{
  padding-left: 0.5rem;
}

.pl-3{
  padding-left: 0.75rem;
}

.pl-4{
  padding-left: 1rem;
}

.ps-0{
  padding-inline-start: 0px;
}

.pt-1{
  padding-top: 0.25rem;
}

.pt-4{
  padding-top: 1rem;
}

.pt-\[50px\]{
  padding-top: 50px;
}

.text-left{
  text-align: left;
}

.text-center{
  text-align: center;
}

.text-right{
  text-align: right;
}

.text-end{
  text-align: end;
}

.align-middle{
  vertical-align: middle;
}

.align-bottom{
  vertical-align: bottom;
}

.font-\[\'Madera_KSW_Web\'\]{
  font-family: 'Madera KSW Web';
}

.font-\[\'Suisse_Works\'\]{
  font-family: 'Suisse Works';
}

.font-serif{
  font-family: Madera KSW Web, serif;
}

.\!text-xl{
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}

.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.font-medium{
  font-weight: 500;
}

.font-normal{
  font-weight: 400;
}

.font-semibold{
  font-weight: 600;
}

.normal-case{
  text-transform: none;
}

.not-italic{
  font-style: normal;
}

.leading-6{
  line-height: 1.5rem;
}

.leading-7{
  line-height: 1.75rem;
}

.leading-9{
  line-height: 2.25rem;
}

.leading-\[1\.6\]{
  line-height: 1.6;
}

.leading-loose{
  line-height: 2;
}

.leading-none{
  line-height: 1;
}

.tracking-normal{
  letter-spacing: 0em;
}

.tracking-tight{
  letter-spacing: -0.025em;
}

.\!text-primary{
  --tw-text-opacity: 1 !important;
  color: rgb(59 113 202 / var(--tw-text-opacity, 1)) !important;
}

.text-\[var\(--Primaty-Button-Text\2c \#ffffff\)\]{
  color: var(--Primaty-Button-Text,#ffffff);
}

.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.text-body-dark{
  --tw-text-opacity: 1;
  color: rgb(48 48 48 / var(--tw-text-opacity, 1));
}

.text-danger{
  --tw-text-opacity: 1;
  color: rgb(220 76 100 / var(--tw-text-opacity, 1));
}

.text-general-main{
  color: var(--black);
}

.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.text-indigo-700{
  --tw-text-opacity: 1;
  color: rgb(67 56 202 / var(--tw-text-opacity, 1));
}

.text-info{
  --tw-text-opacity: 1;
  color: rgb(84 180 211 / var(--tw-text-opacity, 1));
}

.text-neutral-600{
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity, 1));
}

.text-neutral-700{
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity, 1));
}

.text-neutral-900{
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity, 1));
}

.text-primary{
  --tw-text-opacity: 1;
  color: rgb(59 113 202 / var(--tw-text-opacity, 1));
}

.text-primary-100{
  --tw-text-opacity: 1;
  color: rgb(227 235 247 / var(--tw-text-opacity, 1));
}

.text-red-600{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}

.text-success{
  --tw-text-opacity: 1;
  color: rgb(20 164 77 / var(--tw-text-opacity, 1));
}

.text-surface{
  --tw-text-opacity: 1;
  color: rgb(79 79 79 / var(--tw-text-opacity, 1));
}

.text-tab-main{
  color: var(--white);
}

.text-warning{
  --tw-text-opacity: 1;
  color: rgb(228 161 27 / var(--tw-text-opacity, 1));
}

.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.no-underline{
  text-decoration-line: none;
}

.underline-offset-auto{
  text-underline-offset: auto;
}

.antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.\!opacity-0{
  opacity: 0 !important;
}

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

.opacity-0{
  opacity: 0;
}

.opacity-100{
  opacity: 1;
}

.opacity-50{
  opacity: 0.5;
}

.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-2{
  --tw-shadow: 0 0 3px 0 rgba(0,0,0,.07),0 2px 2px 0 rgba(0,0,0,.04);
  --tw-shadow-colored: 0 0 3px 0 var(--tw-shadow-color), 0 2px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-sm{
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.outline{
  outline-style: solid;
}

.outline-1{
  outline-width: 1px;
}

.outline-offset-\[-0\.50px\]{
  outline-offset: -0.50px;
}

.outline-offset-\[-1px\]{
  outline-offset: -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);
}

.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-blur{
  --tw-backdrop-blur: blur(8px);
  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-blur-sm{
  --tw-backdrop-blur: blur(4px);
  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, 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-\[height\]{
  transition-property: height;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-\[transform\2c _opacity\]{
  transition-property: transform, opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-\[width\]{
  transition-property: width;
  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-colors{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-opacity{
  transition-property: opacity;
  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-150{
  transition-duration: 150ms;
}

.duration-200{
  transition-duration: 200ms;
}

.duration-300{
  transition-duration: 300ms;
}

.duration-500{
  transition-duration: 500ms;
}

.duration-\[350ms\]{
  transition-duration: 350ms;
}

.ease-\[cubic-bezier\(0\2c 0\2c 0\.15\2c 1\)\2c _cubic-bezier\(0\2c 0\2c 0\.15\2c 1\)\]{
  transition-timing-function: cubic-bezier(0,0,0.15,1), cubic-bezier(0,0,0.15,1);
}

.ease-\[cubic-bezier\(0\.25\2c 0\.1\2c 0\.25\2c 1\.0\)\]{
  transition-timing-function: cubic-bezier(0.25,0.1,0.25,1.0);
}

.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ease-linear{
  transition-timing-function: linear;
}

.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.will-change-transform{
  will-change: transform;
}

@theme {
  --breakpoint-xs: 5rem;

  --breakpoint-2xl: 100rem;

  --breakpoint-3xl: 120rem;
}

/* Colors - Value */

@font-face {
  font-family: 'Madera KSW Web';

  src: url('/static/font/MaderaKSWWeb.woff2') format('woff2'),
       url('/static/font/MaderaKSWWeb.woff') format('woff');

  font-weight: 400;

  font-style: normal;
}

@font-face {
  font-family: 'Madera KSW Web';

  src: url('/static/font/MaderaKSWWeb-Medium.woff2') format('woff2'),
       url('/static/font/MaderaKSWWeb-Medium.woff') format('woff');

  font-weight: 500;

  font-style: normal;
}

.body {
  display: flex;
  width: 1280px;
  align-items: flex-start;
}

.FZPSearchHeader {
  background: linear-gradient(90deg, var(--white) 0%, rgb(var(--white-rgb) / 0) 100%), url("/static/images/faust_header.jpeg");
}

.scrollbar-hide {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.scrollbar-hide::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari, Opera */
}

.selection\:bg-neutral-900 *::-moz-selection{
  --tw-bg-opacity: 1;
  background-color: rgb(23 23 23 / var(--tw-bg-opacity, 1));
}

.selection\:bg-neutral-900 *::selection{
  --tw-bg-opacity: 1;
  background-color: rgb(23 23 23 / var(--tw-bg-opacity, 1));
}

.selection\:text-white *::-moz-selection{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.selection\:text-white *::selection{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.selection\:bg-neutral-900::-moz-selection{
  --tw-bg-opacity: 1;
  background-color: rgb(23 23 23 / var(--tw-bg-opacity, 1));
}

.selection\:bg-neutral-900::selection{
  --tw-bg-opacity: 1;
  background-color: rgb(23 23 23 / var(--tw-bg-opacity, 1));
}

.selection\:text-white::-moz-selection{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.selection\:text-white::selection{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.empty\:hidden:empty{
  display: none;
}

.hover\:bg-\[var\(--Content-Item-Background\2c \#e5e7ea\)\]:hover{
  background-color: var(--Content-Item-Background,#e5e7ea);
}

.hover\:bg-\[var\(--Tab-Background\2c \#e5e7ea\)\]:hover{
  background-color: var(--Tab-Background,#e5e7ea);
}

.hover\:bg-blue-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}

.hover\:bg-neutral-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}

.hover\:bg-neutral-900:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(23 23 23 / var(--tw-bg-opacity, 1));
}

.hover\:bg-zinc-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}

.hover\:text-neutral-900:hover{
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity, 1));
}

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

.hover\:shadow-md:hover{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:border-blue-500:focus{
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}

.focus\:ring-blue-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
}

.group[open] .group-open\:rotate-180{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group[open] .group-open\:animate-\[flyin35_700ms_ease-out_forwards\]{
  animation: flyin35 700ms ease-out forwards;
}

.group[open] .group-open\:grid-rows-\[1fr\]{
  grid-template-rows: 1fr;
}

.group[open] .group-open\:opacity-100{
  opacity: 1;
}

.group:hover .group-hover\:underline{
  text-decoration-line: underline;
}

.data-\[twe-carousel-fade\]\:z-0[data-twe-carousel-fade]{
  z-index: 0;
}

.data-\[twe-carousel-fade\]\:z-\[1\][data-twe-carousel-fade]{
  z-index: 1;
}

.data-\[popper-reference-hidden\]\:hidden[data-popper-reference-hidden]{
  display: none;
}

.data-\[twe-carousel-fade\]\:opacity-0[data-twe-carousel-fade]{
  opacity: 0;
}

.data-\[twe-carousel-fade\]\:opacity-100[data-twe-carousel-fade]{
  opacity: 1;
}

.data-\[twe-carousel-fade\]\:duration-\[600ms\][data-twe-carousel-fade]{
  transition-duration: 600ms;
}

.group[data-twe-input-focused] .group-data-\[twe-input-focused\]\:border-x-0{
  border-left-width: 0px;
  border-right-width: 0px;
}

.group[data-twe-input-state-active] .group-data-\[twe-input-state-active\]\:border-x-0{
  border-left-width: 0px;
  border-right-width: 0px;
}

.group[data-twe-input-focused] .group-data-\[twe-input-focused\]\:border-e-0{
  border-inline-end-width: 0px;
}

.group[data-twe-input-focused] .group-data-\[twe-input-focused\]\:border-s-0{
  border-inline-start-width: 0px;
}

.group[data-twe-input-focused] .group-data-\[twe-input-focused\]\:border-t{
  border-top-width: 1px;
}

.group[data-twe-input-state-active] .group-data-\[twe-input-state-active\]\:border-e-0{
  border-inline-end-width: 0px;
}

.group[data-twe-input-state-active] .group-data-\[twe-input-state-active\]\:border-s-0{
  border-inline-start-width: 0px;
}

.group[data-twe-input-state-active] .group-data-\[twe-input-state-active\]\:border-t{
  border-top-width: 1px;
}

.group[data-twe-input-focused] .group-data-\[twe-input-focused\]\:border-solid{
  border-style: solid;
}

.group[data-twe-input-state-active] .group-data-\[twe-input-state-active\]\:border-solid{
  border-style: solid;
}

.group[data-twe-input-focused] .group-data-\[twe-input-focused\]\:border-primary{
  --tw-border-opacity: 1;
  border-color: rgb(59 113 202 / var(--tw-border-opacity, 1));
}

.group[data-twe-input-focused] .group-data-\[twe-input-focused\]\:border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.group[data-twe-input-focused] .group-data-\[twe-input-focused\]\:border-t-transparent{
  border-top-color: transparent;
}

.group[data-twe-input-state-active] .group-data-\[twe-input-state-active\]\:border-t-transparent{
  border-top-color: transparent;
}

.group[data-twe-input-focused] .group-data-\[twe-input-focused\]\:shadow-notch-1{
  --tw-shadow: -1px 0 0 #3b71ca, 0 1px 0 0 #3b71ca, 0 -1px 0 0 #3b71ca;
  --tw-shadow-colored: -1px 0 0 var(--tw-shadow-color), 0 1px 0 0 var(--tw-shadow-color), 0 -1px 0 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group[data-twe-input-focused] .group-data-\[twe-input-focused\]\:shadow-notch-2{
  --tw-shadow: 0 1px 0 0 #3b71ca;
  --tw-shadow-colored: 0 1px 0 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group[data-twe-input-focused] .group-data-\[twe-input-focused\]\:shadow-notch-3{
  --tw-shadow: 1px 0 0 #3b71ca, 0 -1px 0 0 #3b71ca, 0 1px 0 0 #3b71ca;
  --tw-shadow-colored: 1px 0 0 var(--tw-shadow-color), 0 -1px 0 0 var(--tw-shadow-color), 0 1px 0 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group[data-twe-input-focused] .group-data-\[twe-input-focused\]\:shadow-white{
  --tw-shadow-color: #fff;
  --tw-shadow: var(--tw-shadow-colored);
}

@media (prefers-reduced-motion: reduce){
  .motion-reduce\:animate-none{
    animation: none;
  }

  .motion-reduce\:transition-none{
    transition-property: none;
  }
}

@media (min-width: 640px){
  .sm\:inline-flex{
    display: inline-flex;
  }

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

  .sm\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

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

  .md\:h-10{
    height: 2.5rem;
  }

  .md\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 1024px){
  .lg\:mb-0{
    margin-bottom: 0px;
  }

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

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

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

@media (min-width: 1280px){
  .xl\:h-24{
    height: 6rem;
  }
}

@media (prefers-color-scheme: dark){
  .dark\:border-neutral-400{
    --tw-border-opacity: 1;
    border-color: rgb(163 163 163 / var(--tw-border-opacity, 1));
  }

  .dark\:border-white\/10{
    border-color: rgb(255 255 255 / 0.1);
  }

  .dark\:bg-surface-dark{
    --tw-bg-opacity: 1;
    background-color: rgb(66 66 66 / var(--tw-bg-opacity, 1));
  }

  .dark\:text-white{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
}